/*!
Theme Name: aikara_0001
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mrkm_underscores_0001
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mrkm_underscores_0001 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a, button {
  cursor: revert;
}

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

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  min-height: 100%;
  background-color: white;
}

dl {
  margin: 0;
}

p {
  font-size: 1.6rem;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

h1 {
  font-size: 3rem;
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 2.8rem;
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

body {
  font-family: "Sawarabi Gothic", sans-serif;
}

.l-header__pc {
  width: 100%;
  background-color: #fff;
  height: 90px;
  margin-bottom: 6px;
  box-shadow: 9px -9px 6px 8px #9f9f9f;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__pc {
    display: none;
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 0px;
  box-shadow: 0 3px 6px #d7d7d7;
}
.l-header__logo {
  margin-left: 60px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin: auto;
  }
}
.l-header__logo-text {
  font-size: 11px;
}
.l-header__logo-link {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.l-header__logo-img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__logo-img {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo-img {
    width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .l-header__logo-img {
    width: 150px;
  }
}
.l-header__nav {
  align-self: center;
  text-align: center;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row;
  margin: 0;
  padding: 6px;
  list-style-type: none;
  justify-content: flex-end;
  font-size: 1.6rem;
}
.l-header__nav-list-item {
  padding: 25px;
  list-style: none;
  text-decoration-line: underline;
}
.l-header__toggle {
  display: none;
  z-index: 5963;
  position: absolute;
  background-color: rgba(199, 198, 198, 0.2588235294);
  margin: 20px;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .l-header__toggle {
    position: static;
    display: block;
  }
}
.l-header__toggle-btn {
  position: relative;
  left: 10px;
  top: 10px;
}
.l-header__toggle-btn span {
  position: absolute;
  display: inline-block;
  content: "";
  height: 2px;
  width: 30px;
  border-radius: 3px;
  background-color: gray;
}
.l-header__toggle-btn span:nth-child(1) {
  top: 4px;
}
.l-header__toggle-btn span:nth-child(2) {
  top: 4px;
  opacity: 0;
}
.l-header__toggle-btn span:nth-child(3) {
  top: 14px;
}
.l-header__toggle-btn span:nth-child(4) {
  bottom: 4px;
}
.l-header__toggle-btn.is-open span:nth-child(1) {
  transform-origin: center center;
  transform: rotate(-45deg);
}
.l-header__toggle-btn.is-open span:nth-child(2) {
  transform-origin: center center;
  transform: rotate(45deg);
  opacity: 1;
}
.l-header__toggle-btn.is-open span:nth-child(3) {
  transform-origin: center center;
  transform: rotate(45deg);
  opacity: 0;
}
.l-header__toggle-btn.is-open span:nth-child(4) {
  opacity: 0;
}
.l-header__sp {
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  box-shadow: 0 3px 6px #d7d7d7;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .l-header__sp {
    display: none;
  }
}
.l-header__sp-logo {
  z-index: 201;
  position: relative;
  padding-left: 20px;
}
.l-header__sp-logo-link {
  width: 160px;
  display: block;
}
.l-header__sp-logo-text {
  font-size: 1.1rem;
}
.l-header__sp-menu {
  position: fixed;
  top: 0;
  left: -350px;
  width: 200px;
  height: 100vh;
  padding-top: 150px;
  background-color: white;
  z-index: 200;
  overflow-y: auto;
  transition: all 0.6s;
}
.l-header__sp-menu.is-open {
  left: 0 !important;
}
.l-header__sp-menu-item {
  font-size: 2.6rem;
  padding-left: 2rem;
  text-decoration: underline;
  line-height: 6rem;
  text-underline: red;
}
.l-header__sp-hamburger {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}
.l-header__sp-hamburger span:nth-child(1) {
  top: 14px;
}
.l-header__sp-hamburger span:nth-child(2) {
  top: 20px;
}
.l-header__sp-hamburger span:nth-child(3) {
  top: 20px;
}
.l-header__sp-hamburger span:nth-child(4) {
  top: 26px;
}
.l-header__sp-hamburger.is-open span:nth-child(1) {
  opacity: 0;
}
.l-header__sp-hamburger.is-open span:nth-child(2) {
  transform: rotate(-45deg);
  opacity: 1;
}
.l-header__sp-hamburger.is-open span:nth-child(3) {
  transform: rotate(45deg);
  opacity: 1;
}
.l-header__sp-hamburger.is-open span:nth-child(4) {
  opacity: 0;
}
.l-header__sp-hamburger-line {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 1px;
  background-color: #555;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.l-header__sp-black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}
.l-header__sp-black-bg.is-open {
  opacity: 0.3;
  visibility: visible;
}

.l-main__fv {
  position: relative;
  with: 100%;
  background: url("assets/img/24098995_m.jpg") center/cover;
}
@media screen and (max-width: 767px) {
  .l-main__fv {
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .l-main__fv {
    height: 500px;
  }
}
@media screen and (min-width: 1025px) {
  .l-main__fv {
    height: 800px;
  }
}
.l-main__fv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.l-main__fv-inner {
  display: flex;
  position: absolute;
  box-shadow: 1rem 1rem 0px 5px rgba(119, 136, 153, 0.5490196078);
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-main__fv-inner {
    left: 25px;
    bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .l-main__fv-inner {
    bottom: 40px;
    left: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .l-main__fv-inner {
    bottom: 80px;
    left: 80px;
  }
}
.l-main__fv-caption {
  color: #fff;
  margin: auto;
  padding: 10px 25px;
  background-color: rgba(84, 84, 84, 0.8509803922);
}
.l-main__fv-caption p {
  font-size: 2.6rem;
  text-decoration-line: underline;
}
@media screen and (max-width: 767px) {
  .l-main__fv-caption p {
    font-size: 1.6rem;
  }
}
.l-main__fv-caption ul {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-main__fv-caption ul {
    font-size: 1.4rem;
  }
}
.l-main__fv-caption ul li {
  margin-top: 10px;
  margin-bottom: 20px;
}
.l-main__contents {
  width: 100%;
}
.l-main__info-inner {
  width: 100%;
  height: 100%;
}
.l-main__info-content {
  flex: 1;
  display: flex;
  padding: 20px 2vh;
  background: url("assets/img/24098995_m.jpg") center/cover;
  box-shadow: -2px 2px 20px 1px #ababab;
}
@media screen and (max-width: 767px) {
  .l-main__info-content {
    flex-flow: column;
  }
}
.l-main__info-access {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  padding: 2vw;
  background-color: rgba(255, 255, 255, 0.8);
}
.l-main__info-logo {
  align-self: center;
  padding: 5rem;
}
.l-main__info-logo-img {
  height: 100%;
  width: 150px;
}
.l-main__info-store-heading {
  padding: 0.5em 0;
  border-top: solid 3px #ccc;
  border-bottom: solid 3px #ccc;
  text-align: center;
}
.l-main__info-store__table {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-main__info-store__table {
    font-size: 1.8rem;
  }
}
.l-main__info-store__table th, .l-main__info-store__table td {
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  .l-main__info-store__table th, .l-main__info-store__table td {
    width: 100%;
    display: inline-block;
  }
}
.l-main__info-store__table th {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-main__info-store__table th {
    padding-left: 5%;
    padding-right: 0;
  }
}
.l-main__info-store__table td {
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  .l-main__info-store__table td {
    width: 100%;
    padding-left: 10%;
    padding-right: 0;
  }
}
.l-main__info-store__item {
  padding: 10px;
}
.l-main__info-store__desc {
  font-size: 1.6rem;
  padding: 2rem;
}
.l-main__info-map {
  flex: 1;
  background-color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
}
.l-main__info-map-iframe {
  width: 100%;
  height: 40vh;
}

.l-footer {
  position: relative;
  width: 100%;
  background-color: #F2F2F2;
  flex: 1 auto;
}
.l-footer__inner {
  width: 100%;
  height: 100%;
}
.l-footer__content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    flex-flow: column;
  }
}
.l-footer__copyright {
  display: flex;
  justify-content: center;
  background-color: #737373;
  width: 100%;
  height: 100px;
}
.l-footer__copyright-text {
  color: #dedede;
  text-align: center;
  align-self: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__copyright-text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__copyright-text {
    font-size: 2rem;
  }
}

.l-wrapper {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.is-open {
    overflow: hidden;
  }
}

.c-button,
a.c-button,
button.c-button {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.c-button--circle {
  width: 140px;
  height: 140px;
  padding: 20px 0 0;
  border-radius: 50%;
  color: #fff;
  background: #eb6877;
  -webkit-box-shadow: 0 7px 0 #e53b4e;
  box-shadow: 0 7px 0 #e53b4e;
}

a.c-button--circle i {
  font-size: 150%;
}

.fa-position-bottom {
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 0.5rem);
}

a.c-button--circle:hover {
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #e53b4e;
  box-shadow: 0 3px 0 #e53b4e;
}

.p-whatsnew {
  display: flex;
  margin-top: 10px;
  flex-flow: row;
}
@media screen and (max-width: 767px) {
  .p-whatsnew {
    flex-flow: column;
  }
}
.p-whatsnew-title {
  margin: 0;
}
.p-whatsnew-link {
  padding: 10px;
  font-size: 1.6rem;
  text-decoration: underline;
}
.p-whatsnew__titleArea {
  background-color: #c3c3c3;
  color: #fff;
  display: flex;
  flex-flow: column;
  text-align: center;
  width: 33%;
  min-height: 115px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-whatsnew__titleArea {
    width: 100%;
    padding: 10px 0;
  }
}
.p-whatsnew__newsArea {
  width: 100%;
}
.p-whatsnew__inner {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  width: 100%;
}
.p-whatsnew__items {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  font-size: 1.6rem;
  border-bottom: ridge;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-whatsnew__items {
    flex-flow: column;
  }
}
.p-whatsnew__items-link {
  color: #0c88b4;
}
@media screen and (max-width: 767px) {
  .p-whatsnew__items-headding {
    padding-left: 5%;
  }
}
.p-whatsnew__items-newmark {
  font-size: 1.6rem;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: red;
  color: white;
  border-radius: 10px;
  padding: 1px 6px;
  text-underline-style: none;
}
.p-whatsnew__items-title {
  text-decoration: underline;
}

.p-section {
  padding: 50px 0px 10rem 0px;
}
.p-section__inner {
  max-width: 1250px;
  margin: 0 auto;
  text-align: center;
}
.p-section-heading {
  display: inline-block;
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  text-decoration: underline;
}
.p-section-description {
  text-align: center;
}

.p-front-service {
  max-width: 1250px;
  margin: 0 auto;
}
.p-front-service__inner {
  display: flex;
  padding: 30px 50px 30px;
  margin: 2%;
  background-color: #fff;
  flex-flow: row;
}
@media screen and (max-width: 767px) {
  .p-front-service__inner {
    flex-flow: column-reverse;
  }
}
.p-front-service__inner.reverse {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-front-service__inner.reverse {
    flex-flow: column-reverse;
  }
}
.p-front-service-text {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
}
.p-front-service-heading {
  font-size: 2.4rem;
  align-self: center;
  text-align: center;
  position: relative;
  padding-top: 25px;
  top: 0;
  left: 0;
}
.p-front-service-heading::before {
  position: absolute;
  bottom: -5px;
  content: "";
  left: -12.5%;
  width: 125%;
  border-bottom: 3px solid #cddc39;
}
.p-front-service-description {
  padding-left: 15%;
  padding-right: 15%;
}
@media screen and (max-width: 767px) {
  .p-front-service-description {
    padding-left: 5%;
    padding-right: 2%;
    padding-top: 5%;
  }
}
.p-front-service-img {
  flex: 1.25;
  height: 300px;
  marign: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: center;
}
.p-front-service-img > img {
  width: 100%;
}
.p-front-solution {
  max-width: 1250px;
  margin: 0 auto;
}
.p-front-solution__inner {
  display: flex;
  padding: 30px 50px 30px;
  margin: 2%;
  background-color: #fff;
  flex-flow: row;
}
@media screen and (max-width: 767px) {
  .p-front-solution__inner {
    flex-flow: column-reverse;
  }
}
.p-front-solution__inner.reverse {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-front-solution__inner.reverse {
    flex-flow: column-reverse;
  }
}
.p-front-solution-text {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
}
.p-front-solution-heading {
  font-size: 2.4rem;
  align-self: center;
  text-align: center;
  position: relative;
  padding-top: 25px;
  top: 0;
  left: 0;
}
.p-front-solution-heading::before {
  position: absolute;
  bottom: -5px;
  content: "";
  left: -12.5%;
  width: 125%;
  border-bottom: 3px solid #cddc39;
}
.p-front-solution-description {
  padding-left: 15%;
  padding-right: 15%;
}
.p-front-solution-description ul {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-front-solution-description {
    padding-left: 5%;
    padding-right: 2%;
    padding-top: 5%;
  }
  .p-front-solution-description ul {
    font-size: 1.6rem;
  }
}
.p-front-solution-img {
  flex: 1.25;
  height: 300px;
  marign: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-front-solution-img > img {
  flex: 1;
}
.p-front-plan {
  max-width: 1250px;
  margin: 0 auto;
}
.p-front-plan__inner {
  display: flex;
  flex-flow: column;
  padding: 30px 50px 30px;
  margin: 2%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-plan__inner {
    flex-flow: column;
    padding: 2% 2% 2%;
  }
}
.p-front-plan__head-heading {
  text-align: center;
}
.p-front-plan__table {
  font-size: 2.4rem;
}
.p-front-plan__table-tr {
  display: flex;
  flex-flow: row;
}
.p-front-plan__table-th {
  width: 50%;
  height: 8rem;
  line-height: 8rem;
  text-align: center;
  box-shadow: 2px 2px 5px grey;
  border-radius: 15px;
  margin: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-plan__table-th {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-front-plan__table-th {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-front-plan__table-th {
    font-size: 2.4rem;
  }
}
.p-front-plan__table-td {
  width: 50%;
  text-align: center;
  padding: 5%;
}
.p-front-plan__table-td:first-of-type {
  border-right: inset;
}
@media screen and (max-width: 767px) {
  .p-front-plan__table-td {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-front-plan__table-td {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-front-plan__table-td {
    font-size: 3rem;
  }
}
.p-front-plan__info {
  width: 50%;
  align-self: center;
  text-align: center;
}
.p-front-plan__info-button {
  background-color: antiquewhite;
  display: block;
  padding: 30px 50px;
  font-size: x-large;
  border-radius: 59px;
  box-shadow: 0px 2px 0px 1px #c1c1c1;
  text-align: center;
}
.p-front-question__inner {
  max-width: 1250px;
  margin: 0 auto;
}
.p-front-question-serviceQa-Unit {
  padding: 1%;
}
.p-front-question-serviceQa-Unit li:not(:last-of-type) {
  margin-bottom: 3%;
}
.p-front-question-serviceQa-Card {
  border: 1px black solid;
}
.p-front-question-serviceQa-Card dt {
  position: relative;
}
.p-front-question-serviceQa-PlusMinus {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.p-front-question-serviceQa-PlusMinus::before {
  width: 20px;
  height: 2px;
  background: #cddc39;
  position: absolute;
  display: block;
  content: "";
  vertical-align: middle;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.p-front-question-serviceQa-PlusMinus::after {
  width: 20px;
  height: 2px;
  background: #cddc39;
  position: absolute;
  display: block;
  content: "";
  vertical-align: middle;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-front-question-serviceQa-PlusMinus.on::after {
  transform: rotate(0deg);
}
.p-front-question-serviceQa-ico {
  width: 15%;
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #cddc39;
  line-height: 1;
}
.p-front-question-serviceQa-QBox {
  display: flex;
  padding: 1.5% 5%;
  padding-right: 9%;
  cursor: pointer;
  align-items: center;
}
.p-front-question-serviceQa-ABox {
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  padding: 3% 5%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-front-question-serviceQa-Qtext {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-front-question-serviceQa-Qtext {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-front-question-serviceQa-Qtext {
    font-size: 2.8rem;
  }
}
.p-contactus__inner {
  max-width: 1250px;
  margin: 0 auto;
  box-shadow: 4px 7px 19px 0px darkgrey;
  border-radius: 0 0 5px 5px;
  height: 100%;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-contactus__inner {
    margin: 0 5%;
  }
}
.p-contactus-headding {
  text-align: center;
  background-color: ghostwhite;
  padding: 15px;
}
.p-contactus-list {
  display: flex;
  flex-flow: row;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-contactus-list {
    flex-flow: column;
  }
}
.p-contactus-list > dt {
  text-align: center;
  align-self: center;
  font-size: 2.4rem;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-contactus-list > dt {
    font-size: 2rem;
    width: 100%;
  }
}
.p-contactus-list > dd {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-contactus-list > dd {
    width: 90%;
    align-self: center;
  }
}
.p-contactus-list input {
  width: 100%;
  height: 4rem;
  font-size: 14px;
  padding: 2.5rem;
  background-color: #f1f0f3;
  border: 1px solid transparent;
  border-radius: 5px;
}
.p-contactus-list textarea {
  width: 100%;
  font-size: 14px;
  background-color: white;
  border: 1px black solid;
}
.p-contactus-list .wpcf7-submit {
  background-color: white;
}
.p-contactus-submit {
  text-align: center;
  font-size: 2.4rem;
  cursor: pointer;
  border: outset;
  margin: 5%;
  padding: 10px 30px;
}

.wpcf7-response-output {
  font-size: 2.4rem;
}

.p-post-multi__inner {
  max-width: 1250px;
  margin: 60px auto;
}
.p-post-multi-top-headding {
  border-bottom: 1px gray;
  text-align: center;
  text-decoration-line: underline;
  text-underline-offset: 15px;
}
@media screen and (max-width: 767px) {
  .p-post-multi-top-headding {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-post-multi-top-headding {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-post-multi-top-headding {
    font-size: 2.8rem;
  }
}
.p-post-multi-post {
  width: 80%;
  background-color: white;
  padding: 1px 20px 20px 20px;
  margin: auto auto 20px auto;
  border-radius: 7px;
  border-bottom: ridge;
}
@media screen and (max-width: 767px) {
  .p-post-multi-post {
    width: 95%;
  }
}
.p-post-multi-post h2 {
  border-left: 1rem solid gray;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: -2px 3px 3px 0px grey;
}
.p-post-multi-post p {
  padding: 0 2% 3% 5%;
}
.p-post-multi-post img {
  height: auto;
}
.p-post-multi-navigation {
  text-align: center;
  font-size: 2rem;
}
.p-post-single {
  height: 80vh;
  display: flex;
}
.p-post-single__inner {
  max-width: 1250px;
  margin: 60px auto;
}
.p-post-single-top-headding {
  border-bottom: 1px gray;
  text-align: center;
  text-decoration-line: underline;
  text-underline-offset: 15px;
}
@media screen and (max-width: 767px) {
  .p-post-single-top-headding {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-post-single-top-headding {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-post-single-top-headding {
    font-size: 2.8rem;
  }
}
.p-post-single-post {
  width: 80%;
  background-color: white;
  padding: 1px 20px 20px 20px;
  margin: auto auto 20px auto;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .p-post-single-post {
    width: 95%;
  }
}
.p-post-single-post h1 {
  border-left: 1rem solid gray;
  padding-left: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: -2px 3px 3px 0px grey;
}
.p-post-single-post p {
  padding: 0 2% 3% 5%;
}
.p-post-single-post img {
  height: auto;
}
.p-post-single-navigation {
  text-align: center;
  font-size: 2rem;
}

.u-img-self {
  width: 100%;
}

.u-img-halve {
  width: 50%;
}

.u-triangle {
  position: relative;
  background: #2c3e50;
  height: 50vh;
}
.u-triangle::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: #2c3e50 transparent transparent transparent;
  left: 85%;
  transform: translateX(-50%) translateY(100%);
}

.u-shape {
  overflow: hidden;
  position: relative;
}

.u-shape::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 90px;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23fbd8c2"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23fbd8c2"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23fbd8c2"/></svg>');
}

@media (min-width: 768px) {
  .shape::before {
    background-size: 100% 90px;
    background-position: 50% 0%;
  }
}
@media (min-width: 1025px) {
  .shape::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 179% 90px;
    background-position: 50% 0%;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23e0ebff"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23e0ebff"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23e0ebff"/></svg>');
  }
}
@media (min-width: 2100px) {
  .shape::before {
    background-size: 179% calc(2vw + 90px);
  }
}
.u-divider {
  position: relative;
}

.u-custom-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.u-custom-shape svg {
  position: relative;
  display: block;
  width: calc(126% + 1.3px);
  height: 40px;
}

.u-custom-shape .shape-fill {
  fill: #fff;
}

.u-shade-even.u-custom-shape .shape-fill {
  fill: #f5f6f7;
}

.u-shade-odd.u-custom-shape .shape-fill {
  fill: #faf0e6;
}

.u-shade-even {
  background-color: #faf0e6;
}

.u-shade-odd {
  background-color: #f5f6f7;
}

.u-color-even {
  background-color: #f5f6f7;
}

.u-color-odd {
  background-color: #faf0e6;
}

.u-color-first {
  background-color: #c;
}

@media screen and (max-width: 767px) {
  .u-plan-annotation {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .u-plan-annotation {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .u-plan-annotation {
    font-size: 1.5rem;
  }
}

.wp-block-image {
  text-align-last: center;
}

@media screen and (max-width: 767px) {
  .site-main {
    margin-top: 124px;
  }
}

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