@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.pc {
  display: none;
}
@media (min-width: 992px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 992px) {
  .sp {
    display: none;
  }
}

/*1.0rem=10px*/
html {
  font-size: 62.5%;
}

body {
  background-color: #ffffff;
  color: #000;
  font-weight: 500;
  font-family: "Inter", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  overflow-x: hidden;
  line-height: 1.7;
}

img {
  width: 100%;
}

button {
  background-color: transparent;
  cursor: pointer;
}

em {
  font-style: normal;
}

input,
label,
a {
  cursor: pointer;
}

a {
  transition: all 0.2s linear 0s;
  cursor: pointer;
}
a:hover {
  opacity: 0.65;
}

h1 {
  font-size: 32px;
}
h1 span {
  display: none;
}

h2 {
  font-size: 26px;
  font-weight: 700;
}
h2.--heading {
  font-size: 32px;
}
@media (min-width: 992px) {
  h2.--heading {
    font-size: 57px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

p {
  font-size: 15px;
}

@media (min-width: 992px) {
  h1 {
    font-size: 57px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
}
.entries {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.entry-item {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  display: block;
  margin-bottom: 50px;
  margin-right: 40px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: calc(50% - 20px);
}

.entry-item:hover {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
}

.entry-item:nth-child(2n),
.entry-item:last-child {
  margin-right: 0;
}

.entry-item-img {
  text-align: center;
}

.entry-item-body {
  padding: 20px;
}

.entry-item-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.entry-item-published {
  color: #808080;
  font-size: 12px;
  margin-top: 4px;
}

.entry-item-published::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}

.entry-item-tag {
  background: #D377AE;
  color: #fff;
  display: block;
  font-size: 12px;
  margin-right: 15px;
  padding: 3px 14px 2px;
}

.entry-item-title {
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 14px;
}

.entry-item-excerpt {
  color: #454545;
  font-size: 14px;
  line-height: 1.71429;
}

.entries.m_horizontal {
  margin-bottom: 62px;
}

.entries.m_horizontal .entry-item {
  display: flex;
  margin-bottom: 30px;
  margin-right: 0;
  padding: 20px;
  width: 100%;
}

.entries.m_horizontal .entry-item:last-child {
  margin-bottom: 0;
}

.entries.m_horizontal .entry-item .entry-item-img {
  width: 36.02941%;
}

.entries.m_horizontal .entry-item .entry-item-body {
  padding: 0 0 0 20px;
  width: 63.97059%;
}

.entries.m_block .entry-item {
  width: 100%;
  margin-right: 0;
}

.entries.m_block .entry-item .entry-item-body {
  padding: 20px;
  width: 100%;
}

.entries.m_block .entry-item .entry-item-published {
  font-size: 14px;
}

.entries.m_block .entry-item .entry-item-tag {
  font-size: 14px;
}

.entries.m_block .entry-item .entry-item-title {
  font-size: 20px;
}

.entries.m_block .entry-item .entry-item-excerpt {
  font-size: 16px;
}

.entry {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  padding: 40px 40px 12px;
}

.entry-label {
  display: inline-block;
  margin-bottom: 18px;
}

.entry-label a {
  background: #D377AE;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.entry-label a:hover {
  opacity: 0.6;
}

.entry-title {
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 18px;
}

.m_page .entry-title {
  margin-bottom: 34px;
}

.entry-meta {
  align-items: center;
  display: flex;
  margin-bottom: 18px;
}

.entry-published,
.entry-updated {
  color: #808080;
  font-size: 12px;
}

.entry-published::before,
.entry-updated::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}

.entry-updated {
  margin-left: 27px;
}

.entry-updated::before {
  content: "\f1da";
  font-weight: 900;
}

.entry-img {
  text-align: center;
}

.entry-tag-items {
  border-top: 1px solid #e2e2e2;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.entry-tag-head {
  background: #808080;
  border-radius: 3px;
  color: #fff;
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 6px 15px 0;
}

.entry-tag-head::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 5px;
}

.entry-tag-item {
  margin-bottom: 10px;
  margin-right: 15px;
}

.entry-tag-item:last-child {
  margin-right: 0;
}

.entry-tag-item a {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #808080;
  display: block;
  font-size: 14px;
  padding: 6px 18px 5px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.entry-tag-item a:hover {
  background: #808080;
  border-color: #808080;
  color: #fff;
}

.entry-body {
  margin-top: 32px;
  padding-bottom: 44px;
}

.m_page .entry-body {
  padding-bottom: 12px;
}

.entry-body h2 + p,
.entry-body h3 + p,
.entry-body h4 + p,
.entry-body h5 + p,
.entry-body h6 + p {
  margin-top: 0;
}

.entry-body h2 {
  background: #F8F8F8;
  border-radius: 3px;
  border-bottom: 4px solid #D377AE;
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 600;
  line-height: 1.2;
  margin: 50px 0 20px;
  padding: 14px 16px 8px;
  position: relative;
  text-align: left;
  font-size: 21px;
}
@media (min-width: 992px) {
  .entry-body h2 {
    margin: 60px 0 38px;
    padding: 24px 20px;
    font-size: 24px;
  }
}

/**
.entry-body h2::after {
	border: 5px solid transparent;
	border-top: 15px solid #ebebeb;
	content: "";
	height: 0;
	left: 24px;
	position: absolute;
	top: 100%;
	width: 0;
}
**/
.entry-body h3 {
  border-left: 4px solid #D377AE;
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 600;
  line-height: 1.4;
  margin: 40px 0 18px;
  padding: 3px 0 3px 12px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .entry-body h3 {
    margin-bottom: 24px;
    margin-top: 64px;
  }
}

.entry-body h4 {
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 600;
  line-height: 1.6;
  margin: 24px 0 12px;
  position: relative;
}
@media (min-width: 992px) {
  .entry-body h4 {
    margin: 42px 0 16px;
  }
}

/**
.entry-body h4::before {
    color: #D377AE;
    content: "\f00c";
    font-family: "Font Awesome 5 Free", sans-serif;

    font-weight: 900;
    left: 0;
    position: absolute;
    top: -8px;
}**/
.entry-body h5 {
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 27px;
  margin-top: 60px;
}

.entry-body h6 {
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2em;
}

.entry-body p {
  line-height: 1.875;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .entry-body p {
    margin-top: 30px;
    font-size: 16px;
  }
}

.entry-body ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 20px;
}

.entry-body ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 20px;
}

.entry-body li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

.entry-body blockquote {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}

.entry-body blockquote > :first-child {
  margin-top: 0;
}

.entry-body blockquote > :last-child {
  margin-bottom: 0;
}

.entry-body q {
  background: #eee;
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
  vertical-align: middle;
}

.entry-body strong,
.entry-body b {
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 600;
}

.entry-body a {
  color: #1592e6;
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

.entry-body a:hover {
  opacity: 0.6;
}

.entry-body img {
  vertical-align: middle;
}

.entry-body .entry-btn {
  margin: 1em 0;
  text-align: center;
}

.entry-body .entry-btn .btn {
  color: #fff;
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.entry-body .entry-btn .btn:hover {
  opacity: 1;
}

.entry-links {
  margin-top: 32px;
  text-align: center;
}

.entry-links .post-page-numbers {
  background: #fff;
  border: 1px solid #666;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 8px;
  margin-right: 8px;
  min-width: 30px;
  text-align: center;
}

.entry-links .post-page-numbers.current {
  background: #666;
  color: #fff;
}

.entry-links .post-page-numbers:first-child {
  margin-left: 0;
}

.entry-links .post-page-numbers:last-child {
  margin-right: 0;
}

.entry-links a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.entry-links a:hover {
  background: #666;
  color: #fff;
}

/***********************************************
header
************************************************/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}
.l-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 992px) {
  .l-header {
    height: 74px;
    padding: 0;
    background-color: transparent;
    background: linear-gradient(180deg, #FFFFFF 17.79%, rgba(217, 217, 217, 0) 100%);
  }
}

.l-header__pc-nav {
  display: none;
}
@media (min-width: 992px) {
  .l-header__pc-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
  }
}

.l-header__pc-nav-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1190px) {
  .l-header__pc-nav-list {
    gap: 45px;
  }
}
.l-header__pc-nav-list li {
  white-space: nowrap;
}
.l-header__pc-nav-list li a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s ease;
  text-shadow: 0 4px 4px #fff;
}
.l-header__pc-nav-list li a:hover {
  color: #00A0EA;
  opacity: 1;
}
@media (min-width: 1190px) {
  .l-header__pc-nav-list li a {
    font-size: 20px;
  }
}

.l-header__pc-contact-btn {
  display: none;
}
@media (min-width: 992px) {
  .l-header__pc-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    padding: 10px 20px;
    background: #000;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0;
    border: 2px solid #000;
    transition: all 0.2s ease;
  }
  .l-header__pc-contact-btn:hover {
    background: #fff;
    opacity: 1;
    color: #00A0EA !important;
    border-color: #00A0EA;
  }
}
@media (min-width: 992px) and (min-width: 1190px) {
  .l-header__pc-contact-btn {
    font-size: 20px;
    margin-left: 40px;
  }
}

@media (min-width: 992px) {
  .l-header__items2 {
    display: none;
  }
}

.l-header__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
@media (min-width: 992px) {
  .l-header__items {
    height: auto;
    height: 74px;
    padding-left: 10px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.p-top__s1-mv-section {
  position: relative;
  padding-top: 64px;
}
@media (min-width: 992px) {
  .p-top__s1-mv-section {
    padding-top: 0px;
  }
}

.l-header__sns-icons {
  display: none;
}
@media (min-width: 992px) {
  .l-header__sns-icons {
    position: absolute;
    top: 23px;
    right: 62px;
    display: flex;
  }
}
.l-header__sns-icons.--drawer {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 30px auto;
  top: auto;
  right: auto;
}

.l-header__sns-icon {
  width: 29px;
  height: 29px;
  margin: 0 8px;
}

/***********************************************
header              左               ロゴ*****/
h1.l-header__logo-page {
  height: 100%;
  margin: 0 15px;
  padding: 0;
  font-size: 0;
  z-index: 100;
  position: relative;
  display: flex;
  align-items: center;
}
h1.l-header__logo-page a {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 6px;
  text-decoration: none;
}
@media (min-width: 992px) {
  h1.l-header__logo-page a {
    gap: 8px;
  }
}
h1.l-header__logo-page .l-header__logo-icon {
  height: 38px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  h1.l-header__logo-page .l-header__logo-icon {
    height: 46px;
    filter: drop-shadow(0 4px 4px #fff);
  }
}
@media (min-width: 1500px) {
  h1.l-header__logo-page .l-header__logo-icon {
    height: 52px;
    filter: drop-shadow(0 4px 4px #fff);
  }
}
@media (min-width: 992px) {
  h1.l-header__logo-page {
    margin: 0 20px;
  }
}

.l-header__logo-name {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #333;
  text-shadow: 0 4px 4px #fff;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .l-header__logo-name {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .l-header__logo-name {
    font-size: 29px;
  }
}

/***********************************************
ハンバーガーメニュー
************************************************/
.drawer-icon {
  width: 70px;
  height: 65px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  border: none;
  padding: 12px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(90.37deg, #00A0EA 0.13%, #77D3FF 99.98%);
}

.drawer-bars {
  display: block;
  width: 30px;
  height: 17px;
  position: relative;
  z-index: 999;
  flex-shrink: 0;
}

.drawer-icon-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}

.drawer-icon-label--menu {
  color: #ffffff;
  display: block;
}
.drawer-icon.is-checked .drawer-icon-label--menu {
  display: none;
}

.drawer-icon-label--close {
  color: #00A0EA;
  display: none;
}
.drawer-icon.is-checked .drawer-icon-label--close {
  display: block;
}

.drawer-bar {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: all 0.3s ease;
  z-index: 990;
}
.drawer-bar:nth-of-type(1) {
  top: 0;
}
.drawer-bar:nth-of-type(2) {
  top: 8px;
}
.drawer-bar:nth-of-type(3) {
  top: 16px;
}
.drawer-icon.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(-45deg);
  background: #00A0EA;
}
.drawer-icon.is-checked .drawer-bar:nth-of-type(2) {
  opacity: 0;
}
.drawer-icon.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(45deg);
  background: #00A0EA;
}

.drawer-icon.is-checked {
  background: #fff;
  box-shadow: none;
}

.drawer-close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding: 25px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #ffffff;
  border: none;
  border-radius: 0;
  transition: all 0.2s ease;
}
.drawer-close-btn:hover {
  opacity: 0.95;
}

.drawer-close-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
}
.drawer-close-icon::before, .drawer-close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #00A0EA;
  border-radius: 1px;
}
.drawer-close-icon::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-close-icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

#fixed-drawer-content.hide {
  display: none;
}

.drawer-content-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 989;
  pointer-events: none;
}
.drawer-content-cover.is-checked {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.drawer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

/* Rectangle 162 - ハンバーガーメニュー背景 */
.drawer-menu-panel {
  position: absolute;
  width: 280px;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90.37deg, #00A0EA 0.13%, #77D3FF 99.98%);
  padding: 72px 24px 40px;
  overflow-y: auto;
  overflow-x: hidden;
}

.l-header__hamburger-menu {
  width: 100%;
  margin: 0;
  text-align: left;
  padding: 0;
}
.l-header__hamburger-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1;
}
.l-header__hamburger-menu ul li {
  position: relative;
  text-align: left;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 16px 0;
  transition: all 0.2s linear;
  z-index: 1;
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 500;
}
.l-header__hamburger-menu ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 1.4;
}
.l-header__hamburger-menu ul li a:hover {
  opacity: 0.9;
  color: #fff;
}
.l-header__hamburger-menu ul li a small {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  opacity: 0.9;
  margin-top: 2px;
}
.l-header__hamburger-menu ul li:first-child {
  border-top: none;
}
.l-header__hamburger-menu ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
.l-header__hamburger-menu ul .sub-menu {
  list-style: none;
  margin: 0 0 8px 0;
  padding: 0 0 0 16px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer !important;
}
.l-header__hamburger-menu ul .sub-menu li {
  padding: 10px 0 0;
  border: none;
}
.l-header__hamburger-menu ul .sub-menu li::before {
  content: "";
  display: none;
}
.l-header__hamburger-menu ul .sub-menu li a {
  color: rgba(255, 255, 255, 0.95);
}
.l-header__hamburger-menu ul > li.j-btn {
  cursor: pointer;
  color: #fff;
}
.l-header__hamburger-menu .toggle {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

li.menu-item-11 > a {
  cursor: default;
}
li.menu-item-11 > a:hover {
  color: #292929 !important;
}

.menu-dorawer-container li:last-child {
  border: solid 2px #fff;
  background-color: #fff;
  margin: 10px 0;
}
.menu-dorawer-container li:last-child a {
  font-weight: bold;
  color: #292929;
}
.menu-dorawer-container li:nth-last-child(2) {
  border: solid 1px #fff;
  margin: 10px 0 30px 0;
}

.l-header__hamburger-menu ul li {
  font-size: 18px;
}

.l-header__hamburger-menu-privacy {
  color: #FFF;
  text-align: center;
  font-family: "Albert Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.drawer-menu-panel .l-header__drawer-foot-wrapper {
  margin-top: 20px;
}

.drawer-menu-panel .l-header__foot-flex {
  display: block;
  text-align: left;
  margin: 0;
  font-weight: 600;
}
.drawer-menu-panel .l-header__foot-flex .p-s7__tel {
  display: block;
  padding: 0 0 16px 0;
  font-size: 16px;
}
.drawer-menu-panel .l-header__foot-flex .p-s7__tel a {
  color: #fff;
}
.drawer-menu-panel .l-header__foot-flex .p-s7__tel span {
  font-size: 0.8em;
  opacity: 0.9;
}
.drawer-menu-panel .l-header__foot-flex ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.drawer-menu-panel .l-header__foot-flex ul li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 400;
}

.drawer-menu-panel .l-header__sns-icons.--drawer {
  margin: 20px auto 0;
  padding-top: 20px;
  justify-content: flex-start;
}

.drawer-menu-panel .l-header__sns-icon a img {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.drawer-menu-panel .p-s7__btn.--drawer {
  color: #ffffff;
  padding: 12px 24px;
  font-size: 14px;
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 64px;
  background: linear-gradient(94.68deg, #B20405 3.91%, #F50101 100%);
  border-radius: 100px;
}
.drawer-menu-panel .p-s7__btn.--drawer::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  background-color: currentColor;
  background-image: none;
  -webkit-mask-image: url(../img/right-small.svg);
  mask-image: url(../img/right-small.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.drawer-menu-panel .p-s7__btn.--drawer:hover {
  background: #fff;
  color: #0090d4;
}
.drawer-menu-panel .p-s7__btn.--drawer:hover::before {
  background-color: currentColor;
}
.drawer-menu-panel .p-s7__btn.--drawer small {
  display: block;
  font-size: 0.75em;
  margin-top: 2px;
  opacity: 0.9;
}

@media (min-width: 992px) {
  .l-header__items-fixed .drawer-icon {
    position: absolute;
    top: 12px;
    right: 10px;
  }
}

.l-header__center {
  text-align: center;
  margin: 40px 0 0;
}

/**************
footer（Figma: 20260213下層ページ__宮田精工 node 105-255）
**************/
.l-footer {
  background-color: #EAF2F8;
  color: #000;
  padding: 40px 20px 32px;
}
@media (min-width: 992px) {
  .l-footer {
    padding: 61px 68px 45px;
  }
}

@media (min-width: 992px) {
  .l-footer__inner {
    max-width: 1304px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-footer__main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .l-footer__main {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }
}

@media (min-width: 992px) {
  .l-footer__left {
    flex-shrink: 0;
  }
}

.l-footer__logo-block {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .l-footer__logo-block {
    gap: 8px;
    margin-bottom: 26px;
  }
}

.l-footer__logo {
  display: block;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .l-footer__logo {
    width: 100px;
    height: 100px;
  }
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-footer__logo-name {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.21;
  color: #000;
}
@media (min-width: 992px) {
  .l-footer__logo-name {
    font-size: 36px;
  }
}

.l-footer__address {
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0;
}
@media (min-width: 992px) {
  .l-footer__address {
    font-size: 16px;
  }
}
.l-footer__address a {
  color: #000;
  text-decoration: none;
}
.l-footer__address a:hover {
  text-decoration: underline;
}

.l-footer__nav {
  display: none;
}
@media (min-width: 992px) {
  .l-footer__nav {
    display: flex;
    gap: 120px;
    flex-shrink: 0;
  }
}

.l-footer__nav-col {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-footer__nav-col li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.l-footer__nav-col li:last-child {
  margin-bottom: 0;
}
.l-footer__nav-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #929292;
}
.l-footer__nav-col a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
}
.l-footer__nav-col a:hover {
  opacity: 0.7;
}

.l-footer__copyright {
  display: none;
  margin: 0;
  padding-top: 35px;
  font-family: "Albert Sans", "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #898989;
}
@media (min-width: 992px) {
  .l-footer__copyright {
    display: block;
  }
}

/**************
フッター上お問い合わせ（共通・下層ページ共通）Figma: 123-335
**************/
.l-contact-cta {
  background-color: #EAF2F8;
  padding: 32px 20px 40px;
}
@media (min-width: 992px) {
  .l-contact-cta {
    padding: 42px 20px 40px;
  }
}

.l-contact-cta__inner {
  max-width: 1603px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .l-contact-cta__inner {
    padding: 0 24px;
  }
}

.l-contact-cta__box {
  background-color: #1F6FB2;
  border-radius: 40px;
  padding: 32px 24px 36px;
  text-align: center;
}
@media (min-width: 992px) {
  .l-contact-cta__box {
    border-radius: 80px;
    padding: 47px 24px 51px;
  }
}

.l-contact-cta__text {
  margin: 0 0 24px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.625;
  color: #EAF2F8;
  white-space: pre-line;
}
@media (min-width: 992px) {
  .l-contact-cta__text {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .l-contact-cta__text .l-contact-cta__text-line2 {
    font-size: 24px;
  }
}

.l-contact-cta__btn-wrap {
  display: flex;
  justify-content: center;
}

.l-contact-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 32px;
  background-color: #E90102;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.21;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s;
}
@media (min-width: 992px) {
  .l-contact-cta__btn {
    min-width: 332px;
    min-height: 77px;
    font-size: 20px;
  }
}
.l-contact-cta__btn:hover {
  opacity: 0.9;
}

.c-inner__center {
  min-width: 330px;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .c-inner__center {
    width: 80%;
  }
}
@media (min-width: 1300px) {
  .c-inner__center {
    max-width: 1800px;
  }
}
.c-inner__center.--worry {
  width: 91%;
}
@media (min-width: 992px) {
  .c-inner__center.--worry {
    width: 80%;
  }
}

.c-inner__right {
  text-align: center;
}
@media (min-width: 992px) {
  .c-inner__right {
    text-align: right;
  }
}
.c-inner__right.--right {
  text-align: right;
}

.c-inner__left {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 992px) {
  .c-inner__left {
    width: 80%;
  }
}
@media (min-width: 1300px) {
  .c-inner__left {
    max-width: 1800px;
  }
}
@media (min-width: 992px) {
  .c-inner__left.--fv {
    width: 90%;
    max-width: 1800px;
  }
}
@media (min-width: 1300px) {
  .c-inner__left.--1200 {
    max-width: 1200px;
  }
}
.c-inner__left.--reason {
  text-align: center;
}
@media (min-width: 992px) {
  .c-inner__left.--reason {
    text-align: left;
  }
}

.c-inner__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-inner__flex.--sp_block {
  display: block;
}
@media (min-width: 992px) {
  .c-inner__flex.--sp_block {
    display: flex;
  }
}

/***************
* 再利用可能：About US + キャッチコピー（他セクションでも使用可）
* 使い方：以下をコピーして各セクションに配置
* <div class="c-section-heading c-section-heading--tagline">
*   <span class="c-section-heading__en">・ABOUT US</span>
*   <h2 class="c-section-heading__jp">精度で応え、技術で支える。<br>ものづくりの現場に、確かな価値を。</h2>
* </div>
****************/
.c-section-heading {
  text-align: left;
  margin: 0;
  padding: 0;
}
.c-section-heading--tagline {
  margin: 0;
  padding: 0;
}

.c-section-heading__en {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #1F6FB2;
  position: relative;
  z-index: 900;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .c-section-heading__en {
    font-size: 13px;
  }
}

.c-section-heading__jp {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -2px;
  color: #3D3D3D;
  position: relative;
  line-height: 1.8;
  margin: 10px 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  .c-section-heading__jp {
    font-size: 35px;
  }
}
.c-section-heading__jp::before {
  content: "";
  background-image: url(../img/logo-heading.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 992px) {
  .c-section-heading__jp::before {
    width: 74px;
    height: 74px;
  }
}

.c-heading {
  text-align: left;
  margin: 65px 0 20px;
}
.c-heading.--about {
  margin: 0;
  padding: 0;
}

.c-heading__page {
  padding: 60px 0 60px;
  margin: 64px 0 0;
  background-image: url(../img/page-heading-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 88% 50%;
}
@media (min-width: 992px) {
  .c-heading__page {
    background-position: center right;
    padding: 120px 0;
  }
  .c-heading__page h2 {
    font-size: 42px;
  }
}
@media (min-width: 1300px) {
  .c-heading__page h2 {
    font-size: 57px;
  }
}
.c-heading__page.--single {
  background: none;
  padding: 60px 0 0px;
}
@media (min-width: 992px) {
  .c-heading__page.--single {
    padding: 100px 0 0px;
  }
}
.c-heading__page.--column {
  background-image: none;
  padding: 60px 0 0;
  margin: 30px 0 0;
}
.c-heading__page.--column h2 {
  line-height: 1.5;
}
@media (min-width: 992px) {
  .c-heading__page.--column {
    padding: 140px 0 50px;
    margin: 20px 0 0;
  }
}

.c-heading__jp {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -2px;
  color: #3D3D3D;
  position: relative;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .c-heading__jp {
    font-size: 35px;
  }
}
.c-heading__jp::before {
  content: "";
  background-image: url(../img/logo-heading.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 992px) {
  .c-heading__jp::before {
    width: 74px;
    height: 74px;
  }
}
.c-heading__jp.--contact {
  letter-spacing: 0em;
  color: #fff;
}
.c-heading__jp.--contact::before {
  background-image: none;
}
.c-heading__jp.--contact + .c-heading__en {
  letter-spacing: 0em;
  color: #fff;
  padding: 5px 0;
}
.c-heading__jp.--1 {
  line-height: 1;
  display: block;
  padding: 10px 0 0;
}

.c-heading__en {
  display: inline-block;
  margin-top: -10px;
  font-size: 13px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
  color: #1F6FB2;
  position: relative;
  z-index: 900;
}
.c-heading__en.--news {
  color: #B3B3B3;
  font-size: 15px;
  margin: 0;
  padding-right: 60px;
}
@media (min-width: 992px) {
  .c-heading__en.--about {
    margin: 0;
    padding: 0;
  }
}

.c-icon {
  position: relative;
}
.c-icon::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.c-icon::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

/***********************************************
左から右へグイっと登場
************************************************/
.c-icon__from-left {
  animation: fadeIn 1s cubic-bezier(0.9, 0, 0.2, 1) 0.5s 1 normal backwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.c-icon__keyword {
  position: absolute;
  color: transparent;
}

/***********************************************
文字の両サイドに画像配置
************************************************/
.c-icon__both-side {
  position: relative;
}
.c-icon__both-side::before, .c-icon__both-side::after {
  content: "";
  display: inline-block;
  width: 10%;
  aspect-ratio: 100/133;
  background-image: url();
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.c-icon__both-side::after {
  background-image: url();
}

/***********************************************
アンダーライン
************************************************/
.c-icon__marker {
  background: linear-gradient(transparent 60%, yellow 30%);
  display: inline-block;
}

.c-icon__under-line {
  border-bottom: 10px solid #000;
  display: inline-block;
  padding-bottom: 10px;
}

/***********************************************
　ハンバーガーメニュー　細いスクロールバー
************************************************/
.c-icon__scroll-bar {
  overflow-x: auto;
  max-width: 100%;
  height: 100vh;
  overflow-y: auto;
}
.c-icon__scroll-bar::-webkit-scrollbar {
  width: 5px;
  height: 2px;
  border-radius: 10px;
}
.c-icon__scroll-bar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #D5D5D5;
}
.c-icon__scroll-bar::-webkit-scrollbar-thumb {
  background-color: #969696;
}

/***********************************************
　MV　SCROLL DOWN のモーション
************************************************/
.c-icon__scrolldown1 {
  position: absolute;
  left: 30px;
  bottom: -50px;
  height: 50px;
}

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/
/*スクロールダウン全体の場所*/
.c-icon__scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 58px;
  bottom: 69px;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.c-icon__scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -32px;
  bottom: 59px;
  /*テキストの形状*/
  color: #D5C1A1;
  width: 70px;
  font-size: 14px;
  font-weight: 400;
  transform: rotate(90deg);
}

/* 線の描写 */
.c-icon__scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 2px;
  height: 30px;
  background: #D5C1A1;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 10px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 55px;
    opacity: 0;
  }
}
/***********************************************
read more　線の色が変わる
************************************************/
/*== 線の上を別の線が伸びる */
.c-button__more {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  color: #fff;
  padding: 10px 45px 10px 10px;
  display: inline-block;
  text-decoration: none;
  outline: none;
}

/*線の設定*/
.c-button__more::before,
.c-button__more::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  /*線の形状*/
  background: #C18BBD;
  width: 100%;
  height: 1px;
  /*アニメーションの指定*/
}

.c-button__more.--white::before,
.c-button__more.--white::after {
  /*線の形状*/
  background: #fff;
}

/*hover時に伸びる線の形状*/
.c-button__more::after {
  width: 0;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  border: #fff;
}

.c-button__more.--white::after {
  background: #333;
}

/*hover時に100%に伸びる*/
.c-button__more:hover::after {
  width: 100%;
}

/*矢印の設定*/
.c-button__more span {
  position: relative;
}

.c-button__more span::after {
  content: "→";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  right: -26px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  color: #C18BBD;
  /*アニメーションの指定*/
  transition: all 0.3s;
}

.c-button__more.--white span::after {
  border-color: #fff;
}

/*hover時に矢印が移動*/
.c-button__more:hover span::after {
  right: -35px;
}

.--side {
  /*== 線の上を別の線が伸びる */
  /*線の設定*/
  /*hover時に伸びる線の形状*/
  /*hover時に100%に伸びる*/
  /*矢印の設定*/
  /*hover時に矢印が移動*/
}
.--side .c-button__more {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  color: #fff;
  padding: 10px 80px 10px 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
@media (min-width: 992px) {
  .--side .c-button__more {
    padding-right: 137px;
  }
}
.--side .c-button__more::before,
.--side .c-button__more::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 105px;
  background: #5d595a;
  width: 24%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .--side .c-button__more::before,
  .--side .c-button__more::after {
    bottom: 23px;
    left: 129px;
  }
}
.--side .c-button__more.--white::before,
.--side .c-button__more.--white::after {
  /*線の形状*/
  background: #fff;
}
.--side .c-button__more::after {
  width: 0;
  background: #ffffff;
}
.--side .c-button__more.--white::after {
  background: #000000;
}
.--side .c-button__more:hover::after {
  width: 24%;
}
.--side .c-button__more span {
  position: relative;
}
.--side .c-button__more span::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 0.6em;
  right: -36px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}
.--side .c-button__more.--white span::after {
  border-color: #fff;
}
.--side .c-button__more:hover span::after {
  right: -41px;
}

/* ↑ この記述はリセット */
.wrap_slider {
  width: 100%;
}

.js-slider {
  width: 100%;
  height: 100%;
}

.js-slider picture {
  width: 100%;
  object-fit: cover;
  padding: 10px 10px 20px;
  display: block;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: bottom;
}

/* ↑ この記述はリセット */
.slick-slide,
.slick-list,
.slick-track {
  min-height: 300px; /**SPで初めの一枚高さが無くなるのを防ぐためにSP時のカードの高さを指定する*/
}
@media (min-width: 992px) {
  .slick-slide,
  .slick-list,
  .slick-track {
    min-height: 400px;
  }
}

.wrap_slider {
  width: 100%;
}

.js-slider li img {
  width: 100%;
  height: auto;
  padding: 10px 10px 20px;
}

.slick-prev:before,
.slick-next:before {
  color: #101010;
  z-index: 1;
}

.js-slider .slick-dots {
  bottom: -80px;
  display: flex;
  justify-content: space-between;
  width: 58%;
}
@media (min-width: 992px) {
  .js-slider .slick-dots {
    width: 70%;
  }
}

.js-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 33.3333333333%;
  height: 2px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: #DEDEDE;
  overflow: hidden;
  transition: all 0.2s linear 0s;
}

.js-slider .slick-dots li.slick-active button {
  background: #1F6FB2;
  width: 100%;
}

.js-slider .slick-dots li button:before {
  content: none;
}

/* スライダー左右ボタン（View More と同じくの字＋丸枠） */
.next-arrow,
.prev-arrow {
  position: absolute;
  top: -17px;
  left: 10vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px !important;
  height: 32px !important;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #717171;
  background-color: transparent;
  color: #717171;
  transition: all 0.2s linear;
  cursor: pointer;
}
@media (min-width: 992px) {
  .next-arrow,
  .prev-arrow {
    left: 10vw;
    bottom: -91px;
  }
}
.next-arrow svg,
.prev-arrow svg {
  display: block;
  flex-shrink: 0;
}
.next-arrow:hover,
.prev-arrow:hover {
  background-color: #717171;
  color: #fff;
  border-color: #717171;
}

.next-arrow {
  left: calc(10vw + 60px);
}
@media (min-width: 992px) {
  .next-arrow {
    left: calc(10vw + 60px);
  }
}

.wp-pagenavi {
  margin: 40px auto 55px;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3D3D3D;
}

.wp-pagenavi a {
  color: #3D3D3D;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi span.current,
.wp-pagenavi a.page,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 0.3s;
  color: #1f6fb2;
  border: 1px solid #1f6fb2;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  border: solid 1px #1f6fb2;
}

.wp-pagenavi span.current {
  border: none;
  background: #1f6fb2;
  color: #fff;
}

.wp-pagenavi a.page {
  background: none;
}

.wp-pagenavi a.page:hover {
  background: #1f6fb2;
  color: #fff;
  border: solid 1px #1f6fb2 !important;
  opacity: 1;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}

.c-pagenavi__upper-bar {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend {
  border: none;
}

/************
***目次****
********************/
#ez-toc-container {
  width: 95%;
  margin: 20px auto 0px;
  background-color: #F9F8F8;
  border: none;
  padding: 37px 30px;
  border-radius: 0;
  position: relative;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media (min-width: 992px) {
  #ez-toc-container {
    padding: 37px 30px !important;
    margin: 0px auto 0px;
  }
}

@media (min-width: 992px) {
  #ez-toc-container {
    width: 100%;
    padding: 20px 30px;
    min-width: 800px;
  }
}
.ez-toc-title-toggle {
  position: absolute;
  top: 32px;
  left: 124px;
  border: none !important;
}

.ez-toc-title {
  display: block;
  font-size: 20px !important;
  font-weight: 700 !important;
  padding: 0px 0px 0px 28px !important;
  position: relative;
  border-left: 5px solid #D377AE;
  color: #D377AE;
  margin: 10px 0 10px !important;
  line-height: 1.3 !important;
}

@media (min-width: 992px) {
  .ez-toc-title {
    font-size: 20px !important;
  }
}
.ez-toc-list {
  font-size: 15px;
}

@media (min-width: 992px) {
  .ez-toc-list {
    font-size: 16px;
    padding: 10px 0px !important;
  }
}
.ez-toc-list li {
  list-style-position: outside !important;
}

.ez-toc-list li a {
  color: #3D3D3D !important;
  font-weight: 400 !important;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

p:has(+ #ez-toc-container) {
  font-size: 15px;
  line-height: 1.9;
  padding: 0px 0px 50px;
}

@media (min-width: 992px) {
  p:has(+ #ez-toc-container) {
    font-size: 15px;
  }
}
.ez-toc-heading-level-2 {
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 0 15px !important;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.ez-toc-heading-level-2 a::before {
  color: #D377AE;
}

.ez-toc-heading-level-3 {
  font-size: 0.9em;
  margin: 7px 0 0 !important;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.ez-toc-heading-level-3 a::before {
  color: #3D3D3D;
}

/*
.ez-toc-counter nav ul li a::before {
    content: counters(item, '.', decimal) '. ';
    display: inline-block;
    counter-increment: item;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: .2em;
    float: left;
}

#ez-toc-container .ez-toc-js-icon-con {
    border: none !important;
}*/
#ez-toc-container .ez-toc-js-icon-con {
  border: none !important;
}

/***************
*トップページ「　Top-MV　」セクション
****************/
.p-top__mv {
  background-image: url(../img/fv-about-us-gradation.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: top -80px center;
}
@media (min-width: 0px) {
  .p-top__mv {
    background-image: url(../img/mv-sp.jpg);
    background-position: center center;
    min-height: 129vh;
  }
}
@media (min-width: 500px) {
  .p-top__mv {
    background-image: url(../img/mv-sp.jpg);
    background-position: 50% 80%;
    min-height: 160vh;
  }
}
@media (min-width: 991px) {
  .p-top__mv {
    min-height: auto;
    padding: 0;
    background-size: cover;
    background-image: url(../img/fv-about-us-gradation.png);
    max-width: none;
    background-position: center center;
  }
}
@media (min-width: 1300px) {
  .p-top__mv {
    background-position: center top;
    max-width: none;
  }
}

@media (max-width: 991px) {
  .p-top__mv .c-inner__left.--fv {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}

.p-top__fv-rectangle {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  left: -20px;
  top: clamp(62px, 6vw, 220px);
  width: min(420px, 95vw);
  max-height: 100%;
}
@media (max-width: 991px) {
  .p-top__fv-rectangle {
    display: none;
  }
}
@media (min-width: 992px) {
  .p-top__fv-rectangle {
    left: -20px;
    top: 10%;
    width: clamp(520px, 45vw, 760px);
  }
}
.p-top__fv-rectangle img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom left;
  max-height: 100%;
}

.p-top__fv-img {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  right: 0;
  top: 0;
  width: min(360px, 85vw);
  max-width: 100%;
}
@media (max-width: 991px) {
  .p-top__fv-img {
    display: none;
  }
}
@media (min-width: 992px) {
  .p-top__fv-img {
    right: 0;
    top: 0;
    width: min(clamp(520px, 94vw, 1100px), 100%);
    max-height: 100%;
  }
}
@media (min-width: 1100px) {
  .p-top__fv-img {
    width: min(clamp(1068px, 70vw, 1100px), 100%);
  }
}
.p-top__fv-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom left;
}
@media (min-width: 992px) {
  .p-top__fv-img img {
    max-height: 100%;
  }
}

.p-top__s1-title {
  font-weight: 400;
  text-align: left;
  font-size: 20px;
  line-height: 1.3;
  padding-top: 450px;
  position: relative;
  z-index: 1;
  color: #2B2B2B;
  font-size: 0.9em;
}
.p-top__s1-title .p-top__s1-title-bg {
  display: block;
  width: fit-content;
  max-width: 100%;
  background-color: #F4F6F8;
  padding: 0.35em 0.5em;
  padding-left: calc(0.5em + 50vw - 50%);
  margin-left: calc(-50vw + 50%);
  line-height: 1.6;
  margin-bottom: 0.4em;
  box-sizing: border-box;
}
.p-top__s1-title .p-top__s1-title-bg:last-of-type {
  margin-bottom: 0;
}
.p-top__s1-title .p-top__s1-title-bg--2 {
  margin-top: 0;
}
@media (min-width: 1400px) {
  .p-top__s1-title {
    font-size: 1em;
  }
}
@media (min-width: 1700px) {
  .p-top__s1-title {
    font-size: 1.2em;
  }
}
.p-top__s1-title .row2 {
  font-size: 1em;
  margin-left: -10px;
  display: block;
}
@media (min-width: 400px) {
  .p-top__s1-title {
    padding-top: 400px;
    text-shadow: 0 0 6px #fff;
  }
}
@media (min-width: 670px) {
  .p-top__s1-title {
    padding-top: 200px;
  }
}
@media (min-width: 992px) {
  .p-top__s1-title {
    padding: 25% 0 0;
    font-size: 40px;
    line-height: 1.5;
    text-shadow: none;
  }
  .p-top__s1-title .p-top__s1-title-bg {
    margin-bottom: 0.35em;
  }
}
@media (min-width: 1300px) {
  .p-top__s1-title {
    font-size: 44px;
    padding: 20% 0 0;
    margin-left: 0%;
  }
}
@media (min-width: 1500px) {
  .p-top__s1-title {
    padding: 18% 0 0;
  }
}

.p-top__s1-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.35em);
  animation: p-top__s1-char-in 0.55s ease forwards;
}

@keyframes p-top__s1-char-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .p-top__s1-title {
    font-size: 18px;
    padding-top: 0;
    line-height: 1.3;
  }
}

.p-top__s1-sub-title {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .p-top__s1-title .p-top__s1-title-bg {
    margin-left: 0;
    padding-left: 0.5em;
  }
}
@media (max-width: 669px) {
  .p-top__s1-title .p-top__s1-title-bg {
    background: none;
    padding: 0;
    margin-bottom: 0.3em;
    text-shadow: 0 0 6px rgb(255, 255, 255);
  }
}

.p-top__s1-sub-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin: 0px auto 15%;
  background: #2B2B2B;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .p-top__s1-sub-title {
    margin: 0 auto 5%;
    font-size: 16px;
    padding: 0 0 10%;
  }
}
@media (min-width: 1300px) {
  .p-top__s1-sub-title {
    font-size: 18px;
    padding: 30px 0 8%;
  }
}

.p-top__s1-mv-bg-blue {
  background-color: #EAF2F8;
}

.p-top__sp-mv-logo {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50%;
  width: 100vw;
  max-width: 100%;
  height: auto;
  overflow-x: hidden;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: soft-light;
}
.p-top__sp-mv-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .p-top__sp-mv-logo {
    display: none;
  }
}

/***************
* 下層ページ「わたしたちについて」用（Figma 22:934 準拠）
* PC: 48px / 36px / 32px、SP: スマホ用に縮小
****************/
.c-section-heading--about-page {
  margin: 0;
  padding: 0;
}
.c-section-heading--about-page .c-section-heading__en.--about-page {
  display: block;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #1F6FB2;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: albert sans;
}

.c-section-heading__jp-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #2B2B2B;
  margin: 6px 0 0;
  padding: 0;
  z-index: 1;
  position: relative;
}

.c-section-heading--about-page .c-section-heading__tagline {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 14px 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.c-section-heading--about-page .c-section-heading__tagline::before {
  display: none;
}

.c-section-heading__tagline-accent {
  color: #1F6FB2;
}

.p-s3__texts--about {
  margin: 20px 0 0;
}
.p-s3__texts--about p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.05em;
  color: #000;
  margin: 20px 0 0px;
}

@media (min-width: 580px) {
  .c-section-heading--about-page .c-section-heading__en.--about-page {
    font-size: 48px;
  }
  .c-section-heading__jp-label {
    font-size: 30px;
    margin: -16px 0 0;
  }
  .c-section-heading--about-page .c-section-heading__tagline {
    font-size: 26px;
    margin: 24px 0 0;
  }
  .p-s3__texts--about {
    margin: 10px 0 0 !important;
  }
  .p-s3__texts--about p {
    font-size: 16px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .c-section-heading--about-page .c-section-heading__en.--about-page {
    font-size: 48px;
  }
  .c-section-heading__jp-label {
    font-size: 30px;
    margin: -16px 0 0;
  }
  .c-section-heading--about-page .c-section-heading__tagline {
    font-size: 26px;
    margin: 24px 0 0;
  }
  .p-s3__texts--about {
    margin: 10px 0 0 !important;
  }
  .p-s3__texts--about p {
    font-size: 16px;
    margin: 0;
  }
}
@media (min-width: 1500px) {
  .c-section-heading--about-page .c-section-heading__en.--about-page {
    font-size: 58px;
  }
  .c-section-heading__jp-label {
    font-size: 40px;
    margin: -16px 0 0;
  }
  .c-section-heading--about-page .c-section-heading__tagline {
    font-size: 34px;
    margin: 36px 0 0;
  }
  .p-s3__texts--about {
    margin: 40px 0 0 !important;
  }
  .p-s3__texts--about p {
    font-size: 20px;
  }
}
/***************
*トップページ「 ニュース 」セクション
****************/
/***************
*トップページ「　about-us　」セクション
****************/
.p-top__s3-about-section {
  padding-top: 0px;
  z-index: 900;
  position: relative;
}
@media (min-width: 992px) {
  .p-top__s3-about-section {
    padding-top: 100px;
    margin-top: 0px;
  }
}

.p-top__about-bg {
  padding: 0 0 50px;
  margin: -130px 0 40%;
  margin: -163px 0 14%;
}
@media (min-width: 500px) {
  .p-top__about-bg {
    margin: -420px 0 20%;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .p-top__about-bg {
    margin: 0px 0 0%;
    padding: 0 0 150px;
    background-image: url(../img/about-pc-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
  }
}

@media (min-width: 992px) {
  .p-s3__left-container {
    width: 55%;
    margin: 55px 0 0px;
  }
}

@media (min-width: 992px) {
  .p-s3__right-container {
    width: 60%;
    margin-right: calc(50% - 50vw);
  }
}

.p-s3__img {
  width: min(400px, 100%);
  margin: 0 auto;
  display: none;
}
@media (min-width: 992px) {
  .p-s3__img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
  }
}

.p-s3__flex {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (min-width: 992px) {
  .p-s3__flex {
    padding-top: 100px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    background-image: none;
  }
}

.p-s3__texts {
  font-size: 16px;
  line-height: 2;
  margin: 30px 0 0;
}
@media (min-width: 992px) {
  .p-s3__texts {
    margin: 80px 0 0;
  }
}

.p-s3__more-btn {
  font-size: 16px;
  color: #1F6FB2;
  padding: 14px 40px;
  border: 1px solid #1F6FB2;
  border-radius: 60px;
  display: inline-block;
  margin: 30px auto 30px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .p-s3__more-btn {
    margin: 60px 0 0;
  }
}

.p-s3__center-left {
  text-align: center;
}
@media (min-width: 992px) {
  .p-s3__center-left {
    text-align: left;
  }
}

.p-top__s4-service-section {
  position: relative;
  z-index: 300;
  overflow-x: hidden;
}

.p-s4__cards {
  display: block;
  margin: 0 calc(50% - 50vw);
  padding: 1px 0;
  font-size: 30px;
  color: #fff;
  display: block;
}
.p-s4__cards span {
  display: block;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .p-s4__cards {
    display: flex;
    margin: 0 calc(50% - 50vw) 0 0;
  }
}

.box {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  height: 500px;
}
@media (min-width: 576px) {
  .box {
    height: 40vw;
  }
}
@media (min-width: 576px) {
  .box {
    height: 45vw;
  }
}
@media (min-width: 1300px) {
  .box {
    height: 35vw;
  }
}
@media (min-width: 1500px) {
  .box {
    height: 25vw;
  }
}
.box:hover .p-s4__more::after {
  color: #fff;
}
.box:hover .p-s4__more::before {
  border-color: #1F6FB2;
  background-color: #1F6FB2;
}

.box-bg {
  background-image: url(../img/service_item1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.6s ease;
  width: 100%;
  height: 100%;
}
.box-bg.--2 {
  background-image: url(../img/service_item2.jpg);
}

.box:hover .box-bg {
  transform: scale(1.08);
}

a.box:hover {
  opacity: 1;
}

.p-s4__card-title {
  align-items: center;
  /* テキストの中央揃え */
  bottom: 0;
  color: #fff;
  /* テキストの色 */
  display: flex;
  /* テキストの中央揃え */
  flex-direction: column;
  justify-content: center;
  /* テキストの中央揃え */
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  /* テキストを横幅いっぱいにならないようにする */
  z-index: 1;
}

.p-s4__num {
  display: block;
  font-family: "Inter";
  font-size: 40px;
  margin: 0px 0 0;
}
@media (min-width: 992px) {
  .p-s4__num {
    font-size: 48px;
  }
}

.p-s4__en {
  font-size: 12px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .p-s4__en {
    font-size: 14px;
  }
}

.p-s4__card-title {
  overflow: hidden;
  aspect-ratio: 100/73.6;
}
.p-s4__card-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.p-s4__card-title img:hover {
  transform: scale(1.03);
}

.p-s4__more {
  font-size: 15px;
  display: block;
  margin: 20px 0 0 20px;
  position: relative;
  position: relative;
}
@media (min-width: 992px) {
  .p-s4__more {
    font-size: 16px;
  }
}
.p-s4__more::after {
  content: "→";
  position: absolute;
  position: relative;
  margin: 0 30px;
  top: 0;
  right: -10px;
  transition: all 0.1s linear 0s;
}
.p-s4__more::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-image: url(../img/);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  left: 82%;
  transform: translate(-50%, -50%);
  transition: all 0.1s linear 0s;
}

/***************
* 宮田精工のつよみ（ポイントカード）
****************/
.p-top__s4-point-section {
  background: #EAF2F8;
  padding: 2.5rem 0;
}
@media (min-width: 992px) {
  .p-top__s4-point-section {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    /* PC版：背景の青いドーナツ状の帯（透明な円＋青い輪） */
  }
  .p-top__s4-point-section::before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 20vw;
    max-width: 700px;
    max-height: 700px;
    border-radius: 50%;
    background: transparent;
    border: 6vw solid #1f6fb2;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
  }
}
.p-top__s4-point-section .c-inner__left {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.p-s4-point__cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .p-s4-point__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 3rem;
    max-width: 80%;
    margin: 0 auto;
  }
}

.p-s4-point__card {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #D9D9D9;
  border-radius: 8px;
  overflow: hidden;
  padding: 30px 10px;
}
@media (min-width: 992px) {
  .p-s4-point__card {
    max-width: none;
    margin: 0;
    padding: 60px 20px;
  }
  .p-s4-point__card:first-child {
    grid-column: 1/-1;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-s4-point__thumb {
  width: 100%;
  height: 0;
  padding: 24px;
  background: #D9D9D9;
  border-radius: 8px 8px 0 0;
}

.p-s4-point__num {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #EAF2F8;
  opacity: 0.6;
  pointer-events: none;
}
@media (min-width: 992px) {
  .p-s4-point__num {
    font-size: 128px;
    bottom: 10px;
    left: 20px;
  }
}

.p-s4-point__title {
  position: relative;
  z-index: 1;
  margin: -48px 7px 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: #fff;
  border-radius: 42px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #2B2B2B;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .p-s4-point__title {
    margin: -52px 10px 0;
    min-height: 72px;
    padding: 0 20px;
  }
}

.p-s4-point__body {
  position: relative;
  z-index: 1;
  padding: 0 9px 1.25rem 9px;
}
@media (min-width: 992px) {
  .p-s4-point__body {
    padding: 0 10px 1.5rem 10px;
  }
}

.p-s4-point__subtitle {
  position: relative;
  margin: 1rem 0 0;
  padding: 0;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  color: #2B2B2B;
}
@media (min-width: 992px) {
  .p-s4-point__subtitle {
    margin-top: 1.25rem;
  }
}

.p-s4-point__desc {
  position: relative;
  margin: 0.5em 0 0;
  padding: 0;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  color: #2B2B2B;
}

/***************
 * トップページ「事業内容」セクション（4カード）
 ****************/
.p-top__s5-service-section {
  /* セクション全体の背景色はここで指定 */
  background-image: url(../img/service-bg-blue.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0px 0 40px;
  background-position: 0% 114%;
}
@media (min-width: 992px) {
  .p-top__s5-service-section {
    background-position: top left;
    block-size: cover;
  }
}

.p-top__s5-service-bg {
  background: #F4F6F8;
  margin-left: 20px;
  padding-bottom: 2rem;
  position: relative;
  z-index: 30;
  border-radius: 20px 0 0 20px;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .p-top__s5-service-bg {
    padding: 70px 0 120px;
    margin-left: 8%;
    border-radius: 94px 0 0 94px;
  }
}

.p-top__s5-service-section .p-top__about-img {
  margin-bottom: -48px;
}
.p-top__s5-service-section .p-s5-1__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  max-width: 970px;
  margin: 0 auto;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .p-top__s5-service-section .p-s5-1__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
    margin-top: 48px;
    min-width: 850px;
  }
}
.p-top__s5-service-section .p-s5-1__card {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px 19px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 992px) {
  .p-top__s5-service-section .p-s5-1__card {
    padding: 30px 23px 40px;
    width: 100%;
  }
}
.p-top__s5-service-section .p-s5-1__icon {
  width: 125px;
  height: 100px;
  margin: 0 auto 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__s5-service-section .p-s5-1__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.p-top__s5-service-section .p-s5-1__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #222222;
  margin: 0 0 16px;
  text-align: center;
}
.p-top__s5-service-section .p-s5-1__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 0 0 20px;
  text-align: center;
}
.p-top__s5-service-section .p-s5-1__line {
  width: 84px;
  height: 0;
  border: none;
  border-top: 1px solid #000000;
  margin: 0 auto 20px;
}
.p-top__s5-service-section .p-s5-1__body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 0;
  text-align: left;
  width: 100%;
}

.p-s5-1__view-more-wrap {
  text-align: center;
  margin: 50px 0 20px;
}
@media (min-width: 992px) {
  .p-s5-1__view-more-wrap {
    display: none;
  }
}

.p-s5-1__view-more-wrap--card {
  display: none;
}
@media (min-width: 992px) {
  .p-s5-1__view-more-wrap--card {
    display: block;
    margin-left: auto;
  }
}

/***************
*トップページ「　施工事例　」セクション
****************/
.p-top__s5-case-section {
  background-image: url(../img/service-bg-blue.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 -87%;
  padding: 30px 0 76px 0;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .p-top__s5-case-section {
    background-position: 0;
    padding: 94px 0 0px 0px;
    background-image: none;
    background: #F4F6F8;
  }
}

.p-s5__circle {
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  border: 9vw solid #ffffff;
  position: absolute;
  right: -31vw;
  top: 30%;
  transform: translateX(-50%);
}

.p-top__s5-cards {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .p-top__s5-cards {
    display: flex;
    padding-bottom: 40px;
    text-align: left;
    /* スライダーが flex でつぶれないように */
  }
  .p-top__s5-cards > .js-slider {
    flex: 1 1 100%;
    min-width: 0;
    width: 100%;
  }
}

.p-top__s5-card {
  width: 34vw;
  height: 100%;
  aspect-ratio: 19/16;
  margin-right: 35px;
  transition: all 0.2s linear;
  margin-left: -20px;
}
@media (min-width: 992px) {
  .p-top__s5-card {
    margin-right: 60px;
    margin-left: 0;
  }
}
.p-top__s5-card:hover {
  opacity: 0.6;
  cursor: pointer;
}
.p-top__s5-card .p-s5__case-cat {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

/* 設備一覧：PC版ヘッダー（View More + 矢印） */
.p-s5__header-row {
  display: block;
}
@media (min-width: 992px) {
  .p-s5__header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-s5__header-actions {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .p-s5__header-actions {
    margin-top: 0;
    /* Figma: [左矢印] [View More] [右矢印] の並び */
  }
}

.p-s5__slider-arrows {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (min-width: 992px) {
  .p-s5__slider-arrows {
    gap: 20px;
  }
}

.p-s5__view-more {
  display: none;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #717171;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 0 20px;
  transition: opacity 0.2s;
}
@media (min-width: 992px) {
  .p-s5__view-more {
    display: inline-flex;
  }
}
.p-s5__view-more:hover {
  opacity: 0.7;
}

/* 設備ヘッダー内の矢印：絶対配置を解除。PCはFigmaサイズ(48px)、SPは既存サイズ */
.p-s5__header-actions .prev-arrow,
.p-s5__header-actions .next-arrow {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
}
@media (min-width: 992px) {
  .p-s5__header-actions .prev-arrow,
  .p-s5__header-actions .next-arrow {
    width: 48px !important;
    height: 48px !important;
  }
}

.p-s5__top-texts {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 900;
  margin: 30px 0;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .p-s5__top-texts {
    justify-content: flex-end;
    margin: 0;
  }
}

.p-s5__top-text {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
}
@media (min-width: 992px) {
  .p-s5__top-text {
    width: 70%;
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .p-s5__top-text {
    font-size: 16px;
  }
}

.p-s5__more-btn {
  font-size: 15px;
  color: #1F6FB2;
  padding: 10px 40px;
  border: 1px solid #1F6FB2;
  border-radius: 60px;
  background-color: #fff;
}
.p-s5__more-btn.--sp {
  margin: 130px auto 0;
  display: inline-block;
}
@media (min-width: 992px) {
  .p-s5__more-btn.--sp {
    display: none;
  }
}

.p-s5__case-cat {
  background-color: #1F6FB2;
  display: inline-block;
  padding: 3px 13px;
  color: #fff;
  margin: 10px 0;
  border-radius: 30px;
}

.p-s5__case-title {
  font-size: 16px;
  color: #3D3D3D;
  font-weight: 500;
}
@media (min-width: 992px) {
  .p-s5__case-title {
    font-size: 18px;
  }
}

.p-top__s5-img {
  aspect-ratio: 400/257;
}
.p-top__s5-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/***************
* 設備一覧カード（SP）
****************/
/* PC: 3枚しっかり＋右に4枚目ちらみせ（左は1枚目から表示） */
@media (min-width: 992px) {
  .p-top__s5-cards .js-slider .slick-slide {
    margin-right: 24px;
    box-sizing: border-box;
  }
}

.p-top__s5-equipment {
  position: relative;
  z-index: 100;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .p-top__s5-equipment {
    margin-top: 40px;
  }
}

.p-s5-equipment-card {
  max-width: 358px;
  margin: 0 auto;
}

.p-s5-equipment-card__img {
  aspect-ratio: 290/237;
  width: calc(100% - 30px);
  margin-left: 17px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
  background: #ffffff;
  position: relative;
  z-index: 20;
}
.p-s5-equipment-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
@media (min-width: 992px) {
  .p-s5-equipment-card__img {
    aspect-ratio: 355/290;
  }
}

.p-s5-equipment-card__body {
  background: #F4F6F8;
  padding: 80px 21px 40px;
  margin-right: calc(50% - 50vw);
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.p-s5-equipment-card__model {
  font-size: 14px;
  font-weight: 700;
  color: #717171;
  line-height: 1.21;
  margin: 0 0 13px;
}

.p-s5-equipment-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  line-height: 1.21;
  margin: 0 0 29px;
}

.p-s5-equipment-card__more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #717171;
  text-decoration: none;
  letter-spacing: 0.05em;
  margin-left: auto;
  justify-content: flex-end;
  width: 100%;
  transition: opacity 0.2s;
}
.p-s5-equipment-card__more:hover {
  opacity: 0.7;
}

.p-s5-equipment-card__more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #717171;
  border-radius: 50%;
  color: #717171;
}

/***************
*トップページ「 ニュース 」セクション
****************/
.p-top__s6-news-section {
  padding: 0px 0 70px;
  overflow-x: hidden;
  background-image: url(../../../img/news-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (min-width: 992px) {
  .p-top__s6-news-section {
    padding: 60px 0 110px;
  }
}

/* タイトル下：PC＝左にお知らせ・右にView More／SP＝この行は非表示・View Moreはセクション最下部 */
.p-s6__header-row {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-s6__header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

.p-s6__notice-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 56px;
  background: #222222;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity 0.2s;
}
.p-s6__notice-btn:hover {
  opacity: 0.85;
}

.p-s6__view-more {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #717171;
  letter-spacing: 0.05em;
  text-decoration: none;
  gap: 0 12px;
  transition: opacity 0.2s;
  transition: all 0.2s linear 0s;
}
.p-s6__view-more:hover {
  color: #1F6FB2;
  transition: all 0.2s linear 0s;
}
.p-s6__view-more:hover .p-s6__view-more-icon {
  border-color: #1F6FB2;
  color: #1F6FB2;
}

.p-s6__view-more--pc {
  display: none;
}
@media (min-width: 992px) {
  .p-s6__view-more--pc {
    display: inline-flex;
  }
}

.p-s6__view-more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #717171;
  border-radius: 50%;
  flex-shrink: 0;
}
.p-s6__view-more-icon svg {
  width: 6px;
  height: 12px;
}

/* SP用：セクション最下部のView More */
.p-s6__view-more-wrap--sp {
  display: block;
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-s6__view-more-wrap--sp {
    display: none;
  }
}

.p-s6__view-more--sp {
  display: inline-flex;
}
@media (min-width: 992px) {
  .p-s6__view-more--sp {
    display: none;
  }
}

.p-s6__news-item a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #EAF2F8;
  padding: 12px 0 14px;
  text-decoration: none;
  color: #292929;
}
@media (min-width: 992px) {
  .p-s6__news-item a {
    padding: 21px 0;
    font-size: 15px;
    gap: 13px;
  }
}

.p-s6__news-img {
  flex-shrink: 0;
  width: 32%;
  margin-right: 0;
  max-width: 120px;
  aspect-ratio: 129/78;
}
.p-s6__news-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .p-s6__news-img {
    width: 60%;
    margin-right: 13px;
    max-width: 268px;
    aspect-ratio: 268/162;
  }
}

.p-s6__news-text {
  flex: 1;
  min-width: 0;
}

.p-s6__news-date {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  color: #717171;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .p-s6__news-date {
    font-size: inherit;
    margin-bottom: 21px;
  }
}

.p-s6__news-text .p-s2__news-text,
.p-s6__news-item > .p-s2__news-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  color: #222;
  display: block;
  overflow: visible;
  /* タイトルは全表示のため line-clamp なし */
}
@media (min-width: 992px) {
  .p-s6__news-text .p-s2__news-text,
  .p-s6__news-item > .p-s2__news-text {
    font-size: 17px;
    line-height: 1.5;
  }
}

.p-s6__news-text p {
  font-size: 11px;
  line-height: 1.35;
  margin: 4px 0 0;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .p-s6__news-text p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 26px;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
  }
}

.p-s6__news-item:not(:has(.p-s6__news-img)) .p-s6__news-date {
  flex-shrink: 0;
  margin-right: 8px;
  margin-bottom: 0;
}
.p-s6__news-item:not(:has(.p-s6__news-img)) > .p-s2__news-text {
  flex: 1;
  min-width: 0;
}

.p-s6__title-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.p-s6__more {
  font-size: 15px;
  color: #D377AE;
}

.p-top__s6-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
}
@media (min-width: 992px) {
  .p-top__s6-cards {
    margin: 40px 0 0;
  }
}

.p-top__s6-card {
  width: 47%;
}
.p-top__s6-card .p-top__s6-img {
  overflow: hidden;
}
.p-top__s6-card .p-top__s6-img img {
  transition: all 0.2s linear 0s;
}
.p-top__s6-card:hover .p-top__s6-img img {
  transition: all 0.2s linear 0s;
  transform: scale(1.07);
}

a.p-top__s6-card {
  color: #292929;
  margin: 0 0 10px;
}

.p-s6__flex {
  display: block;
}
@media (min-width: 992px) {
  .p-s6__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.p-s6__column-title {
  font-size: 14px;
  padding: 8px 0;
  line-height: 1.75;
}

.p-s6__left-container,
.p-s6__right-container {
  width: 100%;
}
@media (min-width: 992px) {
  .p-s6__left-container,
  .p-s6__right-container {
    width: 40%;
  }
}

.p-s6__right-container {
  margin: 60px 0 0;
}
@media (min-width: 992px) {
  .p-s6__right-container {
    margin: 0 0 0;
  }
}

/***************
* トップページ「recruit 採用情報」セクション（SP / PC）
****************/
.p-top__s7-recruit-section {
  position: relative;
  padding: 50px 0 60px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-top__s7-recruit-section {
    padding: 80px 0 100px;
  }
}

.p-s7-recruit__heading {
  margin: 60px 0 0;
}
@media (min-width: 992px) {
  .p-s7-recruit__heading {
    margin: 0;
  }
}

.p-s7-recruit__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #EAF2F8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-s7-recruit__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/recruit-bg-sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.95;
}
@media (min-width: 992px) {
  .p-s7-recruit__bg::before {
    background-image: url(../img/recruit-bg-pc.png);
  }
}

.p-s7-recruit__inner {
  position: relative;
  z-index: 1;
}

.p-s7-recruit__content {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 24px;
  padding: 24px 18px 28px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.35);
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-s7-recruit__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 48px 56px 56px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
  }
}

.p-s7-recruit__texts {
  flex: 1;
  min-width: 0;
}

.p-s7-recruit__top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-s7-recruit__top-row {
    display: block;
    margin-bottom: 0;
  }
}

.p-s7-recruit__heading {
  margin-bottom: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .p-s7-recruit__heading {
    margin-bottom: 20px;
  }
}

.p-s7-recruit__img-wrap.--sp {
  width: 42%;
  max-width: 160px;
  flex-shrink: 0;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 500px) {
  .p-s7-recruit__img-wrap.--sp {
    width: 42%;
    max-width: 260px;
  }
}
@media (min-width: 992px) {
  .p-s7-recruit__img-wrap.--sp {
    display: none;
  }
}
.p-s7-recruit__img-wrap.--pc {
  display: none;
}
@media (min-width: 992px) {
  .p-s7-recruit__img-wrap.--pc {
    display: flex;
    position: relative;
    flex-shrink: 0;
    width: 42%;
    max-width: 480px;
  }
}

.p-s7-recruit__img-wrap.--sp .p-s7-recruit__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-s7-recruit__img-wrap.--pc {
  justify-content: flex-end;
}
.p-s7-recruit__img-wrap.--pc .p-s7-recruit__img {
  overflow: hidden;
}
.p-s7-recruit__img-wrap.--pc .p-s7-recruit__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-s7-recruit__img-wrap.--pc .p-s7-recruit__img.--main {
  width: 55%;
  right: 0;
  position: relative;
  z-index: 1;
}
.p-s7-recruit__img-wrap.--pc .p-s7-recruit__img.--sub {
  position: absolute;
  right: 30%;
  bottom: -30px;
  width: 80%;
  z-index: 2;
}
@media (min-width: 1300px) {
  .p-s7-recruit__img-wrap.--pc .p-s7-recruit__img.--sub {
    right: 62%;
    bottom: 1px;
  }
}

.p-s7-recruit__tagline {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #3D3D3D;
  margin: 0px 0 16px;
}
@media (min-width: 500px) {
  .p-s7-recruit__tagline {
    margin: -170px 0 16px;
  }
}
@media (min-width: 992px) {
  .p-s7-recruit__tagline {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

.p-s7-recruit__body {
  font-size: 14px;
  line-height: 1.8;
  color: #3D3D3D;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .p-s7-recruit__body {
    font-size: 15px;
    margin-bottom: 28px;
  }
}

.p-s7-recruit__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}
.p-s7-recruit__more:hover {
  color: #1F6FB2;
}

.p-s7-recruit__more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  flex-shrink: 0;
}
.p-s7-recruit__more:hover .p-s7-recruit__more-icon {
  border-color: #1F6FB2;
  color: #1F6FB2;
}

/***************
* トップページ「company 会社案内」セクション（SP / PC）
****************/
.p-top__s8-company-section {
  position: relative;
  min-height: 651px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-top__s8-company-section {
    min-height: 1133px;
  }
}

.p-s8-company__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #DFE2E4;
}

.p-s8-company__bg-img {
  position: absolute;
  inset: 0;
  background-image: url(../img/comapny-factory-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .p-s8-company__bg-img {
    opacity: 1;
  }
}

.p-s8-company__inner {
  position: relative;
  z-index: 1;
  padding: 50px 37px 51px 23px;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: auto;
  width: auto;
  max-width: none;
}
@media (min-width: 992px) {
  .p-s8-company__inner {
    padding: 288px 0 157px;
    margin-left: 119px;
    width: auto;
    max-width: 487px;
  }
}

.p-s8-company__card {
  width: 100%;
  max-width: 330px;
  margin: 0;
  padding: 17px 12px 55px;
  background: rgba(234, 242, 248, 0.7);
  border-radius: 8px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .p-s8-company__card {
    max-width: 100%;
    padding: 60px 30px 61px;
  }
}

.p-s8-company__heading {
  margin: 0 0 24px;
  padding: 0;
}
@media (min-width: 992px) {
  .p-s8-company__heading {
    margin-bottom: 25px;
  }
}

.p-s8-company__en {
  display: block;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1F6FB2;
  margin: 0 0 4px;
}
@media (min-width: 992px) {
  .p-s8-company__en {
    font-size: 48px;
    margin-bottom: 8px;
  }
}

.p-s8-company__jp {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #222222;
  margin: 0;
}
@media (min-width: 992px) {
  .p-s8-company__jp {
    font-size: 36px;
  }
}

.p-s8-company__body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .p-s8-company__body {
    margin-bottom: 32px;
  }
}

.p-s8-company__more {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #717171;
  text-decoration: none;
  transition: color 0.2s;
  margin-top: 30px;
  transition: all 0.2s linear 0s;
}
.p-s8-company__more:hover {
  color: #1F6FB2;
  transition: all 0.2s linear 0s;
}
.p-s8-company__more:hover .p-s8-company__more-icon {
  border-color: #1F6FB2;
  color: #1F6FB2;
}
@media (min-width: 992px) {
  .p-s8-company__more {
    margin-top: 226px;
  }
}

.p-s8-company__more-text {
  margin-right: 8px;
}

.p-s8-company__more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #717171;
  border-radius: 50%;
  flex-shrink: 0;
  transition: border-color 0.2s, color 0.2s;
}

/***************
* トップページ「s9 contact」セクション（SPデザイン基準）
****************/
.p-top__s9-contact-section {
  position: relative;
  background-color: #F5FBFE;
  overflow: hidden;
}

.p-s9-contact__inner {
  position: relative;
  padding: 60px 20px;
  min-height: 320px;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: auto;
  width: auto;
  max-width: none;
}
@media (min-width: 992px) {
  .p-s9-contact__inner {
    padding: 80px 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-s9-contact__content {
  position: relative;
  z-index: 2;
  color: #fff;
  box-sizing: border-box;
  background: linear-gradient(90deg, #EAF2F8 0%, #F4F6F8 100%);
  border-radius: 61px;
  overflow: hidden;
  padding: 40px 40px 160px 40px; /* 右下に円形ボタン用の余白 */
}
@media (min-width: 992px) {
  .p-s9-contact__content {
    padding: 80px 260px 40px 80px; /* PC: 円形ボタン用の余白を確保 */
  }
}

.p-s9-contact__en {
  font-family: "Albert Sans", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0 0 8px;
  color: #1F6FB2;
}
@media (min-width: 992px) {
  .p-s9-contact__en {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.p-s9-contact__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .p-s9-contact__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.p-s9-contact__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 32px;
  color: #282828;
}
@media (min-width: 992px) {
  .p-s9-contact__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

/* 右下の円形画像＝contact.htmlへのリンク（グラデーション背景ボックス内に配置） */
.p-s9-contact__circle-link {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  width: 115px;
  height: 115px;
  display: block;
  transition: opacity 0.25s ease;
}
.p-s9-contact__circle-link:hover {
  width: 125px;
  height: 125px;
  transition: all 0.2s linear 0s;
  right: 25px;
}
@media (min-width: 992px) {
  .p-s9-contact__circle-link {
    right: 74px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-s9-contact__circle {
  display: block;
  width: 100%;
  height: 100%;
}
.p-s9-contact__circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/***********************************************
* 設備紹介・製品紹介（Equipment）ページ
* Figma 324-64, 324-70, 324-71/67/68, 326-76 準拠
************************************************/
/* サービスページ全体の背景（top center） */
.p-page.p-page--service, .p-page.p-page--equipment {
  background-image: url(../img/comany-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* ========== リード文（Figma 324-64） ========== */
.p-service__lead {
  width: 90%;
  max-width: 744px;
  margin: 40px auto 68px;
}
@media (min-width: 992px) {
  .p-service__lead {
    margin: 60px auto 74px;
  }
}

.p-service__lead-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.21;
  text-align: center;
  color: #1f6fb2;
  margin: 0;
}
@media (min-width: 992px) {
  .p-service__lead-title {
    font-size: 36px;
  }
}

.p-service__lead-body {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .p-service__lead-body {
    margin-top: 44px;
  }
}

.p-service__lead-line {
  width: 120px;
  max-width: 50%;
  margin: 0 auto 26px;
  border: none;
  border-top: 1px solid #000;
}

.p-service__lead-text {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  color: #000;
  margin: 0;
}
@media (min-width: 992px) {
  .p-service__lead-text {
    line-height: 1.6;
    font-size: 24px;
  }
}

/* ========== 選ばれる理由（Figma 324-70） ========== */
.p-service__reason {
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .p-service__reason {
    margin-bottom: 80px;
  }
}

.p-service__reason-en {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1f6fb2;
  margin: 0 0 8px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-service__reason-en {
    font-size: 48px;
    margin: 0 0 20px;
  }
}

.p-service__reason-jp {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #222;
  margin: 0 0 0 0;
  text-align: center;
}
@media (min-width: 992px) {
  .p-service__reason-jp {
    font-size: 36px;
    margin-left: 67px;
  }
}

/* 3カード・PCで横並び */
.p-service__reason-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .p-service__reason-cards {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    margin-top: 40px;
  }
}

.p-service__reason-card {
  background: #f4f6f8;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 -1px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  flex: 1 1 auto;
  position: relative;
}
@media (min-width: 992px) {
  .p-service__reason-card {
    max-width: 470px;
    flex: 1 1 0;
    border-radius: 34px;
  }
}

.p-service__reason-card-img {
  width: 100%;
  height: 0;
  padding-bottom: 71%;
  /* 335/470 */
  background: #d9d9d9;
}
@media (min-width: 992px) {
  .p-service__reason-card-img {
    height: 335px;
    padding-bottom: 0;
  }
}

.p-service__reason-card-inner {
  position: relative;
  padding: 16px 12px 24px;
  padding: 16px 21px 24px;
}
@media (min-width: 992px) {
  .p-service__reason-card-inner {
    padding: 20px 24px 32px;
  }
}

.p-service__reason-card-title {
  position: relative;
  z-index: 1;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0 0 8px;
  text-align: left;
  border-radius: 42px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .p-service__reason-card-title {
    font-size: 16px;
  }
}

.p-service__reason-card-catch {
  position: relative;
  z-index: 1;
  font-family: "Albert Sans", "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.75;
  color: #000;
  margin: 17px 0 8px;
}
@media (min-width: 992px) {
  .p-service__reason-card-catch {
    font-size: 16px;
  }
}

.p-service__reason-card-num {
  position: absolute;
  bottom: 0;
  left: 10px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.33);
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 992px) {
  .p-service__reason-card-num {
    font-size: 96px;
  }
}

.p-service__reason-card-desc {
  font-family: "Albert Sans", "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  color: #000;
  margin: 12px 0 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .p-service__reason-card-desc {
    font-size: 16px;
  }
}

/* ========== 製品紹介（Figma 326-76） ========== */
.p-service__product {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .p-service__product {
    margin-bottom: 100px;
  }
}

.p-service__product-heading {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: transparent;
}
@media (min-width: 992px) {
  .p-service__product-heading {
    font-size: 24px;
  }
}

.p-service__product-card {
  background: #fff;
  border: 0.5px solid #929292;
  border-radius: 20px;
  padding: 24px 16px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-service__product-card {
    padding: 56px 40px 60px;
    border-radius: 54px;
    margin-bottom: 20px;
  }
}

.p-service__product-main {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-service__product-main {
    margin-bottom: 32px;
  }
}

.p-service__product-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0 0 12px;
}
@media (min-width: 992px) {
  .p-service__product-title {
    font-size: 32px;
  }
}

.p-service__product-line {
  width: 100%;
  max-width: 412px;
  border: none;
  border-top: 2px solid #1f6fb2;
  margin: 0;
}

.p-service__product-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .p-service__product-body {
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
  }
}

.p-service__product-img-wrap {
  flex-shrink: 0;
  width: 100%;
  max-width: 539px;
  padding: 2%;
}
@media (min-width: 992px) {
  .p-service__product-img-wrap {
    width: 300px;
  }
}
@media (min-width: 1300px) {
  .p-service__product-img-wrap {
    width: 539px;
  }
}

.p-service__product-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.p-service__product-spec {
  flex: 1;
  min-width: 200px;
}

.p-service__product-features {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0 0 20px;
}
@media (min-width: 1300px) {
  .p-service__product-features {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.p-service__product-spec-label {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0 0 12px;
}
@media (min-width: 1300px) {
  .p-service__product-spec-label {
    font-size: 20px;
  }
}

/* スペック詳細：罫線なしの表（スマホで読みやすく） */
.p-service__product-spec-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #000;
  background: #eaf2f8;
  border-radius: 4px;
}
@media (min-width: 1300px) {
  .p-service__product-spec-table {
    font-size: 20px;
  }
}
.p-service__product-spec-table th,
.p-service__product-spec-table td {
  border: none;
  padding: 12px 16px;
  vertical-align: top;
}
.p-service__product-spec-table th {
  width: 38%;
  min-width: 0;
  padding-right: 8px;
  white-space: nowrap;
}
@media (min-width: 1300px) {
  .p-service__product-spec-table th {
    padding: 12px 24px 12px 24px;
    padding-right: 12px;
  }
}
.p-service__product-spec-table td {
  word-break: break-all;
}
@media (min-width: 1300px) {
  .p-service__product-spec-table td {
    padding: 12px 24px;
    padding-left: 12px;
  }
}

/* スペック詳細：表ではなく文章で表示する場合（青枠内） */
.p-service__product-spec-detail {
  width: 100%;
  background: #eaf2f8;
  border-radius: 4px;
  padding: 12px 16px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
}
@media (min-width: 1300px) {
  .p-service__product-spec-detail {
    font-size: 20px;
    padding: 12px 24px;
  }
}
.p-service__product-spec-detail p {
  margin: 0 0 0.5em;
}
.p-service__product-spec-detail p:last-child {
  margin-bottom: 0;
}

/* ========== 製品についてセクション上：全幅MV（上半分表示、下半分はセクションの後ろに隠れる） ========== */
.p-service__about-mv {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 41vh;
  min-height: 280px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .p-service__about-mv {
    height: 45vh;
    min-height: 360px;
  }
}

.p-service__about-mv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* ========== 製品について（小見出し → 画像の順）矢印なし・スマホ2列 ========== */
.p-service__about {
  position: relative;
  z-index: 1;
  margin-top: -35vh;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .p-service__about {
    margin-top: -28vh;
    margin-bottom: 100px;
  }
}

.p-service__about-inner {
  background: #f4f6f8;
  border-radius: 30px;
  padding: 32px 20px 40px;
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .p-service__about-inner {
    border-radius: 94px;
    padding: 80px 9% 100px;
    max-width: 1840px;
  }
}
@media (min-width: 992px) {
  .p-service__about-inner .c-inner__left {
    width: 86%;
    margin-top: 35px;
  }
}

.p-service__about-en {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1f6fb2;
  margin: 0 0 8px;
}
@media (min-width: 992px) {
  .p-service__about-en {
    font-size: 48px;
    margin-bottom: 20px;
  }
}

.p-service__about-jp {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #222;
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .p-service__about-jp {
    font-size: 36px;
    margin-bottom: 48px;
  }
}

/* 各ブロック：小見出し → 画像 */
.p-service__about-block {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .p-service__about-block {
    margin-bottom: 48px;
  }
}
.p-service__about-block:last-child {
  margin-bottom: 0;
}

.p-service__about-block-head {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0 0 8px;
}
@media (min-width: 992px) {
  .p-service__about-block-head {
    font-size: 20px;
  }
}

/* 主なサイズ区分：中点リスト＋続きコンテンツは中点分インデント */
.p-service__about-size-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .p-service__about-size-list {
    margin-bottom: 48px;
  }
}

.p-service__about-size-list li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-service__about-size-list li {
    margin-bottom: 32px;
  }
}
.p-service__about-size-list li:last-child {
  margin-bottom: 0;
}
.p-service__about-size-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 2px;
  top: 10px;
  font-weight: 700;
  color: #000;
}

.p-service__about-size-list-label {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #000;
}
@media (min-width: 992px) {
  .p-service__about-size-list-label {
    font-size: 20px;
  }
}

.p-service__about-size-list-content {
  padding-left: 1.4em;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .p-service__about-size-list-content {
    margin-top: 12px;
  }
}
.p-service__about-size-list-content > .p-service__about-block-sub {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .p-service__about-size-list-content > .p-service__about-block-sub {
    margin-bottom: 20px;
  }
}

.p-service__about-block-sub {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .p-service__about-block-sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* ブロック内グリッド：スマホ2列、PCは2列または4列（画像数に応じて均等に） */
.p-service__about-block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 992px) {
  .p-service__about-block-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

.p-service__about-block-item {
  aspect-ratio: 319/211;
  overflow: hidden;
}
.p-service__about-block-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/***********************************************
* お知らせ個別ページ（single.html）
***********************************************/
.p-single-news__article {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .p-single-news__article {
    padding-bottom: 120px;
  }
}

.p-single-news__header {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-single-news__header {
    margin: 50px 0;
  }
}

.p-single-news__date {
  display: block;
  font-size: 14px;
  color: #717171;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .p-single-news__date {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.p-single-news__title {
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  margin: 0;
  letter-spacing: 0.02em;
  font-size: 22px;
  padding: 5px 0 0;
}
@media (min-width: 992px) {
  .p-single-news__title {
    font-size: 28px;
    line-height: 1.6;
  }
}

.p-single-news__entry {
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .p-single-news__entry {
    margin-bottom: 64px;
  }
}

.p-single-news__back {
  text-align: center;
}

/***********************************************
* 個別ページ 本文エリア（h1〜h6, p, ul, ol, hr, a など）
* .c-entry は single.html の .p-single-news__entry 内で使用
***********************************************/
.c-entry {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  /* h1：記事タイトルは .p-single-news__title で表示するため、本文中の h1 用 */
}
@media (min-width: 992px) {
  .c-entry {
    font-size: 16px;
    line-height: 1.9;
  }
}
.c-entry h1 {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 32px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #1F6FB2;
  line-height: 1.4;
}
.c-entry h1:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .c-entry h1 {
    font-size: 26px;
    margin: 40px 0 20px;
    padding-bottom: 10px;
  }
}
.c-entry h2 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 28px 0 12px;
  padding: 10px 12px 10px;
  background: #f8f8f8;
  border-bottom: 3px solid #1F6FB2;
  line-height: 1.4;
}
.c-entry h2:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .c-entry h2 {
    font-size: 24px;
    margin: 36px 0 16px;
    padding: 12px 16px 12px;
  }
}
.c-entry h3 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin: 24px 0 10px;
  padding-left: 12px;
  border-left: 3px solid #1F6FB2;
  line-height: 1.45;
}
.c-entry h3:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .c-entry h3 {
    font-size: 20px;
    margin: 28px 0 12px;
    padding-left: 16px;
  }
}
.c-entry h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 20px 0 8px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .c-entry h4 {
    font-size: 18px;
    margin: 24px 0 10px;
  }
}
.c-entry h5 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 18px 0 6px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .c-entry h5 {
    font-size: 17px;
    margin: 20px 0 8px;
  }
}
.c-entry h6 {
  font-size: 14px;
  font-weight: 700;
  color: #555;
  margin: 16px 0 6px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .c-entry h6 {
    font-size: 16px;
    margin: 18px 0 8px;
  }
}
.c-entry p {
  margin: 0 0 1em;
  color: #333;
}
.c-entry p:last-child {
  margin-bottom: 0;
}
.c-entry ul,
.c-entry ol {
  margin: 12px 0 1em;
  padding-left: 1.5em;
}
.c-entry ul:last-child,
.c-entry ol:last-child {
  margin-bottom: 0;
}
.c-entry ul {
  list-style-type: disc;
}
.c-entry ol {
  list-style-type: decimal;
}
.c-entry li {
  margin-bottom: 4px;
}
.c-entry a {
  color: #1F6FB2;
  text-decoration: underline;
}
.c-entry a:hover {
  opacity: 0.85;
}
.c-entry hr {
  border: none;
  border-top: 1px solid #EAF2F8;
  margin: 28px 0;
}
@media (min-width: 992px) {
  .c-entry hr {
    margin: 36px 0;
  }
}
.c-entry img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 16px 0;
}
.c-entry blockquote {
  margin: 20px 0;
  padding: 16px 20px;
  border-left: 4px solid #1F6FB2;
  background: #F4F6F8;
  color: #333;
}
@media (min-width: 992px) {
  .c-entry blockquote {
    padding: 20px 24px;
    margin: 24px 0;
  }
}
.c-entry table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}
@media (min-width: 992px) {
  .c-entry table {
    font-size: 15px;
    margin: 20px 0;
  }
}
.c-entry table th,
.c-entry table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: left;
}
.c-entry table th {
  background: #EAF2F8;
  font-weight: 700;
  color: #222;
}

/***********************************************
case study   single
************************************************/
.p-single__case-date {
  font-size: 16px;
  color: #1F6FB2;
}
@media (min-width: 992px) {
  .p-single__case-date {
    font-size: 18px;
  }
}

.p-single__case-inner .wp-block-image {
  width: 100%;
  margin: 30px 0 0;
}
@media (min-width: 992px) {
  .p-single__case-inner .wp-block-image {
    margin: 40px 0 0;
  }
}
.p-single__case-inner .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.p-single__case-inner.--case .wp-block-image {
  width: 100%;
  margin: 30px 0 0;
}
@media (min-width: 992px) {
  .p-single__case-inner.--case .wp-block-image {
    margin: 40px 1% 0;
    width: 30%;
    display: inline-block;
  }
}
.p-single__case-inner.--case .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.p-single__case-inner .wp-block-video {
  width: 100%;
  aspect-ratio: 4/6;
  margin: 40px 0;
}
.p-single__case-inner .wp-block-video video {
  object-fit: contain;
  object-position: center center;
}
@media (min-width: 992px) {
  .p-single__case-inner .wp-block-video {
    width: 500px;
    margin: 40px auto;
  }
}

.p-single__case-table-section {
  margin: 50px 0 80px;
}
@media (min-width: 992px) {
  .p-single__case-table-section {
    margin: 50px 0 80px;
  }
}
.p-single__case-table-section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  border: 1px solid #CFCFCF;
}
.p-single__case-table-section th,
.p-single__case-table-section td {
  border-bottom: 1px solid #CFCFCF;
  padding: 20px 0;
  width: 100%;
  line-height: 2;
}
.p-single__case-table-section th {
  text-align: left;
  padding: 10px 5px;
  color: #AB5889;
  background-color: #F4F3F4;
  font-weight: 500;
  width: 20%;
  min-width: 115px;
  font-size: 14px;
}
.p-single__case-table-section th span {
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
  background-color: #E5E5E5;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .p-single__case-table-section th {
    padding: 10px 25px;
    display: table-cell;
    width: 30%;
    font-size: 18px;
  }
}
.p-single__case-table-section td {
  margin: 0 0 10px;
  font-size: 14px;
  padding: 5px 10px 5px 5px;
}
@media (min-width: 992px) {
  .p-single__case-table-section td {
    display: table-cell;
    width: 70%;
    padding: 20px 20px;
    margin: 0;
    font-size: 18px;
  }
}

.p-single__more-btn {
  font-size: 15px;
  padding: 16px 100px;
  border: 1px solid #1F6FB2;
  border-radius: 60px;
  background-color: #fff;
  display: inline-block;
  margin: 60px 0 0 10px;
  transition: all 0.2s linear 0s;
}
@media (min-width: 992px) {
  .p-single__more-btn {
    margin: 60px 0;
    padding: 16px 100px;
  }
}
.p-single__more-btn.--news {
  margin: 10px 0 80px;
}
@media (min-width: 992px) {
  .p-single__more-btn.--news {
    margin: 50px 0 120px;
  }
}
.p-single__more-btn.--column {
  margin: 50px auto 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-single__more-btn.--column {
    margin: 0;
  }
}
.p-single__more-btn:hover {
  background-color: #1F6FB2;
  border: 1px solid #1F6FB2;
}

a.p-single__more-btn {
  color: #1F6FB2;
}
a.p-single__more-btn:hover {
  opacity: 1;
  color: #fff;
}

.p-single__more-btn {
  color: #1F6FB2;
  cursor: pointer;
}
.p-single__more-btn:hover a {
  opacity: 1;
  color: #fff;
}

/****************************/
.p-single__cva-section {
  background-color: #292929;
  padding: 4px 0 40px;
  background-image: url(../img/cva-logo.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: 80% 20%;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 992px) {
  .p-single__cva-section {
    padding: 4px 0 30px;
    font-size: 18px;
    background-size: 170px;
    background-position: 90% 110%;
    margin: 70px 0 0;
  }
}
.p-single__cva-section.--2 {
  margin: 50px 0 0;
}
.p-single__cva-section.--toc-bottom {
  margin: 40px 0 40px;
}
@media (min-width: 992px) {
  .p-single__cva-section.--toc-bottom {
    margin: 10px 0 40px;
  }
}

.p-single__cva-title {
  background-size: 20%;
  padding: 30px 0 20px;
}
@media (min-width: 992px) {
  .p-single__cva-title {
    padding: 0px 0 10px;
  }
}

a.p-single__cva-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 40px;
  display: inline-block;
  background-color: #D377AE;
  color: #fff;
}

.p-single__next-article-btns {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .p-single__next-article-btns {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto 40px;
  }
}
.p-single__next-article-btns .prev,
.p-single__next-article-btns .next {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #1F6FB2;
  position: relative;
  cursor: pointer;
  transition: all 0.2s linear 0s;
  display: none;
}
.p-single__next-article-btns .prev::before,
.p-single__next-article-btns .next::before {
  content: "←";
  color: #1F6FB2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-single__next-article-btns .prev:hover,
.p-single__next-article-btns .next:hover {
  background-color: #1F6FB2;
}
.p-single__next-article-btns .prev:hover::before,
.p-single__next-article-btns .next:hover::before {
  color: #fff;
}
@media (min-width: 992px) {
  .p-single__next-article-btns .prev,
  .p-single__next-article-btns .next {
    display: block;
  }
}
.p-single__next-article-btns .prev a,
.p-single__next-article-btns .next a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-single__next-article-btns .dammy {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}
.p-single__next-article-btns .next::before {
  content: "→";
}
.p-single__next-article-btns a {
  color: #1F6FB2;
}

/*************************/
.p-single__article-section {
  padding: 10px 0 90px;
}

.p-single__add-article {
  text-align: left;
  position: relative;
  padding-top: 50px;
  margin-top: 0px;
  border-top: 1px solid #D5D6DC;
  padding-left: 5px;
}
.p-single__add-article h3 {
  font-size: 18px;
}
.p-single__add-article h3 span {
  color: #1F6FB2;
}
@media (min-width: 992px) {
  .p-single__add-article {
    padding-top: 50px;
    margin-top: 50px;
  }
  .p-single__add-article h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .p-single__add-article {
    padding-top: 60px;
    padding-left: 20px;
  }
}

.p-single__column-lead-img {
  aspect-ratio: 49/37;
  margin: 24px 0 30px;
}
.p-single__column-lead-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .p-single__column-lead-img {
    aspect-ratio: 11/5;
    margin: 40px 0 50px;
  }
}

/***********************************************
* お知らせ一覧ページ（news.html）
***********************************************/
.p-news-page {
  padding: 0 0 80px;
}
@media (min-width: 992px) {
  .p-news-page {
    padding: 0 0 120px;
  }
}

.p-news-page__section {
  padding-top: 0px;
}
@media (min-width: 992px) {
  .p-news-page__section {
    padding-top: 24px;
  }
}

.p-news-page__heading {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0 0 24px;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .p-news-page__heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.p-news-page__items {
  margin-top: 0;
}
.p-news-page__items a.p-s6__news-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #EAF2F8;
  padding: 12px 0 14px;
  text-decoration: none;
  color: #292929;
}
@media (min-width: 992px) {
  .p-news-page__items a.p-s6__news-item {
    padding: 21px 0;
    font-size: 15px;
    gap: 13px;
  }
}

.p-news__items {
  width: 93%;
  max-width: 900px;
  margin: 30px auto;
  text-align: left;
}
@media (min-width: 992px) {
  .p-news__items {
    width: 80%;
    margin: 70px auto;
  }
}
.p-news__items a {
  color: #292929;
}

.p-news__item {
  display: block;
  border-bottom: 1px solid #DEDEDE;
  padding: 22px 0 19px;
  position: relative;
}
@media (min-width: 992px) {
  .p-news__item {
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 30px 0 30px;
  }
}
.p-news__item::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/news-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  right: 0px;
  transform: translateY(-50%);
}

.p-news__text {
  width: 85%;
  padding: 5px 0 0;
}
@media (min-width: 992px) {
  .p-news__text {
    width: 100%;
  }
}

.p-news__date {
  color: #D377AE;
  font-size: 14px;
}
@media (min-width: 992px) {
  .p-news__date {
    margin-right: 50px;
  }
}

.p-news__pagenav-pd {
  padding: 10px 0px;
}
@media (min-width: 992px) {
  .p-news__pagenav-pd {
    padding: 10px 0 50px;
  }
}

/***********************************************
news
************************************************/
.p-news__single-section .c-heading__jp {
  font-size: 28px;
}
@media (min-width: 992px) {
  .p-news__single-section .c-heading__jp {
    font-size: 42px;
  }
}

/***********************************************
404
************************************************/
.p-news__404-button .p-single__more-btn.--news {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .p-news__404-button {
    margin-top: 2.5em;
  }
  .p-news__404-button .p-single__more-btn.--news {
    margin: 10px 1em 80px;
  }
}

/***********************************************
*「 お問い合わせ」セクション（Figma 318-55 / 319-60 準拠）
************************************************/
/* サービスページ全体の背景（top center） */
.p-page.p-page--contact {
  background-image: url(../img/ser-con-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* パンくず（Breadcrumb NavXT プラグインの出力にも適用） */
.p-contact__breadcrumb {
  font-size: 14px;
  margin: 16px auto 20px;
  color: #333;
}
.p-contact__breadcrumb a {
  color: #00A0EA;
  text-decoration: underline;
}
.p-contact__breadcrumb a:hover {
  text-decoration: underline;
}
.p-contact__breadcrumb span {
  margin-left: 4px;
}
@media (min-width: 992px) {
  .p-contact__breadcrumb {
    margin: 28px auto;
  }
}

/* 冒頭文章（Figma 318-55） */
.p-contact__intro {
  width: 90%;
  max-width: 1335px;
  margin: 40px auto 60px;
}
@media (min-width: 992px) {
  .p-contact__intro {
    margin: 60px auto 80px;
  }
}

.p-contact__intro-inner {
  background: #F4F6F8;
  border-radius: 40px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 40px 20px 40px;
}
@media (min-width: 992px) {
  .p-contact__intro-inner {
    border-radius: 178px;
    padding: 80px 97px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-contact__intro-inner.--page {
  box-shadow: 0 0 0 0;
  background: #fff;
}

.p-contact__intro-lead {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .p-contact__intro-lead {
    font-size: 22px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }
}

.p-contact__intro-list-wrap {
  text-align: left;
  max-width: 468px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .p-contact__intro-list-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-contact__intro-list-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin: 0 0 12px;
}
@media (min-width: 992px) {
  .p-contact__intro-list-title {
    font-size: 22px;
  }
}

.p-contact__intro-list {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  margin: 0;
  padding-left: 1.2em;
  list-style: none;
}
.p-contact__intro-list li {
  position: relative;
}
.p-contact__intro-list li::before {
  content: "・";
  position: absolute;
  left: -1em;
}
@media (min-width: 992px) {
  .p-contact__intro-list {
    font-size: 21px;
  }
}

/* お問い合わせフォーム（Figma 319-60） */
.p-contact__form-section {
  width: 100%;
  margin: 0 0 80px;
  color: #000;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .p-contact__form-section {
    margin-bottom: 120px;
    padding: 0;
  }
}

/* スマホはc-inner__leftで余白、PCは最大幅908px */
.p-contact__form-section-inner {
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
}

.p-contact__form-inner {
  width: 100%;
}

.p-contact__form-title {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1F6FB2;
  margin: 0 0 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-contact__form-title {
    font-size: 48px;
    margin-bottom: 32px;
  }
}

.p-contact__form {
  margin-bottom: 40px;
}

.p-contact__form-row {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-contact__form-row {
    margin-bottom: 36px;
  }
}

.p-contact__form-label {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .p-contact__form-label {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.p-contact__form-required {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background: #FE0909;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .p-contact__form-required {
    font-size: 14px;
  }
}

.p-contact__form-input,
.p-contact__form-textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 16px 20px;
  margin: 0;
}
.p-contact__form-input:focus,
.p-contact__form-textarea:focus {
  outline: none;
  border-color: #1F6FB2;
}
.p-contact__form-input::placeholder,
.p-contact__form-textarea::placeholder {
  color: #999;
}
@media (min-width: 992px) {
  .p-contact__form-input,
  .p-contact__form-textarea {
    font-size: 20px;
    padding: 18px 20px;
  }
}

.p-contact__form-input {
  height: 48px;
}
@media (min-width: 992px) {
  .p-contact__form-input {
    height: 61px;
  }
}

.p-contact__form-textarea {
  min-height: 200px;
  resize: vertical;
}
@media (min-width: 992px) {
  .p-contact__form-textarea {
    min-height: 507px;
  }
}

.p-contact__form-file-wrap {
  width: 100%;
  min-height: 120px;
  background: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .p-contact__form-file-wrap {
    min-height: 164px;
  }
}

.p-contact__form-file {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  padding: 12px;
}
@media (min-width: 992px) {
  .p-contact__form-file {
    font-size: 16px;
  }
}

.p-contact__form-submit-wrap {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-contact__form-submit-wrap {
    margin-top: 56px;
  }
}

.p-contact__form-submit {
  display: inline-block;
  width: 100%;
  max-width: 215px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #fff;
  background: #1F6FB2;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.p-contact__form-submit:hover {
  background: #165a94;
  color: #fff;
}
@media (min-width: 992px) {
  .p-contact__form-submit {
    font-size: 20px;
    height: 39px;
  }
}

.p-contact__form-note {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  margin: 0;
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .p-contact__form-note {
    font-size: 20px;
    margin-bottom: 90px;
  }
}

/***********************************************
* 既存：お問い合わせ（確認・thanks 等）
************************************************/
.p-contact__indicator {
  width: 100%;
  margin: 50px auto 30px;
}
@media (min-width: 992px) {
  .p-contact__indicator {
    width: 460px;
    margin: 70px auto 0;
  }
}

.p-contact__text {
  text-align: left;
}
@media (min-width: 992px) {
  .p-contact__text {
    text-align: center;
    margin: 50px 0 70px;
  }
}

.p-contact__form-section {
  color: #292929;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 992px) {
  .p-contact__form-section {
    width: 80%;
  }
}

input,
textarea,
select {
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #292929;
  font-size: 15px;
  background-color: #F3F3F3;
  padding: 13px 15px;
  margin: 12px 0;
  border: 1px solid #F3F3F3;
  border-radius: 10px;
  font-size: 14px;
  width: 100%;
  margin: 4px 0;
  font-weight: 500;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #4877B0;
  outline: 0;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #999999;
  font-weight: 400;
}

textarea {
  width: 100%;
  height: 230px;
}

label {
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 992px) {
  label {
    font-size: 16px;
  }
}

label.required {
  position: relative;
}
label.required::after {
  content: "必須";
  padding-left: 10px;
  color: #ffffff;
  padding: 4px 10px;
  background-color: #1F6FB2;
  border-radius: 5px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  vertical-align: middle;
}

.p-contact__form-section dt {
  width: 300px;
  flex-shrink: 0;
  margin-top: 30px;
  font-weight: 400;
}
.p-contact__form-section dd {
  font-size: 16px;
  font-weight: 400;
}

.p-top__s8-contact-section {
  background-color: #F2F2F2;
  padding: 30px 0 30px;
}
@media (min-width: 992px) {
  .p-top__s8-contact-section {
    padding: 50px 0 70px;
  }
}
.p-top__s8-contact-section dt,
.p-top__s8-contact-section dd {
  font-size: 19px;
}
@media (min-width: 992px) {
  .p-top__s8-contact-section dt,
  .p-top__s8-contact-section dd {
    font-size: 22px;
  }
}

input[type=submit] {
  border: none;
  background-color: #1F6FB2;
  width: 300px;
  border-radius: 40px;
  margin: 50px auto;
  display: block;
  color: #fff;
  font-weight: 400;
  transition: all 0.2s linear 0s;
  padding: 18px 15px;
  border: 1px solid #1F6FB2;
}
input[type=submit]:hover {
  background-color: #ffffff;
  color: #1F6FB2;
  border: 1px solid #1F6FB2;
}
@media (min-width: 992px) {
  input[type=submit] {
    font-size: 18px;
    margin: 50px auto;
    padding: 18px 15px 38px;
  }
}

textarea {
  margin: 5px 0 0 0;
}

/***********************************************
*チェックボックス*
************************************************/
.wpcf7-checkbox {
  display: block;
}
@media (min-width: 992px) {
  .wpcf7-checkbox {
    display: flex;
  }
}
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin: 0 30px 0 0;
  /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
}

.wpcf7-list-item-label {
  cursor: pointer;
  /* labelにhoverした時にカーソルを表示させる */
  font-size: 16px;
  /* 項目のフォントサイズ */
  font-weight: 400;
}

input[type=checkbox] {
  opacity: 0;
  /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}

.wpcf7-list-item-label {
  display: block;
  position: relative;
  font-size: 16px;
  padding: 10px 30px;
  transition: all 0.2s linear 0s;
}

.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 12px;
  /* 上からの位置 */
  left: 0;
  height: 22px;
  /* 大きさ */
  width: 22px;
  /* 大きさ */
  border: solid 1px #999999;
  /* 線 */
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  background-color: #fafafa;
  transition: all 0.2s linear 0s;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 8px;
  /* チェックの位置 */
  width: 5px;
  height: 9px;
  /* チェックの大きさ */
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
  background: #1F6FB2;
}

.p-contact__privacy-note {
  font-weight: 400;
  margin: 30px 0 0;
}
.p-contact__privacy-note p {
  font-size: 14px;
}

/***********************************************
お問合せ、確認・thanks
************************************************/
.p-contact__confirm-btn-flex {
  display: block;
}
@media (min-width: 992px) {
  .p-contact__confirm-btn-flex {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 60px;
  }
}

.wpcf7-previous {
  border: 1px solid #292929;
  background-color: #fff;
  width: 300px;
  border-radius: 40px;
  margin: -30px auto 76px;
  display: block;
  color: #292929;
  font-weight: 400;
  transition: all 0.2s linear 0s;
  padding: 18px 15px;
}
.wpcf7-previous:hover:hover {
  background-color: #292929;
  color: #fff;
  border: 1px solid #292929;
}
@media (min-width: 992px) {
  .wpcf7-previous {
    font-size: 18px;
    margin: 50px auto;
  }
}

/***********************************************
thanks
************************************************/
.p-contact__thanks-message {
  line-height: 1.75;
  width: 80%;
  margin: 0 auto;
}

.p-contact__thanks-btn-wrap {
  text-align: center;
}
.p-contact__thanks-btn-wrap .p-single__more-btn {
  padding: 16px 60px;
}

.p-contact__back-btn {
  font-size: 14px;
  display: block;
  text-align: center;
  border: 1px solid #292929;
  background-color: #fff;
  width: 300px;
  border-radius: 40px;
  display: block !important;
  color: #292929;
  font-weight: 400;
  transition: all 0.2s linear 0s;
  padding: 18px 15px;
  margin: 60px auto 80px;
}
.p-contact__back-btn:hover {
  background-color: #1F6FB2;
  color: #fff;
  border: 1px solid #1F6FB2;
}
@media (min-width: 992px) {
  .p-contact__back-btn {
    font-size: 18px;
    margin: 60px auto 120px;
  }
}

/***********************************************
* プライバシーポリシーページ背景
************************************************/
.p-page--privacy {
  background-image: url("../img/page-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
}

/***********************************************
* プライバシーポリシー本文
************************************************/
.p-privacy {
  padding: 0 0 60px;
}
@media (min-width: 992px) {
  .p-privacy {
    padding-bottom: 100px;
  }
}

.p-privacy__body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
@media (min-width: 992px) {
  .p-privacy__body {
    font-size: 16px;
  }
}

.p-privacy__inner {
  border-radius: 50px;
  background-color: #fff;
  padding: 30px 7%;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 992px) {
  .p-privacy__inner {
    width: 90%;
    border-radius: 99px;
  }
}
.p-privacy__title {
  font-size: 18px;
  margin: 30px 0;
}
@media (min-width: 992px) {
  .p-privacy__title {
    font-size: 20px;
    margin-top: 100px;
  }
}

.p-privacy__lead {
  margin: 0 0 2em;
}

.p-privacy__section {
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .p-privacy__section {
    margin-bottom: 2.5em;
  }
}

.p-privacy__heading {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.6em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 992px) {
  .p-privacy__heading {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}

.p-privacy__section p {
  margin: 0 0 0.8em;
}
.p-privacy__section p:last-of-type {
  margin-bottom: 0;
}

.p-privacy__list {
  margin: 0.5em 0 1em;
  padding-left: 1.5em;
}
.p-privacy__list li {
  margin-bottom: 0.3em;
}
@media (min-width: 992px) {
  .p-privacy__list {
    padding-left: 1.8em;
  }
}

.p-privacy__contact {
  margin: 1em 0 1.5em;
  display: grid;
  gap: 0.5em 1em;
}
@media (min-width: 992px) {
  .p-privacy__contact {
    grid-template-columns: 8em 1fr;
    max-width: 400px;
    margin-top: 1.2em;
  }
}
.p-privacy__contact dt {
  font-weight: 600;
  color: #1a1a1a;
}
.p-privacy__contact dd {
  margin: 0;
}
.p-privacy__contact dd a {
  color: #1F6FB2;
  text-decoration: none;
}
.p-privacy__contact dd a:hover {
  text-decoration: underline;
}

.p-privacy__date {
  margin-top: 1.5em !important;
  font-size: 13px;
  color: #666;
}
@media (min-width: 992px) {
  .p-privacy__date {
    font-size: 14px;
  }
}

/***************
* 下層ページ：ページ全体の背景画像
* 使い方：body に p-page と p-page--{ページ名} を付与
* companyページのみ comany-bg.jpg、他ページは共通背景を指定
****************/
.p-page {
  position: relative;
  min-height: 100vh;
}
.p-page--company, .p-page--service {
  background-image: url(../img/comany-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.p-page--news {
  background-image: url(../img/page-news-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/***************
* 下層ページ：再利用可能なMV（メインビジュアル）
* 使い方：各ページで以下を変更
*   - .p-subpage-mv__img の src（MV写真＋薄い文字は画像に含める）
*   - .p-subpage-mv__en（英語）
*   - .p-subpage-mv__jp（日本語）
****************/
.p-subpage-mv {
  position: relative;
  width: 100%;
  min-height: 280px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-subpage-mv {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 400px;
  }
}

.p-subpage-mv__img-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-subpage-mv__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 40%, transparent 70%);
  pointer-events: none;
}
@media (min-width: 992px) {
  .p-subpage-mv__img-wrap {
    position: relative;
    flex: 1;
    min-width: 0;
    z-index: 0;
  }
  .p-subpage-mv__img-wrap::after {
    display: none;
  }
}

.p-subpage-mv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  display: block;
}
@media (min-width: 992px) {
  .p-subpage-mv__img {
    object-position: center;
    min-height: 400px;
  }
}

.p-subpage-mv__text-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
  padding: 60px 5% 40px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .p-subpage-mv__text-wrap {
    flex: 0 0 500px;
    width: 500px;
    max-width: 500px;
    min-width: 500px;
    margin-right: 40px;
    min-height: 400px;
    padding: 60px 0 60px 5%;
    margin-left: 0;
  }
}

.p-subpage-mv__en {
  display: block;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1F6FB2;
  margin: 0 0 6px;
  text-shadow: 2px 2px 5px #fff, -2px -2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, 2px 0 5px #fff, -2px 0 5px #fff, 0 2px 5px #fff, 0 -2px 5px #fff;
}
@media (min-width: 992px) {
  .p-subpage-mv__en {
    font-size: 56px;
    margin-bottom: 10px;
    text-shadow: none;
  }
}

.p-subpage-mv__jp {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .p-subpage-mv__jp {
    font-size: 28px;
    color: #222222;
    text-shadow: none;
  }
}

/***************
* 下層ページ：company コンテンツエリア
****************/
.p-company__content {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 50px 0 40px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .p-company__content {
    padding: 80px 0 120px;
    width: 90%;
    max-width: 1770px;
    margin: 0 auto 0;
  }
}

.p-company__section {
  margin: 40px 0 0;
}
.p-company__section:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .p-company__section {
    margin-top: 60px;
  }
  .p-company__section:first-child {
    margin-top: 0;
  }
}

/***************
* 経営理念セクション（Figma 123-486 準拠）
****************/
.p-company__philosophy-bg {
  background-color: #EAF2F8;
  border-radius: 40px;
  padding: 40px 5%;
  box-sizing: border-box;
  overflow: hidden;
  /* SP時にはみ出し防止 */
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .p-company__philosophy-bg {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .p-company__philosophy-bg {
    border-radius: 160px;
    padding: 70px 6% 80px;
    max-width: 1770px;
  }
}

.p-company__philosophy-inner {
  max-width: 1770px;
  margin: 0 auto;
}

.p-company__philosophy-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-company__philosophy-head {
    margin-bottom: 32px;
  }
}

.p-company__philosophy-en {
  display: block;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1F6FB2;
  margin: 0;
}
@media (min-width: 992px) {
  .p-company__philosophy-en {
    font-size: 48px;
  }
}

.p-company__philosophy-jp {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #222222;
  margin: 8px 0 0;
}
@media (min-width: 992px) {
  .p-company__philosophy-jp {
    font-size: 36px;
    margin-top: 10px;
  }
}

.p-company__philosophy-texts {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .p-company__philosophy-texts {
    margin-bottom: 48px;
    max-width: 560px;
  }
}
@media (min-width: 1441px) {
  .p-company__philosophy-texts {
    padding-top: 60px;
  }
}

.p-company__philosophy-lead {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #110D2D;
  margin: 0 0 12px;
}
@media (min-width: 992px) {
  .p-company__philosophy-lead {
    font-size: 20px;
    margin-bottom: 14px;
  }
}

.p-company__philosophy-body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
  margin: 0;
}
@media (min-width: 992px) {
  .p-company__philosophy-body {
    font-size: 20px;
  }
}

.p-company__philosophy-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  /* SP：縦並び・背景からはみ出さない */
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .p-company__philosophy-cards {
    display: grid;
    grid-template-columns: repeat(2, 353px);
    justify-content: center;
    gap: 40px 100px;
    position: relative;
  }
}
@media (min-width: 1441px) {
  .p-company__philosophy-cards {
    margin-top: -300px;
  }
}

.p-company__philosophy-card {
  /* SP：角丸カード・幅100%ではみ出さない */
  background: linear-gradient(131deg, rgba(0, 160, 234, 0.1) 32.58%, rgba(119, 211, 255, 0.1) 81.77%);
  border-radius: 45px;
  padding: 32px 24px;
  text-align: center;
  box-sizing: border-box;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .p-company__philosophy-card {
    width: 353px;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .p-company__philosophy-cards {
    /* PC版：背景の青いドーナツ状の帯（透明な円＋青い輪） */
  }
  .p-company__philosophy-cards .p-company__philosophy-card {
    background: #EAF2F8;
    border-radius: 50%;
    width: 353px;
    height: 353px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    mix-blend-mode: normal;
    position: relative;
    /* 共通の ::after（デフォルトは笑顔用グラデーション） */
    /* 感謝・努力はカード側の modifier で ::after の background だけ上書き（正しい書き方） */
  }
  .p-company__philosophy-cards .p-company__philosophy-card:first-child {
    grid-column: 1/3;
    justify-self: center;
    width: 353px;
    height: 353px;
  }
  .p-company__philosophy-cards .p-company__philosophy-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 50%;
    width: 353px;
    height: 353px;
    mix-blend-mode: normal;
    background: linear-gradient(131deg, rgba(0, 160, 234, 0.1) 32.58%, rgba(119, 211, 255, 0.1) 81.77%);
  }
  .p-company__philosophy-cards .p-company__philosophy-card--thanks::after {
    background: linear-gradient(131deg, rgba(31, 111, 178, 0.1) 32.58%, rgba(119, 211, 255, 0.1) 81.77%);
  }
  .p-company__philosophy-cards .p-company__philosophy-card--effort::after {
    background: linear-gradient(131deg, rgba(0, 160, 234, 0.1) 32.58%, rgba(119, 211, 255, 0.1) 81.77%);
  }
  .p-company__philosophy-cards::before {
    content: "";
    position: absolute;
    width: 30vw;
    height: 20vw;
    max-width: 700px;
    max-height: 700px;
    border-radius: 50%;
    background: transparent;
    border: 6vw solid rgba(31, 111, 178, 0.1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
  }
}
@media (min-width: 992px) and (min-width: 1300px) {
  .p-company__philosophy-cards::before {
    width: 23vw;
    height: 18vw;
    border: 4vw solid rgba(31, 111, 178, 0.1);
  }
}

/* パススルー再現：中身の各要素に mix-blend-mode を個別適用 */
.p-company__philosophy-card-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #000000;
  display: block;
  margin-bottom: 12px;
  z-index: 10;
}
@media (min-width: 992px) {
  .p-company__philosophy-card-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.p-company__philosophy-card-desc {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .p-company__philosophy-card-desc {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
  }
}

/***************
* ごあいさつセクション（Figma 299-37 準拠）
****************/
.p-company__greeting-bg {
  background-color: rgba(244, 246, 248, 0.3);
  border-radius: 40px;
  padding: 40px 8%;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .p-company__greeting-bg {
    border-radius: 160px;
    padding: 70px 6% 80px;
  }
}

.p-company__greeting-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.p-company__greeting-deco-line {
  width: 4px;
  height: 27px;
  background-color: #00A0EA;
  margin-bottom: 9px;
}
@media (min-width: 992px) {
  .p-company__greeting-deco-line {
    height: 52px;
    margin-bottom: 22px;
  }
}

.p-company__greeting-head {
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .p-company__greeting-head {
    margin-bottom: 27px;
  }
}

.p-company__greeting-en {
  display: block;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1F6FB2;
  margin: 0;
}
@media (min-width: 992px) {
  .p-company__greeting-en {
    font-size: 48px;
  }
}

.p-company__greeting-jp {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.21;
  letter-spacing: 0.01em;
  color: #110D2D;
  margin: 8px 0 0;
}
@media (min-width: 992px) {
  .p-company__greeting-jp {
    font-size: 36px;
    margin-top: 10px;
  }
}

.p-company__greeting-body {
  margin-top: 0;
}

.p-company__greeting-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  color: #110D2D;
  margin: 0;
}
@media (min-width: 992px) {
  .p-company__greeting-text {
    font-size: 20px;
  }
}

.p-company__greeting-signature {
  margin-top: 28px;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #110D2D;
}
@media (min-width: 992px) {
  .p-company__greeting-signature {
    margin-top: 36px;
    font-size: 20px;
  }
}

/***************
* ごあいさつ直下：写真2枚（Figma 313-52 準拠・角丸42px）
****************/
.p-company__greeting-photos {
  padding: 0;
  margin: 0;
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 992px) {
  .p-company__greeting-photos {
    width: 80%;
  }
}

.p-company__greeting-photos-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  gap: 10px;
}
@media (min-width: 992px) {
  .p-company__greeting-photos-inner {
    gap: 100px;
    grid-template-columns: 829fr 608fr;
    align-items: end;
  }
}

.p-company__greeting-photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 42px;
}
@media (min-width: 576px) {
  .p-company__greeting-photo {
    max-height: 50vh;
    object-position: center;
  }
}
@media (min-width: 992px) {
  .p-company__greeting-photo {
    aspect-ratio: 829/789;
    max-height: none;
  }
  .p-company__greeting-photo:last-child {
    aspect-ratio: 608/405;
  }
}

/***************
* 会社案内セクション（Figma 314-53 準拠）
* 左50%：会社情報表（横線あり） / 右50%：Googleマップ（最大1052×797px）
****************/
.p-company__profile {
  margin-top: 60px;
}

.p-company__profile-bg {
  background-color: #EAF2F8;
  border-radius: 40px;
  padding: 40px 5%;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .p-company__profile-bg {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .p-company__profile-bg {
    border-radius: 160px;
    padding: 70px 6% 80px;
    max-width: 1770px;
  }
}

.p-company__profile-inner {
  max-width: 1770px;
  margin: 0 auto;
}

.p-company__profile-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-company__profile-head {
    margin-bottom: 32px;
  }
}

.p-company__profile-en {
  display: block;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1F6FB2;
  margin: 0;
}
@media (min-width: 992px) {
  .p-company__profile-en {
    font-size: 48px;
  }
}

.p-company__profile-jp {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #110D2D;
  margin: 8px 0 0;
}
@media (min-width: 992px) {
  .p-company__profile-jp {
    font-size: 32px;
    margin-top: 10px;
  }
}

.p-company__profile-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .p-company__profile-body {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
}

.p-company__profile-table-wrap {
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .p-company__profile-table-wrap {
    flex: 1 1 50%;
    min-width: 0;
  }
}

.p-company__profile-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-company__profile-table tr {
  border-bottom: 1px solid #DFDFDF;
  vertical-align: top;
}
.p-company__profile-table tr:last-child {
  border-bottom: none;
}
.p-company__profile-table th,
.p-company__profile-table td {
  padding: 16px 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #110D2D;
  text-align: left;
}
@media (min-width: 992px) {
  .p-company__profile-table th,
  .p-company__profile-table td {
    font-size: 16px;
    padding: 20px 0;
  }
}
.p-company__profile-table th {
  font-weight: 700;
  width: 120px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .p-company__profile-table th {
    width: 170px;
  }
}
.p-company__profile-table td {
  font-weight: 400;
}
.p-company__profile-table td a {
  color: #110D2D;
  text-decoration: none;
}
.p-company__profile-table td a:hover {
  text-decoration: underline;
}

.p-company__profile-map-wrap {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 600/450;
}
@media (min-width: 992px) {
  .p-company__profile-map-wrap {
    flex: 1 1 50%;
    min-width: 0;
    max-width: 1052px;
    aspect-ratio: 1052/797;
    height: auto;
  }
}

.p-company__profile-map {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .p-company__profile-map {
    max-width: 1052px;
    max-height: 797px;
    min-height: 400px;
  }
}

/***********************************************
* 採用情報（recruit）ページ
* 求める人物像：Figma 330-79 準拠
************************************************/
/* 採用ページ全体の背景（contact と同じ top center） */
.p-page.p-page--recruit {
  background-image: url(../img/ser-con-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ========== 求める人物像（Figma 330-79） ========== */
.p-recruit__ideal {
  position: relative;
  margin: 48px 0 0;
  padding: 48px 20px 56px;
  background-image: url(../img/recruit-bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* 背景画像の上に薄いオーバーレイ（文字の視認性のため） */
}
@media (min-width: 992px) {
  .p-recruit__ideal {
    margin: 80px 0 0;
    padding: 80px 0 100px;
  }
}
.p-recruit__ideal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  z-index: 0;
}

.p-recruit__ideal .c-inner__left {
  position: relative;
  z-index: 1;
  max-width: 100%;
  min-width: 0;
}

.p-recruit__ideal-head {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .p-recruit__ideal-head {
    margin-bottom: 48px;
  }
}

.p-recruit__ideal-en {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1f6fb2;
  margin: 0 0 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .p-recruit__ideal-en {
    font-size: 48px;
    margin-bottom: 20px;
  }
}

.p-recruit__ideal-jp {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #110d2d;
  margin: 0;
}
@media (min-width: 992px) {
  .p-recruit__ideal-jp {
    font-size: 36px;
  }
}

.p-recruit__ideal-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .p-recruit__ideal-cards {
    gap: 40px;
    max-width: 1024px;
    margin: 0 auto;
  }
}

.p-recruit__ideal-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 35px;
  padding: 20px 20px 20px 24px;
  min-height: 80px;
}
@media (min-width: 992px) {
  .p-recruit__ideal-card {
    padding: 24px 40px 24px 64px;
    min-height: 87px;
    gap: 0;
  }
}

.p-recruit__ideal-num {
  flex-shrink: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (min-width: 992px) {
  .p-recruit__ideal-num {
    font-size: 48px;
    margin-right: 176px;
  }
}

.p-recruit__ideal-text {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0;
}
@media (min-width: 992px) {
  .p-recruit__ideal-text {
    font-size: 20px;
  }
}

/* 求める人物像とこの仕事の魅力の間のつなぎ画像（余白なしで背景がつながる） */
.p-recruit__mid-bg {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.p-recruit__mid-bg img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ========== この仕事の魅力（Figma 333-83） ========== */
.p-recruit__appeal {
  margin: 0;
}
@media (min-width: 992px) {
  .p-recruit__appeal {
    margin: 0;
  }
}

.p-recruit__appeal-bg {
  background-image: url(../img/recruit-mid-bg.jpg);
  background-size: 336%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px 48px;
}
@media (min-width: 992px) {
  .p-recruit__appeal-bg {
    background-size: cover;
    padding: 80px 20px 100px;
  }
}

.p-recruit__appeal-bg-white {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 16px 32px;
  background-color: rgba(244, 246, 248, 0.35);
  border-radius: 45px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .p-recruit__appeal-bg-white {
    width: 90%;
    padding: 20px 40px;
    border-radius: 52px;
  }
}
.p-recruit__appeal-bg-white .c-inner__left {
  width: 100%;
}
@media (min-width: 992px) {
  .p-recruit__appeal-bg-white .c-inner__left {
    width: 80%;
  }
}

.p-recruit__appeal-head {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .p-recruit__appeal-head {
    margin-bottom: 48px;
  }
}

.p-recruit__appeal .c-inner__left {
  max-width: 100%;
  min-width: 0;
}

.p-recruit__appeal-en {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1f6fb2;
  margin: 0 0 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .p-recruit__appeal-en {
    font-size: 48px;
    margin-bottom: 20px;
  }
}

.p-recruit__appeal-jp {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #110d2d;
  margin: 0;
}
@media (min-width: 992px) {
  .p-recruit__appeal-jp {
    font-size: 36px;
  }
}

.p-recruit__appeal-list {
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.p-recruit__appeal-item {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0 0 12px;
  text-align: left;
  padding: 2px 0;
}
@media (min-width: 992px) {
  .p-recruit__appeal-item {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.21;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-recruit__appeal-item:last-child {
  margin-bottom: 0;
}

/* ========== WORK SCENE 仕事風景（Figma 257-11） ========== */
.p-recruit__workscene {
  margin: 0 0 56px;
}
@media (min-width: 992px) {
  .p-recruit__workscene {
    margin: 0 0 80px;
  }
}

/* この仕事の魅力と仕事風景の間の余白をなくす（背景がつながる） */
.p-recruit__appeal + .p-recruit__workscene {
  margin-top: 0;
}

.p-recruit__workscene-bg {
  background-image: url(../img/recruit-work-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px 48px;
}
@media (min-width: 992px) {
  .p-recruit__workscene-bg {
    padding: 80px 20px 100px;
  }
}

.p-recruit__workscene-inner {
  position: relative;
  z-index: 1;
  max-width: 100%;
  min-width: 0;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: visible;
}
@media (min-width: 992px) {
  .p-recruit__workscene-inner {
    width: 80%;
  }
}

.p-recruit__workscene-head {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .p-recruit__workscene-head {
    margin-bottom: 48px;
  }
}

.p-recruit__workscene-en {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1f6fb2;
  margin: 0 0 8px;
}
@media (min-width: 992px) {
  .p-recruit__workscene-en {
    font-size: 48px;
    margin-bottom: 20px;
  }
}

.p-recruit__workscene-jp {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #110d2d;
  margin: 0;
}
@media (min-width: 992px) {
  .p-recruit__workscene-jp {
    font-size: 32px;
  }
}

.p-recruit__workscene-lead {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #1f6fb2;
  text-align: center;
  margin: 0 0 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .p-recruit__workscene-lead {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 56px;
    max-width: 956px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-recruit__workscene-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
}
@media (min-width: 992px) {
  .p-recruit__workscene-list {
    gap: 56px;
    max-width: 1331px;
  }
}

.p-recruit__workscene-item-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #f4f6f8;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: visible;
  padding: 20px;
}
@media (min-width: 992px) {
  .p-recruit__workscene-item-inner {
    padding: 0 0 48px;
    min-height: 400px;
  }
}
.p-recruit__workscene-item-inner.--1 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-recruit__workscene-item-inner.--1 {
    margin-right: calc(50% - 50vw);
    margin-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .p-recruit__workscene-item-inner.--2 {
    margin-left: calc(50% - 50vw);
  }
}

/* 中身（画像・文章）をインナー幅に収める。画像がはみ出るため overflow: visible */
.p-recruit__workscene-item-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-width: 0;
  overflow: visible;
}
@media (min-width: 992px) {
  .p-recruit__workscene-item-content {
    flex-direction: row;
    align-items: flex-end;
    gap: 0px;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

/* 設計工程：白背景は左端まで。中身は右側のインナー内に収める */
@media (min-width: 992px) {
  .p-recruit__workscene-item-inner.--1 .p-recruit__workscene-item-content {
    margin-left: -150px;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* 板金加工：白背景は右端まで。中身は左側のインナー内に収める */
@media (min-width: 992px) {
  .p-recruit__workscene-item-inner.--2 .p-recruit__workscene-item-content {
    margin-right: -150px;
    margin-left: 20%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .p-recruit__workscene-item--img-left .p-recruit__workscene-item-content {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .p-recruit__workscene-item--img-right .p-recruit__workscene-item-content {
    flex-direction: row-reverse;
  }
}

/* 画像を白い背景の外側（斜め下）にはみ出させる */
.p-recruit__workscene-item-img {
  flex-shrink: 0;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-recruit__workscene-item-img {
    width: 500px;
    max-width: 500px;
    margin: 0;
    margin-top: 100px;
    margin-bottom: -120px;
    border-radius: 42px;
    margin-left: 22px;
    margin-right: 22px;
    align-self: flex-end;
    position: relative;
    z-index: 1;
    flex: 1;
  }
}

@media (min-width: 992px) {
  .p-recruit__workscene-item--img-right .p-recruit__workscene-item-img {
    margin-left: 22px;
    margin-right: 22px;
  }
}

.p-recruit__workscene-item-img-pic {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 500/350;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .p-recruit__workscene-item-img-pic {
    aspect-ratio: 500/350;
    height: 350px;
    object-fit: contain;
  }
}

.p-recruit__workscene-item-body {
  flex: 1;
  min-width: 0;
  padding: 0 4px;
}
@media (min-width: 992px) {
  .p-recruit__workscene-item-body {
    padding: 0 40px;
    flex: 1;
  }
}

/* 設計工程：タイトル・本文を右寄せ */
@media (min-width: 992px) {
  .p-recruit__workscene-item--img-left .p-recruit__workscene-item-body {
    padding-left: 44px;
    padding-right: 60px;
    text-align: right;
  }
}

/* 板金加工：タイトル・本文を左寄せ */
@media (min-width: 992px) {
  .p-recruit__workscene-item--img-right .p-recruit__workscene-item-body {
    padding-right: 44px;
    padding-left: 60px;
    text-align: left;
  }
}

.p-recruit__workscene-item-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #1f6fb2;
  margin: 0 0 12px;
}
@media (min-width: 992px) {
  .p-recruit__workscene-item-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

/* 設計工程：タイトル右寄せ */
@media (min-width: 992px) {
  .p-recruit__workscene-item--img-left .p-recruit__workscene-item-title {
    text-align: right;
  }
}

/* 板金加工：タイトル左寄せ */
@media (min-width: 992px) {
  .p-recruit__workscene-item--img-right .p-recruit__workscene-item-title {
    text-align: left;
  }
}

.p-recruit__workscene-item-text {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0;
}
@media (min-width: 992px) {
  .p-recruit__workscene-item-text {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .p-recruit__workscene-item--img-right .p-recruit__workscene-item-text {
    text-align: left;
  }
}

/* ========== 募集職種一覧（Figma 333-88, 333-90） ========== */
.p-recruit__apply {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .p-recruit__apply {
    margin: 0 0 30px;
  }
}
.p-recruit__apply .c-inner__center {
  width: 100%;
}
@media (min-width: 992px) {
  .p-recruit__apply .c-inner__center {
    width: 80%;
  }
}

.p-recruit__apply-bg {
  background-image: url(../img/recruit34-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px 48px;
}
@media (min-width: 992px) {
  .p-recruit__apply-bg {
    padding: 80px 20px 100px;
  }
}

.p-recruit__apply-inner {
  max-width: 100%;
  min-width: 0;
}

.p-recruit__apply-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #110d2d;
  margin: 0 auto 32px;
  background-color: #eaf2f8;
  border-radius: 20px;
  padding: 20px 30px;
  display: inline-block;
}
@media (min-width: 992px) {
  .p-recruit__apply-title {
    font-size: 24px;
    margin-bottom: 48px;
    padding: 40px 90px;
  }
}

.p-recruit__apply-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 992px) {
  .p-recruit__apply-list {
    gap: 64px;
  }
}

.p-recruit__apply-card {
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .p-recruit__apply-card {
    border-radius: 73px;
  }
}

.p-recruit__apply-card-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 992px) {
  .p-recruit__apply-card-inner {
    flex-direction: row;
    align-items: stretch;
    min-height: 400px;
  }
}

@media (min-width: 992px) {
  .p-recruit__apply-card--img-left .p-recruit__apply-card-inner {
    flex-direction: row;
  }
}

.p-recruit__apply-card-img {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 4/3;
  max-width: 300px;
  max-height: 300px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .p-recruit__apply-card-img {
    width: 40%;
    aspect-ratio: auto;
    min-height: 400px;
    max-width: none;
    max-height: none;
  }
}

@media (min-width: 992px) {
  .p-recruit__apply-card--img-left .p-recruit__apply-card-img {
    width: 45%;
  }
}

@media (min-width: 992px) {
  .p-recruit__apply-card--img-right .p-recruit__apply-card-img {
    width: 35%;
  }
}

.p-recruit__apply-card-img-pic {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  position: relative;
  z-index: inherit;
}
@media (min-width: 992px) {
  .p-recruit__apply-card-img-pic {
    object-position: center bottom;
  }
}

.p-recruit__apply-card-body {
  flex: 1;
  padding: 24px 20px 32px;
  display: flex;
  align-items: center;
  background: #f4f6f8;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .p-recruit__apply-card-body {
    padding: 60px 40px 60px 50px;
    justify-content: center;
    padding: 60px 4% 60px 17%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -21%;
    border-radius: 50px;
  }
}

@media (min-width: 992px) {
  .p-recruit__apply-card--img-right .p-recruit__apply-card-body {
    padding: 60px 50px 60px 40px;
  }
}

.p-recruit__apply-card-dl {
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.46;
  letter-spacing: 0.02em;
  color: #000;
}
@media (min-width: 992px) {
  .p-recruit__apply-card-dl {
    font-size: 24px;
  }
}

.p-recruit__apply-card-dl > div {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 8px 16px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .p-recruit__apply-card-dl > div {
    grid-template-columns: 7em 1fr;
    gap: 8px 24px;
    margin-bottom: 12px;
  }
}
.p-recruit__apply-card-dl > div:last-child {
  margin-bottom: 0;
}

.p-recruit__apply-card-dl dt {
  margin: 0;
  font-weight: 600;
  text-align: left;
}

.p-recruit__apply-card-dl dd {
  margin: 0;
  text-align: left;
}

@media (min-width: 992px) {
  .p-recruit__apply-card--img-right .p-recruit__apply-card-inner {
    flex-direction: row-reverse;
  }
}
.p-recruit__apply-card--img-right .p-recruit__apply-card-inner .p-recruit__apply-card-body {
  flex: 1;
  padding: 24px 20px 32px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .p-recruit__apply-card--img-right .p-recruit__apply-card-inner .p-recruit__apply-card-body {
    justify-content: center;
    background: #f4f6f8;
    padding: 60px 17% 60px 4%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    margin-right: -21%;
    border-radius: 50px;
  }
}

/***********************************************
* 事業内容（works）ページ
* Figma 109-434, 337-94, 337-95 準拠
************************************************/
/* 事業内容ページ全体（必要に応じて背景など） */
.p-page.p-page--works {
  background-color: #fff;
}

/* この仕事の魅力セクション：背景は画面幅いっぱい、中身は inner で制限（recruit の .c-inner__left 上書きを復元） */
.p-works .p-recruit__appeal .c-inner__left {
  width: 90%;
  max-width: 1200px;
}
@media (min-width: 992px) {
  .p-works .p-recruit__appeal .c-inner__left {
    width: 80%;
  }
}
@media (min-width: 1300px) {
  .p-works .p-recruit__appeal .c-inner__left {
    max-width: 1800px;
  }
}

/* お悩み＋ものづくりを囲む背景エリア（#eaf2f8） */
.p-works__top-wrap {
  background-color: #eaf2f8;
  border-radius: 24px;
  padding: 40px 20px 48px;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .p-works__top-wrap {
    border-radius: 80px;
    padding: 58px 60px 64px;
    margin-bottom: 64px;
  }
}

/* ========== そのお悩み、宮田精工で解決できます。（Figma 109-434） ========== */
.p-works__trouble {
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .p-works__trouble {
    margin-bottom: 64px;
  }
}

.p-works__trouble-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.p-works__trouble-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.21;
  text-align: center;
  color: #1f6fb2;
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .p-works__trouble-title {
    font-size: 32px;
    margin-bottom: 48px;
  }
}

/* 3カード：スマホ縦並び、PC横3列 */
.p-works__trouble-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .p-works__trouble-cards {
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
  }
}

.p-works__trouble-card {
  border-radius: 9px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 324px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .p-works__trouble-card {
    margin: 0;
    flex: 1;
    min-width: 0;
  }
}

/* カード上部：お悩みラベル */
.p-works__trouble-card-label {
  background: rgba(217, 217, 217, 0.47);
  border-radius: 9px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4; /* 行間を少し広げると読みやすくなります */
  text-align: center;
  color: #000;
  margin: 0 0 -10px;
  /* --- ここからが「高さ固定＆中央揃え」のポイント --- */
  display: flex; /* Flexboxにする */
  align-items: center; /* 縦方向の中央に */
  justify-content: center; /* 横方向の中央に */
  padding: 10px 16px; /* 上下パディングを調整（min-heightで高さを制御するため） */
  min-height: 4.5em; /* 2行分を余裕をもってカバーする高さ（em指定がおすすめ） */
  /* ----------------------------------------------- */
}
@media (min-width: 992px) {
  .p-works__trouble-card-label {
    font-size: 16px;
    min-height: 5em; /* PCでも2行分をしっかり確保 */
    padding: 10px 16px; /* PCでもパディングは控えめにして高さ固定を優先 */
  }
}

/* カード中央：下三角矢印 */
.p-works__trouble-triangle {
  width: 100px;
  margin: 0px auto 10px;
}
@media (min-width: 992px) {
  .p-works__trouble-triangle {
    margin: 20px auto;
  }
}

/* カード中央：人アイコン */
.p-works__trouble-card-visual {
  flex-shrink: 0;
  width: 68px;
  height: 86px;
  margin: 0 auto 16px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-works__trouble-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* カード下部：解決策ボックス */
.p-works__trouble-card-solution {
  background: #f4f6f8;
  border-radius: 9px;
  padding: 20px 16px 24px;
  margin: 0 12px 12px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  /* ここがポイント！ */
  flex-grow: 1; /* 余った縦のスペースをすべて埋めるように伸びます */
  display: flex; /* 中のテキストも制御しやすくするためにflex化 */
  flex-direction: column;
  justify-content: center; /* 中のテキストを上下中央に配置したい場合に便利です */
}
@media (min-width: 992px) {
  .p-works__trouble-card-solution {
    margin: 0 12px 12px;
    padding: 24px 20px 28px;
  }
}

.p-works__trouble-card-head {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.21;
  text-align: center;
  color: #000;
  margin: 0 0 12px;
}
@media (min-width: 992px) {
  .p-works__trouble-card-head {
    font-size: 18px;
    margin-bottom: 14px;
  }
}

.p-works__trouble-card-desc {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #000;
  margin: 0;
}
@media (min-width: 992px) {
  .p-works__trouble-card-desc {
    font-size: 15px;
  }
}

/* ========== 宮田精工のものづくり（Figma 337-95） ========== */
.p-works__monozukuri {
  margin-bottom: 0; /* ラップ内の最後なので、下余白は .p-works__top-wrap の padding で確保 */
}

.p-works__monozukuri-inner {
  background: #f4f6f8;
  border-radius: 20px;
  padding: 40px 18px 48px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 -2px 4px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .p-works__monozukuri-inner {
    border-radius: 80px;
    padding: 54px 38px 98px;
    max-width: 1500px;
    margin: 0 auto;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 -4px 4px rgba(0, 0, 0, 0.25);
  }
}

.p-works__monozukuri-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.21;
  text-align: center;
  color: #1f6fb2;
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .p-works__monozukuri-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.p-works__monozukuri-line {
  width: 98px;
  margin: 0 auto 32px;
  border: none;
  border-top: 1px solid #000;
}
@media (min-width: 992px) {
  .p-works__monozukuri-line {
    margin-bottom: 48px;
  }
}

.p-works__monozukuri-body {
  max-width: 1424px;
  margin: 0 auto;
}

.p-works__monozukuri-text {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
  color: #000;
  margin: 0;
}
@media (min-width: 992px) {
  .p-works__monozukuri-text {
    line-height: 1.95;
    text-align: center;
    font-size: 20px;
  }
}

/* ========== 加工紹介セクション（Figma 337-100）：背景画像・1つ目は右端まで白背景・2つ目は左端まで白背景 ========== */
.p-works__mid {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0;
  padding: 40px 0 48px;
}
@media (min-width: 992px) {
  .p-works__mid {
    padding: 56px 0 64px;
  }
}

.p-works__mid-bg {
  position: absolute;
  inset: 0;
  background: url(../img/works-mid-bg.jpg) center center/cover no-repeat;
  z-index: 0;
}

/* 写真・文字を1770pxインナーに収める。スマホは左右に余白 */
.p-works__mid-inner {
  position: relative;
  z-index: 1;
  max-width: 1770px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .p-works__mid-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.p-works__mid-block {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-works__mid-block {
    margin-bottom: 48px;
  }
}
.p-works__mid-block:last-child {
  margin-bottom: 0;
}

.p-works__mid-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-works__mid-row {
    flex-direction: row;
    align-items: stretch;
    min-height: 443px;
  }
}

/* 1つ目：画像左・文章右（白背景が画面右端いっぱいまで伸びる） */
@media (min-width: 992px) {
  .p-works__mid-block--1 .p-works__mid-row {
    flex-direction: row;
    margin-right: calc(50% - 50vw);
  }
}

@media (min-width: 992px) {
  .p-works__mid-block--1 .p-works__mid-img-wrap img {
    /* 1つ目：右下方向に青い影 */
    box-shadow: 5px 10px 0px #1F6FB2;
    width: 23vw;
    max-width: 400px;
    position: relative;
    z-index: 5;
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .p-works__mid-block--1 .p-works__mid-img-wrap img {
    box-shadow: 14px 20px 0px #1F6FB2;
    width: 29vw;
    max-width: 420px;
    margin-left: 50px;
  }
}
@media (min-width: 1300px) {
  .p-works__mid-block--1 .p-works__mid-img-wrap img {
    box-shadow: 20px 20px 0px #1F6FB2;
    width: 33vw;
    max-width: 720px;
    margin-left: 100px;
  }
}

@media (min-width: 992px) {
  .p-works__mid-block--1 .p-works__mid-text-wrap--right {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -300px;
    padding-left: 300px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .p-works__mid-block--1 .p-works__mid-text-wrap--right {
    margin-left: -300px;
    padding-left: 300px;
    padding-right: 90px;
  }
}
@media (min-width: 1600px) {
  .p-works__mid-block--1 .p-works__mid-text-wrap--right {
    padding-right: max(180px, 12vw);
  }
}

/* 2つ目：文章左（白背景が画面左端いっぱいまで伸びる）・画像右 */
@media (min-width: 992px) {
  .p-works__mid-block--2 .p-works__mid-row {
    flex-direction: row;
    margin-left: calc(50% - 50vw);
  }
}

@media (min-width: 992px) {
  .p-works__mid-block--2 .p-works__mid-text-wrap--left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .p-works__mid-block--2 .p-works__mid-text-wrap--left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: -300px;
    padding-right: 300px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .p-works__mid-block--2 .p-works__mid-text-wrap--left {
    margin-right: -300px;
    padding-right: 300px;
    padding-left: 90px;
  }
}
@media (min-width: 1600px) {
  .p-works__mid-block--2 .p-works__mid-text-wrap--left {
    padding-left: max(180px, 12vw);
  }
}

@media (min-width: 992px) {
  .p-works__mid-block--2 .p-works__mid-img-wrap img {
    /* 1つ目：右下方向に青い影 */
    box-shadow: -5px 10px 0px #1F6FB2;
    width: 23vw;
    max-width: 400px;
    position: relative;
    z-index: 5;
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .p-works__mid-block--2 .p-works__mid-img-wrap img {
    box-shadow: -14px 20px 0px #1F6FB2;
    width: 29vw;
    max-width: 420px;
    margin-right: 50px;
  }
}
@media (min-width: 1300px) {
  .p-works__mid-block--2 .p-works__mid-img-wrap img {
    box-shadow: -20px 20px 0px #1F6FB2;
    width: 33vw;
    max-width: 720px;
    margin-right: 100px;
  }
}

.p-works__mid-img-wrap {
  flex-shrink: 0;
  border-radius: 8px;
}
.p-works__mid-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .p-works__mid-img-wrap img {
    max-height: 394px;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .p-works__mid-img-wrap {
    padding: 0 20px;
  }
}

/* 文章エリア：白背景が画面端いっぱいまで伸びる */
.p-works__mid-text-wrap {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 32px 20px 36px;
}
@media (min-width: 992px) {
  .p-works__mid-text-wrap {
    padding: 56px 48px 64px;
    border-radius: 8px;
  }
}

/* 1つ目：右端いっぱい（テキストは右揃え） */
@media (min-width: 992px) {
  .p-works__mid-text-wrap--right {
    padding-left: 48px;
    padding-right: 48px;
    text-align: right;
  }
}

/* 2つ目：左端いっぱい（テキストは左揃え） */
@media (min-width: 992px) {
  .p-works__mid-text-wrap--left {
    padding-left: 48px;
    padding-right: 48px;
    text-align: left;
  }
}

.p-works__mid-heading {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #1f6fb2;
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .p-works__mid-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

/* PC時：「レ」「ベ」のみ40px、ほかの文字24px */
@media (min-width: 992px) {
  .p-works__mid-heading-initial {
    font-size: 40px;
  }
}

.p-works__mid-text {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  margin: 0;
}
@media (min-width: 992px) {
  .p-works__mid-text {
    font-size: 20px;
  }
}

/* ========== お客様のご要望を第一に（Figma 337-105） ========== */
.p-works__customer {
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .p-works__customer {
    margin-bottom: 64px;
  }
}

.p-works__customer-inner {
  max-width: 1270px;
  margin: 0 auto;
  padding: 40px 20px 48px;
}
@media (min-width: 992px) {
  .p-works__customer-inner {
    padding: 64px 60px 80px;
    border-radius: 54px;
  }
}

.p-works__customer-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.375;
  text-align: center;
  color: #1f6fb2;
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .p-works__customer-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.p-works__customer-line {
  width: 98px;
  margin: 0 auto 24px;
  border: none;
  border-top: 1px solid #000;
}
@media (min-width: 992px) {
  .p-works__customer-line {
    margin-bottom: 32px;
  }
}

.p-works__customer-lead {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  color: #000;
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .p-works__customer-lead {
    font-size: 20px;
    margin-bottom: 48px;
    text-align: center;
  }
}

.p-works__customer-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .p-works__customer-cards {
    gap: 40px;
    margin-bottom: 40px;
  }
}

.p-works__customer-card {
  margin: 0;
  padding: 20px 40px;
  background: #f4f6f8;
  border: 0.5px solid #000;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 992px) {
  .p-works__customer-card {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 0px 40px 0 0;
    border-radius: 54px;
  }
}

.p-works__customer-card-img {
  flex-shrink: 0;
  width: 80px;
  line-height: 0;
}
@media (min-width: 992px) {
  .p-works__customer-card-img {
    width: 100px;
  }
}
.p-works__customer-card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-works__customer-card-text {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 0;
  text-align: left;
  flex: 1;
  min-width: 0;
}
@media (min-width: 992px) {
  .p-works__customer-card-text {
    font-size: 20px;
    text-align: center;
  }
}

.p-works__customer-closing {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin: 0;
}
@media (min-width: 992px) {
  .p-works__customer-closing {
    font-size: 20px;
  }
}

.p-works__customer-strong {
  color: #1F6FB2;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 992px) {
  .p-works__customer-strong {
    font-size: 32px;
  }
}

.p-works__craftsmanship {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-works__craftsmanship .p-recruit__appeal-item {
    font-size: 24px;
  }
}

.p-works__craftsmanship-bg {
  background-image: url(../img/craftsmanship-bg.png);
  background-size: 336%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px 48px;
}
@media (min-width: 992px) {
  .p-works__craftsmanship-bg {
    background-size: cover;
    padding: 80px 20px 100px;
  }
}

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