/****************

master.cssは編集不可！！
LESSファイルを編集すること！

****************/
/*bootstrapの設定を読み込み*/
/*Font*/
@import url(//use.fontawesome.com/releases/v6.0.0/css/all.css);
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFE8j75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFLgk75s.ttf) format('truetype');
}
body {
  position: relative;
  font-family: "interstate-mono", "biz-udgothic", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 80%;
  background-color: #377DC6;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  body {
    font-size: 100%;
  }
}
html {
  height: 100%;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  padding: 0;
  margin: 0;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #eeeeee;
}
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}
.text-xxl {
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .text-xxl {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .text-xxl {
    font-size: 2.5rem;
  }
}
.text-xl {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .text-xl {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .text-xl {
    font-size: 2rem;
  }
}
.text-l {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .text-l {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .text-l {
    font-size: 1.5rem;
  }
}
.text-m {
  font-size: .75rem;
}
@media (min-width: 992px) {
  .text-m {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .text-m {
    font-size: 1.25rem;
  }
}
.text-s {
  font-size: .625rem;
}
@media (min-width: 992px) {
  .text-s {
    font-size: .75rem;
  }
}
@media (min-width: 1200px) {
  .text-s {
    font-size: .875rem;
  }
}
.text-orange {
  color: #EC9301;
}
.text-white {
  color: #fff;
}
.text-blue {
  color: #EC9301;
}
.text-bold {
  font-weight: 600;
}
span.yellow {
  color: #F5DA06;
}
a {
  color: #1C1C1C;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.last {
  margin-right: 0px !important;
}
.t_first {
  margin-top: 0px !important;
}
p {
  margin-top: 0;
  line-height: 200%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
@media screen and (min-width: 992px), print {
  .sp-only {
    display: none !important;
  }
  .u-content-inner {
    width: 1126px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 576px), print {
  .phone-only {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .tablet-upper {
    display: none !important;
  }
}
.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.m_over:hover {
  opacity: 0.6;
  -webkit-transition: all 1s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 1s ease-out;
  /* FF4+ */
  -ms-transition: all 1s ease-out;
  /* IE10? */
  -o-transition: all 1s ease-out;
  /* Opera 10.5+ */
  transition: all 1s ease-out;
  /*filter: alpha(opacity=80);*/
}
.m_over_inverse:hover {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 1s ease-out;
  /* FF4+ */
  -ms-transition: all 1s ease-out;
  /* IE10? */
  -o-transition: all 1s ease-out;
  /* Opera 10.5+ */
  transition: all 1s ease-out;
  /*filter: alpha(opacity=80);*/
  /*filter: alpha(opacity=80);*/
}
.pt-6 {
  padding-top: 3rem;
}
@media (min-width: 1200px) {
  .pt-6 {
    padding-top: 5rem;
  }
}
.mb-6 {
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .mb-6 {
    margin-bottom: 5rem;
  }
}
/*ヘッダー*/
.g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
.g-nav-logo {
  width: 180px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.g-nav-logo img {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-nav__logo a {
  display: block;
}
.g-nav-btn {
  font-size: 16px;
  letter-spacing: 0.1em;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.g-nav-btn::after {
  content: "";
  width: 24px;
  height: 6px;
  -webkit-transform: skew(45deg) translate(0, -0.6vw);
  transform: skew(45deg) translate(0, -0.6vw);
  margin-left: 4px;
}
.u-btn-l,
.u-btn-r {
  width: 100%;
  height: 50px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
}
.u-btn-l {
  background: #377DC6;
}
.u-btn-r {
  background: #272727;
}
.g-nav-inner {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .g-nav-inner {
    padding-top: 50px;
  }
}
.g-nav.panelactive {
  opacity: 1;
  z-index: 200;
}
.gnav-logo {
  width: 163px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (min-width: 768px), print {
  .gnav-logo {
    width: 234px;
    left: 39px;
    top: 35px;
  }
}
.g-nav-list__wrap {
  padding: 30px 30px 50px 30px;
  position: relative;
}
.g-nav-list ul {
  font-size: 1rem;
  letter-spacing: 0.12em;
  margin-top: 20px;
  font-weight: bold;
  padding-left: 0;
  list-style-type: none;
  position: relative;
}
.g-nav-list ul li {
  position: relative;
}
.g-nav-list ul a,
.g-nav-list ul .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 20px 0;
}
.g-nav-list ul li::before,
.g-nav-list ul li::after {
  content: "";
  position: absolute;
  display: inline-block;
}
.g-nav-list ul li::before {
  border-top: 1px dotted #377DC6;
  width: 100%;
  height: 7px;
  bottom: 0;
  left: 0;
}
.g-nav-list ul li::after {
  content: '>';
  color: #377DC6;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-nav-list ul .g-nav-sub {
  letter-spacing: 0.12em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 20px 10px;
}
.g-nav-list ul .g-nav-sub__item {
  width: 100%;
  position: relative;
  padding-left: 16px;
  line-height: 20px;
  margin-top: 20px;
}
.g-nav-list ul .g-nav-sub__item a {
  padding: 0;
}
.g-nav-list ul .g-nav-sub__item:first-child {
  margin-top: 0px;
}
.g-nav-list ul .g-nav-sub__item::before {
  content: "";
  border-top: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #377DC6;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  bottom: initial;
  top: 8px;
  left: -5px;
}
.g-nav-list ul .parent::after,
.g-nav-list ul .g-nav-sub__item::after {
  display: none;
}
.g-nav-btn-close {
  cursor: pointer;
  margin: 45px 25px 20px 25px;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-bottom: solid 2px #000;
  background: #fff;
}
.g-nav-btn-close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 50px;
}
.g-nav-btn-close span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  -webkit-transform: translate(-14px, 18px);
  transform: translate(-14px, 18px);
}
.g-nav.panelactive .g-nav-inner {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gnav__btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  padding: 0;
  border: 0;
  background: transparent;
}
@media screen and (min-width: 768px), print {
  .gnav__btn {
    top: 20px;
    right: 20px;
  }
}
.btn-trigger {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px), print {
  .btn-trigger {
    width: 64px;
    height: 64px;
  }
}
.btn-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: #377DC6;
  width: 26px;
}
.btn-line::before,
.btn-line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-line::before {
  top: -10px;
}
.btn-line::after {
  top: 10px;
}
.btn-trigger.active .btn-line {
  background-color: transparent;
}
.btn-trigger.active .btn-line::before,
.btn-trigger.active .btn-line::after {
  top: 0;
  background-color: #377DC6;
}
.btn-trigger.active .btn-line::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-trigger.active .btn-line::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hidden-text {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.l-wrapper.gnav-open {
  overflow: hidden !important;
}
.g-nav-list__item.parent::after {
  display: none;
}
.g-nav-list-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 74%;
  margin: 40px auto 0;
}
.g-nav-list-second .ico-ig {
  width: 28px;
}
.g-nav-list-second__item {
  font-size: 13px;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.g-nav-list__item:last-of-type::before {
  display: none;
}
.g-nav-btn-close {
  position: relative;
}
.g-nav-btn-close .close-btn-ico {
  position: absolute;
}
.g-nav-btn-close .btn-line-wrapper {
  background: none;
  height: 50px;
  width: 50px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.g-nav-btn-close .btn-line-wrapper span {
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 3px;
  border-radius: 4px;
  background-color: #000;
  width: 22px;
}
.g-nav-btn-close .btn-line-wrapper span:first-of-type {
  top: 16px;
  -webkit-transform: translate(-10px, 8px) rotate(-45deg);
  transform: translate(-10px, 8px) rotate(-45deg);
}
.g-nav-btn-close .btn-line-wrapper span:nth-of-type(2) {
  -webkit-transform: translate(-10px, -6px) rotate(45deg);
  transform: translate(-10px, -6px) rotate(45deg);
  top: 30px;
}
_::-webkit-full-page-media,
_:future,
:root .g-nav-inner {
  padding-bottom: 100px;
}
.sp-l {
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #33365F;
  background: #E5ECF7;
  width: 100%;
  height: 70px;
  display: grid;
  place-items: center;
  padding: 10px;
  z-index: 21;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sp-l span {
  width: 100%;
  font-size: clamp(0.75rem, 1vw, 1rem);
  letter-spacing: 0.12em;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
.sp-r {
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #fff;
  background: #33365F;
  width: 100%;
  height: 70px;
  display: grid;
  place-items: center;
  padding: 10px;
  z-index: 21;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sp-r span {
  font-size: .625rem;
  letter-spacing: 0.12em;
}
.page-header {
  position: relative;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  height: clamp(40px, 6vw, 60px);
}
@media (min-width: 1200px) {
  .page-header {
    width: 100%;
    height: clamp(80px, 6vw, 100px);
  }
}
.page-header .header-logo {
  width: 135px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
@media (min-width: 768px) {
  .page-header .header-logo {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .page-header .header-logo {
    width: 220px;
    height: clamp(80px, 6vw, 100px);
  }
}
@media (min-width: 1600px) {
  .page-header .header-logo {
    width: 260px;
  }
}
.page-header .header-logo img {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-header .header-logo:hover a {
  opacity: .6;
}
.header-contact-btn {
  position: fixed;
  top: 20px;
  right: 0;
  width: 150px;
  height: 70px;
  text-align: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #377DC6!important;
  z-index: 2;
}
.header-contact-btn i {
  font-size: 170%;
}
.header-contact-btn:hover {
  color: #272727!important;
}
.page-header-left,
.page-header-right {
  background-image: url(../images/common/header/circle.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
}
.page-header-left {
  width: 165px;
  height: 165px;
  top: -70px;
  left: -20px;
}
@media (min-width: 768px) {
  .page-header-left {
    width: 320px;
    height: 320px;
    top: -180px;
    left: -80px;
  }
}
@media (min-width: 1600px) {
  .page-header-left {
    width: 420px;
    height: 420px;
    top: -220px;
    left: -105px;
  }
}
.page-header-right {
  width: 130px;
  height: 130px;
  top: -60px;
  right: -50px;
  position: fixed;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-header-right {
    width: 200px;
    height: 200px;
    top: -80px;
    right: -80px;
  }
}
@media (min-width: 1200px) {
  .page-header-right {
    width: 280px;
    height: 280px;
    top: -150px;
    right: -105px;
  }
}
.g-nav-pc-menu {
  width: fit-content;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .875rem;
  letter-spacing: 0.12em;
  z-index: 999;
  position: absolute;
  top: 0;
  right: 20%;
  margin-bottom: 0;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 10px 10px;
}
@media (min-width: 1900px) {
  .g-nav-pc-menu {
    font-size: 1rem;
    padding: 0 90px;
  }
}
.g-nav-pc-menu .g-nav-pc-menu-item {
  position: relative;
  list-style: none;
  display: grid;
  place-items: center;
  padding: 0 5px;
}
@media (min-width: 1500px) {
  .g-nav-pc-menu .g-nav-pc-menu-item {
    padding: 0 10px;
  }
}
.g-nav-pc-menu .g-nav-pc-menu-item a {
  color: #272727;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.g-nav-pc-menu .g-nav-pc-menu-item a:hover {
  opacity: .6;
}
.g-nav-pc-menu .has-sub {
  color: #fff;
  position: relative;
  cursor: pointer;
}
.g-nav-pc-menu .sub {
  overflow: hidden;
  min-height: 0;
  height: 0;
  z-index: 99;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 10px 0;
}
.g-nav-pc-menu .sub-item {
  font-size: 90%;
  position: relative;
  padding: 0 10px;
  margin-top: 10px;
}
.g-nav-pc-menu .sub-item a {
  color: #1C1C1C!important;
}
.g-nav-pc-menu .sub-item::before {
  content: "";
  background: #D3A348;
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-nav-pc-menu .sub-item:hover::before {
  opacity: 1;
  left: -16px;
}
.g-nav-pc-menu .sub.active {
  min-height: 170px;
  padding-bottom: 10px;
}
.scroll {
  position: fixed;
  top: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
@media (min-width: 1200px) {
  .scroll {
    height: clamp(60px, 6vw, 70px);
  }
}
.scroll .g-nav-pc-menu {
  background-color: transparent;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .scroll .header-logo {
    height: clamp(60px, 6vw, 70px);
  }
}
.wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
/*トップページ*/
#mainv {
  position: relative;
  background: url(../images/mainv/mainv-bg.svg) center top no-repeat;
  background-size: 360%;
  margin-top: -30%;
  height: 100%;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  #mainv {
    margin-top: -15%;
    background-size: 120%;
    background-position-x: center;
    padding-bottom: 60px;
  }
}
#mainv .catchcopy {
  display: block;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
}
@media (min-width: 992px) {
  #mainv .catchcopy {
    padding-top: 15%;
  }
}
#mainv .flex-mainv-beforeafter {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#mainv .flex-mainv-beforeafter > div {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  #mainv .flex-mainv-beforeafter > div {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
#mainv .flex-mainv-beforeafter > div img {
  border: 5px solid #272727;
}
@media (min-width: 768px) {
  #mainv .flex-mainv-beforeafter > div img {
    border: 8px solid #272727;
  }
}
#mainv .flex-mainv-beforeafter > div:nth-child(2) {
  width: 100%;
  padding: 15px 2px;
}
@media (min-width: 768px) {
  #mainv .flex-mainv-beforeafter > div:nth-child(2) {
    width: 60px;
    padding: 100px 5px;
  }
}
#mainv .flex-mainv-beforeafter > div:nth-child(2) img {
  border: none;
  display: block;
  width: 30px;
  margin: auto;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  #mainv .flex-mainv-beforeafter > div:nth-child(2) img {
    width: 50%;
    transform: initial;
  }
}
#mainv .flex-mainv-beforeafter > div:first-child:after,
#mainv .flex-mainv-beforeafter > div:last-child:after {
  content: "";
  width: 40%;
  height: 40%;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 4px;
}
@media (min-width: 768px) {
  #mainv .flex-mainv-beforeafter > div:first-child:after,
  #mainv .flex-mainv-beforeafter > div:last-child:after {
    top: 7px;
    left: 7px;
  }
}
#mainv .flex-mainv-beforeafter > div:first-child:after {
  background-image: url(../images/page/case/wrap-before.svg);
}
#mainv .flex-mainv-beforeafter > div:last-child:after {
  background-image: url(../images/page/case/wrap-after.svg);
}
#mainv .mainvisual-sp {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  #mainv .mainvisual-sp {
    display: none;
  }
}
#mainv .phone-box {
  display: none;
}
@media (min-width: 992px) {
  #mainv .phone-box {
    width: fit-content;
    position: absolute;
    top: 150px;
    right: 15%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    color: #000;
    padding: 10px 0;
    box-shadow: 10px 10px;
    zoom: 70%;
  }
  #mainv .phone-box p {
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
  }
}
@media (min-width: 992px) and (min-width: 1900px) {
  #mainv .phone-box {
    top: 110px;
    zoom: 100%;
  }
}
#mainv .phone-box > div:first-child {
  width: fit-content;
  padding-left: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1500px) {
  #mainv .phone-box > div:first-child {
    font-size: 1.5rem;
  }
}
#mainv .phone-box > div:first-child img {
  height: 25px;
  margin-left: 10px;
}
#mainv .phone-box > div:last-child {
  width: fit-content;
  padding: 0 20px;
  font-size: .875rem;
}
@media (min-width: 1500px) {
  #mainv .phone-box > div:last-child {
    font-size: 1rem;
  }
}
#mainv .phone-box > div:last-child p {
  line-height: 1.6;
}
#mainv .bnr-img {
  display: block;
  width: 140px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (min-width: 992px) {
  #mainv .bnr-img {
    bottom: 160px;
    right: 30px;
    width: 15%;
  }
}
.top-h2 {
  font-size: clamp(1.75rem, 3.5vw, 1.875rem);
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .top-h2 {
    font-size: clamp(1.875rem, 1vw, 2.25rem);
    line-height: 60px;
    margin-bottom: 60px;
  }
}
.more-btn {
  position: relative;
  width: fit-content;
  color: #272727;
  height: 50px;
  letter-spacing: 1px;
  display: grid;
  overflow: hidden;
  place-items: center;
  border: 3px solid #272727;
  background-color: #F5DA06;
  z-index: 1;
  padding: 0 15px;
  border-radius: 25px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .more-btn {
    height: 60px;
    font-size: 1.125rem;
    padding: 0 25px;
    border-radius: 30px;
  }
}
.more-btn span {
  color: #272727;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.more-btn:hover {
  text-decoration: none;
  background: #272727;
}
.more-btn:hover span {
  color: #F5DA06;
}
.mr-30 {
  margin-right: 35px;
}
@media (min-width: 992px) {
  .mr-30 {
    margin-right: 40px;
  }
}
span.yellow-border {
  background: -moz-linear-gradient(top, transparent 0%, transparent 60%, #F5DA06 60%, #F5DA06 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #F5DA06 60%, #F5DA06 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #F5DA06 60%, #F5DA06 100%);
}
img.w-100 {
  width: 100% !important;
}
.img_left {
  width: 50%;
  display: inline;
  float: left;
  margin: 0 .625rem 0 0;
}
.img_right {
  width: 50%;
  display: inline;
  float: right;
  margin: 0 0 0 .625rem;
}
/*外壁洗浄について*/
.wallcleaning-section {
  padding: 2.5rem .625rem 10% .625rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .wallcleaning-section {
    padding: 6rem 1.25rem 25% 1.25rem;
  }
}
.wallcleaning-section .flex-top-first {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .wallcleaning-section .flex-top-first {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
@media (min-width: 1900px) {
  .wallcleaning-section .flex-top-first {
    max-width: 1575px;
  }
}
.wallcleaning-section .flex-top-first > div {
  width: 100%;
  font-size: 120%;
  color: #ffffff;
}
@media (min-width: 992px) {
  .wallcleaning-section .flex-top-first > div {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    font-size: 110%;
  }
}
@media (min-width: 1900) {
  .wallcleaning-section .flex-top-first > div {
    font-size: 120%;
  }
}
.wallcleaning-section .flex-top-first > div .sub {
  font-size: 1.125rem;
  line-height: 2;
  color: #377DC6;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .wallcleaning-section .flex-top-first > div .sub {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  .wallcleaning-section .flex-top-first > div .sub {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1900) {
  .wallcleaning-section .flex-top-first > div .sub {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
.wallcleaning-section .flex-top-first > div .sub span {
  padding: 5px 10px;
  background-color: #fff;
  box-shadow: 10px 10px #000;
}
.wallcleaning-section .flex-top-first > div:last-child {
  position: relative;
}
.wallcleaning-section .flex-top-first > div:last-child .flex-inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  justify-content: space-between;
}
.wallcleaning-section .flex-top-first > div:last-child .flex-inner > div {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  position: relative;
  margin-bottom: 20px;
  border: 3px solid #272727;
}
@media (min-width: 992px) {
  .wallcleaning-section .flex-top-first > div:last-child .flex-inner > div {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    border: 5px solid #272727;
    margin-bottom: 40px;
  }
}
.wallcleaning-section .flex-top-first > div:last-child .flex-inner > div .inner-sub {
  display: grid;
  place-items: center;
  width: 70px;
  height: 20px;
  font-size: .625rem;
  color: #377DC6;
  background-color: #F5DA06;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .wallcleaning-section .flex-top-first > div:last-child .flex-inner > div .inner-sub {
    width: 100px;
    height: 30px;
    font-size: .875rem;
  }
}
.wallcleaning-section .flex-top-first > div:last-child .flex-inner > div img {
  width: 100%;
  object-fit: cover;
}
.wallcleaning-section .flex-top-first > div:last-child:after {
  content: "";
  background-image: url(../images/top/concept-bubble.webp);
  width: 110%;
  height: 34%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -20px;
  right: -15px;
  z-index: 1;
}
@media (min-width: 992px) {
  .wallcleaning-section .flex-top-first > div:last-child:after {
    bottom: -30px;
    right: -30px;
  }
}
.wallcleaning-section .meritbox {
  padding-top: 50px;
  padding-bottom: 90px;
  background-color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox {
    padding-top: 90px;
    padding-bottom: 280px;
    max-width: 1575px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wallcleaning-section .meritbox .merit-bubble {
  position: absolute;
  top: -20px;
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox .merit-bubble {
    top: -24px;
    left: -webkit-calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
  }
}
.wallcleaning-section .meritbox .sub {
  font-size: 150%;
  color: #377DC6;
  text-align: center;
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox .sub {
    font-size: 200%;
  }
}
.wallcleaning-section .meritbox .merit {
  font-size: 300%;
  color: #377DC6;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox .merit {
    font-size: 400%;
    margin-bottom: 50px;
  }
}
.wallcleaning-section .meritbox .merit .border-left,
.wallcleaning-section .meritbox .merit .border-right {
  padding: 3px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox .merit .border-left,
  .wallcleaning-section .meritbox .merit .border-right {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
  }
}
.wallcleaning-section .meritbox .merit .border-left {
  border-left: 3px solid #000;
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox .merit .border-left {
    border-left: 5px solid #000;
  }
}
.wallcleaning-section .meritbox .merit .border-right {
  border-right: 3px solid #000;
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox .merit .border-right {
    border-right: 5px solid #000;
  }
}
.wallcleaning-section .meritbox .merit .border-normal {
  padding: 3px;
  border: 3px solid #000;
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox .merit .border-normal {
    border: 5px solid #000;
  }
}
.wallcleaning-section .meritbox .flex-top-merit {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox .flex-top-merit {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.wallcleaning-section .meritbox .flex-top-merit > div:first-child {
  width: 60px;
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox .flex-top-merit > div:first-child {
    width: 140px;
  }
}
.wallcleaning-section .meritbox .flex-top-merit > div:last-child {
  width: 50px;
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox .flex-top-merit > div:last-child {
    width: 120px;
  }
}
.wallcleaning-section .meritbox .flex-top-merit > div:nth-child(2) {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox .flex-top-merit > div:nth-child(2) {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .wallcleaning-section .meritbox .flex-top-merit > div:nth-child(2) {
    padding-left: 60px;
  }
}
.wallcleaning-section .meritbox .flex-top-merit > div:nth-child(2) p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox .flex-top-merit > div:nth-child(2) p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .wallcleaning-section .meritbox .flex-top-merit > div:nth-child(2) p {
    font-size: 2rem;
  }
}
.wallcleaning-section .meritbox:before {
  content: '';
  width: 120px;
  height: 60px;
  border-bottom-left-radius: 50% 0px;
  border-bottom-right-radius: 50% 0px;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  background-color: #fff;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  position: absolute;
  top: -50px;
  left: -webkit-calc(50% - 60px);
  left: calc(50% - 60px);
  z-index: -1;
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox:before {
    width: 170px;
    height: 85px;
    border-top: 9px solid #000;
    border-left: 9px solid #000;
    border-right: 9px solid #000;
    top: -65px;
    left: -webkit-calc(50% - 85px);
    left: calc(50% - 85px);
  }
}
.wallcleaning-section .meritbox:after {
  content: '';
  border: 4px solid #000;
  position: absolute;
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  z-index: -2;
}
@media (min-width: 992px) {
  .wallcleaning-section .meritbox:after {
    border: 9px solid #000;
    top: -9px;
    left: -9px;
    bottom: -9px;
    right: -9px;
  }
}
.wallcleaning-section .flex-top-beforeafter {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -90px;
  position: relative;
}
@media (min-width: 992px) {
  .wallcleaning-section .flex-top-beforeafter {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1140px;
    margin-top: -260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wallcleaning-section .flex-top-beforeafter > div {
  position: relative;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}
@media (min-width: 992px) {
  .wallcleaning-section .flex-top-beforeafter > div {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
.wallcleaning-section .flex-top-beforeafter > div img {
  border: 5px solid #272727;
}
@media (min-width: 768px) {
  .wallcleaning-section .flex-top-beforeafter > div img {
    border: 8px solid #272727;
  }
}
.wallcleaning-section .flex-top-beforeafter > div:nth-child(2) {
  width: 20px;
  padding: 15px 2px;
}
@media (min-width: 992px) {
  .wallcleaning-section .flex-top-beforeafter > div:nth-child(2) {
    width: 60px;
    padding: 100px 5px;
  }
}
.wallcleaning-section .flex-top-beforeafter > div:nth-child(2) img {
  border: none;
}
.wallcleaning-section .flex-top-beforeafter > div:first-child:after,
.wallcleaning-section .flex-top-beforeafter > div:last-child:after {
  content: "";
  width: 40%;
  height: 40%;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 4px;
}
@media (min-width: 768px) {
  .wallcleaning-section .flex-top-beforeafter > div:first-child:after,
  .wallcleaning-section .flex-top-beforeafter > div:last-child:after {
    top: 7px;
    left: 7px;
  }
}
.wallcleaning-section .flex-top-beforeafter > div:first-child:after {
  background-image: url(../images/page/case/wrap-before.svg);
}
.wallcleaning-section .flex-top-beforeafter > div:last-child:after {
  background-image: url(../images/page/case/wrap-after.svg);
}
.wallcleaning-section:after {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 50.25987525987526%;
  background-image: url(../images/top/bubble-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*料金について・よくある質問*/
.price-faq-section {
  padding: 3.75rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .price-faq-section {
    padding: 6.25rem 0;
  }
}
.price-faq-section h2 {
  color: #fff;
}
.price-faq-section .top-wash-box {
  width: 100%;
  background-color: #fff;
  border: 4px solid #000;
  padding: 25px 30px;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .price-faq-section .top-wash-box {
    border: 9px solid #000;
    padding: 35px 10%;
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.price-faq-section .top-wash-box h2 {
  color: #1C1C1C;
}
.price-faq-section .top-wash-box .wash-point {
  width: 100%;
}
@media (min-width: 992px) {
  .price-faq-section .top-wash-box .wash-point {
    width: 60%;
  }
}
.price-faq-section .top-wash-box ul {
  max-width: 740px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  justify-content: center;
  margin: auto;
}
.price-faq-section .top-wash-box ul li {
  width: fit-content;
  padding: 3px 5px;
  background-color: #E3E3E3;
  margin: 5px;
}
.price-faq-section .top-wash-box .sub {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .price-faq-section .top-wash-box .sub {
    font-size: 1.25rem;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .price-faq-section .top-wash-box .sub {
    font-size: 1.5rem;
  }
}
.price-faq-section .flex-top-price,
.price-faq-section .flex-top-price-2025,
.price-faq-section .flex-top-area,
.price-faq-section .flex-top-area-2025 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price-faq-section .flex-top-price > div {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 4px solid #000;
  padding: 15px 40px;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-price > div {
    width: -webkit-calc(33.333333% - 10px);
    width: calc(33.333333% - 10px);
    border: 9px solid #000;
    padding: 25px 10px;
    margin-top: 50px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-price > div {
    width: -webkit-calc(33.333333% - 20px);
    width: calc(33.333333% - 20px);
  }
}
.price-faq-section .flex-top-price > div h3 {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-price > div h3 {
    font-size: 1.25rem;
  }
}
.price-faq-section .flex-top-price > div dl {
  font-size: 1rem;
  line-height: 1;
  padding: 5px 10px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-price > div dl {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .price-faq-section .flex-top-price > div dl {
    font-size: 1.125rem;
  }
}
.price-faq-section .flex-top-price > div dl dt {
  float: left;
}
.price-faq-section .flex-top-price > div dl dd {
  text-align: right;
  color: #BE0505;
  margin-bottom: 0;
}
.price-faq-section .flex-top-price > div .bg-basic {
  background-color: #FFFAD3;
}
.price-faq-section .flex-top-price > div .bg-option {
  background-color: #F4F4F4;
}
.price-faq-section .flex-top-price > div p.calc {
  line-height: 2;
  text-align: center;
  color: #377DC6;
  margin-bottom: 0;
}
.price-faq-section .flex-top-price > div hr {
  opacity: 1;
  border-bottom: 3px solid #377DC6;
}
.price-faq-section .flex-top-price > div:after {
  content: "";
  width: 140px;
  height: 58px;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  right: 20px;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-price > div:after {
    width: 200px;
    height: 83px;
    top: -60px;
    right: 0px;
  }
}
@media (min-width: 1200px) {
  .price-faq-section .flex-top-price > div:after {
    width: 273px;
    height: 113px;
    top: -100px;
  }
}
.price-faq-section .flex-top-price > div:first-child:after {
  background-image: url(../images/page/price/balloon-standard.svg);
}
.price-faq-section .flex-top-price > div:nth-child(2):after {
  background-image: url(../images/page/price/balloon-premium.svg);
}
.price-faq-section .flex-top-price > div:last-child:after {
  background-image: url(../images/page/price/balloon-other.svg);
}
.price-faq-section .flex-top-area > div {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-area > div {
    margin-bottom: 0;
  }
}
.price-faq-section .flex-top-area > div h2 {
  margin-top: 3.75rem;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-area > div h2 {
    margin-top: 6.25rem;
    margin-bottom: 15px;
  }
}
.price-faq-section .flex-top-area > div .inner,
.price-faq-section .flex-top-area > div .inner-flex {
  background-color: #fff;
  border: 4px solid #000;
  padding: 15px 40px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-area > div .inner,
  .price-faq-section .flex-top-area > div .inner-flex {
    border: 9px solid #000;
    padding: 25px 40px;
    margin-bottom: 0;
    height: calc(100% - 175px);
  }
}
.price-faq-section .flex-top-area > div .inner-flex {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding: 15px 20px;
}
.price-faq-section .flex-top-area > div .inner-flex > div:first-child {
  width: 100%;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-area > div .inner-flex > div:first-child {
    width: 40%;
  }
}
.price-faq-section .flex-top-area > div .inner-flex > div:first-child img {
  width: 60%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-area > div .inner-flex > div:first-child img {
    width: auto;
    margin-bottom: 0;
  }
}
.price-faq-section .flex-top-area > div .inner-flex > div:last-child {
  width: 100%;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-area > div .inner-flex > div:last-child {
    width: 60%;
    padding-left: 50px;
  }
}
.price-faq-section .flex-top-area > div:first-child {
  width: 100%;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-area > div:first-child {
    width: 40%;
  }
}
.price-faq-section .flex-top-area > div:first-child ul {
  list-style: none;
  padding-left: 0;
}
.price-faq-section .flex-top-area > div:first-child ul li {
  display: inline-block;
}
.price-faq-section .flex-top-area > div:first-child ul li:after {
  content: '、';
}
.price-faq-section .flex-top-area > div:first-child ul li:last-child:after {
  content: '';
}
.price-faq-section .flex-top-area > div:first-child img {
  width: 60%;
}
.price-faq-section .flex-top-area > div:last-child {
  width: 100%;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-area > div:last-child {
    width: calc(60% - 30px);
  }
}
.price-faq-section .flex-top-price-2025 > div {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 4px solid #000;
  padding: 20px;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-price-2025 > div {
    width: -webkit-calc(33.333333% - 10px);
    width: calc(33.333333% - 10px);
    border: 9px solid #000;
    padding: 25px 10px 10px 10px;
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .price-faq-section .flex-top-price-2025 > div {
    width: -webkit-calc(33.333333% - 20px);
    width: calc(33.333333% - 20px);
  }
}
.price-faq-section .flex-top-price-2025 > div h3 {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-price-2025 > div h3 {
    font-size: 1.25rem;
  }
}
.price-faq-section .flex-top-price-2025 > div dl {
  padding: 10px;
  margin-bottom: 0;
}
.price-faq-section .flex-top-price-2025 > div dl dt {
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .price-faq-section .flex-top-price-2025 > div dl dt {
    font-size: 1.125rem;
  }
}
.price-faq-section .flex-top-price-2025 > div dl dd {
  font-size: 2rem;
  text-align: center;
  color: #BE0505;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .price-faq-section .flex-top-price-2025 > div dl dd {
    font-size: 2.8125rem;
  }
}
.price-faq-section .flex-top-price-2025 > div dl dd span {
  font-size: 50%;
  color: #272727;
  margin-left: 5px;
}
.price-faq-section .flex-top-price-2025 > div .bg-basic {
  background-color: #FFFAD3;
}
.price-faq-section .flex-top-price-2025 > div .bg-option {
  background-color: #F4F4F4;
}
.price-faq-section .flex-top-price-2025 > div .bg-other {
  background-color: #E0F4FF;
  height: 101.61px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .price-faq-section .flex-top-price-2025 > div .bg-other {
    height: 127.09px;
  }
}
.price-faq-section .flex-top-price-2025 > div .bg-other p {
  width: fit-content;
  margin: 0 auto;
  font-size: .875rem;
}
@media (min-width: 1200px) {
  .price-faq-section .flex-top-price-2025 > div .bg-other p {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .price-faq-section .flex-top-price-2025 > div .bg-other p {
    font-size: 1.125rem;
  }
}
.price-faq-section .flex-top-price-2025 > div .inner-standard {
  padding-top: 5px;
  border: 2px dotted #0F6EB7;
  background-color: #fff;
}
.price-faq-section .flex-top-price-2025 > div p.calc {
  font-size: 160%;
  line-height: 1.4;
  text-align: center;
  color: #377DC6;
  margin-bottom: 0;
}
.price-faq-section .flex-top-price-2025 > div p.option-h {
  font-size: 160%;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.price-faq-section .flex-top-price-2025 > div p.or {
  font-size: 160%;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #F4F4F4;
  margin-bottom: 0;
  position: relative;
}
.price-faq-section .flex-top-price-2025 > div p.or::after {
  content: "or";
  line-height: 50px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: #B5B5B5;
  border-radius: 25px;
}
.price-faq-section .flex-top-price-2025 > div hr {
  opacity: 1;
  border-bottom: 3px solid #377DC6;
}
.price-faq-section .flex-top-price-2025 > div:after {
  content: "";
  width: 180px;
  height: 75px;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  right: 10px;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-price-2025 > div:after {
    width: 200px;
    height: 83px;
    top: -60px;
    right: 0px;
  }
}
@media (min-width: 1200px) {
  .price-faq-section .flex-top-price-2025 > div:after {
    width: 273px;
    height: 113px;
    top: -100px;
  }
}
.price-faq-section .flex-top-price-2025 > div:first-child:after {
  background-image: url(../images/top/balloon-standard2025.svg);
}
.price-faq-section .flex-top-price-2025 > div:nth-child(2):after {
  background-image: url(../images/top/balloon-tile2025.svg);
}
.price-faq-section .flex-top-price-2025 > div:last-child:after {
  background-image: url(../images/top/balloon-other202503.svg);
}
.price-faq-section .flex-top-area-2025 {
  margin-top: 3.75rem;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-area-2025 {
    margin-top: 6.25rem;
  }
}
.price-faq-section .flex-top-area-2025 > div {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-area-2025 > div {
    width: 32%;
    margin-bottom: 0;
  }
}
.price-faq-section .flex-top-area-2025 > div h2 {
  font-size: 1.25rem;
  color: #272727;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-area-2025 > div h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.price-faq-section .flex-top-area-2025 > div .inner {
  background-color: #fff;
  border: 4px solid #000;
  padding: 15px 40px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .price-faq-section .flex-top-area-2025 > div .inner {
    height: 100%;
    border: 9px solid #000;
    padding: 25px 40px;
    margin-bottom: 0;
  }
}
.price-faq-section .flex-top-area-2025 > div .inner ul {
  list-style: none;
  padding-left: 0;
}
.price-faq-section .flex-top-area-2025 > div .inner ul li {
  display: inline-block;
}
.price-faq-section .flex-top-area-2025 > div .inner ul li:after {
  content: '、';
}
.price-faq-section .flex-top-area-2025 > div .inner ul li:last-child:after {
  content: '';
}
.price-faq-section .flex-top-area-2025 > div .inner img {
  width: 100%;
  margin-bottom: 15px;
}
.price-faq-section .caution-box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 4px solid #000;
  padding: 10px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .price-faq-section .caution-box {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 9px solid #000;
    padding: 20px;
    border-radius: 100px;
  }
}
.price-faq-section .caution-box > div:first-child {
  width: 40px;
}
@media (min-width: 992px) {
  .price-faq-section .caution-box > div:first-child {
    width: 60px;
  }
}
.price-faq-section .caution-box > div:first-child p.caution {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background-color: #F5DA07;
  border-radius: 15px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .price-faq-section .caution-box > div:first-child p.caution {
    width: 44px;
    height: 44px;
    border-radius: 22px;
  }
}
.price-faq-section .caution-box > div:last-child {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
@media (min-width: 992px) {
  .price-faq-section .caution-box > div:last-child {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
.price-faq-section .caution-box > div:last-child p {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.price-faq-section .free-test-box {
  position: relative;
  background-image: -moz-linear-gradient(140deg, #fff 0%, #fff 5%, #FFEF74 5%, #FFEF74 10%, #fff 10%, #fff 90%, #FFEF74 90%, #FFEF74 95%, #fff 95%, #fff 100%);
  background-image: -webkit-linear-gradient(140deg, #fff 0%, #fff 5%, #FFEF74 5%, #FFEF74 10%, #fff 10%, #fff 90%, #FFEF74 90%, #FFEF74 95%, #fff 95%, #fff 100%);
  background-image: linear-gradient(140deg, #fff 0%, #fff 5%, #FFEF74 5%, #FFEF74 10%, #fff 10%, #fff 90%, #FFEF74 90%, #FFEF74 95%, #fff 95%, #fff 100%);
  border: 4px solid #000;
  padding: 80px 40px 30px 40px;
  border-radius: 20px;
  margin-top: 6.25rem;
}
@media (min-width: 768px) {
  .price-faq-section .free-test-box {
    padding: 80px 120px 30px 120px;
  }
}
@media (min-width: 992px) {
  .price-faq-section .free-test-box {
    border: 9px solid #000;
    padding: 100px 120px 30px 120px;
    margin-top: 7rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .price-faq-section .free-test-box {
    padding: 120px 180px 40px 180px;
    margin-top: 8rem;
    margin-bottom: 0;
  }
}
.price-faq-section .free-test-box p {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.price-faq-section .free-test-box .free-test {
  position: absolute;
  width: 280px;
  top: -40px;
  left: -webkit-calc(50% - 140px);
  left: calc(50% - 140px);
}
@media (min-width: 992px) {
  .price-faq-section .free-test-box .free-test {
    width: 320px;
    top: -50px;
    left: -webkit-calc(50% - 160px);
    left: calc(50% - 160px);
  }
}
@media (min-width: 1200px) {
  .price-faq-section .free-test-box .free-test {
    width: 400px;
    top: -60px;
    left: -webkit-calc(50% - 200px);
    left: calc(50% - 200px);
  }
}
.price-faq-section .free-test-box .more-btn {
  min-width: 200px;
}
.price-faq-section .free-test-box::before,
.price-faq-section .free-test-box::after {
  content: "";
  width: 100px;
  height: 148px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
}
@media (min-width: 768px) {
  .price-faq-section .free-test-box::before,
  .price-faq-section .free-test-box::after {
    width: 140px;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .price-faq-section .free-test-box::before,
  .price-faq-section .free-test-box::after {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .price-faq-section .free-test-box::before,
  .price-faq-section .free-test-box::after {
    width: 273px;
  }
}
.price-faq-section .free-test-box::before {
  bottom: 0;
  left: 0;
  background-image: url(../images/top/balloon-l.svg);
}
@media (min-width: 768px) {
  .price-faq-section .free-test-box::before {
    bottom: initial;
    top: 50px;
    left: -20px;
  }
}
@media (min-width: 992px) {
  .price-faq-section .free-test-box::before {
    top: -10px;
    left: -50px;
  }
}
@media (min-width: 1200px) {
  .price-faq-section .free-test-box::before {
    top: -10px;
    left: -60px;
  }
}
.price-faq-section .free-test-box::after {
  bottom: 0;
  right: 0;
  background-image: url(../images/top/balloon-r.svg);
}
@media (min-width: 768px) {
  .price-faq-section .free-test-box::after {
    top: 100px;
    right: -30px;
  }
}
@media (min-width: 992px) {
  .price-faq-section .free-test-box::after {
    top: 20px;
    right: -50px;
  }
}
@media (min-width: 1200px) {
  .price-faq-section .free-test-box::after {
    top: 10px;
    right: -60px;
  }
}
.price-faq-section .faqbox {
  background-color: #E0EBF6;
  border: 4px solid #000;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 3.75rem;
  position: relative;
}
@media (min-width: 992px) {
  .price-faq-section .faqbox {
    border: 9px solid #000;
    padding: 25px 40px;
    border-radius: 40px;
    margin-top: 6.25rem;
    margin-bottom: 0;
  }
}
.price-faq-section .faqbox h2 {
  color: #272727;
}
.price-faq-section .faqbox h2:before {
  content: 'Ｑ';
  font-size: 120%;
  color: #377DC6;
  margin-right: 20px;
}
.price-faq-section .faqbox h2:after {
  content: 'Ａ';
  font-size: 120%;
  color: #377DC6;
  margin-left: 20px;
}
.price-faq-section .faqbox .flex-top-qa,
.price-faq-section .faqbox .flex-top-qa-2025 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 3px 0;
}
@media (min-width: 992px) {
  .price-faq-section .faqbox .flex-top-qa,
  .price-faq-section .faqbox .flex-top-qa-2025 {
    padding: 5px 0;
    max-width: 860px;
    margin: 0 auto;
  }
}
.price-faq-section .faqbox .flex-top-qa {
  border-bottom: 1px solid #707070;
}
.price-faq-section .faqbox .flex-top-qa > div:first-child,
.price-faq-section .faqbox .flex-top-qa-2025 > div:first-child {
  width: 40px;
  font-family: initial;
  font-size: 1.5rem;
  color: #377DC6;
  text-align: center;
}
@media (min-width: 992px) {
  .price-faq-section .faqbox .flex-top-qa > div:first-child,
  .price-faq-section .faqbox .flex-top-qa-2025 > div:first-child {
    width: 90px;
    font-size: 2.5rem;
  }
}
.price-faq-section .faqbox .flex-top-qa > div:last-child,
.price-faq-section .faqbox .flex-top-qa-2025 > div:last-child {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
@media (min-width: 992px) {
  .price-faq-section .faqbox .flex-top-qa > div:last-child,
  .price-faq-section .faqbox .flex-top-qa-2025 > div:last-child {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
  }
}
.price-faq-section .faqbox .flex-top-qa > div:last-child h3,
.price-faq-section .faqbox .flex-top-qa-2025 > div:last-child h3 {
  font-size: .875rem;
  margin: 0;
}
@media (min-width: 992px) {
  .price-faq-section .faqbox .flex-top-qa > div:last-child h3,
  .price-faq-section .faqbox .flex-top-qa-2025 > div:last-child h3 {
    font-size: 1rem;
  }
}
.price-faq-section .faqbox:after {
  content: "";
  background-image: url(../images/top/faq-bubble-2025.webp);
  width: 60px;
  height: 79px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -70px;
  left: -5px;
  z-index: -1;
}
@media (min-width: 992px) {
  .price-faq-section .faqbox:after {
    width: 180px;
    height: 236px;
    left: -60px;
    bottom: -120px;
  }
}
@media (min-width: 1200px) {
  .price-faq-section .faqbox:after {
    width: 240px;
    height: 315px;
    left: -90px;
  }
}
@media (min-width: 1600px) {
  .price-faq-section .faqbox:after {
    width: 370px;
    height: 485px;
    left: -160px;
  }
}
.more-btn-faq {
  position: relative;
  width: 100%;
  color: #272727;
  height: auto;
  letter-spacing: 1px;
  display: grid;
  overflow: hidden;
  place-items: center start;
  background-color: #fff;
  z-index: 1;
  padding: 5px 30px 5px 15px;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .more-btn-faq {
    max-width: 860px;
    padding: 10px 70px 10px 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.more-btn-faq span {
  position: relative;
  color: #272727;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.more-btn-faq::after {
  content: "▶︎";
  font-size: 1.25rem;
  color: #377DC6;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .more-btn-faq::after {
    font-size: 1.5rem;
    right: 20px;
  }
}
.more-btn-faq:hover {
  text-decoration: none;
  opacity: .8;
}
/* ベース：2行で省略（主要ブラウザ対応）*/
.clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Safari/Chrome/Edge */
  overflow: hidden;
}
/* 仕様化された line-clamp にも対応（対応ブラウザで有効）*/
@supports (line-clamp: 2) {
  .clamp-2 {
    display: block;
    line-clamp: 2;
    /* 対応環境ならこちらが効く */
  }
}
.price-faq-section:before {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 24.479166666666667%;
  background-image: url(../images/top/bubble-bg-upper.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.price-faq-section:after {
  content: "";
  background-image: url(../images/top/faq-bubble.webp);
  width: 120px;
  height: 121px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 3.8rem;
  right: 2px;
  z-index: -1;
}
@media (min-width: 992px) {
  .price-faq-section:after {
    width: 300px;
    height: 303px;
    bottom: 6.3rem;
    right: 60px;
  }
}
@media (min-width: 1200px) {
  .price-faq-section:after {
    width: 340px;
    height: 343px;
  }
}
@media (min-width: 1600px) {
  .price-faq-section:after {
    width: 448px;
    height: 453px;
  }
}
.test-arrow {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 20px;
}
@media (min-width: 992px) {
  .test-arrow {
    width: 60px;
  }
}
/*外壁洗浄実例*/
.case-section {
  padding: 3.75rem 0;
  background-image: url(../images/top/case-bg.webp);
}
@media (min-width: 992px) {
  .case-section {
    padding: 6.25rem 0;
  }
}
.case-section .flex-archive-case {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: center;
}
.case-section .flex-archive-case > div {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .case-section .flex-archive-case > div {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.case-section .flex-archive-case > div img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border: 5px solid #272727;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .case-section .flex-archive-case > div img {
    border: 6px solid #272727;
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .case-section .flex-archive-case > div img {
    border: 8px solid #272727;
    height: 200px;
  }
}
@media (min-width: 1900px) {
  .case-section .flex-archive-case > div img {
    height: 220px;
  }
}
.case-section .flex-archive-case > div h3 {
  font-size: .625rem;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .case-section .flex-archive-case > div h3 {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.case-section .flex-archive-case > div ul {
  padding-left: 0;
  margin: 0 0 5px 0;
  display: inline-block;
}
@media (min-width: 992px) {
  .case-section .flex-archive-case > div ul {
    margin: 0 0 20px 0;
  }
}
.case-section .flex-archive-case > div li {
  font-size: .5rem;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .case-section .flex-archive-case > div li {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .case-section .flex-archive-case > div li {
    font-size: .875rem;
  }
}
.case-section .flex-archive-case > div li a {
  color: #fff;
}
.case-section .flex-archive-case > div ul.year li {
  padding: 0px 5px;
  background: #235991;
}
@media (min-width: 992px) {
  .case-section .flex-archive-case > div ul.year li {
    padding: 1px 10px;
  }
}
.case-section .flex-archive-case > div ul.area li {
  background: #68A4D8;
  padding: 0px 5px;
}
@media (min-width: 992px) {
  .case-section .flex-archive-case > div ul.area li {
    padding: 1px 10px;
  }
}
@media (max-width: 768px) {
  .case-section .flex-archive-case > div:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .case-section .flex-archive-case > div:nth-child(4n) {
    margin-right: 0;
  }
}
.case-section .flex-archive-case-2025 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  justify-content: space-between;
  align-items: start;
}
.case-section .flex-archive-case-2025 > div {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .case-section .flex-archive-case-2025 > div {
    width: 49%;
    margin-bottom: 0;
  }
}
.case-section .flex-archive-case-2025 > div img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .case-section .flex-archive-case-2025 > div img {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .case-section .flex-archive-case-2025 > div img {
    height: 340px;
  }
}
@media (min-width: 1600px) {
  .case-section .flex-archive-case-2025 > div img {
    height: 380px;
  }
}
.case-section .flex-archive-case-2025 > div .more-btn-case {
  position: relative;
  width: 100%;
  color: #272727;
  height: 36px;
  letter-spacing: 1px;
  display: grid;
  overflow: hidden;
  place-items: center;
  background-color: #F5DA06;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-top: 4px;
}
@media (min-width: 992px) {
  .case-section .flex-archive-case-2025 > div .more-btn-case {
    font-size: 1.125rem;
  }
}
.case-section .flex-archive-case-2025 > div .more-btn-case span {
  color: #272727;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.case-section .flex-archive-case-2025 > div .more-btn-case:hover {
  text-decoration: none;
  background: #272727;
}
.case-section .flex-archive-case-2025 > div .more-btn-case:hover span {
  color: #F5DA06;
}
.case-section .flex-archive-case-2025 > div h3 {
  font-size: .625rem;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .case-section .flex-archive-case-2025 > div h3 {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.case-section .flex-archive-case-2025 > div ul {
  padding-left: 0;
  margin: 0 0 5px 0;
  display: inline-block;
}
@media (min-width: 992px) {
  .case-section .flex-archive-case-2025 > div ul {
    margin: 0 0 20px 0;
  }
}
.case-section .flex-archive-case-2025 > div li {
  font-size: .5rem;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .case-section .flex-archive-case-2025 > div li {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .case-section .flex-archive-case-2025 > div li {
    font-size: .875rem;
  }
}
.case-section .flex-archive-case-2025 > div li a {
  color: #fff;
}
.case-section .flex-archive-case-2025 > div ul.year li {
  padding: 0px 5px;
  background: #235991;
}
@media (min-width: 992px) {
  .case-section .flex-archive-case-2025 > div ul.year li {
    padding: 1px 10px;
  }
}
.case-section .flex-archive-case-2025 > div ul.area li {
  background: #68A4D8;
  padding: 0px 5px;
}
@media (min-width: 992px) {
  .case-section .flex-archive-case-2025 > div ul.area li {
    padding: 1px 10px;
  }
}
/*店舗一覧*/
.shoplist-section {
  padding: 3.75rem 0;
  background-image: url(../images/top/case-bg.webp);
}
@media (min-width: 992px) {
  .shoplist-section {
    padding: 6.25rem 0;
  }
}
.shoplist-section .top-shopinfo {
  position: relative;
}
.shoplist-section .top-shopinfo .top-logo {
  display: block;
  width: 240px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .shoplist-section .top-shopinfo .top-logo {
    width: 340px;
    margin-bottom: 30px;
  }
}
.shoplist-section .top-shopinfo .area-text {
  position: relative;
  width: 70%;
  z-index: 1;
}
@media (min-width: 992px) {
  .shoplist-section .top-shopinfo .area-text {
    width: 60%;
  }
}
.shoplist-section .top-shopinfo .area-text p {
  text-shadow: 2px 2px 0 #fff;
}
.shoplist-section .top-shopinfo .area-map {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 80%;
}
@media (min-width: 992px) {
  .shoplist-section .top-shopinfo .area-map {
    top: -120px;
    right: 20px;
    width: 50%;
    z-index: 1;
  }
}
.shoplist-section .top-shopinfo .top-shoplist {
  background-color: #E0EBF6;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 3.75rem;
  position: relative;
}
@media (min-width: 992px) {
  .shoplist-section .top-shopinfo .top-shoplist {
    padding: 25px 40px;
    border-radius: 40px;
    margin-top: 6.25rem;
    margin-bottom: 0;
  }
}
.shoplist-section .top-shopinfo .top-shoplist ul {
  list-style: none;
  padding-left: 0;
}
.shoplist-section .top-shopinfo .top-shoplist ul li {
  display: inline-block;
  margin-right: 10px;
}
.shoplist-section .top-shopinfo .top-partners {
  background-color: #FFF9CC;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .shoplist-section .top-shopinfo .top-partners {
    padding: 25px 40% 25px 40px;
    border-radius: 40px;
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
}
/*NEWS*/
.news-section {
  padding: 3.75rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .news-section {
    padding: 6.25rem 0;
  }
}
.news-section h2 {
  color: #fff;
}
.news-section ul.ul-top-news-archive {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .news-section ul.ul-top-news-archive {
    display: flex;
    justify-content: space-between;
  }
}
.news-section ul.ul-top-news-archive li {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 10px;
  border: 3px solid #000;
  margin-bottom: 20px;
  border-radius: 15px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .news-section ul.ul-top-news-archive li {
    width: 32%;
    border: 5px solid #000;
    margin-bottom: 0;
  }
}
.news-section ul.ul-top-news-archive li img {
  width: 100%;
  aspect-ratio: 1.45454545;
  border-radius: 15px;
  object-fit: cover;
  margin-bottom: 10px;
}
.news-section ul.ul-top-news-archive li span.day {
  display: inline-block;
  margin-right: 20px;
}
.news-section ul.ul-top-news-archive li span.category {
  display: inline-block;
  width: 100px;
  font-size: 80%;
  color: #377DC6;
  text-align: center;
  background: #F5DA06;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .news-section ul.ul-top-news-archive li span.category {
    margin-right: 20px;
  }
}
.news-section ul.ul-top-news-archive li h3 {
  font-size: .75rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0;
  display: block;
}
@media (min-width: 768px) {
  .news-section ul.ul-top-news-archive li h3 {
    font-size: .875rem;
  }
}
@media (min-width: 992px) {
  .news-section ul.ul-top-news-archive li h3 {
    font-size: 1rem;
  }
}
.news-section:before {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 24.479166666666667%;
  background-image: url(../images/top/bubble-bg-upper.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
/*会社案内*/
.news-company-section {
  padding: 3.75rem 0;
  background-image: url(../images/top/news-company-bg.webp);
}
@media (min-width: 992px) {
  .news-company-section {
    padding: 6.25rem 0;
  }
}
.news-company-section .flex-news-company {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-company-section .flex-news-company > div {
  width: 100%;
  padding: 10px;
  border: 3px solid #000000;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-company-section .flex-news-company > div {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    padding: 20px 30px;
    border: 5px solid #000000;
    border-radius: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .news-company-section .flex-news-company > div {
    padding: 20px 40px;
  }
}
.news-company-section .flex-news-company > div ul.ul-top-news {
  list-style: none;
  padding-left: 0;
}
.news-company-section .flex-news-company > div ul.ul-top-news li {
  width: 100%;
  font-size: .75rem;
  line-height: 2;
  padding: 5px 0;
  margin-bottom: 3px;
  border-bottom: 2px solid #272727;
}
@media (min-width: 768px) {
  .news-company-section .flex-news-company > div ul.ul-top-news li {
    font-size: .875rem;
    border-bottom: 3px solid #272727;
  }
}
@media (min-width: 992px) {
  .news-company-section .flex-news-company > div ul.ul-top-news li {
    font-size: 1rem;
    padding: 10px 0;
  }
}
.news-company-section .flex-news-company > div ul.ul-top-news li span.day {
  display: inline-block;
  margin-right: 20px;
}
.news-company-section .flex-news-company > div ul.ul-top-news li span.category {
  display: inline-block;
  width: 100px;
  font-size: 80%;
  color: #377DC6;
  text-align: center;
  background: #F5DA06;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .news-company-section .flex-news-company > div ul.ul-top-news li span.category {
    margin-right: 20px;
  }
}
.news-company-section .flex-news-company > div ul.ul-top-news li h3 {
  font-size: .75rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0;
  display: block;
}
@media (min-width: 768px) {
  .news-company-section .flex-news-company > div ul.ul-top-news li h3 {
    font-size: .875rem;
  }
}
@media (min-width: 992px) {
  .news-company-section .flex-news-company > div ul.ul-top-news li h3 {
    font-size: 1rem;
  }
}
.news-company-section .flex-news-company > div:first-child {
  background-color: #B2DBFF;
}
.news-company-section .flex-news-company > div:last-child {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 992px) {
  .news-company-section .flex-news-company > div {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
.news-company-section .companybox-2025 {
  width: 90%;
  padding: 20px;
  border: 3px solid #000000;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 992px) {
  .news-company-section .companybox-2025 {
    width: 70%;
    padding: 20px 30px;
    border: 5px solid #000000;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .news-company-section .companybox-2025 {
    padding: 20px 40px;
  }
}
/*Instagram*/
.instagram-section {
  padding: 3.75rem 0;
  background-image: url(../images/top/case-bg.webp);
}
@media (min-width: 992px) {
  .instagram-section {
    padding: 6.25rem 0;
  }
}
.instagram-section .container {
  max-width: 940px;
}
.instagram-section .g-i {
  --bs-gutter-y: 0.1rem;
  --bs-gutter-x: 0.1rem;
}
.instagram-section .insta-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.instagram-section .insta-wrap:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
/*外壁診断・見積無料・お問い合わせ*/
.contact-section {
  padding: 3.75rem .625rem 30% .625rem;
  position: relative;
}
@media (min-width: 992px) {
  .contact-section {
    padding: 6rem 1.25rem 20% 1.25rem;
  }
}
.contact-section .contact-logo {
  width: 240px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contact-section .contact-logo {
    width: 420px;
    margin-bottom: 20px;
  }
}
.contact-section .footer-contact {
  background-color: #fff;
  border: 4px solid #000;
  padding: 15px 20px;
  border-radius: 10px;
  position: relative;
}
@media (min-width: 992px) {
  .contact-section .footer-contact {
    border: 9px solid #000;
    padding: 25px 40px;
    border-radius: 20px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-section .footer-contact h2 {
  font-size: 1rem;
  color: #272727;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .contact-section .footer-contact h2 {
    font-size: 1.25rem;
  }
}
.contact-section .footer-contact .flex-footer-contact {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .contact-section .footer-contact .flex-footer-contact {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-section .footer-contact .flex-footer-contact > div {
  width: 100%;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .contact-section .footer-contact .flex-footer-contact > div {
    width: 50%;
  }
}
.contact-section .footer-contact .flex-footer-contact > div .phone {
  width: 185px;
  font-size: 1rem;
  margin: 0 auto 10px auto;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
@media (min-width: 992px) {
  .contact-section .footer-contact .flex-footer-contact > div .phone {
    width: 270px;
    font-size: 1.25rem;
    margin: 0 auto 10px 0;
  }
}
.contact-section .footer-contact .flex-footer-contact > div .phone span {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .contact-section .footer-contact .flex-footer-contact > div .phone span {
    font-size: 1.875rem;
  }
}
.contact-section .footer-contact .flex-footer-contact > div .time {
  width: 185px;
  background-color: #377DC6;
  display: grid;
  place-items: center;
  color: #fff;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .contact-section .footer-contact .flex-footer-contact > div .time {
    width: 270px;
    margin: 0 auto 0 0;
  }
}
.contact-section .footer-contact .flex-footer-contact > div img {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .contact-section .footer-contact .flex-footer-contact > div img {
    width: 65px;
    height: 65px;
    margin: 0 0 0 20px;
  }
}
.contact-section .footer-contact .flex-footer-contact > div:first-child {
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .contact-section .footer-contact .flex-footer-contact > div:first-child {
    border-bottom: none;
    border-right: 1px solid #000;
  }
}
.contact-section .footer-contact .flex-footer-contact > div:last-child {
  text-align: center;
}
@media (min-width: 992px) {
  .contact-section .footer-contact .flex-footer-contact > div:last-child {
    text-align: right;
  }
}
.contact-section:after {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 50.25987525987526%;
  background-image: url(../images/top/bubble-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
}
/*フッター*/
ul.footer-btn {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  z-index: 100;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  ul.footer-btn {
    display: none;
  }
}
.footer-btn > li {
  width: 25%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 0;
  background: #F5DA06;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
.footer-btn > li img {
  width: 30px;
}
.footer-btn > li:first-child {
  border-left: 4px solid #000;
  border-radius: 25px 0 0 25px;
}
.footer-btn > li:last-child {
  border-right: 4px solid #000;
  border-radius: 0 25px 25px 0;
}
footer {
  position: relative;
}
footer #page-top {
  position: fixed;
  right: 10px;
  font-size: 1.25rem;
  color: #272727;
  text-align: center;
  margin-bottom: 0;
  z-index: 1001;
}
@media (min-width: 992px) {
  footer #page-top {
    font-size: 2rem;
  }
}
footer #page-top a {
  text-decoration: none;
  color: #272727;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background-color: #F5DA06;
  border-radius: 20px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  footer #page-top a {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
}
footer #page-top a:hover {
  color: #F5DA06;
  text-decoration: none;
  background-color: #272727;
}
footer .footer-upper {
  background-color: #272727;
  padding: 2.5rem 0;
  color: #fff;
}
@media (min-width: 992px) {
  footer .footer-upper {
    padding: 3.75rem 0;
  }
}
footer .footer-upper a {
  color: #fff;
  text-decoration: none;
}
footer .footer-upper .flex-footer {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .footer-upper .flex-footer > div:first-child {
  width: 100%;
}
@media (min-width: 992px) {
  footer .footer-upper .flex-footer > div:first-child {
    width: 40%;
  }
}
footer .footer-upper .flex-footer > div:first-child .footer-logo {
  display: block;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  footer .footer-upper .flex-footer > div:first-child .footer-logo {
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: 10px;
  }
}
footer .footer-upper .flex-footer > div:first-child img {
  width: 180px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  footer .footer-upper .flex-footer > div:first-child img {
    width: 260px;
    margin-bottom: 20px;
  }
}
footer .footer-upper .flex-footer > div:first-child address {
  width: 200px;
  font-size: .75rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  footer .footer-upper .flex-footer > div:first-child address {
    width: auto;
    font-size: 1rem;
  }
}
footer .footer-upper .flex-footer > div:first-child .phone {
  width: 200px;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  footer .footer-upper .flex-footer > div:first-child .phone {
    width: 270px;
    font-size: 1.25rem;
  }
}
footer .footer-upper .flex-footer > div:first-child .phone span {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  footer .footer-upper .flex-footer > div:first-child .phone span {
    font-size: 1.875rem;
  }
}
footer .footer-upper .flex-footer > div:first-child .time {
  width: 200px;
  background-color: #fff;
  display: grid;
  place-items: center;
  color: #377DC6;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  footer .footer-upper .flex-footer > div:first-child .time {
    width: 270px;
  }
}
footer .footer-upper .flex-footer > div:nth-child(2),
footer .footer-upper .flex-footer > div:last-child {
  width: 100%;
}
@media (min-width: 992px) {
  footer .footer-upper .flex-footer > div:nth-child(2),
  footer .footer-upper .flex-footer > div:last-child {
    width: 30%;
  }
}
footer .footer-upper .flex-footer > div:nth-child(2) ul,
footer .footer-upper .flex-footer > div:last-child ul {
  display: none;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  footer .footer-upper .flex-footer > div:nth-child(2) ul,
  footer .footer-upper .flex-footer > div:last-child ul {
    display: block;
  }
}
footer .footer-upper .flex-footer > div:nth-child(2) ul li,
footer .footer-upper .flex-footer > div:last-child ul li {
  line-height: 2.4;
  display: block;
  margin-bottom: 0;
  padding: 0 5px;
}
footer .footer-upper .flex-footer > div:nth-child(2) ul li a,
footer .footer-upper .flex-footer > div:last-child ul li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-upper .flex-footer > div:nth-child(2) ul li a:hover,
footer .footer-upper .flex-footer > div:last-child ul li a:hover {
  opacity: .6;
  text-decoration: none;
}
footer div.f-copyright {
  width: 100%;
  font-style: normal;
  font-size: 10px;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 0;
  padding: 12px 12px 70px 12px;
}
@media (min-width: 992px) {
  footer div.f-copyright {
    font-size: 12px;
    padding: 12px;
    text-align: right;
  }
}
footer div.f-copyright a {
  color: #fff;
  text-decoration: none;
}
footer div.f-copyright span {
  display: inline-block;
}
footer div.f-copyright img.spot-logo {
  display: inline-block;
  height: 12px;
  margin: 5px auto;
}
@media (min-width: 768px) {
  footer div.f-copyright img.spot-logo {
    height: 16px;
  }
}
/*ブログアーカイブ*/
.flex-archive-blog {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 2rem 1rem;
  border: 5px solid #272727;
  margin-bottom: 40px;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .flex-archive-blog {
    padding: 1.875rem;
    border: 8px solid #272727;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .flex-archive-blog {
    padding: 2.5rem;
  }
}
.flex-archive-blog > div {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .flex-archive-blog > div {
    width: 50%;
  }
}
.flex-archive-blog > div .category,
.flex-archive-blog > div .date {
  font-size: .875rem;
  display: inline-block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .flex-archive-blog > div .category,
  .flex-archive-blog > div .date {
    font-size: 1rem;
  }
}
.flex-archive-blog > div .category {
  padding: 3px 20px;
  background: #F5DA06;
  margin-left: 10px;
  border-radius: 20px;
}
.flex-archive-blog > div .category a {
  color: #377DC6;
}
.flex-archive-blog > div h3 {
  font-size: 1rem;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .flex-archive-blog > div h3 {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.flex-archive-blog > div .news-text {
  font-size: .75rem;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .flex-archive-blog > div .news-text {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.flex-archive-blog > div img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .flex-archive-blog > div img {
    height: 220px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .flex-archive-blog > div img {
    height: 285px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .flex-archive-blog > div .more-btn {
    width: 260px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
  }
}
/*ブログ記事*/
.news-contents {
  width: 100%;
  padding: 0 0 2rem 0;
}
@media (min-width: 768px) {
  .news-contents {
    padding: 0 0 2.5rem 0;
  }
}
@media (min-width: 992px) {
  .news-contents {
    padding: 0 0 3rem 0;
  }
}
@media (min-width: 1200px) {
  .news-contents {
    padding: 0 0 3.75rem 0;
  }
}
.news-contents .border-contents {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .news-contents .border-contents {
    margin-bottom: 60px;
  }
}
.news-contents .blog-title {
  width: fit-content;
  font-size: clamp(1.25rem, 3.5vw, 1.5rem);
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-contents .blog-title {
    font-size: clamp(1.5rem, 3.5vw, 2.5rem);
    margin-bottom: 40px;
  }
}
.news-contents ul.post-categories {
  display: inline-block;
  padding-left: 0;
  list-style: none;
}
.news-contents ul.post-categories li {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  color: #377DC6;
  display: grid;
  place-items: center;
  overflow: hidden;
  width: fit-content;
  height: 24px;
  padding: 0 20px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #F5DA06;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .news-contents ul.post-categories li {
    font-size: .875rem;
    height: 30px;
    border-radius: 15px;
  }
}
.news-contents ul.post-categories li a {
  color: #377DC6;
}
.news-contents .date {
  font-size: .625rem;
  line-height: 2;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .news-contents .date {
    font-size: .875rem;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.news-contents h1 {
  font-size: 1.75rem;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-contents h1 {
    font-size: 2.125rem;
  }
}
.news-contents h2 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-contents h2 {
    font-size: 1.875rem;
  }
}
.news-contents h3 {
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-contents h3 {
    font-size: 1.75rem;
  }
}
.news-contents h4 {
  font-size: 1.125rem;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-contents h4 {
    font-size: 1.5rem;
  }
}
.news-contents h5 {
  font-size: 1rem;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-contents h5 {
    font-size: 1.25rem;
  }
}
.news-contents h6 {
  font-size: 0.875rem;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-contents h6 {
    font-size: 1rem;
  }
}
.news-contents .alignleft {
  display: inline;
  float: left;
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.news-contents .alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.news-contents .aligncenter {
  clear: both;
  display: block;
  margin: 12px auto;
}
@media (max-width: 768px) {
  .news-contents .alignleft,
  .news-contents .alignright {
    float: none;
    display: block;
    margin: auto;
  }
}
.news-contents table {
  font-size: 100%;
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.news-contents table th {
  width: 25%;
  text-align: right;
  vertical-align: top;
  padding-right: 20px !important;
}
.news-contents table td,
.news-contents table th {
  border-bottom: 1px solid #DEDEDE;
  padding: 15px 5px;
}
.news-contents .flex-news-nav {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.news-contents .flex-news-nav > div {
  width: 25%;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .news-contents .flex-news-nav > div {
    width: 32%;
  }
}
.news-contents .flex-news-nav > div:nth-child(2) {
  width: 50%;
  padding: 0;
}
@media (min-width: 992px) {
  .news-contents .flex-news-nav > div:nth-child(2) {
    width: 32%;
  }
}
.news-contents .flex-news-nav > div:nth-child(2) .more-btn {
  width: 100%;
}
.widget_box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: stretch;
  justify-content: space-between;
}
.widget_box > li {
  list-style-type: none;
  width: 100%;
  padding: 0.625rem;
  position: relative;
  transition: 0.5s;
  margin-bottom: 10px;
  border: 3px solid #272727;
  background-color: #fff;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .widget_box > li {
    width: 32%;
    padding: 0.9375rem;
    border: 4px solid #272727;
    margin-bottom: 0;
  }
}
.widget_box > li ul {
  padding-left: 0;
  height: 120px;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.widget_box > li ul li {
  padding-left: 1.625rem;
  line-height: 30px;
  background: url(../images/common/list_bullet.png) center left no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  margin-bottom: .5em;
}
.widget_box > li ul a {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.widget_box > li ul a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666666;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50% 0;
  -ms-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.widget_box > li ul a:hover {
  color: #666666;
  -webkit-transition: color 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: color 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.widget_box > li ul a:hover::after {
  -webkit-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.widget_box > li .widget_recent_entries,
.widget_box > li .widget_archive,
.widget_box > li .widget_categories {
  background-color: #fff;
  padding: 0.625rem;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  list-style: none;
}
@media (min-width: 992px) {
  .widget_box > li .widget_recent_entries,
  .widget_box > li .widget_archive,
  .widget_box > li .widget_categories {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
.widget_box > li h2.widgettitle {
  font-size: 1.125rem;
  color: #272727;
  text-align: center;
  padding: 0.3125rem;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #F5DA06;
  border: 3px solid #272727;
  border-radius: 25px;
}
.widget_box > li h3.widget_title {
  font-size: 1.125rem;
  color: #fff;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #008239;
  border-bottom: none;
}
/*見出し*/
h3.standard {
  font-size: clamp(1.25rem, 3.5vw, 1.5rem);
  line-height: 1.4;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h3.standard {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    margin-top: 90px;
    margin-bottom: 40px;
  }
}
h4.standard {
  position: relative;
  font-size: clamp(1rem, 3.5vw, 1.25rem);
  color: #008239;
  line-height: 1.4;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h4.standard {
    font-size: clamp(1.25rem, 3vw, 1.875rem);
    margin-top: 90px;
    margin-bottom: 40px;
  }
}
h4.standard span {
  width: fit-content;
  max-width: calc(100% - 40px);
  display: block;
  position: relative;
  background-color: #fff;
  padding-right: 1rem;
  z-index: 2;
}
@media (min-width: 992px) {
  h4.standard span {
    max-width: fit-content;
  }
}
h4.standard:after {
  content: "";
  display: block;
  border-top: solid 2px #CDDE00;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media (min-width: 992px) {
  h4.standard:after {
    border-top: solid 3px #CDDE00;
  }
}
h5.standard {
  font-style: normal;
  font-size: clamp(0.875rem, 3.5vw, 1rem);
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 5px solid #CDDE00;
}
@media (min-width: 992px) {
  h5.standard {
    font-size: clamp(1rem, 3.5vw, 1.25rem);
    margin-top: 40px;
    margin-bottom: 30px;
    padding-left: 15px;
    border-left: 7px solid #CDDE00;
  }
}
h6.standard {
  font-style: normal;
  font-size: 0.875rem;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  h6.standard {
    font-size: 1rem;
  }
}
/*ページ*/
.page-eyecatch-wrapper {
  width: 100%;
  height: 120px;
  position: relative;
}
@media (min-width: 768px) {
  .page-eyecatch-wrapper {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .page-eyecatch-wrapper {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .page-eyecatch-wrapper {
    height: 240px;
  }
}
.page-eyecatch-wrapper h1 {
  width: fit-content;
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: 2px;
  color: #fff;
  z-index: 2;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 90%;
  left: 50%;
}
@media (min-width: 992px) {
  .page-eyecatch-wrapper h1 {
    font-size: 2.5rem;
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .page-eyecatch-wrapper h1 {
    font-size: 2.75rem;
  }
}
.page-eyecatch-wrapper:after {
  content: "";
  background-image: url(../images/top/footprints-img.webp);
  width: 80px;
  height: 84px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -42px;
  right: 20px;
}
@media (min-width: 768px) {
  .page-eyecatch-wrapper:after {
    right: 40px;
  }
}
@media (min-width: 992px) {
  .page-eyecatch-wrapper:after {
    width: 200px;
    height: 209px;
    bottom: -100px;
  }
}
@media (min-width: 1200px) {
  .page-eyecatch-wrapper:after {
    width: 240px;
    height: 251px;
    bottom: -125px;
    right: 60px;
  }
}
@media (min-width: 1600px) {
  .page-eyecatch-wrapper:after {
    width: 300px;
    height: 314px;
    bottom: -157px;
  }
}
div.bread_crumb_wrapper {
  color: #fff;
  margin-top: 1.5rem;
}
div.bread_crumb_wrapper .breadcrumb_last {
  font-weight: 400;
}
div.bread_crumb_wrapper a {
  color: #fff;
}
.breadcrumbs {
  font-size: .625rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .breadcrumbs {
    font-size: 1rem;
  }
}
.breadcrumbs a {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  text-decoration: none;
  margin-right: 0.3125rem;
  color: #666666;
}
.breadcrumbs a:hover {
  opacity: .6;
}
.breadcrumbs .breadcrumb_last {
  margin-left: 0.3125rem;
}
nav.navigation .screen-reader-text {
  display: none;
}
nav.navigation .nav-links {
  width: 100%;
  text-align: center;
}
nav.navigation .nav-links ul.page-numbers {
  list-style: none;
  padding-left: 0;
}
nav.navigation .nav-links ul.page-numbers li {
  text-align: center;
  display: inline-block;
  margin: 0 4px;
}
@media (min-width: 768px) {
  nav.navigation .nav-links ul.page-numbers li {
    margin: 0 6px;
  }
}
nav.navigation .nav-links ul.page-numbers li a {
  transition: 1s;
}
nav.navigation .nav-links ul.page-numbers li a:hover {
  opacity: .6;
  text-decoration: none;
}
nav.navigation .nav-links ul.page-numbers li a.page-numbers {
  display: inline-block;
  font-size: .625rem;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 24px;
  background: #D3D3D3;
  border-radius: 13px;
}
@media (min-width: 768px) {
  nav.navigation .nav-links ul.page-numbers li a.page-numbers {
    font-size: 1rem;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
  }
}
nav.navigation .nav-links ul.page-numbers li span.current {
  display: inline-block;
  font-size: .75rem;
  color: #272727;
  width: 26px;
  height: 26px;
  line-height: 24px;
  background: #F5DA06;
  border: 2px solid #272727;
  border-radius: 13px;
}
@media (min-width: 768px) {
  nav.navigation .nav-links ul.page-numbers li span.current {
    font-size: 1rem;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
  }
}
nav.navigation .nav-links ul.page-numbers li a.prev,
nav.navigation .nav-links ul.page-numbers li a.next {
  color: #000;
  display: inline-block;
  width: auto!important;
  padding: 0 15px;
  text-align: center;
  background: #fff!important;
}
nav.navigation .nav-links ul.page-numbers li:first-child {
  margin-left: 0;
}
nav.navigation .nav-links ul.page-numbers li:last-child {
  margin-right: 0;
}
/* ================================================================================
	wp-pagenavi
================================================================================ */
.wp-pagenavi {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.wp-pagenavi span,
.wp-pagenavi a {
  font-size: .875rem;
  font-style: normal;
  color: #000;
  border: none !important;
  padding: 5px !important;
}
.wp-pagenavi span.current {
  border: none;
  background: none;
  color: #000;
}
.wp-pagenavi span.pages {
  border: 1px solid #000 !important;
}
.contents {
  padding: 0 0 2rem 0;
}
@media (min-width: 768px) {
  .contents {
    padding: 0 0 3.75rem 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.contents .alignleft {
  display: inline;
  float: left;
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.contents .alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.contents .aligncenter {
  clear: both;
  display: block;
  margin: 12px auto;
}
@media (max-width: 768px) {
  .contents .alignleft,
  .contents .alignright {
    float: none;
    display: block;
    margin: auto;
  }
}
.contents p.not_found {
  font-size: 2.5rem;
  color: #666666;
  font-weight: 100;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contents p.not_found {
    font-size: 5rem;
  }
}
.border-contents {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 1.25rem .875rem;
  border: 5px solid #272727;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .border-contents {
    padding: 2.5rem;
    border: 8px solid #272727;
  }
}
.border-contents a {
  color: #377dc6;
}
.connection-contents {
  position: relative;
  width: 100%;
  background-color: #ffffff99;
  padding: 1.25rem .875rem;
  border: 5px solid #272727;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .connection-contents {
    padding: 2.5rem;
    border: 8px solid #272727;
  }
}
.connection-contents ul.ul-news-archive {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .connection-contents ul.ul-news-archive {
    display: flex;
    justify-content: space-between;
  }
}
.connection-contents ul.ul-news-archive li {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 10px;
  border: 3px solid #000;
  margin-bottom: 20px;
  border-radius: 15px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .connection-contents ul.ul-news-archive li {
    width: 32%;
    border: 5px solid #000;
    margin-bottom: 0;
  }
}
.connection-contents ul.ul-news-archive li img {
  width: 100%;
  aspect-ratio: 1.45454545;
  border-radius: 15px;
  object-fit: cover;
  margin-bottom: 10px;
}
.connection-contents ul.ul-news-archive li span.day {
  display: inline-block;
  margin-right: 20px;
}
.connection-contents ul.ul-news-archive li span.category {
  display: inline-block;
  width: 100px;
  font-size: 80%;
  color: #377DC6;
  text-align: center;
  background: #F5DA06;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .connection-contents ul.ul-news-archive li span.category {
    margin-right: 20px;
  }
}
.connection-contents ul.ul-news-archive li h3 {
  font-size: .75rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0;
  display: block;
}
@media (min-width: 768px) {
  .connection-contents ul.ul-news-archive li h3 {
    font-size: .875rem;
  }
}
@media (min-width: 992px) {
  .connection-contents ul.ul-news-archive li h3 {
    font-size: 1rem;
  }
}
.non_border {
  border-top: none;
}
.youtube-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  .youtube-wrap {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .youtube-wrap {
    max-width: 70%;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 40px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.text-wrap {
  padding: 0 20px;
}
.g-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}
@media (min-width: 992px) {
  .g-map {
    padding-bottom: 80%;
    margin-top: 0;
  }
}
.g-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.middlebox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
/*外壁洗浄について*/
.flex-wallcleaning-first {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .flex-wallcleaning-first {
    margin-bottom: 60px;
  }
}
.flex-wallcleaning-first > div:first-child {
  width: 100%;
  position: relative;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .flex-wallcleaning-first > div:first-child {
    width: 55%;
  }
}
.flex-wallcleaning-first > div:first-child h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .flex-wallcleaning-first > div:first-child h3 {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .flex-wallcleaning-first > div:first-child h3 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .flex-wallcleaning-first > div:first-child h3 {
    font-size: 2rem;
  }
}
.flex-wallcleaning-first > div:last-child {
  width: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .flex-wallcleaning-first > div:last-child {
    width: 40%;
    padding: 0;
  }
}
.page-wash-point {
  width: 100%;
}
ul.ul-wash-point {
  max-width: 740px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  justify-content: start;
  margin: auto;
}
ul.ul-wash-point li {
  width: fit-content;
  padding: 3px 5px;
  background-color: #E3E3E3;
  margin: 5px;
}
.sub-wallcleaning {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .sub-wallcleaning {
    font-size: 1.125rem;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .sub-wallcleaning {
    font-size: 1.25rem;
  }
}
.black-ribon {
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 1.125rem;
  color: #F5DA06;
  line-height: 1;
  background: #272727;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .black-ribon {
    height: 70px;
    font-size: 1.875rem;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.black-ribon span {
  position: relative;
  width: fit-content;
}
.black-ribon span:after {
  content: "";
  background-image: url(../images/page/wallcleaning/icon-question.svg);
  width: 30px;
  height: 43px;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  right: -30px;
}
@media (min-width: 992px) {
  .black-ribon span:after {
    width: 68px;
    height: 98px;
    top: -60px;
    right: -80px;
  }
}
.black-ribon:before,
.black-ribon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.black-ribon:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
@media (min-width: 992px) {
  .black-ribon:before {
    border-width: 35px 0px 35px 40px;
  }
}
.black-ribon:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media (min-width: 992px) {
  .black-ribon:after {
    border-width: 35px 40px 35px 0px;
  }
}
.flex-wallcleaning-halr {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .flex-wallcleaning-halr {
    margin-top: 60px;
  }
}
.flex-wallcleaning-halr > div {
  width: 100%;
  position: relative;
  background-color: #E0EBF6;
  padding: 40px 15px 15px 15px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .flex-wallcleaning-halr > div {
    width: 48%;
    padding: 70px 30px 30px 30px;
    margin-bottom: 0;
  }
}
.flex-wallcleaning-halr > div .sub {
  display: grid;
  place-items: center;
  width: 240px;
  height: 40px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  color: #F5DA06;
  background-color: #377DC6;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .flex-wallcleaning-halr > div .sub {
    width: 300px;
    height: 54px;
    font-size: 1.2rem;
    border-radius: 27px;
    margin-top: -97px;
  }
}
@media (min-width: 1200px) {
  .flex-wallcleaning-halr > div .sub {
    width: 380px;
  }
}
.flex-wallcleaning-halr > div .inner-flex {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  justify-content: space-between;
}
.flex-wallcleaning-halr > div .inner-flex > div {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .flex-wallcleaning-halr > div .inner-flex > div {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 40px;
  }
}
.flex-wallcleaning-halr > div .inner-flex > div .inner-sub {
  display: grid;
  place-items: center;
  width: 70px;
  height: 20px;
  font-size: .625rem;
  color: #377DC6;
  background-color: #F5DA06;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .flex-wallcleaning-halr > div .inner-flex > div .inner-sub {
    width: 100px;
    height: 30px;
    font-size: .875rem;
  }
}
.flex-wallcleaning-halr > div .inner-detail {
  background-color: #fff;
  padding: 10px;
}
.flex-wallcleaning-halr > div .inner-detail p {
  font-size: 90%;
  margin-bottom: 0;
}
.flex-wallcleaning-halr > div .inner-detail img {
  width: 40px;
  float: right;
}
@media (min-width: 992px) {
  .flex-wallcleaning-halr > div .inner-detail img {
    width: 60px;
    margin-top: -20px;
  }
}
.flex-wallcleaning-halr > div table.tbl-price-sample {
  width: 100%;
  font-size: .625rem;
  border-collapse: separate;
  border-spacing: 0 5px;
}
@media (min-width: 992px) {
  .flex-wallcleaning-halr > div table.tbl-price-sample {
    font-size: .75rem;
    border-spacing: 0 7px;
  }
}
@media (min-width: 1200px) {
  .flex-wallcleaning-halr > div table.tbl-price-sample {
    font-size: 1rem;
    border-spacing: 0 10px;
  }
}
.flex-wallcleaning-halr > div table.tbl-price-sample th,
.flex-wallcleaning-halr > div table.tbl-price-sample td {
  padding: 5px;
}
@media (min-width: 992px) {
  .flex-wallcleaning-halr > div table.tbl-price-sample th,
  .flex-wallcleaning-halr > div table.tbl-price-sample td {
    padding: 10px;
  }
}
.flex-wallcleaning-halr > div table.tbl-price-sample th {
  text-align: left;
}
.flex-wallcleaning-halr > div table.tbl-price-sample td {
  text-align: right;
}
.flex-wallcleaning-halr > div table.tbl-price-sample tbody th,
.flex-wallcleaning-halr > div table.tbl-price-sample tbody td {
  background-color: #fff;
}
.flex-wallcleaning-halr > div table.tbl-price-sample tfoot th,
.flex-wallcleaning-halr > div table.tbl-price-sample tfoot td {
  color: #fff;
  background-color: #377DC6;
}
table.tbl-wallcleaning {
  width: 100%;
  font-size: .625rem;
  line-height: 1;
}
@media (min-width: 992px) {
  table.tbl-wallcleaning {
    font-size: 1rem;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  table.tbl-wallcleaning {
    font-size: 1.25rem;
  }
}
table.tbl-wallcleaning td,
table.tbl-wallcleaning th {
  text-align: center;
  padding: 5px 2px;
  border: 2px solid #272727;
}
@media (min-width: 992px) {
  table.tbl-wallcleaning td,
  table.tbl-wallcleaning th {
    padding: 10px;
    border: 4px solid #272727;
  }
}
table.tbl-wallcleaning td span,
table.tbl-wallcleaning th span {
  font-size: 140%;
  margin-left: 5px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  table.tbl-wallcleaning td span,
  table.tbl-wallcleaning th span {
    margin-left: 10px;
    margin-right: 20px;
  }
}
table.tbl-wallcleaning th {
  font-size: 120%;
  vertical-align: middle;
}
table.tbl-wallcleaning td.bg-blue {
  font-size: 110%;
  color: #fff;
  background-color: #377DC6;
}
table.tbl-wallcleaning td.bg-yellow {
  font-size: 110%;
  background-color: #F5DA06;
}
.flex-merit {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .flex-merit {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.flex-merit > div:first-child {
  width: 50px;
}
@media (min-width: 768px) {
  .flex-merit > div:first-child {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .flex-merit > div:first-child {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .flex-merit > div:first-child {
    width: 140px;
  }
}
.flex-merit > div:first-child img {
  margin-left: -10px;
}
@media (min-width: 768px) {
  .flex-merit > div:first-child img {
    margin-left: 0;
  }
}
.flex-merit > div:last-child {
  position: relative;
  width: 100%;
  background-color: #E0EBF6;
  padding: 10px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .flex-merit > div:last-child {
    padding: 20px;
    margin-top: 20px;
  }
}
.flex-merit > div:last-child p:last-of-type {
  margin-bottom: 0;
}
.flex-merit > div:nth-child(2) {
  width: 100%;
  padding: 0px 20px 10px 20px;
}
@media (min-width: 768px) {
  .flex-merit > div:nth-child(2) {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .flex-merit > div:nth-child(2) {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .flex-merit > div:nth-child(2) {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    padding-left: 60px;
  }
}
.flex-merit > div:nth-child(2) p {
  font-size: .875rem;
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .flex-merit > div:nth-child(2) p {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .flex-merit > div:nth-child(2) p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .flex-merit > div:nth-child(2) p {
    font-size: 1.75rem;
  }
}
.merit01-txt:before,
.merit02-txt:before,
.merit03-txt:before {
  content: "";
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  right: 10px;
  transform: rotate(-20deg);
}
@media (min-width: 768px) {
  .merit01-txt:before,
  .merit02-txt:before,
  .merit03-txt:before {
    width: 80px;
    height: 80px;
    top: -70px;
    right: 20px;
  }
}
@media (min-width: 992px) {
  .merit01-txt:before,
  .merit02-txt:before,
  .merit03-txt:before {
    width: 100px;
    height: 100px;
    top: -90px;
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .merit01-txt:before,
  .merit02-txt:before,
  .merit03-txt:before {
    width: 140px;
    height: 140px;
    top: -130px;
    right: 40px;
  }
}
.merit01-txt:before {
  background-image: url(../images/page/wallcleaning/icon01.svg);
}
.merit02-txt:before {
  background-image: url(../images/page/wallcleaning/icon02.svg);
}
.merit03-txt:before {
  background-image: url(../images/page/wallcleaning/icon03.svg);
}
.flex-page-beforeafter,
.flex-page-case-free {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  justify-content: space-between;
  align-items: center;
}
.flex-page-beforeafter > div:first-child,
.flex-page-beforeafter > div:last-child {
  width: 100%;
  position: relative;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .flex-page-beforeafter > div:first-child,
  .flex-page-beforeafter > div:last-child {
    width: 45%;
  }
}
.flex-page-beforeafter > div:first-child img,
.flex-page-beforeafter > div:last-child img {
  border: 5px solid #272727;
}
@media (min-width: 768px) {
  .flex-page-beforeafter > div:first-child img,
  .flex-page-beforeafter > div:last-child img {
    border: 8px solid #272727;
  }
}
.flex-page-beforeafter > div:nth-child(2) {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-page-beforeafter > div:nth-child(2) {
    width: 10%;
  }
}
.flex-page-beforeafter > div:nth-child(2) img {
  display: block;
  width: 15%;
  margin: 20px auto;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .flex-page-beforeafter > div:nth-child(2) img {
    width: 50%;
    margin: auto;
    transform: initial;
  }
}
.flex-page-beforeafter > div:first-child:after,
.flex-page-beforeafter > div:last-child:after {
  content: "";
  width: 40%;
  height: 40%;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 4px;
}
@media (min-width: 768px) {
  .flex-page-beforeafter > div:first-child:after,
  .flex-page-beforeafter > div:last-child:after {
    top: 7px;
    left: 7px;
  }
}
.flex-page-beforeafter > div:first-child:after {
  background-image: url(../images/page/case/wrap-before.svg);
}
.flex-page-beforeafter > div:last-child:after {
  background-image: url(../images/page/case/wrap-after.svg);
}
.flex-page-case-free > div {
  width: 46%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .flex-page-case-free > div {
    width: 23%;
    margin-bottom: 0;
  }
}
.flex-page-case-free > div img {
  border: 5px solid #272727;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .flex-page-case-free > div img {
    border: 8px solid #272727;
  }
}
.flex-flow {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .flex-flow {
    margin-bottom: 40px;
  }
}
.flex-flow .num {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  font-family: vdl-logojrblack, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5rem;
  color: #377DC6;
  line-height: 1;
  background-color: #E0EBF6;
}
@media (min-width: 992px) {
  .flex-flow .num {
    width: 80px;
    height: 80px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .flex-flow .num {
    width: 100px;
    height: 100px;
    font-size: 3rem;
  }
}
.flex-flow > div:first-child {
  display: none;
}
@media (min-width: 992px) {
  .flex-flow > div:first-child {
    display: block;
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .flex-flow > div:first-child {
    width: 100px;
  }
}
.flex-flow > div:nth-child(2),
.flex-flow > div:last-child {
  width: 100%;
}
@media (min-width: 992px) {
  .flex-flow > div:nth-child(2),
  .flex-flow > div:last-child {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .flex-flow > div:nth-child(2),
  .flex-flow > div:last-child {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    padding-left: 30px;
  }
}
.flex-flow > div:nth-child(2) .num,
.flex-flow > div:last-child .num {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .flex-flow > div:nth-child(2) .num,
  .flex-flow > div:last-child .num {
    display: none;
  }
}
.flex-flow > div:nth-child(2) h4,
.flex-flow > div:last-child h4 {
  font-size: .875rem;
  color: #000;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .flex-flow > div:nth-child(2) h4,
  .flex-flow > div:last-child h4 {
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}
/*洗浄実例*/
h3.case {
  position: relative;
  width: fit-content;
  font-size: clamp(1.25rem, 3.5vw, 1.5rem);
  line-height: 1.4;
  margin: 0 auto 20px auto;
}
@media (min-width: 992px) {
  h3.case {
    font-size: clamp(1.5rem, 3.5vw, 2.5rem);
    margin: 0 auto 40px auto;
  }
}
h3.case:after {
  content: "";
  background-image: url(../images/page/case/icon-search.svg);
  width: 42px;
  height: 42px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  right: -52px;
}
@media (min-width: 768px) {
  h3.case:after {
    width: 52px;
    height: 52px;
    right: -62px;
  }
}
@media (min-width: 992px) {
  h3.case:after {
    width: 63px;
    height: 63px;
    right: -72px;
  }
}
table.tbl-case {
  width: 100%;
  font-size: .625rem;
}
@media (min-width: 992px) {
  table.tbl-case {
    font-size: 1rem;
  }
}
table.tbl-case th {
  width: 18%;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}
@media (min-width: 992px) {
  table.tbl-case th {
    width: 15%;
  }
}
table.tbl-case th.year {
  background-color: #235991;
}
table.tbl-case th.point {
  background-color: #367DC6;
}
table.tbl-case th.area {
  background-color: #68A4D8;
}
table.tbl-case th,
table.tbl-case td {
  padding: 0 5px;
}
@media (min-width: 992px) {
  table.tbl-case th,
  table.tbl-case td {
    padding: 0 10px;
  }
}
ul.case_taxonomy_ul {
  padding-left: 0;
  margin-bottom: 0px;
}
ul.case_taxonomy_ul li {
  list-style: none;
  display: inline-block;
  margin: 5px auto;
}
ul.case_taxonomy_ul li a {
  text-decoration: none;
  padding: 5px;
  margin: 5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  ul.case_taxonomy_ul li a {
    padding: 5px 10px;
    margin: 10px;
  }
}
ul.case_taxonomy_ul li a:hover {
  color: #fff;
  background: #377DC6;
  border-radius: 5px;
}
ul.case_taxonomy_ul li:after {
  content: '/';
  color: #367DC6;
}
ul.case_taxonomy_ul li:last-child:after {
  content: '';
}
ul.case_taxonomy_ul_area {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0px;
}
ul.case_taxonomy_ul_area li {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  list-style: none;
  display: inline-block !important;
  margin: 5px auto;
}
ul.case_taxonomy_ul_area li a {
  color: #fff;
  text-decoration: none;
  padding: 5px;
  margin: 5px;
  background: #377DC6;
  border-radius: 5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  ul.case_taxonomy_ul_area li a {
    padding: 5px 10px;
    margin: 10px;
  }
}
ul.case_taxonomy_ul_area li a:hover {
  background: #235991;
  border-radius: 5px;
}
ul.case_taxonomy_ul_area ul.children {
  display: inline!important;
  padding-left: 0;
  margin-bottom: 0;
}
ul.case_taxonomy_ul_area ul.children a {
  background: transparent;
  color: #272727;
}
@media (min-width: 992px) {
  ul.case_taxonomy_ul_area ul.children a {
    padding: 5px;
    margin: 10px 5px;
  }
}
ul.case_taxonomy_ul_area ul.children a:hover {
  background: #68A4D8;
  color: #fff;
  border-radius: 5px;
}
.flex-case-archive {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: .875rem;
  border: 5px solid #272727;
  margin-top: 40px;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .flex-case-archive {
    padding: 1.125rem;
    border: 8px solid #272727;
    margin-top: 60px;
  }
}
.flex-case-archive > div:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-case-archive > div:first-child {
    width: 50%;
  }
}
.flex-case-archive > div:first-child img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .flex-case-archive > div:first-child img {
    height: 280px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .flex-case-archive > div:first-child img {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .flex-case-archive > div:first-child img {
    height: 380px;
  }
}
@media (min-width: 1600px) {
  .flex-case-archive > div:first-child img {
    height: 420px;
  }
}
.flex-case-archive > div:last-child {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-case-archive > div:last-child {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
.flex-case-archive > div:last-child h3 {
  font-size: .875rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .flex-case-archive > div:last-child h3 {
    font-size: 1.125rem;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.flex-case-archive > div:last-child ul {
  padding-left: 0;
  margin: 0 0 15px 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .flex-case-archive > div:last-child ul {
    margin: 0 0 20px 0;
  }
}
.flex-case-archive > div:last-child li {
  font-size: .75rem;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .flex-case-archive > div:last-child li {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .flex-case-archive > div:last-child li {
    font-size: 1rem;
  }
}
.flex-case-archive > div:last-child li a {
  color: #fff;
}
.flex-case-archive > div:last-child ul.year li {
  padding: 3px 10px;
  background: #235991;
}
@media (min-width: 768px) {
  .flex-case-archive > div:last-child ul.year li {
    padding: 3px 20px;
  }
}
.flex-case-archive > div:last-child ul.point li {
  padding: 3px 10px;
  background: #367DC6;
}
@media (min-width: 768px) {
  .flex-case-archive > div:last-child ul.point li {
    padding: 3px 20px;
  }
}
.flex-case-archive > div:last-child ul.area li {
  background: #68A4D8;
  padding: 3px 10px;
}
@media (min-width: 768px) {
  .flex-case-archive > div:last-child ul.area li {
    padding: 3px 20px;
  }
}
@media (min-width: 992px) {
  .flex-case-archive > div:last-child .more-btn {
    width: 260px;
  }
}
img.case-main {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border: 5px solid #272727;
  border-radius: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  img.case-main {
    height: 280px;
    margin-bottom: 0;
    border: 8px solid #272727;
  }
}
@media (min-width: 992px) {
  img.case-main {
    height: 100%;
  }
}
.case-contents {
  width: 100%;
  padding: 10px;
  background-color: #E0EBF6;
}
@media (min-width: 992px) {
  .case-contents {
    padding: 30px;
  }
}
.case-contents p:last-of-type {
  margin-bottom: 0;
}
.detail-wrap {
  width: 100%;
  background-color: #F0F0F0;
  padding: 10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .detail-wrap {
    padding: 20px 40px;
    margin-bottom: 40px;
  }
}
.flex-beforeafter {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  justify-content: space-between;
  align-items: center;
}
.flex-beforeafter > div:first-child,
.flex-beforeafter > div:last-child {
  width: 100%;
  padding-top: 90%;
  position: relative;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .flex-beforeafter > div:first-child,
  .flex-beforeafter > div:last-child {
    width: 45%;
    padding-top: 45%;
  }
}
.flex-beforeafter > div:first-child img,
.flex-beforeafter > div:last-child img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border: 5px solid #272727;
}
@media (min-width: 768px) {
  .flex-beforeafter > div:first-child img,
  .flex-beforeafter > div:last-child img {
    border: 8px solid #272727;
  }
}
.flex-beforeafter > div:nth-child(2) {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-beforeafter > div:nth-child(2) {
    width: 10%;
  }
}
.flex-beforeafter > div:nth-child(2) img {
  display: block;
  width: 15%;
  margin: 20px auto;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .flex-beforeafter > div:nth-child(2) img {
    width: 50%;
    margin: auto;
    transform: initial;
  }
}
.flex-beforeafter > div:first-child:after,
.flex-beforeafter > div:last-child:after {
  content: "";
  width: 40%;
  height: 40%;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 4px;
}
@media (min-width: 768px) {
  .flex-beforeafter > div:first-child:after,
  .flex-beforeafter > div:last-child:after {
    top: 7px;
    left: 7px;
  }
}
.flex-beforeafter > div:first-child:after {
  background-image: url(../images/page/case/wrap-before.svg);
}
.flex-beforeafter > div:last-child:after {
  background-image: url(../images/page/case/wrap-after.svg);
}
.flex-case-free {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  justify-content: space-between;
  align-items: stretch;
}
.flex-case-free > div {
  width: 50%;
  position: relative;
  transition: 0.5s;
  text-align: center;
  padding: 0.625rem 0.3125rem;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .flex-case-free > div {
    width: 30%;
    padding: 0;
    margin-top: 40px;
  }
}
.flex-case-free > div img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border: 5px solid #272727;
  border-radius: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .flex-case-free > div img {
    height: 280px;
    border: 8px solid #272727;
  }
}
@media (min-width: 992px) {
  .flex-case-free > div img {
    height: 320px;
  }
}
.flex-case-free > div p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .flex-case-free:after {
    content: '';
    display: block;
    position: relative;
    width: 30%;
  }
}
/*料金について*/
.flex-price-pagelnk {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .flex-price-pagelnk {
    margin-bottom: 90px;
  }
}
.flex-price-pagelnk > div {
  width: 33%;
  position: relative;
  transition: 0.5s;
  border: 1px solid #272727;
  background-color: #fff;
}
@media (min-width: 992px) {
  .flex-price-pagelnk > div {
    width: 32%;
    border: 8px solid #272727;
  }
}
.flex-price-pagelnk > div span {
  width: 100%;
  height: 40px;
  font-size: .625rem;
  text-align: center;
  line-height: 1.2;
  display: grid;
  place-items: center;
}
@media (min-width: 992px) {
  .flex-price-pagelnk > div span {
    height: 80px;
    font-size: 1.25rem;
  }
}
.flex-price-pagelnk > div span:after {
  font-family: "Font Awesome 6 Free";
  content: '\f107';
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .flex-price-pagelnk > div span:after {
    right: 15px;
  }
}
.price-standard,
.price-premium,
.price-other {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 10px auto 20px auto;
}
@media (min-width: 992px) {
  .price-standard,
  .price-premium,
  .price-other {
    width: 340px;
    margin: 0 auto 40px auto;
  }
}
@media (min-width: 1200px) {
  .price-standard,
  .price-premium,
  .price-other {
    margin: 20px auto 40px auto;
  }
}
.price-standard:after,
.price-premium:after,
.price-other:after {
  content: "";
  width: 140px;
  height: 58px;
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  right: -20px;
}
@media (min-width: 992px) {
  .price-standard:after,
  .price-premium:after,
  .price-other:after {
    width: 200px;
    height: 83px;
    top: -80px;
    right: -60px;
  }
}
@media (min-width: 1200px) {
  .price-standard:after,
  .price-premium:after,
  .price-other:after {
    width: 273px;
    height: 113px;
    top: -110px;
    right: -140px;
  }
}
.price-standard:after {
  background-image: url(../images/page/price/balloon-standard2025.svg);
}
.price-premium:after {
  background-image: url(../images/page/price/balloon-tile2025.svg);
}
.price-other:after {
  background-image: url(../images/page/price/balloon-other202503.svg);
}
.flex-calc-three,
.flex-calc-four {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .flex-calc-three,
  .flex-calc-four {
    margin-bottom: 40px;
  }
}
.flex-calc-three > div span,
.flex-calc-four > div span {
  width: 100%;
  height: 40px;
  font-size: .625rem;
  line-height: 1;
  display: grid;
  place-items: center;
}
@media (min-width: 992px) {
  .flex-calc-three > div span,
  .flex-calc-four > div span {
    height: 80px;
    font-size: 1.25rem;
  }
}
.flex-calc-three > div:first-child,
.flex-calc-three > div:nth-child(3),
.flex-calc-three > div:last-child {
  width: 30%;
}
.flex-calc-three > div:nth-child(2),
.flex-calc-three > div:nth-child(4) {
  width: 5%;
}
.flex-calc-four > div:first-child,
.flex-calc-four > div:nth-child(3),
.flex-calc-four > div:last-child {
  width: 19%;
}
@media (min-width: 992px) {
  .flex-calc-four > div:first-child,
  .flex-calc-four > div:nth-child(3),
  .flex-calc-four > div:last-child {
    width: 22%;
  }
}
.flex-calc-four > div:nth-child(5) {
  width: 26%;
}
@media (min-width: 992px) {
  .flex-calc-four > div:nth-child(5) {
    width: 22%;
  }
}
.flex-calc-four > div:nth-child(2),
.flex-calc-four > div:nth-child(4),
.flex-calc-four > div:nth-child(6) {
  width: 5%;
}
@media (min-width: 992px) {
  .flex-calc-four > div:nth-child(2),
  .flex-calc-four > div:nth-child(4),
  .flex-calc-four > div:nth-child(6) {
    width: 4%;
  }
}
.flex-calc-three > div:first-child,
.flex-calc-four > div:first-child {
  background-color: #E0EBF6;
}
.flex-calc-three > div:nth-child(3),
.flex-calc-four > div:nth-child(3) {
  background-color: #7EAFD9;
}
.flex-calc-three > div:last-child,
.flex-calc-four > div:last-child {
  background-color: #FFF7B4;
}
.flex-calc-four > div:nth-child(5) {
  background-color: #FFE82E;
}
.flex-price-sample {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .flex-price-sample {
    margin-top: 40px;
  }
}
.flex-price-sample > div {
  width: 100%;
  position: relative;
  padding: 20px 10px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .flex-price-sample > div {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    padding: 40px 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .flex-price-sample > div {
    padding: 40px 30px;
  }
}
.flex-price-sample > div table.tbl-price,
.flex-price-sample > div table.tbl-price-other {
  width: 100%;
  line-height: 1.4;
  border-spacing: 0 10px;
}
@media (min-width: 992px) {
  .flex-price-sample > div table.tbl-price,
  .flex-price-sample > div table.tbl-price-other {
    border-spacing: 0 20px;
  }
}
.flex-price-sample > div table.tbl-price thead,
.flex-price-sample > div table.tbl-price-other thead,
.flex-price-sample > div table.tbl-price .border-line,
.flex-price-sample > div table.tbl-price-other .border-line {
  border-color: #D6D6D6;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 5px;
}
.flex-price-sample > div table.tbl-price th,
.flex-price-sample > div table.tbl-price-other th,
.flex-price-sample > div table.tbl-price td,
.flex-price-sample > div table.tbl-price-other td {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .flex-price-sample > div table.tbl-price th,
  .flex-price-sample > div table.tbl-price-other th,
  .flex-price-sample > div table.tbl-price td,
  .flex-price-sample > div table.tbl-price-other td {
    padding: 15px 0;
  }
}
.flex-price-sample > div table.tbl-price th,
.flex-price-sample > div table.tbl-price-other th {
  font-size: .75rem;
  vertical-align: top;
}
@media (min-width: 992px) {
  .flex-price-sample > div table.tbl-price th,
  .flex-price-sample > div table.tbl-price-other th {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .flex-price-sample > div table.tbl-price th,
  .flex-price-sample > div table.tbl-price-other th {
    font-size: 1.125rem;
  }
}
.flex-price-sample > div table.tbl-price td,
.flex-price-sample > div table.tbl-price-other td {
  font-size: 160%;
  text-align: right;
}
@media (min-width: 992px) {
  .flex-price-sample > div table.tbl-price td,
  .flex-price-sample > div table.tbl-price-other td {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .flex-price-sample > div table.tbl-price td,
  .flex-price-sample > div table.tbl-price-other td {
    font-size: 1.75rem;
  }
}
.flex-price-sample > div table.tbl-price td span.price,
.flex-price-sample > div table.tbl-price-other td span.price {
  color: #BE0505;
  margin-right: 10px;
}
.flex-price-sample > div table.tbl-price td span.ashiba,
.flex-price-sample > div table.tbl-price-other td span.ashiba,
.flex-price-sample > div table.tbl-price td span.yen,
.flex-price-sample > div table.tbl-price-other td span.yen {
  font-size: 50%;
}
@media (min-width: 1200px) {
  .flex-price-sample > div table.tbl-price td span.ashiba,
  .flex-price-sample > div table.tbl-price-other td span.ashiba,
  .flex-price-sample > div table.tbl-price td span.yen,
  .flex-price-sample > div table.tbl-price-other td span.yen {
    font-size: 60%;
  }
}
.flex-price-sample > div table.tbl-price td span.note,
.flex-price-sample > div table.tbl-price-other td span.note {
  font-size: 40%;
  color: #FF0000;
}
@media (min-width: 1200px) {
  .flex-price-sample > div table.tbl-price td span.note,
  .flex-price-sample > div table.tbl-price-other td span.note {
    font-size: 50%;
  }
}
.flex-price-sample > div table.tbl-price td.other,
.flex-price-sample > div table.tbl-price-other td.other {
  padding: 10px;
  font-size: .75rem;
  text-align: left;
  background-color: #E0F4FF;
}
@media (min-width: 992px) {
  .flex-price-sample > div table.tbl-price td.other,
  .flex-price-sample > div table.tbl-price-other td.other {
    font-size: 1rem;
    padding: 15px;
  }
}
.flex-price-sample > div table.tbl-price span.basic,
.flex-price-sample > div table.tbl-price-other span.basic,
.flex-price-sample > div table.tbl-price span.work,
.flex-price-sample > div table.tbl-price-other span.work,
.flex-price-sample > div table.tbl-price span.option,
.flex-price-sample > div table.tbl-price-other span.option {
  position: relative;
  width: fit-content;
  height: 34px;
  display: grid;
  place-items: center;
  margin-left: 40px;
}
@media (min-width: 992px) {
  .flex-price-sample > div table.tbl-price span.basic,
  .flex-price-sample > div table.tbl-price-other span.basic,
  .flex-price-sample > div table.tbl-price span.work,
  .flex-price-sample > div table.tbl-price-other span.work,
  .flex-price-sample > div table.tbl-price span.option,
  .flex-price-sample > div table.tbl-price-other span.option {
    height: 40px;
    margin-left: 50px;
  }
}
.flex-price-sample > div table.tbl-price span.basic::before,
.flex-price-sample > div table.tbl-price-other span.basic::before,
.flex-price-sample > div table.tbl-price span.work::before,
.flex-price-sample > div table.tbl-price-other span.work::before {
  content: "";
  position: absolute;
  left: -40px;
  width: 34px;
  height: 34px;
}
@media (min-width: 992px) {
  .flex-price-sample > div table.tbl-price span.basic::before,
  .flex-price-sample > div table.tbl-price-other span.basic::before,
  .flex-price-sample > div table.tbl-price span.work::before,
  .flex-price-sample > div table.tbl-price-other span.work::before {
    left: -50px;
    width: 40px;
    height: 40px;
  }
}
.flex-price-sample > div table.tbl-price span.basic::before,
.flex-price-sample > div table.tbl-price-other span.basic::before {
  background-color: #E0EBF6;
}
.flex-price-sample > div table.tbl-price span.work::before,
.flex-price-sample > div table.tbl-price-other span.work::before {
  background-color: #7EAFD9;
}
.flex-price-sample > div table.tbl-price span.option,
.flex-price-sample > div table.tbl-price-other span.option {
  background-color: #FFE82E;
}
.flex-price-sample > div rt {
  font-size: 90%;
  text-align: center;
  margin-bottom: 5px;
}
.flex-price-sample > div:first-child {
  border: 5px solid #D6D6D6;
}
@media (min-width: 992px) {
  .flex-price-sample > div:first-child {
    border: 10px solid #D6D6D6;
  }
}
.flex-price-sample > div:last-child {
  background-color: #E0EBF6;
}
.flex-price-sample > div:last-child .price-first,
.flex-price-sample > div:last-child .price-second {
  font-size: .875rem;
  line-height: 1.6;
  display: grid;
  place-items: center;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .flex-price-sample > div:last-child .price-first,
  .flex-price-sample > div:last-child .price-second {
    font-size: 1rem;
    height: 50%;
  }
}
@media (min-width: 1200px) {
  .flex-price-sample > div:last-child .price-first,
  .flex-price-sample > div:last-child .price-second {
    font-size: 1.25rem;
  }
}
.flex-price-sample > div:last-child .price-first span.red-text,
.flex-price-sample > div:last-child .price-second span.red-text {
  font-size: 160%;
  color: #BE0505;
}
@media (min-width: 1900px) {
  .flex-price-sample > div:last-child .price-first span.red-text,
  .flex-price-sample > div:last-child .price-second span.red-text {
    font-size: 200%;
  }
}
.flex-price-sample > div:last-child .price-first span.s-text,
.flex-price-sample > div:last-child .price-second span.s-text {
  font-size: 80%;
}
@media (min-width: 1900px) {
  .flex-price-sample > div:last-child .price-first span.s-text,
  .flex-price-sample > div:last-child .price-second span.s-text {
    font-size: 100%;
  }
}
.flex-price-sample > div:last-child .bg-white {
  background-color: #fff;
}
@media (min-width: 992px) {
  .flex-price-sample > div:last-child img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
  }
}
.flex-price-sample > div:last-child hr {
  margin: 5px 0;
  height: 4px;
  color: #fff;
  opacity: 1;
}
@media (min-width: 992px) {
  .flex-price-sample > div:last-child hr {
    margin: 10px 0;
    height: 6px;
  }
}
.flex-price-beforeafter {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.flex-price-beforeafter > div {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .flex-price-beforeafter > div {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
.flex-price-beforeafter > div img {
  border: 5px solid #272727;
}
@media (min-width: 768px) {
  .flex-price-beforeafter > div img {
    border: 8px solid #272727;
  }
}
.flex-price-beforeafter > div:nth-child(2) {
  width: 100%;
  padding: 15px 2px;
}
@media (min-width: 768px) {
  .flex-price-beforeafter > div:nth-child(2) {
    width: 60px;
    padding: 100px 5px;
  }
}
.flex-price-beforeafter > div:nth-child(2) img {
  border: none;
  display: block;
  width: 30px;
  margin: auto;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .flex-price-beforeafter > div:nth-child(2) img {
    width: 50%;
    transform: initial;
  }
}
.flex-price-beforeafter > div:first-child:after,
.flex-price-beforeafter > div:last-child:after {
  content: "";
  width: 40%;
  height: 40%;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 4px;
}
@media (min-width: 768px) {
  .flex-price-beforeafter > div:first-child:after,
  .flex-price-beforeafter > div:last-child:after {
    top: 7px;
    left: 7px;
  }
}
.flex-price-beforeafter > div:first-child:after {
  background-image: url(../images/page/case/wrap-before.svg);
}
.flex-price-beforeafter > div:last-child:after {
  background-image: url(../images/page/case/wrap-after.svg);
}
/*よくある質問*/
.mb-faq {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .mb-faq {
    margin-bottom: 90px;
  }
}
.border-contents-faq {
  background-color: #E0EBF6;
  border: 4px solid #000;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 3.75rem;
  position: relative;
}
@media (min-width: 992px) {
  .border-contents-faq {
    border: 9px solid #000;
    padding: 25px 40px;
    border-radius: 40px;
    margin-top: 6.25rem;
    margin-bottom: 0;
  }
}
.border-contents-faq h3 {
  width: fit-content;
  color: #272727;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.border-contents-faq h3:before {
  content: 'Ｑ';
  font-size: 120%;
  color: #377DC6;
  margin-right: 20px;
}
.border-contents-faq h3:after {
  content: 'Ａ';
  font-size: 120%;
  color: #377DC6;
  margin-left: 20px;
}
.flex-archive-qa,
.flex-archive-qa-2025 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 3px 0;
}
@media (min-width: 992px) {
  .flex-archive-qa,
  .flex-archive-qa-2025 {
    padding: 5px 0;
  }
}
@media (min-width: 992px) {
  .flex-archive-qa-2025 {
    padding: 5px 0;
    max-width: 860px;
    margin: 0 auto;
  }
}
.flex-archive-qa {
  border-bottom: 1px solid #707070;
}
.flex-archive-qa > div:first-child,
.flex-archive-qa-2025 > div:first-child {
  width: 40px;
  font-family: initial;
  font-size: 1.5rem;
  color: #377DC6;
  text-align: center;
}
@media (min-width: 992px) {
  .flex-archive-qa > div:first-child,
  .flex-archive-qa-2025 > div:first-child {
    width: 90px;
    font-size: 2.5rem;
  }
}
.flex-archive-qa > div:last-child,
.flex-archive-qa-2025 > div:last-child {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
@media (min-width: 992px) {
  .flex-archive-qa > div:last-child,
  .flex-archive-qa-2025 > div:last-child {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
  }
}
.flex-archive-qa > div:last-child h4,
.flex-archive-qa-2025 > div:last-child h4 {
  font-size: .875rem;
  margin: 0;
}
@media (min-width: 992px) {
  .flex-archive-qa > div:last-child h4,
  .flex-archive-qa-2025 > div:last-child h4 {
    font-size: 1rem;
  }
}
.flex-single-qa {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .flex-single-qa {
    margin-bottom: 30px;
  }
}
.flex-single-qa > div:first-child {
  width: 50px;
  font-family: initial;
  font-size: 2.5rem;
  color: #377DC6;
}
@media (min-width: 992px) {
  .flex-single-qa > div:first-child {
    width: 80px;
    font-size: 3.75rem;
  }
}
.flex-single-qa > div:last-child {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
@media (min-width: 992px) {
  .flex-single-qa > div:last-child {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
.flex-single-qa > div:last-child h3 {
  font-size: 1rem;
  margin: 0;
}
@media (min-width: 992px) {
  .flex-single-qa > div:last-child h3 {
    font-size: 1.25rem;
  }
}
.faq-contents {
  width: 100%;
  padding: 10px;
  background-color: #E0EBF6;
}
@media (min-width: 992px) {
  .faq-contents {
    padding: 30px;
  }
}
.faq-contents p:last-of-type {
  margin-bottom: 0;
}
/*会社案内*/
.border-company-thanks {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 2.5rem .625rem 0 .625rem;
  border: 5px solid #272727;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .border-company-thanks {
    padding: 3.75rem 1rem 0 1rem;
    border: 8px solid #272727;
  }
}
.border-company-standard {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 2rem;
  border: 5px solid #272727;
  border-radius: 20px;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .border-company-standard {
    padding: 4.5rem;
    border: 8px solid #272727;
    margin-top: 90px;
  }
}
.greeting-wrap img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .greeting-wrap img {
    width: 70%;
    max-width: 700px;
    float: right;
    shape-outside: url(../images/page/company/greeting-img.webp);
    shape-image-threshold: 0;
    shape-margin: 20px;
    margin-bottom: 0;
    margin-top: 50px;
    margin-right: -120px;
  }
}
.ceo-name {
  text-align: right;
}
.ceo-name span {
  font-size: 125%;
  display: block;
}
.overview-img01 {
  width: 120px;
  position: absolute;
  right: -10px;
  top: 20px;
}
@media (min-width: 992px) {
  .overview-img01 {
    width: auto;
    right: -70px;
    top: 50px;
  }
}
.overview-img02 {
  width: 140px;
  position: absolute;
  right: -10px;
  bottom: -30px;
}
@media (min-width: 992px) {
  .overview-img02 {
    width: auto;
    right: 15px;
    bottom: -60px;
  }
}
dl.overview-tbl {
  font-size: .75rem;
  line-height: 160%;
  background-color: #E0EBF6;
  padding: 8px;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  dl.overview-tbl {
    font-size: 1rem;
    line-height: 200%;
    padding: 20px;
    margin-bottom: 5px;
  }
}
dl.overview-tbl dt {
  float: left;
}
dl.overview-tbl dd {
  margin-left: 60px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  dl.overview-tbl dd {
    margin-left: 200px;
  }
}
.overview-mb {
  margin-bottom: 50px!important;
}
@media (min-width: 992px) {
  .overview-mb {
    margin-bottom: 200px!important;
  }
}
.shopcard {
  font-size: .75rem;
  line-height: 160%;
  background-color: #E0EBF6;
  padding: 8px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .shopcard {
    font-size: 1rem;
    line-height: 200%;
    padding: 20px;
    margin-bottom: 30px;
  }
}
.shopcard h4 {
  margin-bottom: 1rem;
}
.shopcard .inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .shopcard .inner {
    justify-content: space-between;
  }
}
.shopcard .inner > div p {
  margin-bottom: 0;
}
.shopcard .inner > div img {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .shopcard .inner > div img {
    width: 65px;
    height: 65px;
  }
}
.shopcard .inner > div:first-child {
  width: 100%;
}
@media (min-width: 992px) {
  .shopcard .inner > div:first-child {
    width: 43%;
  }
}
.shopcard .inner > div:last-child {
  width: 100%;
}
@media (min-width: 992px) {
  .shopcard .inner > div:last-child {
    width: 55%;
  }
}
.area-shopcard {
  font-size: .75rem;
  line-height: 160%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .area-shopcard {
    font-size: 1rem;
    line-height: 200%;
    margin-bottom: 30px;
  }
}
.area-shopcard .inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .area-shopcard .inner {
    justify-content: space-between;
  }
}
.area-shopcard .inner > div p {
  margin-bottom: 0;
}
.area-shopcard .inner > div img {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .area-shopcard .inner > div img {
    width: 65px;
    height: 65px;
  }
}
.area-shopcard .inner > div:first-child {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .area-shopcard .inner > div:first-child {
    width: 43%;
    margin-bottom: 0;
  }
}
.area-shopcard .inner > div:last-child {
  width: 100%;
}
@media (min-width: 992px) {
  .area-shopcard .inner > div:last-child {
    width: 55%;
  }
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}
@media (min-width: 992px) {
  .gmap {
    padding-bottom: 50%;
    margin-top: 0;
  }
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.areabox {
  position: relative;
  width: 100%;
  background-color: #E0EBF6;
  padding: 40px 20px 20px 20px;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .areabox {
    padding: 40px;
    margin-top: 120px;
  }
}
.areabox .area-map {
  position: absolute;
  top: -50px;
  right: -30px;
  width: 120px;
}
@media (min-width: 992px) {
  .areabox .area-map {
    width: 180px;
    top: -100px;
    right: -40px;
  }
}
.areabox .area-aichi,
.areabox .area-gifu,
.areabox .area-mie,
.areabox .area-ibaragi,
.areabox .area-saitama,
.areabox .area-osaka,
.areabox .area-hiroshima {
  float: right;
  width: 300px;
  shape-image-threshold: 0;
  shape-margin: 30px;
}
.areabox .area-aichi {
  shape-outside: url(../images/page/company/area-aichi.webp);
}
.areabox .area-gifu {
  shape-outside: url(../images/page/company/area-gifu.webp);
}
.areabox .area-mie {
  shape-outside: url(../images/page/company/area-mie.webp);
}
.areabox .area-ibaragi {
  shape-outside: url(../images/page/company/area-ibaragi.webp);
}
.areabox .area-saitama {
  shape-outside: url(../images/page/company/area-ibaragi.webp);
}
.areabox .area-osaka {
  shape-outside: url(../images/page/company/area-osaka.webp);
}
.areabox .area-hiroshima {
  shape-outside: url(../images/page/company/area-hiroshima.webp);
}
.areabox h4 {
  width: 160px;
  height: 34px;
  display: grid;
  place-items: center;
  position: absolute;
  top: -17px;
  left: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #F5DA06;
  background-color: #377DC6;
  border-radius: 17px;
  margin: 0;
}
@media (min-width: 992px) {
  .areabox h4 {
    width: 225px;
    height: 50px;
    top: -25px;
    left: 20px;
    font-size: 1.125rem;
    border-radius: 25px;
  }
}
.areabox h5 {
  width: 140px;
  height: 28px;
  display: grid;
  place-items: center;
  font-size: .875rem;
  line-height: 1;
  color: #F5DA06;
  background-color: #272727;
  border-radius: 14px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .areabox h5 {
    width: 200px;
    height: 44px;
    font-size: 1rem;
    border-radius: 22px;
    margin-top: 20px;
  }
}
.areabox ul {
  padding-left: 0;
  list-style: none;
}
.areabox ul li {
  display: inline-block;
  line-height: 2;
}
.areabox ul li:after {
  content: '、';
}
.areabox ul li:last-child:after {
  content: '';
}
.area-wrap {
  position: relative;
  width: 100%;
  padding: 2rem;
}
@media (min-width: 992px) {
  .area-wrap {
    padding: 0;
  }
}
.page-areabox {
  position: relative;
  width: 100%;
  background-color: #E0EBF6;
  padding: 40px 20px 20px 20px;
  border-radius: 0 0 15px 15px;
}
@media (min-width: 992px) {
  .page-areabox {
    padding: 40px;
    border-radius: 0 0 20px 20px;
  }
}
.page-areabox .area-aichi,
.page-areabox .area-gifu,
.page-areabox .area-mie,
.page-areabox .area-ibaragi,
.page-areabox .area-saitama,
.page-areabox .area-osaka,
.page-areabox .area-hiroshima {
  float: right;
  width: 140px;
  shape-image-threshold: 0;
  shape-margin: 30px;
}
@media (min-width: 992px) {
  .page-areabox .area-aichi,
  .page-areabox .area-gifu,
  .page-areabox .area-mie,
  .page-areabox .area-ibaragi,
  .page-areabox .area-saitama,
  .page-areabox .area-osaka,
  .page-areabox .area-hiroshima {
    width: 300px;
  }
}
.page-areabox .area-aichi {
  shape-outside: url(../images/page/company/area-aichi.webp);
}
.page-areabox .area-gifu {
  shape-outside: url(../images/page/company/area-gifu.webp);
}
.page-areabox .area-mie {
  shape-outside: url(../images/page/company/area-mie.webp);
}
.page-areabox .area-ibaragi {
  shape-outside: url(../images/page/company/area-ibaragi.webp);
}
.page-areabox .area-saitama {
  shape-outside: url(../images/page/company/area-ibaragi.webp);
}
.page-areabox .area-osaka {
  shape-outside: url(../images/page/company/area-osaka.webp);
}
.page-areabox .area-hiroshima {
  shape-outside: url(../images/page/company/area-hiroshima.webp);
}
.page-areabox h4 {
  width: 140px;
  height: 28px;
  display: grid;
  place-items: center;
  font-size: .875rem;
  line-height: 1;
  color: #F5DA06;
  background-color: #272727;
  border-radius: 14px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .page-areabox h4 {
    width: 200px;
    height: 44px;
    font-size: 1rem;
    border-radius: 22px;
    margin-top: 40px;
  }
}
.page-areabox ul {
  padding-left: 0;
  list-style: none;
}
.page-areabox ul li {
  display: inline-block;
  line-height: 2;
}
.page-areabox ul li:after {
  content: '、';
}
.page-areabox ul li:last-child:after {
  content: '';
}
.areabox-h3 {
  position: initial;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  font-size: 1.25rem;
  line-height: 60px;
  color: #F5DA06;
  padding-left: 20px;
  background-color: #377DC6;
  border-radius: 15px 15px 0 0;
}
@media (min-width: 992px) {
  .areabox-h3 {
    margin-top: 120px;
    height: 90px;
    font-size: 1.75rem;
    line-height: 90px;
    padding-left: 40px;
    border-radius: 20px 20px 0 0;
  }
}
/*店舗情報*/
.shopsearch {
  min-height: 280px;
}
@media (min-width: 992px) {
  .shopsearch {
    max-width: 780px;
    min-height: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}
.shopsearch .map-img {
  float: right;
  width: 50%;
  shape-image-threshold: 0;
  shape-margin: 30px;
  shape-outside: url(../images/top/area-map-2024.svg);
}
@media (min-width: 992px) {
  .shopsearch .map-img {
    margin-top: -60px;
  }
}
ul.taxonomy_ul_shop {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  ul.taxonomy_ul_shop {
    margin-top: 100px;
  }
}
ul.taxonomy_ul_shop li {
  font-size: .875rem;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  list-style: none;
  display: block!important;
  margin: 5px auto 5px 0;
  width: fit-content;
}
@media (min-width: 992px) {
  ul.taxonomy_ul_shop li {
    font-size: 1.25rem;
  }
}
ul.taxonomy_ul_shop li a {
  color: #272727;
  text-decoration: none;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  ul.taxonomy_ul_shop li a {
    padding: 5px 10px;
  }
}
ul.taxonomy_ul_shop li a:hover {
  color: #fff;
  background: #377DC6;
  border-radius: 5px;
}
ul.taxonomy_ul_shop ul.children {
  padding-left: 15px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  ul.taxonomy_ul_shop ul.children {
    display: inline!important;
  }
}
ul.taxonomy_ul_shop ul.children li {
  font-size: .75rem;
  display: inline-block !important;
}
@media (min-width: 992px) {
  ul.taxonomy_ul_shop ul.children li {
    font-size: 1rem;
  }
}
ul.taxonomy_ul_shop ul.children li:before {
  content: "◯";
  font-weight: 900;
  color: #367DC6;
}
ul.taxonomy_ul_shop ul.children a {
  background: transparent;
  color: #272727;
}
@media (min-width: 992px) {
  ul.taxonomy_ul_shop ul.children a {
    padding: 5px;
    margin: 10px 5px;
  }
}
ul.taxonomy_ul_shop ul.children a:hover {
  background: #68A4D8;
  color: #fff;
  border-radius: 5px;
}
.shopcard-archive {
  font-size: .75rem;
  line-height: 160%;
  background-color: #E0EBF6;
  padding: 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .shopcard-archive {
    font-size: 1rem;
    line-height: 200%;
    padding: 40px;
    margin-bottom: 30px;
  }
}
.shopcard-archive h4 {
  margin-bottom: 1rem;
}
.shopcard-archive .inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .shopcard-archive .inner {
    justify-content: space-between;
  }
}
.shopcard-archive .inner > div p {
  margin-bottom: 0;
}
.shopcard-archive .inner > div img {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .shopcard-archive .inner > div img {
    width: 65px;
    height: 65px;
  }
}
.shopcard-archive .inner > div:first-child {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .shopcard-archive .inner > div:first-child {
    width: 43%;
  }
}
.shopcard-archive .inner > div:first-child .more-btn {
  width: 100%;
}
@media (min-width: 576px) {
  .shopcard-archive .inner > div:first-child .more-btn {
    width: fit-content;
  }
}
.shopcard-archive .inner > div:last-child {
  width: 100%;
}
@media (min-width: 992px) {
  .shopcard-archive .inner > div:last-child {
    width: 55%;
  }
}
.flex-shop-case {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: center;
}
.flex-shop-case > div {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .flex-shop-case > div {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 0;
  }
}
.flex-shop-case > div img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border: 5px solid #272727;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .flex-shop-case > div img {
    border: 6px solid #272727;
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .flex-shop-case > div img {
    height: 200px;
  }
}
@media (min-width: 1900px) {
  .flex-shop-case > div img {
    height: 220px;
  }
}
.flex-shop-case > div h4 {
  font-size: .625rem;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .flex-shop-case > div h4 {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.flex-shop-case > div ul {
  padding-left: 0;
  margin: 0 0 5px 0;
  display: inline-block;
}
@media (min-width: 992px) {
  .flex-shop-case > div ul {
    margin: 0 0 20px 0;
  }
}
.flex-shop-case > div li {
  font-size: .5rem;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .flex-shop-case > div li {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .flex-shop-case > div li {
    font-size: .875rem;
  }
}
.flex-shop-case > div li a {
  color: #fff;
}
.flex-shop-case > div ul.year li {
  padding: 0px 5px;
  background: #235991;
}
@media (min-width: 992px) {
  .flex-shop-case > div ul.year li {
    padding: 1px 10px;
  }
}
.flex-shop-case > div ul.area li {
  background: #68A4D8;
  padding: 0px 5px;
}
@media (min-width: 992px) {
  .flex-shop-case > div ul.area li {
    padding: 1px 10px;
  }
}
@media (max-width: 768px) {
  .flex-shop-case > div:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-shop-case > div:nth-child(4n) {
    margin-right: 0;
  }
}
.shop-areabox {
  position: relative;
  width: 100%;
  background-color: #E0EBF6;
  padding: 5px 20px 20px 20px;
  border-radius: 0 0 15px 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .shop-areabox {
    padding: 5px 40px 40px 40px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 40px;
  }
}
.shop-areabox h5 {
  width: 140px;
  height: 28px;
  display: grid;
  place-items: center;
  font-size: .875rem;
  line-height: 1;
  color: #F5DA06;
  background-color: #272727;
  border-radius: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .shop-areabox h5 {
    width: 200px;
    height: 44px;
    font-size: 1rem;
    border-radius: 22px;
    margin-top: 40px;
  }
}
/*加盟店募集*/
#partners-mainv {
  position: relative;
  z-index: -1;
}
@media (min-width: 992px) {
  #partners-mainv {
    margin-top: -15%;
  }
}
#partners-mainv .catchcopy {
  display: block;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
}
@media (min-width: 576px) {
  #partners-mainv .catchcopy {
    max-width: 50%;
    margin-right: 10%;
  }
}
@media (min-width: 992px) {
  #partners-mainv .catchcopy {
    max-width: 550px;
    padding-top: 15%;
  }
}
#partners-mainv .mainv {
  position: relative;
  z-index: -1;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  #partners-mainv .mainv {
    margin-bottom: -15px;
  }
}
@media (min-width: 992px) {
  #partners-mainv .mainv {
    max-width: 90%;
  }
}
.partners-first-section {
  padding: 3.75rem .625rem;
}
@media (min-width: 992px) {
  .partners-first-section {
    padding: 6rem 1.25rem;
  }
}
.partners-first-section .flex-partners-first {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .partners-first-section .flex-partners-first {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
@media (min-width: 1900px) {
  .partners-first-section .flex-partners-first {
    max-width: 1575px;
  }
}
.partners-first-section .flex-partners-first > div {
  width: 100%;
  font-size: 120%;
  color: #ffffff;
}
@media (min-width: 576px) {
  .partners-first-section .flex-partners-first > div {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    font-size: 110%;
  }
}
@media (min-width: 1900) {
  .partners-first-section .flex-partners-first > div {
    font-size: 120%;
  }
}
.partners-first-section .flex-partners-first > div .sub {
  font-size: 1.125rem;
  line-height: 2;
  color: #377DC6;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .partners-first-section .flex-partners-first > div .sub {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  .partners-first-section .flex-partners-first > div .sub {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1900) {
  .partners-first-section .flex-partners-first > div .sub {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
.partners-first-section .flex-partners-first > div .sub span {
  padding: 5px 10px;
  background-color: #fff;
  box-shadow: 10px 10px #000;
}
.partners-first-section .partners-meritbox {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox {
    padding-top: 90px;
    padding-bottom: 90px;
    max-width: 1575px;
    margin-left: auto;
    margin-right: auto;
  }
}
.partners-first-section .partners-meritbox .merit-bubble {
  position: absolute;
  top: -20px;
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox .merit-bubble {
    top: -24px;
    left: -webkit-calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
  }
}
.partners-first-section .partners-meritbox .sub {
  font-size: 150%;
  color: #377DC6;
  text-align: center;
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox .sub {
    font-size: 200%;
  }
}
.partners-first-section .partners-meritbox .merit {
  font-size: 300%;
  color: #377DC6;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox .merit {
    font-size: 400%;
    margin-bottom: 50px;
  }
}
.partners-first-section .partners-meritbox .merit .border-left,
.partners-first-section .partners-meritbox .merit .border-right {
  padding: 3px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox .merit .border-left,
  .partners-first-section .partners-meritbox .merit .border-right {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
  }
}
.partners-first-section .partners-meritbox .merit .border-left {
  border-left: 3px solid #000;
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox .merit .border-left {
    border-left: 5px solid #000;
  }
}
.partners-first-section .partners-meritbox .merit .border-right {
  border-right: 3px solid #000;
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox .merit .border-right {
    border-right: 5px solid #000;
  }
}
.partners-first-section .partners-meritbox .merit .border-normal {
  padding: 3px;
  border: 3px solid #000;
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox .merit .border-normal {
    border: 5px solid #000;
  }
}
.partners-first-section .partners-meritbox .flex-partners-merit {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox .flex-partners-merit {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.partners-first-section .partners-meritbox .flex-partners-merit > div:first-child {
  width: 60px;
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox .flex-partners-merit > div:first-child {
    width: 140px;
  }
}
.partners-first-section .partners-meritbox .flex-partners-merit > div:last-child {
  width: 50px;
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox .flex-partners-merit > div:last-child {
    width: 120px;
  }
}
.partners-first-section .partners-meritbox .flex-partners-merit > div:nth-child(2) {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox .flex-partners-merit > div:nth-child(2) {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .partners-first-section .partners-meritbox .flex-partners-merit > div:nth-child(2) {
    padding-left: 60px;
  }
}
.partners-first-section .partners-meritbox .flex-partners-merit > div:nth-child(2) p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox .flex-partners-merit > div:nth-child(2) p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .partners-first-section .partners-meritbox .flex-partners-merit > div:nth-child(2) p {
    font-size: 2rem;
  }
}
.partners-first-section .partners-meritbox:before {
  content: '';
  width: 120px;
  height: 60px;
  border-bottom-left-radius: 50% 0px;
  border-bottom-right-radius: 50% 0px;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  background-color: #fff;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  position: absolute;
  top: -50px;
  left: -webkit-calc(50% - 60px);
  left: calc(50% - 60px);
  z-index: -1;
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox:before {
    width: 170px;
    height: 85px;
    border-top: 9px solid #000;
    border-left: 9px solid #000;
    border-right: 9px solid #000;
    top: -65px;
    left: -webkit-calc(50% - 85px);
    left: calc(50% - 85px);
  }
}
.partners-first-section .partners-meritbox:after {
  content: '';
  border: 4px solid #000;
  position: absolute;
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  z-index: -2;
}
@media (min-width: 992px) {
  .partners-first-section .partners-meritbox:after {
    border: 9px solid #000;
    top: -9px;
    left: -9px;
    bottom: -9px;
    right: -9px;
  }
}
.partners-second-section {
  padding: 3.75rem 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .partners-second-section {
    padding: 6.25rem 0;
  }
}
.partners-second-section .top-logo {
  display: block;
  width: 240px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .partners-second-section .top-logo {
    width: 340px;
    margin-bottom: 30px;
  }
}
.partners-second-section .flex-partners-beforeafter {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .partners-second-section .flex-partners-beforeafter {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1140px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.partners-second-section .flex-partners-beforeafter > div {
  position: relative;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}
@media (min-width: 992px) {
  .partners-second-section .flex-partners-beforeafter > div {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
.partners-second-section .flex-partners-beforeafter > div img {
  border: 5px solid #272727;
}
@media (min-width: 768px) {
  .partners-second-section .flex-partners-beforeafter > div img {
    border: 8px solid #272727;
  }
}
.partners-second-section .flex-partners-beforeafter > div:nth-child(2) {
  width: 20px;
  padding: 15px 2px;
}
@media (min-width: 992px) {
  .partners-second-section .flex-partners-beforeafter > div:nth-child(2) {
    width: 60px;
    padding: 100px 5px;
  }
}
.partners-second-section .flex-partners-beforeafter > div:nth-child(2) img {
  border: none;
}
.partners-second-section .flex-partners-beforeafter > div:first-child:after,
.partners-second-section .flex-partners-beforeafter > div:last-child:after {
  content: "";
  width: 40%;
  height: 40%;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 4px;
}
@media (min-width: 768px) {
  .partners-second-section .flex-partners-beforeafter > div:first-child:after,
  .partners-second-section .flex-partners-beforeafter > div:last-child:after {
    top: 7px;
    left: 7px;
  }
}
.partners-second-section .flex-partners-beforeafter > div:first-child:after {
  background-image: url(../images/page/case/wrap-before.svg);
}
.partners-second-section .flex-partners-beforeafter > div:last-child:after {
  background-image: url(../images/page/case/wrap-after.svg);
}
.contact-band {
  padding: 1.5rem 0;
  background-color: #F5DA06;
}
.contact-band .flex-band {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact-band .flex-band > div:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-band .flex-band > div:first-child {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .contact-band .flex-band > div:first-child {
    width: 70%;
  }
}
.contact-band .flex-band > div:first-child p {
  font-size: 1.25rem;
  color: #377DC6;
  text-align: center;
}
@media (min-width: 576px) {
  .contact-band .flex-band > div:first-child p {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .contact-band .flex-band > div:first-child p {
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .contact-band .flex-band > div:first-child p {
    font-size: 2rem;
  }
}
.contact-band .flex-band > div:last-child {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-band .flex-band > div:last-child {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .contact-band .flex-band > div:last-child {
    width: 30%;
  }
}
.solution-btn {
  position: relative;
  width: fit-content;
  color: #fff;
  letter-spacing: 1px;
  display: block;
  border: 5px solid #fff;
  background-color: #ED2020;
  padding: 15px;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .solution-btn {
    padding: 15px 10px;
    margin-right: 0;
  }
}
.solution-btn p {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0;
}
.solution-btn .text-s {
  font-size: .875rem;
}
@media (min-width: 768px) {
  .solution-btn .text-s {
    font-size: .75rem;
  }
}
@media (min-width: 1200px) {
  .solution-btn .text-s {
    font-size: .875rem;
  }
}
.solution-btn .text-n {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .solution-btn .text-n {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .solution-btn .text-n {
    font-size: 1.125rem;
  }
}
.solution-btn:hover {
  text-decoration: none;
  background: #272727;
}
.solution-btn:hover span {
  color: #F5DA06;
}
.partners-third-section {
  padding: 3.75rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .partners-third-section {
    padding: 6.25rem 0;
  }
}
.partners-third-section h2 {
  color: #fff;
}
.partners-third-section .top-logo {
  display: block;
  width: 200px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .partners-third-section .top-logo {
    width: 300px;
    margin-bottom: 30px;
  }
}
.partners-third-section .modelcase {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  position: relative;
  background-color: #fff;
  padding: 5%;
  border: 3px solid #272727;
  border-radius: 10px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 992px) {
  .partners-third-section .modelcase {
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
    padding: 2% 5%;
    border: 5px solid #272727;
    border-radius: 20px;
    margin-top: 90px;
  }
}
.partners-third-section .modelcase .num {
  font-size: 1.75rem;
  color: #272727;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background-color: #F5DA06;
  border: 3px solid #272727;
  border-radius: 5px;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media (min-width: 768px) {
  .partners-third-section .modelcase .num {
    font-size: 2.25rem;
    width: 50px;
    height: 50px;
    border: 5px solid #272727;
    top: -25px;
    left: -25px;
  }
}
.partners-third-section .modelcase .flex-model-blue,
.partners-third-section .modelcase .flex-model-orange {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 2px;
}
.partners-third-section .modelcase .flex-model-blue {
  background-color: #E0EBF6;
}
.partners-third-section .modelcase .flex-model-orange {
  background-color: #FFF8C3;
}
.partners-third-section .modelcase .flex-model-blue > div,
.partners-third-section .modelcase .flex-model-orange > div {
  width: 50%;
  text-align: center;
  font-size: .875rem;
}
@media (min-width: 768px) {
  .partners-third-section .modelcase .flex-model-blue > div,
  .partners-third-section .modelcase .flex-model-orange > div {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .partners-third-section .modelcase .flex-model-blue > div,
  .partners-third-section .modelcase .flex-model-orange > div {
    font-size: 1.25rem;
  }
}
.partners-third-section .modelcase .flex-model-blue > div span,
.partners-third-section .modelcase .flex-model-orange > div span {
  font-size: 120%;
  color: #FF0000;
}
.partners-third-section .modelcase .blue-dotted {
  background-color: #fff;
  padding: 10px;
  border: 3px dashed #377DC6;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .partners-third-section .modelcase .blue-dotted {
    border: 5px dashed #377DC6;
    margin-top: 20px;
  }
}
.partners-third-section .modelcase .blue-dotted p {
  font-size: .875rem;
  color: #377DC6;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .partners-third-section .modelcase .blue-dotted p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .partners-third-section .modelcase .blue-dotted p {
    font-size: 1.25rem;
  }
}
.partners-third-section:before {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 24.479166666666667%;
  background-image: url(../images/top/bubble-bg-upper.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.partners-four-section {
  padding: 3.75rem 0;
  background-color: #E0EBF6;
}
@media (min-width: 992px) {
  .partners-four-section {
    padding: 6.25rem 0;
  }
}
.partners-four-section .top-logo {
  display: block;
  width: 240px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .partners-four-section .top-logo {
    width: 340px;
    margin-bottom: 30px;
  }
}
.partners-four-section .affiliationbox {
  position: relative;
  background-color: #fff;
  padding: 5%;
  border: 3px solid #272727;
  border-radius: 10px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 992px) {
  .partners-four-section .affiliationbox {
    padding: 2% 5%;
    border: 5px solid #272727;
    border-radius: 20px;
    margin-top: 90px;
  }
}
.partners-four-section .affiliationbox h3 {
  width: 160px;
  height: 40px;
  background-color: #fff;
  display: grid;
  place-items: center;
  border-top: 3px solid #272727;
  border-left: 3px solid #272727;
  border-right: 3px solid #272727;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: -40px;
  left: -webkit-calc(50% - 80px);
  left: calc(50% - 80px);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .partners-four-section .affiliationbox h3 {
    width: 200px;
    height: 50px;
    top: -50px;
    left: -webkit-calc(50% - 100px);
    left: calc(50% - 100px);
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .partners-four-section .affiliationbox h3 {
    width: 240px;
    height: 60px;
    font-size: 1.5rem;
    border-top: 5px solid #272727;
    border-left: 5px solid #272727;
    border-right: 5px solid #272727;
    border-radius: 20px 20px 0 0;
    top: -60px;
    left: -webkit-calc(50% - 120px);
    left: calc(50% - 120px);
  }
}
@media (min-width: 1600px) {
  .partners-four-section .affiliationbox h3 {
    width: 270px;
    height: 70px;
    font-size: 2rem;
    top: -70px;
    left: -webkit-calc(50% - 135px);
    left: calc(50% - 135px);
  }
}
.partners-four-section .affiliationbox .flex-conditions {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.partners-four-section .affiliationbox .flex-conditions > div {
  width: 100%;
  background-image: url(../images/page/partners/check-bg.svg);
  background-repeat: no-repeat;
  background-size: 20%;
  padding: 30px;
}
@media (min-width: 768px) {
  .partners-four-section .affiliationbox .flex-conditions > div {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .partners-four-section .affiliationbox .flex-conditions > div {
    padding: 50px;
  }
}
.partners-four-section .affiliationbox .flex-conditions > div p {
  margin-bottom: 0;
}
.partners-four-section .affiliationbox .flex-conditions > div .text-xl {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .partners-four-section .affiliationbox .flex-conditions > div .text-xl {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .partners-four-section .affiliationbox .flex-conditions > div .text-xl {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .partners-four-section .affiliationbox .flex-conditions > div .text-xl {
    font-size: 2rem;
  }
}
.partners-four-section .affiliationbox .flex-affiliation,
.partners-four-section .affiliationbox .flex-affiliation-darkblue {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10%;
  margin-bottom: 2px;
}
.partners-four-section .affiliationbox .flex-affiliation {
  background-color: #E0EBF6;
}
.partners-four-section .affiliationbox .flex-affiliation-darkblue {
  color: #fff;
  background-color: #377DC6;
}
.partners-four-section .affiliationbox .flex-affiliation > div,
.partners-four-section .affiliationbox .flex-affiliation-darkblue > div {
  width: fit-content;
  font-size: .875rem;
}
@media (min-width: 768px) {
  .partners-four-section .affiliationbox .flex-affiliation > div,
  .partners-four-section .affiliationbox .flex-affiliation-darkblue > div {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .partners-four-section .affiliationbox .flex-affiliation > div,
  .partners-four-section .affiliationbox .flex-affiliation-darkblue > div {
    font-size: 1.25rem;
  }
}
.partners-four-section .affiliationbox .flex-affiliation > div span,
.partners-four-section .affiliationbox .flex-affiliation-darkblue > div span {
  font-size: 120%;
}
.partners-four-section .affiliationbox table {
  width: 100%;
  font-size: .625rem;
  border-collapse: separate;
  border-spacing: 1px 2px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .partners-four-section .affiliationbox table {
    font-size: 1rem;
    border-spacing: 2px 3px;
  }
}
@media (min-width: 1200px) {
  .partners-four-section .affiliationbox table {
    font-size: 1.25rem;
  }
}
.partners-four-section .affiliationbox table th,
.partners-four-section .affiliationbox table td {
  text-align: center;
  padding: 5px;
}
@media (min-width: 992px) {
  .partners-four-section .affiliationbox table th,
  .partners-four-section .affiliationbox table td {
    padding: 10px;
  }
}
.partners-four-section .affiliationbox table tbody th,
.partners-four-section .affiliationbox table tbody td {
  background-color: #E0EBF6;
}
.partners-four-section .affiliationbox table tfoot th,
.partners-four-section .affiliationbox table tfoot td {
  color: #fff;
  background-color: #377DC6;
}
.partners-five-section {
  padding: 3.75rem .625rem;
}
@media (min-width: 992px) {
  .partners-five-section {
    padding: 6rem 1.25rem;
  }
}
.partners-five-section h2 {
  color: #fff;
}
.partners-five-section h2:before {
  content: 'Ｑ';
  font-size: 120%;
  color: #F5DA06;
  margin-right: 20px;
}
.partners-five-section h2:after {
  content: 'Ａ';
  font-size: 120%;
  color: #F5DA06;
  margin-left: 20px;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
}
.accordion-area section {
  background-color: #fff;
  padding: 3% 10px;
  border: 3px solid #000;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .accordion-area section {
    padding: 3% 15px;
    border: 5px solid #000;
    border-radius: 15px;
  }
}
.accordion-area li {
  margin: 10px 0;
}
/*アコーディオンタイトル*/
.question-box {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  transition: all .5s ease;
}
.question-box h3 {
  font-size: 1rem;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .question-box h3 {
    font-size: 1.125rem;
    padding-left: 42px;
  }
}
@media (min-width: 992px) {
  .question-box h3 {
    padding-left: 60px;
  }
}
.question-box h3:before {
  content: 'Q';
  color: #377DC6;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  background-color: #F5DA06;
  border-radius: 5px;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  left: 0;
}
@media (min-width: 768px) {
  .question-box h3:before {
    width: 32px;
    height: 32px;
    top: -webkit-calc(50% - 16px);
    top: calc(50% - 16px);
  }
}
@media (min-width: 992px) {
  .question-box h3:before {
    width: 46px;
    height: 46px;
    top: -webkit-calc(50% - 23px);
    top: calc(50% - 23px);
  }
}
/*アイコンの＋と×*/
.question-box::before,
.question-box::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  content: '';
  width: 15px;
  height: 3px;
  background-color: #377DC6;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .question-box::before,
  .question-box::after {
    right: 30px;
    width: 24px;
    height: 4px;
  }
}
.question-box::before {
  transform: rotate(0deg);
}
.question-box::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.question-box.close-box::before {
  transform: rotate(45deg);
}
.question-box.close-box::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.answer-box {
  display: none;
  /*はじめは非表示*/
  background-color: #E0EBF6;
  padding: 2%;
  margin-top: 10px;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 768px) {
  .answer-box {
    margin-top: 40px;
    border-radius: 15px;
  }
}
.answer-box p {
  margin-bottom: 0;
}
.partners-headquarters-section {
  padding: 3.75rem 0;
  background-image: url(../images/page/partners/company-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) {
  .partners-headquarters-section {
    padding: 6.25rem 0;
  }
}
.partners-headquarters-section .top-logo {
  display: block;
  width: 240px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .partners-headquarters-section .top-logo {
    width: 340px;
    margin-bottom: 30px;
  }
}
.partners-contact-section {
  position: relative;
  padding: 1.25rem 0 3.75rem 0;
}
@media (min-width: 992px) {
  .partners-contact-section {
    padding: 1.875rem 0 6.25rem 0;
  }
}
.partners-contact-section h2 {
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 992px) {
  .partners-contact-section h2 {
    font-size: clamp(1.875rem, 1vw, 2.25rem);
  }
}
.partners-contact-section .sub {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .partners-contact-section .sub {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .partners-contact-section .sub {
    font-size: 1.5rem;
  }
}
.partners-contact-section .partners-contact,
.partners-contact-section .partners-form {
  background-color: #fff;
  padding: 3% 5%;
  margin-top: 100px;
}
.partners-contact-section .partners-contact .inner,
.partners-contact-section .partners-form .inner {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.partners-contact-section .partners-contact .inner .phone,
.partners-contact-section .partners-form .inner .phone {
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .partners-contact-section .partners-contact .inner .phone,
  .partners-contact-section .partners-form .inner .phone {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .partners-contact-section .partners-contact .inner .phone,
  .partners-contact-section .partners-form .inner .phone {
    font-size: 2rem;
  }
}
.partners-contact-section .partners-contact .inner .phone span,
.partners-contact-section .partners-form .inner .phone span {
  font-size: 60%;
}
.partners-contact-section .partners-contact .inner .time,
.partners-contact-section .partners-form .inner .time {
  width: 100%;
  color: #fff;
  background-color: #377DC6;
  padding: 5px 0;
  font-size: .875rem;
}
@media (min-width: 992px) {
  .partners-contact-section .partners-contact .inner .time,
  .partners-contact-section .partners-form .inner .time {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .partners-contact-section .partners-contact .inner .time,
  .partners-contact-section .partners-form .inner .time {
    font-size: 1.25rem;
  }
}
.partners-contact-section .partners-contact input[type="submit"],
.partners-contact-section .partners-form input[type="submit"],
.partners-contact-section .partners-contact input[type="reset"],
.partners-contact-section .partners-form input[type="reset"],
.partners-contact-section .partners-contact input[type="button"],
.partners-contact-section .partners-form input[type="button"] {
  position: relative;
  font-size: .825rem;
  font-weight: 700;
  color: #377DC6;
  width: 80%;
  height: 50px;
  background: #F5DA06;
  border: 3px solid #F5DA06;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .partners-contact-section .partners-contact input[type="submit"],
  .partners-contact-section .partners-form input[type="submit"],
  .partners-contact-section .partners-contact input[type="reset"],
  .partners-contact-section .partners-form input[type="reset"],
  .partners-contact-section .partners-contact input[type="button"],
  .partners-contact-section .partners-form input[type="button"] {
    font-size: 1.125rem;
    height: 70px;
    border: 5px solid #F5DA06;
  }
}
.partners-contact-section .partners-contact input[type="submit"]:hover,
.partners-contact-section .partners-form input[type="submit"]:hover,
.partners-contact-section .partners-contact input[type="reset"]:hover,
.partners-contact-section .partners-form input[type="reset"]:hover,
.partners-contact-section .partners-contact input[type="button"]:hover,
.partners-contact-section .partners-form input[type="button"]:hover {
  color: #272727;
  text-decoration: none;
  background: #fff;
}
.partners-contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 160px;
  background-color: #145EAC;
  clip-path: polygon(0 60%, 0 0, 100% 0, 100% 50%, 50% 100%);
  z-index: -1;
}
@media (min-width: 768px) {
  .partners-contact-section::before {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .partners-contact-section::before {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .partners-contact-section::before {
    height: 240px;
  }
}
@media (min-width: 1600px) {
  .partners-contact-section::before {
    height: 280px;
  }
}
.flex-partners-form {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  padding: 15px 0;
}
@media (min-width: 992px) {
  .flex-partners-form {
    align-items: start;
    padding: 25px 0;
  }
}
.flex-partners-form p {
  line-height: 20px;
}
@media (min-width: 992px) {
  .flex-partners-form p {
    line-height: 30px;
  }
}
.flex-partners-form > div:first-child {
  width: fit-content;
  padding-right: 20px;
}
.flex-partners-form > div:nth-child(2) {
  width: 60px;
}
.flex-partners-form > div:nth-child(2) p.req,
.flex-partners-form > div:nth-child(2) p.any {
  display: grid;
  place-items: center;
  width: 40px;
  height: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin-top: 0;
}
@media (min-width: 992px) {
  .flex-partners-form > div:nth-child(2) p.req,
  .flex-partners-form > div:nth-child(2) p.any {
    width: 50px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.flex-partners-form > div:nth-child(2) p.req {
  background-color: #0071BA;
}
.flex-partners-form > div:nth-child(2) p.any {
  background-color: #979797;
}
.flex-partners-form > div:last-child {
  width: 100%;
  order: 3;
}
/*お問い合わせ*/
h3.contact {
  font-size: clamp(1.25rem, 3.5vw, 1.5rem);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h3.contact {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    margin-bottom: 40px;
  }
}
h3.contact span.logo01 {
  color: #2CA6E0;
}
h3.contact span.logo02 {
  color: #036EB7;
}
.flex-page-contact {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: #E0EBF6;
}
@media (min-width: 992px) {
  .flex-page-contact {
    padding: 20px 60px;
  }
}
@media (min-width: 1200px) {
  .flex-page-contact {
    padding: 30px 140px;
  }
}
.flex-page-contact > div {
  width: 100%;
}
@media (min-width: 992px) {
  .flex-page-contact > div {
    width: 220px;
  }
}
.flex-page-contact > div .free {
  width: 100%;
  height: 40px;
  font-size: 1rem;
  line-height: 1;
  display: grid;
  place-items: center;
  background-color: #F5DA06;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .flex-page-contact > div .free {
    height: 50px;
    font-size: 1.5rem;
    border-radius: 25px;
    margin-bottom: 0;
  }
}
.flex-page-contact > div .phone {
  font-size: 1.25rem;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .flex-page-contact > div .phone {
    font-size: 1.5rem;
    line-height: 50px;
    margin-bottom: 0;
  }
}
.flex-page-contact > div .time {
  width: 100%;
  height: 40px;
  font-size: .75rem;
  text-align: center;
  line-height: 1.2;
  display: grid;
  place-items: center;
  background-color: #fff;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .flex-page-contact > div .time {
    height: 50px;
    font-size: 1rem;
  }
}
.free-test-box-contact {
  position: relative;
  padding: 80px 40px 30px 40px;
  border-radius: 20px;
  background-color: #E0EBF6;
  margin-top: 6.25rem;
}
@media (min-width: 768px) {
  .free-test-box-contact {
    padding: 80px 120px 30px 120px;
  }
}
@media (min-width: 992px) {
  .free-test-box-contact {
    padding: 100px 120px 30px 120px;
    margin-top: 7rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .free-test-box-contact {
    padding: 120px 180px 40px 180px;
    margin-top: 8rem;
    margin-bottom: 0;
  }
}
.free-test-box-contact .free-test {
  position: absolute;
  width: 280px;
  top: -40px;
  left: -webkit-calc(50% - 140px);
  left: calc(50% - 140px);
}
@media (min-width: 992px) {
  .free-test-box-contact .free-test {
    width: 320px;
    top: -50px;
    left: -webkit-calc(50% - 160px);
    left: calc(50% - 160px);
  }
}
@media (min-width: 1200px) {
  .free-test-box-contact .free-test {
    width: 400px;
    top: -60px;
    left: -webkit-calc(50% - 200px);
    left: calc(50% - 200px);
  }
}
h3.line {
  font-size: clamp(1.25rem, 3.5vw, 1.5rem);
  line-height: 1.4;
  position: relative;
  width: fit-content;
  margin: 10px auto 20px auto;
}
@media (min-width: 992px) {
  h3.line {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    margin: 0 auto 40px auto;
  }
}
@media (min-width: 1200px) {
  h3.line {
    margin: 20px auto 40px auto;
  }
}
h3.line span {
  color: #02B902;
}
h3.line:after {
  content: "";
  width: 40px;
  height: 38px;
  background-image: url(../images/page/contact/icon-camera.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  right: -30px;
}
@media (min-width: 992px) {
  h3.line:after {
    width: 75px;
    height: 72px;
    top: -40px;
    right: -80px;
  }
}
.flex-line {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .flex-line {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.flex-line > div {
  width: 100%;
  position: relative;
  transition: 0.5s;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .flex-line > div {
    width: 32%;
    margin-bottom: 0;
  }
}
.flex-line > div img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .flex-line > div img {
    margin-bottom: 10px;
  }
}
.flex-line > div p {
  margin-bottom: 0;
}
.flex-line > div a {
  color: #377DC6;
}
.graybox {
  width: 100%;
  background-color: #F0F0F0;
  padding: 10px;
}
@media (min-width: 992px) {
  .graybox {
    padding: 20px 40px;
  }
}
.flex-contact-line {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.flex-contact-line > div:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-contact-line > div:first-child {
    display: block;
    width: 200px;
  }
}
.flex-contact-line > div:first-child img {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.flex-contact-line > div:last-child {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-contact-line > div:last-child {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
  }
}
.flex-contact-line > div:last-child p:last-of-type {
  margin-bottom: 0;
}
.flex-contact-line > div:last-child img {
  display: block;
}
.flex-contact-line > div:last-child a {
  color: #377DC6;
}
.flex-contact-line > div:last-child ul {
  padding-left: 1rem;
  margin: 15px 0;
}
.flex-contact-line > div:last-child ul li {
  color: #377DC6;
}
.flex-contact-line > div:last-child ul li span {
  color: #272727;
}
.flex-contact-form {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  padding: 15px 0;
}
@media (min-width: 992px) {
  .flex-contact-form {
    align-items: start;
    padding: 25px 0;
  }
}
.flex-contact-form p {
  line-height: 20px;
}
@media (min-width: 992px) {
  .flex-contact-form p {
    line-height: 30px;
    margin: 0;
  }
}
.flex-contact-form > div:first-child {
  width: 200px;
  order: 2;
}
@media (min-width: 992px) {
  .flex-contact-form > div:first-child {
    width: 240px;
    padding-left: 40px;
    order: 1;
  }
}
.flex-contact-form > div:nth-child(2) {
  width: 60px;
  order: 1;
}
@media (min-width: 992px) {
  .flex-contact-form > div:nth-child(2) {
    width: 120px;
    order: 2;
  }
}
.flex-contact-form > div:nth-child(2) p.req,
.flex-contact-form > div:nth-child(2) p.any {
  display: grid;
  place-items: center;
  width: 40px;
  height: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin-top: 0;
}
@media (min-width: 992px) {
  .flex-contact-form > div:nth-child(2) p.req,
  .flex-contact-form > div:nth-child(2) p.any {
    width: 50px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.flex-contact-form > div:nth-child(2) p.req {
  background-color: #0071BA;
}
.flex-contact-form > div:nth-child(2) p.any {
  background-color: #979797;
}
.flex-contact-form > div:last-child {
  width: 100%;
  order: 3;
}
@media (min-width: 992px) {
  .flex-contact-form > div:last-child {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
  }
}
p.accept,
p.privacy-sub {
  font-size: .75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  p.accept,
  p.privacy-sub {
    font-size: 1rem;
  }
}
.privacypolicy-btn {
  cursor: pointer;
}
.privacypolicy-box {
  margin-top: 10px;
  padding: 10px;
  background: #E0EBF6;
  border: 2px solid #0071BA;
}
@media (min-width: 992px) {
  .privacypolicy-box {
    padding: 20px;
  }
}
.privacypolicy-box p {
  margin-bottom: 0;
}
/*以下Q&amp;amp;Aの処理*/
.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 100%;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  text-align: center;
  cursor: pointer;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
  font-weight: bold;
  line-height: 100%;
  font-family: "Font Awesome 6 Free";
  content: "\2b";
  color: #377DC6;
  display: inline-block;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
}
@media (min-width: 992px) {
  .cp_qa .cp_actab .cp_actab-content {
    padding: 0 20px;
  }
}
.cp_qa .cp_actab .cp_actab-content p {
  font-size: .875rem;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .cp_qa .cp_actab .cp_actab-content p {
    font-size: 1rem;
  }
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 80em;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/*以下Q&amp;amp;Aの処理*/
.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  visibility: hidden;
}
.privacypolicy {
  font-weight: 600;
  color: #E60013;
  text-align: center;
}
