@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* -----------------------------------------------------

common 

----------------------------------------------------- */
.breadcrumb {
  width: 100%;
  margin: 0;
  padding: 8px 3%;
  letter-spacing: 0 !important;
}
main section {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
}
.contents-body {
  width: 92%;
  margin: 0 auto;
}
.shuzen-keikaku-data .cta_container {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background-color: #2a69b9;
  margin: 0;
  padding: 40px 0 40px;
}
.cta_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 310px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0 !important;
  color: #FFFFFF;
  background-color: #F08300;
  border-radius: 10px;
  box-shadow: 0px 2px 8px rgba(0,0,0,.2);
  margin: 20px auto 0;
  padding: 20px 0;
  position: relative;
}
.cta_btn a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 4px);
	right: 16px;
	transform: rotate(135deg);
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.cta_btn a:hover {
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.cta_btn a span {
  position: relative;
}
.cta_btn a span::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: -53px;
	width: calc(193px/4);
	height: calc(193px/4);
	background-image: url("../img/cta_free.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.cta_shoulder {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding: 0 0 5px;
}
.cta_shoulder::after {
  content: "";
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(533px/2);
	height: calc(86px/2);
	background-image: url("../img/cta_line_sp.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.cta_pdf {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 3px;
}
.cta_txt {
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 1.3;
}
.cta_txt small {
  font-size: 2.5rem;
}
.cta_txt small.s {
  font-size: 1.9rem;
}
.cta_txt span {
  font-size: 3.0rem;
}
.cta_txt span.s {
  font-size: 2.8rem;
}
.contents_inner {
  padding-bottom: 40px;
}
.section_ttl-lp {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 50px 0 20px;
	position: relative;
}
.section_ttl-lp:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 67px;
	height: 4px;
	background-color: #F08300;
}
.section_ttl-lp span {
  display: block;
	font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #666666;
}
.bg_blue {
  background-color: #ebf3fa;
}
.bg_white {
  background-color: #ffffff;
}
.orange {
  font-weight: 700;
  color: #f08300;
}
.txt_link a {
  font-weight: 700;
  text-decoration: underline;
}
.txt_link a:hover {
  opacity: .8;
}
.siteFooter.company {
  padding-bottom: 20px; 
}
@media screen and (min-width: 768px) {
  .shuzen-keikaku-data .cta_container {
    padding: 60px 0 40px;
  }
  .cta_btn a {
    font-size: 2.6rem;
    width: 456px;
    max-width: 456px;
    margin: 30px auto;
    padding: 24px 0;
  }
  .cta_btn a span::after {
    bottom: 0;
    left: -66px;
    width: 60px;
    height: 60px;
  }
  .cta_shoulder {
    font-size: 2.4rem;
    line-height: 1.4;
    position: relative;
    padding: 0 0 10px;
  }
  .cta_shoulder::after {
    top: 0px;
    left: 50%;
    width: calc(969px/2);
    height: calc(74px/2);
    background-image: url("../img/cta_line_pc.png");
  }
  .cta_pdf {
    font-size: 2.7rem;
    padding: 0 0 10px;
  }
  .cta_txt {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .cta_txt small {
    font-size: 2.7rem;
  }
  .cta_txt small.s {
    font-size: 2.7rem;
  }
  .cta_txt span {
    font-size: 3.2rem;
  }
  .cta_txt span.s {
    font-size: 3.5rem;
  }
  .contents_inner {
    max-width: 1200px;
    padding-bottom: 80px;
  }
  .section_ttl-lp {
    font-size: 3.7rem;
    margin: 0 0 60px;
    padding: 80px 0 20px;
  }
  .section_ttl-lp:after {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 87px;
    height: 6px;
  }
}


/* -----------------------------------------------------

kv 

----------------------------------------------------- */
.fv_bg {
  background-image: -moz-linear-gradient( 90deg, rgb(235,243,250) 0%, rgb(235,243,250) 43%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(235,243,250) 0%, rgb(235,243,250) 43%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(235,243,250) 0%, rgb(235,243,250) 43%, rgb(255,255,255) 100%);
  border-radius: 0 0 40px 40px;
}
.kv {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
}
.kv_main {
  margin: calc(-38/750*100%) 0 0 0;
}
.kv_inner {
  padding: 0 4%;
}
.kv_shoulder {
  max-width: 325px;
  margin: calc(-190/750*100%) 0 0 0;
}
.kv h1 {
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 2px 0 5px;
}
.kv h1 small {
  font-size: 76%;
}
.kv h1 + p span {
  font-weight: bold;
  background:linear-gradient(transparent 72%, #ffea01 72%);
}
@media screen and (min-width: 768px) {
  .fv_bg {
    border-radius: 0 0 120px 120px;
  }
  .kv_container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 1080px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .kv_main {
    flex-basis: 49.5%;
    max-width: 49.5%;
    margin: 1% 0 0 0;
  }
  .kv_main img {
    width: calc(1767px/2);
    height: calc(1289px/2);
    margin: 0 0 0 -7%;
  }
  .kv_inner {
    flex-basis: 50.5%;
    max-width: 50.5%;
    padding: 0;
  }
  .kv_shoulder {
    max-width: 530px;
    margin: 28px 0 0;
  }
  .kv h1 {
    font-size: 6.6rem;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .kv h1 + p {
    font-size: 2.0rem;
  }
  .kv h1 + p span {
    font-size: 2.0rem;
  }
  .kv .cta_btn a {
    font-size: 2.0rem !important;
    width: 385px;
    max-width: 385px;
    margin: 30px 0 0 0;
  }
}


/* -----------------------------------------------------

せっかくの長期修繕計画、十分に活用できていますか？ 

----------------------------------------------------- */
#problem .contents_inner {
  padding-bottom: 20px;
}
.problem_ill {
  max-width: calc(158/690*100%);
  margin: 0 auto;
  padding: 24px 0 8px;
}
.problem_ttl {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
}
.problem ul {
  position: relative;
}
.problem ul:after {
  content: "";
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 15px);
	width: 130px;
	height: 45px;
	background-color: #2A69B9;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.problem_item {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2A69B9;
  margin: 10px 0;
  padding: 10px 0 4px 24px;
  position: relative;
  z-index: 1;
}
.problem_item:before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 60px;
	height: 60px;
  background-color: #FFF;
  border-radius: 50%;
  z-index: -1;
}
.problem h3 {
  font-size: 2.0rem;
  font-weight: 900;
  text-align: center;
  padding: 0 0 14px;
}
@media screen and (min-width: 768px) {
  #problem {
    margin: -100px 0 0 0;
  }
  .problem_ill {
    display: none;
  }
  .problem_ttl {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .problem_ttl span {
    position: relative;
  }
  .problem_ttl span::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -52px;
    left: -190px;
    width: calc(296px/2);
    height: calc(336px/2);
    background-image: url("../img/problem_ill.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .problem ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin: 0 0 58px;
    padding: 80px 8% 0;
  }
  .problem ul:after {
    width: 236px;
    height: 58px;
    transform: translate(-50%, 40px);
  }
  .problem_item {
    flex-basis: calc(100%/3);
    max-width: calc(100%/3);
    text-align: center;
    margin: 0 0 20px;
    padding: 0 8px;
  }
  .problem_item:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 128px;
    height: 128px;
  }
  .problem h3 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 3.2rem;
    padding: 0 0 14px;
  }
  .problem h3 {
    font-size: 2.0rem;
    font-weight: 900;
    text-align: center;
    padding: 0 0 14px;
  }
}


/* -----------------------------------------------------

マンション修繕なびでデータ化すると、お持ちの長期修繕計画をもっと活用できます！

----------------------------------------------------- */
#function h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
  padding: 44px 0 0 0;
}
#function h2 span {
  display: inline-block;
}
.function_logo {
  width: 295px;
  vertical-align: bottom;
}
.function_box {
  text-align: center;
  border: 4px solid #d4e0f0;
  border-radius: 20px;
  margin: 15px 0 0 0;
  padding: 15px 15px 20px;
}
.function_box h3 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  color: #f08300;
  padding: 0 0 .5em;
}
.function_box img {
  max-width: 130px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  #function h2 {
    font-size: 3.0rem;
    line-height: 2.3;
    padding: 44px 0 0 0;
    position: relative;
  }
  #function h2 span {
    vertical-align: -20px;
    display: inline-block;
  }
  .function_logo {
    width: 490px;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
  .function_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .function_box {
    flex-basis: 49%;
    max-width: 49%;
    text-align: center;
    border: 4px solid #d4e0f0;
    border-radius: 20px;
    margin: 15px 0 0 0;
    padding: 22px 10px 20px;
  }
  .function_box h3 {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #f08300;
    padding: 0 0 .5em;
  }
  .function_box img {
    max-width: 130px;
    margin: 20px auto 0;
  }
}


/* -----------------------------------------------------

データ化サービスの特長

----------------------------------------------------- */
.app_box {
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0,0,0,.2);
  border-radius: 15px;
  margin: 0 0 20px;
  padding: 24px 20px 32px;
}
.app_box h3 {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px;
}
.app_img img {
  border-radius: 10px;
}
.app_txt-item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #ebf3fa;
  border-radius: 10px;
  margin: 16px 0 0 0;
  padding: 16px 10px 16px 52px;
  position: relative;
}
.app_txt-item span {
  color: #2a69b9;
}
.app_txt-item:before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
	width: 34px;
	height: 34px;
  background-color: #2a69b9;

  border-radius: 50%;
}
.app_txt-item:after {
  content: "A";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 11px;
	transform: translate(0, -50%);
	width: 34px;
	height: 34px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
}
.app_txt-item:nth-child(2):after {
  content: "B";
}
.app_txt-item:nth-child(3):after {
  content: "C";
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .app_box {
    border-radius: 30px;
    margin: 0 0 50px;
    padding: 60px;
  }
  .app_box:last-child {
    margin: 0;
  }
  .app_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .app_box h3 {
    font-size: 2.9rem;
    padding: 0 0 40px;
  }
  .app_img {
    flex-basis: 62%;
    max-width: 62%
  }
  .app_txt {
    flex-basis: 36%;
    max-width: 36%;
  }
  .app_txt-item {
    font-size: 1.9rem;
    margin: 0 0 20px;
    padding: 28px 10px 28px 82px;
  }
  .app_txt-item p span {
    display: inline;
  }
  .app_txt-item:before {
    left: 15px;
    width: 50px;
    height: 50px;
  }
  .app_txt-item:after {
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 48px;
  }
}


/* -----------------------------------------------------

サービスご利用の流れ

----------------------------------------------------- */
.step_item {
  position: relative;
  z-index: 1;
}
.step_item::before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 16px;
	width: 16px;
	height: 100%;
  background-color: #DAEAFF;
}
.step_item:nth-child(5)::before {
  display: none;
}
.step_item h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2A69B9;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0,0,0,.1);
  border-radius: 8px;
  padding: 12px 0 12px 100px;
  position: relative;
}
.step_item h3::before {
  content: "1";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 100%;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background-color: #F08300;
  border-radius: 8px 0 0 8px;
}
.step_item:nth-child(2) h3::before {
  content: "2";
}
.step_item:nth-child(3) h3::before {
  content: "3";
}
.step_item:nth-child(4) h3::before {
  content: "4";
}
.step_item:nth-child(5) h3::before {
  content: "5";
}
.step_item h3::after {
  content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 56px;
	transform: translate(0, -50%);
	width: 40px;
	height: 40px;
	background-image: url("../img/step_01.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
.step_item:nth-child(2) h3::after {
  background-image: url("../img/step_02.png");
}
.step_item:nth-child(3) h3::after {
  background-image: url("../img/step_03.png");
}
.step_item:nth-child(4) h3::after {
  background-image: url("../img/step_04.png");
}
.step_item:nth-child(5) h3::after {
  background-image: url("../img/step_05.png");
}
.step_item p {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 10px 0 16px 48px;
}
.step + .btn_cta .btn_cta-sholder {
  margin-top: 10px;
}
.step_tbox {
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  border: 3px solid #f08300;
  padding: 10px 5px;
}
.step_tbox strong {
  font-size: 130%;
  font-weight: 600;
  color: #f08300;
}
@media screen and (min-width: 768px) {
  .step {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .step::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    height: 48px;
    background-color: #DAEAFF;
  }
  .step_item {
    flex-basis: 17.8%;
    max-width: 17.8%;
    position: relative;
    z-index: 1;
  }
  .step_item::before {
    display: none;
  }
  .step_item:nth-child(4)::before {
    display: none;
  }
  .step_item h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
    padding: 100px 0 0 0;
  }
  .step_item h3::before {
    top: -32px;
    left: 14px;
    width: 64px;
    height: 64px;
    font-size: 2.4rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 64px;
    border-radius: 50%;
  }
  .step_item h3::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 73px;
    height: 56px;
    background-position: 50% 50%;
  }
  .step_item p {
    padding: 10px 0 40px 0;
  }
  .step + .btn_cta .btn_cta-sholder {
    margin-top: 10px;
  }
  .step_tbox {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    border: none;
    padding: 0;
  }
  .step_tbox span {
    border: 3px solid #f08300;
    padding: 20px 20px;
  }
  .step_tbox strong {
    font-size: 140%;
    color: #f08300;
  }
}


/* -----------------------------------------------------

よくあるご質問

----------------------------------------------------- */
.qanda_item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 16px;
}
.qanda_item:not(:last-child) {
  margin: 0 0 20px;
}
.qanda_item h3 {
  font-weight: 700;
  border-bottom: 1px solid #DDDDDD;
  margin: 0 0 10px;
  padding: 0 0 10px 24px;
  position: relative;
}
.qanda_item h3:before {
  content: "Q";
  display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -70%);
}
.qanda_item p {
  font-size: 1.4rem;
  color: #666;
}
@media screen and (min-width: 768px) {
  .qanda {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .qanda_item {
    flex-basis: 49%;
    max-width: 49%;
    margin: 20px 0 0 0;
    padding: 20px 16px;
  }
  .qanda_item:not(:last-child) {
    margin: 20px 0 0 0;
  }
  .qanda_item:nth-child(1),
  .qanda_item:nth-child(2) {
    margin: 0;
  }
  .qanda_item h3 {
    font-size: 2.0rem;
    line-height: 1.5;
    margin: 0 0 16px;
    padding: 0 0 10px 34px;
    position: relative;
  }
  .qanda_item h3:before {
    content: "Q";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -70%);
  }
}


#form {
  margin-top: -50px;
  padding-top: 50px;
}
.inquiry_form {
  margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
  .form_txt {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 20px;
  }
}

