@charset "UTF-8";
.mv_box .txt, .mv_box .mv_box_ttl {
  background-color: #fff;
  padding: 20px;
}
.mv_box .mv_box_ttl {
  border-radius: 20px 20px 0 0;
  color: #F07114;
  font-weight: 500;
}
.mv_box .txt {
  border-radius: 0 20px 20px 20px;
  font-size: 1.4rem;
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .mv_box .mv_box_ttl {
    font-size: 2rem;
    font-size: 20px;
  }
  .mv_box .txt {
    font-size: 1.6rem;
    font-size: 16px;
  }
}
.box_white_list {
  display: flex;
  flex-wrap: wrap;
}
.box_white_list li {
  border-radius: 20px;
  width: 100%;
  border: 1px solid #FFDEC6;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: url("../../images/service/white_list-bg.png")no-repeat right bottom/166px, #fff;
}
.box_white_list li .box_white_list-img {
  width: 100px;
}
.box_white_list li .txtcont {
  width: calc(100% - 120px);
}
.box_white_list li .txtcont .txt {
  font-size: 14px;
  margin-top: 5px;
}
.box_white_list li .txtcont .list_ttl {
  color: #FF6A00;
  border-bottom: 1px solid #FFECE2;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}
/**/
.flow {
  background-color: #F8F8F8;
  z-index: 13;
}
.flow .box_list.cl4 .box_list_inr {
  padding: 30px 20px;
  position: relative
}
.flow .box_list .box_list_inr .ttl {
  color: #FF6A00;
}
.flow .box_list.cl4 .box_list_inr::after {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: url("../../images/service/arrow.png")no-repeat center center/contain;
  height: 50px;
  width: 50px;
  z-index: 10;
}
.flow .box_list.cl4 .box_list_inr:last-child::after {
  display: none;
}
.fee .table_wrap {
  max-width: 1000px;
  margin: auto;
}
.fee .table_wrap table {
  width: 100%;
  margin-top: 40px;
  vertical-align: top;
}
.fee .table_wrap table th {
  background: linear-gradient(#F7832F, #FE5800);
  padding: 15px 5px;
  color: #fff;
  line-height: 1;
}
.fee .table_wrap table th, .fee .table_wrap table td {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: left;
  vertical-align: text-top;
}
.fee .table_wrap.table_setmenu table td {
  vertical-align: middle;
}
.fee .table_wrap table th:nth-child(1) {
  width: 25%
}
.fee .table_wrap table th:nth-child(2) {
  width: 45%
}
.fee .table_wrap table th:nth-child(3) {
  width: 30%
}
.fee .table_wrap table td {
  background-color: #F2F2F2;
  padding: 15px 10px;
}
.fee .table_wrap table td small {
  color: #555555;
  line-height: 1.6;
  display: block;
}
.fee .off_banner {
  max-width: 1000px;
  margin: 60px auto 0;
}
.fee .off_banner {
  display: block;
  color: #fff;
  overflow: hidden;
  border-radius: 20px;
  background: url("../../images/service/off_bg-l.png")no-repeat left -60% center/contain, url("../../images/service/off_bg-r.png")no-repeat right -60% center/contain, #FF9C29;
  padding: 28px 20px 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
}
.fee .off_banner strong {
  font-size: 18px;
}
.fee .off_banner .en {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 5px;
  background: url("../../images/service/une.png")no-repeat center bottom/contain;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .box_white_list {
    justify-content: space-between;
  }
  .box_white_list li {
    width: calc(100% / 2 - 10px);
    margin-top: 30px;
    padding: 20px;
    align-items: flex-start;
  }
  .box_white_list li .box_white_list-img {
    width: 110px;
  }
  .box_white_list li .txtcont {
    width: calc(100% - 125px);
  }
  .box_white_list li .txtcont .list_ttl {
    font-size: 18px;
  }
  .flow .box_list.cl4 .box_list_inr::after {
    right: -60px;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
  }
  .fee .table_wrap table th, .fee .table_wrap table td {
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
  .fee .table_wrap table th {
    padding: 15px 32px;
  }
  .fee .table_wrap table td {
    padding: 20px 32px;
  }
  .fee .table_wrap table th:nth-child(1) {
    width: 30%
  }
  .fee .table_wrap table th:nth-child(2) {
    width: 50%
  }
  .fee .table_wrap table th:nth-child(3) {
    width: 20%
  }
  .fee .off_banner {
    font-size: 24px;
    padding: 56px 20px 50px;
    line-height: 1.6;
    background: url("../../images/service/off_bg-l.png")no-repeat left center/contain, url("../../images/service/off_bg-r.png")no-repeat right center/contain, #FF9C29;
  }
  .fee .off_banner strong {
    font-size: 28px;
  }
  .fee .off_banner .en {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .common_mv {
    padding: 20px 30px 0 60px;
    height: 90vh;
  }
  .cont_ttl {
    margin-bottom: 62px;
  }
  .common_mv .common_mv-txt {
    width: 50%;
    max-width: 550px;
  }
  .box_white_list li {
    padding: 20px;
    align-items: center;
    width: calc(100% / 2 - 30px);
  }
  .box_white_list li .box_white_list-img {
    width: 193px;
  }
  .box_white_list li .txtcont {
    width: calc(100% - 220px);
    padding-top: 12px;
  }
  .box_white_list li .txtcont .list_ttl {
    font-size: 24px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .flow .box_list.cl4 .box_list_inr::after {
    left: 50%;
    top: 100%;
    transform: translate(-50%, -20%) rotate(90deg);
  }
}
.fee {
  background-color: #fff;
}
.bottom-contact {
  margin: 60px auto 0;
  max-width: 1080px;
  padding: 0;
}
.bottom-contact .bottom-contact_wrap {
  padding: 65px 10px;
}
@media only screen and (min-width: 769px) {
  .bottom-contact .bottom-contact_wrap {
    padding: 65px 40px;
  }
}
.works {
  padding: 80px 20px;
  background: #FFFCF5;
  z-index: 11;
}
.works .cvsbtn, .faq .cvsbtn {
  margin: 60px auto 0;
}
.pay {
  margin-top: 60px;
}
.works .pay, .works .attention {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #EBEBEB;
}
.works .under_ttl {
  border-bottom: 1px solid #9D9D9D;
  font-size: 20px;
  font-weight: 500;
  padding: 0 10px 10px 10px
}
.works .pay .flex {
  align-items: center;
  padding: 15px 10px 0 10px;
}
.works .pay .flex .txt {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  width: 100%;
}
.works .pay .flex .txt small {
  font-size: 14px;
  color: #555555;
}
.works .pay .flex figure {
  width: 100%;
}
.works .attention {
  border: 1px solid #EBEBEB;
  background-color: #F8F8F8;
  margin-top: 60px;
}
.works .attention .txt {
  padding: 10px 10px 0
}
.works .attention .txt ul li {
  line-height: 1.6;
  margin-bottom: 5px;
  text-indent: -15px;
  padding-left: 15px;
}
@media only screen and (min-width: 769px) {
  .pay {
    margin-top: 100px;
  }
  .works {
    padding: 120px 50px;
  }
  .works .under_ttl {
    font-size: 24px;
    padding: 0 10px 10px 30px
  }
  .works .pay {
    padding: 40px;
  }
  .works .pay .flex {
    padding: 30px 0 0 30px;
  }
  .works .pay .flex .txt {
    font-size: 18px;
    line-height: 1.4;
    width: 45%;
  }
  .works .pay .flex .txt small {
    font-size: 14px;
  }
  .works .pay .flex figure {
    width: 55%;
  }
  .works .attention .txt {
    padding: 30px 30px 0
  }
}
.faq {
  padding: 80px 20px;
  background-color: #F8F8F8;
  z-index: 11;
}
@media only screen and (min-width: 769px) {
  .faq {
    padding: 120px 50px;
  }
}
/*modal*/
.voice-wrap {
  max-width: 980px;
  margin: auto;
}
.voice-inr {
  margin-bottom: 40px;
}
.featherlight .featherlight-close-icon {
  background-color: #F07114;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 0 0 0 10px;
}
.featherlight .featherlight-content {
  border-radius: 20px;
  border: 1px solid #FFE5CE;
  background: url(../../images/service/white_list-bg.png) no-repeat right bottom / 166px, #fff;
}
.voice-inr a {
  border-radius: 20px;
  border: 1px solid #FFE5CE;
  background: url(../../images/service/white_list-bg.png) no-repeat right bottom / 166px, #fff;
}
.voice-inr a, .modal__content {
  padding: 30px 25px 40px;
  display: flex;
  flex-wrap: wrap;
}
.voice-inr a .pdf-img {
  width: 80%;
  max-width: 450px;
}
.voice-inr a .right-txt {
  width: 100%;
  padding: 30px 0 0;
}
.voice-inr a .right-txt .name {
  border-bottom: 1px solid #FFE5CE;
  padding: 10px;
  font-size: 16px;
}
.hoshi {
  font-size: 20px;
  margin: 10px 10px 30px;
}
.hoshi .icon-org {
  color: #F07114;
  font-size: 160%;
}
.modal {
  display: none;
}
.voice-txt {
  margin-bottom: 15px;
}
.voice-txt dt {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFE5CE;
}
.voice-txt dd {
  padding: 10px 0 0 45px;
}
.voice-txt span {
  background-color: #F07114;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 100vh;
}
@media only screen and (min-width: 769px) {
  .voice-inr a, .modal__content {
    padding: 22px;
    display: flex;
    align-items: center;
  }
  .voice-inr a .pdf-img, .modal__content .pdf-img {
    width: 30%;
  }
  .voice-inr a .right-txt, .modal__content .right-txt {
    width: 70%;
    padding-left: 40px
  }
}
@media only screen and (max-width: 768px) {
  .voice-inr a .pdf-img {
    margin: auto;
  }
  .voice-inr .right-txt, .featherlight .featherlight-content .right-txt {
    margin-top: 20px;
  }
}
/*service02*/
.coating {
  background-color: #fff;
}
.wrap {
  overflow: visible;
}
.service-02 .onayami {
  background: #FFFCF5;
  padding: 120px 20px 80px;
  position: relative;
  z-index: 10;
}
.service-02 .onayami .ttl {
  max-width: 595px;
  position: absolute;
}
.service-02 .onayami .onayami_wrap {
  border-top: 3px solid #609DCD;
  border-bottom: 3px solid #609DCD;
  background: url("../../images/common/b-kakoi.png")no-repeat left top -3px/40px, url("../../images/common/b-kakoi-r.png")no-repeat right top -3px/40px, url("../../images/common/b-kakoi-b.png")no-repeat left bottom -3px/40px, url("../../images/common/b-kakoi-b-r.png")no-repeat right bottom -3px/40px;
  border-radius: 20px;
  position: relative;
  padding: 60px 10px 50px;
}
.service-02 .onayami .onayami_wrap::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  background: url("../../images/service/02/b-btm_btn.png")no-repeat center center/contain;
}
.service-02 .onayami .onayami_wrap .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
}
.service-02 .onayami .onayami_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
}
.service-02 .onayami .onayami_list li {
  width: calc(100% / 2 - 10px);
  max-width: 240px;
  text-align: center;
  color: #000;
}
.service-02 .onayami .onayami_list li .txt {
  font-size: 18px;
}
.service-02 .onayami .onayami_list li figure {
  max-width: 120px;
  margin: 0 auto 15px;
}
.service-02 .onayami .onayami_list li strong {
  color: #016FCA;
}
.service-02 .onayami .onayami_list li .txt {
  line-height: 1.4;
}
.service-02 .coating_feature {
  background: #fff;
  z-index: 11;
}
.service-02 .coating_feature .center_ttl {
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 80px;
}
.service-02 .coating_feature .center_ttl .orenge_txt {
  background: url("../../images/service/02/une-org.png")no-repeat center bottom/contain;
  padding-bottom: 10px;
}
.service-02 .coating_feature .features_wrap {
  overflow: visible;
  contain: paint;
}
/*
.service-02 .coating_feature .features_wrap .features_list-wrap > div {
  display: flex;
  justify-content: space-between;
  position: relative;
}
*/
.service-02 .coating_feature .features_wrap .features_list-wrap > div .feature_txt .ttl {
  font-size: 24px;
  color: #FF6A00;
  font-weight: 600;
  border-bottom: 1px solid #FFECE2;
  padding-bottom: 10px;
  line-height: 1.5;
}
.service-02 .coating_feature .features_wrap .features_list-wrap > div .feature_txt .txt {
  font-size: 14px;
  color: #555555;
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .service-02 .onayami {
    background: #FFFCF5;
    padding: 200px 20px 120px;
  }
  .service-02 .onayami .onayami_list {
    justify-content: space-between;
    max-width: 1100px;
  }
  .service-02 .onayami .onayami_list li {
    width: calc(100% / 4);
    padding: 0 10px;
  }
  .service-02 .onayami .onayami_list li .txt {
    font-size: 20px;
  }
  .service-02 .onayami .onayami_list li figure {
    max-width: 180px;
  }
  .service-02 .onayami .onayami_wrap {
    padding: 100px 30px;
  }
  .service-02 .onayami .onayami_wrap::after {
    width: 86px;
    height: 86px;
  }
  /*	*/
  .service-02 .coating_feature .center_ttl {
    font-size: 36px;
    margin-bottom: 120px;
  }
  .service-02 .coating_feature .cont_inr_ttl {
    margin-bottom: 60px;
  }
  .service-02 .coating_feature .features_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .service-02 .coating_feature .features_list-wrap {
    width: 45%;
    /*    width: 100%;*/
  }
  .service-02 .coating_feature .features_wrap .features_list-wrap > div {
    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .service-02 .coating_feature .features_wrap .images-container {
    width: 55%;
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
  }
  .service-02 .coating_feature .features_wrap .images-container figure {
    height: 500px;
    margin: auto;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: .8s;
    opacity: 0;
  }
  .service-02 .coating_feature .features_wrap .images-container figure:first-child, .service-02 .coating_feature .features_wrap .images-container figure.active {
    visibility: visible;
    opacity: 1;
  }
  .service-02 .coating_feature .features_wrap .feature_txt {
    padding: 20vh 40px 0;
    /*    width: 50%;*/
  }
  .service-02 .coating_feature .features_wrap .feature_txt .ttl {
    font-size: 28px;
  }
  .service-02 .coating_feature .features_wrap .feature_txt .txt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .service-02 .onayami .onayami_list li .txt {
    font-size: 24px;
  }
  .service-02 .coating_feature .center_ttl {
    font-size: 42px;
  }
  .service-02 .coating_feature .features_wrap .feature_txt .ttl {
    font-size: 32px;
  }
  .service-02 .coating_feature .features_wrap .feature_txt .txt {
    font-size: 18px;
  }
  .service-02 .coating_feature .features_wrap .feature_txt {
    padding: 0 80px;
  }
  .service-02 .coating_feature .features_wrap .images-container {
    height: calc(100vh - 130px);
    width: 52%;
    top: 95px;
  }
  .service-02 .coating_feature .features_wrap .images-container figure {
    height: 680px;
  }
}
@media only screen and (min-width: 1680px) {
  .service-02 .coating_feature .cont_inr {
    max-width: 144rem;
  }
  .service-02 .coating_feature .features_wrap .images-container {
    top: 130px;
  }
  .service-02 .coating_feature .features_wrap .images-container figure {
    height: 800px;
  }
}
@media only screen and (max-width: 768px) {
  .service-02 .onayami .onayami_list li:nth-child(3), .service-02 .onayami .onayami_list li:nth-child(4) {
    margin-top: 30px;
  }
  .service-02 .coating_feature .features_wrap .features_list-wrap > div figure {
    max-width: 300px;
    margin: 60px auto 20px;
  }
}
/*service03*/
.service-03 .bottom-contact {
  margin: 60px auto 0;
}
.service-03 .bottom-contact .btn-footer_tel a::after, .service-03 .bottom-contact .btn-footer_contact a::after {
  background: url(../../images/common/bottom_contact_arrow-g.svg) no-repeat right bottom / contain;
}
@media only screen and (min-width: 769px) {
  .service-03 .bottom-contact {
    margin: 100px auto 0;
  }
}