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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 2.6666666667vw;
}

body {
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  color: #231815;
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.js-inview {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.js-inview.is-active {
  opacity: 1;
}

.u-font-genju {
  font-family: "GenJyuuGothic";
}

.u-font-genju-medium {
  font-family: "GenJyuuGothicMedium";
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 1.8rem;
  background-color: #004094;
  z-index: 100;
}
.l-header__logo {
  width: 12.4rem;
}
.l-header__link {
  position: absolute;
  right: 1.8rem;
  bottom: 0;
  padding: 1.7rem 2.9rem 1.5rem 1.4rem;
  font-size: 1.3rem;
  color: #004094;
  letter-spacing: 0.02em;
  line-height: 1;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #FFFFFF;
}
.l-header__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  right: 1rem;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.7rem solid #004094;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
}

.l-footer {
  position: relative;
  padding: 6rem 0 3.6rem;
  background: #d3edfb;
}
.l-footer__scrollButton {
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background: #0077c0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity visibility;
  transition-property: opacity visibility;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.l-footer__scrollButton.is-shown {
  opacity: 1;
  visibility: visible;
}
.l-footer__scrollButton::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-footer__contact {
  width: 89%;
  margin: 0 auto 5rem;
  padding: 1.2rem 1rem 0.9rem;
  border-radius: 1rem;
  text-align: center;
  background-color: #FFFFFF;
}
.l-footer__contact__head {
  font-size: 2rem;
  color: #0077c0;
  letter-spacing: 0.02em;
}
.l-footer__contact__sub {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.l-footer__contact__button {
  position: relative;
  display: block;
  width: 93%;
  margin: 1.5rem auto 1.4rem;
  padding: 1.4rem 1.8rem 1.5rem 0;
  border-radius: 9999px;
  font-size: 1.3rem;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  background-color: #0077c0;
}
.l-footer__contact__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2.1rem;
  bottom: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-footer__contact__txt {
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.l-footer__contact__txt a {
  color: #0077c0;
}
.l-footer__logo {
  width: 89%;
  margin: auto;
}
.l-footer__copyright {
  margin-top: 3.3rem;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.l-inner {
  position: relative;
  max-width: 980px;
  width: 90%;
  margin: auto;
}

.p-index__floatBanner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(6.1rem, #FFFFFF), color-stop(6.1rem, #004094), to(#004094));
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 6.1rem, #004094 6.1rem, #004094 100%);
  z-index: 99;
  -webkit-transition-property: opacity visibility;
  transition-property: opacity visibility;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  overflow: hidden;
}
.p-index__floatBanner__inner {
  max-width: 1230px;
}
.p-index__mainVisual h1 img {
  width: 100%;
}
.p-index__mainVisual__buttonArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.6rem;
  background-color: #d3edfb;
}
.p-index__mainVisual__buttonArea__block {
  width: calc((100% - 0.6rem) / 2);
  padding: 0.8rem 2.2rem 1.3rem;
  color: #FFFFFF;
}
.p-index__mainVisual__buttonArea__block.--red {
  background-color: #e8382f;
}
.p-index__mainVisual__buttonArea__block.--red .p-index__mainVisual__buttonArea__block__list__item a {
  background-color: #E58E5E;
}
.p-index__mainVisual__buttonArea__block.--orange {
  background-color: #ed6C00;
}
.p-index__mainVisual__buttonArea__block.--orange .p-index__mainVisual__buttonArea__block__list__item a {
  background-color: #F5A500;
}
.p-index__mainVisual__buttonArea__block.--lightblue {
  background-color: #3f8ccd;
}
.p-index__mainVisual__buttonArea__block.--lightblue .p-index__mainVisual__buttonArea__block__list__item a {
  background-color: #00B9EF;
}
.p-index__mainVisual__buttonArea__block.--blue {
  background-color: #0068b7;
}
.p-index__mainVisual__buttonArea__block.--blue .p-index__mainVisual__buttonArea__block__list__item a {
  background-color: #008BCF;
}
.p-index__mainVisual__buttonArea__block__head {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  text-align: center;
}
.p-index__mainVisual__buttonArea__block__list {
  font-size: 1.2rem;
}
.p-index__mainVisual__buttonArea__block__list__item:nth-child(n+2) {
  margin-top: 0.6rem;
}
.p-index__mainVisual__buttonArea__block__list__item a {
  position: relative;
  display: block;
  padding: 0.4rem 1.4rem;
  border-radius: 9999px;
}
.p-index__mainVisual__buttonArea__block__list__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-index__lead {
  padding: 6rem 0 6.2rem;
  background-color: #0068b7;
}
.p-index__lead__img {
  width: 89%;
  margin: 0 auto 1.6rem;
}
.p-index__lead__head {
  margin-bottom: 1.1rem;
  font-size: 2.6rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.63;
  white-space: nowrap;
}
.p-index__lead__head span {
  display: block;
  font-size: 1.6rem;
}
.p-index__lead__list__item {
  padding: 0.6rem 0 0.5rem;
  border-radius: 9999px;
  font-size: 1.4rem;
  color: #0077c0;
  text-align: center;
  background: #FFFFFF;
}
.p-index__lead__list__item:nth-child(n+2) {
  margin-top: 1.3rem;
}
.p-index__solution {
  padding: 3.7rem 0 6rem;
  background-color: #d3edfb;
}
.p-index__solution__line {
  width: 9.6rem;
  margin: 0 auto 0.3rem;
}
.p-index__solution__head {
  font-size: 2.6rem;
  color: #0068b7;
  line-height: 1.3;
  text-align: center;
}
.p-index__solution__keyboard {
  width: 89%;
  margin: 2.8rem auto 1.4rem;
}
.p-index__solution__subHead {
  font-size: 2.1rem;
  color: #0068b7;
  line-height: 1.78;
  text-align: center;
}
.p-index__solution__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
  margin: 2rem 0 0;
}
.p-index__solution__list__item {
  width: 30%;
}
.p-index__detail {
  padding: 6rem 0 5.7rem;
}
.p-index__detail.--detail01 {
  background-color: #fffbc7;
}
.p-index__detail.--detail02 {
  background-color: #d3edfb;
}
.p-index__detail.--detail03 {
  background-color: #e5f1df;
}
.p-index__detail__head {
  margin-bottom: 3rem;
  padding: 1.1rem 0 1.2rem;
  border-radius: 9999px;
  line-height: 1;
  text-align: center;
}
.p-index__detail__head.--orange {
  background-color: #ee8000;
}
.p-index__detail__head.--blue {
  background-color: #0077c0;
}
.p-index__detail__head.--green {
  background-color: #6cbb5a;
}
.p-index__detail__head img {
  height: 1.9rem;
  width: auto;
}
.p-index__detail__block {
  width: 89%;
  margin: auto;
}
.p-index__detail__block.--wide {
  margin-top: 3.3rem !important;
}
.p-index__detail__block__img {
  margin-bottom: 0.6rem;
}
.p-index__detail__block__head {
  margin-bottom: 0.1rem;
  font-size: 2rem;
  color: #0077c0;
  line-height: 1.4;
  text-align: justify;
}
.p-index__detail__block__txt {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: 0.02em;
  text-align: justify;
}
.p-index__detail__block__button {
  position: relative;
  display: block;
  margin-top: 1.4rem;
  padding: 1.4rem 4.2rem 1.3rem 2.3rem;
  border-radius: 9999px;
  font-size: 1.4rem;
  color: #0077c0;
  letter-spacing: 0.02em;
  line-height: 1.2;
  background-color: #d3edfb;
}
.p-index__detail__block__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2.2rem;
  bottom: 0;
  width: 1.4rem;
  height: 1.4rem;
  margin: auto;
  border-top: 2px solid #0077c0;
  border-right: 2px solid #0077c0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-index__detail__block__imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8rem 6%;
  margin-top: 0.7rem;
}
.p-index__detail__block__imgList__item {
  width: 47%;
}
.p-index__detail__block__imgList__item__head {
  margin-bottom: 0.6rem;
  padding: 0.4rem 0 0.5rem;
  border-radius: 9999px;
  font-size: 1.1rem;
  text-align: center;
  color: #FFFFFF;
  background: #0077c0;
}
.p-index__detail__block__slider {
  margin-bottom: 0.6rem;
}
.p-index__detail__block__slider .slick-list {
  border-radius: 1rem;
}
.p-index__detail__block__slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.9rem;
  font-size: 0;
}
.p-index__detail__block__slider__dots li {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #231815;
  opacity: 0.3;
}
.p-index__detail__block__slider__dots li.slick-active {
  opacity: 1;
}
.p-index__detail__block__slider__dots li button {
  width: 100%;
  height: 100%;
}
.p-index__detail__block + .p-index__detail__block {
  margin-top: 3.9rem;
}
.p-index__story {
  padding: 5.9rem 2rem;
  color: #FFFFFF;
  background: #0077c0;
}
.p-index__story__head {
  margin-bottom: 1rem;
}
.p-index__story__lead {
  margin-bottom: 3.9rem;
  font-size: 1.3rem;
  line-height: 1.93;
  text-align: justify;
}
.p-index__story__profile {
  margin-bottom: 4rem;
  padding: 3.5rem 7%;
  color: #231815;
  border-radius: 0.6rem;
  background-color: #d3edfb;
}
.p-index__story__profile__head {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  color: #0077c0;
  line-height: 1.435;
  letter-spacing: 0.02em;
  text-align: justify;
}
.p-index__story__profile__img {
  margin-bottom: 1.8rem;
}
.p-index__story__profile__txt {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: justify;
}
.p-index__story__banner {
  margin-bottom: 4rem;
}
.p-index__story__interview__head {
  margin-bottom: 2rem;
  padding: 0.4rem 0;
  border-radius: 9999px;
  font-size: 1.9rem;
  color: #0077c0;
  letter-spacing: 0.02em;
  text-align: center;
  background-color: #FFFFFF;
}
.p-index__story__interview__list {
  width: 88%;
  margin: auto;
}
.p-index__story__interview__list__item__thumbnail {
  margin-bottom: 0.7rem;
}
.p-index__story__interview__list__item__thumbnail img {
  width: 100%;
}
.p-index__story__interview__list__item__head {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.57;
  text-align: justify;
}
.p-index__story__interview__list__item__txt {
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.67;
  text-align: justify;
}
.p-index__story__interview__list__item__button {
  position: relative;
  display: block;
  padding: 0.9rem 1.6rem;
  border-radius: 9999px;
  font-size: 1.4rem;
  color: #0077c0;
  letter-spacing: 0.02em;
  background: #FFFFFF;
}
.p-index__story__interview__list__item__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2.2rem;
  bottom: 0;
  width: 1.3rem;
  height: 1.3rem;
  margin: auto;
  border-top: 1px solid #0077c0;
  border-right: 1px solid #0077c0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-index__lineup {
  padding: 5.6rem 0 6rem;
}
.p-index__lineup__head {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: #0077c0;
  line-height: 1.4;
  text-align: center;
}
.p-index__lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 89%;
  margin: auto;
}
.p-index__lineup__list__item {
  width: 50%;
}
.p-index__link {
  padding: 5.6rem 0 5.7rem;
  color: #FFFFFF;
  background: #0077c0;
}
.p-index__link__inner {
  width: 80%;
}
.p-index__link__head {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.p-index__link__list {
  margin-bottom: 1.7rem;
}
.p-index__link__notes {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: justify;
}

.p-productStory__header {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1.5rem 1.8rem;
  line-height: 1;
}
.p-productStory__header__logo {
  width: 12.4rem;
}
.p-productStory__header__backButton {
  width: 19.5rem;
}
.p-productStory__mainVisual {
  padding-top: 9.2rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#0077c0), color-stop(4rem, #0077c0), color-stop(4rem, #d3edfb), to(#d3edfb));
  background: linear-gradient(to top, #0077c0 0%, #0077c0 4rem, #d3edfb 4rem, #d3edfb 100%);
}
.p-productStory__mainVisual__head {
  width: 86%;
  margin: auto;
}
.p-productStory__mainVisual__img {
  margin-top: 2.2rem;
}
.p-productStory__lead {
  padding: 3rem 0 8rem;
  background-color: #0077c0;
}
.p-productStory__lead__txt {
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 1.65;
  text-align: justify;
}
.p-productStory__lead__supervisor {
  margin-top: 7rem;
}
.p-productStory__lead__supervisor__head {
  margin-bottom: 1.7rem;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 1.4;
  text-align: center;
}
.p-productStory__lead__supervisor__list__item {
  padding: 1.6rem 1.9rem;
  border-radius: 1.5rem;
  background-color: #FFFFFF;
}
.p-productStory__lead__supervisor__list__item__thumbnail {
  width: 27%;
  margin-top: 0.4rem;
}
.p-productStory__lead__supervisor__list__item__txtArea {
  width: 70%;
}
.p-productStory__lead__supervisor__list__item__name, .p-productStory__lead__supervisor__list__item__txt {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.67;
  text-align: justify;
}
.p-productStory__lead__supervisor__list__item__name {
  font-weight: bold;
}
.p-productStory__lead__index {
  margin-top: 7rem;
}
.p-productStory__lead__index__head {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  color: #FFFFFF;
  text-align: center;
}
.p-productStory__lead__index__list__item:nth-child(n+2) {
  margin-top: 1.3rem;
}
.p-productStory__lead__index__list__item a {
  display: block;
  padding-left: 1em;
  font-size: 1.8rem;
  color: #FFFFFF;
  line-height: 1.4;
  text-decoration: underline;
  text-indent: -1em;
}
.p-productStory__detail {
  padding: 8rem 0 7rem;
}
.p-productStory__detail.--detail01, .p-productStory__detail.--detail03 {
  background-color: #d3edfb;
}
.p-productStory__detail__backButton {
  width: 89%;
  margin: 6.7rem auto 0;
}
.p-productStory__detail__block__txtArea {
  margin-bottom: 1rem;
}
.p-productStory__detail__block__head {
  width: 100%;
  margin-bottom: 0.9rem;
  padding: 0.7rem 0;
  border-radius: 9999px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
  background-color: #0085cd;
}
.p-productStory__detail__block__subHead {
  margin-bottom: 0.3rem;
  font-size: 1.8rem;
  color: #0077c0;
  line-height: 1.4;
}
.p-productStory__detail__block__subHead.--mt15 {
  margin-top: 1.5rem;
}
.p-productStory__detail__block__txt {
  margin-bottom: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.57;
  text-align: justify;
}
.p-productStory__detail__block__txt .name {
  font-weight: bold;
  color: #0085cd;
}
.p-productStory__detail__block__imgArea {
  margin-bottom: 1rem;
}
.p-productStory__detail__block__img.--w90 img {
  display: block;
  width: 88.7%;
  margin: auto;
}
.p-productStory__detail__block__img img {
  width: 100%;
}
.p-productStory__detail__block__img__caption {
  width: 100%;
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.67;
  text-align: justify;
}
.p-productStory__detail__block + .p-productStory__detail__block {
  margin-top: 4rem;
}

.p-review01__mainVisual {
  padding-top: 8rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#0077c0), color-stop(9.2rem, #0077c0), color-stop(9.2rem, #d3edfb), to(#d3edfb));
  background: linear-gradient(to top, #0077c0 0%, #0077c0 9.2rem, #d3edfb 9.2rem, #d3edfb 100%);
}
.p-review01__mainVisual__head {
  width: 81.5%;
  margin: auto;
}
.p-review01__mainVisual__img {
  width: 100%;
  margin-top: 4rem;
  padding-left: 9.8rem;
}
.p-review01__mainVisual__img img {
  width: 100%;
}
.p-review01__lead {
  padding: 5.2rem 0 7.4rem;
  background-color: #0077c0;
}
.p-review01__lead__head {
  width: 100%;
  padding-right: 3.5%;
  padding-left: 0.5%;
}
.p-review01__lead__txt {
  margin-top: 4rem;
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 1.65;
  text-align: justify;
}
.p-review01__lead__company {
  margin-top: 5.3rem;
}
.p-review01__lead__company__block {
  padding: 1.7rem 1.9rem;
  border-radius: 1.4rem;
  background-color: #FFFFFF;
}
.p-review01__lead__company__ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-review01__lead__company__ceo__thumbnail {
  width: 32%;
}
.p-review01__lead__company__ceo__txt {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.67;
  text-align: justify;
}
.p-review01__lead__company__ceo__txt.--bold {
  font-weight: bold;
}
.p-review01__lead__company__ceo__txt .small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-transform: translateY(0.3em);
          transform: translateY(0.3em);
}
.p-review01__lead__company__txt {
  margin: 2.7rem 0 1.8rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.67;
  text-align: justify;
}
.p-review01__lead__company__txt a {
  color: #0077c0;
}
.p-review01__detail {
  padding: 7rem 0 7rem;
}
.p-review01__detail.--detail01, .p-review01__detail.--detail03 {
  background-color: #d3edfb;
}
.p-review01__detail.--detail05 {
  background-color: #d3edfb;
}
.p-review01__detail__head {
  width: 100%;
  margin-bottom: 2rem;
  padding: 0.7rem 0 0.8rem;
  border-radius: 9999px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
  background-color: #0085cd;
}
.p-review01__detail__subHead {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  color: #0077c0;
  line-height: 1.4;
}
.p-review01__detail__txt {
  font-size: 1.4rem;
  line-height: 1.57;
  text-align: justify;
}
.p-review01__detail__txt + .p-review01__detail__txt {
  margin-top: 0.3em;
}
.p-review01__detail__img.--img01 {
  margin-top: 2.6rem;
  margin-bottom: 2.4rem;
}
.p-review01__detail__img__caption {
  margin-top: 1.1rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.67;
  text-align: justify;
}
.p-review01__detail__inner.--mgb70 {
  margin-bottom: 7rem;
}
.p-review01__detail__imgList {
  margin-top: 2.5rem;
}
.p-review01__detail__imgList.--col2 {
  margin-bottom: 2.5rem;
}
.p-review01__detail__imgList__item__head {
  margin-bottom: 0.7rem;
  font-size: 1.8rem;
  color: #0077c0;
  text-align: center;
}
.p-review01__detail__imgList__item__caption {
  margin-top: 1.3rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.67;
  text-align: justify;
}
.p-review01__detail__imgList__item img {
  width: 100%;
}
.p-review01__detail__button {
  position: relative;
  display: block;
  margin-top: 2.2rem;
  padding: 1.7rem 2.3rem 1.6rem 1.8rem;
  border-radius: 9999px;
  font-size: 1.5rem;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  line-height: 1.2;
  background-color: #0085cd;
}
.p-review01__detail__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-review01__detail__block.--mgt20 {
  margin-top: 2rem;
}
.p-review01__detail__sumUpList {
  width: 89%;
  margin: 3.3rem auto 3.5rem;
}
.p-review01__detail__sumUpList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 14.5rem;
  padding: 2.2rem 0;
  border-radius: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.4;
  text-align: center;
  background-color: #0085cd;
}
.p-review01__detail__sumUpList__item:nth-child(n+2) {
  margin-top: 0.7rem;
}
.p-review01__detail__backButton {
  width: 89%;
  margin: 6.7rem auto 0;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
  a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover {
    opacity: 0.7;
  }
  .sp-view {
    display: none !important;
  }
  .l-header {
    position: absolute;
    padding: 26px 30px;
    background-color: transparent;
  }
  .l-header__logo {
    width: 15rem;
  }
  .l-footer {
    padding: 6.2rem 0 2.4rem;
  }
  .l-footer__scrollButton {
    bottom: 12.3rem;
    right: 3.4rem;
    width: 6.2rem;
    height: 6.2rem;
    border-width: 2px;
  }
  .l-footer__scrollButton::before {
    width: 2rem;
    height: 2rem;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .l-footer__contact {
    width: 100%;
    margin-bottom: 5.5rem;
    padding: 3.8rem 1rem 5rem;
  }
  .l-footer__contact__head {
    font-size: 3rem;
  }
  .l-footer__contact__sub {
    font-size: 2rem;
    line-height: 1.4;
  }
  .l-footer__contact__button {
    width: 600px;
    margin: 4rem auto 3.4rem;
    padding: 2.3rem 3rem 2.2rem 0;
    font-size: 2rem;
  }
  .l-footer__contact__button::after {
    right: 3rem;
    width: 2rem;
    height: 2rem;
  }
  .l-footer__contact__txt a {
    padding-right: 0.5em;
  }
  .l-footer__logo {
    width: 40rem;
  }
  .l-footer__copyright {
    margin-top: 5.8rem;
    font-size: 1.2rem;
  }
  .p-index__floatBanner {
    top: auto;
    bottom: 0;
    display: block !important;
    height: auto;
    padding: 17px 0;
    background: #0077c0;
  }
  .p-index__floatBanner.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
  .p-index__floatBanner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-index__floatBanner__list__item {
    width: 18.7%;
  }
  .p-index__mainVisual__buttonArea {
    padding: 0.5rem 0;
  }
  .p-index__mainVisual__buttonArea__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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% - 1.5rem) / 4);
    padding: 1rem 1.2rem;
  }
  .p-index__mainVisual__buttonArea__block__head {
    width: calc(100% - 190px);
    margin-bottom: 0;
    padding-left: 1.3rem;
    font-size: 2rem;
    text-align: left;
    word-break: break-all;
  }
  .p-index__mainVisual__buttonArea__block__list {
    width: 190px;
    font-size: 1.8rem;
  }
  .p-index__mainVisual__buttonArea__block__list__item:nth-child(n+2) {
    margin-top: 1rem;
  }
  .p-index__mainVisual__buttonArea__block__list__item a {
    padding: 0.5rem 1.8rem;
  }
  .p-index__mainVisual__buttonArea__block__list__item a::after {
    right: 1.7rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .p-index__lead {
    padding: 13.5rem 0 12.2rem;
  }
  .p-index__lead__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-index__lead__img {
    width: 40.8%;
    margin: 0;
  }
  .p-index__lead__txtArea {
    width: 53.2%;
    padding-top: 0.8rem;
  }
  .p-index__lead__head {
    margin-bottom: 2.4rem;
    font-size: 3.8rem;
    letter-spacing: 0.02em;
    text-align: left;
    white-space: normal;
  }
  .p-index__lead__head span {
    font-size: 2.3rem;
    letter-spacing: 0.02em;
  }
  .p-index__lead__list__item {
    padding: 0.8rem 0 0.7rem;
    font-size: 2rem;
  }
  .p-index__lead__list__item:nth-child(n+2) {
    margin-top: 2rem;
  }
  .p-index__solution {
    padding: 10.4rem 0 10.4rem;
  }
  .p-index__solution__line {
    width: 19rem;
    margin-bottom: 1.4rem;
  }
  .p-index__solution__head {
    font-size: 4.7rem;
  }
  .p-index__solution__keyboard {
    width: 710px;
    margin-top: 4.8rem;
    margin-bottom: 3.2rem;
  }
  .p-index__solution__subHead {
    font-size: 4.3rem;
  }
  .p-index__solution__list {
    gap: 3.6rem;
  }
  .p-index__solution__list__item {
    width: 18rem;
  }
  .p-index__detail {
    padding: 10rem 0 9.6rem;
  }
  .p-index__detail__head {
    margin-bottom: 6rem;
    padding: 1.5rem 0 1.7rem;
  }
  .p-index__detail__head img {
    height: 2.8rem;
  }
  .p-index__detail__block {
    width: 81.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-index__detail__block.--wide {
    margin-top: 5.3rem !important;
    margin-bottom: 6.3rem;
  }
  .p-index__detail__block.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-index__detail__block__img {
    width: 37.5%;
    margin-bottom: 0;
  }
  .p-index__detail__block__txtArea {
    width: 57.3%;
  }
  .p-index__detail__block__txtArea.--w100 {
    width: 100%;
  }
  .p-index__detail__block__txtArea.--pbPc {
    padding-bottom: 2.2rem;
  }
  .p-index__detail__block__head {
    margin-bottom: 0.4rem;
    font-size: 3rem;
  }
  .p-index__detail__block__head.--textCenterPc {
    text-align: center;
  }
  .p-index__detail__block__txt {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .p-index__detail__block__txt.--textCenterPc {
    text-align: center;
  }
  .p-index__detail__block__button {
    margin-top: 1rem;
    padding: 1.8rem 4.2rem 1.8rem 2.3rem;
    font-size: 2rem;
    color: #FFFFFF;
    background-color: #0077c0;
  }
  .p-index__detail__block__button::after {
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    right: 2.8rem;
    width: 2rem;
    height: 2rem;
  }
  .p-index__detail__block__imgList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin-top: 2.6rem;
  }
  .p-index__detail__block__imgList__item {
    width: 31.2%;
  }
  .p-index__detail__block__imgList__item__head {
    margin-bottom: 1.1rem;
    padding: 0.6rem 0 0.8rem;
    font-size: 2rem;
  }
  .p-index__detail__block__slider {
    width: 37.5%;
  }
  .p-index__detail__block__slider__dots li {
    width: 1.4rem;
    height: 1.4rem;
  }
  .p-index__detail__block + .p-index__detail__block {
    margin-top: 4.2rem;
  }
  .p-index__story {
    padding: 7.4rem 0 10rem;
  }
  .p-index__story__head {
    width: 33.8rem;
    margin: 0 auto 1.5rem;
  }
  .p-index__story__lead {
    margin-bottom: 6rem;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
  }
  .p-index__story__profile {
    margin-bottom: 5.4rem;
    padding: 4rem 4.1% 2.2rem;
  }
  .p-index__story__profile__head {
    font-size: 2.4rem;
  }
  .p-index__story__profile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-index__story__profile__img {
    padding-top: 0.5rem;
    width: 39.3%;
  }
  .p-index__story__profile__txt {
    width: 57.7%;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .p-index__story__banner {
    margin-bottom: 5rem;
  }
  .p-index__story__interview__head {
    margin-bottom: 4.6rem;
    padding: 0.8rem 0;
    font-size: 2.6rem;
  }
  .p-index__story__interview__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 81.5%;
  }
  .p-index__story__interview__list__item {
    width: 45%;
  }
  .p-index__story__interview__list__item__thumbnail {
    margin-bottom: 0.9rem;
  }
  .p-index__story__interview__list__item__head {
    margin-bottom: 0.2rem;
    font-size: 2.4rem;
  }
  .p-index__story__interview__list__item__txt {
    margin-bottom: 1.8rem;
    font-size: 1.4rem;
  }
  .p-index__story__interview__list__item__button {
    padding: 1.2rem 2.2rem;
    font-size: 2rem;
  }
  .p-index__story__interview__list__item__button::after {
    right: 2.7rem;
    width: 2rem;
    height: 2rem;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .p-index__lineup {
    padding: 8.9rem 0 11rem;
  }
  .p-index__lineup__head {
    margin-bottom: 4.2rem;
    font-size: 3rem;
  }
  .p-index__lineup__list {
    width: 100%;
  }
  .p-index__lineup__list__item {
    width: 23.5%;
  }
  .p-index__link {
    padding: 9.3rem 0 6.6rem;
  }
  .p-index__link__head {
    margin-bottom: 4.4rem;
    font-size: 3rem;
  }
  .p-index__link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3.3rem;
  }
  .p-index__link__list__item {
    width: 23.5%;
  }
  .p-index__link__notes {
    font-size: 1.4rem;
    text-align: center;
  }
  .p-productStory__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.9rem 3rem;
  }
  .p-productStory__header__logo {
    width: 15rem;
  }
  .p-productStory__header__backButton {
    width: 30rem;
  }
  .p-productStory__mainVisual {
    padding-top: 18rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#0077c0), color-stop(10rem, #0077c0), color-stop(10rem, #d3edfb), to(#d3edfb));
    background: linear-gradient(to top, #0077c0 0%, #0077c0 10rem, #d3edfb 10rem, #d3edfb 100%);
  }
  .p-productStory__mainVisual__head {
    width: 98%;
  }
  .p-productStory__mainVisual__img {
    margin-top: 5rem;
  }
  .p-productStory__lead {
    padding: 4rem 0 11.7rem;
  }
  .p-productStory__lead__txt {
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
    text-align: center;
  }
  .p-productStory__lead__supervisor__head {
    margin-bottom: 1.5rem;
    font-size: 2.9rem;
  }
  .p-productStory__lead__supervisor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-productStory__lead__supervisor__list__item {
    width: 32.3%;
    padding: 1.7rem 2% 1rem;
    border-radius: 3rem;
  }
  .p-productStory__lead__supervisor__list__item__thumbnail {
    width: 100%;
    margin: 0 0 1.2rem;
    text-align: center;
  }
  .p-productStory__lead__supervisor__list__item__thumbnail img {
    width: 12.3rem;
  }
  .p-productStory__lead__supervisor__list__item__txtArea {
    width: 100%;
  }
  .p-productStory__lead__supervisor__list__item__name, .p-productStory__lead__supervisor__list__item__txt {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .p-productStory__lead__index {
    margin-top: 6.6rem;
  }
  .p-productStory__lead__index__head {
    margin-bottom: 2.6rem;
    font-size: 2.9rem;
  }
  .p-productStory__lead__index__list {
    max-width: 830px;
    margin: auto;
  }
  .p-productStory__lead__index__list__item:nth-child(n+2) {
    margin-top: 2.3rem;
  }
  .p-productStory__lead__index__list__item a {
    font-size: 2.9rem;
  }
  .p-productStory__detail {
    padding: 11rem 0 10rem;
  }
  .p-productStory__detail.--detail02 .p-productStory__detail__block + .p-productStory__detail__block {
    margin-top: 3rem;
  }
  .p-productStory__detail__backButton {
    width: 480px;
    margin-top: 7.4rem;
  }
  .p-productStory__detail__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-productStory__detail__block.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-productStory__detail__block__txtArea {
    width: 61.2%;
  }
  .p-productStory__detail__block__txtArea.--w100 {
    width: 100%;
    margin-bottom: 2.7rem;
  }
  .p-productStory__detail__block__txtArea.--w100:last-child {
    margin-bottom: 0;
  }
  .p-productStory__detail__block__txtArea.--mt33 {
    margin-top: 3.3rem;
  }
  .p-productStory__detail__block__txtArea.--mt13 {
    margin-top: 1.3rem;
  }
  .p-productStory__detail__block__txtArea.--mb10 {
    margin-bottom: 1rem;
  }
  .p-productStory__detail__block__head {
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    font-size: 2.9rem;
  }
  .p-productStory__detail__block__subHead {
    margin-bottom: 0.6rem;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
  }
  .p-productStory__detail__block__subHead.--detail03 {
    margin-bottom: 0.1rem;
    margin-top: 1.2rem;
  }
  .p-productStory__detail__block__subHead.--mt15 {
    margin-top: 1.3rem;
  }
  .p-productStory__detail__block__txt {
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-productStory__detail__block__txt.--spaceminus {
    letter-spacing: -0.02em;
  }
  .p-productStory__detail__block__imgArea {
    width: 34%;
    margin-top: 0.4rem;
    margin-bottom: 1.5rem;
  }
  .p-productStory__detail__block__imgArea.--w100 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-productStory__detail__block__imgArea.--maxw800 {
    max-width: 800px;
    margin: auto;
  }
  .p-productStory__detail__block__imgArea.--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-productStory__detail__block__img.--w48 {
    width: 48%;
  }
  .p-productStory__detail__block__img.--w47 {
    width: 47%;
  }
  .p-productStory__detail__block__img.--w395 {
    max-width: 395px;
    margin: auto;
  }
  .p-productStory__detail__block__img__caption {
    margin-top: 0.6rem;
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .p-productStory__detail__block__img__caption.--mt12 {
    margin-top: 1.2rem;
  }
  .p-productStory__detail__block__img__caption.--center {
    text-align: center;
  }
  .p-productStory__detail__block__img__caption.--space0 {
    letter-spacing: 0;
  }
  .p-productStory__detail__block + .p-productStory__detail__block {
    margin-top: 1.6rem;
  }
  .p-productStory__detail__block + .p-productStory__detail__block.--mt32 {
    margin-top: 3.2rem;
  }
  .p-productStory__detail__block + .p-productStory__detail__block.--mt28 {
    margin-top: 2.8rem;
  }
  .p-productStory__detail__block + .p-productStory__detail__block.--mt40 {
    margin-top: 4rem;
  }
  .p-review01__mainVisual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16rem 0 10.4rem;
    background: #d3edfb;
  }
  .p-review01__mainVisual__head {
    width: 44%;
    margin: 0;
    padding: 0 4.1% 1rem 5.2%;
  }
  .p-review01__mainVisual__img {
    width: 56%;
    margin-top: 0;
    padding-left: 0;
  }
  .p-review01__lead {
    padding: 9.4rem 0 12.5rem;
  }
  .p-review01__lead__head {
    width: 105%;
    margin-left: -2.5%;
    padding: 0;
  }
  .p-review01__lead__txt {
    margin-top: 6rem;
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
    text-align: center;
  }
  .p-review01__lead__company {
    margin-top: 8.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-review01__lead__company__block {
    padding: 4.4rem 3.3rem 3.3rem;
    border-radius: 3rem;
  }
  .p-review01__lead__company__block:nth-child(1) {
    width: 62.8%;
  }
  .p-review01__lead__company__block:nth-child(2) {
    width: 35%;
  }
  .p-review01__lead__company__img {
    width: 97%;
  }
  .p-review01__lead__company__ceo {
    text-align: center;
  }
  .p-review01__lead__company__ceo__thumbnail {
    width: 100%;
  }
  .p-review01__lead__company__ceo__thumbnail img {
    width: 57%;
    margin: 2rem 0 1.4rem;
  }
  .p-review01__lead__company__ceo__txtArea {
    width: 100%;
  }
  .p-review01__lead__company__ceo__txt {
    font-size: 2rem;
    text-align: center;
  }
  .p-review01__lead__company__ceo__txt .small {
    font-size: 1.6rem;
    -webkit-transform: translateY(0.2em);
            transform: translateY(0.2em);
  }
  .p-review01__lead__company__txt {
    margin: 1.3rem 0 0;
    font-size: 1.6rem;
  }
  .p-review01__detail {
    padding: 11rem 0 10rem;
  }
  .p-review01__detail__head {
    margin-bottom: 3rem;
    padding: 1.3rem 0 1.3rem;
    font-size: 2.9rem;
    line-height: 1.2;
  }
  .p-review01__detail__head.--line2Pc {
    padding: 2.5rem 0 1.6rem;
  }
  .p-review01__detail__subHead {
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
  }
  .p-review01__detail__subHead.--detail01 {
    margin-bottom: 2rem;
  }
  .p-review01__detail__subHead.--detail02 {
    width: 101%;
  }
  .p-review01__detail__subHead.--detail05 {
    text-align: center;
  }
  .p-review01__detail__txt {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .p-review01__detail__img.--img01 {
    margin-top: 4.6rem;
    margin-bottom: 5.3rem;
  }
  .p-review01__detail__img__caption {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    text-align: center;
  }
  .p-review01__detail__inner {
    width: 82%;
    margin: auto;
  }
  .p-review01__detail__inner.--mgb70 {
    margin-bottom: 5rem;
  }
  .p-review01__detail__imgList {
    margin-top: 3rem;
  }
  .p-review01__detail__imgList.--col2 {
    margin-top: 4rem;
    margin-bottom: 3.7rem;
  }
  .p-review01__detail__imgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-review01__detail__imgList.--col3 .p-review01__detail__imgList__item {
    width: 32.3%;
  }
  .p-review01__detail__imgList.--col2 .p-review01__detail__imgList__item {
    width: 48%;
  }
  .p-review01__detail__imgList__item__head {
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
  }
  .p-review01__detail__imgList__item__caption {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .p-review01__detail__button {
    margin-top: 2.5rem;
    padding: 2rem 2.7rem 1.8rem 2.3rem;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .p-review01__detail__button::after {
    right: 1.9rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .p-review01__detail__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-review01__detail__block.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-review01__detail__block__txtArea {
    width: 50%;
  }
  .p-review01__detail__block__img {
    width: 41.2%;
  }
  .p-review01__detail__sumUpList {
    width: 100%;
    margin: 4.6rem auto 5.3rem;
  }
  .p-review01__detail__sumUpList__item {
    height: auto;
    padding: 1.9rem 0 1.7rem;
    border-radius: 9999px;
  }
  .p-review01__detail__sumUpList__item:nth-child(n+2) {
    margin-top: 1.8rem;
  }
  .p-review01__detail__backButton {
    width: 480px;
    margin-top: 8.4rem;
  }
}
@media screen and (max-width: 768px) {
  .pc-view {
    display: none !important;
  }
  .l-footer__contact__txt {
    font-size: 1.1rem;
  }
  .p-index__floatBanner.is-opened {
    height: 100vh;
  }
  .p-index__floatBanner__inner {
    width: 80%;
    padding: 10rem 0 0;
  }
  .p-index__floatBanner__list__item:nth-child(n+2) {
    margin-top: 2rem;
  }
  .p-index__mainVisual__buttonArea__block:nth-child(n+3) {
    margin-top: 0.6rem;
  }
  .p-index__detail__block__head.--nowrap {
    white-space: nowrap;
  }
  .p-index__story__interview__list__item:nth-child(n+2) {
    margin-top: 4rem;
  }
  .p-index__lineup__list__item:nth-child(n+3) {
    margin-top: 1rem;
  }
  .p-index__link__list__item:nth-child(n+2) {
    margin-top: 2rem;
  }
  .p-productStory__lead__supervisor__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-productStory__lead__supervisor__list__item:nth-child(n+2) {
    margin-top: 1.2rem;
  }
  .p-productStory__detail__block__img:nth-child(n+2) {
    margin-top: 1rem;
  }
  .p-review01__lead__company__block + .p-review01__lead__company__block {
    margin-top: 1.8rem;
  }
  .p-review01__lead__company__ceo__txtArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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: 68%;
    padding-left: 1.6rem;
    padding-bottom: 0.6rem;
  }
  .p-review01__detail__head.--line3 {
    padding: 1.5rem 0 1.2rem;
  }
  .p-review01__detail__head.--line1 {
    padding: 2.1rem 0 1.9rem;
  }
  .p-review01__detail__imgList__item:nth-child(n+2) {
    margin-top: 3.4rem;
  }
  .p-review01__detail__block__txtArea:nth-child(1), .p-review01__detail__block__img:nth-child(1) {
    margin-bottom: 2.8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-index__mainVisual__buttonArea__block {
    -webkit-box-pack: cneter;
        -ms-flex-pack: cneter;
            justify-content: cneter;
  }
  .p-index__mainVisual__buttonArea__block__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 3.5em;
    margin-bottom: 0.8rem;
    padding-left: 0;
    text-align: center;
  }
  .p-index__mainVisual__buttonArea__block__list {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */