@charset "UTF-8";


/* CSS Document */

main {
  margin-top: 64px;
}

.section_title{
  font-size: 2.4rem;
}
.section_title::before {
  width: 24.27px;
  height: 26.607px;
  margin: 0 auto 8px;
}
.main_inner {
  max-width: 100%;
  padding: 0 24px;
}
.second_inner {
  max-width: 100%;
  padding: 0 24px;
}
.mini_inner {
  max-width: 100%;
  padding: 0 24px;
}

/* ---------

FV
------------*/
#fv {
  padding: 32px 0 56px 0;
}
#fv .fv_content {
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: -12px;
}
#fv .content_l {
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 440px;
}
#fv .content_l .content_l_wrap {
  align-items: center;
  margin-bottom: -177px;
}
#fv .content_l .content_txt {
  gap: 16px;
  width: 100%;
}
#fv .content_l .first_c {
  gap: 16px;
}
#fv .content_l .sub_c {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}
#fv .content_l .sub_c span {
  display: none;
}
#fv .content_l .main_c {
  font-size: 3.8rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
#fv .content_l .main_c span {
  letter-spacing: 0.1em;
  padding: 0 2px 0 1px;
}
#fv .content_l .second_c {
  gap: 12px;
  width: 100%;
}
#fv .content_l .second_c .second_c_txt {
  font-size: 1.47rem;
}
#fv .content_l .func_list {
  width: 100%;
  justify-content: space-between;
  grid-template-columns: repeat(3, auto);
  row-gap: 0.35em;
  column-gap: 0;
  max-width: 315px;
}
#fv .content_l .column {
  gap: 6px;
}
#fv .content_l .func {
  font-size: 1.2rem;
}
#fv .content_l .func img {
  width: 10px;
  height: 10px;
}
#fv .content_r {
  width: 100%;
  max-width: 440px;
}
#fv .content_r .content_r_wrap {
  align-items: center;
}


#fv .content_r .fv_img  {
  width: 82%;
  margin-right: -88px;
  max-width: 292px;
  margin-bottom: 0;
  margin-top: 0;
}

.strength_point {
  flex-direction: column;
  gap: 8px;
  width: fit-content;
  position: absolute;
  top: 4%;
  left: 0;
}
.strength_point li {
  width: fit-content;
}
.strength_point img {
    width: 52%;
}

.deco_1 img {
  width: 944px;
  height: auto;
}
.deco_1 {
  right: -430px;
  bottom: -40px;
}
/* ---------------security------------------*/
#fv .security_wrap {
  position: relative;
  top: 160px;
  align-items: center;
  padding: 13px 24px 6px;
  background-color: #F6F9F9;
  margin-top: 0px;
  width: 100vw;
}
#fv .security_wrap p {
  text-align: center;
}

.fv_button-container {
  position: relative;
  top: 186px;
}
.fv_button-container .cta-button {
  width: 100%;
  height: 63px;
  margin-top: 6px;
  padding: 0 14px;
}
.fv_button-container .button-text {
  font-size: 1.6rem;
  margin-left: 11px;
}
.fv_button-container .dl-icon img.dl {
  width: 26px;
  height: 26px;
}
.fv_button-container .circle {
  width: 40px;
  height: 40px;
}





.fv_btn_wrapper {
    position: relative;
    top: 176px;
    align-items: center;
    padding: 13px 24px 6px;
    margin-top: 0px;
    width: 100vw;
    max-width: 382px;
    gap: 8px;
    z-index: 20;
}
.interactive-button {
    width: 100%;
    height: 68px;
}
.fv_btn_wrapper .images-stack {
    left: 8px;
    top: 13.6px;
}
.fv_btn_wrapper .doc {
    width: 60px;
    height: 38px;
}
.fv_btn_title {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
}
.fv_btn_content {
    margin-left: 96px;
}
.fv_btn_wrapper .doc-2 {
    transform: translate(22%, 24%);
}
.fv_btn_wrapper .doc-3 {
    transform: translate(10%, 6%);
}
.fv_btn_wrapper .doc-4 {
    transform: translate(2%, -12%);
}
.fv_btn_wrapper .fv_btn_micro img {
    width: 50%;
    height: auto;
}
.fv_btn_wrapper .fv_btn_micro {
    margin-left: 90px;
}

/* ---------

cvボタン

------------*/


.small-text {
    font-size: 8px;
}
.large-num {
    font-size: 16px;
}
.complete-text {
    font-size: 9px;
}
.microcopy {
  font-size: 1.4rem;
}
.border-css {
  margin-top: 5px;
  width: 265px;
}
/* ---------

訴求エリア

------------*/
.appeal{
  text-align: center;
  margin-top: 148px;
  margin-bottom: 32px;
}
.appeal .sokyu {
  width: 100%;
  flex-direction: column;
  margin-bottom: 8px;
}
.appeal .sokyu p{
  font-size: 1.6rem;
  order: 2;
}
.scroll-wrap {
  padding: 24px 0 40px 0;
  width: 4035px;
  gap: 16px;
  animation: 23s linear 0s infinite normal none running scroll;
}
.appeal ul {
  gap: 26px 10px;
}
.appeal li img {
  height: 38px;
}
.appeal_sousyoku_line img {
  width: 320px;
}
.appeal_sousyoku_line {
  margin: -3px 0 8px;
}
.deco1 img {
  height: 2%;
  top: 5.2%;
}
.deco2 img {
  height: 1.6%;
  top: 10%;
}
.deco_fv img {
  width: 657px;
  position: absolute;
  top: 30%;
  z-index: -1;
  right: -14em;
}
/* ---------

about

------------*/
#about {
  position: relative;
  margin: 0 auto 80px auto;
}
.deco_2 img {
  width: 420px;
  height: auto;
}
.deco_2 {
  right: -93px;
  top: 429px;
}
#about .bk {
  width: 120%;
  height: 1428px;
  position: absolute;
  left: -73px;
  top: -56px;
}
.about_wrap {
  gap: 32px;
}
#about .content{
  flex-direction: column;
  gap: 48px;
  padding-left: 16px;
}
.concept {
  width: 100%;
}
.concept h2 {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
#about .content img {
  width: 262.5px;
}
.concept .content .txt {
  width: fit-content;
  flex-direction: column;
  gap: 24px;
}
.concept .content p {
  font-size: 1.8rem;
}
.solution {
  background-image: url('https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/top/glass_bk_sp.png');
  width: 100%;
  padding: 60px 0 64px;
  background-size: auto;
}
.solution_wrap {
  gap: 40px;
  width: 100%;
}
.solution .ttl h2 {
  flex-direction: column;
  font-size: 1.8rem;
  gap: 14px;
}
.solution .ttl figure img {
    width: 236px;
}
.solution .content li {
  flex-direction: row;
}
.solution .content li h3 {
    text-align: left;
    font-size: 1.4rem;
}
.solution .content li h3 strong {
    font-size: 2rem;
}

/* ---------

#feature

------------*/
#feature {
  padding-bottom: 88px;
  gap: 48px;
}
.feature_wrap {
  gap: 56px;
  width: 100%;
}
.feature_content {
  width: 100%;
  padding: 0px;
  gap: 64px;
}
#feature .index {
  width: 100%;
  justify-content: center;
  gap: 16px;
  height: auto;
}
#feature .index_btn {
  width: 150px;
  height: 100px;
  padding: 0 6px;
}
.index_btn_wrapper {
  height: 76px;
}
.index_btn_wrapper .num {
  font-size: 1.2rem;
  line-height: 1;
}
.index_btn_wrapper .index_txt {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
.index_btn_wrapper .readmore {
  padding: 2px 12px 0px 3px;
}
.index_btn_wrapper .readmore::after {
  right: 1.5px;
  top: -5.477px;
}
#feature .ttl_wrap .num {
  font-size: 2.4rem;
}
#feature .ttl_wrap .ttl {
  font-size: 2.2rem;
}
.feature_content_wrap {
  width: 100%;
  gap: 80px;
  align-items: center;
}
.feature_content .feature {
  gap: 40px;
  width: 100%;
  max-width: 500px;
}
#feature .ttl_wrap {
  letter-spacing: 0.08em;
}

/* ---------#feature_1------------*/
#feature_1 .content_wrap {
  flex-direction: row;
  
}
#feature_1 .content_row_1st {
  flex-direction: column;
  gap: 37px;
}
#feature_1 .content_row_1st .content_inner {
  margin-right: -25px;
  gap: 8px;
  margin-top: -20px;
  padding-left: 10px;
}
#feature_1 .content_row_1st .content {
  margin-right: 24px;
}
#feature_1 .content_row_2nd {
  width: 12px;
        height: 748px;
        flex-direction: column;
}
#feature_1 .content_row_2nd .circle {
  width: 12px;
  height: 12px;
}
#feature_1 .content_row_2nd::after {
  transform: rotate(90deg);
  width: 741.294px;
  top: 371px;
}
#feature_1 .content_row_3rd {
  flex-direction: column;
  gap: 37px;
  margin-top: -140px;
}
#feature_1 .content_row_3rd .content {
    flex-direction: row-reverse;
        margin-left: 24px;
            align-items: flex-end;
}
#feature_1 .content_txt_inner {
  gap: 8px;
  align-items: center;
  padding-left: 14px;
  max-width: 164px;
  align-items: flex-start
}
#feature_1 .content_row_3rd .content_inner {
      flex-direction: column;
    margin-left: -25px;
    gap: 8px;
    height: 100%;
    margin-top: 20px;
}
#feature_1  .content {
  flex-direction: row;
        width: 100%;
        height: 209px;
        justify-content: flex-end;
}
#feature_1 .content::after {
  transform: rotate(90deg);
  height: 66.5px;
  z-index: -1;
}


#feature_1 .content_ttl h4 {
    letter-spacing: 0.05em;
}
#feature_1 .content_row_1st .content_txt_inner {
  padding-left: 0px;
  padding-right: 14px;
}
#feature_1 .content_ttl {
  font-size: 2rem;
}
#feature_1 .content_txt_inner .txt {
  font-size: 1.2rem;
        text-wrap: wrap;
        text-align: left;
        letter-spacing: 0.05em;
}
#feature_1 .content_inner figure img {
  height: 110.25px;
}
#feature_1 .content_wrap .deco_3 img {
    width: 108%;
    height: auto;
}
#feature_1 .content_wrap .deco_3 {
    left: -20px;
    bottom: 0;
    top: -191px;
}
/* ---------#feature_2------------*/
#feature_2 .content_wrap {
  flex-direction: column;
  gap: 0;
}
#feature_2 .content {
  width: 100%;
}
#feature_2 .content_txt_inner h4 {
  font-size: 2rem;
}
#feature_2 .content_txt_inner h4 span {
  font-size: 1.6rem;
}
#feature_2 .autolink  {
  width: fit-content;
  margin-top: 48px;
}
#feature_2 .autolink .icon_inner .arrow_icon {
  transform: rotate(90deg);
  margin-top: 60px;
  margin-left: 28px;

}
#feature_2 .autolink .icon_inner .arrow_icon img {
  width: 40px;
  object-fit: cover;
  object-position: bottom right;
  height: 10px;
}
#feature_2 .autolink .icon_inner {
    gap: 10px;
}

#feature_2 .content_wrap .content_3 {
  margin-top: 20px;
}
#feature_2 .content_wrap .content_2 {
  margin-top: -16px;
}
#feature_2 .content_wrap::before {
  transform: rotate(90deg);
  top: 570px;
}
/* ---------#feature_3------------*/
#feature_3 .content_wrap {
    gap: 40px;
    flex-direction: column;
}
#feature_3 .content_txt_inner {
  width: 100%;
  padding: 0 16px;
  gap: 56px;
}
#feature_3 .content_txt_inner .txt h4 {
    font-size: 2rem;
}
.content_img_inner img {
    width: 260px;
}
#feature_3 .content_txt_inner .txt::after {
    width: 53px;
    height: 53px;
    left: -17.453px;
    top: -15px;
}
/* ---------#feature_4------------*/
#feature_4 .content_wrap {
    flex-direction: column;
    gap: 26px;
}
#feature_4 .content_wrap .line {
  transform: rotate(90deg);
  margin: -138px 0;
  height: 305px;
}
#feature_4 .content_txt_inner {
    gap: 10px;
    width: 100%;
}
#feature_4 .content_txt_inner p {
  padding: 0 8px;
}
#feature_4 .content_txt_inner h4 {
    font-size: 2rem;
}
#feature_4 .content_wrap .content {
  width: 100%;
}
/* ---------#feature_5------------*/
#feature_5 .content_wrap {
    flex-direction: column;
    gap: 26px;
}
#feature_5 .content_wrap .content {
    width: 100%;
}
#feature_5 .content_wrap .content img {
    width: 100%;
}
#feature_5 .content_wrap .line {
  transform: rotate(90deg);
  margin: -138px 0;
  height: 305px;
}
#feature_5 .content_txt_inner {
  padding: 0;
  gap: 10px;
}
#feature_5 .content_txt_inner p {
  padding: 0 8px;
}
#feature_5 .content_txt_inner h4 {
  font-size: 2rem;
}
/* ---------#feature_6------------*/
#feature_6 .content_wrap {
    flex-direction: column;
    gap: 22px;
}
#feature_6 .content_wrap .content {
    width: 100%;
    gap: 20px;
}
#feature_5 .content_txt_inner {
  gap: 10px;
}
.content_img_inner {
  text-align: center;
}
#feature_6 .content_wrap .content img {
  width: 90%;
}
#feature_6 .content_wrap .line {
  transform: rotate(90deg);
  margin: -138px 0;
  height: 305px;
}
#feature_6 .content_txt_inner {
  padding: 0;
}
#feature_6 .content_txt_inner p {
  padding: 0 8px;
}
#feature_6 .content_txt_inner h4 {
  font-size: 2rem;
}
/* ---------

CTABOX1

------------*/
#cta_box_1 {
  padding: 40px 0;
}
.cta_box_1_wrap {
  gap: 32px;
}
.cta_box_1_wrap p {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.cta_box_1_wrap p span {
  font-size: 1.8rem;
}
.cta_box_1_wrap figure {
  display: none;
}
.cta_box_1_wrap .btn_wrap {
  flex-direction: column;
  gap: 24px;
}
.cta_box_1_wrap .btn_wrap .second-button {
  width: 100%;
}
/* ---------

機能

------------*/
#FUNCTION {
  padding: 64px 0 88px;
  gap: 56px;
}
.function_wrap_1, .function_wrap_2, .function_wrap_3 {
    width: 100%;
    flex-direction: column;
    gap: 56px;
}
.function_wrap_1, .function_wrap_2 {
    border-bottom: 0px;
    padding-bottom: 16px;
}
.function_inner a {
    width: 100%;
}
.function_content .content_inner {
    width: 100%;
    height: auto;
    gap: 24px;
}
.function_content .txt_wrap p {
  letter-spacing: 0em;
}

/* ---------

選ばれる理由 #REASON

------------*/
#REASON {
  padding: 64px 0 80px 0;
}
.reason_wrapper {
  margin-top: 84px;
  flex-direction: column;
  gap: 80px;
}
.reason_wrapper .reason_content {
    width: 100%;
    height: auto;
}
.reason_content .content_inner h3 {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.reason_content .tag {
  width: 100%;
  height: auto;
  padding: 12px 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

/* ---------

導入事例 #CASE

------------*/
#CASE {
  padding: 64px 0 88px;
}
/* ---------

パートナー #PARTNER

------------*/
#PARTNER{
    padding-top: 64px;
    padding-bottom: 64px;
}
#PARTNER .ninoDr_txt{
	width: 100%;
	margin-top: 40px;
}
#PARTNER .partnerWrap{
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
#PARTNER .inner h3{
    font-size: 2rem;
    margin-bottom: 10px;
}
#PARTNER .inner .dr-info img{
    width: 100px;
    margin-right: 10px;
  margin-bottom: 30px;
}
#PARTNER .inner .role{
background: #f0f0f0;
    padding: 5px;
    line-height: 1;
    display: inline-block;
  margin-bottom: 10px;
}
#PARTNER .inner .name{
  line-height: 1.5;
	font-size: 1.2rem;
}
#PARTNER .inner .name strong{
  font-size: 2.4rem;
  display: inline-block;
    margin-top: 0;
}
#PARTNER .inner p{
    width: 100%;
  margin-top: 10px;
	font-size: 1.6rem;
}



#PARTNER .inner{
    padding: 0px 16px 20px 16px;
    margin-top: 0;
}
#PARTNER .inner .dr-info{
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
}
#PARTNER .carrer{
border-top: 1px solid #fbfaf9;
    padding-top: 5px;
    font-size: 1.4rem;
    margin-top: 0;
}
#PARTNER .carrer li{
  margin-top: 5px;
    line-height: 1.5;
}
#PARTNER .in_ninoDr{
height: auto;
}
#PARTNER .in_ninoDr .carrer{
  width:100%;
}
#PARTNER .in_ninoDr .dr-info{
	margin-top: 0;
}
#PARTNER .in_ninoDr .carrer{}
#PARTNER .in_ninoDr p{}
#PARTNER .nukiDr{
    display: flex;
    flex-wrap: wrap;
  justify-content:space-between;
}
#PARTNER .nukiDr .carrer{
display: block;
}

/* ---------

プラン・料金

------------*/
#PRICE {
  padding: 64px 0 80px 0;
}
.price_inner {
  padding: 0 0 0 24px;
}
.price_detail {
  padding-right: 24px;
    height: auto;
    margin-bottom: 0px;
    flex-direction: column;
    width: 100%;
    margin-bottom: -8px;
}
.price_detail .txt_left {
  padding: 12px 0;
  border-radius: 8px 8px 0 0;
  font-size: 2.2rem;
  width: 100%;
}
.price_detail .txt_right {
  padding: 8px 0px 10px 0px;
  height: auto;
  border-radius: 0 0 8px 8px;
  width: 100%;
  font-size: 2.4rem;
}
.price_detail .txt_right .circle {
    width: 52px;
    height: 52px;
    padding: 0;
    font-size: 1.4rem;
}
.price_detail .first_price .zero {
    font-size: 6.4rem;
}
/* .table-scrollに適用 */
#PRICE .table-scroll {
	margin: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
#PRICE .table-scroll table {
	margin: 0;
  width: 793px;
}
#PRICE .table-scroll table td {
    vertical-align: top;
}
/* .stickyに適用 */
#PRICE .table-scroll .sticky {
	position: -webkit-sticky;
	position: sticky;
	left: -0.5%;
	z-index: 1;
  font-size: 1.2rem;
}
#PRICE .table-scroll .plan_txt li i {
  font-size: 1.1rem;
}
#PRICE .table-scroll .plan_name {
  font-size: 1.2rem;
}
#PRICE .table-scroll .plan_name strong{
  font-size: 2rem;
}
#PRICE .table-scroll .plan_name .price_box{
  font-size: 1.6rem;
  margin-top: -8px;
}
#PRICE .table-scroll .plan_name .price_box strong{
  font-size: 3.4rem;
}

#PRICE .table-scroll .plan_txt {
  margin: 0px 0 10px 0px;
  font-size: 1.2rem;
}
#PRICE .table-scroll .demo_app{
  font-size: 1.4rem;
  margin: 0 10px 10px 10px;
  padding: 10px 22px;
}
#PRICE .table-scroll .plan_name .this_name{
  padding-top: 15px;
  font-size: 1.1rem;
}
#PRICE .add_note{
  margin: 10px 0;
  line-height: 1.4;
}
#PRICE .add_note strong{
  font-size: 1.6rem;
}
#PRICE .table-scroll .plan_txt li {
  font-size: 1.2rem;
}
.scroll-hint-icon-wrap {
  top: -12% !important;
}
/* ---------

よくある質問

------------*/
#qa {
    padding: 48px 0 64px 0;
    gap: 32px;
}
.accordion summary::before, .accordion summary::after {
  height: 1em;
}
.accordion summary::before {
  width: 2px;
  right: 1.8em;
}
.accordion summary {
  padding: 14px 28px 14px 3px;
  font-size: 1.6rem;
}
.accordion summary div {
  gap: 12px;
  margin-right: 20px;
  width: 100%;
}
.accordion summary div span:first-child {
  width: 22%;
}
.open_txt {
  font-size: 1.4rem;
}
/* ---------

ニュース　#NEWS

------------*/
#NEWS{
    width: 90%;
    margin: 56px auto 64px auto;
}
#NEWS h4{
  font-size: 2.2rem;
}
#NEWS .news_list{
    margin-top: 24px;
}
#NEWS .news_list a{
display: block;
    padding: 20px 0px;
}
#NEWS .day{
margin-bottom: 10px;
	    width: 100%;
}
#NEWS .moreLink{
	 font-size: 1.6rem;
}

/* ---------

フローティングバナー

------------*/
.footer_wrap {
    position: relative;
}
.floating-banner {
  height: 83px;
  flex-direction: column;
  font-size: 1rem;
  gap: 3px;
}
.floating-banner div {
    gap: 5px;
}
.floating-banner a {
  font-size: 1.4rem;
  padding: 13px 14px;
  margin-bottom: -27px;
}
.floating-banner div span {
    padding: 4px 6px;
    border-radius: 3px;
}
.close-btn{
  top: -50%;
  right: -43%;
  width: 24px;
}
.share-block {
  margin-top: 18px;
}
/* ---------

.closing_cv

------------*/
.closing_cv {
  text-align: center;
}
.closing_cv .closing_txt{
	font-size: 2.6rem;
}
.closing_cv .tel_wrap{
	display: block;
	font-weight: bold;
	margin-top: 32px;
}
.closing_cv .tel_wrap .tel{
font-size: 3.6rem;
    margin: 10px 30px 20px 30px;
    display: inline-block;
}
.closing_contact {
  padding-top: 0px;
}

footer .footer_sublink>li:nth-of-type(4){
	margin-right: 0;
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

@media (max-width: 374px) {
  .main-v .head_txt .iTxt {
    font-size: 1rem;
  }
  .strength_point img {
    width: 56px;
  }
  .main-v .visual .head_img_wrapper a img {
    width: 58px;
  }
  .main-v .visual .head_img_wrapper .head_img {
    margin-bottom: 22px;
    margin-left: 61px;
  }
  .deco_fv img {
    width: 621px;
    top: 20%;
  }
  #fv .content_l .func {
    gap: 2px;
  }
  #fv .content_l .func_list {
    column-gap: 0.1em;
  }
  .appeal .sokyu p {
    font-size: 1.4rem;
  }
  .main_inner {
    padding: 0 14px;
  }
  .section_title {
        font-size: 2rem;
    }
  .second-button {
    font-size: 1.5rem !important;
  }
  #REASON .second-button i {
    right: 1rem;
  }
  .function_content h3 {
    font-size: 2rem;
  }
  .function_content .fa-arrow-right {
    width: 24px;
    height: 24px;
    font-size: 1.2rem;
  }
  .main-v .head_txt .sTxt {
    font-size: 1rem;
  }
      .fv_btn_title {
        font-size: 1.6rem;
        letter-spacing: 0.02em;
    }
    .fv_btn_wrapper .images-stack {
        left: 5px;
        top: 13px;
    }
    .fv_btn_content {
        margin-left: 94px;
    }
        .fv_btn_wrapper {
        padding: 13px 16px 6px;
        top: 166px;
    }
}
@media (min-width: 768px) and (max-width: 960px) {
  .main-v .visual .head_img_wrapper .head_img {
    margin-bottom: 0;
  }
  .deco_fv img {
    width: 897px;
  }
  .appeal {
    margin-top: 158px;
  }
  #cta_box {
    padding: 32px 14px !important;
  }
  #cta_box .cta_box_txt h3 {
    font-size: 1.8rem !important;
  }
  .function_content .content_inner {
    flex-direction: row;
  }
  .function_content .txt_wrap {
    width: 763px;
  }
  .reason_wrapper .reason_content {
    max-width: 80%;
  }
  #feature_1 .content_wrap .deco_3{
    left: 40px;
    top: -271px;
  }
  #about .concept .content{
    flex-direction: row;
    gap: 48px;
    padding-left: 16px;
    justify-content: center;
  }
  .deco_2 {
    top: -31px;
  }
  .solution {
    width: 60%;
    background-size: cover;
    background-position: inherit;
  }
  #fv .security_wrap p {
    text-align: left;
  }
  #fv .security_wrap {
    padding: 13px 129px 6px;
  }
}