@charset "UTF-8";
/*__ bere.css +20240517 __*/
/*__++++++++++ 共通部分 ++++++++++__*/
/* ==========================================================================
Foundation
========================================================================== */
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
  # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
  # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
  # Specify media element style
  # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
  # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
  # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body {
  font-family: Hiragino Sans, "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif;
  letter-spacing: 0em;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

.l-header a,
.s63-footer a {
  transition: opacity 0.3s ease-in-out;
}
@media print, screen and (min-width: 640px) {
  .l-header a:hover,
.s63-footer a:hover {
    opacity: 0.8;
  }
}

.l-header {
  align-items: center;
  background: #000;
  display: flex;
  justify-content: space-between;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 640px) {
  .l-header {
    height: 52px;
    padding-left: 20px;
    padding-right: 12px;
  }
  .kendepot .l-header {
    padding-left: min(4vw, 15px);
	padding-right: min(3.2vw, 12px);
  }
}
@media print, screen and (min-width: 640px) {
  .l-header {
    height: 84px;
    padding-left: 40px;
    padding-right: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .l-header .l-header__logo img {
    height: 19px;
    margin-bottom: 8px;
  }
  .kendepot .l-header .l-header__logo img {
    height: min(5.07vw, 19px);
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 640px) {
  .l-header .l-header__logo img {
    height: 27px;
    margin-bottom: 5px;
  }
}
.l-header .c-btn01 {
  height: auto;
}
@media only screen and (max-width: 640px) {
  .l-header .c-btn01 {
    font-size: 10px;
    font-size: 1rem;
    background-position: right 8px center;
    background-size: 6px 6px;
    padding: 4px 0;
    width: 142px;
  }
  .kendepot .l-header .c-btn01 {
    padding: 4px 18px 4px 8px;
    width: auto;
	font-size: min(2.66vw, 10px);
  }
}
@media print, screen and (min-width: 640px) {
  .l-header .c-btn01 {
    font-size: 14px;
    font-size: 1.4rem;
    background-position: right 13px center;
    background-size: 12px 11px;
    padding: 10px 0;
    width: 245px;
  }
}

@media only screen and (max-width: 640px) {
  .l-main {
    padding-top: 52px;
  }
}
@media print, screen and (min-width: 640px) {
  .l-main {
    padding-top: 84px;
  }
}
.l-main .c-btn01 {
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 640px) {
  .l-main .c-btn01:hover {
    box-shadow: none;
    transform: translateY(7px);
  }
}

.s63-footer-content-lead {
  color: #fff;
  font-weight: 800;
}
@media only screen and (max-width: 640px) {
  .s63-footer-content-lead {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    margin-top: 12.5333333333vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 640px) {
  .s63-footer-content-lead {
    font-size: 1.0416666667vw;
    line-height: 1;
    margin-top: 3.6458333333vw;
  }
}

.pagetop {
  height: 18.6666666667vw;
  position: relative;
}
@media print, screen and (min-width: 640px) {
  .pagetop {
    height: 3.6458333333vw;
  }
}

.pagetop a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  font-size: 0;
  background-image: url(../img/icn-pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.9333333333vw auto;
  background-color: #000;
  opacity: 1;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
}
@media print, screen and (min-width: 640px) {
  .pagetop a {
    background-size: 0.5729166667vw auto;
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}

@media screen and (min-width: 640px) {
  .pagetop a:hover {
    background-position: center 1.1979166667vw;
    background-color: #262626;
  }
}
.s63-container {
  padding: 0 5.3333333333vw;
  width: 100%;
}
@media print, screen and (min-width: 640px) {
  .s63-container {
    padding: 0 1.0416666667vw;
  }
}

@media screen and (min-width: 640px) {
  .s63-container {
    margin: 0 auto;
    max-width: 64.5833333333vw;
  }
}
.s63-footer-wrapper {
  margin-top: -16vw;
  color: #fff;
}

@media screen and (min-width: 640px) {
  .s63-footer-wrapper {
    margin-top: -3.6458333333vw;
  }
}
.s63-footer {
  background-color: #000;
  padding-top: 18.4vw;
  padding-bottom: 16vw;
}

@media screen and (min-width: 640px) {
  .s63-footer {
    padding-top: 4.4270833333vw;
    padding-bottom: 3.6979166667vw;
  }
}
.s63-footer-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 640px) {
  .s63-footer-contents {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}
.s63-footer-content-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 640px) {
  .s63-footer-content-01 {
    align-items: flex-start;
  }
}
.s63-footer-content-02 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 640px) {
  .s63-footer-content-02 {
    align-items: flex-end;
  }
}
.s63-footer-content-02-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 640px) {
  .s63-footer-content-02-inner {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.s63-footer-content-logo {
  display: block;
  width: 42.1333333333vw;
  height: 9.0666666667vw;
}

@media screen and (min-width: 640px) {
  .s63-footer-content-logo {
    width: 9.9479166667vw;
    height: 2.1354166667vw;
  }
}
.s63-footer-content-app-download-cta {
  display: flex;
  margin-top: 8.5333333333vw;
}

@media screen and (min-width: 640px) {
  .s63-footer-content-app-download-cta {
    margin-top: 3.6979166667vw;
  }
}
.s63-footer-content-app-download-cta-btn {
  flex-shrink: 0;
}

.s63-footer-content-app-download-cta-btn:not(:first-child) {
  margin-left: 3.4666666667vw;
}

@media screen and (min-width: 640px) {
  .s63-footer-content-app-download-cta-btn:not(:first-child) {
    margin-left: 0.8333333333vw;
  }
}
.s63-footer-content-app-download-cta-btn-image.cta-download-button-app-store {
  width: 40.5333333333vw;
  height: 14.9333333333vw;
}

@media screen and (min-width: 640px) {
  .s63-footer-content-app-download-cta-btn-image.cta-download-button-app-store {
    width: 9.6875vw;
    height: 3.5416666667vw;
  }
}
.s63-footer-content-app-download-cta-btn-image.cta-download-button-google-play {
  width: 45.0666666667vw;
  height: 14.9333333333vw;
}

@media screen and (min-width: 640px) {
  .s63-footer-content-app-download-cta-btn-image.cta-download-button-google-play {
    width: 10.78125vw;
    height: 3.5416666667vw;
  }
}
.s63-footer-content-sns {
  display: flex;
}

@media screen and (max-width: 639px) {
  .s63-footer-content-sns {
    margin-top: 8.5333333333vw;
  }
}
.s63-footer-content-sns-link {
  flex: 1;
}

.s63-footer-content-sns-link:not(:first-child) {
  margin-left: 3.2vw;
}
@media print, screen and (min-width: 640px) {
  .s63-footer-content-sns-link:not(:first-child) {
    margin-left: 0.625vw;
  }
}

.s63-footer-content-sns-link-image {
  width: 12vw;
  height: 12vw;
}
@media print, screen and (min-width: 640px) {
  .s63-footer-content-sns-link-image {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}

.s63-footer-content-form-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-top: 8.5333333333vw;
  font-weight: 800;
  font-size: 4.8vw;
  width: 89.3333333333vw;
  border-radius: 7.4666666667vw;
  border: 2px solid #fff;
  height: 14.6666666667vw;
}

@media screen and (min-width: 640px) {
  .s63-footer-content-form-link {
    font-size: 1.0416666667vw;
    margin-top: 1.5625vw;
    width: 19.3229166667vw;
    height: 3.1770833333vw;
    border-radius: 1.6145833333vw;
  }
}
.s63-footer-content-company {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12.2666666667vw;
}

@media screen and (min-width: 640px) {
  .s63-footer-content-company {
    flex-direction: row;
    align-items: baseline;
    margin-top: 1.9791666667vw;
  }
}
.s63-footer-content-company-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s63-footer-content-company-link {
  line-height: 1;
  color: #5d5d5d;
  display: block;
  font-size: 3.4666666667vw;
}

.s63-footer-content-company-link:hover {
  color: #fff;
}

@media screen and (min-width: 640px) {
  .s63-footer-content-company-link {
    font-size: 0.7291666667vw;
  }
}
.s63-footer-content-company-link:not(:first-child)::before {
  content: "/";
  margin-left: 3.7333333333vw;
  margin-right: 3.7333333333vw;
}

@media screen and (min-width: 640px) {
  .s63-footer-content-company-link:not(:first-child)::before {
    margin-left: 0.9375vw;
    margin-right: 0.9375vw;
  }
}
.s63-footer-content-copyright {
  line-height: 1;
  color: #5d5d5d;
  font-size: 3.4666666667vw;
}
@media print, screen and (min-width: 640px) {
  .s63-footer-content-copyright {
    font-size: 0.6770833333vw;
  }
}

@media screen and (max-width: 639px) {
  .s63-footer-content-copyright {
    margin-top: 5.0666666667vw;
  }
}
@media screen and (min-width: 640px) {
  .s63-footer-content-copyright {
    margin-left: 1.40625vw;
  }
}


/*__ CTA __*/
.c-btn01 {
  align-items: center;
  background: #ff2234 url("../img/icon-arrow.svg") no-repeat right 2.6041vw center/1.0937vw auto;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.32);
  color: #fff;
  display: flex;
  font-weight: 800;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .c-btn01 {
    background-position: right 4vw top 50%;
    background-size: 3.0666vw auto;
    font-size: 4.8vw;
    height: 16.5333vw;
    width: 89.3333vw;
  }
}
@media print, screen and (min-width: 640px) {
  .c-btn01 {
    font-size: 1.9791vw;
    height: 6.25vw;
    width: 47.3958vw;
  }
}
/* style.css line:788 */

/*.c-cv {
  background: #000;
}*/
@media only screen and (max-width: 640px) {
  .c-cv {
    padding-bottom: 9.3333vw;
  }
}
@media print, screen and (min-width: 640px) {
  .c-cv {
    padding: 2.5vw 0 3.125vw;
  }
}
.c-cv .c-cv__inner {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 640px) {
  .c-cv .c-cv__inner {
    width: 47.3958vw;
  }
}
.c-cv .c-cv__top h3 {
  line-height: 1.25;
  font-weight: 900;
}
@media only screen and (max-width: 640px) {
  .c-cv .c-cv__top h3 {
    font-size: 4.6666vw;
    line-height: 1.2;
    padding-top: 15.8102vw;
  }
}
@media print, screen and (min-width: 640px) {
  .c-cv .c-cv__top h3 {
    font-size: 1.8583vw;
    padding-top: 0.8854vw;
    padding-bottom: 0.8854vw;
  }
}
.c-cv .c-btn01 {
  margin: 0 auto;
}

/* layout (style.css line:877) */
.l-main img {
  width: 100%;
}

.p-bere-lead{
  padding: 3vw 5vw;
  text-align: center;
  margin: 0 auto;
}
.p-bere-lead img{
  max-width: 800px;
}

.p-split-nav{
  display: flex;
  justify-content: space-around;
  background: linear-gradient(90deg, #dd6522 0%, #dd6522 50%, #fabe00 50%, #fabe00 100%);
}
.p-split-nav.bere{
  background: linear-gradient(90deg, #fabe00 0%, #fabe00 50%, #dd6522 50%, #dd6522 100%);
}
.p-split-nav a{
  margin: 0 3vw;
}
@media print, screen and (min-width: 640px) {
  .p-split-nav{
    justify-content: center;
    padding: 2vw 20px;
  }
  .p-split-nav a{
    margin: 0 2vw;
  }
}
.p-split-nav a:hover{
  opacity: 0.8;
}

.has-bg{
  background: #f6f6f6;
}

/*section[class^="p-"]{}*/

.p-achievement{
  margin: 2vw auto 5vw;
  text-align: center;
}
.achievement-item{
  padding: 2.4125vw 2.3458vw;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.14);
  width: 89.3333vw;
}
@media print, screen and (min-width: 640px) {
  .achievement-item{
    max-width: 800px;
  }
}
.achievement-item h3{
  font-size: 4.6666vw;
  line-height: 1.2;
  padding-top: 0.8854vw;
  padding-bottom: 0.8854vw;
}
@media print, screen and (min-width: 640px) {
  .achievement-item h3{
    font-size: 1.8583vw;
  }
}

.logo-slider {
  padding: 12px 0;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .logo-slider {
      padding: 8px 0;
  }
}
.logo-slider-inner {
  display: flex;
  gap: 4px;
}

.logo-slider-container {
  display: flex;
  gap: 4px;
  animation: logo-slider 40s infinite linear;
}
.logo-slider-container img{
  height: 100%;
  width: 100%;
}

@keyframes logo-slider {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}
.logo-slider-inner ul li {
  width: 150px;
}
@media screen and (max-width: 639px) {
  .logo-slider-inner ul li {
      width: 120px;
  }
}

/*____*/
.p-mv {
  line-height: 0;
  font-size: 0;
}
.p-consultation {
  position: relative;
}
@media print, screen and (min-width: 640px) {
  .p-consultation {
    background: linear-gradient(to bottom, transparent 50%, #000 50%);
  }
}
.p-consultation .p-consultation__button {
  left: 50%;
  position: absolute;
  transform: translate(-50%);
}
@media only screen and (max-width: 640px) {
  .p-consultation .p-consultation__button {
    top: 35.3333vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-consultation .p-consultation__button {
    top: 11.7708vw;
  }
}

@media print, screen and (min-width: 640px) {
  .p-scene {
    background: linear-gradient(to bottom, #000 50%, #f9be00 50%);
  }
}

@media print, screen and (min-width: 640px) {
  .p-matching {
    background: linear-gradient(to bottom, #f9be00 50%, transparent 50%);
  }
}

.p-voice {
  background: #f6f6f6;
}
@media only screen and (max-width: 640px) {
  .p-voice {
    padding: 6.6666vw 5.4054vw 9.3333vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-voice {
    padding: 3.3854vw 0 4.9479vw;
  }
}
.p-voice .p-voice__inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 640px) {
  .p-voice .p-voice__inner {
    width: 58.3333vw;
  }
}
.p-voice h2 {
  text-align: center;
  
}
@media only screen and (max-width: 640px) {
  .p-voice h2 {
    margin-bottom: 6.2666vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-voice h2 {
    margin-bottom: 2.6041vw;
  }
}
@media only screen and (max-width: 640px) {
  .p-voice h2 img {
    width: 67.3333vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-voice h2 img {
    width: 46.5104vw;
  }
}
.p-voice .p-voice__item {
  background: #fff;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.14);
}
@media only screen and (max-width: 640px) {
  .p-voice .p-voice__item {
    padding: 6.6666vw 6.4vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-voice .p-voice__item {
    display: flex;
    padding: 2.4125vw 2.3458vw;
  }
}
@media only screen and (max-width: 640px) {
  .p-voice .p-voice__item:not(:last-child) {
    margin-bottom: 4.8vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-voice .p-voice__item:not(:last-child) {
    margin-bottom: 1.927vw;
  }
}
@media only screen and (max-width: 640px) {
  .p-voice .p-voice__item figure {
    margin-top: 2.8vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-voice .p-voice__item figure {
    flex-shrink: 0;
    margin-left: 3.125vw;
    width: 22.4479vw;
  }
}
.p-voice .p-voice__item figure img {
  width: 100%;
}
.p-voice .p-voice__item h3 {
  /*font-weight: bold;*/
  font-weight: 900;
}
@media only screen and (max-width: 640px) {
  .p-voice .p-voice__item h3 {
    font-size: 5.3333vw;
    line-height: 1.5;
    margin-bottom: 4.1333vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-voice .p-voice__item h3 {
    font-size: 1.7708vw;
    line-height: 1.4705;
    margin-top: -0.4166vw;
    margin-bottom: 0.7291vw;
  }
}
@media only screen and (max-width: 640px) {
  .p-voice .p-voice__item p {
    font-size: 3.7333vw;
    line-height: 1.6428;
  }
}
@media print, screen and (min-width: 640px) {
  .p-voice .p-voice__item p {
    font-size: 0.8333vw;
    line-height: 1.75;
  }
}
.p-voice .p-voice__item .p-voice__name {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .p-voice .p-voice__item .p-voice__name {
    margin-top: 2.6666vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-voice .p-voice__item .p-voice__name {
    margin-top: 1.6666vw;
  }
}

@media only screen and (max-width: 640px) {
  .p-qa {
    padding: 6.6666vw 5.4054vw 9.3333vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa {
    padding: 4.1666vw 0 4.4791vw;
  }
}
.p-qa .p-qa__inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__inner {
    width: 58.3333vw;
  }
}
@media only screen and (max-width: 640px) {
  .p-qa .p-qa__title {
    margin-bottom: 8.6666vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__title {
    margin-bottom: 3.3854vw;
  }
}
.p-qa .p-qa__title p {
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .p-qa .p-qa__title p {
    font-size: 5.3333vw;
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__title p {
    font-size: 2.0833vw;
    margin-bottom: 1.4583vw;
  }
}
.p-qa .p-qa__title h2 {
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .p-qa .p-qa__title h2 {
    font-size: 8.8vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__title h2 {
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width: 640px) {
  .p-qa .p-qa__title h2 small {
    font-size: 6.1333vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__title h2 small {
    font-size: 2.3958vw;
  }
}
.p-qa .p-qa__item {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.14);
}
@media only screen and (max-width: 640px) {
  .p-qa .p-qa__item:not(:last-child) {
    margin-bottom: 4.8vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__item:not(:last-child) {
    margin-bottom: 1.9791vw;
  }
}
.p-qa .p-qa__item .p-qa__q a {
  background: url("../img/icon-q.svg") no-repeat 1.875vw center/1.4583vw auto;
  display: block;
  font-weight: 800;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .p-qa .p-qa__item .p-qa__q a {
    background-size: 5.3333vw;
    background-position: 3.7333vw 1em;
    font-size: 3.7333vw;
    padding: 2.9333vw 12vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__item .p-qa__q a {
    font-size: 1.1458vw;
    padding: 1.5625vw 4.6875vw;
  }
}
.p-qa .p-qa__item .p-qa__q a::before, .p-qa .p-qa__item .p-qa__q a::after {
  background: #000;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-qa .p-qa__item .p-qa__q a::before {
  transition: transform 0.3s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .p-qa .p-qa__item .p-qa__q a::before {
    height: 3.8666vw;
    right: 4.6666vw;
    width: 1.2vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__item .p-qa__q a::before {
    height: 1.5104vw;
    right: 2.2395vw;
    width: 0.3125vw;
  }
}
@media only screen and (max-width: 640px) {
  .p-qa .p-qa__item .p-qa__q a::after {
    height: 1.2vw;
    right: 3.4666vw;
    width: 3.8666vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__item .p-qa__q a::after {
    height: 0.3125vw;
    right: 1.6666vw;
    width: 1.5104vw;
  }
}
.p-qa .p-qa__item .p-qa__q a.is-active::before {
  transform: translateY(-50%) rotate(90deg);
}
.p-qa .p-qa__item .p-qa__hidden {
  display: none;
}
@media only screen and (max-width: 640px) {
  .p-qa .p-qa__item .p-qa__hidden {
    padding: 3.3333vw 0 6vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__item .p-qa__hidden {
    padding: 0.8854vw 0 2.3437vw;
  }
}
.p-qa .p-qa__item .p-qa__a {
  background: url("../img/icon-a.svg") no-repeat 1.875vw top/1.4583vw auto;
}
@media only screen and (max-width: 640px) {
  .p-qa .p-qa__item .p-qa__a {
    background-position: 3.3333vw top;
    background-size: 4.4vw auto;
    padding-left: 10.4vw;
    padding-right: 5.3333vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__item .p-qa__a {
    min-height: 1.4583vw;
    padding-left: 4.6875vw;
    padding-right: 3.9062vw;
  }
}
.p-qa .p-qa__item .p-qa__a p {
  line-height: 1.75;
}
@media only screen and (max-width: 640px) {
  .p-qa .p-qa__item .p-qa__a p {
    font-size: 3.2vw;
    transform: translateY(-1.2vw);
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__item .p-qa__a p {
    font-size: 0.8333vw;
    transform: translateY(-0.3125vw);
  }
}
.p-qa .p-qa__item .p-qa__a p span {
  background: linear-gradient(to top, #f8ce4c 40%, transparent 41%);
}
@media only screen and (max-width: 640px) {
  .p-qa .p-qa__item .p-qa__job {
    padding: 0 5.3333vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__item .p-qa__job {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3.125vw;
    padding: 0 2.6041vw;
    row-gap: 3.5416vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__item .p-qa__job .p-qa__job__item {
    width: 25vw;
  }
}
@media only screen and (max-width: 640px) {
  .p-qa .p-qa__item .p-qa__job .p-qa__job__item:not(:last-child) {
    margin-bottom: 2.6666vw;
  }
}
.p-qa .p-qa__item .p-qa__job .p-qa__job__item h4 {
  background: #f8ce4c;
  font-weight: 500;
  text-align: center;
}
.re-item .p-qa .p-qa__item .p-qa__job .p-qa__job__item h4 {
  background: #dd6522;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .p-qa .p-qa__item .p-qa__job .p-qa__job__item h4 {
    font-size: 3.2vw;
    margin-bottom: 1.3333vw;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__item .p-qa__job .p-qa__job__item h4 {
    font-size: 0.8333vw;
    margin-bottom: 0.4166vw;
    padding: 0.1041vw 0;
  }
}
.p-qa .p-qa__item .p-qa__job .p-qa__job__item ul {
  display: flex;
  flex-wrap: wrap;
}
.p-qa .p-qa__item .p-qa__job .p-qa__job__item li {
  width: 33.3333%;
}
@media only screen and (max-width: 640px) {
  .p-qa .p-qa__item .p-qa__job .p-qa__job__item li {
    font-size: 2.6666vw;
    line-height: 2;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__item .p-qa__job .p-qa__job__item li {
    font-size: 0.8333vw;
    line-height: 2.5;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__item .p-qa__job .p-qa__job__item:last-child li:nth-child(3n+1) {
    width: 28%;
  }
}
@media print, screen and (min-width: 640px) {
  .p-qa .p-qa__item .p-qa__job .p-qa__job__item:last-child li:nth-child(3n) {
    width: 38%;
  }
}
/* style.css line:1316 */
.p-hp{
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 640px) {
  .p-hp{
    margin-bottom: 40px;
  }
}


/*__ Tab __*/
/* .tab-content/.tab_nav_block */
.tab_nav{
  display: flex;
  justify-content: center;
}
.tab-item{
  transition: 0.8s;
}
@media print, screen and (min-width: 640px) {
  .tab-item{
    margin:0 1vw;
  }
}
.tab-item a{
  display: block;
  background: #a1a1a1;
}
.tab-item a img{
  opacity: 0.7;
}
.tab-item a:hover img,
a.js-active img{
  opacity: 1;
}
.nav-be-item.js-active{
  background: #fabe00;
}
.nav-re-item.js-active{
  background: #dd6522;
}

/**/
.tab-content .tab-pannel{
  display: none;
  opacity: 0;
  transition: 0.8s;
}
.tab-content .js-active{
  display: block;
  opacity: 1;
}