@charset "UTF-8";
/* 個別設定 */
/* fv */
.fv_article {
  padding: 0;
}

@media (max-width: 768px) {
  .fv_article {
    margin-top: 0px;
  }
}

.fv_h1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 9;
}

.fv_btn_wrap {
  display: flex;
  position: absolute;
  bottom: 3%;
  left: 50%;
  justify-content: center;
  width: 100%;
  transform: translateX(-50%);
}

.fv_btn_wrap a {
  width: 34%;
}

.fv_btn_wrap a:first-of-type {
  margin-right: 34px;
}


/* scoll */
.mainimage-telop {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 62.14vw;
  margin-left: 18.841vw;
  padding: 8.565vw 0;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}

.mainimg-telop-txt {
  display: inline-block;
  white-space: nowrap;
  padding: 0 0.908vw 0 65%;
  animation: scroll-telop 14s linear infinite;
  font-size: 2vw;
  color: #fff;
}

.cta-point {
  color: #FCEE21;
}

@keyframes scroll-telop {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}

@media screen and (max-width: 750px) {
  .fv_article {
    padding: 0;
  }
  .fv_h1 {
    width: 100%;
  }
  .sp_price {
    display: flex;
    width: 92%;
    margin: 1rem auto 0;
  }
  .fv_btn_wrap {
    display: block;
    position: absolute;
    right: 0;
    bottom: 17vw;
    left: 0;
    flex-direction: column;
    align-items: center;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 0 0;
    transform: translateX(0);
  }
  .fv_btn_wrap a:first-of-type {
    margin: 0 0 1em 0;
  }
  .fv_btn_wrap a {
    width: 100%;
  }
  .sp_fv_tel_btn {
    width: 100%;
    margin: 2em 0;
    text-align: center;
  }
  .sp_fv_tel_btn img {
    width: 90%;
  }
  /* scoll */ 
  .mainimage-telop {
    top: 13.5vw;
    width: 97%;
    margin-left: 1.5vw;
    padding: 7.5vw 0;
  }
.mainimg-telop-txt {
  font-size: 5.5vw;
}

}

@media screen and (max-width: 375px) {
  .fv_article {
    padding: 0;
  }
}

/* campaign_article */
.campaign_article {
  background: #fff;
  padding-top: 0;
  padding-bottom: 120px;
  background-size: cover;
}

.campaign_block {
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 60px;
}

.campaign_block img {
  padding-bottom: 40px;
}

.campaign_block p {
  font-size: 21px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .campaign_article {
    padding-bottom: 20vw;
  }
  .campaign_block {
    width: 85%;
    padding-top: 30px;
  }
  .campaign_block p {
    font-size: 2.8vw;
  }
  .campaign_block img {
    padding-bottom: 15px;
  }
}

/* trouble article */
.trouble_article {
  padding-top: 0;
  padding-bottom: 0;
}

.trouble_sec {
  display: block;
  padding: 250px 10px 0;
}

.trouble_box {
  display: flex;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  border: solid 2px #2C60D2;
}

.trouble_box_left {
  width: 55%;
  border-right: dotted 3px #2C60D2;
}

.trouble_box_left img {
  width: 100%;
  padding: 15px 30px 15px 30px;
}

.trouble_wrap {
  position: relative;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.trouble_wrap1 {
  margin-bottom: 70px;
}

.trouble_wrap_img {
  width: 150px;
  position: absolute;
  top: -25px;
  left: 15px;
}

.trouble_top_p {
  padding: 10px 0 8px;
  border-radius: 10px 10px 0 0;
  background: #1894D2;
  color: #fff;
}

.trouble_wrap h3 {
  padding: 20px;
  background: #2C60D2;
  color: #fff;
  font-weight: bold;
  border-radius: 12px 12px 0 0;
  font-size: 30px;line-height: 1.2;

}

.trouble_price_wrap {
  width: 45%;
  padding: 15px 35px 5px 30px;
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.trouble_wrap span {
  font-size: 18px;
}

.trouble_box_fee {
  display: flex;
  padding: 0 30px 10px 30px;
  justify-content: space-between;
}

.trouble_box_fee1 {
  width: 30%;
}

.trouble_box_fee2 {
  width: 65%;
}

.trouble_box_fee .trouble_box_txt1 {
  font-size: 20px;
  color: #fff;
  background-color: #2C60D2;
}

.trouble_box_fee .trouble_box_txt2 {
  color: #FD2842;
  font-size: 40px;
  font-weight: bold;
  padding-top: 10px;
}

.trouble_box_fee .trouble_box_txt2_cost {
  font-size: 50px;
  padding-top: 0;
}

.trouble_box_fee .trouble_box_txt2 span {
  font-size: 25px;
  color: #000;
}

.trouble_box_fee .trouble_box_txt3 {
  font-size: 15px;
  text-align: right;
}

.trouble_list {
  padding-top: 10px;
}

.trouble_list .trouble_item {
  font-size: 18px;
  line-height: 1.9;
  text-align: left;
}

.trouble_list .trouble_item_last {
  font-size: 18px;
  line-height: 1.9;
  text-align: left;
  display: block;
}

.trouble_list .trouble_item_last_box {
  display: flex;
  justify-content: space-between;
}

.trouble_list .trouble_item::before {
  content: "■";
  color: #2C60D2;
  padding-right: 5px;
}

.trouble_list .trouble_item_last::before {
  content: none;
}

.trouble_list .trouble_item_last1::before {
  content: "■";
  color: #2C60D2;
  padding-right: 5px;
}

.trouble_item_last {
  display: flex;
  justify-content: space-between;
}

.trouble_price_wrap p:first-of-type {
  position: relative;
  font-weight: bold;
}

.trouble_price_wrap p:last-of-type {
  color: #E60023;
  font-weight: bold;
}

.trouble_price_wrap p span {
  font-size: 3.5rem;
  font-weight: bold;
}

.trouble_price_wrap p .t_en {
  margin-left: .2rem;
  font-size: 2.3rem;
}

.trouble_price_wrap img {
  width: 3em;
  margin: 6px 0 0;
}

@media screen and (max-width: 750px) {
  .trouble_sec {
    flex-direction: column;
    padding-top: 30vw;
    padding-bottom: 50px;
  }
  .trouble_wrap {
    width: 100%;
    border-radius: 10px;
    background: #fff;
  }
  .trouble_box {
    display: block;
  }
  .trouble_box_fee {
    padding: 0 1.5em 1.5em 1.5em;
  }
  .trouble_box_left {
    width: 100%;
    border-right: none;
  }
  .trouble_wrap:nth-child(n + 2) {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .trouble_top_p {
    padding: .7em 0;
    font-size: 1.5em;
  }
  .trouble_wrap1 {
    margin-bottom: 10px;
  }
  .trouble_wrap_img {
    width: 28vw;
    top: -35px;
  }
  .trouble_wrap img {
    padding: 1.5em;
  }
  .trouble_wrap .trouble_wrap_icon {
    padding-left: 0;
  }
  .trouble_price_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 2em;
  }
  .trouble_price_wrap p:first-of-type::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(190%, -50%);
    border-top: .8em solid transparent;
    border-bottom: .8em solid transparent;
    border-left: .8em solid #595757;
    content: '';
  }
  .trouble_price_wrap p span {
    font-size: 3em;
  }
  .trouble_price_wrap p .t_en {
    margin-left: 0;
    font-size: 1.8em;
  }
  .trouble_box_fee .trouble_box_txt2_cost {
    font-size: 8vw;
  }
  .trouble_box_fee .trouble_box_txt2 {
    font-size: 8vw;
    padding-top: 5px;
  }
  .trouble_box_fee .trouble_box_txt3 {
    font-size: 3vw;
  }
}

/* contact article */
.contact_article {
  padding-bottom: 150px;
  background: url(../img/pc/cta-bg.png) center no-repeat;
  background-size: cover;
}

.disc_camp_wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 10em;
}

.contact_sec {
  position: relative;
}

.contact_camp {
  width: 75%;
  margin: 0 auto;
  padding-top: 70px;
}

.disc_camp_wrap img {
  width: 32em;
  height: 32em;
  object-fit: contain;
}


.disc_camp_img {
  display: block;
  margin: 0 auto 0;
}

.disc_txt {
  -webkit-text-stroke: 4px #FFF;
  position: relative;
  margin-top: .6em;
  color: #E60023;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}

.disc_txt::before {
  -webkit-text-stroke: 0;
  position: absolute;
  font-size: 1em;
  content: 'それでも高いと感じた場合はご相談ください！';
}

@media screen and (max-width: 750px) {
  .contact_article {
    padding: 0 0 10em;
    background: url(../img/sp/cta_bg_sp.png) top no-repeat;
    background-size: cover;
  }
  .contact_article_last {
    padding: 0px 0 2em;
  }
  .contact_camp {
    width: 90%;
    padding-top: 30px;
  }
  .disc_camp_wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2em;
    padding: 0;
  }
  .disc_camp_wrap img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }
  .disc_txt {
    margin-top: 0;
    font-size: 1.5em;
  }
}

/* reason article */
.reason_article {
  padding-bottom: 130px;
  background: url(../img/pc/point1_bg.png) center no-repeat;
  background-size:cover;                
  width:100%;                             
}

.reason_article h2 {
  margin: 0 auto;
}

.reason_left {
  margin-right: 10px;
}

.reason_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 3rem 0;
  border-radius: 5px;
}

.reason_sec {
  padding: 0 10px;
}

.reason_wrap:first-child {
  padding-top: 220px;
}

.reason_wrap:nth-child(n + 2) {
  margin-top: 26px;
}

.reason_point_num {
  font-size: 35px;
  font-weight: bold;
  color: #2446C2;
}

.reason_wrap img:not(.point_num img) {
  height: 210px;
  object-fit: contain;
}

.reason_point_wrap {
  width: 65%;
}

.point_num {
  width: 20%;
}

.reason_point_wrap h3 {
  font-size: 35px;
  margin-top: 1.5em;
  font-weight: bold;
  letter-spacing: .1em;
}

.reason_point_wrap h3 span {
  font-size: 1.25em;
}

.reason_point_bottom_txt {
  font-size: 21px;
  margin-top: 17px;
  line-height: 1.7;
}

.reason_point_bottom_txt span {
  color: #E60023;
}

@media screen and (max-width: 750px) {
  .reason_article {
    padding-top: 40px;
  }
  .reason_article h2 {
    width: 100%;
  }
  .reason_wrap {
    flex-direction: column;
    padding: 0;
  }
  .reason_wrap:first-child {
    padding-top: 14vw;
  }
  .reason_wrap img:not(.point_num img) {
    width: 100%;
    height: auto;
    margin-top: 1em;
    object-fit: unset;
  }
  .reason_left {
    margin-right: 0;
  }
  .reason_left h3 {
    font-size: 7vw;
  }
  .reason_point_wrap {
    width: 100%;
    padding-left: 0;
  }
  .point_num {
    width: 40%;
  }
  .reason_point_wrap h3 {
    margin-top: .3em;
  }
  .reason_point_wrap h3 span {
    font-size: 1.27em;
  }
  .reason_point_bottom_txt {
    margin-top: 1em;
    font-size: 4vw;
  }
}

/* price article */
.price_article {
  padding: 0px 0px 90px;
  background: url(../img/pc/point2_bg.png) center no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -70px;
}

.price_article h2 {
  z-index: 3;
  position: relative;
  color: #172A88;
  text-align: center;
  width: 92%;
  margin: 0 auto;
}

.price_article h3 {
  padding-top: 160px;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-bottom: 80px;
}

.price_article h3 span{
  color: #FCEE21;
}

@media (min-width: 751px) {
  .price_article h2 {
    width: 73%;
    margin: 0 auto;
  }
}


@media (max-width: 768px) {
  .price_article h2 {
    text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 3px rgba(14, 26, 71, 0.15);
  }
}

.price_sec_wrap {
  position: relative;
}

@media (min-width: 769px) {
  .price_sec_wrap {
   max-width: 1200px;
    margin: 0 auto;
  }
  .price_sec_wrap .price_sec {
    width: 100%;
  }
}

.price_sec_wrap .pos {
	z-index: 1;
	position: absolute;
	right: 50px;
	bottom: 100%;
	width: 20%;
  height:auto;
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .price_sec_wrap .pos {
    right: calc(5vw + 9px);
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .price_sec_wrap .pos {
	right: 18px;
	width: 88px;
  }
}

@media (max-width: 768px) {
  .price_sec_wrap .pos {
    right: 25px;
    width: 106px;
    height: auto;
  }
}

.price_sec {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .price_sec {
    /* margin-top: 1.6em; */
  }
}



.trouble_price {
  width: 290px;
  border: 1px solid #1894D2;
  border-radius: 15px;
  text-align: center;
  background: #fff;
}


.trouble_price h3 {
  padding: .5em 0;
  border-radius: 13px 13px 0 0;
  background: #1894D2;
  color: #fff;
  font-weight: bold;
}

.price_contents {
  padding: 1em;
}

.price_contents p {
  font-size: 16px;
}

.price_contents p:last-of-type {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}

.trouble_price .price_contents .mt {
  margin-top: 20px;
}

.price_contents img {
  margin: 0 0 25px 0;
  width: 100%;
  height: 150px;
}

.price_dl_wrap {
  display: flex;
  justify-content: space-between;
}

.price_dl_wrap dt {
  font-size: 1.7em;
}

.price_dl_wrap dd {
  color: #E60023;
  font-size: 1.7em;
  font-weight: bold;
}


@media screen and (max-width: 750px) {
  .price_article {
    background: url(../img/sp/more-point-bg.png) center no-repeat;
    padding: 3em 0 3rem;
    background-size: cover;
  }
  .price_sec_wrap {
    padding: 20px 10px 10px 10px;
  }
  .price_contents p {
    font-size: 3.5vw;
  }
  .price_article h3 {
    font-size: 7vw;
    padding: 0;
    padding-top: 12vw;
  }
  .trouble_price {
    width: 49%;
    margin-bottom: 5px;
  }
  .price_contents {
    padding: 0.5em;
}
.price_contents p:last-of-type {
  font-size: 4.3vw;
  margin-top: 5px;
  margin-bottom: 10px;
}
.price_contents img {
  height: auto;
  margin-bottom: 15px;
}
.trouble_price .price_contents .mt {
  margin-top: 10px;
}
}

/* trust article */
.trust_article {
  padding: 80px 0 9em;
  background: url(../img/trust_back-min.png) center no-repeat;
  background-size: cover;
}

.trust_article h2 {
  width: 50%;
  margin: 0 auto;
}

.trust_camp_wrap {
  display: flex;
  justify-content: space-between;
  margin: 1em 0 7em;
  padding: 0 10em;
}

.trust_camp_wrap img {
  width: 32em;
  height: 32em;
  object-fit: contain;
}

@media screen and (max-width: 750px) {
  .trust_article {
    position: relative;
    padding-top: 5em;
    padding-bottom: 4em;
    background: url(../img/sp/trust_article_bg_sp.jpg) no-repeat top center/cover;
  }
  .trust_article h2 {
    width: 85%;
  }
  .trust_camp_wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin: 2em 0;
    padding: 0;
  }
  .trust_camp_wrap img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }
  .link_btn_wrap {
    margin-top: 10vw;
    text-align: center;
    width: 80%;
    bottom: 4vw;
  }
}

/* flow article */
.flow_article {
  background: #CFEAFC;
  padding-bottom: 150px;
}

.flow_sec {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.flow_arrow {
  width: 120px;
  margin: 2em auto 0;
}

.flow_article h2 {
  -webkit-text-stroke: 7px #FFF;
  position: relative;
  color: #172A88;
  letter-spacing: .1em;
  text-align: center;
}

.flow_article h2::before {
  -webkit-text-stroke: 0;
  position: absolute;
  font-size: 1em;
}

.flow_content {
  flex-grow: 1;
  width: 100%;
  padding: 0px 2em 1em 2em;
  border-radius: 10px;
  background: #fff;
}


.flow_content:nth-child(n + 2) {
  margin-top: 2em;
}

.flow_title {
  display: flex;
  align-items: center;
  height: 70px;
}

.flow_title h3 {
  position: relative;
  margin-left: 3.5em;
  color: #2C60D2;
  font-weight: bold;
  font-size: 28px;
}

.flow_title h3::before {
  display: inline-block;
  position: absolute;
  top: 125%;
  left: 0;
  width: 2.4em;
  height: 4.5em;
  transform: translate(-150%, -65%);
  content: '';
}

.flow_st1::before {
  background: url(../img/pc/step1.png) no-repeat;
  background-size: contain;
}

.flow_st2::before {
  background: url(../img/pc/step2.png) no-repeat;
  background-size: contain;
}

.flow_st3::before {
  background: url(../img/pc/step3.png) no-repeat;
  background-size: contain;
}

.flow_st4::before {
  background: url(../img/flow_icon4.svg) no-repeat;
  background-size: contain;
}

.flow_explain {
  align-items: center;
  padding: 2em 0 2em 5em;
  border-top: 1px solid #2C60D2;
  margin-left: 10px;
}

.flow_explain p {
  line-height: 1.7;
  font-size: 21px;
}

.flow_explain p span {
  color: #E60023;
}

.flow_explain_box {
  width: 377px;
  margin: 25px auto 0;
}

@media screen and (max-width: 750px) {
  .flow_article {
    padding-bottom: 100px;
  }
  .flow_sec {
    margin-top: 0;
  }
  .flow_content {
    flex-direction: column;
    height: auto;
    padding: 1em 2em 2em 2em;
  }
  .flow_title {
    width: 85%;
    margin-left: auto;
  }
  .flow_title h3 {
    margin-left: 0;
    font-size: 5.5vw;
  }
  .flow_title h3::before {
    top: 65%;
    width: 2em;
    height: 4.5em;
    left: 1vw;
  }
  .flow_explain {
    width: 100%;
    margin-left: auto;
    padding: 1em 0 0;
    border-left: unset;
    border-top: 2px solid #2C60D2;
  }
  .flow_explain p {
    font-size: 4vw;
  }
  .flow_arrow {
    width: 12vw;
  }
  .flow_explain_box {
    width: 95%;
  }
  
}

/* voice article */
.voice_article {
  z-index: 3;
  position: relative;
  background-size: 100% 75%;
  padding-bottom: 180px;
}

.voice_article h2 {
  z-index: 5;
  position: relative;
  color: #172A88;
  letter-spacing: .1em;
  text-align: center;
}

.voice_sec {
  padding: 0 10px;
}

@media (max-width: 768px) {
  .voice_article h2 {
    text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 3px rgba(14, 26, 71, 0.15);
  }
}


.voice_bubble {
  z-index: 3;
  position: relative;
  width: 50%;
  /* margin: 1.5em auto 0; */
  margin:0 auto;
  padding: .8em 0;
  border-radius: 10px;
  background: #1894D2;
  color: #fff;
  font-size: 2em;
  letter-spacing: .08em;
  text-align: center;
}

.voice_bubble .pos {
  z-index: 1;
  position: absolute;
  right: -10px;
  bottom: 100%;
  width: 40%;
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .voice_bubble .pos {
    right: 3vw;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .voice_bubble .pos {
	right: 2vw;
	width: 75px;
  }
}

@media (max-width: 768px) {
  .voice_bubble .pos {
    right: 0;
    width: 95px;
    height: auto;
  }
}

.voice_bubble::after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 95%);
  border-top: 1em solid #1894D2;
  border-right: .7em solid transparent;
  border-left: .7em solid transparent;
  content: '';
}

.voice_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice_back {
  width: 100%;
  border: solid 2px #2C60D2;
  margin-top: 3em;
}

.voice_back:first-child {
  margin-top: 0;
}

.voice_wrap {
  flex-grow: 1;
  padding: 3em;
  background: #fff;
}

.voice_wrap p:first-of-type {
  font-size: 24px;
  font-weight: 600;
}

.voice_reviewer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}

.voice_reviewer_box,.voice_reviewer_box2{
  width: 30em;
}

.voice_reviewer img {
  width: auto;
}

.voice_reviewer .voice_reviewer_box2 img {
  width: 100%;
}

.voice_reviewer p {
  border-bottom: 2px solid #26B4E1;
  color: #172A88;
  font-size: 2em;
  letter-spacing: .07em;
  line-height: 3;
}

.voice_review {
  line-height: 1.7;
  font-size: 21px;
}

.voice_review span {
  color: #E60023;
}

@media screen and (max-width: 750px) {
  .voice_article {
    padding: 3em 0 25vw 0;
  }
  .voice_article h2{
    width: 100%;
    margin:0 auto;
    top: -25vw;
  }

  .voice_bubble {
    width: 92%;
    margin:0 auto;
    padding: 0.8em 0;
    font-size: 1.6em;
  }
  .voice_sec {
    flex-direction: column;
    margin-top: -15vw;
  }
  .voice_back {
    width: 95%;
    margin: 0 auto;
  }
  .voice_back:nth-child(n + 2) {
    margin-top: 2em;
  }
  .voice_wrap {
    padding: 2em;
  }
  .voice_reviewer {
    margin-bottom: 1em;
  }
  .voice_reviewer img {
    width: 18.4em;
  }
  .voice_review_img {
    width: 70%;
    margin: 10px 0 0 auto;
  }
  .voice_reviewer p {
    font-size: 1.4em;
    letter-spacing: .03em;
    line-height: 2.7;
  }
  .voice_wrap p:first-of-type {
    font-size: 4.8vw;
    padding-bottom: 5px;
  }
  .voice_review {
    font-size: 3.5vw;
  }
}

/* caution article */
.caution_article {
  background: #CDF0FF;
}

.caution_article h2 {
  -webkit-text-stroke: 7px #FFF;
  position: relative;
  color: #172A88;
  letter-spacing: .1em;
  text-align: center;
}

.caution_article h2::before {
  -webkit-text-stroke: 0;
  position: absolute;
  font-size: 1em;
  content: '悪徳水道業者排除宣言';
}

.caution_sec {
  display: flex;
  margin-top: 5em;
  padding: 3em;
  border-radius: 10px;
  background: #fff;
}

.caution_img {
  position: relative;
  width: 35%;
  margin-right: 3em;
}

.caution_img::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 7em;
  height: 7em;
  transform: translate(50%, -25%);
  background: url(../img/caution.svg) no-repeat;
  background-size: contain;
  content: '';
}

.caution_txt_wrap h3 {
  display: inline-block;
  margin-left: 1em;
  background: linear-gradient(transparent 60%, #FFFA00 0%);
  color: #E60023;
  font-weight: bold;
}

.caution_txt_wrap p {
  margin-top: 2em;
}

@media screen and (max-width: 750px) {
  .caution_sec {
    flex-direction: column-reverse;
    margin-top: 3em;
    padding: 2em;
  }
  .caution_img {
    width: 100%;
    margin: 3em 0 0;
    padding-right: 2em;
  }
  .caution_img::after {
    width: 8em;
    height: 8em;
    transform: translate(-4%, -25%);
  }
  .caution_txt_wrap h3 {
    margin-left: 0;
    font-size: 1.9em;
    letter-spacing: .05em;
    text-align: center;
  }
  .caution_txt_wrap p {
    margin-top: 1em;
    line-height: 1.7;
  }
}

/* region article */
.region_article h2 {
  position: absolute;
  top: -9vw;
  color: #172A88;
  text-align: center;
}

.region_sec {
  margin-top: 5em;
}

.region_wrap {
  width: 100%;
  border-radius: 10px;
  border: solid 3px #2C60D2;
}

.region_wrap:nth-child(n + 2) {
  margin-top: 2em;
}

.region_q_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1em 3em;
  background-color: #2C60D2;
}

.region_wrap dt {
  position: relative;
  color: #fff;
  font-size: 25px;
  letter-spacing: .07em;
}

.region_btn {
  position: relative;
  width: 3em;
  height: 3em;
  color: #fff;
}

.region_btn::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2em;
  height: .3em;
  transform: translate(-50%, -50%);
  background: #fff;
  content: '';
}

.region_btn::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5em;
  height: .3em;
  transform: translate(-50%, -50%) rotate(90deg);
  background: #fff;
  content: '';
  transition-duration: 0.5s;
}

.region_wrap dd {
  height: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}

/* クリック時 */
.region_click::after {
  transform: translate(-50%, -50%) rotate(0);
  transition-duration: 0.5s;
}

.region_wrap .answer_active {
  height: auto;
  padding: 20px;
  border-top: 1.5px solid #1894D2;
  line-height: 2;
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .sa .region_article {
    padding-bottom: 15vw;
  }
  .region_sec {
    margin-top: 3em;
  }
  .trouble_wrap {
    border: none;
  }
  .region_wrap dt {
    width: 88%;
    font-size: 1.6em;
    letter-spacing: .03;
    text-align: center;
  }
  .trouble_q_wrap {
    border-radius: 50px;
    padding: 1em 1em;
  }
  .region_btn::before {
    width: 1.5em;
  }
  .region_btn::after {
    width: 1.5em;
  }
  .region_wrap dd {
    font-size: 1.2em;
  }
  .trouble_wrap .answer_active {
    border-top: none;
    text-align: center;
  }
  .trouble_a .trouble_a_span{
    border-bottom: solid 2.5px #2C60D2;
    font-size: 7vw;
    padding-bottom: 3px;
  }
  .region_q_wrap {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .region_wrap dt {
    text-align: left;
  }
  .region_wrap .answer_active {
    padding-top: 15px;
  }
}

/* region article */
.region_article {
  padding-bottom: 120px;
}

.region_article h2 {
  color: #172A88;
  letter-spacing: .1em;
  text-align: center;
}

.region_sec {
  margin-top: 5em;
  padding: 5em;
  padding-top: 10em;
  background: #fff;
}

.region_sec2 {
  padding-top: 50px;
}

.region_img {
  width: 100%;
  padding: 2em 0;
  text-align: center;
}

.region_img img {
  width: auto;
}

.region_img2 img {
  width: 100%;
  max-width: 774px;
}


.region {
  display: flex;
  margin-top: 5em;
}

.region h3 {
  margin-right: 2em;
  color: #172A88;
  font-weight: bold;
}

.cities {
  padding-left: 4.4em;
  border-left: 2px solid #172A88;
}

.cities p {
  font-size: 1.7em;
  letter-spacing: .07em;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .region_sec {
    margin-top: 3em;
    padding: 2em;
  }
  .region_sec2 {
    padding-top: 25px;
  }
  .region_img {
    padding: 0;
    border: unset;
    width: 60%;
    margin: 0 auto;
  }
  .region_img img {
    width: 100%;
  }
  .region_article h2 {
    top: -20vw;
  }
  .region {
    flex-direction: column;
    margin-top: 3em;
  }
  .cities {
    margin-top: 1em;
    padding-top: 1em;
    padding-left: 0;
    border-top: 2px solid #172A88;
    border-left: unset;
  }
  .cities p {
    font-size: 1.2em;
    letter-spacing: 0.03em;
  }
}

/* qa article */

.qa_article {
  background: url(../img/pc/point1_bg.png) center no-repeat;
  background-size: cover;
}

.qa_sec {
  padding: 0 10px;
}

.qa-005 {
  padding-top: 250px;
}

.qa-005 dt,
.qa-005 dd {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    margin-top: 1em;
    padding: 0 0 0 130px;
    color: #333333;
    font-size: 21px;
    height: 63px;
}

.qa-005 dt {
    font-weight: 600;
    font-size: 25px;
    margin-top: 1em;
}

.qa-005 .qa-005_last {
  height: auto;
}

.qa-005 dd + dt {
    margin-top: 3em;
}

.qa-005 dt::before,
.qa-005 dd::before {
  content: '';
    display: inline-block;
    position: absolute;
    width: 67px;
    height: 67px;
    top: 0;
    left: 0;
    border-radius: 7px;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 40px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.qa-005 dt::before {
    background-image: url(../img/pc/question.png);
    vertical-align: middle;
    padding-right: 5px;
}

.qa-005 dd::before {
    background-image: url(../img/pc/anser.png);
}

@media screen and (max-width: 750px) {
  .qa-005 {
    padding-top: 15vw;
  }
  .qa-005 dt::before, .qa-005 dd::before {
    width: 12vw;
  }.qa-005 dt::before {
    top: 15%;
  }
  .qa-005 dt, .qa-005 dd {
    padding: 0 0 0 18vw;
    font-size: 5.5vw;
    margin-top: 0.5em;
  }
  .qa-005 dd {
    align-items: baseline;
    font-size: 4.5vw;
  }
  .qa-005 dd + dt {
    margin-top: 2em;
  }
}


/* form article */
.form_article h2 {
  color: #172A88;
  letter-spacing: .1em;
  text-align: center;
}

.form_sec {
  margin-top: 5em;
}

fieldset {
  display: flex;
}

input,
textarea {
  width: 100%;
  padding: 1.5rem;
  border-radius: 5px;
  background: #F7F8F8;
  font-size: 1.6em;
}

select {
  width: 50%;
  padding: 1.5rem;
  border: 1px solid #898989;
  border-radius: 5px;
  font-size: 1.6em;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9FA0A0;
}

input::placeholder,
textarea::placeholder {
  color: #9FA0A0;
}

.length1 {
  width: 48%;
}

.f_label {
  display: flex;
  position: relative;
  align-items: center;
  width: 35%;
  margin: 0 -1px -1px 0;
  padding: 2.5rem 2rem;
  border: 1px solid #C9CACA;
  background: #EEF5FC;
  font-size: 1.6em;
}

.trouble_label {
  align-items: unset;
}

.input_wrap {
  width: 65%;
  margin-bottom: -1px;
  padding: 2.5rem 2rem;
  border: 1px solid #C9CACA;
}

.input_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.require::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  padding: .6rem 2rem .5rem;
  transform: translateY(-50%);
  border-radius: 3px;
  background: #1894D2;
  color: #fff;
  font-size: .8em;
  line-height: 1;
  content: '必須';
}

.next_btn {
  display: flex;
  justify-content: center;
  width: 30%;
  margin: 5em auto 0;
}

.next_btn:hover {
  opacity: .8;
}

@media screen and (max-width: 750px) {
  .form_sec {
    margin-top: 3em;
  }
  fieldset {
    flex-direction: column;
  }
  select {
    width: 100%;
  }
  .length1 {
    width: 100%;
  }
  .f_label {
    width: 100%;
    padding: 2rem 1.5rem;
  }
  .require::after {
    padding: 0.6rem 1rem 0.5rem;
  }
  .input_wrap {
    width: 100%;
    padding: 2rem 1.5rem;
  }
  .input_name {
    flex-direction: column;
  }
  .input_name input:first-of-type {
    margin-bottom: 1em;
  }
}

.accounting_article {
  background: #CDF0FF;
  padding: 80px 0 73px;
}

.accounting_article h2 {
  text-align: center;
}
.accounting_article h2 .color_blue {
  -webkit-text-stroke: 7px #FFF;
  position: relative;
  color: #172A88;
  letter-spacing: .1em;
  text-align: center;
  min-width: 118px;
  display: inline-block;
}

.accounting_article h2 .color_blue::before {
  -webkit-text-stroke: 0;
    position: absolute;
    font-size: 1em;
    content: '安心の';
}
.accounting_article h2 .color_red {
  color: #E60023;
  font-weight: bold;
  -webkit-text-stroke: 7px #FFF;
  position: relative;
  letter-spacing: .1em;
  text-align: center;
  min-width: 158px;
  display: inline-block;
}
.accounting_article h2 .color_red::before {
  -webkit-text-stroke: 0;
    position: absolute;
    font-size: 1em;
    content: '明朗会計';
}
.accounting_sec {
    margin-top: 47px;
    padding: 5em 14.5em;
    border-radius: 10px;
    background: #fff;
}

.accounting_sec h3 {
  text-align: center;
}
.accounting_sec h3 span {
  display: inline-block;
  z-index: 3;
  position: relative;
  width: 100%;
  max-width: 437px;
  margin: 0 auto;
  padding: 20px 0px 17px;
  border-radius: 8px;
  background: #1894D2;
  color: #fff;
  font-size: 20.5px;
  line-height: 26.66px;
  letter-spacing: .08em;
  text-align: center;
  font-weight: 500;
}

.accounting_sec h3 span::after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 95%);
  border-top: 1em solid #1894D2;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  content: '';
}

.accounting_sec .sub {
  text-align: center;
  font-size: 23.58px;
  line-height: 26.66px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #172A88;
  max-width: 514.3px;
  margin: 30px auto 0;
  position: relative;
}
.accounting_sec .sub::after {
  height: 2px;
  width: 100%;
  background: url(../img/dot.svg);
  position: absolute;
  bottom: -10px;
  content: '';
  left: 50%;
  transform: translate(-50%, 100%);
}
.accounting_sec .sub span {
  display: inline-block;
  font-size: 28.71px;
  line-height: 26.66px;
  padding: 0 3px;
  font-weight: bold;
}
.accounting_sec .estimate {
  margin-top: 70px;
  display: flex;
}
.accounting_sec .estimate .thumb {
  width: 45.7%;
  padding-right: 40px;
}
.accounting_sec .estimate h4 {
  display: inline;
  background: linear-gradient(transparent 60%, #FFFA00 0%);
  color: #E60023;
  font-weight: bold;
  font-size: 27.61px;
  line-height: 1.5;
  letter-spacing: 0;
}
.accounting_sec .estimate h4 span {
  
  font-size: 34.11px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.accounting_sec .estimate .estimate_des {
  width: 51.5%
}

.accounting_sec .estimate .estimate_des p {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.08em;
  margin-top: 12px;
}
.accounting_sec .estimate .estimate_des p .color_red {
  color: #E60023;
}

.accounting_sec .cost {
  padding: 50px 0 0;
}

.accounting_sec .note-cost {
  text-align: right;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.08em;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .accounting_sec {
    width: 92%;
  }
}

@media screen and (max-width: 750px) {
  .accounting_article {
    padding: 37px 0 40px;
  }
  .accounting_sec {
    padding: 30px 15px 25px;
    margin-top: 35px;
  }
  .accounting_sec h3 span {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px;
    padding: 10px 0 5px;
  }
  .accounting_sec .sub {
    letter-spacing: 0;
    line-height: 1.5;
  }
  .accounting_sec .sub::after {
    background: url(../img/sp/dot_sp.svg);
    bottom: -3px;
  }
  .accounting_sec h3 span::after {
    content: '';
    border-top: 15px solid #1894D2;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }

  .accounting_sec .estimate {
    margin-top: 23px;
    display: block;
    text-align: center;
    padding: 0 3px;
  }

  .accounting_sec .estimate .thumb {
    width: 100%;
    padding: 0;
  }
  .accounting_sec .estimate .estimate_des {
    width: 100%;
    margin-top: 22px;
  }
  .accounting_sec .estimate h4 {
    font-size: 20px;
    line-height: 25.13px;
    letter-spacing: 0.1em;
  }
  .accounting_sec .estimate .estimate_des p {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  .accounting_sec .cost {
    padding: 13px 0 0;
  }
  .accounting_sec .note-cost {
    font-size: 16px;
    line-height: 30px;
    margin-top: 3px;
  }

  .accounting_article h2 .color_blue {
    min-width: 70px;
    letter-spacing: 0;
    display: inline-block;
  }

  .accounting_article h2 .color_red {
    min-width: 90px;
    letter-spacing: 0;
    display: inline-block;
  }
}


.sp_footer_inner {
  display: none;
}

.sp_footer {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
}

.sp_footer a {
  position: relative;
}

.sp_footer p {
  font-weight: 600;
  position: absolute;
  color: #fff;
  right: 4vw;
  font-size: 7vw;
  bottom: 25%;
}

@media screen and (max-width: 750px) { 
  .sp_footer_inner {
    display: block;
  }
}


.ft_link a{
  color: #fff;
  border-bottom:1px solid #fff;
  padding-bottom:2px;
  padding: 2px 8px;
  font-size: 18px;
  display: inline-block;
}

.company_body{
  background-color: #CFEAFC;
}
.company{
  background-color: #CFEAFC;
  padding-top: 100px;
}


.l-company_info{
  width: 95%;
  margin: 0px auto;
}

.p-company_info_inner{
  max-width: 1000px;
  margin: 0 auto;

}

.p-company_info_title h1{
  color: #2446C2;
  text-align: center;

}

.p-company_info_box{
  border-radius: 35px;
  border: 3px solid #2446C2;
  padding: 60px 120px;
  margin:  50px auto 20px;
  background-color: #fff;
}

.p-company_info_item{

  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: solid 1px  #2446C2;
  position: relative;
}

.p-company_info_labelBox {
  width: 30%;
}

.p-company_info_labelBox label{
  font-size: 24px;
  font-weight: 600;
}

.p-company_info_textBox  p{
  font-size: 24px;
}


.company button{
  color: #2446C2;
  border-bottom: solid 2px  #2446C2;
}



.company button{
  display: block;
  margin: 0 auto;
  width: 120px;
}


.company button p{
  font-size: 24px;
}



.company button:hover p:after{
  right: 2px;
}


.company button p{
  color: #2446C2;
  margin-top: 10px;
  position: relative;
}

.company button p:after{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-right:2px solid #2446C2;
  border-bottom:2px solid #2446C2;
transform: rotate(-45deg);
top: 10px;
right: 10px;
transition:0.3s;

}

footer.co{
  width: 100%;
  position: absolute;
  bottom: 0;
}


footer .footer_copyright{
  padding-top: 0;
}

@media (max-width: 768px) {

  .company button p{
    font-size: 18px;
  }

.company button{
  width: 100px;
  border-bottom: solid 2px  #2446C2;
}

.company button p:after{
  top: 7px;
}
}



@media (max-width: 768px) {

  .company{
    padding: 40px 0;
  }

  .p-company_info_title h1{
    font-size: 25px;
  
  }
  
  .p-company_info_item{
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    align-items: start;
  }

  .p-company_info_labelBox {
    width: 100%;
    margin-bottom: 10px;
  }


.p-company_info_box{
  padding: 25px 0px;
  margin:  20px auto 0px;
}

.p-company_info_labelBox label{
  font-size: 16px;
}

.p-company_info_textBox  p{
  font-size: 16px;
}

footer.co{
  width: 100%;
  bottom: 0;
}

footer.co .copyright{
padding-top: 0px;
}
  
}