*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::before,
::after {
  text-decoration: inherit /*1*/;
  vertical-align: inherit /*2*/;
}
html {
  cursor: default /*1*/;
  line-height: 1.5 /*2*/;
  -moz-tab-size: 4 /*3*/;
  -moz-tab-size: 4 /*3*/;
  -o-tab-size: 4 /*3*/;
  tab-size: 4 /*3*/;
  -webkit-tap-highlight-color: transparent /*4*/;
  -ms-text-size-adjust: 100% /*5*/;
  -webkit-text-size-adjust: 100% /*5*/;
  word-break: break-word /*6*/;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ul dl,
h1,
h2,
h3,
h4,
h5,
p,
dl,
ul,
dt,
dd {
  padding: 0;
  margin: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
hr {
  height: 0 /*1*/;
  overflow: visible /*2*/;
}
main {
  display: block;
}
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
pre {
  font-family: monospace, monospace /*1*/;
  font-size: 1em /*2*/;
}
a {
  background-color: transparent;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace /*1*/;
  font-size: 1em /*2*/;
}
small {
  font-size: 80%;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe {
  border-style: none;
}
img {
  border-style: none;
}
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
button,
input,
select {
  margin: 0;
}
button {
  overflow: visible /*1*/;
  text-transform: none /*2*/;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
fieldset {
  border: 1px solid #a0a0a0 /*1*/;
  padding: 0.35em 0.75em 0.625em /*2*/;
}
input {
  overflow: visible;
}
legend {
  color: inherit /*2*/;
  display: table /*1*/;
  max-width: 100% /*1*/;
  white-space: normal /*1*/;
}
progress {
  display: inline-block /*1*/;
  vertical-align: baseline /*2*/;
}
select {
  text-transform: none;
}
textarea {
  margin: 0 /*1*/;
  overflow: auto /*2*/;
  resize: vertical /*3*/;
}
[type='checkbox'],
[type='radio'] {
  padding: 0;
}
[type='search'] {
  -webkit-appearance: textfield /*1*/;
  outline-offset: -2px /*2*/;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button /*1*/;
  font: inherit /*2*/;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
details {
  display: block;
}
dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation /*1*/;
  touch-action: manipulation /*2*/;
}
[hidden] {
  display: none;
}
[aria-busy='true'] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled='true'],
[disabled] {
  cursor: not-allowed;
}
[aria-hidden='false'][hidden] {
  display: initial;
}
[aria-hidden='false'][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
html {
	/*ルートのフォントサイズを10pxに設定しておく*/
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
	/*ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定*/
  line-height: 1.8;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
}
b,
strong,
.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic', 'Segoe UI', Verdana, Meiryo, sans-serif;
}
_:lang(x)::-ms-backdrop,
.selector {
  font-family: 'Segoe UI', Meiryo, sans-serif;
}
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
}
.c-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-justify-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.c-justify-start {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
}
.c-justify-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c-flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-flex-align-cr {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center !important;
  align-items: center !important;
}
.c-flex-max {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-flexbox-3:after {
  content: "";
  display: block;
  width: 30%;
}
.c-flexbox-4:before {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  content: "";
  display: block;
  width: 25%;
}
.c-flexbox-4:after {
  content: "";
  display: block;
  width: 25%;
}
.c-en,
.l-header-siteid__logo,
.u-title__en,
.p-telbox__tel {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.c-jp {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
.c-min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-feature-settings: "palt";
}
.c-upper,
.u-title__en {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.bold {
  font-weight: bold;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 48.25%;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 8px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cb-map {
  width: 100%;
  height: 400px;
}
a:visited,
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
section[id*="anc-"],
h2[id*="anc-"] {
  margin-top: -100px !important;
  padding-top: 100px !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-lg {
  margin-top: 60px;
}
.mr-xs {
  margin-right: 8px;
}
.mr-sm {
  margin-right: 16px;
}
.mr-md {
  margin-right: 20px;
}
.mt-xs {
  margin-top: 8px;
}
.mt-sm {
  margin-top: 16px;
}
.mt-md {
  margin-top: 20px;
}
.mb-min {
  margin-bottom: 4px !important;
}
.mb-xs {
  margin-bottom: 1rem;
}
@media (min-width: 320px) {
  .mb-xs {
    margin-bottom: calc(0.8rem + 0.1 * (100vw - 410px) / (60 - 40));
  }
}
@media (min-width: 1024px) {
  .mb-xs {
    margin-bottom: 0.8rem;
  }
}
.mb-sm {
  margin-bottom: 2rem;
}
@media (min-width: 410px) {
  .mb-sm {
    margin-bottom: calc(1.5rem + 0.2 * (100vw - 410px) / (60 - 40));
  }
}
@media (min-width: 1024px) {
  .mb-sm {
    margin-bottom: 1.8rem;
  }
}
.mb-md {
  margin-bottom: 2rem;
}
@media (min-width: 410px) {
  .mb-md {
    margin-bottom: calc(2.6rem + 0.2 * (100vw - 410px) / (60 - 40));
  }
}
@media (min-width: 1024px) {
  .mb-md {
    margin-bottom: 3.5rem;
  }
}
.mb-lg,
.l-section {
  margin-bottom: 3rem;
}
@media (min-width: 410px) {
  .mb-lg,
  .l-section {
    margin-bottom: calc(1rem + 0.5 * (100vw - 410px) / (60 - 40));
  }
}
@media (min-width: 1024px) {
  .mb-lg,
  .l-section {
    margin-bottom: 5rem;
  }
}
.mb-xl {
  margin-bottom: 5rem;
}
@media (min-width: 410px) {
  .mb-xl {
    margin-bottom: calc(4rem + 0.5 * (100vw - 410px) / (60 - 40));
  }
}
@media (min-width: 1024px) {
  .mb-xl {
    margin-bottom: 6rem;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}
.c-show-tb {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-show-tb {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-hide-tb {
    display: none;
  }
}
.c-wid-max {
  max-width: 100%;
}
.c-wid-1p {
  width: 1;
}
.c-wid-2p {
  width: 2;
}
.c-wid-3p {
  width: 3;
}
.c-wid-4p {
  width: 4;
}
.c-wid-5p {
  width: 5;
}
.c-wid-6p {
  width: 6;
}
.c-wid-7p {
  width: 7;
}
.c-wid-8p {
  width: 8;
}
.c-wid-9p {
  width: 9;
}
.c-wid-10p {
  width: 10;
}
.c-wid-11p {
  width: 11;
}
.c-wid-12p {
  width: 12;
}
.c-wid-13p {
  width: 13;
}
.c-wid-14p {
  width: 14;
}
.c-wid-15p {
  width: 15;
}
.c-wid-16p {
  width: 16;
}
.c-wid-17p {
  width: 17;
}
.c-wid-18p {
  width: 18;
}
.c-wid-19p {
  width: 19;
}
.c-wid-20p {
  width: 20;
}
.c-wid-21p {
  width: 21;
}
.c-wid-22p {
  width: 22;
}
.c-wid-23p {
  width: 23;
}
.c-wid-24p {
  width: 24;
}
.c-wid-25p {
  width: 25;
}
.c-wid-26p {
  width: 26;
}
.c-wid-27p {
  width: 27;
}
.c-wid-28p {
  width: 28;
}
.c-wid-29p {
  width: 29;
}
.c-wid-30p {
  width: 30;
}
.c-wid-31p {
  width: 31;
}
.c-wid-32p {
  width: 32;
}
.c-wid-33p {
  width: 33;
}
.c-wid-34p {
  width: 34;
}
.c-wid-35p {
  width: 35;
}
.c-wid-36p {
  width: 36;
}
.c-wid-37p {
  width: 37;
}
.c-wid-38p {
  width: 38;
}
.c-wid-39p {
  width: 39;
}
.c-wid-40p {
  width: 40;
}
.c-wid-41p {
  width: 41;
}
.c-wid-42p {
  width: 42;
}
.c-wid-43p {
  width: 43;
}
.c-wid-44p {
  width: 44;
}
.c-wid-45p {
  width: 45;
}
.c-wid-46p {
  width: 46;
}
.c-wid-47p {
  width: 47;
}
.c-wid-48p {
  width: 48;
}
.c-wid-49p {
  width: 49;
}
.c-wid-50p {
  width: 50;
}
.c-wid-51p {
  width: 51;
}
.c-wid-52p {
  width: 52;
}
.c-wid-53p {
  width: 53;
}
.c-wid-54p {
  width: 54;
}
.c-wid-55p {
  width: 55;
}
.c-wid-56p {
  width: 56;
}
.c-wid-57p {
  width: 57;
}
.c-wid-58p {
  width: 58;
}
.c-wid-59p {
  width: 59;
}
.c-wid-60p {
  width: 60;
}
.c-wid-61p {
  width: 61;
}
.c-wid-62p {
  width: 62;
}
.c-wid-63p {
  width: 63;
}
.c-wid-64p {
  width: 64;
}
.c-wid-65p {
  width: 65;
}
.c-wid-66p {
  width: 66;
}
.c-wid-67p {
  width: 67;
}
.c-wid-68p {
  width: 68;
}
.c-wid-69p {
  width: 69;
}
.c-wid-70p {
  width: 70;
}
.c-wid-71p {
  width: 71;
}
.c-wid-72p {
  width: 72;
}
.c-wid-73p {
  width: 73;
}
.c-wid-74p {
  width: 74;
}
.c-wid-75p {
  width: 75;
}
.c-wid-76p {
  width: 76;
}
.c-wid-77p {
  width: 77;
}
.c-wid-78p {
  width: 78;
}
.c-wid-79p {
  width: 79;
}
.c-wid-80p {
  width: 80;
}
.c-wid-81p {
  width: 81;
}
.c-wid-82p {
  width: 82;
}
.c-wid-83p {
  width: 83;
}
.c-wid-84p {
  width: 84;
}
.c-wid-85p {
  width: 85;
}
.c-wid-86p {
  width: 86;
}
.c-wid-87p {
  width: 87;
}
.c-wid-88p {
  width: 88;
}
.c-wid-89p {
  width: 89;
}
.c-wid-90p {
  width: 90;
}
.c-wid-91p {
  width: 91;
}
.c-wid-92p {
  width: 92;
}
.c-wid-93p {
  width: 93;
}
.c-wid-94p {
  width: 94;
}
.c-wid-95p {
  width: 95;
}
.c-wid-96p {
  width: 96;
}
.c-wid-97p {
  width: 97;
}
.c-wid-98p {
  width: 98;
}
.c-wid-99p {
  width: 99;
}
.c-wid-100p {
  width: 100;
}
html,
body {
  min-height: 100%;
  height: 100%;
  background: #fff;
}
.l-site-container {
  position: relative;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-site-container {
    padding-top: 100px;
  }
}
.l-container,
.lp-mainvis-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.l-section {
  margin-left: 16px;
  margin-right: 16px;
}
.l-container-sm {
  max-width: 600px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.l-container-md,
.p-commitment {
  max-width: 800px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.l-container-lg,
.p-trouble,
.l-background-wrapper .l-background-inner,
.p-type-wrapper .l-background-inner,
.p-type-wrapper .p-type-inner,
.p-price-wrapper .l-background-inner,
.p-price-wrapper .p-price-inner {
  max-width: 1024px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer-totop {
  text-align: center;
  padding-bottom: 2rem;
}
.l-footer-totop a {
  display: inline-block;
}
.l-footer-totop span {
  display: block;
  font-size: 1.4rem;
}
.l-footer-copy {
  text-align: center;
  font-size: 1.2rem;
  padding-top: 2rem;
}
.l-footer-copy__icon {
  font-family: arial;
}
.l-footer-inner {
  background: #e0e0e0;
  padding: 2rem 1rem;
}
.l-footer-inner img {
  width: 120px;
}
.l-footer-info {
  overflow: hidden;
}
.l-footer-info p {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
.l-gnav {
  display: none;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .l-gnav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.l-gnav__item {
  margin-left: 2.5rem;
}
.l-gnav__item__more {
  font-size: 1.4rem;
  display: block;
  padding: 2px 5px;
}
.l-gnav__item__more:hover {
  text-decoration: underline;
}
.l-gnav__item__more.is-current {
  background: #000;
}
.l-header {
  z-index: 1;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1rem 3rem;
    z-index: 3;
  }
}
.l-header-siteid {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.l-header-siteid__logo {
  margin-right: 2rem;
  font-size: 3.2rem;
}
.l-header-siteid__h1 {
  font-size: 1.1rem;
  font-weight: normal;
  color: #666;
}
.el_humburger {
  position: absolute;
  top: 38px;
  right: 30px;
  width: 26px;
  height: auto;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  display: none;
}
.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #444;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
  margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
  background: #fff;
}
.js_humburgerOpen .el_humburger > span.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -moz-transform: translateY(9px) rotate(-45deg);
  -o-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.js_humburgerOpen .el_humburger > span.bottom {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -moz-transform: translateY(-9px) rotate(45deg);
  -o-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}
.el_humburgerButton__close > span.el_humburgerLineTop {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -moz-transform: translateY(5px) rotate(-45deg);
  -o-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton__close > span.el_humburgerLineBottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -moz-transform: translateY(-6px) rotate(45deg);
  -o-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.uq_spNavi {
  display: none;
}
.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}
.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,63,121,0.9);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.navigation {
  padding: 80px 0 0 0;
  text-align: center;
}
.navigation_item {
  font-ize: 18px;
  margin-bottom: 20px;
  padding-left: 20vw;
  padding-right: 20vw;
}
.navigation_item > a {
  text-decoration: none;
  display: block;
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  padding: 6px 0;
  border: 1px solid rgba(255,255,255,0.8);
  margin-bottom: 4px;
}
.js_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.u-btn {
  font-size: 1.6rem;
  position: relative;
  padding: 2rem 8rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 0.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  display: block;
  outline: 0;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.u-btn .u-btn__text {
  margin-left: 0.3rem;
}
.u-btn--orange,
a.u-btn--orange {
  color: #fff;
  background-color: #395fc3;
}
.u-btn--orange:hover,
a.u-btn--orange:hover {
  color: #fff;
  background: rgba(57,95,195,0.9);
}
input,
textarea,
select {
	/*デフォルトスタイルをリセット*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	/*font-familyを継承しないので、継承させる*/
  font-family: inherit;
	/*iOSの角丸をリセット*/
  border-radius: 0;
	/*box-size*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	/*文字の大きさ iOSでズームさせないために16px以上を指定*/
  font-size: 1.6rem;
	/*文字色を親から継承*/
  color: inherit;
}
label {
	/*iOSでのlabelとinput,select,textareaの関連付け*/
  cursor: pointer;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='month']::-webkit-outer-spin-button,
input[type='month']::-webkit-inner-spin-button,
input[type='datetime-local']::-webkit-outer-spin-button,
input[type='datetime-local']::-webkit-inner-spin-button,
input[type='week']::-webkit-outer-spin-button,
input[type='week']::-webkit-inner-spin-button,
input[type='time']::-webkit-outer-spin-button,
input[type='time']::-webkit-inner-spin-button,
input[type='date']::-webkit-outer-spin-button,
input[type='date']::-webkit-inner-spin-button {
	/*-webkit-appearance: none;
		margin: 0;*/
  display: none;
}
input[type='number'],
input[type='month'],
input[type='datetime-local'],
input[type='week'],
input[type='time'],
input[type='date'] {
  -moz-appearance: textfield;
}
input[type='date']::-webkit-clear-button,
input[type='month']::-webkit-clear-button,
input[type='datetime-local']::-webkit-clear-button,
input[type='time']::-webkit-clear-button,
input[type='week']::-webkit-clear-button {
  -webkit-appearance: none;
}
.u-formitem {
  display: block;
	/*背景色(任意の色を指定)*/
  background-color: #fff;
	/*inputの枠線を消す*/
  border: 1px solid #ddd;
  -webkit-transition: border 0.2s ease-out;
  -moz-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  -ms-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
	/*文字色を親から継承*/
  color: inherit;
	/*任意の高さ*/
  padding: 1.5rem 1.5rem;
	/*inputのフォーカス時の枠線を消す*/
  outline: 0;
  border-radius: 4px;
  width: 100%;
}
.u-formitem:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
input::placeholder {
  color: #888;
}
select.u-formitem {
  background-image: url("/img/drop-down-arrow.svg?hash=7f3398a41887242f5de1b2c9fe793354");
  background-repeat: no-repeat;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  background-size: 12px;
  background-position: right 8px center;
  padding-right: 26px;
}
.p-formset {
  margin-bottom: 3rem;
}
.p-formset__title {
  margin-bottom: 1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-formset.required .p-formset__title:before {
  content: "必須";
  margin-right: 1rem;
  font-size: 1.3rem;
  background: #fff;
  color: #dc0133;
  font-size: 1.2rem;
  padding: 0 0.5rem;
  border-radius: 3px;
  border: 1px solid #dc0133;
}
.p-formset .p-formset__title:before {
  content: "任意";
  margin-right: 1rem;
  font-size: 1.3rem;
  background: #fff;
  color: #9e9e9e;
  font-size: 1.2rem;
  padding: 0 0.5rem;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
}
.u-formcheck {
  margin-right: 3rem;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 6px;
}
.u-formcheck:hover input + .u-formcheck__text before {
  background: #ede8e8;
}
.u-formcheck input {
  display: none;
}
.u-formcheck input + .u-formcheck__text {
  font-size: 1.6rem;
  font-weight: normal;
  cursor: pointer;
}
.u-formcheck input + .u-formcheck__text:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: #f0f0f0;
}
.u-formcheck input + .u-formcheck__text:after {
  content: '';
  position: absolute;
  display: block;
  top: 1px;
  left: 6px;
  width: 8px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 3px solid #ddd;
  border-right: 3px solid #ddd;
}
.u-formcheck input:checked + .u-formcheck__text:before {
  border: none;
}
.u-formcheck input:checked + .u-formcheck__text:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 8px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 3px solid #395fc3;
  border-right: 3px solid #395fc3;
}
.u-formradio {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 12px;
}
.u-formradio input + .u-formradio__text {
  font-size: 1.6rem;
}
.u-formradio input {
  display: none;
}
.u-formradio input + .u-formradio__text:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #f0f0f0;
}
.u-formradio input:checked + .u-formradio__text:after {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0px;
  bottom: 0;
  left: 5px;
  margin: auto;
  background: #395fc3;
}
.u-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 4rem;
  letter-spacing: 0.6rem;
}
.u-title__en {
  font-size: 1.2rem;
  color: #9e9e9e;
  display: block;
}
.lp-mainvis-wrapper {
  background: url("/img/main-vis_2_1.jpg?hash=42a3e43d69f7e25af86801d51df0f77c") no-repeat right -52px center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 6rem;
  position: relative;
  height: 320px;
  margin-bottom: 20rem;
}

.btn-box {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
	margin-bottom: 20px;
	width:100%;
	text-align: center;
}
.btn-box-head{
	text-align: center;
}
.btn-open {
	color: #FFFFFF;
	display: inline-block;
	width: 140px;
	margin: 5px;
	text-align: center;
	background-color: #9ec34b;
	font-size: 16px;
	line-height: 32px;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #9ec34b;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-open:after{
	width: 100%;
	height: 0;
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	background : #FFF;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: .2s;
	z-index: -1;
}
.btn-open:hover{
	color: #9ec34b;
}
.btn-open:hover:after{
	height: 240%;
	opacity: 1;
	color: #9ec34b;
}
.btn-open:active:after{
	height: 340%;
	opacity: 1;
}

.btn-mony {
	color: #FFFFFF;
	display: inline-block;
	width: 140px;
	margin: 5px;
	text-align: center;
	background-color: #F7BE81;
	font-size: 16px;
	line-height: 32px;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #F7BE81;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-mony:after{
	width: 100%;
	height: 0;
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	background : #FFF;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: .2s;
	z-index: -1;
}
.btn-mony:hover{
	color: #F7BE81;
}
.btn-mony:hover:after{
	height: 240%;
	opacity: 1;
	color: #F7BE81;
}
.btn-mony:active:after{
	height: 340%;
	opacity: 1;
}

.sp-view{
	display:inline-block;
}
.pc-view{
	display:none;	
}

@media screen and (min-width: 768px) {
	.sp-view{
		display:none;	
	}
	.pc-view{
		display:inline-block;		
	}
	.btn-open{
		color:white;
	}
	.btn-box{
		text-align: center;
	}

	.btn-box-head{
		text-align: left;
	}

  .lp-mainvis-wrapper {
    height: 570px;
    margin-bottom: 6rem;
    background: url("/img/main-vis_2_1.jpg?hash=42a3e43d69f7e25af86801d51df0f77c") no-repeat center center;
  }
}
.lp-mainvis-wrapper .lp-mainvis-box {
  position: absolute;
  bottom: -180px;
  left: 0;
  padding: 20px;
  max-width: 460px;
}
@media screen and (min-width: 768px) {
  .lp-mainvis-wrapper .lp-mainvis-box {
    max-width: 400px;
  }
}
.lp-mainvis-wrapper .lp-mainvis-box__title {
  font-size: 1.2rem;
  letter-spacing: 0.4rem;
}
.lp-mainvis-wrapper .lp-mainvis-box__title span {
  background: #eee;
  padding: 0.4rem;
  line-height: 2.2;
}
.lp-mainvis-wrapper .lp-mainvis-box__logo {
  font-size: 5.6rem;
}
.lp-mainvis-wrapper .lp-mainvis-box__text {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .lp-mainvis-wrapper .lp-mainvis-box {
    max-width: 500px;
    bottom: 100px;
    left: 5vw;
  }
  .lp-mainvis-wrapper .lp-mainvis-box__title {
    font-size: 1.6rem;
    letter-spacing: 0.7rem;
  }
  .lp-mainvis-wrapper .lp-mainvis-box__logo {
    font-size: 9.6rem;
  }
  .lp-mainvis-wrapper .lp-mainvis-box__text {
    font-size: 1.4rem;
  }
}
.p-trouble {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1024px) {
  .p-trouble {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 8rem;
  }
}
.p-trouble-box {
  background: #efe5b1;
  text-align: center;
  padding: 2.5rem 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-trouble-box {
    width: 31%;
    margin-bottom: 0;
  }
}
.p-trouble-box__title {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.p-trouble-box__text {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-obi {
  padding: 5rem 1rem;
  background: #9ab0bd;
  color: #fff;
  text-align: center;
  letter-spacing: 0.6rem;
  font-size: 1.5rem;
  margin-bottom: 6rem;
}
.p-obi span {
  font-size: 4.3rem;
  font-weight: normal;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-obi span {
    display: inline-block;
  }
}
.p-future {
  margin-left: 4rem;
  margin-right: 4rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-future {
    max-width: 1024px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-future .p-future-box {
  background: #f0f0f0;
  padding: 4rem 3.6rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-future .p-future-box {
    margin-bottom: 4rem;
    width: 30%;
  }
}
.p-future .p-future-box__title {
  text-align: center;
  font-weight: bold;
}
.p-future .p-future-box__title span {
  display: block;
  padding: 1rem 0;
}
.p-future .p-future-box__text {
  font-size: 1.4rem;
  text-align: justify;
}
.l-background-wrapper,
.p-type-wrapper,
.p-price-wrapper {
  background: #f0f0f0;
  padding: 5rem 0;
  margin-bottom: 6rem;
}
.l-background-wrapper .l-background-box,
.p-type-wrapper .l-background-box,
.p-price-wrapper .l-background-box {
  position: relative;
  z-index: 1;
  padding: 3rem;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .l-background-wrapper .l-background-box,
  .p-type-wrapper .l-background-box,
  .p-price-wrapper .l-background-box {
    top: -5rem;
    margin-right: 10rem;
  }
}
.l-background-wrapper .l-background-box__title,
.p-type-wrapper .l-background-box__title,
.p-price-wrapper .l-background-box__title {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .l-background-wrapper .l-background-box__title,
  .p-type-wrapper .l-background-box__title,
  .p-price-wrapper .l-background-box__title {
    font-size: 1.6rem;
  }
}
.l-background-wrapper .l-background-box__text,
.p-type-wrapper .l-background-box__text,
.p-price-wrapper .l-background-box__text {
  font-size: 1.4rem;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .l-background-wrapper .l-background-box__text,
  .p-type-wrapper .l-background-box__text,
  .p-price-wrapper .l-background-box__text {
    font-size: 1.5rem;
  }
}
.p-commitment {
  margin-bottom: 6rem;
}
.p-commitment .p-commitment-head {
  position: relative;
  margin-bottom: 2rem;
}
.p-commitment .p-commitment-head img {
  width: 100%;
}
.p-commitment .p-commitment-head__text {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.6rem;
}
.p-commitment .p-commitment-box__title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-commitment .p-commitment-box__text {
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .p-type-wrapper .p-type-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.p-type-wrapper .p-type-inner .p-type {
  margin-bottom: 4rem;
}
.p-type-wrapper .p-type-inner .p-type:last-child {
  margin-bottom: 0;
}
.p-type-wrapper .p-type-inner .p-type img {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-type-wrapper .p-type-inner .p-type {
    width: 45%;
  }
}
.p-type-wrapper .p-type-inner .p-type__title {
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.p-type-wrapper .p-type-inner .p-type__text {
  font-size: 1.4rem;
}
.p-label-a,
.p-label-b {
  display: inline-block;
  background: #fff2ad;
  color: #8d7b19;
  font-size: 1.2rem;
  padding: 0.1rem 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .p-label-a,
  .p-label-b {
    font-size: 1.4rem;
  }
}
.p-label-b {
  color: #19718d;
  background: #adffe2;
}
.p-message {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-message {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
  }
}
.p-message.bdr-bottom {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 1024px) {
  .p-message {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.p-message .p-message-side {
  margin-bottom: 3rem;
}
.p-message .p-message-side img {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-message .p-message-side {
    width: 40%;
  }
}
.p-message .p-message-side__title__img {
  border: 1px solid #e0e0e0;
  display: block;
  text-align: center;
  padding: 4rem 0;
  margin-bottom: 1rem;
}
.p-message .p-message-side__text {
  font-size: 1.4rem;
}
.p-message .p-message-body__title {
  margin-bottom: 2rem;
}
.p-message .p-message-body__text {
  margin-bottom: 1.3rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .p-message .p-message-body {
    width: 50%;
  }
  .p-message .p-message-body__title {
    margin-bottom: 2rem;
  }
  .p-message .p-message-body__text {
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-price-wrapper .p-price-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-price-wrapper .p-price-inner .p-price__text {
  font-size: 1.4rem;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-price-wrapper .p-price-inner .p-price__text {
    width: 68%;
    border-right: 1px solid #c4c4c4;
    padding-right: 5rem;
  }
}
.p-price-wrapper .p-price-inner .p-price__webox {
  font-weight: bold;
  letter-spacing: 0.6rem;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price-wrapper .p-price-inner .p-price__webox {
    text-align: left;
    margin-top: 0;
  }
}
.p-price-wrapper .p-price-inner .p-price__webox span {
  font-weight: normal;
  letter-spacing: 1rem;
  display: block;
  font-size: 3.8rem;
  color: #e53935;
}
.p-btn-wrapper {
  margin: 5rem 0;
}
.p-telbox {
  text-align: center;
  margin-bottom: 6rem;
}
.p-telbox__title {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin-bottom: 2rem;
}
.p-telbox__tel {
  letter-spacing: 0.6rem;
  font-size: 3.5rem;
}
.p-telbox__time {
  font-size: 1.2rem;
}
/*# sourceMappingURL=site-style.css.map */