@charset "utf-8";

/*========================================================================*\

$root

\*========================================================================*/

:root {
  --line-height: 1.8;
}

.sp {
  display: block !important;
}
/*========================================================================*\

$wrapper

\*========================================================================*/

body {
  line-height: var(--line-height);
}

@media screen and (max-width: 1040px) {
  :root {
    --inner-padding: 2.5rem 1.25rem;
  }
}

#Co .page h1,
#Co .page h2,
#Co .page h3,
#Co .page h4,
#Co .page h5,
#Co .page h6 {
  line-height: 1.4;
}

/*========================================================================*\

$wrapper

\*========================================================================*/

#wrapper {
  overflow: hidden;
}

#Co .btn {
  margin: 1.25rem auto 0 auto;
  width: 100%;
}

#Co .btn a,
#topmain .catchBox .btn a {
  padding: 4px;
  font-size: 1.25rem;
}

#Co .btn a span {
  padding: 0.9375rem 0.625rem;
}

/*========================================================================*\

$header

\*========================================================================*/

header h1 {
  width: 200px;
  padding: 15px 0;
}

/*========================================================================*\

$topmain

\*========================================================================*/

#topmain .mainInner {
  background-size: cover;
  padding: 75px 0;
}

#topmain .mainInner h2 {
  max-width: 60%;
}

/*========================================================================*\

$Co

\*========================================================================*/

#Co section .titleBox {
  margin-bottom: 0;
  text-align: center;
}

#Co section .titleBox h2 {
  margin: 1.875rem 0 0.625rem 0 !important;
  font-size: 1.625rem;
  line-height: 1.5;
}

#Co section .titleBox h2 .ss {
  font-size: 1.25rem !important;
}

#Co section .titleBox h3 {
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  margin: 2.5rem 0 0 0 !important;
}

#Co section .titleBox h3 img {
  width: 75%;
}

#Co section .titleBox p {
  font-size: 1.0625rem;
  line-height: 1.5;
}

#Co .titleBox .box03 .box03Inner {
  padding: 2.1875rem 1.25rem 1.25rem 1.25rem;
}

#Co .titleBox .box03 .box03Inner:nth-child(n + 2) {
  margin-top: 2.5rem;
}

#Co .titleBox .box03 .box03Inner p {
  font-size: 1.5rem;
}

#Co .titleBox .box03 .box03Inner .number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  top: -28px;
  left: 50%;
}

/*========================================================================*\

$footer

\*========================================================================*/

footer {
  background-size: cover;
}

#footerInner {
  padding: 0.9375rem 0 7.8125rem 0;
}

#footerInner p {
  font-size: 0.6875rem;
}

/*========================================================================*\

$presentBox

\*========================================================================*/

#Co .penetrate .box02 .box02Inner {
  position: relative;
}

#Co .penetrate .box02 .box02Inner:last-child::before {
  border-top: 3px dashed #c9caca;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2pc;
}

#Co .penetrate .box02::after {
  content: none;
}

#Co .penetrate .box02 .box02Inner figure {
  text-align: center;
}

#Co .penetrate .box02 .box02Inner:last-child {
  padding: 1.875rem 0 0 0 !important;
  margin: 1.875rem 0 0 0;
}

#Co .penetrate .box02 .box02Inner h3 {
  font-size: 1rem;
}

#Co .penetrate .box02 .box02Inner .point-dot li {
  font-size: 1rem;
}

#Co .penetrate h4 {
  font-size: 1.25rem;
}

/*========================================================================*\

$presentBox

\*========================================================================*/

#Co .flowBox {
  margin-top: 3rem;
  padding: 0 0 0 65px;
  position: relative;
  z-index: 10;
}

#Co .flowBox .num {
  font-size: 1.75rem;
  left: -65px;
  line-height: 50px;
  width: 50px;
}

#Co .flowBox:after {
  left: 18px;
  width: 14px;
}

#Co .flowBox .flowBoxInner {
  margin: 0 0 0 0 !important;
  padding: 0;
}

#Co .flowBox .flowBoxInner .box02Inner {
  width: 100%;
}

#Co .flowBox .flowBoxInner .box02Inner h3 {
  font-size: 1.125rem;
}

#Co .flowBox .flowBoxInner .box02Inner:first-child {
  margin-bottom: 0;
  width: 100%;
}

#Co .flowBox .flowBoxInner .box02Inner:first-child img {
  width: 35%;
  margin: 0 auto;
  text-align: center;
}

#Co .flowBox .flowBoxInner .box02Inner:first-child figure {
  margin: 0 auto;
  text-align: center;
}

#Co .visitBox .chara {
  position: static;
  text-align: center;
  margin: 1.25rem auto;
  width: 45%;
  transform: translate(0);
}

#Co .visitBox .chara figure img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#Co p.btn {
  font-size: 1rem;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 30000;
  margin: 0;
}

#Co p.btn a {
  font-size: 1rem;
}
