@charset "utf-8";

html {
  scroll-padding-top: 108px;
}

body,
html {
  min-width: auto;
}

body {
  line-height: 1.4;
  font-weight: 700;
}

#side_tel {
  display: none !important;
}

.sectionInner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 8rem 0;
}

@media screen and (max-width: 1120px) {
  .sectionInner {
    max-width: 100%;
    margin: 0 auto;
    padding: 8rem 3rem;
  }
}

/*========================================================================*\

$header

\*========================================================================*/

#header {
  background: #ffffff;
  width: 100%;
  padding: 1.5rem 0 3rem 0;
  z-index: 20000;
}

@media screen and (max-width: 1170px) {
  #header {
    padding: 3rem;
  }
}

#header #headerInner {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header #headerR p {
  text-align: center;
  margin-bottom: 8px;
}

#header #headerR #headerRInner {
  display: flex;
  align-items: center;
}

#header #headerR .telBox {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

#header #headerR .telBox p a {
  font-size: 1.8rem;
  margin-left: 2rem;
  text-decoration: none;
  color: #0e050b;
}

#header #headerR .telBox p a .title {
  margin-left: 3.8rem;
}

#header #headerR .telBox p a .number {
  font-size: 3.6rem;
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  line-height: 1;
}

#header #headerR .telBox p a .number:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 29px;
  background-image: url(../../images/ico_free.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
}

#header #headerR .contactbtn {
  width: 260px;
}

#header #headerR .contactbtn a {
  color: #ffffff;
  font-size: 1.6rem;
  padding: 0.8125rem 1rem;
  text-align: center;
  background: #ff5302;
  position: relative;
  border-radius: 60px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header #headerR .contactbtn a:hover {
  background: #f59120;
}

#header #headerR .contactbtn a:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 16px;
  background-image: url(../../lp01/img/ico_mail.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 1rem;
}

/*========================================================================*\

$navi

\*========================================================================*/

.navi {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  position: relative;
}

.navi .naviBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 5rem;
  background: rgba(0, 113, 187, 1);
  border-radius: 90px;
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  max-width: 1120px;
  z-index: 3000;
}

.navi .naviBox li {
  text-align: center;
}

.navi .naviBox li a {
  color: #ffffff;
  font-size: 1.8rem;
  text-decoration: none;
}

.navi .naviBox li a:hover {
  color: #fff200;
}

.navi .sp_menu {
  display: none;
}

.navi .sp_menu p {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 15px;
  background: transparent;
}
/* fixedクラスが追加されたときに、.naviを固定 */
.navi.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 1000; /* 他の要素より前に表示 */
  background-color: white; /* 背景色を設定し、他のコンテンツに隠れないように */
}

/*========================================================================*\

$hamburger

\*========================================================================*/

.hamburger {
  display: none;
}

.tablet {
  display: none !important;
}

@media screen and (max-width: 1120px) {
  .hamburger,
  .hamburger span {
    box-sizing: border-box;
    display: inline-block;
    transition: 0.3s;
  }

  .hamburger {
    height: 32px;
    position: fixed;
    right: 11px;
    top: 12px;
    width: 32px;
    z-index: 99999;
  }

  .hamburger span {
    background-color: #57432b;
    height: 1px;
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 32px;
  }

  .hamburger span:nth-of-type(1) {
    top: 5px;
  }

  .hamburger span:nth-of-type(2) {
    top: calc(50% - 1px);
  }

  .hamburger span:nth-of-type(3) {
    bottom: 6px;
  }

  .hamburger.active span {
    background-color: #ebe3e1;
    left: 4px;
  }

  .hamburger.active span:nth-of-type(1) {
    top: 3px;
    transform: rotate(45deg);
  }

  .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-of-type(3) {
    bottom: 5px;
    transform: rotate(-45deg);
  }
}

/*========================================================================*\

$header

\*========================================================================*/

@media screen and (max-width: 1120px) {
  #header {
    overflow: hidden;
    padding: 0 0 15px 0;
    position: static;
  }

  header #headerInner #headerL {
    padding: 15px 0 0 10px;
    position: static;
    top: 0;
    transform: initial;
    width: 45%;
  }

  #header #headerR {
    display: none;
  }

  .tablet {
    display: block;
  }

  .navi {
    background: rgba(0, 113, 187, 1) !important;
    box-sizing: border-box;
    color: #ffffff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 0;
    position: fixed;
    text-align: center;
    text-align: left;
    top: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    width: 100%;
    max-width: auto;
    z-index: -1;
  }

  .navi.active {
    display: block;
    opacity: 1;
    z-index: 30000;
  }

  .navi .naviBox {
    display: block;
    border-radius: 0;
    padding: 3rem 2rem;
    position: static;
  }

  .navi ul li {
    border-bottom: 1px solid #ffffff;
    display: block;
    position: relative;
  }

  .navi .naviBox > li:nth-child(8) {
    margin-right: 0;
  }

  .navi ul li a.title {
    color: #ffffff;
    display: block;
    font-size: 1.5rem;
    height: auto;
    line-height: 1;
    padding: 25px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    text-align: left;
  }

  .navi ul li a.title::before {
    border-right: solid 2px #ffffff;
    border-top: solid 2px #ffffff;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.2s;
    width: 8px;
  }

  .navi .sp_menu {
    display: block;
  }

  .navi .sp_menu ul {
    display: flex;
    justify-content: space-between;
  }

  .navi .sp_menu li {
    border-bottom: none;
    display: block;
    float: left;
    margin: 0 1.5% 10px 0;
    width: 48.5%;
    display: flex;
    flex-direction: column;
  }

  .navi .sp_menu li:last-child a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navi .sp_menu:nth-child(even) {
    margin-left: 1.5%;
    margin-right: 0;
  }

  .navi .sp_menu:before {
    content: none;
  }

  .navi .sp_menu a {
    border: 2px solid #ffffff;
    border-radius: 600px;
    color: #ffffff;
    display: block;
    font-size: 1.5rem;
    height: auto;
    padding: 10px 0;
    text-align: center;
    flex-grow: 1;
    text-decoration: none;
  }

  .navi .sp_menu a .number:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 15px;
    background-image: url(../../images/ico_free.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
  }
}

/*========================================================================*\

$main

\*========================================================================*/

#main {
  background: #d7e6eb;
}

#main .mainInner figure {
  border-bottom: 6px solid #0063b1;
}

#main .mainInner .detailBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88%;
  padding: 3rem;
  margin: 0 auto;
  position: relative;
}

#main .mainInner .detailBox .detailBoxInner:first-child {
  margin-right: 5rem;
}

#main .mainInner .detailBox .detailBoxInner:last-child {
  flex: auto;
}

#main .mainInner .detailBox h2 {
  color: #0063b1;
  font-size: 2.4rem;
}

#main .mainInner .detailBox h2 span {
  font-size: 4.2rem;
}

#main .mainInner .detailBox .detailBoxInner li {
  background: #ffffff;
  margin-bottom: 1rem;
  padding: 1rem 5rem 1rem 3rem;
  font-size: 2.2rem;
  text-indent: -1.5rem;
  margin-left: -1rem;
}

#main .mainInner .detailBox .detailBoxInner li::before {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 100%;
  background: #ec8f34;
}

#main .mainInner .detailBox .detailBoxInner li span {
  color: #dd2323;
}

#main .mainInner .detailBox figure {
  border: none;
  position: absolute;
  right: -20px;
  bottom: 0;
  border: none;
}

@media screen and (max-width: 1800px) {
  #main .mainInner .detailBox figure {
    display: none;
  }
}

@media screen and (max-width: 1120px) {
  #main .mainInner .detailBox {
    width: 100%;
  }
}

/*========================================================================*\

$section

\*========================================================================*/

.orange {
  color: #ec8f34;
}

.blue {
  color: #0063b1;
}

#Co .sectionInner .stand_out {
  font-size: 2.4rem;
  text-align: center;
  margin: 0;
}

/*========================================================================*\

$nayamiSection

\*========================================================================*/

#Co .nayamiSection h2 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #0063b1;
  text-align: center;
  color: #ffffff;
  font-size: 4.6rem;
  padding: 3rem 0;
}

#Co .nayamiSection h2::before {
  content: "";
  position: absolute;
  bottom: -59px;
  left: 0;
  border: 20px solid transparent;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 20px solid #ec8f34;
}

#Co .nayamiSection .box02Inner {
  background: #f2f8fc;
  border-top: 2px solid #0063b1;
  position: relative;
  padding: 0 3rem 3rem 3rem;
}

#Co .nayamiSection .box02Inner::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border: 10px solid transparent;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 12px solid #0063b1;
}

#Co .nayamiSection .box02Inner h3 {
  color: #0063b1;
  text-align: center;
  font-size: 3rem;
  padding: 3rem 0 0 0;
}

#Co .nayamiSection .box02Inner .itemBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Co .nayamiSection .box02Inner .itemBox:nth-child(n + 2) {
  margin-top: 2rem;
}

#Co .nayamiSection .box02Inner .itemBox .itemBoxInner {
  width: calc(100% - 108px);
}

#Co .nayamiSection .box02Inner .itemBox .itemBoxInner p {
  margin: 0;
  padding: 2rem 1rem;
  font-size: 2rem;
  text-align: center;
  width: 100%;
}

#Co .nayamiSection .box02Inner .itemBox .itemBoxInner:last-child {
  width: 98px;
}

#Co .nayamiSection .box02Inner .itemBox .itemBoxInner:first-child {
  border: 3px solid #0063b1;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#Co .nayamiSection .box02Inner .itemBox .itemBoxInner:first-child::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 20px;
  right: -15px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #0063b1;
  z-index: 2;
}

#Co .nayamiSection .box02Inner .itemBox .itemBoxInner .orange {
  color: #dd2323;
}

/*========================================================================*\

$causeSection

\*========================================================================*/

#Co .causeSection {
  border-top: 2px solid #00a5e6;
  background: #f2f8fc;
  padding: 5rem 0 0 0;
}

#Co .causeSection .sectionInner {
  padding-top: 5rem;
}

#Co .causeSection h2 {
  font-size: 4.6rem;
  text-align: center;
  margin: 0;
}

#Co .causeSection h2 .orange {
  font-size: 8rem;
}

#Co .causeSection dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.9rem;
  background: #ffffff;
  padding: 2rem 3rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

#Co .causeSection dl:last-child {
  margin-bottom: 0;
}

#Co .causeSection dt {
  width: 40%;
  font-size: 2.2rem;
  border-right: 1px solid #000000;
  line-height: 1.2;
}

#Co .causeSection dl dt::before {
  display: inline-block;
  margin: 0 20px 0 0;
  content: "1";
  font-size: 4.6rem;
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  color: #ec8f34;
  vertical-align: middle;
}

#Co .causeSection dl:nth-child(2) dt::before {
  content: "2";
}

#Co .causeSection dl:nth-child(3) dt::before {
  content: "3";
}

#Co .causeSection dd {
  text-align: left;
  width: 60%;
  padding: 0 0 0 3rem;
}

/*========================================================================*\

$methodSection

\*========================================================================*/

#Co .methodSection .sectionInner h2 {
  font-size: 4.6rem;
  text-align: center;
  margin: 0 0 5rem 0;
  background: transparent;
  color: #121212;
  padding: 0;
}

#Co .methodSection .sectionInner figure {
  margin: 0 0 5rem 0;
}

/*========================================================================*\

$technologySection

\*========================================================================*/

#Co .technologySection {
  border-top: 2px solid #00a5e6;
  background: #f2f8fc;
  padding: 5rem 0 0 0;
}

#Co .technologySection .sectionInner {
  padding-top: 5rem;
}

#Co .technologySection h2 {
  font-size: 4.6rem;
  text-align: center;
  margin: 0 0 5rem 0;
}

#Co .technologySection dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e1e5e6;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

#Co .technologySection dt {
  font-size: 3.6rem;
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  color: #0063b1;
  border-right: 1px solid #e1e5e6;
  padding-right: 2rem;
}

#Co .technologySection dd {
  font-size: 2rem;
  padding-left: 2rem;
}

#Co .technologySection dd .blue {
  color: #00a6e9;
}

#Co .technologySection .imageBox {
  background: #ffffff;
  padding: 5rem;
  margin-bottom: 1.875rem;
}

#Co .technologySection .imageBox h4 {
  font-size: 2rem;
  margin-bottom: 3rem;
}

#Co .technologySection .imageBox .box03 li {
  width: 25% !important;
  position: relative;
}

#Co .technologySection .imageBox .box03 li::before {
  content: "";
  position: absolute;
  top: 15px;
  right: -75px;
  border: 10px solid transparent;
  border-left: 16px solid #00a8ec;
}
#Co .technologySection .imageBox .box03 li:last-child:before {
  content: none;
}

/*========================================================================*\

$caseSection

\*========================================================================*/

#Co .caseSection {
  margin-top: 8rem;
  background: rgb(0, 165, 230);
  background: linear-gradient(
    180deg,
    rgba(0, 165, 230, 1) 65%,
    rgba(255, 255, 255, 1) 65%
  );
}

#Co .caseSection h2 {
  background: #00a5e6;
  text-align: center;
  color: #ffffff;
  font-size: 4.6rem;
  padding: 3rem 0 5rem 0;
  position: relative;
}

#Co .caseSection h2 .ico {
  position: absolute;
  right: 0;
  top: 15%;
}

#Co .caseSection .sectionInner {
  padding: 3rem 0px 15rem 0px;
}

#Co .caseSection .sectionInner .swiper {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

#Co .caseSection .sectionInner .swiper .box02 {
  flex-direction: row-reverse;
  justify-content: space-between;
  background: #ffffff;
  padding: 5rem;
  margin: 0;
}

#Co .caseSection .sectionInner .swiper .box02 h4 {
  width: 29%;
  text-align: center;
  margin-bottom: 4rem;
  margin: 0 auto;
}

#Co .caseSection .sectionInner .swiper .box02 h5 img {
  width: 46%;
  margin: 0 auto;
}

#Co .caseSection .sectionInner .swiper .box02 h5 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 2rem;
}

#Co .caseSection .sectionInner .swiper .box02 p.catch {
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

#Co .caseSection .sectionInner .swiper .box02 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem !important;
}

#Co .caseSection .sectionInner .swiper .box02 li {
  background: #00a5e6;
  color: #ffffff;
  line-height: 1.2;
  font-size: 1.8rem;
  width: auto !important;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
}

#Co .caseSection .sectionInner .swiper .detailBox {
  background: #f2f8fc;
  padding: 2rem;
}

#Co .caseSection .sectionInner .swiper .detailBox p {
  margin-bottom: 0 !important;
  font-size: 1.8rem;
  line-height: 1.6;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 60px !important;
  margin: auto;
  width: 60px !important;
  border: none;
  color: transparent;
}

.swiper-button-prev::after {
  background-image: url(../img/button-prev.png);
}

.swiper-button-next::after {
  background-image: url(../img/button-next.png);
}

.swiper-button-next,
.swiper-button-prev {
  height: 60px !important;
  width: 60px !important;
  left: auto !important;
  top: auto !important;
  right: 70px !important;
  bottom: 0 !important;
  z-index: 3000 !important;
  bottom: 90px !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 185px !important;
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-pagination-bullet-active {
  background: #ec8f34 !important;
}

/*========================================================================*\

$contactSection

\*========================================================================*/

#Co .contactSection {
  background: rgb(0, 165, 230);
}

#Co .contactSection .sectionInner {
  padding: 5rem 0;
}

#Co .contactSection h3 {
  text-align: center;
  color: #ffffff;
  font-size: 3.6rem;
  margin-bottom: 0;
}

#Co .contactSection p {
  color: #ffffff;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 2rem 0;
}

#Co .contactSection ul {
  display: flex;
  justify-content: center;
}

#Co .contactSection ul li {
  line-height: 1.1;
  display: flex;
  background: #ffffff;
  border-radius: 6px;
  flex: 0 0 auto; /* fix IE11 */
}

#Co .contactSection ul li:first-child {
  margin-right: 2rem;
}

#Co .contactSection ul li .title {
  font-size: 1.5rem;
}

#Co .contactSection ul li .title::before {
  border-color: transparent transparent transparent #0070ba;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 0.8rem;
  width: 0;
}

#Co .contactSection ul li .tel {
  font-size: 4rem;
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
}

#Co .contactSection ul li .tel::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 23px;
  background-image: url(../../images/ico_free.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.8rem;
}

#Co .contactSection ul li a {
  display: block;
  width: 100%;
  padding: 1rem 3rem;
  text-decoration: none;
  font-size: 2.1rem;
  color: #0e050b;
}

#Co .contactSection ul li a:hover {
  opacity: 0.7;
  transform: translateY(-5px);
}

#Co .contactSection ul li:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

#Co .contactSection ul li:last-child a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 21px;
  background-image: url(../img/ico_mail_02.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.8rem;
}

/*========================================================================*\

$nayamiSection

\*========================================================================*/

#Co .utilizationSection .sectionInner {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  border-top: 2px solid #00a5e6;
  background: #f2f8fc;
  max-width: 100%;
}

#Co .utilizationSection .featuresBox {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1120px;
}

#Co .utilizationSection h2 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #0063b1;
  text-align: center;
  color: #ffffff;
  font-size: 4.6rem;
  padding: 3rem 0;
  margin-bottom: 7rem;
}

#Co .utilizationSection h2::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  border: 20px solid transparent;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 20px solid #ec8f34;
}

#Co .utilizationSection h3 {
  font-size: 4.6rem;
  text-align: center;
  margin: 0 0 5rem 0;
  background: transparent;
  color: #121212;
  padding: 0;
  line-height: 1;
}

#Co .utilizationSection h3 .orange {
  font-size: 8rem;
}

#Co .utilizationSection .box03Inner {
  background: #ffffff;
  padding: 2.5rem;
}

#Co .utilizationSection .box03Inner figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

#Co .utilizationSection .box03Inner figure img {
  width: auto;
}

#Co .utilizationSection .box03Inner h4 {
  background: #00a5e6;
  font-size: 1.9rem;
  padding: 1.5rem 1rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2rem;
}

#Co .utilizationSection .box03Inner p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/*========================================================================*\

$rentSection

\*========================================================================*/

#Co .rentSection h2 {
  font-size: 4.6rem;
  text-align: center;
  margin: 0 0 3rem 0;
  color: #121212;
  padding: 0;
  line-height: 1;
}
#Co .rentSection .catch {
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 7rem 0;
  color: #121212;
  padding: 0;
  line-height: 1;
}

#Co .rentSection .rentBox {
  margin-bottom: 1.875rem;
}

#Co .rentSection .rentBox .rentBoxInner:first-child {
  position: relative;
  margin-bottom: 10rem;
}

#Co .rentSection .rentBox .rentBoxInner:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  border: 28px solid transparent;
  border-top: 30px solid #e1ecf3;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%, 0%);
}

/*========================================================================*\

$managementSection

\*========================================================================*/
#Co .managementSection {
  border-top: 2px solid #00a5e6;
  background: #f2f8fc;
  max-width: 100%;
}

#Co .managementSection h2 {
  font-size: 4.6rem;
  text-align: center;
  margin: 0 0 2rem 0;
  background: transparent;
  color: #121212;
  padding: 0;
}

#Co .managementSection h4 {
  font-size: 2.6rem;
  text-align: center;
  margin: 0 0 3rem 0;
  color: #00a5e6;
  padding: 0;
}

#Co .managementSection .catch {
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 7rem 0;
  color: #121212;
  padding: 0;
}

#Co .managementSection .innerBox {
  background: #ffffffff;
  padding: 4rem;
}

#Co .managementSection .innerBox p {
  text-align: center;
  font-size: 2rem;
  margin: 3rem 0 0 0;
}

/*========================================================================*\

$flowSection

\*========================================================================*/

#Co .flowSection h2 {
  font-size: 4.6rem;
  text-align: center;
  margin: 0 0 2rem 0;
  background: transparent;
  color: #121212;
  padding: 0;
}

#Co .flowSection .flowBoxInner {
  display: flex;
  background: #fdf5e5;
  border-bottom: 3px solid #f8e8cf;
  margin-bottom: 3rem;
  padding: 3rem 3rem 3rem 14rem;
  position: relative;
}

#Co .flowSection .flowBoxInner .step {
  left: 30px;
  top: 0;
  position: absolute;
}

#Co .flowSection .flowBoxInner h4 {
  color: #ec8f34;
  font-size: 3.6rem;
  margin-bottom: 1rem;
}

#Co .flowSection .flowBoxInner .itemBox {
  margin-left: 2rem;
}

#Co .flowSection .flowBoxInner p {
  font-size: 2rem;
  margin-bottom: 0;
}

#Co .flowSection .catch {
  background: #ec8f34;
  text-align: center;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 0;
  padding: 1.5rem;
}

/*========================================================================*\

$faqSection

\*========================================================================*/
#Co .faqSection {
  background: #f2f8fc;
}

#Co .faqSection h2 {
  font-size: 4.6rem;
  text-align: center;
  margin: 0 0 4rem 0;
  color: #121212;
}

#Co .faqSection .faqBoxInner {
  background: #ffffff;
  padding: 3rem;
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}

#Co .faqSection .faqBoxInner:last-child {
  margin-bottom: 0;
}

#Co .faqSection .faqBoxInner h4 {
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 0;
  position: relative;
  background: url(../img/ico_q.png) no-repeat left 3px;
  background-size: 2%;
  padding: 0 0 0 4rem;
}

#Co .faqSection .faqBoxInner h4 span::before {
  background: #00a5e6;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 0.2s;
  width: 19px;
}

#Co .faqSection .faqBoxInner h4 span::after {
  background: #00a5e6;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: none;
  transition: 0.3s;
  width: 19px;
}

#Co .faqSection .faqBoxInner.clicked h4 span:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#Co .faqSection .faqBoxInner.clicked h4 span:after {
  background-color: transparent;
}

#Co .faqSection .faqBoxInner .answerInner {
  border-top: 2px solid #f0f8fc;
  padding: 1.5rem 2rem 0 4rem;
  background: url(../img/ico_a.png) no-repeat left 20px;
  background-size: 2%;
  margin-top: 2rem;
  display: none;
}

#Co .faqSection .faqBoxInner p {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0;
}

/*========================================================================*\

$companySection

\*========================================================================*/

#Co .companySection h2 {
  font-size: 4.6rem;
  text-align: center;
  margin: 0 0 4rem 0;
  color: #121212;
}

#Co .companySection .tableBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#Co .companySection .tableBox table {
  width: 45%;
}

#Co .companySection .tableBox table th,
#Co .companySection .tableBox table td {
  font-size: 2rem;
  padding: 1rem 0;
}

#Co .companySection .tableBox table td {
  font-weight: 500;
}

#Co .companySection .tableBox table td a {
  font-optical-sizing: auto;
  color: #0063b1;
  text-decoration: none;
}

#Co .companySection .tableBox table td a:hover {
  color: #ec8f34;
}

#Co .companySection .tableBox table td a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 19px;
  background-image: url(../img/ico_map.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.2rem;
}

#Co .companySection .tableBox table th {
  font-size: 2rem;
  padding: 1.5rem 1.5rem 1.5rem 0;
}

#Co .companySection .tableBox table dl {
  display: flex;
}

#Co .companySection .tableBox table dl dt {
  width: 50%;
}

/*========================================================================*\

$footer

\*========================================================================*/

footer {
  background: #1386bf;
  padding: 3rem 0;
}

footer a {
  text-decoration: none;
}

footer #footerInner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1040px;
}

footer #footerInner #footerL {
  width: 50%;
}

footer #footerInner #footerL h2 {
  margin: 0 0 10px 0;
}

footer #footerInner #footerL ul {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0 !important;
}

footer #footerInner #footerL ul li {
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 0 !important;
}

footer #footerInner #footerL ul li a {
  color: #ffffff;
  display: block;
  position: relative;
  width: 100%;
}

footer #footerInner #footerL ul li:first-child {
  margin-right: 20px;
}

footer #footerInner #footerL ul li:first-child a::after {
  color: #ffffff;
  content: "|";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -5px;
}

footer #footerInner #footerR {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}

footer #footerInner #footerR ul {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

footer #footerInner #footerR ul li:last-child {
  margin-left: 1rem;
}

footer #footerInner #footerR .copy {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  margin-top: 5px;
}

/*========================================================================*\

$lp_side_btn

\*========================================================================*/

#lp_side_btn {
  background: rgba(18, 167, 59, 0.9);
  bottom: 10px;
  display: block;
  padding: 14px;
  position: fixed;
  right: 10px;
  width: 300px;
  z-index: 10000;
}

#lp_side_btn.is-none {
  display: none !important;
}

#lp_side_btn h3 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3;
}

#lp_side_btn .lp_side_btn_Inner {
  background: #ffffff;
  padding: 14px;
}

#lp_side_btn .lp_side_btn_Inner h4 {
  margin-bottom: 1rem;
}

#lp_side_btn .lp_side_btn_Inner h4 a {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: -0.2rem;
  line-height: 1;
  color: #121212;
  display: block;
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  text-decoration: none;
  width: 100%;
}

#lp_side_btn .lp_side_btn_Inner h4 a:before {
  background-image: url(../../images/ico_free.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  width: 35px;
}

#lp_side_btn .lp_side_btn_Inner .btn {
  margin: 0 auto;
  width: 100%;
}

#lp_side_btn .lp_side_btn_Inner .btn a {
  color: #ffffff;
  font-size: 1.6rem;
  padding: 1.2rem 1rem;
  text-align: center;
  background: #ff5302;
  position: relative;
  border-radius: 60px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

#lp_side_btn .lp_side_btn_Inner .btn a:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 16px;
  background-image: url(../../lp01/img/ico_mail.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 1rem;
  transform: none;
  border: none;
  position: static;
}

@media only screen and (max-width: 767px) {
  .lp_FixedMenu {
    background: rgba(18, 167, 59, 0.9);
    border-top: 1px solid #ffffff;
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e94500",endColorstr="#f08300",GradientType=1);
    left: 0;
    padding: 1.5rem 1rem 1rem 1rem;
    position: fixed;
    text-decoration: none;
    width: 100%;
    z-index: 800;
  }

  .lp_FixedMenu h3 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 14px;
    text-align: center;
  }

  .lp_FixedMenu .FixedMenu-Inner ul {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
  }

  .lp_FixedMenu .FixedMenu-Inner ul li {
    width: 49%;
    display: flex; /*子要素に追加*/
    flex-direction: column; /*子要素に追加*/
  }

  .no_bnr .FixedMenu {
    display: none !important;
  }
}

.lp #header {
  padding: 1.875rem 0;
}

.progressbar {
  display: flex;
  flex-wrap: wrap;
}
.progressbar .item {
  position: relative;
  width: 33%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #f5f5f5;
  color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 37px solid transparent;
  border-left: 20px solid #f5f5f5;
  margin: auto;
}
.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #fff;
}

@media screen and (max-width: 767px) {
  .progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
  }
  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
  }
}

/* active */

.progressbar .item.active {
  z-index: 1;
  background: #0070bd;
  color: #fff;
}
.progressbar .item.active:not(:last-child)::after {
  border-left-color: #0070bd;
}
.progressbar .item.active:not(:last-child)::before {
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .lp #header h1 img {
    width: 40% !important;
  }
}
