@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
.u-text-stroke {
  /* generatorサイト👉  http://owumaro.github.io/text-stroke-generator/*/
  text-shadow: white 4px 0px 0px, white 3.87565px 0.989616px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.282949px 3.98998px 0px, white -0.712984px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.432781px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.843183px -3.91012px 0px, white 0.150409px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.132717px 0px;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
.u-blue {
  color: #1474ea;
}
.u-orange {
  color: #ea5514;
}
.u-bold {
  font-weight: bold;
}
.u-obj-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.u-obj-cover-contain {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
/*------------------------------------------------------------------------------
  animation
------------------------------------------------------------------------------*/
@-webkit-keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anm {
  opacity: 0;
}
.anm.is-animated {
  -webkit-animation: fadeIn 1.5s forwards;
  animation: fadeIn 1.5s forwards;
}
.anm-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.anm-up.is-animated {
  -webkit-animation: fadeInUp 1.5s forwards;
  animation: fadeInUp 1.5s forwards;
}
.anm-left {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.anm-left.is-animated {
  -webkit-animation: fadeInLeft 1.5s forwards;
  animation: fadeInLeft 1.5s forwards;
}
.anm-right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.anm-right.is-animated {
  -webkit-animation: fadeInRight 1.5s forwards;
  animation: fadeInRight 1.5s forwards;
}
.anm-list > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 0.5s forwards;
  animation: fadeInUp 0.5s forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html, input, textarea, select, button {
  font-family: "Noto Sans CJKP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
html {
  color: #333333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}
body {
  background: #fff;
  margin: 0;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}
p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
a {
  color: #000;
  text-decoration: none;
}
input, select, textarea, button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
textarea {
  resize: vertical;
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
::-ms-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
::placeholder {
  color: #ccc;
}
button {
  border: none;
  cursor: pointer;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
main {
  display: block;
}
.outer-block {
  min-width: 1080px;
}
.inner-block {
  position: relative;
  max-width: 1200px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#wrapper {
  position: relative;
}
dl, dt, dd {
  padding: 0;
  margin: 0;
}
picture {
  display: block;
}
@font-face {
  src: url(../font/nscjkjpm.woff) format("woff"), url(../font/nscjkjpm.otf) format("opentype");
  font-family: "Noto Sans CJKP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/nscjkjpb.woff) format("woff"), url(../font/nscjkjpb.otf) format("opentype");
  font-family: "Noto Sans CJKP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/MPLUS1p-ExtraBold.ttf) format("truetype");
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}
/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  background-color: #fff;
}
.c-header a {
  display: block;
}
.c-header .logo {
  display: inline-block;
}
.c-header .c-header-bottom .motif img + img {
  margin-left: 20px;
}
.c-footer {
  background-color: #fdd900;
  padding: 40px 0;
}
.c-footer small {
  font-size: 12px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 25px;
}
.c-footer-nav-list .nav-item {
  line-height: 15px;
}
.c-footer-nav-list .nav-item a {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
.c-pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ea5514;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-title01 {
  font-family: "M PLUS 1p", serif;
  font-size: 36px;
  font-weight: bold;
  color: #ea5514;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.33;
  text-align: left;
}
.c-title01::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ea5514;
  margin-top: 5px;
}
.c-list01 .c-list01-item {
  border-radius: 15px;
  background-color: #fff;
}
.c-list01 .c-list01-item .title {
  display: block;
  color: #fff;
  background-color: #1474ea;
  border-radius: 15px 15px 0 0;
  text-align: center;
  padding: 10px 15px;
}
.c-list01 .c-list01-item .img-box {
  position: relative;
}
.c-list02 .c-list02-item {
  border-radius: 15px;
}
.c-list02 .c-list02-item .title {
  display: block;
  font-size: 36px;
  line-height: 1.24;
  background-color: #1474ea;
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 25px 0;
}
.c-list02 .c-list02-item .body-box {
  padding: 30px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}
.c-list02 .c-list02-item .img-box {
  margin-bottom: 20px;
}
.c-list03 {
  text-align: left;
}
.c-list03 .c-list03-item .text {
  position: relative;
  padding-left: 30px;
  display: block;
}
.c-list03 .c-list03-item .text::before {
  content: "";
  display: block;
  width: 21px;
  height: 17px;
  background-color: transparent;
  background-image: url("../img/top/trouble02-block-check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0.3em;
  left: 0;
  margin: auto;
}
.c-list03 .c-list03-item + .c-list03-item {
  margin-top: 0.4em;
}
.c-list04 .c-list04-item {
  background-color: #fff;
  border-radius: 15px;
}
.c-list04 .c-list04-img-box {
  position: relative;
}
.c-list04 .c-list04-text-box .title {
  font-weight: bold;
  color: #ea5514;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
}
.c-list04 .c-list04-text-box .title::after {
  content: "";
  display: block;
  background-color: #ea5514;
  width: 40px;
  height: 1px;
}
.c-list04 .c-list04-text-box .sub-info {
  font-size: 14px;
  line-height: 2.14;
}
.c-list05 li {
  padding-left: 15px;
  position: relative;
}
.c-list05 li::before {
  content: "";
  display: block;
  background-color: #ea5514;
  width: 10px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.c-list05 li + li {
  margin-top: 11px;
}
.c-btn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #ea5514;
  color: #fff;
  margin: 60px auto 0;
  position: relative;
}
.c-btn01::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-cv {
  background-color: #1474ea;
}
.m-cv .m-cv-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-cv .m-cv-title .small {
  font-size: 42px;
  line-height: 1;
}
.m-cv .m-cv-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-cv .cv-box {
  background-color: #ea5514;
  padding: 35px 8px 8px 8px;
}
.m-cv .cv-head-wrap .text {
  color: #fff;
  font-size: 18px;
}
.m-cv .cv-head-wrap .text .big {
  font-size: 24px;
}
.m-cv .cv-tel-wrap {
  background-color: #fff;
}
.m-cv .cv-tel-wrap a {
  display: block;
}
.m-cv .cv-text-wrap {
  position: relative;
  background-color: #f5d817;
}
.m-cv .cv-text-wrap::after {
  content: "";
  display: block;
  background-color: transparent;
  background-image: url("../img/top/tell.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
}
.m-cv .cv-text-wrap .cv-tel-info-text {
  font-weight: bold;
  display: block;
  line-height: 1;
}
.m-cv .cv-text-wrap .cv-tel-info-text .time {
  line-height: 1;
}
.m-cv .cv-text-wrap .cv-text-img {
  display: block;
}
.m-cv02 {
  background-color: #1474ea;
}
.c-kv-block {
  background: url(../img/company/kv-bg.jpg) no-repeat no-repeat center center/cover;
}
.c-kv-block .inner-block {
  padding: 0;
}
.c-kv-block .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-kv-block .page-ttl {
  font-family: "M PLUS 1p", serif;
  color: #1474ea;
  font-size: 48px;
  font-style: italic;
  letter-spacing: 0;
  position: absolute;
  left: 0;
}
.c-kv-noimg-block {
  background-color: #e5f1ff;
}
.c-kv-noimg-block .inner-block {
  padding: 0;
}
.c-kv-noimg-block .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-kv-noimg-block .page-ttl {
  font-family: "M PLUS 1p", serif;
  color: #1474ea;
  font-size: 48px;
  font-style: italic;
  letter-spacing: 0;
}
.c-bread {
  background-color: #1474ea;
}
.c-bread .inner-block {
  padding: 5px 15px;
}
.c-bread li {
  display: inline;
  margin-right: 30px;
  position: relative;
  color: #fff;
  font-size: 12px;
}
.c-bread li + li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-bread li a {
  color: #fff;
}
.c-table01 > table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
.c-table01 th, .c-table01 td {
  padding: 26px 20px;
  font-size: 16px;
  text-align: left;
}
.c-table01 th {
  font-weight: bold;
  background-color: #fdd900;
}
.c-table01 td {
  background-color: #fff;
}
.c-table01 .info-box {
  padding: 20px;
  margin-top: 20px;
  background-color: #fefbe7;
}
.c-table01 .info-box .ttl {
  font-weight: bold;
}
.c-table01 .info-box .txt {
  font-size: 14px;
  margin-top: 10px;
}
.c-table01 .txt-link {
  color: #ea5514;
}
.c-table01 .cap-txt {
  font-size: 14px;
  margin-top: 20px;
}
.c-secondnav-block {
  background-color: #fdd900;
}
.c-secondnav-block .inner-block {
  padding: 15px 0;
}
.c-secondnav-block .secondnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-secondnav-block .secondnav-list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-secondnav-block .secondnav-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #333;
  font-size: 16px;
  font-weight: bold;
}
.c-secondnav-block .secondnav-list li:last-child a {
  border-right: 1px solid #333;
}
.c-secondnav-block .secondnav-list li.current a {
  color: #ea5514;
}
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.p-home .mv-block {
  position: relative;
}
.p-home .mv-block .mv-text-box {
  padding: 1px 30px;
  padding-left: 94px;
  border-radius: 15px;
  display: inline-block;
  position: absolute;
  top: 55px;
  left: calc(860 / 1920 * 100%);
}
@media (min-width: 641px) {
  .p-home .mv-block .mv-text-box {
    background-color: #ea5514;
  }
}
.p-home .mv-block .mv-text-box .cat {
  position: absolute;
  left: -25px;
  top: -30px;
  width: 92px;
}
.p-home .mv-block .mv-text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.p-home .trouble-block {
  text-align: center;
}
.p-home .trouble-block .trouble-list-item {
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.p-home .trouble-block .trouble-list-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #1474ea;
  text-align: center;
  padding: 6px 10px;
}
.p-home .trouble-block .trouble-list-price {
  text-align: center;
}
.p-home .trouble-block .trouble-list-price .num-big {
  font-weight: bold;
  color: #1474ea;
  font-size: 22px;
  line-height: 2.0363636364;
}
.p-home .trouble-block .trouble-list-price .num-big .big {
  font-size: 32px;
  line-height: 1.4;
}
.p-home .trouble-block .trouble-list-price .num-tax {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-left: 5px;
}
.p-home .trouble-block .discount-box {
  text-align: center;
  padding: 0 20px 20px;
}
.p-home .trouble-block .trouble-list-icon-box {
  position: absolute;
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #ea5514;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 15px;
  left: 15px;
}
.p-home .tv-block01 {
  background-color: transparent;
  background-image: url("../img/top/bg02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .tv-block02 {
  background-color: #fbf0aa;
}
.p-home .tv-block02 > .inner-block {
  position: relative;
}
.p-home .tv-block02 .tv-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-home .tv-block02 .tv-list-item {
  background-color: #fff;
  border-left: 2px solid #ea5514;
}
.p-home .tv-block02 .tv-list-item:last-child {
  padding-left: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-home .tv-block02 .tv-name {
  font-weight: bold;
  color: #ea5514;
}
.p-home .tv-block02 .tv-title {
  font-weight: bold;
}
.p-home .flow-block .flow-list-item {
  text-align: center;
  position: relative;
}
.p-home .flow-block .flow-list-item::before {
  content: "";
  display: block;
  width: 100px;
  height: 42px;
  position: absolute;
  top: 18px;
  left: -10px;
  z-index: 1;
}
.p-home .flow-block .flow-list-item:nth-child(1)::before {
  background-color: transparent;
  background-image: url("../img/top/flow-step01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .flow-block .flow-list-item:nth-child(2)::before {
  background-color: transparent;
  background-image: url("../img/top/flow-step02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .flow-block .flow-list-item:nth-child(3)::before {
  background-color: transparent;
  background-image: url("../img/top/flow-step03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .flow-block .flow-list-item:nth-child(4)::before {
  background-color: transparent;
  background-image: url("../img/top/flow-step04.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .flow-block .flow-list-item:nth-child(5)::before {
  background-color: transparent;
  background-image: url("../img/top/flow-step05.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .flow-block .flow-list-item:nth-child(6)::before {
  background-color: transparent;
  background-image: url("../img/top/flow-step06.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .flow-block .flow-list-item .text {
  font-size: 18px;
  margin-top: 10px;
}
.p-home .flow-block .flow-list-item .img-box {
  position: relative;
}
.p-home .flow-block .flow-list-item .img-box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: auto;
}
.p-home .point-block .point-list-item .text-box {
  background-color: #fff;
  text-align: left;
  position: relative;
}
.p-home .point-block .point-list-item .text-box::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.p-home .point-block .point-list-item .text-box::after {
  content: "";
  display: block;
  position: absolute;
}
.p-home .point-block .point-list-item:nth-child(1) .text-box::before {
  background-color: transparent;
  background-image: url("../img/top/point01-head.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .point-block .point-list-item:nth-child(1) .text-box::after {
  background-color: transparent;
  background-image: url("../img/top/cat03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .point-block .point-list-item:nth-child(2) .text-box::before {
  background-color: transparent;
  background-image: url("../img/top/point02-head.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .point-block .point-list-item:nth-child(2) .text-box::after {
  background-color: transparent;
  background-image: url("../img/top/cat04.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .point-block .point-list-item:nth-child(3) .text-box::before {
  background-color: transparent;
  background-image: url("../img/top/point03-head.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .point-block .point-list-item:nth-child(3) .text-box::after {
  background-color: transparent;
  background-image: url("../img/top/cat05.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .point-block .point-title {
  color: #1474ea;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.p-home .point-block .point-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: transparent;
  background-image: url("../img/top/dot.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 8px;
}
.p-home .point-block .point-text {
  position: relative;
}
.p-home .point-block .info-text {
  font-size: 12px;
}
.p-home .faq-block {
  background-color: transparent;
  background-image: url("../img/top/pattern-bg01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 641px) {

.p-home .faq-block .c-title01 {
  position: relative;
}
.p-home .faq-block .c-title01:before {
  content: "";
  background: url(../img/top/ttl_faq.png) no-repeat center center / contain;
  width: 116px;
  height: 100px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -26px;
}
}
.p-home .faq-block .faq-list {
  position: relative;
}
.p-home .faq-block .faq-list::before {
  content: "";
  display: block;
  width: 100px;
  height: 106px;
  position: absolute;
  right: 20px;
  bottom: calc(100% + 5px);
  background-color: transparent;
  background-image: url("../img/top/cat06.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .faq-block .faq-list-item {
  background-color: #fefbe7;
  border-top: 4px solid #ea5514;
}
.p-home .faq-block .faq-list-item:nth-child(-n+2) {
  margin-top: 0;
}
.p-home .faq-block .faq-list-item:nth-child(2n+1) {
  margin-left: 0;
}
.p-home .faq-block .faq-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #ea5514;
  margin-top: 8px;
}
.p-home .faq-block .faq-text {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 20px;
}
.p-home .faq-block .faq-num {
  display: inline-block;
}
.p-home .technology-block {
  background-color: #f5d817;
  text-align: center;
}
.p-home .technology-block .technology-block-title {
  position: relative;
}
.p-home .technology-block .technology-block-title:before {
  content: "";
  background: url(../img/top/ttl_technology.png) no-repeat center center / contain;
  width: 250px;
  height: 322px;
  bottom: -133px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -133px;
}
.p-home .technology-block .technology-list-item:nth-child(2n+1) {
  margin-left: 0;
}
.p-home .technology-block .technology-list-item:nth-child(-n+2) {
  margin-top: 0;
}
.p-home .technology-block .technology-list-item .title {
  background-color: #ea5514;
  color: #fff;
  width: 546px;
  width: calc(546 / 570 * 100%);
  margin-left: auto;
  border-radius: 0 0 10px 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
.p-home .technology-block .technology-list-item .title img {
  position: absolute;
}
.p-home .nation-wide-block {
  text-align: center;
  background-color: #fdeee7;
  padding-top: 24px;
}
.p-home .message-block .message-box-wrap {
  background-color: #fff;
  border-radius: 15px;
}
.p-home .message-block .message-box-item {
  background-color: rgba(234, 85, 20, 0.1);
  border-radius: 15px;
  position: relative;
}
.p-home .message-icon-list .message-icon-item .icon {
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ea5514;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.p-home .message-icon-list .message-icon-item .list-name {
  color: #ea5514;
  font-weight: bold;
}
.p-home .price-block {
  background-color: #e5f1ff;
}
.p-home .price-block .c-title01 {
  position: relative;
}
.p-home .price-block .c-title01:before {
  content: "";
  background: url(../img/top/ttl_price.png) no-repeat center center / contain;
  width: 241px;
  height: 214px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -59px;
}
.p-home .price-block .c-list04-item {
  position: relative;
}
.p-home .price-block .c-list04-item:nth-child(2)::before, .p-home .price-block .c-list04-item:nth-child(3)::before {
  content: "";
  display: block;
  width: 155px;
  height: 166px;
  position: absolute;
  z-index: 1;
}
.p-home .price-block .c-list04-item:nth-child(2)::before {
  background-color: transparent;
  background-image: url("../img/top/cat05.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .price-block .c-list04-item:nth-child(3)::before {
  background-color: transparent;
  background-image: url("../img/top/cat07.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .promise-block {
  background-color: transparent;
  background-image: url("../img/top/pattern-bg03.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .promise-block .promise-block-list {
  position: relative;
}
.p-home .promise-block .promise-block-list-item {
  background-color: #f5d817;
  position: relative;
}
.p-home .promise-block .promise-block-list-item .num {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.p-home .promise-block .promise-block-list-item .promise-block-list-title {
  margin: 0 auto;
}
.p-home .staff-block {
  text-align: center;
  padding: 60px 0;
}
.p-home .staff-block .staff-list {
  margin-top: 30px;
  position: relative;
}
.p-home .staff-block01 {
  position: relative;
}
.p-home .note-block {
  text-align: center;
}
.p-home .note-block .note-text {
  background-color: #ea5514;
  padding: 45px 20px 25px;
  position: relative;
  margin-top: 40px;
  border-radius: 15px;
}
.p-home .note-block .note-text::before {
  content: "";
  display: block;
  background-color: transparent;
  background-image: url("../img/top/note-block-icon01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 56px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-home .note-block .note-text .text {
  color: #fff;
  font-weight: bold;
}
.p-home .primise02-block {
  text-align: center;
}
.p-home .primise02-block .box {
  border-radius: 15px;
  background-color: #fff;
}
.p-home .primise02-block .box .lead {
  font-weight: 500;
}
.p-home .primise02-block .box01-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fdd900;
  border-radius: 15px;
}
.p-home .primise02-block .box01-list-item .text {
  line-height: 1;
  font-weight: bold;
}
.p-home .primise02-block .box02-list-item {
  background-color: #fefbe7;
  border-radius: 15px;
  position: relative;
}
.p-home .primise02-block .box02-list-item .box02-num {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.p-home .primise02-block .box02-list-item .box02-icon {
  margin: 0 auto;
}
.p-home .trouble02-block {
  text-align: center;
}
.p-home .technology02-block {
  background-color: #fdd900;
  text-align: center;
}
.p-home .technology02-block .technology02-block-list .list-item {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
.p-home .technology02-block .technology02-block-list .list-item-title {
  position: relative;
  color: #ea5514;
  font-weight: bold;
}
.p-home .technology02-block .technology02-block-list .list-item-title::after {
  content: "";
  display: block;
  background-color: #fdd900;
  height: 2px;
  width: 100%;
  max-width: 740px;
}
.p-home .technology02-block .technology02-block-list .img-wrap {
  position: relative;
}
.p-home .technology02-block .technology02-block-list .text {
  text-align: left;
}
.p-home .speed-block {
  background-color: #fbf0aa;
  text-align: center;
}
.p-home .repair-block {
  background-color: #e5f1ff;
  padding: 100px 0;
}
.p-home .repair-block .wrap {
  background-color: #fff;
  text-align: center;
}
.p-home .repair-block .text-box {
  position: relative;
}
.p-home .repair-block .text-box::after {
  content: "";
  display: block;
  width: 140px;
  height: 150px;
  background-color: transparent;
  background-image: url("../img/top/cat09.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .repair-block .text-box .text {
  text-align: left;
}
.p-home .repair-block .text-box .text .u-orange {
  font-weight: bold;
}
.p-home .maker-block {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .p-home .maker-block {
    position: relative;
  }
  .p-home .maker-block:before {
    content: "";
    background: url(../img/top/ttl_maker.png) no-repeat center center / contain;
    width: 179px;
    height: 160px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 5;
    transform: translateX(-50%);
  }
}
.p-home .maker-block .maker-list-wrap {
  background-color: #fff;
}
.p-home .trouble03-block {
  background-color: transparent;
  background-image: url("../img/top/pattern-bg02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.p-home .trouble03-block .trouble03-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-home .trouble03-block .trouble03-list .list-item {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  background-color: #1474ea;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-home .trouble03-block .trouble03-list .list-item-title {
  font-family: "M PLUS 1p", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.p-home .trouble03-block .text-box {
  padding: 20px 40px;
  background-color: #ea5514;
  text-align: center;
  display: inline-block;
  position: relative;
}
.p-home .trouble03-block .text-box .text {
  color: #fff;
}
.p-home .note02-block {
  background-color: #fdeee7;
}
.p-home .note02-block .note02-block-list .list-item {
  background-color: #fff;
  border-radius: 15px;
}
.p-home .note02-block .note02-block-list .people-img-box img {
  border-radius: 15px;
}
.p-home .price02-block {
  background-color: transparent;
  background-image: url("../img/top/pattern-bg01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home .price02-block .inner-block {
  text-align: center;
}
.p-home .price02-block .c-list01 {
  text-align: left;
}
.p-home .receipt-block {
  background-color: #fefbe7;
}
/* -----------------------------------------------
* company Module
* companyページ用
-------------------------------------------------- */
.p-company .company-block {
  background-color: #fdeee7;
  padding: 100px 0;
}
.p-company .company-block .inner-block {
  max-width: 1000px;
  padding: 0;
}
/* -----------------------------------------------
* time Module
* timeページ用
-------------------------------------------------- */
.p-time .point-block .inner-block {
  max-width: 100%;
  padding: 0;
}
.p-time .point-block .point-list > li .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-time .point-block .point-list > li:nth-child(3n+1) {
  background-color: #fefbe7;
}
.p-time .point-block .point-list > li:nth-child(3n+1) .box-ttl .icon {
  width: 42px;
  height: 36px;
  position: relative;
  left: 3px;
}
.p-time .point-block .point-list > li:nth-child(3n+2) {
  background-color: #fdeee7;
}
.p-time .point-block .point-list > li:nth-child(3n+2) .box-ttl .icon {
  width: 37px;
  height: 37px;
}
.p-time .point-block .point-list > li:nth-child(3n+3) {
  background-color: #e5f1ff;
}
.p-time .point-block .point-list > li:nth-child(3n+3) .box-ttl .icon {
  width: 40px;
  height: 40px;
}
.p-time .point-block .point-list .txt-box .txt-or {
  color: #ea5514;
  font-weight: bold;
}
.p-time .point-block .point-list .txt-box .txt-marker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #feed8b));
  background: linear-gradient(transparent 60%, #feed8b 60%);
}
.p-time .point-block .point-list .txt-box .txt-marker .last-word {
  letter-spacing: -0.4em;
}
.p-time .point-block .point-list .img-box .img img {
  border-radius: 10px;
}
.p-time .point-block .point-list .box-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f9cfbd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.p-time .point-block .point-list .box-ttl .box-heading {
  font-size: 32px;
  font-weight: bold;
  color: #1474ea;
  margin-left: 25px;
  line-height: 1.4;
}
.p-time .point-block .point-list .box-ttl .point-list-icon-box {
  background: #ea5514;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.p-time .point-block .point-list .box-ttl .point-list-icon-box::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 12px 5px 0 5px;
  border-color: transparent;
  width: 0;
  height: 0;
  border-top-color: #ea5514;
  right: -9px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-time .point-block .point-list .box-desc {
  line-height: 2;
  font-size: 14px;
}
/* -----------------------------------------------
* price Module
* priceページ用
-------------------------------------------------- */
.p-price .price-block {
  background-color: #e5f1ff;
}
.p-price .price-block .price-list > li + li {
  margin-top: 60px;
}
.p-price .price-block .price-list > li:first-child .point-list-icon-box > img {
  width: 21px;
  height: 30px;
}
.p-price .price-block .price-list > li:nth-child(2) .point-list-icon-box > img {
  width: 28px;
  height: 26px;
}
.p-price .price-block .price-list > li:nth-child(3) .point-list-icon-box > img {
  width: 30px;
  height: 31px;
}
.p-price .price-block .price-list > li:nth-child(4) .point-list-icon-box > img {
  width: 28px;
  height: 31px;
}
.p-price .price-block .price-list > li:nth-child(5) .point-list-icon-box > img {
  width: 25px;
  height: 28px;
}
.p-price .price-block .price-box {
  -webkit-box-shadow: 0px 0px 8.76px 3.24px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8.76px 3.24px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}
.p-price .price-block .price-box .box-ttl {
  background-color: #1474ea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  border-radius: 15px 15px 0 0;
}
.p-price .price-block .price-box .box-ttl .box-heading {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin-left: 10px;
}
.p-price .price-block .price-box .box-ttl .point-list-icon-box {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-price .price-block .price-box .box-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  padding: 40px;
}
.p-price .price-block .price-box .box-desc .img-area > img {
  border-radius: 15px;
}
.p-price .price-block .price-box .box-desc .txt-area .price-txt {
  font-weight: bold;
  text-align: center;
}
.p-price .price-block .price-box .box-desc .txt-area .price-txt .num-big {
  font-size: 24px;
  color: #1474ea;
}
.p-price .price-block .price-box .box-desc .txt-area .price-txt .big {
  font-size: 38px;
}
.p-price .price-block .price-box .box-desc .txt-area .price-txt .num-tax {
  font-size: 18px;
  margin-left: 10px;
}
.p-price .price-block .price-box .box-desc .txt-area .price-caption {
  font-size: 18px;
  padding: 50px 20px;
  margin-top: 20px;
  background-color: #fefbe7;
  border-radius: 15px;
}
.p-price .price-block .price-box .box-desc .txt-area .price-caption .txt-or {
  color: #ea5514;
  font-weight: bold;
}
/* -----------------------------------------------
* toilet Module
* toiletページ用
-------------------------------------------------- */
.p-toilet .feat-block {
  background-color: #fdf7d1;
}
.p-toilet .feat-list > li + li {
  margin-top: 140px;
}
.p-toilet .feat-list > li:nth-child(even) .txt-box {
  border-radius: 10px 0 0 10px;
}
.p-toilet .feat-list > li:nth-child(1) .wrap .txt-box::after {
  background-image: url(../img/toilet/cat01.png);
}
.p-toilet .feat-list > li:nth-child(2) .wrap .txt-box::after {
  background-image: url(../img/toilet/cat02.png);
}
.p-toilet .feat-list > li:nth-child(3) .wrap .txt-box::after {
  background-image: url(../img/toilet/cat03.png);
}
.p-toilet .feat-list .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.p-toilet .feat-list .wrap .img-box {
  position: relative;
}
.p-toilet .feat-list .wrap .img-box > img {
  border-radius: 10px;
}
.p-toilet .feat-list .wrap .img-box .num {
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: 1;
}
.p-toilet .feat-list .wrap .txt-box {
  position: relative;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
}
.p-toilet .feat-list .wrap .txt-box .inn .box-heading {
  font-size: 24px;
  color: #1474ea;
  font-weight: bold;
  border-bottom: dashed 1px #fdd900;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.p-toilet .feat-list .wrap .txt-box .inn .box-heading .txt-l {
  font-size: 30px;
}
.p-toilet .feat-list .wrap .txt-box .inn .txt {
  font-size: 14px;
  line-height: 2;
}
.p-toilet .feat-list .wrap .txt-box .inn .txt .txt-or {
  color: #ea5514;
  font-weight: bold;
}
.p-toilet .feat-list .wrap .txt-box::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
/* -----------------------------------------------
* faucet Module
* faucetページ用
-------------------------------------------------- */
.p-faucet .point-block {
  background-color: #fefbe7;
}
.p-faucet .point-block .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 50px;
  border: 4px solid #ea5514;
  border-radius: 10px 0 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-faucet .point-block .wrap::after {
  background-size: cover;
  bottom: 20px;
  right: 30px;
}
.p-faucet .point-block .wrap .num-box {
  background-color: #ea5514;
  position: absolute;
  top: -1px;
  right: -1px;
  font-weight: bold;
}
.p-faucet .point-block .wrap .num-box .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.p-faucet .point-block .wrap .txt-box .box-heading {
  font-size: 24px;
  color: #1474ea;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-faucet .point-block .wrap .txt-box .box-heading .txt-l {
  font-size: 30px;
}
.p-faucet .point-block .wrap .txt-box .txt {
  font-size: 14px;
  line-height: 2;
}
.p-faucet .point-block .wrap .txt-box .txt .txt-or {
  color: #ea5514;
  font-weight: bold;
}
.p-faucet .point-block .point-list li .wrap {
  position: relative;
}
.p-faucet .point-block .point-list li .wrap::after {
  content: "";
  display: block;
  position: absolute;
}
.p-faucet .point-block .point-list li + li {
  margin-top: 60px;
}
.p-faucet .point-block .point-list li:nth-child(1) {
  display: block;
}
.p-faucet .point-block .point-list li:nth-child(1) .wrap::after {
  background-image: url(../img/faucet/cat01.png);
}
.p-faucet .point-block .point-list li:nth-child(2) {
  display: block;
}
.p-faucet .point-block .point-list li:nth-child(2) .wrap::after {
  background-image: url(../img/faucet/cat02.png);
}
.p-faucet .point-block .point-list li:nth-child(3) {
  display: block;
}
.p-faucet .point-block .point-list li:nth-child(3) .wrap::after {
  background-image: url(../img/faucet/cat03.png);
}
/* -----------------------------------------------
* tokusho Module
* tokushoページ用
-------------------------------------------------- */
.p-tokusho .info-block {
  background-color: #fdeee7;
  padding: 100px 0;
}
.p-tokusho .info-block .inner-block {
  max-width: 1000px;
  padding: 0;
}
.p-tokusho .c-list05 + .cap-txt {
  padding-left: 15px;
}
/* -----------------------------------------------
* tokusho Module
* tokushoページ用
-------------------------------------------------- */
.p-privacy .info-block {
  background-color: #fdeee7;
  padding: 100px 0;
}
.p-privacy .info-block .inner-block {
  max-width: 1000px;
  padding: 0;
}
.p-privacy .info-block .inn {
  background: #fff;
  border: 35px solid #fdd900;
  padding: 35px 0 45px;
  text-align: center;
}
/* -----------------------------------------------
* contact Module
* contactページ用
-------------------------------------------------- */
.p-contact .form-block .section + .section {
  margin-top: 50px;
}
.p-contact .form-block .form-table {
  width: 100%;
}
.p-contact .form-block .form-table tbody td {
  background-color: #fdf7d1;
}
.p-contact .form-block .form-table input[type=text], .p-contact .form-block .form-table input[type=email], .p-contact .form-block .form-table input[type=tel], .p-contact .form-block .form-table textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-transition: border-color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: border-color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-contact .form-block .form-table input[type=text], .p-contact .form-block .form-table input[type=email], .p-contact .form-block .form-table input[type=tel], .p-contact .form-block .form-table select {
  height: 47px;
  padding: 2px 15px 1px;
}
.p-contact .form-block .form-table select {
  background-color: #fff;
  border: 1px solid #f6f6f6;
  font-size: 16px;
  letter-spacing: 0.05em;
  border-radius: 5px;
}
.p-contact .form-block .form-table .select-wrap {
  position: relative;
}
.p-contact .form-block .form-table .select-wrap::after {
  content: "";
  background-image: url(../img/contact/select-arrow.svg);
  background-size: 12px 8px;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  pointer-events: none;
  width: 12px;
  height: 8px;
}
.p-contact .form-block .form-table textarea {
  height: 150px;
  text-align: justify;
  padding: 10px;
  display: block;
}
.p-contact .form-block .table-style03 > tbody > tr > th {
  width: 260px;
  background-color: #fdd900;
}
.p-contact .form-block .table-style03 > tbody > tr > th .wrap {
  position: relative;
}
.p-contact .form-block .table-style03 > tbody > tr > th, .p-contact .form-block .table-style03 > tbody > tr > td {
  padding: 20px;
  text-align: left;
}
.p-contact .form-block .table-style03 > tbody > tr.icon-required th .in-txt::before {
  background: #fff;
  color: #ea5514;
  border-radius: 5px;
  content: "必須";
  font-size: 14px;
  width: 45px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-contact .form-block .inn-table {
  width: 100%;
}
.p-contact .form-block .inn-table tbody > tr + tr {
  border-top: 1px solid #fff;
}
.p-contact .form-block .inn-table tbody > tr:first-child th, .p-contact .form-block .inn-table tbody > tr:first-child td {
  padding-top: 0;
}
.p-contact .form-block .inn-table tbody > tr:last-child th, .p-contact .form-block .inn-table tbody > tr:last-child td {
  padding-bottom: 0;
}
.p-contact .form-block .form-box .caption-area {
  border-radius: 15px 15px 0 0;
  background-color: #e7f1fd;
  padding: 40px 70px;
}
.p-contact .form-block .form-box .caption-area .ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #1474ea;
  text-align: center;
  margin-bottom: 14px;
}
.p-contact .form-block .form-box .caption-area .txt {
  letter-spacing: 0.1em;
}
.p-contact .form-block .form-box .agree-area {
  background-color: #1474ea;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  border-radius: 0 0 15px 15px;
}
.p-contact .form-block .form-box .agree-area .check-box label {
  position: relative;
}
.p-contact .form-block .form-box .agree-area .check-box label > input {
  display: none;
}
.p-contact .form-block .form-box .agree-area .check-box label .checkbox-inn {
  padding-left: 30px;
  position: relative;
}
.p-contact .form-block .form-box .agree-area .check-box label .checkbox-inn::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 5px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-contact .form-block .form-box .agree-area .check-box label input:checked + .checkbox-inn:after {
  position: absolute;
  content: "";
  background: url(../img/contact/check.svg) no-repeat center center;
  width: 10px;
  height: 7px;
  left: 3px;
  top: 0px;
  bottom: 0;
  background-size: cover;
  margin: auto;
}
.p-contact .form-block .btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-contact .form-block .btn-box .c-btn01.reset {
  background-color: #b7b7b7;
}
.p-contact .form-block .btn-box .c-btn01.reset::after {
  content: none;
}
.p-contact .form-block .btn-box .c-btn01.back {
  background-color: #b7b7b7;
}
.p-contact .form-block .btn-box .c-btn01.back::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: auto;
  left: 30px;
}
.p-contact .form-block .validate-text {
  color: #f00;
  font-size: 14px;
}
.p-contact .form-block .agree-area .validate-text {
  color: #fdd900;
}
.p-contact .section02 {
  margin-top: 50px;
}
.p-contact .confirm-area {
  display: none;
}
.p-contact .confirm-area td {
  background-color: #fdf7d1;
  width: 74%;
}
.p-contact .confirm-area .table-style03 {
  margin-top: 50px;
  width: 100%;
}
.p-contact .confirm-area .address {
  width: 20%;
}
.contact-finish-text {
  text-align: center;
  margin-top: 30px;
  line-height: 2;
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
@media only screen and (min-width: 641px) {
  .u-pc-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a, a::before, a::after, button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100px;
    padding: 0 30px 0 20px;
  }
  .c-header .c-header-bottom .motif {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-header .c-header-bottom .tel-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 270px;
    margin-left: 20px;
  }
  .c-header .c-header-bottom .tel-box .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #ea5514;
    height: 26px;
    text-align: center;
    border-radius: 13px;
    line-height: 26px;
  }
  .c-header .c-header-bottom .tel-box .tel {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: #1474ea;
    line-height: 1;
    margin-top: 10px;
  }
  .c-header .c-header-bottom .tel-box .tel::before {
    content: "";
    display: block;
    width: 40px;
    height: 26px;
    background-color: transparent;
    background-image: url("../img/top/tel-blue.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 10px;
  }
  .c-footer .inner-block > .u-pc-col {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-footer-nav-list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-footer-nav-list + .c-footer-nav-list {
    margin-top: 20px;
  }
  .c-footer-nav-list .nav-item a {
    padding: 0 20px;
    border-left: 1px solid #ea5514;
  }
  .c-footer-nav-list .nav-item a:hover {
    opacity: 0.7;
  }
  .c-footer-nav-list .nav-item:first-of-type a {
    border-left: none;
  }
  .c-footer-nav-list:nth-child(2) .nav-item:nth-of-type(2) a {
    border-left: none;
  }
  .c-list01 .c-list01-item {
    -webkit-box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.2);
  }
  .c-list01 .c-list01-item + .c-list01-item {
    width: 380px;
    margin-left: 30px;
  }
  .c-list01 .c-list01-item .title {
    font-size: 22px;
  }
  .c-list01 .c-list01-item .text-box {
    padding: 25px 24px 25px 20px;
  }
  .c-list02 .c-list02-item {
    -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.08);
    width: calc((100% - 60px) / 2);
  }
  .c-list04 .c-list04-item {
    -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.08);
    padding: 30px;
  }
  .c-list04 .c-list04-item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-list04 .c-list04-img-box {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .c-list04 .c-list04-text-box {
    margin-left: 30px;
  }
  .c-list04 .c-list04-text-box .title::after {
    margin-top: 15px;
  }
  .c-list04 .c-list04-text-box .text {
    line-height: 1.875;
    margin-top: 24px;
  }
  .c-btn01 {
    height: 70px;
    width: 580px;
    border-radius: 35px;
  }
  .c-btn01:hover {
    opacity: 0.7;
  }
  .m-cv {
    padding: 20px 0 60px;
  }
  .m-cv .m-cv-title {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .m-cv .m-cv-title .u-text-stroke + .u-text-stroke {
    margin-top: 27px;
  }
  .m-cv .m-cv-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-cv .m-cv-wrap .cv-badge {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .m-cv .cv-head-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 35px;
  }
  .m-cv .cv-head-wrap .cv-head {
    margin-left: 30px;
  }
  .m-cv .cv-tel-wrap {
    padding: 20px 50px 15px 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-cv .cv-text-wrap {
    margin-left: 15px;
    padding: 24px 20px;
  }
  .m-cv .cv-text-wrap::after {
    right: 6px;
    top: -8px;
    width: 60px;
    height: 60px;
  }
  .m-cv .cv-text-wrap .cv-tel-info-text {
    font-size: 22px;
  }
  .m-cv .cv-text-wrap .cv-tel-info-text .time {
    font-size: 30px;
  }
  .m-cv .cv-text-wrap .cv-text-img {
    margin-top: 16px;
  }
  .m-cv02 {
    padding-bottom: 60px;
  }
  .c-kv-noimg-block .wrap {
    height: 180px;
  }
  .c-bread li a:hover {
    color: #fdd900;
  }
  .c-table01 th {
    width: 260px;
  }
  .c-table01 .txt-link:hover {
    opacity: 0.7;
  }
  .c-secondnav-block .secondnav-list li a:hover {
    color: #ea5514;
  }
  .p-home .mv-block {
    background-color: transparent;
    background-image: url("../img/top/mv-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 0 30px;
  }
  .p-home .trouble-block {
    background-color: transparent;
    background-image: url("../img/top/bg01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
  }
  .p-home .trouble-block .trouble-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .p-home .trouble-block .trouble-list-item {
    -webkit-box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.2);
  }
  .p-home .trouble-block .trouble-list-item {
    margin-left: 30px;
    margin-top: 40px;
    width: calc((100% - 60px) / 3);
  }
  .p-home .trouble-block .trouble-list-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-home .trouble-block .trouble-list-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-home .trouble-block .trouble-list-price {
    padding-top: 14px;
  }
  .p-home .tv-block {
    padding: 60px 0;
  }
  .p-home .tv-block01 .tv-screen-box {
    margin-top: 60px;
  }
  .p-home .tv-block02 > .inner-block::after {
    content: "";
    display: block;
    background-color: transparent;
    background-image: url("../img/top/cat02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 98px;
    height: 105px;
    position: absolute;
    right: 50px;
    bottom: -55px;
  }
  .p-home .tv-block02 .tv-list-item {
    margin-left: 20px;
    margin-top: 15px;
    width: calc((100% - 20px * 3) / 4);
    padding: 8px 4px;
    padding: calc(8 / 1200 * 100%) calc(4 / 1200 * 100%);
    margin-left: calc(20 / 1200 * 100%);
  }
  .p-home .tv-block02 .tv-list-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .p-home .tv-block02 .tv-list-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .p-home .tv-block02 .tv-name {
    font-size: 14px;
    margin-left: 0.5em;
  }
  .p-home .flow-block {
    padding: 100px 0;
  }
  .p-home .flow-block .c-title01:before {
    content: "";
    background: url(../img/top/ttl_flow.png) no-repeat;
    width: 291px;
    height: 175px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -60px;
    left: initial;
  }
  .p-home .flow-block .flow-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .p-home .flow-block .flow-list-item {
    margin-left: 30px;
    margin-top: 40px;
    width: calc((100% - 60px) / 3);
  }
  .p-home .flow-block .flow-list-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-home .flow-block .flow-list-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-home .flow-block .flow-list-item .img-box::after {
    top: 0;
    bottom: 0;
    left: calc(100% - 10px);
    border-color: transparent transparent transparent #f5d817;
    border-width: 27px 0 27px 33px;
  }
  .p-home .flow-block .flow-list-item:last-child .img-box::after {
    content: none;
  }
  .p-home .point-block {
    background-color: transparent;
    background-image: url("../img/top/pattern-bg02-dif.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
  }
  .p-home .point-block .point-block-title {
    margin-bottom: 40px;
  }
  .p-home .point-block .point-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-home .point-block .point-list-item .text-box {
    width: 630px;
    width: calc(630 / 1200 * 100%);
    padding: 44px 50px;
    padding: calc(44 / 1200 * 100%) calc(50 / 1200 * 100%);
    margin-bottom: 30px;
  }
  .p-home .point-block .point-list-item .text-box::before {
    bottom: calc(100% - 4px);
    width: 190px;
    height: 55px;
  }
  .p-home .point-block .point-list-item .text-box::after {
    width: 100px;
    height: 108px;
    bottom: calc(100% - 28px);
  }
  .p-home .point-block .point-list-item + .point-list-item {
    margin-top: 40px;
  }
  .p-home .point-block .point-list-item .img-box {
    width: 600px;
  }
  .p-home .point-block .point-list-item:nth-child(2n+1) .text-box {
    margin-left: -30px;
  }
  .p-home .point-block .point-list-item:nth-child(2n) .img-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-home .point-block .point-list-item:nth-child(2n) .text-box {
    margin-right: -30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-home .point-block .point-list-item:nth-child(1) .text-box::after {
    right: 10px;
  }
  .p-home .point-block .point-list-item:nth-child(1) .point-text {
    padding-right: 12px;
  }
  .p-home .point-block .point-list-item:nth-child(2) .text-box::before {
    width: 218px;
  }
  .p-home .point-block .point-list-item:nth-child(2) .text-box::after {
    width: 107px;
    height: 108px;
    right: 40px;
  }
  .p-home .point-block .point-list-item:nth-child(3) {
    margin-top: 20px;
  }
  .p-home .point-block .point-list-item:nth-child(3) .text-box {
    margin-bottom: -30px;
  }
  .p-home .point-block .point-list-item:nth-child(3) .text-box::before {
    width: 218px;
  }
  .p-home .point-block .point-list-item:nth-child(3) .text-box::after {
    right: 10px;
  }
  .p-home .point-block .point-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .p-home .point-block .point-title .big {
    font-size: 30px;
    line-height: 1.2;
  }
  .p-home .point-block .point-text {
    font-size: 14px;
    line-height: 2.1428571429;
    margin-top: 8px;
  }
  .p-home .faq-block {
    padding: 100px 0;
  }
  .p-home .faq-block .c-title01:before {
    width: 204px;
    height: 172px;
    left: 20px;
    bottom: -60px;
  }
  .p-home .faq-block .faq-list {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-home .faq-block .faq-list-item {
    -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.08);
  }
  .p-home .faq-block .faq-list-item {
    width: calc((100% - 60px) / 2);
    margin-left: 60px;
    margin-top: 40px;
    padding: 25px 30px;
  }
  .p-home .technology-block {
    padding: 100px 0;
  }
  .p-home .technology-block .technology-block-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .p-home .technology-block .technology-list-item {
    width: calc((100% - 60px) / 2);
    margin-left: 60px;
    margin-top: 50px;
  }
  .p-home .technology-block .technology-list-item .title img {
    height: 40px;
    left: 20px;
  }
  .p-home .nation-wide-block .group01 {
    padding: 0 20px;
  }
  .p-home .message-block {
    background-color: transparent;
    background-image: url("../img/top/message-block-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
  }
  .p-home .message-block .message-box-wrap {
    padding: 60px;
  }
  .p-home .message-block .message-box-item {
    padding: 23px;
    text-align: center;
  }
  .p-home .message-block .message-box-item:first-of-type {
    margin-top: 40px;
  }
  .p-home .message-block .message-box-item + .message-box-item {
    margin-top: 40px;
  }
  .p-home .message-block .message-box-item .text {
    line-height: 1.88;
  }
  .p-home .message01-box .img-box {
    position: absolute;
    right: -5px;
    bottom: 0;
  }
  .p-home .message02-box .message02-title {
    margin-bottom: 8px;
  }
  .p-home .message02-box .message02-title img {
    width: 235px;
    margin: 0 auto;
  }
  .p-home .message02-box .last-message {
    margin-top: 15px;
  }
  .p-home .message02-box .img-box img {
    position: absolute;
  }
  .p-home .message02-box .img-box img:first-child {
    bottom: 0;
    left: 0;
    height: 274px;
  }
  .p-home .message02-box .img-box img:nth-child(2) {
    bottom: 10px;
    right: 20px;
    height: 140px;
  }
  .p-home .message-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
  }
  .p-home .message-icon-list .message-icon-item .list-name {
    margin-top: 20px;
    line-height: 1.4;
  }
  .p-home .message-icon-list .message-icon-item + .message-icon-item {
    margin-left: 70px;
  }
  .p-home .message-icon-list .message-icon-item:nth-child(3) .list-name {
    margin-top: 10px;
  }
  .p-home .price-block {
    padding: 100px 0;
  }
  .p-home .price-block .c-list04 {
    margin-top: 60px;
  }
  .p-home .price-block .c-list04-item + .c-list04-item {
    margin-top: 40px;
  }
  .p-home .price-block .c-list04-item .title {
    font-size: 30px;
    line-height: 1.6;
  }
  .p-home .price-block .c-list04-item .text {
    margin-top: 30px;
  }
  .p-home .price-block .c-list04-item:nth-child(2)::before {
    right: -100px;
    top: -100px;
  }
  .p-home .price-block .c-list04-item:nth-child(3)::before {
    top: -100px;
    left: -100px;
  }
  .p-home .promise-block {
    padding: 100px 0;
  }
  .p-home .promise-block .promise-block-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 85px;
  }
  .p-home .promise-block .promise-block-list::before {
    content: "";
    display: block;
    width: 175px;
    height: 188px;
    background-color: transparent;
    background-image: url("../img/top/cat01-dif01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: -30px;
    right: calc(100% + 30px);
  }
  .p-home .promise-block .promise-block-list-item {
    width: calc(380 / 1200 * 100%);
    height: 526px;
    padding: 60px 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-home .promise-block .promise-block-list-item:nth-child(1) .promise-block-list-title {
    width: 268px;
    width: calc(268 / 340 * 100%);
  }
  .p-home .promise-block .promise-block-list-item:nth-child(2) .promise-block-list-title {
    width: 324px;
    width: calc(324 / 340 * 100%);
  }
  .p-home .promise-block .promise-block-list-item:nth-child(3) .promise-block-list-title {
    width: 327px;
    width: calc(327 / 340 * 100%);
  }
  .p-home .promise-block .promise-block-list-item:nth-child(3) .img-box {
    width: 380px;
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
    width: calc(380 / 340 * 100%);
  }
  .p-home .promise-block .promise-block-list-item .text {
    font-size: 14px;
    line-height: 1.71;
    margin-top: 30px;
    width: 100%;
  }
  .p-home .promise-block .promise-block-list-item .img-box {
    margin-top: auto;
  }
  .p-home .staff-block .staff-list .staff {
    position: absolute;
  }
  .p-home .staff-block01 {
    background-color: transparent;
    background-image: url("../img/top/staff-block-bg01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 703px;
  }
  .p-home .staff-block01 .staff-list {
    height: 500px;
  }
  .p-home .staff-block01 .staff-list .staff:nth-child(1) {
    left: -10px;
    width: calc(313 / 1200 * 100%);
    top: 8px !important;
  }
  .p-home .staff-block01 .staff-list .staff:nth-child(2) {
    width: calc(362 / 1200 * 100%);
    left: 116px;
  }
  .p-home .staff-block01 .staff-list .staff:nth-child(3) {
    left: 390px;
    width: calc(325 / 1200 * 100%);
  }
  .p-home .staff-block01 .staff-list .staff:nth-child(4) {
    right: 230px;
    width: calc(361 / 1200 * 100%);
  }
  .p-home .staff-block01 .staff-list .staff:nth-child(5) {
    right: -10px;
    width: calc(326 / 1200 * 100%);
    top: 14px !important;
  }
  .p-home .staff-block01 .staff-list .staff:nth-child(2n+1) {
    top: 0;
  }
  .p-home .staff-block01 .staff-list .staff:nth-child(2n) {
    bottom: 0;
  }
  .p-home .staff-block02 {
    background-color: transparent;
    background-image: url("../img/top/staff-block-bg02.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 690px;
  }
  .p-home .staff-block02 .staff-list {
    height: 480px;
  }
  .p-home .staff-block02 .staff-list .staff:nth-child(1) {
    left: 110px;
    width: calc(319 / 1200 * 100%);
  }
  .p-home .staff-block02 .staff-list .staff:nth-child(2) {
    left: 350px;
    width: calc(356 / 1200 * 100%);
  }
  .p-home .staff-block02 .staff-list .staff:nth-child(3) {
    left: 600px;
    width: calc(325 / 1200 * 100%);
  }
  .p-home .staff-block02 .staff-list .staff:nth-child(4) {
    left: 840px;
    width: calc(337 / 1200 * 100%);
  }
  .p-home .staff-block02 .staff-list .staff:nth-child(2n+1) {
    top: 0;
  }
  .p-home .staff-block02 .staff-list .staff:nth-child(2n) {
    bottom: 0;
  }
  .p-home .note-block {
    padding: 100px 0;
  }
  .p-home .note-block .lead {
    margin-top: 45px;
    font-size: 18px;
  }
  .p-home .note-block .note-block-img-box {
    margin-top: 35px;
  }
  .p-home .note-block .note-text .text {
    font-size: 14px;
    line-height: 1.71;
  }
  .p-home .primise02-block {
    padding: 100px 0;
    background-color: transparent;
    background-image: url("../img/top/promise02-block-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-home .primise02-block .box .lead {
    margin-top: 35px;
  }
  .p-home .primise02-block .box01 {
    width: 740px;
    width: calc(740 / 1200 * 100%);
    padding: 60px 75px;
  }
  .p-home .primise02-block .box01 .box01-title {
    width: 614px;
    margin-left: -10px;
  }
  .p-home .primise02-block .box01-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }
  .p-home .primise02-block .box01-list-item {
    width: calc(280 / 590 * 100%);
    padding: 30px 0 20px;
  }
  .p-home .primise02-block .box01-list-item .text {
    margin-top: 15px;
  }
  .p-home .primise02-block .pr0mise02-block-mitif {
    position: absolute;
    right: 25px;
    top: -46px;
    width: calc(514 / 1200 * 100%);
  }
  .p-home .primise02-block .box02 {
    margin-top: 40px;
    padding: 60px;
  }
  .p-home .primise02-block .box02-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 56px;
  }
  .p-home .primise02-block .box02-list-item {
    width: 346px;
    width: calc(346 / 1080 * 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .p-home .primise02-block .box02-list-item .text {
    line-height: 1.5;
    margin-top: 15px;
  }
  .p-home .trouble02-block {
    padding: 100px 0;
    background-color: transparent;
    background-image: url("../img/top/trouble02-block-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-home .trouble02-block .c-list02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .p-home .trouble02-block .c-list02-item {
    margin-left: 60px;
    margin-top: 60px;
  }
  .p-home .trouble02-block .c-list02-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-home .trouble02-block .c-list02-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-home .technology02-block {
    padding: 100px 0;
  }
  .p-home .technology02-block .technology02-block-list {
    margin-top: 60px;
  }
  .p-home .technology02-block .technology02-block-list .list-item + .list-item {
    margin-top: 40px;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(1) .text-box {
    padding-left: 60px;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(1) .people-img-wrap {
    right: 35px;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(2) .text-box {
    margin-left: auto;
    padding-right: 64px;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(2) .people-img-wrap {
    left: 16px;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(2) .img-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(2) .cat {
    width: 126px;
    height: 127px;
    margin-left: 20px;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(3) .text-box {
    padding-left: 60px;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(3) .people-img-wrap {
    right: -80px;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(3) .img-wrap img {
    width: auto;
  }
  .p-home .technology02-block .technology02-block-list .list-item-title {
    font-size: 30px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 25px;
  }
  .p-home .technology02-block .technology02-block-list .list-item-title::after {
    margin-top: 10px;
  }
  .p-home .technology02-block .technology02-block-list .img-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-home .technology02-block .technology02-block-list .img-wrap img {
    width: calc(240 / 740 * 100%);
  }
  .p-home .technology02-block .technology02-block-list .img-wrap > * + * {
    margin-left: 10px;
  }
  .safari .p-home .technology02-block .technology02-block-list .img-wrap.u-safari {
    display: block !important;
  }
  .p-home .technology02-block .technology02-block-list .text-box {
    width: 740px;
    padding: 32px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .p-home .technology02-block .technology02-block-list .text {
    line-height: 1.875;
    margin-top: 10px;
  }
  .p-home .technology02-block .technology02-block-list .people-img-wrap {
    position: absolute;
    bottom: 0;
  }
  .p-home .speed-block {
    padding: 100px 0;
  }
  .p-home .speed-block .speed-img-box {
    margin-top: 35px;
  }
  .p-home .repair-block .title {
    margin-bottom: 55px;
  }
  .p-home .repair-block .wrap {
    padding: 55px 60px 0;
    border-radius: 15px;
  }
  .p-home .repair-block .text-box {
    margin-right: 15px;
    padding-bottom: 34px;
  }
  .p-home .repair-block .text-box::after {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-home .repair-block .text-box .text {
    font-size: 24px;
    line-height: 1.75;
  }
  .p-home .repair-block .text-box .text .u-orange {
    font-size: 30px;
    line-height: 1.4;
  }
  .p-home .repair-block .img {
    width: calc(700 / 1080 * 100%);
  }
  .p-home .maker-block {
    background-color: transparent;
    background-image: url("../img/top/maker-block-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
  }
  .p-home .maker-block .maker-block-title {
    position: relative;
  }
  .p-home .maker-block .maker-block-title:before {
    content: "";
    background: url(../img/top/ttl_maker.png) no-repeat center center / contain;
    width: 304px;
    height: 272px;
    display: block;
    position: absolute;
    right: -11px;
    bottom: -60px;
  }
  .p-home .maker-block .maker-list-wrap {
    -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.08);
  }
  .p-home .maker-block .maker-list-wrap {
    padding: 60px;
    margin-top: 60px;
  }
  .p-home .trouble03-block {
    padding: 100px 0;
  }
  .p-home .trouble03-block .trouble03-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
  }
  .p-home .trouble03-block .trouble03-list .list-item + .list-item {
    margin-left: 20px;
  }
  .p-home .trouble03-block .trouble03-list .list-item:nth-child(2n) {
    margin-top: 50px;
  }
  .p-home .trouble03-block .trouble03-list .list-item img {
    margin-top: 10px;
  }
  .p-home .trouble03-block .trouble03-list .list-item00 img {
    width: 48px;
    height: 67px;
  }
  .p-home .trouble03-block .trouble03-list .list-item01 img {
    width: 65px;
    height: 72px;
    margin-bottom: 16px;
  }
  .p-home .trouble03-block .trouble03-list .list-item02 img {
    width: 59px;
    height: 55px;
  }
  .p-home .trouble03-block .trouble03-list .list-item03 img {
    width: 61px;
    height: 62px;
  }
  .p-home .trouble03-block .trouble03-list .list-item04 img {
    width: 68px;
    height: 58px;
  }
  .p-home .trouble03-block .trouble03-list .list-item05 img {
    width: 51px;
    height: 62px;
  }
  .p-home .trouble03-block .trouble03-list .list-item06 img {
    width: 49px;
    height: 55px;
  }
  .p-home .trouble03-block .text-box {
    margin-top: 40px;
  }
  .p-home .trouble03-block .text-box .text {
    font-size: 18px;
    line-height: 1;
    color: #fff;
  }
  .p-home .note02-block {
    padding: 80px 0 100px;
  }
  .p-home .note02-block .note02-block-list {
    position: relative;
  }
  .p-home .note02-block .note02-block-list::before, .p-home .note02-block .note02-block-list::after {
    content: "";
    display: block;
    position: absolute;
  }
  .p-home .note02-block .note02-block-list::before {
    width: 10.15625vw;
    height: 9.7916666667vw;
    background-color: transparent;
    background-image: url("../img/top/cat10.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-home .note02-block .note02-block-list::after {
    width: 9.84375vw;
    height: 9.7916666667vw;
    background-color: transparent;
    background-image: url("../img/top/cat11.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-home .note02-block .note02-block-list::before {
    left: -25px;
    top: 30px;
  }
  .p-home .note02-block .note02-block-list::after {
    right: -25px;
    bottom: -30px;
  }
  .p-home .note02-block .note02-block-list .list-item {
    -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.08);
  }
  .p-home .note02-block .note02-block-list .list-item {
    padding-right: 70px;
  }
  .p-home .note02-block .note02-block-list .list-item + .list-item {
    margin-top: 60px;
  }
  .p-home .note02-block .note02-block-list .list-item:first-child {
    padding-left: 15px;
  }
  .p-home .note02-block .note02-block-list .list-item:first-child .text-wrap {
    margin-left: 24px;
  }
  .p-home .note02-block .note02-block-list .list-item:first-child .title {
    margin-left: -13px;
  }
  .p-home .note02-block .note02-block-list .list-item:first-child .title img {
    width: 470px;
  }
  .p-home .note02-block .note02-block-list .list-item:nth-child(2) {
    height: 406px;
  }
  .p-home .note02-block .note02-block-list .list-item:nth-child(2) .text-wrap {
    margin-left: -160px;
  }
  .p-home .note02-block .note02-block-list .list-item:nth-child(2) .text-box {
    padding-right: 30px;
  }
  .p-home .note02-block .note02-block-list .list-item:nth-child(2) .text-box .text {
    text-shadow: white 4px 0px 0px, white 3.87565px 0.989616px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.282949px 3.98998px 0px, white -0.712984px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.432781px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.843183px -3.91012px 0px, white 0.150409px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.132717px 0px;
  }
  .p-home .note02-block .note02-block-list .u-pc-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-home .note02-block .note02-block-list .text-wrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-home .note02-block .note02-block-list .text-box {
    margin-top: 50px;
  }
  .p-home .note02-block .note02-block-list .text-box .text {
    line-height: 1.88;
  }
  .p-home .note02-block .note02-block-list .people-img-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p-home .note02-block .note02-block-list .people-img-box--men {
    margin-top: -14px;
  }
  .p-home .note02-block .note02-block-list .people-img-box--women {
    width: 515px;
    height: 406px;
  }
  .p-home .price02-block {
    padding: 100px 0;
  }
  .p-home .price02-block .c-list01 {
    margin-top: 60px;
  }
  .p-home .receipt-block {
    padding: 60px 0;
  }
  .p-time .point-block .point-list > li .wrap {
    padding: 100px 0;
    width: 1000px;
    margin: 0 auto;
  }
  .p-time .point-block .point-list > li:nth-child(even) .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .p-time .point-block .point-list > li:nth-child(even) .wrap .txt-box {
    margin-right: 40px;
    margin-left: 0;
  }
  .p-time .point-block .point-list .txt-box {
    margin-left: 40px;
    width: 400px;
  }
  .p-time .point-block .point-list .img-box .img {
    width: 560px;
  }
  .p-price .price-block .inner-block {
    width: 1000px;
    padding: 100px 0;
  }
  .p-price .price-block .price-box .box-desc .img-area > img {
    width: 430px;
  }
  .p-price .price-block .price-box .box-desc .txt-area {
    margin-left: 40px;
    width: calc(100% - 470px);
  }
  .p-price .price-block .price-box .box-desc .txt-area .price-caption {
    text-align: center;
  }
  .p-toilet .feat-block .inner-block {
    width: 1000px;
    padding: 140px 0 110px;
  }
  .p-toilet .feat-list > li:nth-child(odd) .wrap .txt-box::after {
    top: -80px;
    right: 20px;
  }
  .p-toilet .feat-list > li:nth-child(even) .wrap .txt-box::after {
    top: -80px;
    left: 20px;
  }
  .p-toilet .feat-list > li:nth-child(even) .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .p-toilet .feat-list > li:nth-child(even) .wrap .img-box .num {
    right: -20px;
    left: auto;
  }
  .p-toilet .feat-list > li:nth-child(1) .wrap .txt-box::after {
    width: 100px;
    height: 106px;
  }
  .p-toilet .feat-list > li:nth-child(2) .wrap .txt-box::after {
    width: 100px;
    height: 108px;
  }
  .p-toilet .feat-list > li:nth-child(3) .wrap .txt-box::after {
    width: 102px;
    height: 109px;
  }
  .p-toilet .feat-list .wrap .txt-box {
    width: calc(100% - 340px);
    padding: 42px 50px 42px 30px;
  }
  .p-faucet .point-block .inner-block {
    width: 1000px;
    padding: 100px 0;
  }
  .p-faucet .point-block .wrap .num-box {
    font-size: 28px;
    width: 230px;
    border-radius: 0 0 0 20px;
  }
  .p-faucet .point-block .wrap .num-box .point .num {
    margin-left: 10px;
    font-size: 40px;
  }
  .p-faucet .point-block .wrap .img-box > img {
    width: 300px;
  }
  .p-faucet .point-block .wrap .txt-box {
    padding-left: 40px;
    width: calc(100% - 300px);
  }
  .p-faucet .point-block .point-list li:nth-child(1) .wrap::after {
    width: 107px;
    height: 108px;
  }
  .p-faucet .point-block .point-list li:nth-child(2) .wrap::after {
    width: 100px;
    height: 108px;
  }
  .p-faucet .point-block .point-list li:nth-child(3) .wrap::after {
    width: 101px;
    height: 109px;
  }
  .p-contact .form-block .inner-block {
    padding: 100px 0;
    width: 1000px;
  }
  .p-contact .form-block .form-table select {
    width: 250px;
  }
  .p-contact .form-block .form-table .select-wrap {
    display: inline-block;
  }
  .p-contact .form-block .table-style03 > tbody > tr + tr > th {
    border-top: 1px solid #fff;
  }
  .p-contact .form-block .table-style03 > tbody > tr + tr > td {
    border-top: 1px solid #fff;
  }
  .p-contact .form-block .inn-table tbody > tr > th, .p-contact .form-block .inn-table tbody > tr > td {
    padding: 20px 0;
  }
  .p-contact .form-block .inn-table tbody > tr > th {
    width: 80px;
  }
  .p-contact .form-block .btn-box .btn + .btn > .c-btn01 {
    margin-left: 40px;
  }
  .p-contact .form-block .btn-box .c-btn01 {
    width: 300px;
    height: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .u-sp-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .u-text-stroke {
    text-shadow: white 2px 0px 0px, white 1.75517px 0.958851px 0px, white 1.0806px 1.68294px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.701566px 0px, white -1.30729px -1.5136px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.558831px 0px;
  }
  .u-text-stroke {
    font-size: 21px;
  }
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 15px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input, select, textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    position: relative;
    z-index: 1000;
  }
  .c-header .c-header-top {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
  }
  .c-header .logo img {
    height: 30px;
  }
  .c-header .c-header-bottom {
    padding: 10px;
    margin-top: 30px;
  }
  .c-header .c-header-bottom .motif {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-header .c-header-bottom .motif img {
    height: 40px;
  }
  .c-header .tel-box {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0;
    background-color: #f5d817;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-header .hamburger {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ea5514;
  }
  .c-header .hamburger .inn {
    height: 15px;
    width: 25px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-header .hamburger .line {
    display: block;
    width: 25px;
    height: 1px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-header .hamburger.is-active .line:first-child {
    -webkit-transform: translateY(5px) rotate(135deg);
    transform: translateY(5px) rotate(135deg);
  }
  .c-header .hamburger.is-active .line:nth-child(2) {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }
  .c-header .hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .c-header .nav-area {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding: 0 15px 25px;
    background-color: #ea5514;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-header .nav-area.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .c-header .nav-area .nav-list > li {
    border-bottom: 1px solid #ddd;
  }
  .c-header .nav-area .nav-list .nav-list-head {
    font-weight: bold;
    background-color: #ea5514;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-header .nav-area .nav-list .nav-list-head a {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 16px 0;
    display: block;
    width: 100%;
  }
  .c-header .nav-area .nav-list .nav-list-head::after {
    content: "";
    display: block;
    width: 7.5px;
    height: 11.5px;
    background: url(../img/top/sp/arrow-right.svg) no-repeat center center/contain;
    margin-left: auto;
  }
  .c-header .nav-area .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f5d817;
    border-radius: 15px;
    margin-top: 25px;
  }
  .c-header .nav-area .btn-wrap a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    height: 60px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-header .nav-area .btn-wrap a::before {
    content: "";
    display: block;
    background-color: transparent;
    background-image: url("../img/top/sp/mail.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 25.5px;
    height: 19px;
    margin-right: 15px;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .overlay.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .c-footer {
    padding: 30px 0 170px;
  }
  .c-footer small {
    font-size: 11px;
  }
  .footer-logo {
    width: 255px;
    margin: 0 auto;
  }
  .c-footer-nav-list-wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 25px;
  }
  .c-footer-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-footer-nav-list .nav-item {
    width: 50%;
    border-top: 1px solid #777777;
  }
  .c-footer-nav-list .nav-item:nth-child(odd) {
    border-right: 1px solid #777777;
  }
  .c-footer-nav-list .nav-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    position: relative;
    padding: 11px 15px;
    padding-right: 40px;
    line-height: 1.54;
    height: 100%;
  }
  .c-footer-nav-list .nav-item a::after {
    content: "";
    display: block;
    width: 7.5px;
    height: 11.5px;
    background-color: transparent;
    background-image: url("../img/top/sp/arrow-right-black.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
  }
  .c-footer-nav-list:nth-child(2) .nav-item:nth-child(6), .c-footer-nav-list:nth-child(2) .nav-item:nth-child(5) {
    border-bottom: 1px solid #777;
  }
  .c-footer-nav-list:nth-child(2) .nav-item:nth-child(3) ,.nav-item:nth-child(4) {
    border-bottom: 1px solid #777;
  }
  .c-footer-nav-list:nth-child(2) .nav-item:nth-child(5) {
    border-top: none;
  }
  .c-title01 {
    font-size: 18px;
    text-align: center;
  }
  .c-title01::after {
    width: 40px;
    height: 1px;
  }
  .c-list01 .c-list01-item {
    -webkit-box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.2);
  }
  .c-list01 .c-list01-item + .c-list01-item {
    margin-top: 20px;
  }
  .c-list01 .c-list01-item .title {
    font-size: 15px;
  }
  .c-list01 .c-list01-item .img-box {
    padding-top: calc(168 / 290 * 100%);
  }
  .c-list01 .c-list01-item .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-list01 .c-list01-item .text-box {
    padding: 15px;
  }
  .c-list01 .c-list01-item .text-box .text {
    font-size: 13px;
    line-height: 1.72;
  }
  .c-list02 .c-list02-item {
    -webkit-box-shadow: 0 0 4.4px 1.6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4.4px 1.6px rgba(0, 0, 0, 0.08);
  }
  .c-list02 .c-list02-item .title {
    font-size: 21px;
    padding: 12px 0;
  }
  .c-list02 .c-list02-item .body-box {
    padding: 20px 15px;
  }
  .c-list02 .c-list02-item .img-box {
    margin-bottom: 15px;
  }
  .c-list03 .c-list03-item .text {
    font-size: 13px;
    padding-left: 22px;
  }
  .c-list03 .c-list03-item .text::before {
    width: 14px;
    height: 12.5px;
  }
  .c-list03 .c-list03-item + .c-list03-item {
    margin-top: 0.6em;
  }
  .c-list04 .c-list04-item {
    -webkit-box-shadow: 0 0 4.4px 1.6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4.4px 1.6px rgba(0, 0, 0, 0.08);
    padding: 20px 15px;
  }
  .c-list04 .c-list04-img-box {
    padding-top: calc(180 / 260 * 100%);
  }
  .c-list04 .c-list04-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-list04 .c-list04-text-box {
    margin-top: 16px;
  }
  .c-list04 .c-list04-text-box .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .c-list04 .c-list04-text-box .title::after {
    margin-top: 10px;
  }
  .c-list04 .c-list04-text-box .text {
    line-height: 1.7142857143;
    margin-top: 15px;
  }
  .c-list04 .c-list04-text-box .sub-info {
    font-size: 12px;
    line-height: 1.5;
  }
  .c-list05 li::before {
    width: 7px;
    height: 1px;
  }
  .c-btn01 {
    height: 40px;
    border-radius: 20px;
  }
  .m-cv {
    padding: 40px 0;
  }
  .m-cv .inner-block {
    padding: 0;
  }
  .m-cv .m-cv-title .small {
    font-size: 18px;
  }
  .m-cv .m-cv-title .u-text-stroke + .u-text-stroke {
    margin-top: 10px;
  }
  .m-cv .m-cv-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }
  .m-cv .m-cv-wrap .cv-badge {
    width: 108px;
  }
  .m-cv .m-cv-wrap .cv-women {
    width: 108px;
  }
  .m-cv .cv-box {
    padding: 20px 4px 4px 4px;
  }
  .m-cv .cv-head-wrap {
    text-align: center;
    padding-bottom: 20px;
  }
  .m-cv .cv-head-wrap .text {
    font-size: 14px;
  }
  .m-cv .cv-head-wrap .text .big {
    font-size: 19px;
  }
  .m-cv .cv-head-wrap .cv-head {
    width: 256px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .m-cv .cv-tel-wrap {
    padding: 15px;
  }
  .m-cv .cv-text-wrap {
    padding: 15px;
    margin-top: 14px;
  }
  .m-cv .cv-text-wrap::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #f5d817 transparent;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .m-cv .cv-text-wrap::after {
    width: 46px;
    height: 46px;
    right: 3px;
    top: -5px;
  }
  .m-cv .cv-text-wrap .cv-tel-info-text {
    text-align: center;
    font-size: 17px;
  }
  .m-cv .cv-text-wrap .cv-tel-info-text .time {
    font-size: 24px;
  }
  .m-cv .cv-text-wrap .cv-text-img {
    width: 198px;
    margin: 10px auto 0;
    margin-top: 0;
    margin-top: 10px;
  }
  .m-cv02 {
    padding: 30px 0;
  }
  .c-kv-block .page-ttl {
    font-size: 24px;
    margin-left: 15px;
  }
  .c-kv-block .kv-img img {
    height: 125px;
  }
  .c-kv-noimg-block .wrap {
    height: 125px;
  }
  .c-kv-noimg-block .page-ttl {
    font-size: 24px;
    margin-left: 15px;
  }
  .c-table01 th, .c-table01 td {
    display: block;
    font-size: 14px;
    padding: 11px 15px;
  }
  .c-table01 th {
    text-align: center;
  }
  .c-table01 .info-box {
    padding: 10px;
    margin-top: 10px;
  }
  .c-table01 .info-box .txt {
    margin-top: 5px;
    font-size: 12px;
  }
  .c-table01 .cap-txt {
    font-size: 12px;
    margin-top: 10px;
  }
  .p-home .mv-block .mv-text-box {
    padding: 6px 20px;
    padding-left: 35px;
    left: 45px;
    top: 20px;
  }
  .p-home .mv-block img {
    width: 100%;
  }
  .p-home .mv-block .mv-text-box .cat {
    width: auto;
    height: 54px;
    top: -10px;
  }
  .p-home .mv-block .mv-text {
    font-size: 13px;
  }
  .p-home .trouble-block {
    background-color: transparent;
    background-image: url("../img/top/sp/bg01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0;
  }
  .p-home .trouble-block .trouble-block-title {
    width: 240px;
    margin: 0 auto;
  }
  .p-home .trouble-block .trouble-list {
    margin-top: 24px;
  }
  .p-home .trouble-block .trouble-list-item {
    -webkit-box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.2);
  }
  .p-home .trouble-block .trouble-list-item + .trouble-list-item {
    margin-top: 20px;
  }
  .p-home .trouble-block .trouble-list-item:first-child .trouble-list-icon-box .icon {
    width: 16px;
    height: 22px;
  }
  .p-home .trouble-block .trouble-list-item:nth-child(2) .trouble-list-icon-box .icon {
    width: 20.5px;
    height: 23px;
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  .p-home .trouble-block .trouble-list-item:nth-child(3) .trouble-list-icon-box .icon {
    width: 22px;
    height: 22.5px;
  }
  .p-home .trouble-block .trouble-list-item:nth-child(4) .trouble-list-icon-box .icon {
    width: 20.5px;
    height: 19.5px;
  }
  .p-home .trouble-block .trouble-list-item:nth-child(5) .trouble-list-icon-box .icon {
    width: 19px;
    height: 23px;
  }
  .p-home .trouble-block .trouble-list-item:nth-child(6) .trouble-list-icon-box .icon {
    width: 19px;
    height: 20.5px;
  }
  .p-home .trouble-block .trouble-list-title {
    font-size: 19px;
    padding: 3px 10px;
  }
  .p-home .trouble-block .trouble-list-price {
    padding-top: 15px;
  }
  .p-home .trouble-block .trouble-list-price .num-big {
    font-size: 16px;
    line-height: 1.4;
  }
  .p-home .trouble-block .trouble-list-price .num-big .big {
    font-size: 24px;
  }
  .p-home .trouble-block .trouble-list-price .num-tax {
    font-size: 12px;
  }
  .p-home .trouble-block .discount-box {
    margin-top: 10px;
    padding: 0 15px 15px;
  }
  .p-home .trouble-block .trouble-list-icon-box {
    width: 40px;
    height: 40px;
  }
  .p-home .trouble-block .img-box img {
    width: 100%;
  }
  .p-home .tv-block {
    padding: 30px 0;
  }
  .p-home .tv-block-title {
    max-width: 290px;
    margin: 0 auto;
  }
  .p-home .tv-block01 .tv-screen-box {
    margin-top: 25px;
  }
  .p-home .tv-block02 .tv-list-item {
    margin-left: 10px;
    margin-top: 10px;
    width: calc((100% - 10px) / 2);
    padding: 8px 6px;
  }
  .p-home .tv-block02 .tv-list-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-home .tv-block02 .tv-list-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-home .tv-block02 .tv-name {
    font-size: 11px;
    margin-left: 0.5em;
  }
  .p-home .tv-block02 .tv-title {
    font-size: 12px;
    line-height: 1.25;
  }
  .p-home .flow-block {
    padding: 40px 0;
  }
  .p-home .flow-block .flow-list {
    margin-top: 25px;
  }
  .p-home .flow-block .flow-list-item + .flow-list-item {
    margin-top: 25px;
  }
  .p-home .flow-block .flow-list-item::before {
    width: 75px;
    height: 31.5px;
    top: 15px;
    left: -8px;
  }
  .p-home .flow-block .flow-list-item .img-box::after {
    border-color: #f5d817 transparent transparent transparent;
    border-width: 16.5px 13.75px 0 13.75px;
    left: 0;
    right: 0;
    bottom: calc(100% - 6px);
  }
  .p-home .flow-block .flow-list-item:first-child .img-box::after {
    content: none;
  }
  .p-home .point-block {
    background-color: transparent;
    background-image: url("../img/top/sp/pattern-bg02.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0 90px;
  }
  .p-home .point-block .point-block-title {
    width: 223px;
    margin: 0 auto 10px;
  }
  .p-home .point-block .point-list {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-home .point-block .point-list-item .text-box {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 29px;
  }
  .p-home .point-block .point-list-item .text-box::before {
    bottom: 100%;
    width: 110px;
    height: 28px;
    left: 50px;
  }
  .p-home .point-block .point-list-item .text-box::after {
    top: calc(100% - 20px);
    width: 65px;
    height: 70px;
  }
  .p-home .point-block .point-list-item + .point-list-item {
    margin-top: 60px;
  }
  .p-home .point-block .point-list-item:nth-child(2n+1) .img-box {
    padding-right: 15px;
  }
  .p-home .point-block .point-list-item:nth-child(2n+1) .text-box {
    margin-left: 15px;
  }
  .p-home .point-block .point-list-item:nth-child(2n+1) .text-box::before {
    left: 15px;
  }
  .p-home .point-block .point-list-item:nth-child(2n+1) .text-box::after {
    right: 25px;
  }
  .p-home .point-block .point-list-item:nth-child(2n) .img-box {
    padding-left: 15px;
  }
  .p-home .point-block .point-list-item:nth-child(2n) .text-box {
    margin-right: 15px;
  }
  .p-home .point-block .point-list-item:nth-child(2n) .text-box::before {
    right: 15px;
  }
  .p-home .point-block .point-list-item:nth-child(1) .img-box {
    padding-right: 15px;
  }
  .p-home .point-block .point-list-item:nth-child(1) .text-box::before {
    height: 30px;
    left: 10px;
  }
  .p-home .point-block .point-list-item:nth-child(2) .text-box::after {
    right: 25px;
  }
  .p-home .point-block .point-title {
    font-size: 18px;
    line-height: 1.6666666667;
  }
  .p-home .point-block .point-title .big {
    font-size: 23px;
    line-height: 1.3043478261;
  }
  .p-home .point-block .point-text {
    margin-top: 10px;
    line-height: 1.7142857143;
  }
  .p-home .faq-block {
    padding: 40px 0;
  }
  .p-home .faq-block .faq-list {
    margin-top: 25px;
  }
  .p-home .faq-block .faq-list::before {
    width: 64.5px;
    height: 68.5px;
    right: -10px;
	background-image:none;
  }
  .p-home .faq-block .faq-list-item {
    -webkit-box-shadow: 0 0 4.4px 1.6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4.4px 1.6px rgba(0, 0, 0, 0.08);
  }
  .p-home .faq-block .faq-list-item {
    padding: 22px 15px 18px;
  }
  .p-home .faq-block .faq-list-item + .faq-list-item {
    margin-top: 20px;
  }
  .p-home .faq-block .faq-title {
    font-size: 18px;
    line-height: 1.3333333333;
    margin-top: 10px;
  }
  .p-home .faq-block .faq-text {
    margin-top: 8px;
  }
  .p-home .faq-block .faq-num img {
    height: 25px;
  }
  .p-home .technology-block {
    padding: 40px 0;
  }
  .p-home .technology-block .technology-block-title:before {
    background: url(../img/top/sp/ttl_technology.png) no-repeat center center / contain;
    width: 126px;
    height: 187px;
    bottom: -76px;
    right: -23px;
  }
  .p-home .technology-block .technology-block-title img {
    transform: translateX(-65px);
  }
  .p-home .technology-block .technology-block-title {
    max-width: 290px;
    margin: 0 auto;
  }
  .p-home .technology-block .technology-block-list {
    max-width: 560px;
    margin: 25px auto 0;
  }
  .p-home .technology-block .technology-list-item + .technology-list-item {
    margin-top: 20px;
  }
  .p-home .technology-block .technology-list-item .title {
    font-size: 17px;
    padding: 10px;
    width: calc(278 / 290 * 100%);
  }
  .p-home .technology-block .technology-list-item .title img {
    height: 20px;
    left: 10px;
  }
  .p-home .nation-wide-block {
    padding-top: 10px;
  }
  .p-home .nation-wide-block .group01 {
    padding-right: 15px;
  }
  .p-home .message-block {
    background-color: transparent;
    background-image: url("../img/top/sp/message-block-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0;
  }
  .p-home .message-block .message-box-wrap {
    padding: 30px 10px;
  }
  .p-home .message-block .message-box-item {
    padding: 20px 10px 0;
  }
  .p-home .message-block .message-box-item:first-of-type {
    margin-top: 20px;
  }
  .p-home .message-block .message-box-item + .message-box-item {
    margin-top: 28px;
  }
  .p-home .message01-box .img-box {
    text-align: right;
    padding-right: 20px;
    padding-top: 5px;
  }
  .p-home .message01-box img {
    width: 94px;
    height: 96px;
  }
  .p-home .message02-box .message02-title {
    width: 164px;
    margin: 0 auto 8px;
  }
  .p-home .message02-box .last-message {
    margin-top: 20px;
  }
  .p-home .message02-box .img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-home .message02-box .img-box img:first-child {
    height: 120px;
  }
  .p-home .message02-box .img-box img:nth-child(2) {
    height: 86.5px;
    margin-bottom: 6px;
  }
  .p-home .message-icon-list {
    text-align: center;
    margin-top: 20px;
  }
  .p-home .message-icon-list .message-icon-item {
    display: block;
  }
  .p-home .message-icon-list .message-icon-item .list-name {
    font-size: 14px;
    line-height: 1.29;
    margin-top: 8px;
  }
  .p-home .message-icon-list .message-icon-item + .message-icon-item {
    margin-top: 13px;
  }
  .p-home .price-block {
    padding: 40px 0;
  }
  .p-home .price-block .c-list04 {
    margin-top: 25px;
  }
  .p-home .price-block .c-list04-item + .c-list04-item {
    margin-top: 20px;
  }
  .p-home .price-block .c-list04-item:nth-child(2)::before, .p-home .price-block .c-list04-item:nth-child(3)::before {
    width: 80px;
    height: 86px;
  }
  .p-home .price-block .c-list04-item:nth-child(2)::before {
    right: -10px;
    top: -30px;
  }
  .p-home .price-block .c-list04-item:nth-child(3)::before {
    left: -10px;
    top: -30px;
  }
  .p-home .promise-block {
    padding: 40px 0;
  }
  .p-home .promise-block .promise-block-list {
    margin-top: 46px;
  }
  .p-home .promise-block .promise-block-list-item {
    padding: 35px 15px 20px;
  }
  .p-home .promise-block .promise-block-list-item + .promise-block-list-item {
    margin-top: 40px;
  }
  .p-home .promise-block .promise-block-list-item .num img {
    height: 40px;
  }
  .p-home .promise-block .promise-block-list-item:nth-child(1) .promise-block-list-title {
    width: 188px;
  }
  .p-home .promise-block .promise-block-list-item:nth-child(2) .promise-block-list-title {
    width: 227px;
  }
  .p-home .promise-block .promise-block-list-item:nth-child(3) {
    padding-bottom: 5px;
  }
  .p-home .promise-block .promise-block-list-item:nth-child(3) .promise-block-list-title {
    width: 230px;
  }
  .p-home .promise-block .promise-block-list-item:nth-child(3) .img-box {
    width: 280px;
    width: calc(280 / 260 * 100%);
  }
  .p-home .promise-block .promise-block-list-item .text {
    font-size: 13px;
    line-height: 1.77;
    margin-top: 10px;
  }
  .p-home .promise-block .promise-block-list-item .img-box {
    text-align: center;
    margin-top: 18px;
  }
  .p-home .promise-block .promise-block-list-item .img-box img {
    width: 100%;
    height: 100%;
  }
  .p-home .staff-block {
    padding: 40px 0;
  }
  .p-home .staff-block > .inner-block {
    width: 290px;
    margin: 0 auto;
  }
  .p-home .staff-block .staff-list {
    margin-top: 22px;
  }
  .p-home .staff-block .staff-list .staff + .staff {
    margin-top: 20px;
  }
  .p-home .staff-block01 {
    background-color: transparent;
    background-image: url("../img/top/sp/staff-block-bg01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-home .staff-block01 .staff-block-title {
    width: 240px;
    margin: 0 auto;
  }
  .p-home .staff-block01 .staff-list .staff:nth-child(1) {
    width: 255px;
    margin-left: auto;
  }
  .p-home .staff-block01 .staff-list .staff:nth-child(2) {
    width: 258px;
  }
  .p-home .staff-block01 .staff-list .staff:nth-child(3) {
    width: 255px;
    margin-left: auto;
    margin-right: 8px;
  }
  .p-home .staff-block01 .staff-list .staff:nth-child(4) {
    width: 252px;
  }
  .p-home .staff-block01 .staff-list .staff:nth-child(5) {
    width: 255px;
    margin-left: auto;
    margin-right: 5px;
  }
  .p-home .staff-block02 {
    background-color: transparent;
    background-image: url("../img/top/sp/staff-block-bg02.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-home .staff-block02 .staff-list .staff:nth-child(1) {
    width: 255px;
  }
  .p-home .staff-block02 .staff-list .staff:nth-child(2) {
    width: 254px;
    margin-left: auto;
  }
  .p-home .staff-block02 .staff-list .staff:nth-child(3) {
    width: 255px;
  }
  .p-home .staff-block02 .staff-list .staff:nth-child(4) {
    width: 255px;
    margin-left: auto;
  }
  .p-home .note-block {
    padding: 40px 0;
  }
  .p-home .note-block .note-block-title {
    max-width: 290px;
    margin: 0 auto;
  }
  .p-home .note-block .lead {
    font-size: 15px;
    margin-top: 20px;
  }
  .p-home .note-block .note-block-img-box {
    margin-top: 10px;
  }
  .p-home .note-block .note-text {
    padding: 30px 15px 18px;
  }
  .p-home .note-block .note-text::before {
    width: 56.5px;
    height: 49px;
  }
  .p-home .note-block .note-text .text {
    text-align: left;
    font-size: 13px;
    line-height: 1.77;
  }
  .p-home .primise02-block {
    padding: 40px 0;
    background-color: transparent;
    background-image: url("../img/top/sp/promise02-block-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-home .primise02-block .box {
    padding: 30px 15px;
  }
  .p-home .primise02-block .box .lead {
    font-size: 13px;
    margin-top: 20px;
    padding: 0 5px;
    white-space: nowrap;
    line-height: 1.77;
  }
  .p-home .primise02-block .box01 .img-wrap {
    width: 210px;
    margin: 0 auto;
  }
  .p-home .primise02-block .box01-list {
    margin-top: 10px;
  }
  .p-home .primise02-block .box01-list-item {
    padding: 20px;
  }
  .p-home .primise02-block .box01-list-item + .box01-list-item {
    margin-top: 20px;
  }
  .p-home .primise02-block .box01-list-item .text {
    font-size: 13px;
    margin-top: 15px;
  }
  .p-home .primise02-block .box01-list-item:nth-child(1) {
    padding-top: 25px;
  }
  .p-home .primise02-block .box01-list-item:nth-child(2) {
    padding-top: 24px;
  }
  .p-home .primise02-block .box01-list-item:nth-child(2) .text {
    margin-top: 10px;
  }
  .p-home .primise02-block .pr0mise02-block-mitif {
    margin: 15px 0;
  }
  .p-home .primise02-block .box02-list {
    margin-top: 38px;
  }
  .p-home .primise02-block .box02-list-item {
    padding: 32px 0 20px;
  }
  .p-home .primise02-block .box02-list-item + .box02-list-item {
    margin-top: 33px;
  }
  .p-home .primise02-block .box02-list-item .box02-num img {
    height: 25px;
  }
  .p-home .primise02-block .box02-list-item .text {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 10px;
  }
  .p-home .primise02-block .box02-list-item:nth-child(1) .box02-icon {
    width: 69px;
    height: 63px;
  }
  .p-home .primise02-block .box02-list-item:nth-child(2) .box02-icon {
    width: 87.5px;
    height: 56px;
  }
  .p-home .primise02-block .box02-list-item:nth-child(3) .box02-icon {
    width: 100px;
    height: 65px;
  }
  .p-home .trouble02-block {
    padding: 40px 0;
    background-color: transparent;
    background-image: url("../img/top/sp/trouble02-block-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-home .trouble02-block .trouble02-block-title {
    max-width: 290px;
    margin: 0 auto;
  }
  .p-home .trouble02-block .c-list02 {
    margin-top: 25px;
  }
  .p-home .trouble02-block .c-list02-item + .c-list02-item {
    margin-top: 20px;
  }
  .p-home .technology02-block {
    padding: 35px 0 40px;
  }
  .p-home .technology02-block .technology02-block-list {
    margin-top: 25px;
  }
  .p-home .technology02-block .technology02-block-list .list-item {
    padding: 15px 15px 0;
  }
  .p-home .technology02-block .technology02-block-list .list-item + .list-item {
    margin-top: 20px;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(1) .people-img-wrap {
    margin-top: -20px;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(1) .people-img-wrap img {
    width: 198.5px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(2) .people-img-wrap img {
    width: 216px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(2) .cat {
    margin: 0;
    position: absolute;
    right: -26px;
    bottom: -20px;
    width: 85.5px;
    height: 86.5px;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(2) .text {
    margin-top: 25px;
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(3) .people-img-wrap {
    width: 292.5px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-home .technology02-block .technology02-block-list .list-item-title {
    font-size: 18px;
    line-height: 1.3333333333;
    margin-bottom: 15px;
  }
  .p-home .technology02-block .technology02-block-list .list-item-title::after {
    margin-top: 8px;
  }
  .p-home .technology02-block .technology02-block-list .img-wrap > * + * {
    margin-top: 10px;
  }
  .p-home .technology02-block .technology02-block-list .text {
    font-size: 13px;
    line-height: 1.7692307692;
    margin-top: 10px;
  }
  .p-home .speed-block {
    padding: 40px 0;
  }
  .p-home .speed-block .speed-block-title {
    max-width: 290px;
    margin: 0 auto;
  }
  .p-home .speed-block .speed-img-box {
    margin-top: 20px;
  }
  .p-home .repair-block {
    padding: 40px 0;
  }
  .p-home .repair-block .title {
    width: 210px;
    margin: 0 auto 20px;
    padding-top: 25px;
  }
  .p-home .repair-block .text-box {
    padding-left: 15px;
    width: 275px;
    margin: 0 auto 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .p-home .repair-block .text-box::after {
    width: 75.5px;
    height: 80px;
    position: absolute;
    right: -10px;
    bottom: 7px;
  }
  .p-home .repair-block .text-box .text {
    font-size: 15px;
    line-height: 2;
  }
  .p-home .repair-block .text-box .text .u-orange {
    font-size: 18px;
    line-height: 1.6666666667;
  }
  .p-home .repair-block .img {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  .p-home .maker-block {
    background-color: transparent;
    background-image: url("../img/top/sp/maker-block-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0 150px;
  }
  .p-home .maker-block .maker-block-title {
    max-width: 290px;
    margin: 0 auto;
  }
  .p-home .maker-block .maker-list-wrap {
    -webkit-box-shadow: 0 0 4.4px 1.6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4.4px 1.6px rgba(0, 0, 0, 0.08);
  }
  .p-home .maker-block .maker-list-wrap {
    padding: 30px 15px;
    margin-top: 25px;
  }
  .p-home .trouble03-block {
    padding: 40px 0;
  }
  .p-home .trouble03-block .title {
    width: 180px;
    margin: 0 auto;
  }
  .p-home .trouble03-block .trouble03-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 290px;
    margin: 25px auto 0;
    position: relative;
  }
  .p-home .trouble03-block .trouble03-list::before {
    content: "";
    display: block;
    width: 81px;
    height: 86px;
    background-color: transparent;
    background-image: url("../img/top/cat02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -17px;
  }
  .p-home .trouble03-block .trouble03-list .list-item {
    width: 140px;
    height: 140px;
  }
  .p-home .trouble03-block .trouble03-list .list-item + .list-item {
    margin-top: 20px;
  }
  .p-home .trouble03-block .trouble03-list .list-item:nth-child(2n) {
    margin-left: 10px;
  }
  .p-home .trouble03-block .trouble03-list .list-item:nth-child(2n+1) {
    margin-top: -60px;
  }
  .p-home .trouble03-block .trouble03-list .list-item img {
    margin-top: 10px;
  }
  .p-home .trouble03-block .trouble03-list .list-item-title {
    font-size: 18px;
  }
  .p-home .trouble03-block .trouble03-list .list-item00 {
    margin-top: 0px !important;
  }
  .p-home .trouble03-block .trouble03-list .list-item00 img {
    width: 43.5px;
    height: 60.5px;
    margin-bottom: 16px;
  }
  .p-home .trouble03-block .trouble03-list .list-item01 {
    margin-top: 80px !important;
  }
  .p-home .trouble03-block .trouble03-list .list-item01 img {
    width: 58px;
    height: 65px;
    margin-bottom: 15px;
  }
  .p-home .trouble03-block .trouble03-list .list-item02 img {
    width: 53px;
    height: 50px;
    margin-bottom: 20px;
  }
  .p-home .trouble03-block .trouble03-list .list-item03 img {
    width: 54.5px;
    height: 55.5px;
    margin-bottom: 20px;
  }
  .p-home .trouble03-block .trouble03-list .list-item04 img {
    width: 62.5px;
    height: 52.5px;
    margin-bottom: 20px;
  }
  .p-home .trouble03-block .trouble03-list .list-item05 img {
    width: 46.5px;
    height: 56.5px;
    margin-bottom: 20px;
  }
  .p-home .trouble03-block .trouble03-list .list-item06 img {
    width: 44.5px;
    height: 49px;
    margin-bottom: 20px;
  }
  .p-home .trouble03-block .text-box {
    margin-top: 20px;
    padding: 15px;
    border-radius: 15px;
  }
  .p-home .trouble03-block .text-box .text {
    font-size: 14px;
    text-align: left;
  }
  .p-home .note02-block {
    padding: 40px 0;
  }
  .p-home .note02-block .note02-block-list .list-item {
    -webkit-box-shadow: 0 0 4.4px 1.6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4.4px 1.6px rgba(0, 0, 0, 0.08);
  }
  .p-home .note02-block .note02-block-list .list-item {
    -webkit-box-shadow: 0 0 4.4px 1.6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4.4px 1.6px rgba(0, 0, 0, 0.08);
  }
  .p-home .note02-block .note02-block-list .list-item + .list-item {
    margin-top: 20px;
  }
  .p-home .note02-block .note02-block-list .title {
    padding: 25px 26px 0;
    text-align: center;
    max-width: 290px;
    margin: 0 auto;
  }
  .p-home .note02-block .note02-block-list .text-box {
    padding: 0 15px;
    margin-top: 18px;
  }
  .p-home .note02-block .note02-block-list .text-box .text {
    font-size: 13px;
    line-height: 1.77;
  }
  .p-home .note02-block .note02-block-list .people-img-box {
    text-align: center;
  }
  .p-home .note02-block .note02-block-list .people-img-box--men {
    margin-top: 10px;
  }
  .p-home .note02-block .note02-block-list .people-img-box--women {
    margin-top: -15px;
  }
  .p-home .price02-block {
    padding: 40px 0;
  }
  .p-home .price02-block .c-list01 {
    margin-top: 25px;
  }
  .p-home .receipt-block {
    padding: 40px 0;
  }
  .p-company .company-block {
    padding: 50px 15px;
  }
  .p-time .point-block .point-list > li .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 15px;
  }
  .p-time .point-block .point-list > li:nth-child(3n+1) .box-ttl .icon {
    width: 25px;
    height: 22px;
    left: 2px;
  }
  .p-time .point-block .point-list > li:nth-child(3n+2) .box-ttl .icon {
    width: 22px;
    height: 22px;
  }
  .p-time .point-block .point-list > li:nth-child(3n+3) .box-ttl .icon {
    width: 24px;
    height: 24px;
  }
  .p-time .point-block .point-list .img-box {
    margin-bottom: 15px;
  }
  .p-time .point-block .point-list .box-ttl {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .p-time .point-block .point-list .box-ttl .box-heading {
    font-size: 22px;
  }
  .p-time .point-block .point-list .box-ttl .point-list-icon-box {
    width: 48px;
    height: 48px;
  }
  .p-price .price-block .price-list > li + li {
    margin-top: 20px;
  }
  .p-price .price-block .price-list > li:first-child .point-list-icon-box > img {
    width: 11px;
    height: 15px;
  }
  .p-price .price-block .price-list > li:nth-child(2) .point-list-icon-box > img {
    width: 14px;
    height: 13.5px;
  }
  .p-price .price-block .price-list > li:nth-child(3) .point-list-icon-box > img {
    width: 15.5px;
    height: 16px;
  }
  .p-price .price-block .price-list > li:nth-child(4) .point-list-icon-box > img {
    width: 14.5px;
    height: 16px;
  }
  .p-price .price-block .price-list > li:nth-child(5) .point-list-icon-box > img {
    width: 13px;
    height: 14px;
  }
  .p-price .price-block .inner-block {
    padding: 50px 15px;
  }
  .p-price .price-block .price-box .box-ttl {
    padding: 10px;
  }
  .p-price .price-block .price-box .box-ttl .box-heading {
    font-size: 20px;
  }
  .p-price .price-block .price-box .box-ttl .point-list-icon-box {
    width: 27.5px;
    height: 27.5px;
  }
  .p-price .price-block .price-box .box-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }
  .p-price .price-block .price-box .box-desc .img-area > img {
    width: 100%;
  }
  .p-price .price-block .price-box .box-desc .txt-area {
    margin-top: 15px;
  }
  .p-price .price-block .price-box .box-desc .txt-area .price-txt .num-big {
    font-size: 16px;
  }
  .p-price .price-block .price-box .box-desc .txt-area .price-txt .big {
    font-size: 23px;
  }
  .p-price .price-block .price-box .box-desc .txt-area .price-txt .num-tax {
    font-size: 12px;
  }
  .p-price .price-block .price-box .box-desc .txt-area .price-caption {
    margin-top: 10px;
    font-size: 14px;
    padding: 15px;
  }
  .p-price .price-block .btn-wrap {
    margin-top: 50px;
  }
  .p-price .price-block .btn-wrap .c-btn01 {
    height: 70px;
    border-radius: 35px;
    text-align: center;
  }
  .p-toilet .feat-block .inner-block {
    padding: 50px 15px 60px;
  }
  .p-toilet .feat-list > li + li {
    margin-top: 70px;
  }
  .p-toilet .feat-list > li:nth-child(even):nth-child(even) .wrap .img-box .num {
    bottom: -10px;
    right: -10px;
    left: auto;
  }
  .p-toilet .feat-list > li:nth-child(even) .txt-box {
    border-radius: 10px;
  }
  .p-toilet .feat-list > li:nth-child(1) .wrap .txt-box::after {
    width: 65px;
    height: 70px;
  }
  .p-toilet .feat-list > li:nth-child(2) .wrap .txt-box::after {
    width: 65px;
    height: 70px;
  }
  .p-toilet .feat-list > li:nth-child(3) .wrap .txt-box::after {
    width: 65px;
    height: 70px;
  }
  .p-toilet .feat-list .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-toilet .feat-list .wrap .img-box {
    margin-bottom: -15px;
    z-index: 1;
  }
  .p-toilet .feat-list .wrap .img-box > img {
    width: 200px;
  }
  .p-toilet .feat-list .wrap .img-box .num {
    bottom: -10px;
    left: -10px;
  }
  .p-toilet .feat-list .wrap .img-box .num img {
    width: 50px;
    height: 50px;
  }
  .p-toilet .feat-list .wrap .txt-box {
    border-radius: 10px;
    padding: 40px 15px 30px;
    width: 100%;
  }
  .p-toilet .feat-list .wrap .txt-box .inn .box-heading {
    text-align: center;
    line-height: 1.4;
  }
  .p-toilet .feat-list .wrap .txt-box .inn .box-heading {
    font-size: 18px;
  }
  .p-toilet .feat-list .wrap .txt-box .inn .box-heading .txt-l {
    font-size: 23px;
  }
  .p-toilet .feat-list .wrap .txt-box::after {
    bottom: -45px;
    right: 25px;
  }
  .p-faucet .point-block .inner-block {
    padding: 60px 15px;
  }
  .p-faucet .point-block .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px 15px 30px;
  }
  .p-faucet .point-block .wrap::after {
    right: 25px;
    bottom: -45px;
  }
  .p-faucet .point-block .wrap .num-box {
    font-size: 14px;
    width: 110px;
    border-radius: 0 0 0 10px;
  }
  .p-faucet .point-block .wrap .num-box .point .num {
    margin-left: 5px;
    font-size: 22px;
  }
  .p-faucet .point-block .wrap .img-box > img {
    width: 240px;
  }
  .p-faucet .point-block .wrap .txt-box .box-heading {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .p-faucet .point-block .wrap .txt-box .box-heading .txt-l {
    font-size: 23px;
  }
  .p-faucet .point-block .point-list li:nth-child(1) .wrap::after {
    width: 69px;
    height: 70px;
  }
  .p-faucet .point-block .point-list li:nth-child(2) .wrap::after {
    width: 65px;
    height: 70px;
  }
  .p-faucet .point-block .point-list li:nth-child(3) .wrap::after {
    width: 65px;
    height: 70px;
  }
  .p-tokusho .info-block {
    padding: 50px 15px;
  }
  .p-privacy .info-block {
    padding: 50px 15px;
  }
  .p-privacy .info-block .inn {
    border-width: 5px;
    padding: 5px;
  }
  .p-contact .form-block .inner-block {
    padding: 50px 0;
  }
  .p-contact .form-block .section + .section {
    margin-top: 30px;
  }
  .p-contact .form-block .form-table select {
    width: 100%;
  }
  .p-contact .form-block .table-style03 > tbody > tr > th {
    width: 100%;
    text-align: center;
  }
  .p-contact .form-block .table-style03 > tbody > tr > th {
    padding: 10px 15px;
  }
  .p-contact .form-block .table-style03 > tbody > tr > td {
    padding: 15px;
  }
  .p-contact .form-block .table-style03 > tbody > tr > th, .p-contact .form-block .table-style03 > tbody > tr > td {
    display: block;
    font-size: 16px;
  }
  .p-contact .form-block .table-style03 > tbody > tr.icon-required th .in-txt {
    position: relative;
  }
  .p-contact .form-block .table-style03 > tbody > tr.icon-required th .in-txt::before {
    width: 44px;
    height: 22px;
    font-size: 12px;
    right: -53px;
  }
  .p-contact .form-block .inn-table tbody > tr > th, .p-contact .form-block .inn-table tbody > tr > td {
    display: block;
  }
  .p-contact .form-block .inn-table tbody > tr > th {
    font-weight: normal;
    padding: 10px 0 0 0;
    margin-bottom: 5px;
  }
  .p-contact .form-block .inn-table tbody > tr > td {
    padding-bottom: 15px;
  }
  .p-contact .form-block .form-box {
    padding: 0 15px;
  }
  .p-contact .form-block .form-box .caption-area {
    padding: 20px 15px;
  }
  .p-contact .form-block .form-box .caption-area .ttl {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .p-contact .form-block .form-box .caption-area .txt {
    font-size: 16px;
  }
  .p-contact .form-block .form-box .agree-area .check-box label .checkbox-inn {
    display: inline-block;
    text-align: left;
    font-size: 16px;
  }
  .p-contact .form-block .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
    margin-top: 25px;
  }
  .p-contact .form-block .btn-box .btn + .btn > .c-btn01 {
    margin-top: 20px;
  }
  .p-contact .form-block .btn-box .c-btn01 {
    width: 100%;
    margin-top: 0;
  }
  .p-contact .confirm-area td {
    width: 100%;
  }
  .p-contact .confirm-area .address {
    width: 30%;
  }
  .c-title01.thanks {
    font-size: 26px;
  }
}
@media (min-width: 641px) and (max-width: 1200px) {
  .c-header .c-header-bottom .motif img {
    width: 130px;
  }
}
@media (min-width: 641px) {
  .p-home .mv-block .mv-text-box {
    margin: 0 0 0 150px;
    top: 50px;
    padding-left: 60px;
  }
  .p-home .mv-block .mv-text-box .cat {
    width: 70px;
  }
  .p-home .mv-block .mv-text {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .p-home .mv-block .mv-text-box {
    top: 45px;
    top: 45.5882352941vw;
    left: 60px;
    left: 46.1176470588vw;
  }
}
@media (min-width: 641px) and (max-width: 1240px) {
  .p-home .tv-block02 .tv-title {
    font-size: 14px;
  }
  .p-home .primise02-block .box01-list-item .text {
    font-size: 14px;
  }
}
@media (min-width: 641px) and (max-width: 1250px) {
  .p-home .point-block .point-block-title {
    margin-bottom: 90px;
  }
  .p-home .point-block .point-list-item + .point-list-item {
    margin-top: 100px;
  }
  .p-home .primise02-block .box01 .box01-title {
    margin: 0 auto;
    width: 500px;
  }
}
@media (min-width: 641px) and (max-width: 1290px) {
  .p-home .message-block .message-box-wrap {
    padding: 40px;
  }
  .p-home .message01-box img {
    height: 180px;
  }
  .p-home .message02-box .img-box img:first-child {
    height: 200px;
  }
  .p-home .message02-box .img-box img:nth-child(2) {
    height: 120px;
  }
  .p-home .staff-block01 .staff-list .staff:nth-child(3) {
    left: calc(50% - 30px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 641px) and (max-width: 1170px) {
  .p-home .message01-box img {
    height: 120px;
  }
}
@media (min-width: 641px) and (max-width: 1450px) {
  .p-home .price-block .c-list04-item:nth-child(2)::before {
    right: 0;
  }
  .p-home .price-block .c-list04-item:nth-child(3)::before {
    left: 0;
  }
}
@media (min-width: 641px) and (max-width: 1230px) {
  .p-home .price-block .c-list04-item:nth-child(2)::before {
    width: 130px;
    height: 139.1px;
  }
}
@media only screen and (min-width: 641px) and (min-width: 641px) and (max-width: 1670px) {
  .p-home .promise-block .promise-block-list::before {
    content: none;
  }
}
@media (min-width: 641px) and (max-width: 1210px) {
  .p-home .staff-block02 .staff-list .staff:nth-child(4) {
    left: calc(800 / 1130 * 100%);
  }
}
@media (min-width: 641px) and (max-width: 1430px) {
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(3) .text-box {
    width: calc(550 / 1163 * 100%);
  }
  .p-home .technology02-block .technology02-block-list .list-item:nth-child(3) .people-img-wrap {
    right: 0;
  }
}
@media (min-width: 641px) and (max-width: 1300px) {
  .p-home .technology02-block .technology02-block-list .text-box {
    width: 550px;
  }
}
@media (min-width: 641px) and (max-width: 1280px) {
  .p-home .repair-block .text-box .text {
    font-size: 20px;
  }
  .p-home .repair-block .text-box .text .u-orange {
    font-size: 24px;
  }
  .p-home .trouble03-block .trouble03-list .list-item {
    width: 130px;
    height: 130px;
  }
  .p-home .trouble03-block .trouble03-list .list-item img {
    width: 30%;
    height: auto;
  }
  .p-home .trouble03-block .trouble03-list .list-item-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) {
  .p-home .note02-block .note02-block-list::before {
    right: calc(100% + 30px);
    top: 30px;
    left: auto !important;
  }
  .p-home .note02-block .note02-block-list::after {
    left: calc(100% + 30px);
    bottom: -30px;
    right: auto !important;
  }
}
@media only screen and (min-width: 1400px) {
  .p-home .note02-block .note02-block-list::before {
    left: -100px;
  }
}
@media only screen and (min-width: 641px) and (min-width: 1260px) {
  .p-home .note02-block .note02-block-list .list-item:nth-child(2) .text-wrap {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p-home .note02-block .note02-block-list .list-item:nth-child(2) .title img {
    width: 804px;
  }
  .p-home .note02-block .note02-block-list .list-item:nth-child(2) .text-box {
    width: 804px;
  }
}
.c-head03__head {
  margin: 20px 0 10px;
  font-size: 22px;
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.contents_wrap tr td .list-1 {
  width: 12%;
}
.contents_wrap tr td .list-2 {
  width: 19%;
}
.contents_wrap tr td .list-3 {
  width: 31%;
}
.contents_wrap tbody tr td {
  font-size: 14px;
  padding: 10px;
  border: #bdd8ec solid 1px;
}
.contents_wrap tr td {
  vertical-align: top;
}
.contents_wrap tr td .keyword_price {
  vertical-align: middle;
  text-align: center;
}
.contents_wrap tr th {
  background: #e3007f;
  color: #fff;
  padding: 1%;
  border: #bdd8ec solid 1px;
}
.content_contact .lead {
  margin: 30px 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.content_contact .box {
  background: #fff;
  padding: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.form_item {
  margin-bottom: 20px;
}
.form_item .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  border-left: 5px solid #e3007f;
  margin-bottom: 10px;
  padding: 2px 0 2px 8px;
}
.form_item.required .ttl span {
  position: relative;
}
.form_item.required .ttl span:after {
  background: #ed1c24;
  content: '必須';
  color: #fff;
  display: inline-block;
  padding: 2px 15px;
  margin-left: 10px;
  vertical-align: bottom;
}
.form_item .subttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2px;
}
.form_item .col2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.form_item .col2 .col {
  width: 48%;
}
.form_item .agree_txt {
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px;
  height: 100px;
  overflow-y: scroll;
}
.form_item .agree_btn {
  display: flex;
  align-items: flex-start;
}
.form_item .agree_btn .required {
  background: #ed1c24;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 1px 10px 3px;
  margin: 1px 0 0 10px;
  text-align: center;
  width: 48px;
}
.form_item .agree_btn .checkarea {
  flex: 1;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .company-list dt:nth-child(n+3), .company-list dd:nth-child(n+3) {
    margin-top: .7rem;
  }
}
@media screen and (max-width: 767px) {
  .company-list {
    display: block;
    width: 100%;
  }
  .company-list dt {
    font-size: 1.5rem;
    padding: 1.2rem 1.5rem;
    width: 100%;
  }
  .company-list dd {
    font-size: 1.3rem;
    padding: 1.2rem 1.5rem;
    width: 100%;
  }
  .company-list dt:nth-child(n+2) {
    margin-top: .7rem;
  }
  .company-list dd p {
    font-size: 1.3rem;
  }
}
/*ios reset*/
input[type="text"], input[type="email"], input[type="tel"], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"], input[type="radio"] {
  visibility: hidden;
  width: 1px;
  position: absolute;
}
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
/*original*/
input[type="text"], input[type="email"], input[type="tel"], button, textarea {
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  font-size: 1.3rem;
  padding: 10px;
  width: 100%;
}
textarea {
  height: 100px;
}
.form_item .agree_btn .checkarea label {
  cursor: pointer;
}
.form_item .agree_btn .checkarea span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 2px 0 0 22px;
  position: relative;
}
.form_item .agree_btn .checkarea span:before {
  border: 1px solid #b3b3b3;
  content: '';
  display: block;
  background: #fff;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}
.form_item .agree_btn .checkarea span:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: '';
  display: none;
  height: 5px;
  width: 10px;
  position: absolute;
  left: 3px;
  top: 7px;
  transform: rotate(125deg);
}
.form_item .agree_btn .checkarea input:checked + span:after {
  display: block;
}
.content_contact .btnwrap {
  padding: 30px 0;
  text-align: center;
}
.content_contact .btnwrap .submit {
  color: #fff;
  display: block;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  background: url(../img/contact/btn_form.png);
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 8px 0 10px;
  height: 74px;
  width: 100%;
  max-width: 337px;
  transition: 0.3s;
  background-color: #ff5722;
}
.content_contact .btnwrap .submit:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .content_contact .lead {
    margin: 20px 0;
    font-size: 1.4rem;
  }
  .content_contact .box {
    padding: 20px 5% 1px;
  }
  .form_item.required .ttl span:after {
    font-size: 1.1rem;
    padding: 2px 12px 3px;
  }
}
/*確認画面*/
.content_contact.confirm {
  margin: 30px 0 0;
}
.content_contact.confirm .btnwrap .revise {
  border: none;
  color: #fff;
  display: block;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  background: url(../images/contact/btn_revice.png);
  background-size: 100% 100%;
  margin: 0 auto 10px;
  padding: 4px 0 10px;
  height: 74px;
  text-decoration: none;
  width: 100%;
  max-width: 337px;
  transition: 0.3s;
}
/*完了画面*/
.content_contact.thanks .lead {
  font-size: 1.6rem;
}
.content_contact.thanks .btnwrap {
  padding-top: 10px;
}
.content_contact.thanks .btnwrap .back {
  color: #fff;
  display: block;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
  background: url(../img/contact/btn_back.png);
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 18px 0 10px;
  height: 74px;
  text-decoration: none;
  width: 100%;
  max-width: 337px;
  transition: 0.3s;
}
.content_contact.thanks .btnwrap .back:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .content_contact.thanks .lead {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .pcview {
    display: none;
  }
  
  .cvFloatActive {
	padding: 10px 3.3vw 10px 3.0vw;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	position: fixed;
    bottom: 0px;
    z-index: 1000;
	display:block !important;
}
#cv-btn-fixed.cvFloatArea01 .p01 {
	font-size: 3.2vw;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 8px;
	
}
#cv-btn-fixed.cvFloatArea01 .p01 span {
	font-size: 4.2vw;
}
#cv-btn-fixed.cvFloatArea01 .p01 span.s02 {
	font-size: 3.2vw;
}

.floatBtnFlex01 {
	display: flex;
	justify-content: space-between;
}
.floatBtnFlex01 .btn01 {
	width: 79%;
	margin-right: 0px;
	display: block;
}
.floatBtnFlex01 .btn02 {
	width: 17%;
}

/*--------*/

.cvFloatAreaIn01 {
	width: auto;
	margin: auto;
	display: block;
}
.cvFloatAreaIn01 .p01 {
	white-space: nowrap;
}

/*-------------------*/

.cvFukiText02 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 80%;
	height: 30px;
	padding: 3px 5px 3px 5px;
	background-color: #000000;
	border-radius: 100px;
	position: absolute !important;
	left: 10%;
	margin-left: 0px;
	top: -30px;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
}
.cvFukiText02::before {
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 24px 8px 0 8px;
border-color: #000000 transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
}
.cvFukiText02 p {
	position: relative;
	z-index: 1;
	padding: 6px 0px 5px 0px;
}

#cv-btn-fixed .cvFukiText02 .s01 {
	font-size: 16px;
}
#cv-btn-fixed .cvFukiText02 .s02 {
	font-size: 20px;
}
}
@media screen and (min-width: 641px) {
  .spview {
    display: none;
  }
  #cv-btn-fixed.cvFloatArea01 {
	padding: 10px 3.3vw 10px 3.0vw;
	background-color: rgba(21, 157, 0, 0.9);
	color: #fff;
	text-align: center;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: -130px;
	z-index: 30;
	transition-duration: 0.3s;
}
#cv-btn-fixed.cvFloatArea01.cvFloatActive {
	bottom: 0px !important;
	transition-duration: 0.3s !importat;
}

#cv-btn-fixed.cvFloatArea01 .p01 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0px;
}
#cv-btn-fixed.cvFloatArea01 .p01 span {
	font-size: 32px;
}
#cv-btn-fixed.cvFloatArea01 .p01 span.s02 {
	font-size: 30px;
}

.floatBtnFlex01 {
	display: flex;
	justify-content: space-between;
}
.floatBtnFlex01 .btn01 {
	width: 540px;
	margin-right: 35px;
	display: flex;
	align-items: center;
}
.floatBtnFlex01 .btn02 {
	width: 87px;
}

/*--------*/

.cvFloatAreaIn01 {
	width: 1060px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cvFloatAreaIn01 .p01 {
	white-space: nowrap;
}

/*-------------------*/

.cvFukiText02 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 430px;
	height: 40px;
	padding: 3px 5px 3px 5px;
	background-color: #000000;
	border-radius: 100px;
	position: absolute !important;
	left: 50%;
	margin-left: -100px;
	top: -33px;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
}
.cvFukiText02::before {
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 24px 8px 0 8px;
border-color: #000000 transparent transparent transparent;
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -8px;
}
.cvFukiText02 p {
	position: relative;
	z-index: 1;
	padding: 6px 0px 5px 0px;
}

#cv-btn-fixed .cvFukiText02 .s01 {
	font-size: 20px;
}
#cv-btn-fixed .cvFukiText02 .s02 {
	font-size: 25px;
}
  
}
.max-width10{
max-width:10%;}
.max-width20{
max-width:20%;}
.max-width30{
max-width:30%;}
.max-width40{
max-width:40%;}
.max-width50{
max-width:50%;}
.max-width60{
max-width:60%;}
.max-width70{
max-width:70%;}
.max-width80{
max-width:80%;}
.max-width90{
max-width:90%;}
.max-width100{
max-width:100%;}
@media only screen and (max-width: 641px) {
.only-pc{
display:none;}
}
@media only screen and (min-width: 641px) {
.only-sp{
display:none;}
}
.h2add{
    font-size: 18px;
    color: azure;
    line-height: 4em;}
@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .head_person {
    width: 225px;
    position: absolute;
    right: 60px;
    top: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .head_person {
    width: 185px;
    position: absolute;
    right: 60px;
    top: 9px;
  }
}