@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/* */
/* */
/* */
/* */
body {
  overflow: hidden;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  word-break: break-all;
}

html > body {
  min-width: 320px;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-touch-callout: none;
}

a:hover {
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

img {
  vertical-align: top;
  border: none;
  border-style: none;
}

ol,
ul,
li {
  list-style: none;
}

/* */
br.SPbr {
  display: inline;
}

br.PCbr {
  display: none;
}

.SPview {
  display: block;
}

.PCview {
  display: none;
}

.u-textCenter {
  text-align: left;
}

.u-textLeft {
  text-align: left;
}

.u-textRight {
  text-align: right;
}

.u-floatCenter {
  float: left;
}

.u-floatLeft {
  float: left;
}

.u-floatRight {
  float: right;
}

/* */
.l-toggle {
  z-index: 9999;
}

.l-toggleWrap,
.l-header {
  z-index: 999;
}

/* ==========================================================================
   Layout Object
   ========================================================================== */
/* */
.c-btn {
  text-align: center;
}

.c-btn a {
  position: relative;
  display: block;
  width: 85%;
  height: 53px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: bold;
  line-height: 53px;
  color: #fff;
}

.c-btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 53px;
  content: "";
  background: #000;
  opacity: 1;
  transition: opacity .3s ease;
}

.c-btn a span {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.c-btn a span::after {
  margin-left: 13px;
  content: "→";
}

.c-btn a:hover::before {
  opacity: .7;
}

/* */
.c-sec {
  padding-top: 50px;
}

.c-sec#Plan {
  padding-top: 0;
}

.c-sec#Case {
  padding-top: 45px;
}

.c-sec__title {
  font-size: 14px;
  text-align: center;
}

.c-sec__title img {
  display: block;
  width: auto;
  height: 32px;
  margin: 0 auto 7px;
}

#Strengths .c-sec__title img {
  height: 40px;
}

#Profile .c-sec__title img {
  height: inherit;
  max-height: 39px;
  margin-bottom: 2px;
}

#Strengths .c-sec__title {
  color: #fff;
}

.c-sec__lead {
  margin-top: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.21429;
  text-align: center;
  letter-spacing: 0.05em;
}

.c-sec__lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.21429) * 0.5em);
  content: '';
}

.c-sec__text {
  margin-top: 22px;
  font-size: 13px;
  line-height: 1.53846;
  text-align: center;
  letter-spacing: 0.05em;
}

.c-sec__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.53846) * 0.5em);
  content: '';
}

/* */
.l-footer {
  position: relative;
  padding: 52px 6.6% 12px;
}

.l-footer__logo img {
  width: 84px;
  height: auto;
}

.l-footer__copy {
  font-size: 10px;
  font-weight: bold;
}

.l-footer .pagetop {
  position: absolute;
  top: 30px;
  right: 5px;
}

.l-footer .pagetop a {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  font-size: 0;
  background: #000;
  border-radius: 50%;
}

.l-footer .pagetop a::before {
  position: absolute;
  top: calc(50% - 4px);
  right: 14px;
  width: 14px;
  height: 14px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: .3s ease;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* */
.l-header .l-gnav {
  display: none;
}

.l-toggle .l-gnav {
  margin-top: 130px;
}

.l-toggle .l-gnav__list {
  padding: 0 28px;
}

.l-toggle .l-gnav__item {
  margin-bottom: 36px;
}

.l-toggle .l-gnav__item a {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.l-footer .l-gnav {
  margin-bottom: 14px;
  border-top: 1px solid #000;
}

.l-footer .l-gnav__item {
  font-size: 10px;
  line-height: 2.6;
  border-bottom: 1px solid #000;
}

.l-footer .l-gnav__item a {
  display: block;
  padding: 3px 0;
}

/* */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
}

.l-header__inner {
  padding-left: 7%;
}

.l-header.enableTransition:not(.is-fixed) .l-site {
  transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  transition: transform 0.3s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  transition: transform 0.3s cubic-bezier(0.55, 0.09, 0.68, 0.53), -webkit-transform 0.3s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.l-header.enableTransition.is-fixed .l-site {
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-header.is-fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
}

.l-header.is-fixed .l-site {
  position: fixed;
  background: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header__logo {
  position: relative;
  padding: 17px 0 0;
}

.l-header__logo .-img {
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 30px;
  font-size: 0;
}

.l-header__logo .-img img {
  width: 100%;
  height: auto;
  opacity: 1;
}

.is-fixed .l-header__logo .-img img {
  opacity: 0;
}

.l-header__logo .-img::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 90px;
  height: 30px;
  content: "";
  background: url(../img/logo_black.png) no-repeat 50%;
  background-size: cover;
  opacity: 0;
}

.is-fixed .l-header__logo .-img::after {
  opacity: 1;
}

.l-header__text {
  display: none;
}

.l-header .l-site {
  position: absolute;
  top: 11px;
  right: 4%;
  z-index: 10;
  width: 50px;
  height: 50px;
}

.l-header .l-site__menu {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.l-header .l-site__menu a {
  display: flex;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  text-decoration: none;
}

.l-header .l-site__menu .line1,
.l-header .l-site__menu .line2,
.l-header .l-site__menu .line3 {
  position: absolute;
  display: block;
  width: 30px;
  height: 4px;
  pointer-events: none;
  content: '';
  background: #fff;
}

.l-header.is-fixed .l-site__menu .line1, .l-header.is-fixed .l-site__menu .line2, .l-header.is-fixed .l-site__menu .line3 {
  background: #000;
}

.l-header .l-site.-open .l-site__menu a .line1,
.l-header .l-site.-open .l-site__menu a .line2,
.l-header .l-site.-open .l-site__menu a .line3 {
  top: 18px;
  left: 12px;
}

.l-header .l-site.-open .l-site__menu a .line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-header .l-site.-open .l-site__menu a .line2 {
  display: none;
}

.l-header .l-site.-open .l-site__menu a .line3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header .l-site.-close .l-site__menu a .line1 {
  top: 15px;
  left: 10px;
}

.l-header .l-site.-close .l-site__menu a .line2 {
  top: 24px;
  left: 10px;
}

.l-header .l-site.-close .l-site__menu a .line3 {
  top: 33px;
  left: 10px;
}

.l-toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 58%;
  height: 100vh;
  pointer-events: none;
  visibility: hidden;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s linear;
}

.l-toggle.-show {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.l-toggleWrap {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s linear;
}

.l-toggleWrap.-hidden {
  pointer-events: none;
}

.l-toggleWrap.-show {
  visibility: visible;
  opacity: 1;
}

.l-toggle__inner {
  padding-bottom: 60px;
}

.l-toggle-site__btn {
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.l-toggle-site__btn:before, .l-toggle-site__btn:after {
  position: absolute;
  display: block;
  width: 3px;
  height: 30px;
  pointer-events: none;
  content: '';
  background: #fff;
}

.l-toggle-site__btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-toggle-site__btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* */
.l-kv {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  background: url(../img/hero_bg_sp.jpg) no-repeat 50%;
  background-size: cover;
}

.l-kv__inner {
  padding: 0 6.6%;
}

.l-kv__text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.65;
  color: #fff;
  letter-spacing: 0.1em;
}

.l-kv__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.65) * 0.5em);
  content: '';
}

.l-kv__title img {
  width: 100%;
  height: auto;
}

.l-kv__lead {
  margin-top: 48px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.58333;
  color: #fff;
  letter-spacing: 0.1em;
}

.l-kv__lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.58333) * 0.5em);
  content: '';
}

.p-service {
  padding-bottom: 40px;
  margin-top: 38px;
  margin-bottom: 35px;
  background: url(../img/bg_service_sp.jpg) no-repeat 50%;
  background-size: cover;
}

.p-service__img {
  margin: 0 auto;
  text-align: center;
}

.p-service__img img {
  width: auto;
  height: 169px;
  vertical-align: middle;
}

.p-service__img img:last-of-type {
  width: 130px;
  height: auto;
}

.p-service__text {
  padding: 0 6.6%;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  text-align: center;
  text-align: left;
}

.p-service__list {
  padding: 72px 6.6% 0;
}

.p-service__item {
  max-width: 480px;
  margin: 0 auto;
  color: #fff;
}

.p-service__item:not(:last-of-type) {
  position: relative;
  padding: 52px 8px 20px 12px;
  background: rgba(46, 129, 155, 0.6);
}

.p-service__item:not(:last-of-type)::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: rgba(46, 129, 155, 0.6) transparent transparent transparent;
  border-style: solid;
  border-width: 30px 37.5px 0 37.5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-service__item:nth-of-type(1) {
  margin-bottom: 75px;
}

.p-service__item:nth-of-type(1)::before {
  position: absolute;
  top: -42px;
  left: 50%;
  display: block;
  width: 83px;
  height: 81px;
  content: "";
  background: url("/img/img_service_sp_01.png") no-repeat 50%;
  background-size: 83px auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-service__item:nth-of-type(2) {
  margin-bottom: 43px;
}

.p-service__item:nth-of-type(2)::before {
  position: absolute;
  top: -44px;
  left: 50%;
  display: block;
  width: 80px;
  height: 80px;
  content: "";
  background: url("/img/img_service_sp_02.png") no-repeat 50%;
  background-size: 80px auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-service__item:nth-of-type(3) {
  margin-bottom: 35px;
  text-align: center;
}

.p-service__item:nth-of-type(3) img {
  width: 147px;
  height: auto;
}

.p-service__item .title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.69231;
  letter-spacing: 0.05em;
}

.p-service__item .text {
  font-size: 12px;
  line-height: 1.73913;
  letter-spacing: 0.05em;
}

#Plan {
  position: relative;
}

.p-plan {
  position: relative;
}

.p-plan::before {
  position: absolute;
  top: -45px;
  left: 9%;
  display: block;
  width: 55px;
  height: 112px;
  content: "";
  background: url(/img/img_plan_01.png) no-repeat 0 0;
  background-size: 100% auto;
}

.p-plan::after {
  position: absolute;
  right: 9%;
  bottom: -56px;
  display: block;
  width: 55px;
  height: 112px;
  content: "";
  background: url(/img/img_plan_02.png) no-repeat 0 0;
  background-size: 100% auto;
}

.p-plan__list {
  margin-top: 15px;
  margin-bottom: 5px;
}

.p-plan__item {
  padding: 25px 10%;
}

.p-plan__item:nth-of-type(2n+2) {
  background: #d7dbdc;
}

.p-plan__item:nth-of-type(2n+2) .p-plan__bottom::before,
.p-plan__item:nth-of-type(2n+2) .p-plan__bottom::after {
  background: #d7dbdc;
}

.p-plan__head {
  padding: 18px 15px;
  background: #f7f7f7;
}

.p-plan__head .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.p-plan__head .lead {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.66667;
}

.p-plan__head .text {
  padding-top: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.66667;
  border-top: 1px dashed #000;
}

.p-plan__bottom {
  position: relative;
  text-align: center;
}

.p-plan__bottom::before {
  display: block;
  height: 50px;
  content: "";
  background: #fff;
}

.p-plan__bottom::after {
  position: absolute;
  top: 20px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  background: #fff;
  border-color: #8e6919 transparent transparent transparent;
  border-style: solid;
  border-width: 20px 18.5px 0 18.5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-plan__bottom .title {
  padding: 4px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #929292;
}

.p-plan__bottom .text {
  padding: 36px 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57143;
  letter-spacing: -0.05em;
  background: #e8e7e7;
}

#Strengths {
  padding-bottom: 35px;
  background: url(../img/bg_strengths_sp.jpg) no-repeat 50%;
  background-size: cover;
}

.p-strengths {
  padding: 0 6.6%;
  color: #fff;
  text-align: center;
}

.p-strengths__lead {
  margin-top: 15px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}

.p-strengths__img {
  margin-bottom: 18px;
}

.p-strengths__img img {
  width: 148px;
  height: auto;
}

.p-strengths__text {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-bottom: 16px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.66667;
}

.p-strengths__sText {
  margin-bottom: 26px;
  font-size: 12px;
  line-height: 1.66667;
  text-align: left;
}

.p-strengths__feature {
  padding: 16px 9px 18px;
  border: 1px solid #fff;
}

.p-strengths__feature .title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.p-strengths__feature .text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57143;
}

.p-case__head {
  padding: 35px 6.6% 30px;
  padding-top: 35px;
}

.p-case__imgImg {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

.p-case__img img {
  width: 100%;
  height: auto;
}

.p-case__imgText {
  padding: 12px 0 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57143;
}

.p-case__imgText .name {
  display: block;
}

.p-case__text {
  font-size: 12px;
  line-height: 1.66667;
}

.p-case__text p {
  margin-bottom: 1em;
}

.p-case__text p:last-of-type {
  margin-bottom: 0;
}

.p-case__list {
  background: #eef5f8;
}

.p-case__listList {
  padding: 8px 6.6% 30px;
}

.p-case__item {
  margin-top: 22px;
  background: #d6e8ee;
}

.p-case__item:nth-of-type(-n + 2) {
  marign-top: 0;
}

.p-case__itemInner {
  padding: 20px 11px;
  background: #d6e8ee;
}

.p-case__itemTitle, .p-case__itemText {
  font-size: 12px;
  line-height: 1.66667;
}

.p-case__itemTitle {
  margin-bottom: 5px;
  font-weight: bold;
}

.p-case__itemTitle:after {
  display: block;
  clear: both;
  content: "";
}

.p-case__itemTitle img {
  float: left;
  height: auto;
  margin-top: -10px;
  margin-left: 5px;
}

.p-case__itemTitle span {
  display: block;
  padding-left: 42px;
}

.p-case__item:nth-of-type(1) .p-case__itemTitle img {
  width: 23px;
  margin-left: 0;
}

.p-case__item:nth-of-type(2) .p-case__itemTitle img {
  width: 25px;
}

.p-case__item:nth-of-type(3) .p-case__itemTitle img {
  width: 34px;
}

.p-case__item:nth-of-type(4) .p-case__itemTitle img {
  width: 24px;
}

.p-flow {
  padding: 25px 6.6% 52px;
}

.p-flow__img {
  margin-top: 12px;
  margin-bottom: 36px;
}

.p-flow__img:after {
  display: block;
  clear: both;
  content: "";
}

.p-flow__imgItem {
  width: auto;
  height: 92px;
}

.p-flow__img .-item02 {
  float: right;
  margin-top: 12px;
}

#Profile {
  background: url(../img/bg_profile_sp.jpg) no-repeat 50%;
  background-size: cover;
}

#Profile .c-btn {
  padding-top: 26px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  background: #fff;
}

#Profile .c-btn a {
  width: 75%;
}

.p-profile {
  margin-top: 26px;
}

.p-profile__list {
  margin: 0 6.6% 38px;
  border-top: 1px solid #000;
}

.p-profile__item {
  display: table;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid #000;
}

.p-profile__item .title {
  display: table-cell;
  width: 16%;
  padding: 23px 0;
}

.p-profile__item .text {
  display: table-cell;
  padding: 23px 0;
}

.p-profile__item .text a {
  display: block;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  opacity: 1;
  transition: opacity .3s ease;
}

.p-profile__item .text a::before {
  content: "→";
}

.googlemaps {
  border-top: 13px solid #fff;
}

.googlemaps__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 74%;
  overflow: hidden;
}

.googlemaps #map1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 980px) {
  html > body {
    min-width: 980px;
  }
  br.SPbr {
    display: none;
  }
  br.PCbr {
    display: inline;
  }
  .SPview {
    display: none;
  }
  .PCview {
    display: block;
  }
  .c-btn {
    background: none;
  }
  .c-btn a {
    width: 20%;
  }
  .c-sec#Case {
    padding-top: 50px;
  }
  #Profile .c-sec__wrap {
    padding: 0 20px;
  }
  .c-sec__title img {
    margin: 0 auto 2px;
  }
  #Profile .c-sec__title img {
    height: 32px;
  }
  .c-sec__lead {
    margin-top: 26px;
    font-size: 34px;
    line-height: 2.70588;
  }
  .c-sec__lead::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.70588) * 0.5em);
    content: '';
  }
  .c-sec__text {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.75;
  }
  .c-sec__text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
    content: '';
  }
  #Flow .c-sec__text {
    margin: 30px 0;
  }
  .l-footer {
    padding: 23px 0 17px;
    text-align: center;
  }
  .l-footer__logo {
    margin-bottom: 15px;
  }
  .l-footer__logo img {
    width: 132px;
  }
  .l-footer__copy {
    font-size: 13px;
    line-height: 1.23077;
  }
  .l-footer .pagetop {
    top: -22px;
    right: 7%;
  }
  .l-footer .pagetop a {
    width: 53px;
    height: 53px;
  }
  .l-footer .pagetop a:hover::before {
    -webkit-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
  }
  .l-footer .pagetop a::before {
    right: 18px;
    width: 18px;
    height: 18px;
  }
  .l-header .l-gnav {
    position: absolute;
    right: 5px;
    bottom: 0;
    display: block;
    padding-top: 48px;
    font-size: 13px;
  }
  .l-header .l-gnav__item {
    display: inline-block;
    margin: 0 13px;
    vertical-align: middle;
  }
  .l-header .l-gnav__item:last-of-type {
    margin-right: 0;
  }
  .l-header .l-gnav__item a {
    position: relative;
    display: block;
    padding: 0 5px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.1em;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
  }
  .l-header .l-gnav__item a:first-of-type {
    margin-left: 0;
  }
  .l-header .l-gnav__item a:nth-last-of-type(1) {
    margin-right: 0;
  }
  .l-header .l-gnav__item a::before {
    position: absolute;
    right: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 2px;
    content: "";
    background: #fff;
    transition-timing-function: ease-out;
    transition-duration: .2s;
    transition-property: right;
  }
  .l-header .l-gnav__item a:hover {
    color: #fff;
  }
  .l-header .l-gnav__item a:hover::before {
    right: 0;
  }
  .l-header.is-fixed .l-gnav__item a {
    color: #000;
  }
  .l-header.is-fixed .l-gnav__item a::before {
    background: #000;
  }
  .l-header.is-fixed .l-gnav__item a:hover::before {
    right: 0;
    background: #000;
  }
  .l-toggle .l-gnav {
    margin-top: 95px;
  }
  .l-toggle .l-gnav__list {
    padding: 0 60px;
  }
  .l-toggle .l-gnav__item {
    margin-bottom: 45px;
    vertical-align: middle;
  }
  .l-toggle .l-gnav__item a {
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-toggle .l-gnav__item a:first-of-type {
    margin-left: 0;
  }
  .l-toggle .l-gnav__item a:nth-last-of-type(1) {
    margin-right: 0;
  }
  .l-toggle .l-gnav__item a:hover {
    color: #f9dade;
  }
  .l-footer .l-gnav__item a {
    padding: 10px 0;
  }
  .l-footer .l-gnav {
    margin-bottom: 40px;
    border: none;
  }
  .l-footer .l-gnav__item {
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    line-height: 1.76923;
    border: none;
  }
  .l-footer .l-gnav__item a {
    display: inline;
    opacity: 1;
    transition: opacity .3s ease;
  }
  .l-footer .l-gnav__item a:hover {
    opacity: 0.7;
  }
  .l-header {
    height: auto;
  }
  .l-header .l-site {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .l-header__inner {
    position: relative;
    width: 83.7%;
    min-width: 1000px;
    max-width: 1440px;
    padding-left: 0;
    margin: 0 auto;
  }
  .l-header {
    height: 76px;
  }
  .l-header:after {
    display: block;
    clear: both;
    content: "";
  }
  .l-header__logo {
    padding: 26px 15px 0;
  }
  .l-header__logo .-img {
    width: 112px;
    height: 38px;
  }
  .l-header__logo .-img::after {
    width: 112px;
    height: 38px;
  }
  .l-header__text {
    display: inline-block;
    margin-top: 10px;
    margin-left: 124px;
    font-size: 10px;
    color: #fff;
    letter-spacing: -0.001em;
  }
  .is-fixed .l-header__text {
    color: #000;
  }
  .l-header .l-site {
    display: none;
  }
  .l-toggle {
    display: none;
  }
  .l-kv {
    display: block;
    height: 700px;
    padding-top: 204px;
    background: url(../img/hero_bg_pc.jpg) no-repeat 50%;
    background-size: cover;
  }
  .l-kv__inner {
    box-sizing: border-box;
    width: 71.4%;
    min-width: 1000px;
    max-width: 1400px;
    padding-left: 50px;
    margin: 0 auto;
  }
  .l-kv__text {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.64935;
  }
  .l-kv__text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.64935) * 0.5em);
    content: '';
  }
  .l-kv__title img {
    width: 624px;
  }
  .l-kv__lead {
    margin-top: 90px;
    font-size: 24px;
    line-height: 1.54167;
  }
  .l-kv__lead::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.54167) * 0.5em);
    content: '';
  }
  .p-service {
    min-height: 350px;
    padding-top: 44px;
    margin-top: 45px;
    margin-bottom: 45px;
    background: url(../img/bg_service_pc.jpg) no-repeat 50%;
    background-size: cover;
  }
  .p-service__text {
    width: 54%;
    padding: 0;
    margin: 26px auto 0;
    font-size: 11px;
    line-height: 1.72727;
  }
  #Plan::before {
    position: absolute;
    top: -82px;
    left: 18%;
    display: block;
    width: 74px;
    height: 150px;
    content: "";
    background: url(/img/img_plan_01.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  #Plan::after {
    position: absolute;
    top: -64px;
    right: 16.7%;
    display: block;
    width: 74px;
    height: 150px;
    content: "";
    background: url(/img/img_plan_02.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-plan {
    position: static;
    width: 71%;
    margin: 0 auto;
    margin-top: 26px;
    font-size: 11px;
    line-height: 1.72727;
  }
  .p-plan::before {
    content: none;
  }
  .p-plan::after {
    content: none;
  }
  .p-plan__list {
    display: flex;
    flex: 0 0 calc(33.3% - 2.5%);
    align-items: stretch;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-plan__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(33.3% - 2.5%);
    padding: 0;
    background: #fafafa;
  }
  .p-plan__item:nth-of-type(2n+2) {
    background: #fafafa;
  }
  .p-plan__item:nth-of-type(2n+2) .p-plan__bottom::before,
  .p-plan__item:nth-of-type(2n+2) .p-plan__bottom::after {
    background: #fff;
  }
  .p-plan__head {
    padding: 20px 15px;
    background: none;
  }
  .p-plan__bottom::before {
    height: 37px;
  }
  .p-plan__bottom::after {
    top: 9px;
  }
  .p-plan__bottom .title {
    padding: 0;
  }
  .p-plan__bottom .text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 7em;
    padding: 15px;
  }
  #Strengths {
    padding-top: 47px;
    padding-bottom: 44px;
    margin-top: 50px;
    background: url(../img/bg_strengths_pc.jpg) no-repeat 50%;
    background-size: cover;
  }
  .p-strengths {
    width: 76%;
    padding-top: 15px;
    margin: 0 auto;
  }
  .p-strengths__lead {
    margin-top: 0;
  }
  .p-strengths__img {
    margin-bottom: 23px;
  }
  .p-strengths__text {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.28571;
  }
  .p-strengths__sText {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: -0.02em;
  }
  .p-strengths__feature {
    padding: 0;
    border: none;
  }
  .p-strengths__feature .title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .p-strengths__feature .text {
    padding: 0;
    font-size: 13px;
    line-height: 1.65385;
  }
  .p-strengths__feature .text__item::after {
    margin: 10px 0;
    content: "/";
  }
  .p-strengths__feature .text__item:nth-of-type(2)::after {
    white-space: pre;
    content: "\A";
  }
  .p-strengths__feature .text__item:last-of-type::after {
    content: "";
  }
  .p-case__head {
    position: relative;
    padding: 48px 0 45px;
  }
  .p-case__img {
    position: relative;
    padding: 0;
  }
  .p-case__imgImg {
    position: relative;
    width: 58%;
    padding-top: 37%;
    overflow: hidden;
  }
  .p-case__img img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    min-width: 800px;
  }
  .p-case__imgText {
    position: absolute;
    bottom: 42px;
    left: 50%;
    z-index: 2;
    width: 71%;
    max-width: 1400px;
    padding: 0;
    color: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-case__imgText .name {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.6;
  }
  .p-case__text {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    width: 50%;
    padding: 25px;
    font-size: 12px;
    line-height: 1.71429;
    background: #ebf4f7;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-case__list {
    padding-bottom: 45px;
  }
  .p-case__listList {
    display: flex;
    flex: 0 0 50%;
    flex-wrap: wrap;
    width: 71%;
    padding: 0;
    margin: 0 auto;
  }
  .p-case__item {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    width: 50%;
    min-height: 186px;
    margin-top: 46px;
    background: none;
  }
  .p-case__itemInner {
    box-sizing: border-box;
    width: 92%;
    padding: 23px 44px;
  }
  .p-case__itemTitle, .p-case__itemText {
    font-size: 14px;
    line-height: 1.71429;
  }
  .p-case__itemTitle {
    margin-bottom: 0;
  }
  .p-case__itemTitle img {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    margin-top: 0;
    margin-left: 0;
  }
  .p-case__itemTitle span {
    display: inline;
    padding-left: 0;
  }
  .p-case__item:nth-of-type(1) .p-case__itemTitle img {
    width: 48px;
    margin-left: 10px;
  }
  .p-case__item:nth-of-type(2) .p-case__itemTitle img {
    left: 22px;
    width: 52px;
  }
  .p-case__item:nth-of-type(3) .p-case__itemTitle img {
    left: 20px;
    width: 72px;
  }
  .p-case__item:nth-of-type(4) .p-case__itemTitle img {
    left: 22px;
    width: 45px;
  }
  .p-flow {
    padding: 0 0 52px;
    text-align: center;
  }
  .p-flow__imgItem {
    position: relative;
    height: 131px;
  }
  .p-flow__img .-item01 {
    z-index: 2;
  }
  .p-flow__img .-item02 {
    left: -25px;
    z-index: 1;
    float: none;
    margin-top: 0;
  }
  #Profile {
    padding-top: 68px;
    padding-bottom: 58px;
    background: url(../img/bg_profile_pc.jpg) no-repeat 50%;
    background-size: cover;
  }
  #Profile .c-btn {
    background: none;
  }
  #Profile .c-btn a {
    width: 20%;
  }
  .p-profile {
    display: flex;
    flex: 0 0 50%;
    justify-content: space-between;
    width: 71%;
    min-width: 1000px;
    max-width: 1400px;
    min-height: 345px;
    margin: 47px auto;
  }
  .p-profile__list {
    width: 45.9%;
    margin: 0;
  }
  .p-profile__item .title {
    padding: 24px 12px;
  }
  .p-profile__item .text {
    padding: 24px 12px;
  }
  .p-profile__item .text a {
    display: inline;
    margin-left: 25px;
  }
  .p-profile__item .text a:hover {
    opacity: 0.7;
  }
  .googlemaps {
    width: 48%;
    border: none;
  }
  .googlemaps__inner {
    position: relative;
    width: 100%;
    padding-top: 65%;
  }
}

@media print, screen and (min-width: 768px) {
  .l-toggle {
    width: 340px;
  }
}

@media print, screen and (min-width: 1280px) {
  .p-case__imgImg {
    width: 62%;
  }
  .p-case__text {
    width: 43%;
    padding: 25px 38px 25px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
