@charset "UTF-8";
@import url("https://use.typekit.net/lks6acm.css");

/*============================================
start reset.css
============================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

ol,
ul {
  list-style: none;
}

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

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

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
}

/* Grouping content
    ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

a:hover {
  cursor: pointer;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
    ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
    ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

input,
[type=text],
[type=email],
[type=tel],
[type=password] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

input:focus,
[type=text]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=password]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
  background-color: #008E37;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  padding: 1.2em 2em;
  text-decoration: none;
}

input[type=submit]:hover {
  cursor: pointer;
  outline: none;
  color: #040404;
  background: #FFFFFF;
}

input[type=submit]:focus {
  outline: none;
}

input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* selectはブラウザ間で最も差異があり、色んな形のアローアイコンが登場するので、ここのアローアイコンを上書きして自分が用意した画像を背景として適応させる */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(https://haniwaman.com/wp/wp-content/uploads/2018/12/form-css-arrow.png) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

select:hover {
  cursor: pointer;
}

select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

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

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  /*デザインに応じて高さ指定 */
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* "display:none"で消すのではなく、"opacity: 0;"を使う。 */
/* （Tabキーで選択できなくなるのを防ぐため） */
/* 親要素に"position: relative;"つけるのを忘れずに！ */
[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

[type=checkbox]+span {
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

[type=checkbox]+span:hover {
  cursor: pointer;
}

/*標準で出力されるチェックボックスは消して、独自のチェックボックスを擬似要素で作るという指定*/
[type=checkbox]+span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #040404;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

[type=checkbox]+span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #040404;
  border-left: 3px solid #040404;
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

[type=checkbox]:checked+span::after {
  opacity: 1;
}

/* "display:none"で消すのではなく、"opacity: 0;"を使う。 */
/* （Tabキーで選択できなくなるのを防ぐため） */
/* 親要素に"position: relative;"つけるのを忘れずに！ */
[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

[type=radio]+span {
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.6em;
  position: relative;
}

[type=radio]+span:hover {
  cursor: pointer;
}

/*標準で出力されるラジオボタンは消して、独自のラジオボタンを擬似要素で作るという指定*/
[type=radio]+span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #040404;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

[type=radio]+span::after {
  -webkit-transform: translateY(-50%);
  background: #040404;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 8px;
}

[type=radio]:checked+span::after {
  opacity: 1;
}

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

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

/* Misc
    ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[type=hidden] {
  display: none;
}

/*============================================
end reset.css
============================================*/

html {
  font-size: 62.5%;
}

body {
  font-family: "源ノ角ゴシック JP", "Source Han Sans JP", sans-serif;
  font-size: 1.7em;
  color: #040404;
}

/*============================================
header
============================================*/
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #E5E5E5;
  z-index: 100;
}

.l-header__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  background: #00aad9;
  cursor: pointer;
  outline: none;
  z-index: 100;
}

.menu-button__inner {
  display: block;
  width: 3.3rem;
}

.menu-button__lineBlock {
  position: relative;
  display: block;
  height: 1.7rem;
}

.menu-button__line {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.menu-button__line.is-01 {
  top: 0;
}

.menu-button__line.is-02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-button__line.is-03 {
  bottom: 0;
}

.menu-button__line.is-04 {
  top: 0;
  -webkit-transform: translateY(8px) rotate(-45deg) scale(0, 1);
  transform: translateY(8px) rotate(-45deg) scale(0, 1);
}

.menu-button__line.is-05 {
  bottom: 0;
  -webkit-transform: translateY(-8px) rotate(45deg) scale(0, 1);
  transform: translateY(-8px) rotate(45deg) scale(0, 1);
}

.menu-button__line.is-04,
.menu-button__line.is-05 {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.l-header.is-menuopen .menu-button__line.is-01,
.l-header.is-menuopen .menu-button__line.is-02,
.l-header.is-menuopen .menu-button__line.is-03 {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.l-header.is-menuopen .menu-button__line.is-04 {
  -webkit-transform: translateY(8px) rotate(-45deg) scale(1, 1);
  transform: translateY(8px) rotate(-45deg) scale(1, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.l-header.is-menuopen .menu-button__line.is-05 {
  -webkit-transform: translateY(-8px) rotate(45deg) scale(1, 1);
  transform: translateY(-8px) rotate(45deg) scale(1, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.l-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 60px);
}

.l-header__logo {
  font-size: 26px;
  font-weight: 500;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;

  span{
    font-size: 10px;
    letter-spacing: 0.2em;
  }
}

.l-header__logo a {
  display: block;
}

.l-header__contact {
  width: 25%;
}

.l-header__contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.l-header__contact__items .l-header__contact__item:nth-child(1) a,
.l-header__contact__items .l-header__contact__item:nth-child(2) a {
  display: inline-block;
  width: 100%;
  padding: 13px 10px;
  font-size: 13.5px;
  font-weight: bold;
  line-height: 1.3;
}

.l-header__contact__items .l-header__contact__item:nth-child(1) a span,
.l-header__contact__items .l-header__contact__item:nth-child(2) a span {
  padding-left: 3px;
}


.l-header__contact__items .l-header__contact__item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__contact__items .l-header__contact__item:nth-child(3) a {
  display: inline-block;
  margin-top: 2px;
}

.l-header__contact__items .l-header__contact__item:nth-child(3) a img {
  width: 55%;
}

.l-header__nav {
  position: fixed;
  top: -120%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 59px);
  z-index: 0;
  text-align: left;
  background-color: #ffffff;
  background-image: linear-gradient(151.46deg,
      rgba(255, 157, 157, 0.2) 0%,
      rgba(255, 212, 142, 0.2) 16%,
      rgba(252, 241, 137, 0.2) 32%,
      rgba(176, 255, 170, 0.2) 50%,
      rgba(162, 255, 252, 0.2) 66%,
      rgba(164, 199, 254, 0.2) 82%,
      rgba(241, 161, 255, 0.2) 100%);
  -webkit-transition: top 0.6s, right 0.6s;
  transition: top 0.6s, right 0.6s;
}

.l-header.is-menuopen .l-header__nav {
  top: 59px;
  -webkit-transition: top 0.6s, right 0.6s;
  transition: top 0.6s, right 0.6s;
}

.l-header.is-menuopen .l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
  padding: 0 5.7rem;
}

.l-header__nav .l-header__nav__link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  color: #040404;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.l-header__nav .l-header__nav__link span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}

.l-header.is-menuopen .l-header__nav .l-header__nav__link {
  color: #040404;
}

.l-header__nav .l-header__nav__link:hover {
  color: #00aad9;
}

.l-header.is-menuopen .l-header__nav .l-header__nav__link.-disabled {
  color: #4d4b4d;
}

.l-header__nav ul li:nth-child(5) .l-header__nav__link,
.l-header__nav ul li:nth-child(6) .l-header__nav__link {
  /* cursor: not-allowed; */
}

/*============================================
footer
============================================*/
.l-footer {
  padding: 5.6rem 0 2.6rem;
  background: #00395c;
  color: #fff;
}

.l-footer__logoText {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.l-footer__logoText .small {
  font-size: 1.4rem;
}

.l-footer__address {
  margin-top: 1.6rem;
}

.l-footer__addressRow {
  display: block;
}

.l-footer__addressBuilding {
  display: inline;
}

.l-footer__telfax {
  margin-top: 1.6rem;
}

.l-footer__telfax .fax {
  margin-left: 1.6rem;
}

.l-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  padding-bottom: 9.6rem;
  position: relative;
}

.l-footer__logo {
  width: auto;
  margin-top: 0;
}

.l-footer__textArea {
  margin-top: 4rem;
}

.l-footer__textArea__contact {}

.l-footer__textArea__contact p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.l-footer__textArea__contact p .tel {
  margin-top: 1rem;
}

.l-footer__textArea__contact p .tel a {
  font-size: inherit;
}

.l-footer__menu {
  width: auto;
}

.l-footer__menu ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
}

.l-footer__menu ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 300;
}

/*============================================
scroll
============================================*/
.l-scroll {
  margin-top: 60px;
}

/*============================================
wrapper
============================================*/
.l-wrapper {
  background: url(../img/bg.jpg) repeat-y top left/50%, url(../img/bg_rotate.jpg) repeat-y top right/50%;
}

/*============================================
section
============================================*/
.l-section:nth-child(1) {
  padding: 17.5rem 0 10rem;
}

.l-section:nth-child(2) {
  padding: 17.5rem 0 14.5rem;
}

/*============================================
container
============================================*/
.l-container {
  width: 88.5%;
  max-width: 1100px;
  margin: 0 auto;
}

/*============================================
button
============================================*/
.c-button__link {
  font-family: "ヒラギノ角ゴシック W2", "Hiragino Sans W2", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

/*============================================
title
============================================*/
.c-title--yellow {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.08em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(82%, transparent), color-stop(83%, #FFF33F), to(#FFF33F));
  background: linear-gradient(transparent 82%, #FFF33F 83%, #FFF33F 100%);
}

.c-title--yellow img {
  width: 70px;
  display: inline-block;
  margin-bottom: 1.2em;
}

.p-top__concept__intro .c-title--yellow {
  display: inline;
  font-size: 2.4rem;
  line-height: calc(40 / 24);
}

.p-top__concept__item .c-title--yellow,
.p-top__concept__item--small .c-title--yellow {
  background: none;
}

.p-top__concept__item .c-title--yellow span,
.p-top__concept__item--small .c-title--yellow span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(71%, #FFF33F), to(#FFF33F));
  background: linear-gradient(transparent 70%, #FFF33F 71%, #FFF33F 100%);
}

.p-top__concept__item--small .c-title--yellow img {
  margin-bottom: 0.8em;
}

.c-title--en img {
  width: 76.3%;
}

.p-summary__outline .c-title--en img {
  width: 84%;
}

.c-title--double {
  margin-bottom: 6.5rem;
}

.p-summary__map .c-title--double {
  margin-right: 9%;
}

.p-summary__map .c-title--double .c-title--en img {
  width: 50%;
}

.c-title--ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80px;
  font-family: "ヒラギノ角ゴ StdN W6", "Hiragino Kaku Gothic StdN W6", sans-serif;
  font-size: 2rem;
  margin-top: -1rem;
}

.p-summary__map .c-title--double .c-title--ja {
  width: 110px;
}

.p-summary__outline .c-title--ja {
  font-family: "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN W8", sans-serif;
}

.c-title--double.-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 11.5rem;
}

.c-title--double.-line::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 100vw;
  height: 1.26px;
  background: #231815;
  overflow: hidden;
}

.c-title--double.-line .c-title--en {
  width: 35.9%;
}

/*============================================
text
============================================*/
.c-text {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: calc(22 / 12);
  margin-top: 2rem;
}

.p-top__concept__intro .c-text {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: calc(25 / 13);
  margin-top: 3rem;
}

.p-top__concept__item .c-text,
.p-top__concept__item__body .c-text {
  font-family: "ヒラギノ角ゴシック W4", "Hiragino Sans W4", sans-serif;
}

.p-top__concept__item__body .c-text {
  width: calc(129.4 / 404 * 100%);
  margin-top: 0;
  text-align: justify;
}

/*============================================
textArea
============================================*/
.c-textArea {
  position: relative;
  margin: 0 2.7rem;
}

/*============================================
mv
============================================*/
.p-top__mv {
  position: relative;
  height: calc(100vh - 60px);
}

.p-top__mv__logo {
  position: absolute;
  top: 40px;
  left: 9%;
  z-index: 20;
}

.p-top__mv__logo img {
  height: 40px;
  width: auto;
}

.slide-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slide__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

#particle-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
}

.slide__img__title {
  position: absolute;
  top: 50%;
  left: 9%;
  width: 100%;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  font-size: 8rem;
  color: #fff;
  z-index: 90;
}

#top .slide__img__title {
  position: static;
  width: 100%;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  font-size: 7rem;
  color: #3F3F3F;
  z-index: 90;
  margin-bottom: 1rem
}

.p-top__mv__body {
  position: absolute;
  top: 60%;
  left: 9%;
  width: 800px;
  z-index: 20;
}

.p-top__mv__body__img {
  margin-left: 2rem;
  margin-bottom: 2rem;
}

.p-top__mv__body__img img {
  max-width: 516px;
}

.p-top__mv__body__title {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #3F3F3F;
}

.p-top__mv__body__title span {
  display: inline-block;
}

.p-top__mv__bg--shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 20rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(46%, #000), to(transparent));
  background: linear-gradient(bottom, #000, #000 46%, transparent);
  opacity: 0.7;
  z-index: 15;
}

#service .p-top__mv,
#contactpage .p-top__mv,
#thanks .p-top__mv,
#about .p-top__mv {
  height: 70vh;
}

#service .slide-wrapper,
#contactpage .slide-wrapper,
#thanks .slide-wrapper,
#about .slide-wrapper {
  height: 70vh;
}

.slide__img__title span {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #F2F2F2;
  font-family: "源ノ角ゴシック JP", "Source Han Sans JP", sans-serif;
}

#service .slide__img__title,
#contactpage .slide__img__title,
#thanks .slide__img__title,
#about .slide__img__title {
  top: 65%;
  line-height: .8;
  left: 6%;
}

/*============================================
news
============================================*/
.p-top__news {
  /* height: 25.4rem;*/
  background-color: #511200;
  color: #fff;
}

.p-top__news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(777 / 1377 * 100%);
  max-width: 777px;
  height: 100%;
  margin: 0 auto;
  padding: 3rem 0 4rem;
}

.p-top__news__title {
  position: relative;
  font-family: "din-condensed", sans-serif;
  font-weight: bold;
  font-size: 2.72rem;
  margin-bottom: 3rem;
}

.p-top__news__title::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  background: #fff;
}

.p-top__news__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "ヒラギノ角ゴシック W3", "Hiragino Sans W3", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.6rem 0;
}

.p-top__news__item dl dt {
  margin-right: 3.5rem;
}

/*============================================
concept
============================================*/
.p-top__concept {
  padding: 20px 0 0;
  overflow: hidden;
}

.p-top__concept__intro {
  text-align: center;
}

.p-top__concept__intro__inner {
  position: relative;
  overflow: hidden;
}

.p-top__concept__ttlbox {
  position: relative;
  margin-bottom: 6rem;
}

.h2Tag {
  font-size: 1.8rem;
  color: #BCBCBC;
}

.h2Tag_subttl {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  margin: 2rem 0 4.2rem;
}

.h2Tag_bg {
  color: #F2F2F2;
  font-size: 10rem;
  line-height: 1;
  font-family: "Avenir", sans-serif;
  position: absolute;
  right: 0;
  bottom: 20%;
  z-index: -1;
}

.top__concept__text {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}

.top_service_boxs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  gap: 4rem;
}

.top_servisebox {
  position: relative;
  max-width: 340px;
}

.top_servisebox_number {
  font-family: "Avenir", sans-serif;
  position: absolute;
  z-index: 2;
  font-size: 9rem;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 3rem;
  font-weight: 300;
}

.top_servisebox_inner {
  position: absolute;
  color: #FFFFFF;
  bottom: 2.4rem;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.top_servisebox_ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}

.top_servisebox_txt {
  font-size: 1.4rem;
  font-size: clamp(1rem, 1.15vw, 1.4rem);
  line-height: 3rem;
  margin-top: 1em;
  font-weight: 400;
}

.img_brightness {
  filter: brightness(0.7);
}

.btn01 {
  margin-top: 50px;
}

.btn01 a {
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 2rem;
  color: #FFFFFF;
  background: #00aad9;
  position: relative;
  padding: 0 2em;
  z-index: 1;
  transition: .3s;
}

.btn01 a::before {
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  /* ボタン内の左余白 */
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
  /* アイコンのサイズ調整 */
  height: 1.2em;
  background: url('img/phone-icon.png') no-repeat center/contain;
}

.phone_icon {
  width: 1.2em;
  height: 1.2em;
}

.btn01 a:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  font-weight: normal;
  content: "\e917";
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.btn01 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  /* カンプ(174:435): 白地の上に虹色グラデを透過0.2で重ねた淡い虹色 */
  background:
    linear-gradient(90deg,
      rgba(255, 157, 157, 0.2) 0%,
      rgba(255, 212, 142, 0.2) 16%,
      rgba(252, 241, 137, 0.2) 32%,
      rgba(176, 255, 170, 0.2) 50%,
      rgba(162, 255, 252, 0.2) 66%,
      rgba(164, 199, 254, 0.2) 82%,
      rgba(241, 161, 255, 0.2) 100%),
    #ffffff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.btn01 a:hover {
  color: rgba(0, 57, 92, 0.4); /* 文字・アイコン（icomoon矢印）を透過0.4 */
}

.btn01 a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}


.p-top__about {
  background: url("../img/top/about_bg.jpg") no-repeat center/cover;
}

.p-top__about__inner {
  /* max-width: 1300px;
  margin: 0 auto 120px; */
}

/* お客様の声セクション 非表示中の暫定余白（.p-top__voice の padding 120px 相当・公開時に削除） */
.p-top__about__overlay {
  margin-top: 120px;
}

.top_about_left {
  width: 44rem;
  text-align: center;
  padding: 6rem 4rem;
  background-color: rgba(255, 255, 255, 0.80);

  .btn01{
    margin-top: 30px;
  }
}

.h2Tag span {
  font-size: 2.8rem;
  line-height: 6.5rem;
  font-weight: bold;
  color: #040404;
}

.top_about_txt {
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: left;
  width: 360px;
  margin-top: 16px;
}

.p-top__contact {
  padding: 7.2rem 0;
}

.top_contact_txt {
  font-size: 1.4rem;
  font-weight: 400;
}

.top_about_bs_hour {
  font-size: 1.8rem;
  margin-top: 3.6rem;
}

.top_about_time {
  font-size: 2.4rem;
  margin-top: 2rem;
}

.p-top__concept__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top__concept__item:nth-child(2) .c-textArea {
  width: calc(633 / 1377 * 100% - 5.4rem);
}

.p-top__concept__item:nth-child(2),
.p-top__concept__item:nth-child(3) {
  margin-bottom: 6.5rem;
}

.p-top__concept__item:nth-child(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-top__concept__item:nth-child(3) .c-textArea {
  margin-right: 7.5rem;
}

.p-top__concept__item:nth-child(2) {
  position: relative;
  z-index: 2;
}

.p-top__concept__item:nth-child(2)::before {
  position: absolute;
  top: -24%;
  right: -11%;
  content: "";
  width: 38%;
  height: 110%;
  background: url(../img/bg_palm.png) no-repeat center right/contain;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.p-top__concept__item:nth-child(3) {
  position: relative;
  z-index: 1;
}

.p-top__concept__item:nth-child(3)::before {
  position: absolute;
  top: -47%;
  left: -11%;
  content: "";
  width: 38%;
  height: 110%;
  background: url(../img/bg_palm.png) no-repeat center right/contain;
}

.p-top__concept__item:nth-child(4) {
  position: relative;
}

.p-top__concept__item:nth-child(4)::before {
  position: absolute;
  top: -32%;
  right: -11%;
  content: "";
  width: 38%;
  height: 110%;
  background: url(../img/bg_palm.png) no-repeat center right/contain;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.p-top__concept__item__img {
  width: calc(744 / 1377 * 100%);
}

.p-top__concept__item:nth-child(2) .p-top__concept__item__img {
  position: relative;
  padding-top: calc(231 / 743 * 100%);
}

.p-top__concept__item:nth-child(2) .p-top__concept__item__img .p-top__concept__item__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/concept01.jpg) no-repeat center right/cover;
}

.p-top__concept__item:nth-child(3) .p-top__concept__item__img {
  position: relative;
  padding-top: calc(223 / 743 * 100%);
}

.p-top__concept__item:nth-child(3) .p-top__concept__item__img .p-top__concept__item__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/concept02.jpg) no-repeat top right/cover;
}

.p-top__concept__item:nth-child(4) .p-top__concept__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2rem;
  margin-bottom: 5.5rem;
}

.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img01 {
  width: calc(400 / 744 * 100%);
  margin-right: 3.7rem;
}

.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img02 {
  width: calc(263 / 744 * 100%);
}

.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img01,
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img02 {
  position: relative;
}

.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img01::after,
.p-top__concept__item:nth-child(4) .p-top__concept__item__img .p-top__concept__item__img02::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset;
  box-shadow: 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset, 0 0 40px #fff inset;
}

.p-top__concept__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 2.7rem;
}

.p-top__concept__items:nth-last-child(2) {
  margin-bottom: 7.5rem;
}

.p-top__concept__item--small {
  width: calc(409 / 1377 * 100%);
}

.p-top__concept__item--small:first-child {
  margin-right: calc(160 / 1377 * 100%);
}

.p-top__concept__item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 2rem;
}

.p-top__concept__item__body .p-top__concept__item__img {
  width: calc(259 / 404 * 100%);
  margin-right: 0;
}



/*============================================
事業内容　SERVICE
============================================*/
.article {
  position: relative;
}

.pankuzu {
  position: absolute;
  top: 12rem;
  left: -5em;
  transform: rotateZ(90deg);
}

#thanks .pankuzu,
#contactpage .pankuzu {
  top: 11.6rem;
}

#pryvacy .pankuzu {
  top: 14.6rem;
  left: -7em;
}

.pankuzu li {
  float: left;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}

.pankuzu li~li:before {
  content: "＞";
  display: inline-block;
  margin: 0 0.5em;
}

.service_section {
  padding: 7.2rem 7% 0;
  overflow: hidden;
}

.service_section_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.h2Tag_2 {
  font-weight: bold;
  font-size: 2.4rem;
  border-left: 8px solid #202C68;
  padding-left: 1.4rem;
}

.h2Tag_2.is-noline {
  border: none;
  padding-left: 0;
  line-height: 1.5;
}

.pTag {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin: 1.6rem 0;
}

.service_boxs {
  margin-top: 1em;
}

#pryvacy .service_boxs {
  margin: 1em auto 0;
  width: 880px;
}

.servisebox {
  display: inline-block;
  border-bottom: 1px solid #E5E5E5;
  padding: 4rem 0;
  width: 100%;
}

.servisebox:last-of-type {
  border-bottom: none;
}

.servisebox img {
  float: right;
  padding-top: 4.5rem;
  padding-left: 4rem;
  width: 34rem;
}

.servisebox_ttl {
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.servisebox_txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 1.6rem;
}

#pryvacy .servisebox_txt {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

#pryvacy .servisebox_left ul {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

#pryvacy .servisebox_left ul li {
  list-style: disc;
  list-style-position: inside;
}

.service_flex {
  display: flex;
  margin-top: 6.4rem;
  gap: 4rem;
}


/*============================================
会社概要　ABOUT
============================================*/
.outlineBox {
  margin: 2em auto;
  line-height: 3.2rem;
  font-size: 2rem;
  font-weight: 500;
  max-width: 1100px;
}

.outlineBox dl {
  display: grid;
  grid-template-columns: 16% 84%;
}

.outlineBox dt {
  border-top: 1px solid #040404;
  padding: .8em;
}

.outlineBox dt:last-of-type {
  border-bottom: 1px solid #040404;
}

.outlineBox dd {
  border-top: 1px solid #040404;
  padding: .8em;
}

.outlineBox dd .kome {
  display: inline-block;
  font-size: 70%;
  line-height: 1.5;
}

.outlineBox dd.lh36 {
  line-height: 3.6;
}

.outlineBox dd:last-of-type {
  border-bottom: 1px solid #040404;
}

.greeting {
  margin-top: 1.6rem;
  display: flex;
  justify-content: space-between;
}

.greeting__img {
  width: 31%;
}

.greeting__right {
  width: 65%;
  width: 100%;
}

.greeting__text {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}

.greeting__name {
  text-align: right;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 2.8rem;
}

/*============================================
お問い合わせ　contact
============================================*/
.contact_pTag {
  text-align: center;
}

#formWrap {
  max-width: 1100px;
  margin: 7.2rem auto 0;
  line-height: 2.8rem;
  font-size: 1.6rem;
}

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

table.formTable th {
  width: 100%;
  display: block;
  text-align: left;
  padding-bottom: 0.4em;
  font-weight: 500;
}

table.formTable td {
  width: 100%;
  display: block;
  padding-bottom: 2em;
}

.contact_form {
  border: solid 1px #030404;
  padding: 1.4rem 1.6rem;
}

.contact_form::placeholder {
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #BCBCBC;
}

.wpcf7-radio label {
  display: block;
  line-height: 2;
  position: relative;
}

table.formTable td textarea {
  resize: vertical;
  min-height: 26rem;
}

.contact_text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.contact_text a {
  color: #0066C0;
  text-decoration: underline;
}

.check_box {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 2.4rem auto 7.2rem;
  position: relative;
}

.contact_btn {
  margin: 0 auto 7.2rem;
  position: relative;
  width: 340px;
  color: #FFFFFF;
  z-index: 1;
  transition: .3s;
  border: 2px solid #008E37;

}

.contact_btn:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  font-weight: normal;
  content: "\e917";
  position: absolute;
  font-size: 2rem;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.contact_btn:hover {
  color: #040404;
}

#thanks .service_section {
  padding-bottom: 7.2rem;
}

#thanks .btn01 {
  text-align: center;
}


@media only screen and (min-width: 1024px) {
  .top_servisebox {
    flex: 1 1 0;
    min-width: 0;
  }

  .top_servisebox img {
    width: 100%;
    height: auto;
    display: block;
  }

  .is-pc {
    display: block;
  }

  .is-tab {
    display: none;
  }

  .is-sp {
    display: none;
  }

  .not-sp {
    display: block;
  }

  .l-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    width: 83px;
    height: 100vh;
    border-bottom: none;
    border-left: 1px solid #E5E5E5;
    padding-bottom: 150px;
  }

  .l-header__menu-button {
    width: 100%;
    height: 83px;
  }

  .menu-button__inner {
    width: 4.6rem;
  }

  .menu-button__lineBlock {
    height: 2.4rem;
  }

  .menu-button__line {
    height: 2px;
  }

  .menu-button__line.is-04 {
    -webkit-transform: translateY(11px) rotate(-45deg) scale(0, 1);
    transform: translateY(11px) rotate(-45deg) scale(0, 1);
  }

  .menu-button__line.is-05 {
    -webkit-transform: translateY(-11px) rotate(45deg) scale(0, 1);
    transform: translateY(-11px) rotate(45deg) scale(0, 1);
  }

  .l-header.is-menuopen .menu-button__line.is-04 {
    -webkit-transform: translateY(11px) rotate(-45deg) scale(1, 1);
    transform: translateY(11px) rotate(-45deg) scale(1, 1);
  }

  .l-header.is-menuopen .menu-button__line.is-05 {
    -webkit-transform: translateY(-11px) rotate(45deg) scale(1, 1);
    transform: translateY(-11px) rotate(45deg) scale(1, 1);
  }

  .l-header__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 83px;
    margin-bottom: 3em;
  }

  .l-header__logo {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .l-header__logo a {
    margin-right: 27px;
    width: fit-content;
    text-align: left;
  }

  .l-header__contact {
    position: absolute;
    bottom: 10%;
    left: 52%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* お問い合わせページのみ、reCAPTCHA バッジと重ならないよう上へずらす */
  body#contact .l-header__contact {
    bottom: 18%;
  }

  .l-header__contact__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.6;
    padding: 8px 0;
    writing-mode: vertical-rl;
    font-weight: bold;
    position: relative;
  }

  .l-header__contact__items::before {
    content: "";
    position: absolute;
    bottom: -120px;
    left: 42%;
    width: 1px;
    height: 110%;
    background: #d4d4d4;
  }

  .l-header__contact__items::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: 42%;
    width: 1px;
    height: 110%;
    background-color: #000;
    animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
  }

  @keyframes sdl {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }

    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }

    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }

    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }

  .l-header__contact__items .l-header__contact__item:nth-child(3) {
    display: block;
    margin-top: 16px;
  }

  .l-header__contact__items .l-header__contact__item:nth-child(3) a {
    margin-top: 0;
  }

  .l-header__contact__items .l-header__contact__item:nth-child(3) a img {
    width: 62%;
  }

  .l-header__nav {
    top: 0;
    right: -120%;
    width: 430px;
    height: 100vh;
  }

  .l-header.is-menuopen .l-header__nav {
    top: 0;
    right: 83px;
  }

  .l-header.is-menuopen .l-header__nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4rem 4rem 4rem 8rem;
  }

  .l-header.is-menuopen .l-header__nav ul li+li {
    margin-top: 7vh;
  }

  .l-scroll {
    padding-right: 83px;
    margin-top: 0;
    overflow: hidden;
  }

  .p-top__mv {
    height: 100vh;
  }

  .p-top__concept__item--small {
    min-width: 409px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .is-pc {
    display: none;
  }

  .p-top__mv__logo {
    display: none;
  }

  .is-tab {
    display: block;
  }

  .is-sp {
    display: none;
  }

  .not-sp {
    display: block;
  }

  html {
    font-size: 56.25%;
  }

  .slide-wrapper {
    height: calc(100vh - 60px);
  }

  .slide__img:nth-of-type(2) {
    background-position: bottom right 15%;
  }

  .slide__img:nth-of-type(3) {
    background-position: center right 25%;
  }

  .p-top__mv__body__img img {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
    position: relative;
    left: -1.2rem;
  }

  .p-top__mv__body {
    width: 82%;
    max-width: 800px;
  }

  .p-top__concept__item:nth-child(3) .c-textArea {
    margin-right: 2.7rem;
  }

  .p-top__concept__item--small {
    width: calc(635 / 1377 * 100%);
  }

  .top_service_boxs {
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    min-width: 768px;
    row-gap: 3em;
  }

  .top_servisebox img {
    width: 34rem;
  }

  .l-header {
    flex-direction: row;
  }

  .l-header__contact {
    display: none !important;
  }

  .l-header__logo {
    margin-left: 5%;
    writing-mode: horizontal-tb;
  }

  .l-header__nav {
    height: 100%;
  }

  .l-header.is-menuopen .l-header__nav {
    top: 0;
  }

  .l-header.is-menuopen .l-header__nav ul {
    padding: 9em;
  }

  .l-header.is-menuopen .l-header__menu-button {
    background: #FFFFFF;
  }

  .l-header.is-menuopen .menu-button__line {
    background-color: #040404;
  }

  #pryvacy .service_boxs {
    width: 100%;
  }
}

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

  .p-top__mv__logo {
    display: none;
  }

  .is-tab {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .not-sp {
    display: none;
  }

  .l-header {
    flex-direction: row;
  }

  .l-header__logo {
    margin-left: 5%;
    writing-mode: horizontal-tb;
    font-size: 2rem;
    letter-spacing: 0.15em;
  }

  .l-header__logo span {
    letter-spacing: 0;
  }

  .l-header.is-menuopen .l-header__nav {
    top: 0;
    height: 100%;
  }

  .l-header__nav .l-header__nav__link {
    font-size: 2.4rem;
  }

  .l-header__nav .l-header__nav__link span {
    font-size: 1.4rem;
  }

  .l-header.is-menuopen .l-header__nav ul {
    padding: 6em 25%;
  }

  .l-header.is-menuopen .l-header__menu-button {
    background: #FFFFFF;
  }

  .l-header.is-menuopen .menu-button__line {
    background-color: #040404;
  }

  .l-header__contact {
    display: none !important;
  }

  .l-footer {
    padding: 4rem 0 3.2rem;
  }

  .l-footer__logoText .small {
    font-size: 1.2rem;
  }

  .l-footer__body {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
  }

  .l-footer__textArea__contact p {
    position: inherit;
    text-align: left;
    margin-top: .8em;
  }

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

  .l-footer__addressLabel {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .l-footer__addressBuilding {
    display: block;
  }

  .l-footer__menu {
    width: 100%;
    margin: 4rem auto 8rem;
  }

  .l-footer__menu ul {
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem 4rem;
    justify-content: flex-start;
  }

  .l-footer__menu ul li {
    text-align: left;
  }

  .l-footer__menu ul li a {
    font-size: 1.8rem;
  }

  .l-footer__logo {
    width: auto;
    min-width: 0;
    margin: 0;
    text-align: left;
  }

  .l-footer__textArea {
    display: block;
  }

  .l-footer__textArea__contact {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .l-footer__textArea__contact a {
    font-size: inherit;
  }

  .l-footer__telfax .fax {
    margin-left: 0;
    display: block;
    margin-top: .4em;
  }

  .l-footer__textArea__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-footer__textArea__text p {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
  }

  .l-footer__textArea__text p:first-child {
    margin-right: 1.2rem;
  }

  .copyright {
    font-size: 1.25rem;
  }

  .l-section:nth-child(1) {
    padding: 10.8rem 0 6rem;
  }

  .l-section:nth-child(2) {
    padding: 6rem 0 4.5rem;
  }

  .p-summary__outline .l-container {
    width: 90.7%;
  }

  .p-top__concept__intro .c-title--yellow {
    font-size: 2.25rem;
    letter-spacing: 0.03em;
  }

  .p-top__concept__item .c-title--yellow span,
  .p-top__concept__item--small .c-title--yellow span {
    line-height: 1.6279069767;
  }

  .c-title--en img {
    width: 74%;
  }

  .p-summary__division .c-title--en img {
    position: relative;
    left: 7%;
  }

  .p-summary__map .c-title--en img {
    position: relative;
    left: 9%;
  }

  .p-summary__outline .c-title--en img {
    width: 100%;
  }

  .c-title--double {
    margin-bottom: 3.7rem;
  }

  .p-summary__map .c-title--double {
    margin-right: 0;
    margin-bottom: 4rem;
  }

  .p-summary__map .c-title--double .c-title--en img {
    width: 45.4%;
  }

  .c-title--ja {
    width: 64px;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }

  .p-summary__map .c-title--double .c-title--ja {
    width: 88px;
  }

  .c-title--double.-line {
    width: 100%;
    margin-bottom: 3.7rem;
  }

  .c-title--double.-line::after {
    right: 50%;
    -webkit-transform: translateX(48%);
    transform: translateX(48%);
  }

  .c-title--double.-line .c-title--en {
    width: 62.6%;
  }

  .c-title--double.-line .c-title--ja {
    width: 84px;
    margin-right: 0;
    letter-spacing: 0.3em;
  }

  .p-summary__outline__body {
    width: 94.7%;
    margin: 0 auto;
  }

  .c-text {
    font-size: 1.55rem;
    letter-spacing: 0.04em;
    line-height: calc(56 / 31);
  }

  .p-top__concept__intro .c-text {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: calc(63 / 32);
    margin-bottom: 1.3rem;
  }

  .p-top__concept__item__body .c-text {
    width: 100%;
  }

  .c-textArea {
    margin: 0;
  }

  /* #service .slide__img {
    background-position: bottom right -5em;
  } */

  .p-top__mv {
    height: 70vh;
  }

  .p-top__mv>p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .slide-wrapper {
    height: 70vh;
  }

  #top .slide__img:nth-of-type(1) {
    background-image: url(../img/first-view01_pc.png) !important;
  }

  .slide__img:nth-of-type(2) {
    background-image: url(../img/first-view02_pc.jpg) !important;
    background-position: center right;
  }

  .slide__img:nth-of-type(3) {
    background-image: url(../img/first-view03_pc.jpg) !important;
    background-position: top 50% right;
    color: #fff;
  }

  #service .p-top__mv,
  #about .p-top__mv,
  #thanks .p-top__mv,
  #contactpage .p-top__mv {
    height: 60vh;
  }

  #service .slide-wrapper,
  #about .slide-wrapper,
  #thanks .slide-wrapper,
  #contactpage .slide-wrapper {
    height: 60vh;
  }

  .slide__img__title {
    font-size: 5.4rem;
    top: 30%;
    left: 5%;
  }

  #top .slide__img__title {
    font-size: 5.2rem;
  }

  .p-top__mv__body {
    width: 90%;
    top: 77%;
    left: 5%;
  }

  #top .p-top__mv__body {
    width: 90%;
    top: 35%;
    left: 5%;
  }

  .p-top__mv__body__img {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    text-align: center;
  }

  .p-top__mv__body__img img {
    width: 100%;
    max-width: 316px;
  }

  .p-top__mv__body__title {
    font-size: 1.8rem;
    margin-left: 0;
    line-height: 1.4;
  }

  .p-top__mv__bg--shadow {
    height: 136px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(77%, #000), to(transparent));
    background: linear-gradient(bottom, #000, #000 77%, transparent);
    opacity: 1;
  }

  .p-top__news {
    /*height: 20.5rem;*/
  }

  .p-top__news__inner {
    width: 86.7%;
    padding: 2.5rem 0;
  }

  .p-top__news__item dl {
    display: block;
    font-size: 1.5rem;
    padding: 1rem 0;
  }

  .p-top__news__item dl dt {
    margin-bottom: 0.4em;
  }

  .p-top__news__item dl dd {
    line-height: calc(40 / 30);
  }

  .p-top__concept {
    padding: 4rem 8% 8rem;
    overflow: hidden;
    border-bottom: 1px solid #E5E5E5;
  }

  .p-top__concept__ttlbox {
    position: static;
    margin-bottom: 4rem;
  }

  .h2Tag {
    font-size: 1.6rem;
  }

  .h2Tag span {
    font-size: 2.6rem;
  }

  .h2Tag_subttl {
    font-size: 2.8rem;
    line-height: 4.8rem;
    margin: 2rem 0 4rem;
  }

  .h2Tag_bg {
    font-size: 6.5rem;
    writing-mode: vertical-rl;
    bottom: inherit;
    top: -3rem;
    right: -11%;
    text-align: left;
  }

  .p-top__concept__intro__inner {
    left: 0;
    overflow: inherit;
  }

  #about .p-top__concept__intro__inner,
  #contact .p-top__concept__intro__inner {
    left: 0;
    overflow: inherit;
    padding: 0 8%;
  }

  .top_service_boxs {
    width: 100%;
    flex-flow: wrap;
    justify-content: space-evenly;
    gap: 0;
  }

  .top_servisebox {
    margin: 1em 0;
  }

  .top_servisebox_inner {
    bottom: 4rem;
  }

  /* 450px以上は固定値・450px以下はvwで縮小（番号との重なり防止） */
  .top_servisebox_ttl {
    font-size: clamp(1.7rem, 4.9vw, 2.2rem);
  }

  .top_servisebox_txt {
    font-size: clamp(1.05rem, 3.1vw, 1.4rem);
  }

  .btn01 {
    margin-top: 4rem;
  }

  .btn01 a {
    min-width: 264px;

  }

  .p-top__about {
    padding: 8rem 0;
    border-bottom: 1px solid #E5E5E5;
    background: none;
  }

  .top_about_bgi img {
    width: 100%;
  }

  .p-top__about__inner {
    max-width: 100%;
  }

  /* お客様の声セクション 非表示中の暫定余白（.p-top__voice の padding 8rem 相当・公開時に削除） */
  .p-top__about__overlay {
    margin-top: 8rem;
  }
  .p-top__about {
    padding-top: 0 !important;
  }

  .top_about_left {
    width: 100%;
    padding: 8% 8% 0;
  }

  .top_about_txt,
  .top_contact_txt {
    width: 100%;
    font-size: 2rem;
    line-height: 3.6rem;
  }

  .top_about_bs_hour,
  .top_about_time {
    font-size: 2rem;
  }

  .pankuzu {
    transform: none;
    top: 1em;
    left: 8%;
  }

  #contactpage .pankuzu,
  #thanks .pankuzu,
  #pryvacy .pankuzu {
    transform: none;
    top: 1em;
    left: 8%;
  }

  #pryvacy .service_boxs {
    width: 100%;
  }

  #pryvacy .servisebox {
    padding: 3rem 0;
  }

  #pryvacy .servisebox_ttl {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .service_section {
    padding: 6rem 8% 0;
  }

  .h2Tag_2 {
    font-size: 2rem;
  }

  .servisebox img {
    float: none;
    padding-top: 0;
    padding-left: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .servisebox_ttl {
    margin-top: 1em;
  }

  .service_flex {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }

  .service_flexImg img {
    width: 100%;
  }

  .outlineBox {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .outlineBox dl {
    grid-template-columns: 30% 70%;
  }

  .outlineBox dt {
    font-size: 1.4rem;
  }

  .outlineBox dd {
    font-size: 1.3rem;
  }

  .greeting {
    flex-direction: column;
    gap: 2rem;
  }

  .greeting__img {
    width: 100%;
  }

  .greeting__img img {
    width: 100%;
  }

  .greeting__right {
    width: 100%;
  }

  .greeting__text {
    font-size: 1.5rem;
  }

  .greeting__name {
    font-size: 1.8rem;
  }

  .contact_pTag {
    text-align: left;
  }

  #formWrap {
    margin-top: 4rem;
  }

  .table.formTable td {
    padding-bottom: 1em;
  }

  .contact_form {
    padding: 1.2rem 1rem;
  }

  table.formTable td textarea {
    min-height: 20rem;
  }

  .contact_text {
    text-align: left;
  }

  .check_box {
    text-align: left;
  }

  .contact_btn {
    width: 264px;
  }

  #service .slide__img__title,
  #contactpage .slide__img__title,
  #thanks .slide__img__title,
  #about .slide__img__title {
    font-size: 3.6rem;
    text-shadow: 2px 2px 10px #04040466, -2px 2px 10px #04040466;

  }

  /* #service .slide__img__title {
		text-shadow: 2px 2px 10px #040404, -2px 2px 10px #040404;
	} */

  .slide__img__title span {
    font-size: 2.2rem;
  }

  .p-top__concept__logo {
    width: 88.7%;
    min-width: 200px;
    margin: 0 auto 2.7rem;
  }

  .p-top__concept__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin: 0 2.5rem 0 4rem;
  }

  .p-top__concept__item:nth-child(2) .c-textArea {
    width: 100%;
  }

  .p-top__concept__item:nth-child(2),
  .p-top__concept__item:nth-child(3) {
    margin-bottom: 3.8rem;
  }

  .p-top__concept__item:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p-top__concept__item:nth-child(3) .c-textArea {
    margin-right: 0;
  }

  .p-top__concept__item:nth-child(2)::before {
    top: -49%;
    right: -31%;
    width: 88%;
  }

  .p-top__concept__item:nth-child(3)::before {
    content: none;
  }

  .p-top__concept__item:nth-child(3)::after {
    position: absolute;
    top: -32%;
    right: -31%;
    content: "";
    width: 88%;
    height: 81%;
    background: url(../img/bg_palm.png) no-repeat center right/contain;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .p-top__concept__item:nth-child(4)::before {
    top: -48%;
    right: -31%;
    width: 88%;
  }

  .p-top__concept__item__img {
    width: calc(100vw - 5.5rem);
    margin-top: 1.4rem;
  }

  .p-top__concept__item:nth-child(2) .p-top__concept__item__img {
    padding-top: calc(460 / 670 * 100%);
  }

  .p-top__concept__item:nth-child(3) .p-top__concept__item__img {
    padding-top: calc(460 / 667 * 100%);
  }

  .p-top__concept__item:nth-child(3) .p-top__concept__item__img {
    margin-left: -4rem;
  }

  .p-top__concept__item:nth-child(4) .p-top__concept__item__img {
    margin-left: 0;
  }

  .p-top__concept__items {
    display: block;
    margin: 0 4rem;
  }

  .p-top__concept__items:nth-last-child(2) {
    margin-bottom: 0;
  }

  .p-top__concept__item--small {
    width: 100%;
    margin-bottom: 5rem;
  }

  .p-top__concept__items:last-child .p-top__concept__item--small:last-child {
    margin-bottom: 0;
  }

  .p-top__concept__item__body {
    display: block;
  }

  .p-top__concept__item__body .p-top__concept__item__img {
    width: 100%;
  }
  .top_servisebox_number{
    font-size: clamp(5rem, 16.7vw, 7.5rem);
    top: 4rem;
  }
}

@media screen and (max-width: 375px) {

  .p-top__mv {
    height: 60vh;
  }

  .slide-wrapper {
    height: 60vh;
  }

  .slide__img__title {
    top: 32%;
  }

  .p-top__mv__body {
    top: 90%;
  }

  .l-header__contact__items .l-header__contact__item:nth-child(1) a,
  .l-header__contact__items .l-header__contact__item:nth-child(2) a {
    font-size: 11px;
    padding: 16px 8px;
  }

  .l-header__contact__items .l-header__contact__item:nth-child(3) {
    width: 41px;
  }

  .l-header__contact__items .l-header__contact__item:nth-child(3) a img {
    width: 53%;
  }

  .top_servisebox_number{
    top: 3rem;
  }
}

@media screen and (min-width: 321px) {
  .copyright small br {
    display: none;
  }
}

@media screen and (max-width: 370px) {

  .p-top__mv>p,
  .p-top__mv__body__title.is-sp {
    font-size: 4.7vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1200px) {
  .p-top__concept__item--small:first-child {
    margin-right: calc(100 / 1377 * 100%);
  }
}

/* ===============================================
  CONTACT（お問い合わせ・ご相談）— 共通パーツ（fv.css から移設）
  front-page / page-corporation 等で共通利用
=============================================== */
.p-top__cta {
  padding: 120px 0;
  text-align: center;
}

.p-top__cta__inner {
  width: 100%;
  max-width: 40.6rem; /* 406px */
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-top__cta__lead {
  margin-top: 3.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-top__cta__btn {
  margin-top: 3.2rem;
}

.ctaBtn {
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.2em;
  font-size: 2rem;
  color: #ffffff;
  text-decoration: none;
  background: #00aad9;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s;
}

.ctaBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  /* カンプ: 白地の上に虹色グラデを透過0.2で重ねた淡い虹色 */
  background:
    linear-gradient(90deg,
      rgba(255, 157, 157, 0.2) 0%,
      rgba(255, 212, 142, 0.2) 16%,
      rgba(252, 241, 137, 0.2) 32%,
      rgba(176, 255, 170, 0.2) 50%,
      rgba(162, 255, 252, 0.2) 66%,
      rgba(164, 199, 254, 0.2) 82%,
      rgba(241, 161, 255, 0.2) 100%),
    #ffffff;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s ease;
}

.ctaBtn::after {
  /* 他ボタン（.btn01）と同じ icomoon の矢印に統一 */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  font-weight: normal;
  content: "\e917";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}

.ctaBtn:hover {
  color: rgba(0, 57, 92, 0.4); /* 文字・アイコンを透過0.4 */
}

.ctaBtn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.p-top__cta__hourLabel {
  margin-top: 3.2rem;
  font-size: 1.8rem;
}

.p-top__cta__hour {
  margin-top: 1.6rem;
  font-size: 2.4rem;
}

/* ===============================================
  下層ページ（なないろ）FV / 小見出し / 縦書きパンくず — Figma実装
=============================================== */
.p-lower__mv {
  position: relative;
}

.p-lower__mvBack img{
  width: 100%;
  height: auto;
  display: block;
}


/* .p-lower__mv.is-corporation::before {
  background-image: url(../img/lower/mv_corporation.jpg);
}

.p-lower__mv.is-recruit::before {
  background-image: url(../img/lower/mv_recruit.jpg);
}

.p-lower__mv.is-voice::before {
  background-image: url(../img/lower/mv_voice.jpg);
}

.p-lower__mv.is-business::before {
  background-image: url(../img/lower/mv_business.jpg);
}

.p-lower__mv.is-contact::before {
  background-image: url(../img/lower/mv_contact.jpg);
} */

.p-lower__mvTtl {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  padding: 1.2rem 100px;
  color: #fff;
}

.p-lower__mvTtl span{
  position: relative;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 7.2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  white-space: nowrap;
}

.p-lower__mvTtl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00395c;
  mix-blend-mode: multiply;
}

/* 下層コンテンツのラッパー（縦書きパンくずの基準） */
.p-lower__main {
  position: relative;
}

/* 縦書きパンくず（PCのみ・左端に回転配置） */
.p-lower__pankuzu {
  position: absolute;
  top: 6rem;
  left: 2.8%;
  transform: rotate(90deg);
  transform-origin: left top;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #040404;
  z-index: 1;
}

.p-lower__pankuzu a {
  color: inherit;
  text-decoration: none;
}

.p-lower__pankuzu a:hover {
  text-decoration: underline;
}

/* 小見出し（代表挨拶 / 会社概要）— cyanバー＋太字 */
.p-lower__ttl {
  position: relative;
  padding-left: 2.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
}

.p-lower__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 100%;
  background: #00aad9;
}

/* 代表写真プレースホルダ（実画像差し替え時はこのボックスを置換） */
.greeting__placeholder {
  width: 100%;
  aspect-ratio: 376 / 280;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #d9d9d9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #040404;
}

/* ===============================================
  リクルート：メッセージボックス（虹色グラデ枠）— Figma実装
=============================================== */
.p-recruit__msg {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4px; /* 虹色グラデの枠線幅 */
}

.p-recruit__msg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(101.98deg,
    #ff9d9d 0%,
    #ffd48e 16%,
    #fcf189 32%,
    #b0ffaa 50%,
    #a2fffc 66%,
    #a4c7fe 82%,
    #f1a1ff 100%);
  opacity: 0.5;
}

.p-recruit__msgInner {
  background: #fff;
  padding: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #00395c;
}

.p-recruit__msgLead {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}

.p-recruit__msgDivider {
  height: 1px;
  margin: 2.4rem 0;
  background: #c4c4c4;
}

.p-recruit__msgText {
  font-size: 1.6rem;
  line-height: 1.75;
}

/* 募集要項リスト：cyanブレット・補助テキスト */
.outlineBox .dotList p {
  margin: 0;
}

.bullet {
  color: #00aad9;
}

.sqBullet::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.6em;
  background: #00aad9;
  vertical-align: middle;
}

.outlineBox .subNote {
  font-size: 70%;
}

/* 勤務地：オフィス名（■）の下の住所行を、名前テキストに揃えてインデント */
.p-recruit__office {
  padding-left: 2.4rem;
  text-indent: -2.4rem;
}

/* 語中改行を防ぐ（住所・注記などをひとまとまりで折り返す） */
.u-ib {
  display: inline-block;
  text-indent: 0; /* 親のハンギングインデント(text-indent)を継承して重なるのを防ぐ */
}

/* ===============================================
  事業内容（page-business）— Figma実装
=============================================== */
/* サービス3項目：本文を16pxに（旧アクロワン .servisebox を流用、business のみ調整） */
#service .servisebox_ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#service .servisebox_txt {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

/* 主な対応建機・対象設備、および手続き */
.p-business__spec {
  max-width: 1100px;
  margin: 3.2rem auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-business__specTtl {
  font-size: 2rem;
  font-weight: 500;
}

.p-business__specList {
  margin-top: 1.2rem;
  padding-left: 2.2rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.p-business__specList li {
  position: relative;
}

.p-business__specList li::before {
  content: "・";
  position: absolute;
  left: -2.2rem;
  color: #00aad9;
}

.p-business__specList li.is-note::before {
  content: none;
}

.p-business__note {
  max-width: 724px;
  margin: 3.2rem 0 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

/* ===============================================
  お問い合わせ（page-contact / CF7）— Figma実装
=============================================== */
/* CTAが無いページなので、フォーム下にフッターとの余白を確保 */
#contact01 {
  padding-bottom: 12rem;
}

.p-contact__lead {
  max-width: 1100px;
  margin: 0 auto 4.8rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.p-form {
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-form__row {
  margin-bottom: 3.2rem;
}

.p-form__label {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #040404;
}

.p-form__req {
  margin-left: 0.2em;
}

.p-form__note {
  margin-left: 0.8em;
  font-size: 1.2rem;
  color: #777777;
}

.p-form input.p-form__input,
.p-form textarea.p-form__textarea {
  width: 100%;
  padding: 1.4rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #040404;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
}

.p-form input.p-form__input::placeholder,
.p-form textarea.p-form__textarea::placeholder {
  font-size: 1.4rem;
  color: #bcbcbc;
}

.p-form textarea.p-form__textarea {
  min-height: 22rem;
  resize: vertical;
}

/* ラジオ（お問い合わせの種類） */
.p-form__radios .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-form__radios .wpcf7-list-item-label {
  margin-left: 0.6rem;
}

.p-form__radios label {
  display: flex;
  align-items: center;
  line-height: 2.2;
  font-size: 1.6rem;
  cursor: pointer;
}

/* プライバシーポリシー同意 */
.p-form__agree {
  margin-top: 4rem;
  text-align: center;
}

.p-form__agreeLead {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.p-form__agreeLead a {
  color: #0066c0;
  text-decoration: underline;
}

.p-form__agree .wpcf7-acceptance {
  display: inline-block;
  margin-top: 2.4rem;
  font-size: 1.6rem;
  cursor: pointer;
}

/* 送信ボタン（シアン＋矢印） */
.p-form__btn {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 4rem auto 0;
}

.p-form input.p-form__submit {
  width: 100%;
  height: 60px;
  padding: 0 3.2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  color: #fff;
  background: #00aad9;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}

.p-form input.p-form__submit:hover {
  opacity: 0.85;
}

.wpcf7-spinner {
  display: none !important;
}

.p-form__btn::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  font-weight: normal;
  content: "\e917";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  color: #fff;
  transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-contact__lead {
    text-align: left;
    font-size: 1.5rem;
  }

  .p-form input.p-form__submit {
    font-size: 1.8rem;
  }

  #contact01 {
    padding-bottom: 8rem;
  }
}

/* ===============================================
  お問い合わせ完了（page-contact_thanks）
=============================================== */
/* CTAが無いページなので、フッターとの余白を確保 */
#thanks01 {
  padding-bottom: 12rem;
}

.p-thanks {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 2rem 0;
}

.p-thanks__en {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #00aad9;
}

.p-thanks__lead {
  margin-top: 1.2rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-thanks__text {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 2;
}

.p-thanks .btn01 {
  margin-top: 4.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-thanks__lead {
    font-size: 2.2rem;
  }

  .p-thanks__text {
    font-size: 1.5rem;
  }

  #thanks01 {
    padding-bottom: 8rem;
  }
}

/* ===============================================
  お客様の声 一覧（archive-voice）— Figma実装
=============================================== */
/* カテゴリーフィルタ（業種＝単一選択ボタン／支援内容＝複数選択チェックボックス） */
.p-voiceFilter {
  max-width: 1100px;
  margin: 0 auto 9.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* 見出しバー（業種） */
.p-voiceFilter__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.2rem;
  padding: 0.6rem 1.6rem;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #fff;
  background: #00aad9;
}

/* 選択肢パネル */
.p-voiceFilter__body {
  margin-top: 0.8rem;
  padding: 3.2rem 2.4rem 3.3rem;
  background: rgba(0, 170, 217, 0.08);
}

/* 業種：4列 × 2段のボタン（ラジオ＝単一選択） */
.p-voiceFilter__industry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem 1.7rem;
}

.p-voiceFilter__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.6rem;
  padding: 1rem 1.2rem;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #00395c;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 0 5px 0 rgba(0, 57, 92, 0.15);
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* ボタン型なので、ベースの [type=radio]+span の丸印は消す（input は非表示のまま） */
.p-voiceFilter__btn span {
  margin: 0;
  padding: 0;
}

.p-voiceFilter__btn span::before,
.p-voiceFilter__btn span::after {
  content: none;
}

.p-voiceFilter__btn:hover {
  background: #00507f;
}

.p-voiceFilter__btn:has(input:focus-visible) {
  outline: 2px solid #00aad9;
  outline-offset: 2px;
}

.p-voiceFilter__btn:has(input:checked) {
  background: #00aad9;
  box-shadow: 0 5px 0 rgba(0, 170, 217, 0.2);
}

/* 支援内容 見出し（左右に罫線） */
.p-voiceFilter__subTtl {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin: 3.3rem 0 2.3rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #040404;
  white-space: nowrap;
}

.p-voiceFilter__subTtl::before,
.p-voiceFilter__subTtl::after {
  content: "";
  flex: 1 1 auto;
  height: 2px;
  background: rgba(0, 57, 92, 0.2);
}

/* 支援内容：4列 × 2段のチェックボックス（複数選択） */
.p-voiceFilter__support {
  display: grid;
  grid-template-columns: 19rem 23rem 27rem auto;
  justify-content: center;
  row-gap: 1.2rem;
}

/* ベースの [type=checkbox]+span パターンを踏襲し、見た目だけ上書き */
.p-voiceFilter__check {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.9rem;
  font-size: 2rem;
  line-height: 1.3;
  color: #040404;
  cursor: pointer;
}

.p-voiceFilter__check span {
  margin: 0;
  padding-left: 3rem;
}

.p-voiceFilter__check span::before {
  width: 2.2rem;
  height: 2.2rem;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.p-voiceFilter__check span::after {
  left: 0.5rem;
  width: 1.2rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.p-voiceFilter__check input:checked + span::before {
  background: #00aad9;
  border-color: #00aad9;
}

.p-voiceFilter__check input:focus-visible + span::before {
  outline: 2px solid #00aad9;
  outline-offset: 2px;
}

/* カード一覧（3列グリッド） */
.p-voiceList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 4rem;
  max-width: 1100px;
  margin: 0 auto;
}

/* ===============================================
  voiceCard（お客様の声カード）— fv.css から移設・トップ/一覧で共用
=============================================== */
/* カードをリンク化（お客様の声 詳細へ） */
.voiceCard__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.voiceCard__link:hover {
  opacity: 0.8;
}

.voiceCard {
  position: relative;
  width: 100%;
  padding-bottom: 1.6rem;
  background: #ffffff;
  box-shadow: 4px 4px 4px rgba(24, 31, 77, 0.15);
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* 上部の虹色グラデーションバー */
.voiceCard::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(
    90deg,
    #ff9d9d 0%,
    #ffd48e 16%,
    #fcf189 32%,
    #b0ffaa 50%,
    #a2fffc 66%,
    #a4c7fe 82%,
    #f1a1ff 100%
  );
  opacity: 0.5;
}
/* 下部の虹色グラデーションバー（カード下端に固定） */
.voiceCard::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    #ff9d9d 0%,
    #ffd48e 16%,
    #fcf189 32%,
    #b0ffaa 50%,
    #a2fffc 66%,
    #a4c7fe 82%,
    #f1a1ff 100%
  );
  opacity: 0.5;
}

.voiceCard__head {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  margin: 0 1.5rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #c4c4c4;
}

.voiceCard__date {
  font-size: 1.4rem;
  color: #000000;
  white-space: nowrap;
}

.voiceCard__company {
  font-size: 1.4rem;
}

.voiceCard__support {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 1.5rem 0;
}

.voiceCard__label {
  flex-shrink: 0;
  display: inline-block;
  padding: 0.3em 0.8em;
  font-size: 1.4rem;
  color: #ffffff;
  background: #00aad9;
}

.voiceCard__supportTxt {
  font-size: 1.6rem;
  line-height: 1.3;
}

/* サムネイル（プレースホルダー） */
.voiceCard__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.2rem 0;
  aspect-ratio: 340 / 179;
  background: #d9d9d9;
  text-align: center;
}

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

.voiceCard__text {
  padding: 0 1.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

/* サムネイル未登録時のプレースホルダー（NANAIRO） */
.voiceCard__thumb.is-noimage {
  background: rgba(86, 120, 129, 0.05);
}

.voiceCard__thumb.is-noimage::after {
  content: "NANAIRO";
  font-family: "Avenir", sans-serif;
  font-size: 6.4rem;
  line-height: 1;
  opacity: 0.5;
  background: linear-gradient(
    90deg,
    #ffbbbb 0%,
    #ffd48e 16%,
    #fff384 32%,
    #b0ffaa 50%,
    #a2fffc 66%,
    #a4c7fe 82%,
    #f1a1ff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* 一覧ページのカード文字サイズ（Figma：一覧のみ日付16px／社名18px） */
.p-voiceList .voiceCard__date {
  font-size: 1.6rem;
}

.p-voiceList .voiceCard__company {
  font-size: 1.8rem;
}

.p-voiceList .voiceCard__supportTxt {
  font-size: 1.4rem;
}

/* ページネーション（静的） */
.p-voicePager {
  margin-top: 6.4rem;
}

.p-voicePager ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
}

.p-voicePager a,
.p-voicePager span {
  color: #00395c;
  text-decoration: none;
}

.p-voicePager .is-current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #fff;
  background: #00395c;
}

/* ===============================================
  お客様の声 詳細（single-voice）— Figma実装
=============================================== */
/* コンパクトFV（帯のみ・上部にグラデ） */
.p-lower__mv.is-compact {
  height: auto;
  min-height: 0;
  align-items: flex-start;
  padding-top: 10rem;
}

.p-voiceSingle {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-voiceSingle__date {
  font-size: 1.4rem;
  color: #000;
}

.p-voiceSingle__title {
  position: relative;
  margin-top: 0.8rem;
  padding-bottom: 1.6rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}

/* 虹色の下線（voiceCard と同じグラデ） */
.p-voiceSingle__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    #ff9d9d 0%,
    #ffd48e 16%,
    #fcf189 32%,
    #b0ffaa 50%,
    #a2fffc 66%,
    #a4c7fe 82%,
    #f1a1ff 100%
  );
  opacity: 0.5;
}

/* メイン画像（水色の太枠） */
.p-voiceSingle__mainImg {
  max-width: 62rem;
  margin: 5.2rem auto 4rem;
  border: 8px solid rgba(0, 170, 217, 0.2);
  background: rgba(86, 120, 129, 0.05);
}

.p-voiceSingle__mainImg img {
  display: block;
  width: 100%;
  height: auto;
}

/* 画像未登録時のプレースホルダー（NANAIRO） */
.p-voiceSingle__mainImg.is-noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 604 / 435;
}

.p-voiceSingle__mainImg.is-noimage::after {
  content: "NANAIRO";
  font-family: "Avenir", sans-serif;
  font-size: 10rem;
  line-height: 1;
  opacity: 0.5;
  background: linear-gradient(
    90deg,
    #ffbbbb 0%,
    #ffd48e 16%,
    #fff384 32%,
    #b0ffaa 50%,
    #a2fffc 66%,
    #a4c7fe 82%,
    #f1a1ff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* 基本情報（社名〜対応期間）：水色ボックス・3列 × 2段 */
.p-voiceMeta {
  display: grid;
  grid-template-columns: 24.4rem 26.4rem auto;
  gap: 1.5rem 0;
  max-width: 96rem;
  margin: 0 auto;
  padding: 1.8rem 7.2rem;
  background: rgba(0, 170, 217, 0.08);
}

.p-voiceMeta__item {
  display: flex;
  align-items: baseline;
  line-height: 1.3;
}

.p-voiceMeta__label {
  flex-shrink: 0;
  margin: 0;
  font-weight: 700;
  font-size: 1.6rem;
  color: #00aad9;
}

.p-voiceMeta__value {
  margin: 0;
  font-size: 1.4rem;
}

/* 詳細項目（活用した制度〜成果・現在の状況） */
.p-voiceDetail {
  max-width: 1100px;
  margin: 5.6rem auto 0;
  padding: 0 5.8rem;
}

.p-voiceDetail__item + .p-voiceDetail__item {
  margin-top: 3.2rem;
}

.p-voiceDetail__label {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
}

.p-voiceDetail__value {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.625;
}

/* 「・」の分だけぶら下げインデント（折り返しを本文に揃える） */
.p-voiceDetail__value p {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}

/* 戻る／次へ */
.p-voiceSingle__pager {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-top: 4.8rem;
  font-size: 1.6rem;
}

.p-voiceSingle__pager a {
  color: #00395c;
  text-decoration: none;
}

/* 関連するお客様の声 */
.p-voiceRelated {
  margin-top: 8rem;
}

.p-voiceRelated__ttl {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 500;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .p-lower__mv.is-compact {
    padding-top: 7rem;
  }

  .p-voiceSingle__title {
    font-size: 2rem;
  }

  .p-voiceSingle__mainImg {
    margin: 3.2rem auto;
    border-width: 5px;
  }

  .p-voiceSingle__mainImg.is-noimage::after {
    font-size: 5.6rem;
  }

  /* 基本情報：1列に積む */
  .p-voiceMeta {
    grid-template-columns: 1fr;
    gap: 1rem 0;
    padding: 2rem 2.4rem;
  }

  .p-voiceMeta__label {
    font-size: 1.5rem;
  }

  .p-voiceDetail {
    margin-top: 4rem;
    padding: 0;
  }

  .p-voiceDetail__item + .p-voiceDetail__item {
    margin-top: 2.4rem;
  }

  .p-voiceDetail__label {
    font-size: 1.7rem;
  }

  .p-voiceRelated__ttl {
    font-size: 2.2rem;
  }

  .p-voiceSingle__pager {
    gap: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .voiceCard__date,
  .voiceCard__company,
  .voiceCard__text {
    font-size: 1.6rem;
  }

  .p-voiceList {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .p-voicePager ul {
    gap: 2rem;
  }

  .p-voiceFilter {
    margin-bottom: 6rem;
  }

  .p-voiceFilter__ttl {
    min-height: 4.4rem;
    font-size: 2.2rem;
  }

  .p-voiceFilter__body {
    padding: 2.4rem 1.6rem 2.4rem;
  }

  .p-voiceFilter__industry {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 1rem;
  }

  .p-voiceFilter__btn {
    min-height: 4.8rem;
    padding: 0.8rem 0.2rem;
    font-size: 1.3rem;
    white-space: normal;
  }

  .p-voiceFilter__subTtl {
    gap: 1.2rem;
    margin: 2.4rem 0 1.6rem;
    font-size: 1.8rem;
  }

  .p-voiceFilter__support {
    grid-template-columns: repeat(2, 1fr);
    justify-content: stretch;
    column-gap: 1rem;
  }

  .p-voiceFilter__check {
    font-size: 1.6rem;
  }

  .voiceCard__thumb.is-noimage::after {
    font-size: 4.8rem;
  }
}

/* タブレット：ボタン内テキストのはみ出し防止 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .p-voiceFilter__ttl {
    font-size: 2.6rem;
  }

  .p-voiceFilter__btn {
    padding: 1rem 0.6rem;
    font-size: 1.5rem;
  }

  .p-voiceFilter__support {
    grid-template-columns: repeat(4, 1fr);
    justify-content: stretch;
  }

  .p-voiceFilter__check {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top__cta {
    padding: 8rem 8%;
  }

  .p-top__cta__inner {
    max-width: 100%;
  }

  .p-top__cta__lead {
    font-size: 1.8rem;
  }

  .ctaBtn {
    font-size: 1.8rem;
  }

  .p-lower__mvTtl {
    padding: 1rem 8%;
  }

  .p-lower__mvTtl span{
    font-size: 3.2rem;
  }

  /* SPは縦書きパンくずを非表示（横並びの代替はデザイン確定後に追加） */
  .p-lower__pankuzu {
    display: none;
  }

  .p-lower__ttl {
    font-size: 2rem;
  }

  .p-business__specTtl,
  .p-business__specList {
    font-size: 1.5rem;
  }

  .p-recruit__msgInner {
    padding: 2.4rem 2rem;
  }

  .p-recruit__msgLead {
    font-size: 1.8rem;
  }

  .p-recruit__msgText {
    font-size: 1.5rem;
  }
}

/* ===============================================
# トップに戻るボタン
=============================================== */
.pageTop {
  position: fixed;
  z-index: 100;
  bottom: 7rem; /* reCAPTCHA バッジ（高さ約60px）と重ならないよう 5rem から 2rem 上げる */
  right: 1.4rem;
  width: 6rem;
  height: 6rem;
  border-radius: 999px;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .pageTop {
    width: 5rem;
    height: 5rem;
    right: 1rem;
    bottom: 8rem; /* reCAPTCHA バッジと重ならないよう 5rem から 3rem 上げる */
    font-size: 1rem;
  }
}
.pageTop:hover {
  opacity: 0.7 !important;
}
.pageTop.is-active {
  opacity: 1;
  visibility: visible;
}

/* ===============================================
# reCAPTCHA バッジ（お問い合わせページのみ表示）
# Google がインラインstyleで position/bottom/z-index を当てるため !important で上書きする
=============================================== */
.grecaptcha-badge {
  z-index: 9999 !important; /* .pageTop（z-index: 100）より前面に出す */
  bottom: 0 !important;     /* 画面最下部に固定 */
}

#page-top {
  cursor: pointer;
}

/* ===============================================
  ユーティリティ：上余白
  （テンプレート内の style="margin-top:..." 直書きを置き換え）
=============================================== */
.u-mt12 {
  margin-top: 1.2rem;
}

.u-mt16 {
  margin-top: 1.6rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt64 {
  margin-top: 6.4rem;
}

/* ===============================================
  プライバシーポリシー：お問い合わせ先の住所
  （フッター専用クラス l-footer__address* の流用をやめ、
    同じ見た目のまま独立したクラスへ移設）
=============================================== */
.p-privacy__addressRow {
  display: block;
}

.p-privacy__addressBuilding {
  display: inline;
}

/* ===============================================
  会社概要：所在地（フッターと同じ本社／東京支店表記）
  PC: ラベル＋住所を1行。SP: 住所をまるごと次の行に落とす
=============================================== */
.p-about__addressRow {
  display: block;
}

.p-about__addressBuilding {
  display: inline;
}


/* ===============================================
  お問い合わせフォーム：ラジオボタンのグループ化
  （fieldset / legend のブラウザ既定スタイルを打ち消し、
    従来の .p-form__label と同じ見た目を保つ）
=============================================== */
.p-form__fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.p-form__fieldset > legend.p-form__label {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .p-privacy__addressRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-privacy__addressLabel {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .p-privacy__addressBuilding {
    display: block;
  }

  .p-about__addressRow + .p-about__addressRow {
    margin-top: 0.8em;
  }

  .p-about__addressLabel,
  .p-about__addressDetail,
  .p-about__addressBuilding {
    display: block;
  }
}

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