@charset "UTF-8";
/* =====================================================
 Foudation
===================================================== */
/*
  Reset
-----------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*
  Base
-----------------------------------------------------*/
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  height: 100%;
  color: #263238;
  text-rendering: optimizeLegibility;
  font: 1em/1.5 "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  padding-top: 2.5em;
}

@media screen and (min-width: 768px) {
  padding-top: 5.5em;
}

@media screen and (min-width: 1000px) {
  body {
    padding-top: 7.5em;
  }
}

body.is-drawerActive {
  overflow: hidden;
}

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

a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ol {
  list-style-type: decimal;
}

main {
  overflow: hidden;
}

/* =====================================================
 Layout
===================================================== */
/*
  Layout
======================================================*/
/*
  Centering
-----------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.l-wrapper {
  width: 90%;
  margin: 0 auto;
}

.l-wrapper.-narrow {
  width: 70%;
  max-width: 520px;
}

.l-wrapper.-lead-2 {
  width: 70%;
  max-width: 520px;
}

@media screen and (min-width: 1000px) {
  .l-container {
    max-width: 1000px;
  }
  .l-wrapper.-lead-2 {
    width: 100%;
    max-width: 1000px;
  }
}

/* =====================================================
 Componet
===================================================== */
/*
  Button
*/
.c-button {
  display: inline-block;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
  Grid
*/
.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-grid.-sp1s40 {
  margin: -40px;
}

.c-grid.-sp2s24 {
  margin: -12px;
}

.c-grid.-sp2s10 {
  margin: -5px;
}

.c-grid__item.-sp1s40 {
  width: 100%;
  margin: 40px;
}

.c-grid__item.-sp2s24 {
  width: calc(100% / 2 - 24px);
  margin: 12px;
}

.c-grid__item.-sp2s10 {
  width: calc(100% / 2 - 10px);
  margin: 5px;
}

@media screen and (min-width: 768px) {
  .c-grid.-tab2s40 {
    margin: -20px;
  }
  .c-grid.-tab2s20 {
    margin: -10px;
  }
  .c-grid__item.-tab2s40 {
    width: calc(100% / 2 - 40px);
    margin: 20px;
  }
  .c-grid__item.-tab2s20 {
    width: calc(100% / 2 - 20px);
    margin: 10px;
  }
}

@media screen and (min-width: 1000px) {
  .c-grid.-pc4s20 {
    margin: -10px;
  }
  .c-grid__item.-pc4s20 {
    width: calc(100% / 4 - 20px);
    margin: 10px;
  }
  .c-grid.-pc2s64 {
    margin: -32px;
  }
  .c-grid__item.-pc2s64 {
    width: calc(100% / 2 - 64px);
    margin: 32px;
  }
}

/*
 Youtube
 */
.c-youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.c-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

.c-youtube__thumbnail img {
  width: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
 Card
 */
.c-card,
.c-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-decoration: none;
}

/*
 Media
 */
.c-media {
  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;
}

.c-media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-media__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.c-media__thumbnail {
  width: 30%;
  max-width: 270px;
}

/* =====================================================
 Project
===================================================== */
/*
Header
========================================*/
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

.l-header__upper {
  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;
  padding-right: 2.75rem;
}

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

@media screen and (min-width: 768px) {
  .l-header__upper {
    padding-right: 5.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .l-header__upper {
    padding-right: 0;
  }
  .l-header__centerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*
Header
-------------------------------*/
.p-header {
  background-color: #282E3F;
}

.p-header__logo {
  padding-left: .25rem;
}

.p-headerLang__text {
  margin-bottom: .25rem;
  font-size: .625rem;
  line-height: 1;
  color: #fff;
}

.p-languages {
  font-size: .75em;
  line-height: 1.0;
}

.p-languages__item {
  display: inline-block;
}

.p-languages__icon {
  display: inline-block;
  width: 14px;
  vertical-align: middle;
}

.p-languages__link {
  display: inline-block;
  padding: 0 0.25rem;
  font-size: .75rem;
  line-height: 1.0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.p-headerTel {
  position: absolute;
  display: none;
}

.p-headerTime {
  position: absolute;
  display: none;
}

.p-headerMail {
  position: relative;
}

.p-headerMail::before {
  content: "CONTACT";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: .625rem;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0;
  -webkit-transform: translate(0.7);
          transform: translate(0.7);
  letter-spacing: -0.04rem;
}

.p-headerMail__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: 44px;
  height: 44px;
  text-decoration: none;
  cursor: pointer;
  background-color: #AE8B5D;
}

.p-headerMail__button img {
  width: 24px;
  vertical-align: middle;
}

.p-headerMail__text {
  display: none;
}

.p-logo {
  display: inline-block;
  text-decoration: none;
  width: 97.5px;
}

.p-logo.-footer {
  display: inline-block;
  text-decoration: none;
  width: 224px;
}

@media screen and (min-width: 768px) {
  .p-header__logo {
    padding-left: 1.25rem;
  }
  .p-headerLang__text {
    margin-bottom: .5rem;
    font-size: 1.25rem;
  }
  .p-languages {
    font-size: 1em;
  }
  .p-languages__icon {
    width: 24px;
  }
  .p-languages__link {
    padding: 0 0.5rem;
    font-size: 1rem;
  }
  .p-headerMail::before {
    font-size: .875rem;
    -webkit-transform: translate(1);
            transform: translate(1);
    letter-spacing: 0.03rem;
    line-height: 1.5;
  }
  .p-headerMail__button {
    width: 88px;
    height: 88px;
  }
  .p-headerMail__button img {
    width: 48px;
  }
  .p-logo {
    display: inline-block;
    text-decoration: none;
    width: 185px;
  }
  .p-logo.-footer {
    display: inline-block;
    text-decoration: none;
    width: 448px;
  }
}

@media screen and (min-width: 1000px) {
  .p-header__logo {
    padding-left: 1rem;
  }
  .p-headerLang__text {
    margin-bottom: .5rem;
    font-size: .925rem;
  }
  .p-languages {
    font-size: .75em;
  }
  .p-languages__icon {
    width: 20px;
  }
  .p-languages__link {
    padding: 0 0.75rem;
    font-size: .75rem;
  }
  .p-headerTel {
    display: block;
  }
  .p-headerTel {
    position: relative;
    display: block;
    padding-left: 3rem;
    padding-right: 1rem;
    border-left: 1px solid #fff;
  }
  .p-headerTel::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: .75rem;
    width: 1.75rem;
    margin: auto 0;
    background-image: url("../images/icon-tel@2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .p-headerTel li,
  .p-headerTel li a {
    font-size: .875rem;
    line-height: 1.125;
    color: #fff;
  }
  .p-headerTel li:first-child {
    margin-bottom: .5rem;
  }
  .p-headerTel li a {
    text-decoration: none;
  }
  .p-headerTel__label {
    position: relative;
    display: inline-block;
    margin-right: .25rem;
    width: 5.5rem;
    text-align: center;
    vertical-align: middle;
  }
  .p-headerTel__label::before,
  .p-headerTel__label::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 4px;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .p-headerTel__label::before {
    left: 0;
    border-left: 1px solid #fff;
  }
  .p-headerTel__label::after {
    right: 0;
    border-right: 1px solid #fff;
  }
  .p-headerTime {
    position: static;
    display: block;
    padding-left: 1rem;
    font-size: .875rem;
    color: #fff;
    line-height: 1.0;
    border-left: 1px solid #fff;
  }
  .p-headerTime__term {
    margin-bottom: .25rem;
  }
  .p-headerMail {
    position: static;
  }
  .p-headerMail::before {
    content: "";
  }
  .p-headerMail__button {
    width: 124px;
    height: 88px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: .75rem;
  }
  .p-headerMail__button img {
    width: 24px;
  }
  .p-headerMail__text {
    display: inline-block;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
    color: #fff;
  }
}

/*
GrobalNav
--------------------------------------------*/
.p-globalNav {
  position: absolute;
  top: 44px;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding: .5rem 2.5rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #353D4E;
  -webkit-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.16);
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
}

.is-drawerActive .p-globalNav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-globalNav__items {
  margin-bottom: 1rem;
}

.p-globalNav__items li {
  border-bottom: 1px solid #fff;
}

.p-globalNav__items li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  padding: 1rem 0 1rem 1.5rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
}

.p-globalNav__items li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  display: block;
  width: .75rem;
  height: .75rem;
  background-color: #AE8B5D;
}

@media screen and (min-width: 768px) {
  .p-globalNav {
    top: 88px;
    padding: 1rem 5rem;
  }
  .p-globalNav__items {
    margin-bottom: 2rem;
  }
  .p-globalNav__items li {
    border-bottom: 2px solid #fff;
  }
  .p-globalNav__items li a {
    padding: 2rem 0 2rem 3rem;
    font-size: 2rem;
  }
  .p-globalNav__items li a::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .p-globalNav {
    position: static;
    width: 100%;
    height: auto;
    padding: .5rem 2.5rem;
    overflow-y: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .is-drawerActive .p-globalNav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-globalNav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .p-globalNav__items li {
    border-bottom: none;
    display: inline-block;
    padding-bottom: .25rem;
    font-size: 1rem;
    line-height: 1;
  }
  .p-globalNav__items li + li {
    border-left: 2px solid #AE8B5D;
  }
  .p-globalNav__items li a {
    display: inline-block;
    position: static;
    width: auto;
    padding: 0 .75rem;
    font-size: 1rem;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
  }
  .p-globalNav__items li a::before {
    display: none;
  }
}

/*
Hamburger
------------------------------------------*/
.p-hamburger {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  left: auto;
  z-index: 11;
  display: block;
  margin: auto 0;
  width: 18px;
  height: 18px;
  outline: 0;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: 0 0 40px transparent;
  box-shadow: 0 0 40px transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.p-hamburger:focus {
  -webkit-box-shadow: 0 0 0 1px #212121;
  box-shadow: 0 0 0 1px #212121;
}

.p-hamburger::before {
  content: "MENU";
  position: absolute;
  bottom: -12px;
  left: -6.5px;
  font-size: .625rem;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(0.7);
          transform: translate(0.7);
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 2px;
  border-radius: .25em;
  background-color: #fff;
  -webkit-transition: all .25s .25s;
  transition: all .25s .25s;
}

.is-drawerActive .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger__line:before, .p-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #fff;
  content: '';
}

.p-hamburger__line:before {
  top: -6px;
  -webkit-animation: hamburger-top .75s forwards;
          animation: hamburger-top .75s forwards;
}

@-webkit-keyframes hamburger-top {
  0% {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes hamburger-top {
  0% {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.is-drawerActive .p-hamburger__line:before {
  background-color: #fff;
  -webkit-animation: hamburger-top-active .75s forwards;
          animation: hamburger-top-active .75s forwards;
}

@-webkit-keyframes hamburger-top-active {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
}

@keyframes hamburger-top-active {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
}

.p-hamburger__line:after {
  top: 6px;
  -webkit-animation: hamburger-bottom .75s forwards;
          animation: hamburger-bottom .75s forwards;
}

@-webkit-keyframes hamburger-bottom {
  0% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(0);
            transform: translateY(-6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes hamburger-bottom {
  0% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(0);
            transform: translateY(-6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.is-drawerActive .p-hamburger__line::after {
  background-color: #fff;
  -webkit-animation: hamburger-bottom-active .75s forwards;
          animation: hamburger-bottom-active .75s forwards;
}

@-webkit-keyframes hamburger-bottom-active {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(0);
            transform: translateY(-6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
}

@keyframes hamburger-bottom-active {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(0);
            transform: translateY(-6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
}

@media screen and (min-width: 768px) {
  .p-hamburger {
    right: 24px;
    width: 36px;
    height: 36px;
    -webkit-box-shadow: 0 0 40px transparent;
    box-shadow: 0 0 40px transparent;
  }
  .p-hamburger::before {
    bottom: -24px;
    left: -4px;
    font-size: .925rem;
    -webkit-transform: translate(1);
            transform: translate(1);
  }
  .p-hamburger:focus {
    -webkit-box-shadow: 0 0 0 2px #212121;
    box-shadow: 0 0 0 2px #212121;
  }
  .p-hamburger__line {
    height: 4px;
    border-radius: .5em;
  }
  .p-hamburger__line:before {
    top: -12px;
    -webkit-animation: hamburger-top .75s forwards;
            animation: hamburger-top .75s forwards;
  }
  @-webkit-keyframes hamburger-top {
    0% {
      -webkit-transform: translateY(12px) rotate(45deg);
              transform: translateY(12px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(12px) rotate(0);
              transform: translateY(12px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes hamburger-top {
    0% {
      -webkit-transform: translateY(12px) rotate(45deg);
              transform: translateY(12px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(12px) rotate(0);
              transform: translateY(12px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes hamburger-top-active {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(12px) rotate(0);
              transform: translateY(12px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(12px) rotate(45deg);
              transform: translateY(12px) rotate(45deg);
    }
  }
  @keyframes hamburger-top-active {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(12px) rotate(0);
              transform: translateY(12px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(12px) rotate(45deg);
              transform: translateY(12px) rotate(45deg);
    }
  }
  .p-hamburger__line:after {
    top: 12px;
    -webkit-animation: hamburger-bottom .75s forwards;
            animation: hamburger-bottom .75s forwards;
  }
  @-webkit-keyframes hamburger-bottom {
    0% {
      -webkit-transform: translateY(-12px) rotate(-45deg);
              transform: translateY(-12px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-12px) rotate(0);
              transform: translateY(-12px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes hamburger-bottom {
    0% {
      -webkit-transform: translateY(-12px) rotate(-45deg);
              transform: translateY(-12px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-12px) rotate(0);
              transform: translateY(-12px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes hamburger-bottom-active {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-12px) rotate(0);
              transform: translateY(-12px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-12px) rotate(-45deg);
              transform: translateY(-12px) rotate(-45deg);
    }
  }
  @keyframes hamburger-bottom-active {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-12px) rotate(0);
              transform: translateY(-12px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-12px) rotate(-45deg);
              transform: translateY(-12px) rotate(-45deg);
    }
  }
}

@media screen and (min-width: 1000px) {
  .p-hamburger {
    display: none;
  }
}

/*
footer
========================================*/
.p-footer {
  padding: 1rem;
  background-image: url("../images/bg-footer-min.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.p-footer__inner {
  padding-bottom: 2.5rem;
}

.p-footer__logo {
  margin-bottom: .5rem;
}

.p-footerOffice {
  margin-bottom: .5rem;
  font-size: .75rem;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.03;
}

.p-footerOffice__tel {
  display: inline-block;
}

.p-footerOffice__tel a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.p-footerNav {
  display: none;
}

.p-footerTEL {
  margin-bottom: .5rem;
}

.p-footerTEL__tel {
  position: relative;
  padding-left: 2.125rem;
}

.p-footerTEL__tel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.75rem;
  margin: auto 0;
  background-image: url("../images/icon-tel@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-footerTEL__tel li,
.p-footerTEL__tel li a {
  font-size: .75rem;
  line-height: 1.125;
  color: #fff;
}

.p-footerTEL__tel.-globalNav li,
.p-footerTEL__tel.-globalNav li a {
  font-size: 1rem;
}

.p-footerTEL__tel li {
  margin-bottom: .5rem;
}

.p-footerTEL__tel li a {
  text-decoration: none;
}

.p-footerTEL__label {
  position: relative;
  display: inline-block;
  margin-right: .25rem;
  width: 5rem;
  text-align: center;
  vertical-align: middle;
}

.p-footerTEL__label.-globalNav {
  width: 6.5rem;
}

.p-footerTEL__label::before,
.p-footerTEL__label::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 4px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.p-footerTEL__label::before {
  left: 0;
  border-left: 1px solid #fff;
}

.p-footerTEL__label::after {
  right: 0;
  border-right: 1px solid #fff;
}

.p-footerTEL__time {
  font-size: .8125rem;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.p-footerPersonalInfo {
  font-size: .75rem;
  line-height: 1.25;
  color: #fff;
  letter-spacing: 0.03rem;
}

.p-footerPersonalInfo a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.p-footer__copyright {
  font-size: .625rem;
  line-height: 1.0;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footer {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  .p-footer__inner {
    padding-bottom: 5rem;
  }
  .p-footer__logo {
    margin-bottom: 1rem;
  }
  .p-footerOffice {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }
  .p-footerTEL {
    margin-bottom: 1rem;
  }
  .p-footerTEL__tel {
    padding-left: 4.25rem;
  }
  .p-footerTEL__tel::before {
    width: 3.5rem;
  }
  .p-footerTEL__tel li,
  .p-footerTEL__tel li a {
    font-size: 1.5rem;
  }
  .p-footerTEL__tel.-globalNav li,
  .p-footerTEL__tel.-globalNav li a {
    font-size: 1.75rem;
  }
  .p-footerTEL__tel li {
    margin-bottom: 1rem;
  }
  .p-footerTEL__label {
    margin-right: .5rem;
    width: 10rem;
  }
  .p-footerTEL__label.-globalNav {
    width: 13rem;
  }
  .p-footerTEL__label::before,
  .p-footerTEL__label::after {
    content: "";
    width: 8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .p-footerTEL__label::before {
    border-left: 2px solid #fff;
  }
  .p-footerTEL__label::after {
    border-right: 2px solid #fff;
  }
  .p-footerTEL__time {
    font-size: .8125rem;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  .p-footerPersonalInfo {
    font-size: 1.125rem;
    letter-spacing: 0.06rem;
  }
  .p-footer__copyright {
    font-size: .875rem;
  }
}

@media screen and (min-width: 1000px) {
  .p-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-footerTEL.-globalNav {
    display: none;
  }
  .p-footerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: 45%;
  }
  .p-footerNav li {
    margin-bottom: 1.5rem;
  }
  .p-footerNav li:nth-child(odd) {
    width: 60%;
  }
  .p-footerNav li:nth-child(even) {
    width: 40%;
  }
  .p-footerNav li a {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    font-size: .925rem;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .p-footerNav li a::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: .75rem;
    height: .75rem;
    background-color: #AE8B5D;
  }
}

/*
common
========================================*/
.p-pageTitle {
  padding: 3.5rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  line-height: 3;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-pageTitle__en {
  display: block;
  font-size: 1rem;
  line-height: 1.0;
}

.p-pageTitle.-aboutUs {
  background-image: url("../images/bg-aboutus-min.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-pageTitle.-customerCase {
  background-image: url("../images/bg-customer-case-min.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-pageTitle.-faq {
  background-image: url("../images/bg-faq-min.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-pageTitle.-consultation {
  background-image: url("../images/bg-consultation-min.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-pageLead {
  margin-top: .8625rem;
  font-size: .625rem;
  line-height: 2;
  letter-spacing: 0.03rem;
  color: #fff;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-pageTitle {
    padding: 5rem 0;
    font-size: 2.25rem;
    line-height: 2;
  }
  .p-pageTitle__en {
    font-size: 1.875rem;
  }
  .p-pageLead {
    margin-top: 1.25rem;
    font-size: .875rem;
    line-height: 2;
  }
}

.p-pageHeading {
  position: relative;
  font-size: 1rem;
  color: #D4C1A9;
  text-align: center;
  line-height: 2;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-pageHeading::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5rem;
  height: 1px;
  margin: 0 auto;
  background-color: #AE8B5D;
}

.p-pageHeading__en {
  display: block;
  font-size: .75rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-pageHeading {
    font-size: 1.875rem;
    line-height: 2;
  }
  .p-pageHeading::before {
    width: 10rem;
    height: 2px;
  }
  .p-pageHeading__en {
    font-size: 1.375rem;
    line-height: 1;
  }
}

/*
Heading1
------------------------------------*/
.p-heading-1 {
  margin-bottom: 1.125rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #353D4E;
  line-height: 2;
  letter-spacing: 0.03rem;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-heading-1 strong {
  color: #AE8B5D;
}

.p-heading__en-1 {
  display: block;
  font-size: .75rem;
  font-weight: bold;
  color: #AE8B5D;
  line-height: 1;
}

.p-heading__sidebar-1 {
  position: relative;
  display: inline-block;
}

.p-heading__sidebar-1::before,
.p-heading__sidebar-1::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.5rem;
  height: 1px;
  background-color: #AE8B5D;
}

.p-heading__sidebar-1::before {
  left: 0;
  -webkit-transform: translateX(-120%) translateY(-50%);
          transform: translateX(-120%) translateY(-50%);
}

.p-heading__sidebar-1::after {
  right: 0;
  -webkit-transform: translateX(120%) translateY(-50%);
          transform: translateX(120%) translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-heading-1 {
    margin-bottom: 2rem;
    font-size: 2.25rem;
    letter-spacing: 0.06rem;
  }
  .p-heading__en-1 {
    font-size: 1.25rem;
  }
  .p-heading__sidebar-1::before,
  .p-heading__sidebar-1::after {
    width: 2rem;
    height: 2px;
  }
}

/*Headig-2
------------------------------------------------*/
.p-heading-2 {
  position: relative;
  margin-bottom: 1.125rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #353D4E;
  line-height: 2;
  letter-spacing: 0.03rem;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-heading-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6.5rem;
  height: 1px;
  margin: 0 auto;
  background-color: #AE8B5D;
}

.p-heading-2 strong {
  color: #AE8B5D;
}

.p-heading__en-2 {
  display: block;
  font-size: .825rem;
  font-weight: bold;
  color: #AE8B5D;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-heading-2 {
    margin-bottom: 2.25rem;
    font-size: 2.25rem;
    letter-spacing: 0.06rem;
  }
  .p-heading-2::before {
    content: "";
    width: 13rem;
    height: 2px;
  }
  .p-heading__en-2 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1000px) {
  .p-heading-2 {
    margin-bottom: 2rem;
    font-size: 1.875rem;
  }
  .p-heading__en-2 {
    font-size: 1.375rem;
  }
}

/*HeadingLead
------------------------------------*/
.p-heading__lead-front {
  margin-bottom: 2rem;
  font-size: .625rem;
  color: #231815;
  line-height: 1.75;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-heading__lead-front {
    margin-bottom: 4rem;
    font-size: 1rem;
  }
}

/*
Button
--------------------------------------------*/
.p-button {
  position: relative;
  z-index: 1;
  width: 7.5rem;
  padding-left: .625rem;
  font-size: .625rem;
  text-align: left;
  line-height: 2.5;
}

.p-button.-primary {
  background-color: #95011B;
  color: #fff;
}

.p-button.-secondary {
  background-color: #CE945A;
  color: #fff;
}

.p-button.-small {
  width: 6rem;
}

.p-button.-large {
  width: 9rem;
}

.p-button__square {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 1.5rem;
  height: 100%;
}

.p-button__square.-primary {
  background-color: #60011B;
}

.p-button__square.-secondary {
  background-color: #BE8753;
}

.p-button__square::before,
.p-button__square::after {
  content: "";
  position: absolute;
  top: 50%;
  width: .5rem;
  height: .5rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-button__square::before {
  right: 8px;
}

.p-button__square::after {
  right: 10px;
}

.p-button__square.-primary::before,
.p-button__square.-secondary::before {
  background-color: #fff;
}

.p-button__square.-primary::after {
  background-color: #60011B;
}

.p-button__square.-secondary::after {
  background-color: #BE8753;
}

@media screen and (min-width: 768px) {
  .p-button {
    width: 15rem;
    padding-left: 1.25rem;
    font-size: 1.25rem;
  }
  .p-button.-small {
    width: 12rem;
  }
  .p-button.-large {
    width: 18rem;
  }
  .p-button__square {
    width: 3rem;
  }
  .p-button__square::before,
  .p-button__square::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
  }
  .p-button__square::before {
    right: 16px;
  }
  .p-button__square::after {
    right: 18px;
  }
}

@media screen and (min-width: 1000px) {
  .p-button.-pcsmall {
    width: 9rem;
    padding-left: .75rem;
    font-size: .875rem;
    line-height: 2;
  }
  .p-button__square.-pcsmall {
    width: 2rem;
  }
  .p-button__square.-pcsmall::before,
  .p-button__square.-pcsmall::after {
    content: "";
    position: absolute;
    width: .875rem;
    height: .875rem;
  }
  .p-button__square.-pcsmall::before {
    right: 12px;
  }
  .p-button__square.-pcsmall::after {
    right: 14px;
  }
}

/*
NewsList
----------------------------------*/
.p-newsList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.p-newsList__date {
  display: block;
  min-width: 3.75rem;
  padding: .25rem 0;
  border-bottom: 3px solid #AE8B5D;
  font-size: .75rem;
  color: #AE8B5D;
  line-height: 1.833333333;
}

.p-newsList__title {
  display: block;
  padding: .25rem 0 .25rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 0.25px solid #AE8B5D;
  font-size: .75rem;
  color: #353D4E;
  line-height: 1.833333333;
}

@media screen and (min-width: 768px) {
  .p-newsList__date {
    display: block;
    min-width: 7.2rem;
    padding: 1rem 0;
    border-bottom: 6px solid #AE8B5D;
    font-size: 1.3rem;
  }
  .p-newsList__title {
    padding: 1rem 0 .5rem 2rem;
    border-bottom: 0.5px solid #AE8B5D;
    font-size: 1.3rem;
  }
}

/*
Breadcrumb
--------------------------------------------*/
.p-breadcrumb {
  display: block;
  padding: .125rem 0;
  background-color: #F2EBDB;
}

.p-breadcrumb__item {
  display: inline-block;
  font-size: .75rem;
  line-height: 1.0;
  letter-spacing: 0.03;
  color: #000000;
}

.p-breadcrumb__item.-hasNext {
  position: relative;
  padding-right: 1rem;
}

.p-breadcrumb__item.-hasNext::before {
  content: ">";
  position: absolute;
  top: 0;
  right: 0.125rem;
  bottom: 0;
  margin: auto 0;
}

.p-breadcrumb__item a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .p-breadcrumb {
    display: block;
    padding: .25rem 0;
  }
  .p-breadcrumb__item {
    font-size: 1rem;
  }
  .p-breadcrumb__item.-hasNext {
    padding-right: 1.25rem;
  }
  .p-breadcrumb__item.-hasNext::before {
    font-size: 1rem;
    right: 0.25rem;
  }
}

/*
Frontpage
==========================*/
/*
Hero
-----------------------------------------*/
.p-hero {
  padding: 3.5rem 0 2rem;
  background-image: url("../images/hero-frontpage@2x-min.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-hero__heading {
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: bold;
  color: #231815;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  text-align: center;
  text-shadow: 2px  2px 6px #ffffff,
 -2px  2px 6px #ffffff,
 2px -2px 6px #ffffff,
 -2px -2px 6px #ffffff,
 2px  0px 6px #ffffff,
 0px  2px 6px #ffffff,
 -2px  0px 6px #ffffff,
 0px -2px 6px #ffffff;
}

.p-hero__lead {
  font-weight: bold;
  color: #231815;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  text-align: center;
  text-shadow: 2px  2px 6px #ffffff,
 -2px  2px 6px #ffffff,
 2px -2px 6px #ffffff,
 -2px -2px 6px #ffffff,
 2px  0px 6px #ffffff,
 0px  2px 6px #ffffff,
 -2px  0px 6px #ffffff,
 0px -2px 6px #ffffff;
}

.p-hero__lead .-primary {
  display: block;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
}

.p-hero__lead .-secondary {
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
}

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

@media screen and (min-width: 768px) {
  .p-hero {
    padding: 7rem 0 4rem;
  }
  .p-hero__heading {
    margin-bottom: 1rem;
    font-size: 1.625rem;
    letter-spacing: 0.06rem;
  }
  .p-hero__lead {
    letter-spacing: 0.06rem;
  }
  .p-hero__lead .-primary {
    margin-bottom: 6rem;
    font-size: 3rem;
  }
  .p-hero__lead .-secondary {
    margin-bottom: 2rem;
    font-size: 2em;
  }
}

@media screen and (min-width: 1000px) {
  .p-hero {
    padding: 16rem 0 1.5rem;
  }
  .p-hero__heading {
    margin-bottom: 1rem;
    font-size: 1.75rem;
    letter-spacing: 0.06rem;
  }
  .p-hero__lead {
    letter-spacing: 0.06rem;
  }
  .p-hero__lead .-primary {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
  .p-hero__lead .-secondary {
    margin-bottom: 2rem;
    font-size: 1.5em;
  }
}

/*
Lead1
---------------------------------------*/
.p-lead-1 {
  position: relative;
  z-index: 2;
  padding: 1.5rem 0 7rem;
  background-color: #FFFAE8;
}

.p-lead-1::before,
.p-lead-2::before {
  position: absolute;
  z-index: 3;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #353D4E transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(100%) translateX(-50%);
          transform: translateY(100%) translateX(-50%);
}

.p-lead-1::before {
  border-color: #FFFAE8 transparent transparent transparent;
}

.p-lead-2::before {
  border-color: #131B30 transparent transparent transparent;
}

.p-lead__text-1,
.p-lead__text-2 {
  color: #000;
  letter-spacing: 0.03rem;
  text-align: center;
}

.p-lead__text-1 {
  margin-bottom: .75rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-lead__text-1 strong {
  font-size: 1.875rem;
}

.p-lead__text-2 {
  font-size: .75rem;
  line-height: 2.5;
}

.p-lead__illust-1 {
  position: absolute;
  bottom: 4%;
  right: 45%;
  display: block;
  width: 66px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.p-lead__illust-2 {
  position: absolute;
  bottom: 8%;
  left: 50%;
  display: block;
  width: 80px;
}

@media screen and (min-width: 768px) {
  .p-lead-1 {
    padding: 3rem 0 14rem;
  }
  .p-lead-1::before,
  .p-lead-2::before {
    border-width: 24px 20px 0 20px;
  }
  .p-lead__text-1,
  .p-lead__text-2 {
    letter-spacing: 0.06rem;
  }
  .p-lead__text-1 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .p-lead__text-1 strong {
    font-size: 3.5rem;
  }
  .p-lead__text-2 {
    font-size: 1.25rem;
    line-height: 2.5;
  }
  .p-lead__illust-1 {
    width: 132px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .p-lead__illust-2 {
    width: 380px;
  }
}

@media screen and (min-width: 1000px) {
  .p-lead-1 {
    padding: 3rem 0 3rem;
  }
  .p-lead-1::before,
  .p-lead-2::before {
    border-width: 24px 20px 0 20px;
  }
  .p-lead__text-1,
  .p-lead__text-2 {
    letter-spacing: 0.06rem;
  }
  .p-lead__text-1 {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }
  .p-lead__text-1 strong {
    font-size: 2.75rem;
  }
  .p-lead__text-2 {
    line-height: 1.5;
    font-size: .875rem;
  }
  .p-lead__illust-1 {
    width: 200px;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  .p-lead__illust-2 {
    width: 240px;
    -webkit-transform: translateX(220px);
            transform: translateX(220px);
  }
}

/*
Lead2
----------------------------------------*/
.p-lead-2 {
  position: relative;
  z-index: 1;
  padding: 1.5rem 0;
  background-color: #131B30;
}

.p-lead__body-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-lead__text-3 {
  margin-bottom: .5rem;
  font-size: .875rem;
  color: #fff;
  line-height: 1.333;
  letter-spacing: 0.03rem;
}

.p-lead__text-3 .-note {
  display: block;
  font-size: .625rem;
}

.p-lead__text-4 {
  font-size: .75rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}

.p-lead__text-4 strong {
  font-size: 1.125rem;
  color: #D4C1A9;
  line-height: 1.25;
}

.p-lead__image {
  margin: 0 auto 1rem;
  width: 100%;
  max-width: 520px;
}

.p-lead__illust-3 {
  position: absolute;
  bottom: -1rem;
  left: 11rem;
  display: block;
  width: 86px;
}

@media screen and (min-width: 768px) {
  .p-lead-2 {
    padding: 3rem 0;
  }
  .p-lead__text-3 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
    letter-spacing: 0.06rem;
  }
  .p-lead__text-3 .-note {
    display: block;
    font-size: .875rem;
  }
  .p-lead__text-4 {
    font-size: 1.5rem;
    letter-spacing: 0.08rem;
  }
  .p-lead__text-4 strong {
    font-size: 2.25rem;
  }
  .p-lead__image {
    margin: 0 auto 1rem;
    width: 100%;
  }
  .p-lead__illust-3 {
    bottom: -2rem;
    left: 22rem;
    width: 172px;
  }
}

@media screen and (min-width: 1000px) {
  .p-lead__body-2 {
    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;
  }
  .p-lead__textWrap {
    width: 53%;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
  .p-lead__text-3 {
    margin-bottom: 2rem;
    font-size: 1.375rem;
    letter-spacing: 0.06rem;
  }
  .p-lead__text-3 .-note {
    font-size: .75rem;
  }
  .p-lead__text-4 {
    font-size: 1.25rem;
    letter-spacing: 0.04rem;
  }
  .p-lead__text-4 strong {
    font-size: 2rem;
  }
  .p-lead__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-lead__illust-3 {
    bottom: 0;
    left: auto;
    right: 0;
    width: 172px;
  }
}

/*
CustomerCase
---------------------------------------*/
.p-customerCase-front {
  padding: 2rem 0 2.5rem;
  background-color: #FFFAE8;
}

.p-customerCase__detail-front {
  max-width: 520px;
  margin: 0 auto 4rem;
}

.p-customerCase__image-front {
  width: 305px;
  margin: 0 auto 1rem;
}

.p-customerCase__beforegiving-front {
  width: 223.5px;
}

.p-customerCase__message-front {
  margin-bottom: .25rem;
  font-size: .875rem;
  line-height: 2;
}

.p-customerCase__message-front strong {
  font-size: 1.625rem;
  color: #AE8B5D;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .p-customerCase-front {
    padding: 4rem 0 5rem;
  }
  .p-customerCase__detail-front {
    max-width: 768px;
    margin: 0 auto 8rem;
  }
  .p-customerCase__image-front {
    width: 610px;
    margin: 0 auto 2rem;
  }
  .p-customerCase__beforegiving-front {
    width: 447px;
  }
  .p-customerCase__message-front {
    margin-bottom: .5rem;
    font-size: 1.75rem;
  }
  .p-customerCase__message-front strong {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-customerCase__detail-front {
    max-width: none;
    margin: 0 auto 1.5rem;
  }
  .p-customerCase__footWrap-front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-customerCase__image-front {
    width: 40%;
  }
  .p-customerCase__footInner-front {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 5rem;
    padding-left: 1.5rem;
  }
  .p-customerCase__beforegiving-front {
    width: 270px;
  }
  .p-customerCase__message-front {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .p-customerCase__message-front strong {
    font-size: 2rem;
  }
}

/*
caseItems
----------------------------------------------*/
.p-caseItems-front {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-caseItems__item-front {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-caseItems__number-front {
  width: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-caseItems__body-front {
  width: 90%;
  border: 1px solid #AE8B5D;
  margin: -2.5rem auto 0;
  background-color: #353D4E;
  border-radius: .25rem;
  padding: 0 .5rem .5rem;
  opacity: 0.9;
}

.p-caseItems__text-front {
  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;
  min-height: 2.5rem;
  font-size: .75rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.25;
}

.p-caseItems__innertext-front {
  display: block;
}

.p-caseItems__button-front {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-caseItems__number-front {
    width: 10rem;
  }
  .p-caseItems__body-front {
    border: 2px solid #AE8B5D;
    margin: -5rem auto 0;
    border-radius: .5rem;
    padding: 0 1rem 1rem;
    opacity: 0.9;
  }
  .p-caseItems__text-front {
    min-height: 5rem;
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1000px) {
  .p-caseItems__number-front {
    width: 7.5rem;
  }
  .p-caseItems__body-front {
    border: 1px solid #AE8B5D;
    margin: -3.75rem auto 0;
    border-radius: .375rem;
    padding: 0 .5rem .75rem;
    opacity: 0.9;
  }
  .p-caseItems__text-front {
    min-height: 3.75rem;
    font-size: .875rem;
  }
}

/*
strongPoint
--------------------------------------*/
.p-strongPoint {
  padding-top: 2rem;
}

.p-strongPoint__body {
  position: relative;
  min-height: 13rem;
  background-image: url("../images/bg-strongpoint@2x-min.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-strongPoint__inner {
  display: block;
  position: relative;
  width: 12.5rem;
  min-height: 13rem;
  padding: 1rem 0 2rem 1rem;
  background-color: #353D4E;
  opacity: 0.7;
}

.p-strongPoint__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(99%);
          transform: translateX(99%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 13rem 2.5rem;
  border-color: transparent transparent transparent #353D4E;
}

.p-strongPoint__text1-front {
  margin-bottom: .25rem;
  font-size: .825rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.03rem;
  color: #fff;
}

.p-strongPoint__text2-front {
  font-size: .625rem;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  color: #fff;
}

.p-strongPoint__button-front {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-strongPoint {
    padding-top: 4rem;
  }
  .p-strongPoint__body {
    min-height: 26rem;
  }
  .p-strongPoint__inner {
    width: 25rem;
    min-height: 26rem;
    padding: 2rem 0 4rem 2rem;
  }
  .p-strongPoint__inner::before {
    border-width: 0px 0 26rem 5rem;
  }
  .p-strongPoint__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-99%);
            transform: translateX(-99%);
    width: 50vw;
    height: 100%;
    background-color: #353D4E;
  }
  .p-strongPoint__text1-front {
    margin-bottom: .5rem;
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
  .p-strongPoint__text2-front {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.06rem;
  }
  .p-strongPoint__button-front {
    bottom: 2rem;
    left: calc( ( 50vw - 384px ) + 2rem);
    opacity: 1;
  }
}

@media screen and (min-width: 1000px) {
  .p-strongPoint__button-front {
    left: calc( ( 50vw - 500px ) + 2rem);
    opacity: 1;
  }
}

/*
topics
----------------------------------------*/
.p-topics {
  padding-top: 2rem;
}

.p-topics__newsList {
  margin-bottom: 1.25rem;
}

.p-topics__button {
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-article {
  padding-top: 2.5rem;
}

.p-article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-article__title {
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #353D4E;
  line-height: 1.25;
  letter-spacing: 0.03rem;
}

.p-article__date {
  font-size: .75rem;
  line-height: 2;
  color: #AE8B5D;
}

.p-article__contents p {
  margin-bottom: 1rem;
  font-size: .75rem;
  color: #3E3A39;
  line-height: 2;
}

.p-article__contents figure {
  margin-bottom: 1.5rem;
  text-align: center;
}

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

@media screen and (min-width: 768px) {
  .p-topics {
    padding-top: 4rem;
  }
  .p-topics__newsList {
    margin-bottom: 2.5rem;
  }
  .p-topics__button {
    margin-bottom: 5rem;
  }
  .p-article {
    padding-top: 5rem;
  }
  .p-article__title {
    margin-bottom: 1rem;
    font-size: 2.25rem;
    letter-spacing: 0.06rem;
  }
  .p-article__date {
    font-size: 1.5rem;
  }
  .p-article__contents p {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  .p-article__contents figure {
    margin-bottom: 3rem;
  }
}

/*
Work
------------------------*/
.p-work {
  padding-top: 2rem;
}

.p-work__contents {
  max-width: 520px;
  margin: 0 auto 2rem;
}

.p-workItem {
  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;
  padding: .75rem;
  border: 0.5px solid #AE8B5D;
}

.p-workItem__title {
  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;
  min-height: 2.625rem;
  font-size: .875rem;
  font-weight: bold;
  color: #353D4E;
  line-height: 1.5;
  text-align: center;
}

.p-workItem__innertitle {
  display: block;
}

.p-workItem__image {
  width: 3.5rem;
  margin: 0 auto;
}

.p-workItem__text {
  margin-bottom: .75rem;
  font-size: .75rem;
  color: #231815;
  line-height: 2;
  letter-spacing: 0.03rem;
}

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

@media screen and (min-width: 768px) {
  .p-work {
    padding-top: 4rem;
  }
  .p-work__contents {
    max-width: 768px;
    margin: 0 auto 4rem;
  }
  .p-workItem {
    padding: 1.5rem;
    border: 1px solid #AE8B5D;
  }
  .p-workItem__title {
    min-height: 5.25rem;
    font-size: 1.5rem;
  }
  .p-workItem__image {
    width: 7rem;
  }
  .p-workItem__text {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1000px) {
  .p-work__contents {
    max-width: none;
    margin: 0 auto 4rem;
  }
  .p-workItem__image {
    margin-bottom: 1rem;
    width: 6rem;
  }
  .p-workItem__text {
    margin-bottom: 1.5rem;
    font-size: .925rem;
    letter-spacing: 0.03rem;
    line-height: 1.5;
  }
}

/*
userNav
---------------------------*/
.p-userNav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
  height: 11rem;
}

.p-userNav__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-userNav__item.-flow {
  background-image: url("../images/bg-flow-min.jpg");
}

.p-userNav__item.-price {
  background-image: url("../images/bg-price-min.jpg");
}

.p-userNav__item.-qa {
  background-image: url("../images/bg-qa-min.jpg");
}

.p-userNav__title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.03rem;
  text-align: center;
}

.p-userNav__text {
  font-size: .75rem;
  line-height: 1.5;
  color: #fff;
}

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

@media screen and (min-width: 768px) {
  .p-userNav__item {
    padding: 4rem 5rem 2.5rem;
    height: 21.25rem;
  }
  .p-userNav__title {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    letter-spacing: 0.06rem;
  }
  .p-userNav__text {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1000px) {
  .p-userNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-userNav__item {
    width: 33.3333333%;
    padding: 4rem 1.5rem 2.5rem 1.5rem;
    height: 27rem;
  }
  .p-userNav__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
  .p-userNav__text {
    font-size: .875rem;
  }
}

/*
aboutUs
------------------------*/
.p-aboutUs-front {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.p-aboutUs__image-front {
  display: block;
  max-width: 697px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .75rem;
}

.p-aboutUs__text-front {
  margin-bottom: 1.5rem;
  font-size: .75rem;
  color: #3E3A39;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}

.p-aboutUs__button-front {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-aboutUs-front {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .p-aboutUs__image-front {
    margin-bottom: 1.5rem;
  }
  .p-aboutUs__text-front {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.06rem;
  }
}

@media screen and (min-width: 1000px) {
  .p-aboutUs__wrap-front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-aboutUs__image-front {
    margin-bottom: 0;
    width: 45%;
    max-width: none;
  }
  .p-aboutUs__inner-front {
    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;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 2.5rem;
  }
  .p-aboutUs__text-front {
    margin-bottom: 0;
    font-size: .875rem;
    letter-spacing: 0.06rem;
  }
}

/*
contact
----------------------------------*/
.p-contactNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../images/bg-contact-min.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.p-contactNav__title {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.05rem;
  text-align: center;
}

.p-contactNav__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 3.5rem;
  height: 2px;
  margin: 0 auto;
  background-color: #AE8B5D;
}

.p-contactNav__text-1,
.p-contactNav__text-2 {
  color: #fff;
  text-align: center;
}

.p-contactNav__text-1 {
  font-size: .9375rem;
  line-height: 1.5;
}

.p-contactNav__text-2 {
  margin-bottom: 1rem;
  font-size: .625rem;
  line-height: 1.5;
}

.p-contactNav__tel {
  margin-bottom: .25rem;
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: right;
}

.p-contactNav__telNum {
  font-size: .875rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.01rem;
}

.p-contactNav__telNum a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.p-contactNav__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: .625rem;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0.01rem;
}

.p-contactNav__info.-secondary {
  margin-bottom: 1.5rem;
}

.p-contactNav__info.-footer {
  padding-left: 2.125rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: .75rem;
}

.p-contactNav__info.-globalNav {
  padding-left: 2.125rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1rem;
}

.p-contactNav__infoTerm {
  position: relative;
  padding-right: .75rem;
}

.p-contactNav__infoTerm::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contact__form {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.p-contact__note {
  margin-bottom: 1.5rem;
  font-size: .625rem;
  line-height: 2;
  color: #000000;
}

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

@media screen and (min-width: 768px) {
  .p-contactNav {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-contactNav__title {
    font-size: 2.25rem;
  }
  .p-contactNav__title::before {
    width: 7rem;
    height: 4px;
  }
  .p-contactNav__text-1 {
    font-size: 1.875rem;
  }
  .p-contactNav__text-2 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
  .p-contactNav__tel {
    margin-bottom: .5rem;
  }
  .p-contactNav__telNum {
    font-size: 1.875rem;
    letter-spacing: 0.02rem;
  }
  .p-contactNav__info {
    font-size: 1.125rem;
    letter-spacing: 0.02rem;
  }
  .p-contactNav__info.-secondary {
    margin-bottom: 3rem;
  }
  .p-contactNav__info.-footer {
    padding-left: 4.25rem;
    font-size: 1.125rem;
  }
  .p-contactNav__info.-globalNav {
    padding-left: 4.25rem;
    font-size: 1.5rem;
  }
  .p-contactNav__infoTerm {
    padding-right: 1.5rem;
  }
  .p-contactNav__infoTerm::before {
    border-width: 8px 0 8px 12.8px;
    -webkit-transform: translateY(-50%) translateX(-25%);
            transform: translateY(-50%) translateX(-25%);
  }
  .p-contact__form {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .p-contact__note {
    margin-bottom: 2.875rem;
    font-size: 1rem;
    color: #000000;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__note {
    margin-bottom: 3.25rem;
    font-size: .875rem;
    text-align: center;
  }
}

@media screen and (min-width: 1000px) {
  .p-contactNav__footer {
    position: relative;
  }
  .p-contactNav__tel.-secondary {
    width: 50%;
    left: 0;
    padding-right: 1.5rem;
    margin-bottom: 1.5rem;
    border-right: 1px solid #fff;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-contactNav__telNum.-secondary {
    font-size: 1.375rem;
    letter-spacing: 0.02rem;
  }
  .p-contactNav__button {
    position: absolute;
    top: 0.5rem;
    left: calc( 50% + 1.5rem);
  }
}

/*
form
----------------------------------------------*/
.p-form__container + .p-form__container {
  margin-top: 1rem;
}

.p-form__term {
  margin-bottom: .375rem;
  font-size: .75rem;
  line-height: 1;
}

.p-form__description {
  width: 100%;
  font-size: .75rem;
  line-height: 1.2;
}

.p-required {
  display: inline-block;
  padding: .125rem .25rem;
  margin-left: .25rem;
  border-radius: .25rem;
  font-size: .625rem;
  color: #fff;
  background-color: #95011B;
}

.p-form__input {
  width: 100%;
  max-width: 25rem;
  font-size: .75rem;
  padding: .25rem;
  border: 1px solid #B4B4B5;
  background-color: #EEEEEF;
}

.p-form__textarea {
  width: 100%;
  max-width: 25rem;
  height: 7rem;
  font-size: .75rem;
  padding: .25rem;
  border: 1px solid #B4B4B5;
  background-color: #EEEEEF;
  overflow: auto;
}

.p-form__radioItem {
  margin-top: .25rem;
}

.p-form__submitContainer {
  margin-top: 1rem;
  text-align: center;
}

.p-form__sbumit[type="submit"] {
  padding: .375rem 2rem;
  background-color: #B10012;
  border-radius: .25rem;
  font-size: .75rem;
  color: #fff;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-form__container + .p-form__container {
    margin-top: 2rem;
  }
  .p-form__term {
    margin-bottom: .75rem;
    font-size: 1.125rem;
  }
  .p-form__description {
    font-size: 1.125rem;
  }
  .p-required {
    padding: .25rem .5rem;
    margin-left: .5rem;
    border-radius: .5rem;
    font-size: 1rem;
  }
  .p-form__input {
    max-width: 50rem;
    font-size: 1.125rem;
    padding: .5rem;
    border: 2px solid #B4B4B5;
  }
  .p-form__textarea {
    max-width: 50rem;
    height: 14rem;
    font-size: 1.125rem;
    padding: .5rem;
    border: 2px solid #B4B4B5;
  }
  .p-form__radioItem {
    margin-top: .5rem;
  }
  .p-form__submitContainer {
    margin-top: 2rem;
  }
  .p-form__sbumit[type="submit"] {
    padding: .75rem 4rem;
    border-radius: .5rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  .p-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-form__term {
    position: relative;
    min-width: 15.5rem;
    padding-left: 3.5rem;
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 2.2222;
  }
  .p-required {
    position: absolute;
    left: 0;
    top: .25rem;
    margin-left: 0;
    padding: 0 .5rem 0;
    font-size: .75rem;
    text-align: center;
  }
  .p-form__description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.125rem;
  }
}

/*
Customer case
==========================*/
.p-caseIntroduction__heading {
  padding: 1.25rem 0 2.5rem 0;
  background-color: #131B30;
}

@media screen and (min-width: 768px) {
  .p-caseIntroduction__heading {
    padding: 2.5rem 0 5rem 0;
  }
}

/*
Case
-------------------------------------*/
.p-case {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}

.p-case::before {
  content: "";
  position: absolute;
  top: .25rem;
  left: -0.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-case:nth-child(1):before {
  width: 87.5px;
  height: 53.5px;
  background-image: url("../images/logo-case1-secondary@2x.png");
}

.p-case:nth-child(2):before {
  width: 102px;
  height: 55.5px;
  background-image: url("../images/logo-case2-secondary@2x.png");
}

.p-case:nth-child(3):before {
  width: 102px;
  height: 55.5px;
  background-image: url("../images/logo-case3-secondary@2x.png");
}

.p-case:nth-child(4):before {
  width: 102px;
  height: 55.5px;
  background-image: url("../images/logo-case4-secondary@2x.png");
}

.p-case:nth-child(5):before {
  width: 102px;
  height: 55.5px;
  background-image: url("../images/logo-case5-secondary@2x.png");
}

.p-case:nth-child(6):before {
  width: 102px;
  height: 55.5px;
  background-image: url("../images/logo-case6-secondary@2x.png");
}

.p-case:nth-child(7):before {
  width: 102px;
  height: 55.5px;
  background-image: url("../images/logo-case7-secondary@2x.png");
}


.p-caseInfo__body {
  margin-bottom: 1rem;
}

.p-caseInfo__heading {
  padding-left: .6125rem;
  margin-bottom: 1rem;
  border-left: 4px solid #95011B;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-caseInfo__title {
  display: block;
  margin-bottom: .5rem;
  font-size: .9375rem;
  font-weight: bold;
  color: #353D4E;
  line-height: 1.0;
  letter-spacing: 0.02rem;
}

.p-caseInfo__meta {
  display: block;
  font-size: .75rem;
  color: #AE8B5D;
  line-height: 1.0;
}

.p-caseInfo__lead {
  font-size: .75rem;
  color: #231815;
  line-height: 1.5;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-caseInfo__thumbnail {
  width: 100%;
  max-width: 673px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-case {
    padding-top: 8rem;
    padding-bottom: 7rem;
  }
  .p-case::before {
    top: .5rem;
    left: -0.5rem;
  }
  .p-case:nth-child(1):before {
    width: 175px;
    height: 107px;
  }
  .p-case:nth-child(2):before {
    width: 204px;
    height: 111px;
  }
  .p-case:nth-child(3):before {
    width: 204px;
    height: 111px;
  }
  .p-case:nth-child(4):before {
    width: 204px;
    height: 111px;
  }
  .p-case:nth-child(5):before {
    width: 204px;
    height: 111px;
  }
  .p-case:nth-child(6):before {
    width: 204px;
    height: 111px;
  }
  .p-case:nth-child(7):before {
    width: 204px;
    height: 111px;
  }

  .p-caseInfo__body {
    margin-bottom: 2rem;
  }
  .p-caseInfo__heading {
    padding-left: 1.25rem;
    margin-bottom: 2rem;
    border-left: 6px solid #95011B;
  }
  .p-caseInfo__title {
    margin-bottom: 1rem;
    font-size: 1.875rem;
    letter-spacing: 0.04rem;
  }
  .p-caseInfo__meta {
    font-size: 1.5rem;
  }
  .p-caseInfo__lead {
    font-size: 1.125rem;
  }
  .p-caseInfo__thumbnail {
    width: 100%;
    max-width: 673px;
    margin: 0 auto;
  }
}

/*
solutionFlow
---------------------------------------*/
.p-solutionFlow {
  padding: 2rem 0;
}

.p-solutionFlowItems {
  counter-reset: num;
  list-style-type: none;
}

.p-solutionFlowItems__item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.75rem;
}

.p-solutionFlowItems__item::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #AE8B5D;
  line-height: 1;
}

.p-solutionFlowItems__item:not(:last-child)::after {
  position: absolute;
  top: calc( 1.5rem + 6px);
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.p-solutionFlowItems__heading {
  font-size: .875rem;
  font-weight: bold;
  color: #AE8B5D;
  line-height: 1.714;
  letter-spacing: 0.02rem;
}

.p-solutionFlowItems__heading::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 1.25rem;
  display: block;
  width: 6px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #AE8B5D;
}

.p-solutionFlowItems__note {
  display: inline-block;
  padding: 0.375rem .5rem;
  margin-left: .5rem;
  font-size: .75rem;
  line-height: 1;
}

.p-solutionFlowItems__note.-primary {
  border: 1px solid #B10012;
  color: #B10012;
}

.p-solutionFlowItems__note.-secondary {
  border: 1px solid #000000;
  color: #000000;
}

.p-solutionFlowItems__text {
  display: block;
  font-size: .75rem;
  color: #231815;
  line-height: 2;
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-solutionFlow {
    padding: 4rem 0;
  }
  .p-solutionFlowItems__item {
    padding-left: 4rem;
    margin-bottom: 3.5rem;
  }
  .p-solutionFlowItems__item::before {
    font-size: 2.5rem;
  }
  .p-solutionFlowItems__item:not(:last-child)::after {
    top: calc( 2.5rem + 10px);
    left: 4px;
    width: 12px;
    height: 12px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .p-solutionFlowItems__heading {
    font-size: 1.55rem;
    letter-spacing: 0.04rem;
  }
  .p-solutionFlowItems__heading::before {
    top: 24px;
    left: 2.5rem;
    width: 12px;
    height: 4px;
  }
  .p-solutionFlowItems__note {
    padding: 0.5rem 1rem;
    margin-left: 1rem;
    font-size: 1.125rem;
  }
  .p-solutionFlowItems__note.-primary {
    border: 2px solid #B10012;
  }
  .p-solutionFlowItems__note.-secondary {
    border: 2px solid #000000;
  }
  .p-solutionFlowItems__text {
    font-size: 1.125rem;
    letter-spacing: 0.06rem;
  }
}

/*
SolutionResult
-----------------------------------------*/
.p-solutionResult {
  position: relative;
  padding: 1rem .75rem;
  background-color: #F5F2EA;
}

.p-solutionResult::before {
  content: "";
  position: absolute;
  top: 0;
  left: .25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 127px;
  height: 54.5px;
  background-image: url("../images/logo-solution@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-solutionResult__heading {
  position: relative;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #353D4E;
  line-height: 1.25;
  letter-spacing: 0.03rem;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-solutionResult__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 6.5rem;
  height: 1px;
  margin: 0 auto;
  background-color: #AE8B5D;
}

.p-solutionResult__heading strong {
  color: #AE8B5D;
}

.p-solutionResult__lead {
  margin-bottom: 1.25rem;
  font-size: .75rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  color: #231815;
  text-align: center;
}

.p-resultDetail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-resultDetail__wrapper + .p-resultDetail__wrapper {
  margin-top: 3rem;
}

.p-resultDetail__term {
  width: 6rem;
  font-size: .875rem;
  font-weight: bold;
  color: #AE8B5D;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}

.p-resultDetail__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: .5rem;
  border-left: 1px solid #AE8B5D;
  font-size: .75rem;
  color: #231815;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-solutionResult {
    padding: 2rem 1.5rem;
    background-color: #F5F2EA;
  }
  .p-solutionResult::before {
    left: 2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 254px;
    height: 109px;
  }
  .p-solutionResult__heading {
    margin-bottom: 1.25rem;
    font-size: 2.25rem;
    letter-spacing: 0.06rem;
  }
  .p-solutionResult__heading::before {
    width: 13rem;
    height: 2px;
  }
  .p-solutionResult__lead {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.06rem;
  }
  .p-resultDetail__wrapper + .p-resultDetail__wrapper {
    margin-top: 4.5rem;
  }
  .p-resultDetail__term {
    width: 12rem;
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
  }
  .p-resultDetail__description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1rem;
    border-left: 2px solid #AE8B5D;
    font-size: 1rem;
    letter-spacing: 0.06rem;
  }
}

/*
CaseStudies
------------------------------------*/
.p-caseStudies {
  padding-bottom: 2rem;
}

.p-caseStudies__lead {
  margin-bottom: 1.25rem;
  font-size: .75rem;
  font-weight: bold;
  color: #353D4E;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  text-align: center;
}

.p-caseStudies__emphasis {
  font-size: 1.25rem;
  font-weight: bold;
  color: #AE8B5D;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  text-align: center;
}

.p-caseStudies__free {
  margin-bottom: 3rem;
  font-size: 1rem;
  font-weight: bold;
  color: #B10012;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  text-align: center;
}

.p-caseStudies__message {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: bold;
  color: #353D4E;
  line-height: 1.7;
  letter-spacing: 0.03rem;
  text-align: center;
}

.p-caseStudies__message span {
  position: relative;
  display: inline-block;
}

.p-caseStudies__message span::before,
.p-caseStudies__message span::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #353D4E;
}

.p-caseStudies__message span::before {
  left: -1.25rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.p-caseStudies__message span::after {
  right: -1.25rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media screen and (min-width: 768px) {
  .p-caseStudies {
    padding-bottom: 4rem;
  }
  .p-caseStudies__lead {
    margin-bottom: 2.5rem;
    font-size: 1.375rem;
    letter-spacing: 0.06rem;
  }
  .p-caseStudies__emphasis {
    font-size: 2.25rem;
    letter-spacing: 0.06rem;
  }
  .p-caseStudies__free {
    margin-bottom: 6rem;
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
  .p-caseStudies__message {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
  .p-caseStudies__message span::before,
  .p-caseStudies__message span::after {
    width: 2px;
  }
  .p-caseStudies__message span::before {
    left: -2.5rem;
  }
  .p-caseStudies__message span::after {
    right: -2.5rem;
  }
}

/*
Fee
-------------------------------------------*/
.p-fee__heading {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #353D4E;
  line-height: 1.25;
  letter-spacing: 0.03rem;
}

.p-fee__lead {
  margin-bottom: .25rem;
  font-size: .75rem;
  line-height: 1.5;
}

.p-feeNote {
  margin-bottom: 1rem;
}

.p-feeNote__item {
  position: relative;
  padding-left: 1rem;
  font-size: .75rem;
  color: #231815;
  line-height: 1.5;
}

.p-feeNote__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: .75rem;
  height: .75rem;
  background-color: #231815;
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
}

.p-feeNote__item + .p-feeNote__item {
  margin-top: .5rem;
}

.p-feeNote__item span {
  display: block;
  font-size: .625rem;
}

.p-fee__note {
  display: inline-block;
  padding: 0 .5rem;
  margin-bottom: 1rem;
  border: 1px solid #231815;
  font-size: .75rem;
  color: #231815;
  line-height: 1.5;
}

.p-fee__image {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-fee__heading {
    margin-bottom: 1rem;
    font-size: 2.75rem;
    letter-spacing: 0.06rem;
  }
  .p-fee__lead {
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }
  .p-feeNote {
    margin-bottom: 1.375rem;
  }
  .p-feeNote__item {
    padding-left: 2rem;
    font-size: 1.5rem;
  }
  .p-feeNote__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.375rem;
    height: 1.375rem;
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
  .p-feeNote__item + .p-feeNote__item {
    margin-top: 1rem;
  }
  .p-feeNote__item span {
    display: block;
    font-size: 1.25rem;
  }
  .p-fee__note {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
    border: 2px solid #231815;
    font-size: 1.25rem;
    color: #231815;
    line-height: 1.5;
  }
  .p-fee__image {
    max-width: none;
  }
}

@media screen and (min-width: 1000px) {
  .p-fee {
    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;
  }
  .p-fee__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1rem;
  }
  .p-fee__heading {
    margin-bottom: .75rem;
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
  }
  .p-fee__lead {
    margin-bottom: .25rem;
    font-size: 1.125rem;
  }
  .p-feeNote {
    margin-bottom: 1.25rem;
  }
  .p-feeNote__item {
    padding-left: 1.25rem;
    font-size: 1.125rem;
  }
  .p-feeNote__item::before {
    width: 1rem;
    height: 1rem;
    -webkit-transform: translateY(0.1875rem);
            transform: translateY(0.1875rem);
  }
  .p-feeNote__item + .p-feeNote__item {
    margin-top: .75rem;
  }
  .p-feeNote__item span {
    font-size: 1rem;
  }
  .p-fee__note {
    padding: 0 .75rem;
    margin-bottom: 1rem;
    border: 1px solid #231815;
    font-size: 1rem;
  }
  .p-fee__image {
    width: 50%;
    max-width: none;
  }
}

/*
CustomerCaseMessage
---------------------------------------------------*/
.p-customerCase__message,
.p-customerCase__message-2 {
  margin-bottom: .25rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  text-align: center;
}

.p-customerCase__message {
  font-size: .875rem;
  color: #AE8B5D;
}

.p-customerCase__message-2 {
  font-size: 1rem;
  color: #353D4E;
}

.p-customerCase__illust {
  width: 100%;
  max-width: 375px;
  margin: 0 auto -6px;
}

@media screen and (min-width: 768px) {
  .p-customerCase__message,
  .p-customerCase__message-2 {
    margin-bottom: .5rem;
    letter-spacing: 0.06rem;
  }
  .p-customerCase__message {
    font-size: 1.5rem;
  }
  .p-customerCase__message-2 {
    font-size: 1.875rem;
  }
  .p-customerCase__illust {
    max-width: 750px;
    margin: 0 auto -12px;
  }
}

/*
About Us
==========================*/
.p-greetings__heading {
  padding: 1.25rem 0 2.5rem 0;
  background-color: #131B30;
}

.p-greetings__body {
  padding-bottom: 2rem;
  background: url("../images/bg-daihyo-min.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-greetings__image {
  position: relative;
  top: -1.5rem;
  width: 144px;
  margin: 0 auto;
}

.p-greetings__text {
  font-size: .75rem;
  font-weight: bold;
  color: #231815;
  line-height: 2;
  letter-spacing: 0.03;
  text-align: center;
}

.p-greetings__text + .p-greetings__text {
  margin-top: 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-greetings__heading {
    padding: 2.5rem 0 5rem 0;
  }
  .p-greetings__body {
    padding-bottom: 4rem;
  }
  .p-greetings__image {
    position: relative;
    top: -3rem;
    width: 288px;
  }
  .p-greetings__text {
    font-size: 1rem;
    letter-spacing: 0.06rem;
  }
  .p-greetings__text + .p-greetings__text {
    margin-top: 2.25rem;
  }
}

.p-office,
.p-history,
.p-acsess,
.p-application,
.p-flow {
  padding-top: 2rem;
}

.p-acsess,
.p-application,
.p-flow {
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .p-office,
  .p-history,
  .p-acsess,
  .p-application,
  .p-flow {
    padding-top: 4rem;
  }
  .p-acsess,
  .p-application,
  .p-flow {
    padding-bottom: 6rem;
  }
}

.p-officeInfo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: .75rem;
  font-size: .825rem;
  color: #353D4E;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}

.p-officeInfo__term {
  width: 4rem;
  padding-bottom: .5rem;
  border-bottom: 3PX solid #AE8B5D;
}

.p-officeInfo__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
  padding-bottom: .5rem;
  border-bottom: 0.1px solid #000000;
}

.p-officeInfo__description a {
  color: #353D4E;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-officeInfo__item {
    padding-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.06rem;
  }
  .p-officeInfo__term {
    width: 8rem;
    padding-bottom: .75rem;
    border-bottom: 4PX solid #AE8B5D;
  }
  .p-officeInfo__description {
    padding-left: 2rem;
    padding-bottom: .75rem;
    border-bottom: 0.2px solid #000000;
  }
}

.p-acsess__text {
  margin-bottom: 1rem;
  font-size: .75rem;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  color: #000000;
  text-align: center;
}

.p-acsess__map {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 75%;
}

.p-acsess__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-acsess__text {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    letter-spacing: 0.04rem;
  }
}

.p-application__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-application__headImage {
  width: 10rem;
  padding-left: .75rem;
  margin: 0 auto .5rem;
}

.p-applicationList__item {
  padding-top: 3rem;
  margin-bottom: 2.5rem;
}

.p-applicationList__item {
  position: relative;
}

.p-applicationList__item::before {
  position: absolute;
  top: 0;
  left: .5rem;
  font-size: 2.5rem;
  font-weight: bold;
  color: #353D4E;
  line-height: 1.0;
  letter-spacing: 0.06rem;
}

.p-applicationList__item:nth-child(1):before {
  content: "01.";
}

.p-applicationList__item:nth-child(2):before {
  content: "02.";
}

.p-applicationList__item:nth-child(3):before {
  content: "03.";
}
.p-applicationList__item:nth-child(4):before {
  content: "04.";
}

.p-applicationList__term,
.p-applicationList__description {
  padding-left: .75rem;
  border-left: 2px solid #AE8B5D;
}

.p-applicationList__term {
  padding-bottom: .75rem;
  font-size: .875rem;
  font-weight: bold;
  color: #AE8B5D;
  line-height: 1.5;
}

.p-applicationList__description {
  font-size: .75rem;
  line-height: 1.5;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-application__image {
  width: 15rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-application__headImage {
    width: 20rem;
    padding-left: 1.5rem;
    margin: 0 auto 1rem;
  }
  .p-applicationList__item {
    padding-top: 6rem;
  }
  .p-applicationList__item::before {
    position: absolute;
    top: 0;
    left: 1rem;
    font-size: 5rem;
  }
  .p-applicationList__term,
  .p-applicationList__description {
    padding-left: 1.125rem;
    border-left: 4px solid #AE8B5D;
  }
  .p-applicationList__term {
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
  }
  .p-applicationList__description {
    font-size: 1.125rem;
    line-height: 1.75;
  }
  .p-application__image {
    width: 25rem;
  }
}

@media screen and (min-width: 1000px) {
  .p-application__body {
    position: relative;
  }
  .p-applicationList__item {
    padding-top: 5rem;
  }
  .p-applicationList__item::before {
    position: absolute;
    top: 0;
    left: 1rem;
    font-size: 4rem;
  }
  .p-applicationList__term,
  .p-applicationList__description {
    padding-left: 1.125rem;
    border-left: 4px solid #AE8B5D;
  }
  .p-applicationList__term {
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
  }
  .p-applicationList__description {
    font-size: .875rem;
    line-height: 1.5;
  }
  .p-application__image {
    width: 25rem;
  }
  .p-application__image {
    position: absolute;
    right: 0;
    bottom: 32px;
  }
}

.p-flow__text {
  font-size: .75rem;
  line-height: 1.5;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-flow__text + .p-flow__text {
  margin-top: 1.125rem;
  margin-bottom: 1.25rem;
}

.p-flowItems {
  counter-reset: num;
  list-style-type: none;
}

.p-flowItems__item {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}

.p-flowItems__item::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  top: 0;
  left: 0;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  padding-top: 1rem;
  border-radius: 50%;
  background-color: #AE8B5D;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.p-flowItems__item:not(:last-child)::after {
  position: absolute;
  top: calc( 50% + 1.25rem);
  left: 1.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.4px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
}

.p-flowItems__heading {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #AE8B5D;
  line-height: 2;
  letter-spacing: 0.02rem;
}

.p-flowItems__heading::before {
  position: absolute;
  content: "STEP";
  top: .375rem;
  left: 0;
  display: block;
  width: 2.5rem;
  font-size: .625rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.p-flowItems__text {
  display: block;
  font-size: .75rem;
  color: #231815;
  line-height: 1.5;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.p-flow__illust {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-flow__text {
    font-size: 1.125rem;
  }
  .p-flow__text + .p-flow__text {
    margin-top: 2rem;
    margin-bottom: 3.5rem;
  }
  .p-flowItems__item {
    position: relative;
    padding-left: 6rem;
    margin-bottom: 3rem;
  }
  .p-flowItems__item::before {
    width: 5rem;
    height: 5rem;
    padding-top: 2rem;
    font-size: 2.5rem;
  }
  .p-flowItems__item:not(:last-child)::after {
    position: absolute;
    top: calc( 50% + 2.5rem);
    left: 2.5rem;
    border-width: 20.8px 12px 0 12px;
  }
  .p-flowItems__heading {
    font-size: 2rem;
    line-height: 2.5;
    letter-spacing: 0.04rem;
  }
  .p-flowItems__heading::before {
    position: absolute;
    content: "STEP";
    top: .75rem;
    width: 5rem;
    font-size: 1.25rem;
  }
  .p-flowItems__text {
    font-size: 1.125rem;
  }
  .p-flow__illust {
    max-width: 768px;
  }
}

@media screen and (min-width: 1000px) {
  .p-flow__text {
    margin-bottom: 2.25rem;
    font-size: 1.125rem;
  }
  .p-flow__text + .p-flow__text {
    margin-top: 1.5rem;
    margin-bottom: 4rem;
  }
  .p-flowItems__item {
    position: relative;
    padding-left: 5rem;
    margin-bottom: 2.5rem;
  }
  .p-flowItems__item::before {
    width: 4rem;
    height: 4rem;
    padding-top: 1.5rem;
    font-size: 2rem;
  }
  .p-flowItems__item:not(:last-child)::after {
    position: absolute;
    top: calc( 50% + 2rem);
    left: 2rem;
    border-width: 15.6px 9px 0 9px;
  }
  .p-flowItems__heading {
    font-size: 2rem;
    line-height: 2;
  }
  .p-flowItems__heading::before {
    position: absolute;
    content: "STEP";
    top: .6125rem;
    width: 4rem;
    font-size: .825rem;
  }
  .p-flowItems__text {
    font-size: .875rem;
  }
}

/* =====================================================
 Utility
===================================================== */
/*
  Utility
======================================================*/
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex.-alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex.-justifybetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-transparent {
  background-color: transparent;
}

.u-center {
  text-align: center;
}

.u-mgb.-section {
  margin-bottom: 8rem;
}

.u-underBar-red {
  border-bottom: 2px solid #B10012;
}

.u-pos-relaive {
  position: relative;
}

.u-color-gold {
  color: #D4C1A9;
}

.u-verticalItem {
  display: block;
}

.u-mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*
  Screen Reader Text
*/
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
