@charset "utf-8";

/*========================================================================*\

$root

\*========================================================================*/

:root {
  --line-height: 1.8;
}

body {
  font-feature-settings: "palt";
  color: var(--font-color);
  font-weight: var(--font-weight);
  font-size: var(--font);
  line-height: var(--line-height);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "・イリオ", Meiryo, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

/*========================================================================*\

$wrapper

\*========================================================================*/

body {
  line-height: var(--line-height);
}

#Co .page h1,
#Co .page h2,
#Co .page h3,
#Co .page h4,
#Co .page h5,
#Co .page h6 {
  line-height: 1.4;
}

.inner {
  padding: 2.5rem 1.25rem;
}
/*========================================================================*\

$wrapper

\*========================================================================*/

#wrapper {
  overflow: hidden;
}

/*========================================================================*\

$header

\*========================================================================*/

header {
  padding: 10px 1.5rem;
  display: block;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  height: auto;
}

header p {
  text-align: center;
}

#logo {
  width: 80%;
  margin: 0 auto;
}

/*========================================================================*\

$top

\*========================================================================*/

#Co #top {
  background: url(../images/bg_top.png) no-repeat bottom center;
  background-size: contain;
}

/*========================================================================*\

$topmain

\*========================================================================*/

#topmain {
  height: 75vh;
  background: url(../images/main_sp.jpg) no-repeat center bottom / cover;
}

#topmain .mainInner {
  max-width: 100%;
}

#topmain .mainInner h1,
#topmain .mainInner p {
  text-align: center;
}

#topmain .mainInner h1 {
  font-size: 2.125rem;
}

#topmain .mainInner p {
  font-size: 1rem;
}

#topmain a.BTN {
  display: none;
}

/*========================================================================*\

$section

\*========================================================================*/

#Co .section h2.title {
  font-size: 1.375rem;
  padding: 0.625rem 0;
}

#Co .section h2.title::after {
  bottom: -22px;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 15px solid var(--primary-color);
}

#Co .section p {
  font-size: 1rem;
}

/*========================================================================*\

$aboutSection

\*========================================================================*/

#Co #aboutSection {
  background: none;
  padding-bottom: 3.125rem;
}

#Co #aboutSection h2 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

#Co #aboutSection .aboutBox {
  width: 100%;
}

#Co #aboutSection .aboutBox h3 {
  font-size: 1.5rem;
}

#Co #aboutSection .priceBox p .big {
  font-size: 2.5rem;
}

#Co #aboutSection .swiper-slide td {
  font-size: 13px;
  padding: 0.625rem 0 0 0 !important;
}

/*========================================================================*\

$troubleSection

\*========================================================================*/

#Co #troubleSection .box03Inner {
  padding: 1.25rem;
}

#Co #troubleSection .box03Inner h4 {
  font-size: 1.125rem;
}

.CV{
padding: 1.5em;
}


/*========================================================================*\

$strengthSection

\*========================================================================*/
#Co #strengthSection {
  background-position: center top;
  background-size: 200%;
}

#Co #strengthSection h2 {
  margin-bottom: 1.875rem;
}

#Co #strengthSection .strengthArea {
  padding: 1.25rem;
  margin-bottom: 1.875rem;
}

#Co #strengthSection .pointCatch li {
  font-size: 1rem;
  padding: 10px 0 10px 2.125rem;
  background: url(../images/ico_check.png) no-repeat left 0.9375rem;
  background-size: 22px 22px;
}

#Co #strengthSection .strengthArea h4 {
  font-size: 0.9375rem;
  line-height: 1.6;
}

#Co #strengthSection .strengthBox .strengthBoxInner {
  margin-bottom: 30px;
}

#Co #strengthSection .strengthBox .box02Inner {
  width: 100%;
}

#Co #strengthSection .strengthBox .box02Inner:first-child {
  width: 100%;
}

#Co #strengthSection .strengthBox .box02Inner p {
  font-size: 0.9375rem;
}

#Co #strengthSection .tuyomiBox .box02Inner h4 {
  font-size: 1.375rem;
  margin-bottom: 10px;
}

#Co #strengthSection .tuyomiBox .box02Inner:last-child {
  width: 100%;
  margin-top: 30px;
}

#Co #strengthSection .tuyomiBox .box02Inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#Co #strengthSection .tuyomiBox .box02Inner p {
  font-size: 0.9375rem;
}

#Co #strengthSection .tuyomiBox .box02Inner:last-child p {
  font-size: 0.9375rem;
}

#Co #strengthSection .swiper-horizontal > .swiper-pagination-bullets,
#Co #strengthSection .swiper-pagination-bullets.swiper-pagination-horizontal,
#Co #strengthSection .swiper-pagination-custom,
#Co #strengthSection .swiper-pagination-fraction {
  bottom: 115px !important;
}

/*========================================================================*\

$achievementsSection

\*========================================================================*/

#Co #achievementsSection h3 {
  font-size: 1.1875rem;
  margin: 0 0 1.875rem 0 !important;
}

#Co #achievementsSection {
  background-size: contain;
}

#Co #achievementsSection .box04Inner:nth-child(n + 2) {
  margin-top: 0.9375rem;
}

/*========================================================================*\

$flowSection

\*========================================================================*/

#Co #flowSection .box03Inner:nth-child(n + 2) {
  margin-top: 4.375rem;
}

#Co #flowSection .box03Inner:nth-of-type(2) .itemBox::before {
  left: -30px;
}

#Co #flowSection .box03Inner:nth-of-type(2) .itemBox::before {
  transform: rotate(90deg);
  left: 40%;
  top: -90px;
}

#Co #flowSection .box03Inner:nth-of-type(2) .itemBox::after {
  top: auto;
  transform: rotate(90deg);
  left: 40%;
}

/*========================================================================*\

$flowSection

\*========================================================================*/

#contactFIX {
  padding: 2em 1em 6em;
  background-size: 60%;
}

#contactFIX p {
  font-size: 1em;
  margin: 0 1em 1em;
}
#contactFIX .Inner {
  display: block;
  padding: 1em;
}
#contactFIX .Inner p {
  font-size: 0.813em;
}

#contactFIX .Inner p.logo {
  padding: 0 0 1em;
}

footer {
  padding: 2em 0;
}

#Copyright {
  font-size: 0.75em;
}

/*========================================================================*\

$FixedMenu

\*========================================================================*/

.FixedMenu {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: var(--primary-color);
  padding: 1.25rem;
  z-index: 300;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 1.25rem 0 0.625rem 0;
}

a.btn-c {
  width: 100%;
  font-size: 1.125rem;
  position: relative;
  padding: 1.5625rem 0.625rem 10px 0.625rem;
  color: var(--primary-color);
  background: #fff;
}

a.btn-c:before {
  content: ""; /*??????*/
  display: inline-block;
  width: 24px; /*????*/
  height: 19px; /*?????*/
  background-image: url(../images/ico_mail.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
}

a.btn-c span {
  font-size: 0.9375rem;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: var(--primary-color) transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
