@charset "UTF-8";

/* =======================
	all
======================= */
html {
	scroll-behavior: smooth;
  color: #333;
}

.u-color-white {
  color: #fff;
}

.u-fw-bold {
  font-weight: bold;
}

.u-fs-small {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .u-fs-small {
    font-size: 11px;
  }
}

/* =======================
	c-*
======================= */
/* pc */
@media screen and (min-width: 769px){
  .c-sec{
    padding: 120px 0;
  }
  .c-sec-inr{
    max-width: 1100px;
    margin: 0 auto;
  }
  .c-sec__ttl{
    color: #4BACE8;
    text-align: center;
    font-size: 88px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 8.8px;
    margin-bottom: 60px;
  }
  .c-sec__ttl-sub {
    color: #4BACE8;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1.5px;
  }
  .c-sec__lead{
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
  }

  #sec-insurance {
    margin-bottom: 20px;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .c-sec{
    padding: 0 0 80px;
  }
  .c-sec-inr{
    padding: 0 15px;
  }
  .c-sec__ttl{
    color: #4BACE8;
    text-align: center;
    font-size: 68px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 6.8px;
    margin-bottom: 40px;
  }
  .c-sec__ttl-sub {
    color: #4BACE8;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1.1px;
  }
  .c-sec__lead{
    color: #333;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
  }

  #sec-insurance {
    margin-bottom: 20px;
  }
}


/* =======================
	top-info
======================= */
/* pc */
@media screen and (min-width: 769px){
  .t-info {
    padding: 25px 170px;
    background: #FFEBEB;
  }

  .t-info-inr {
    display: flex;
  }

  .t-info-ttl {
    display: flex;
    align-items: center;
    width: 5em;
    border-right: 1px solid #BDC1C4;
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }

  .t-info-content {
    padding-left: 20px;
  }

  .t-info-txt {
    color: #333;
    font-size: 14px;
    font-weight: bold;
  }

  .t-info-note {
    color: #5E6063;
    font-size: 12px;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .t-info {
    padding: 25px 15px;
    background: #FFEBEB;
  }

  .t-info-ttl {
    display: flex;
    justify-content: center;
    width: 5em;
    margin: 0 auto;
    border-bottom: 1px solid #BDC1C4;
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }

  .t-info-content {
    padding-top: 8px;
  }

  .t-info-txt {
    color: #333;
    font-size: 12px;
    font-weight: bold;
  }

  .t-info-note {
    color: #5E6063;
    font-size: 10px;
  }
}



/* =======================
	top-kv
======================= */
/* pc */
@media screen and (min-width: 769px){
  .t-kv{
    position: relative;
    background: #EDF8FD url('/benefits/bosai/images/bg_kv-pc.svg') no-repeat center center;
    background-size: cover;
  }
  .t-kv-inr{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 41px;
  }
  .t-kv__main-pic{
    position: relative;
    max-width: 314px;
    height: 500px;
    border-radius: 100px;
  }
  .t-kv__main-pic::after{
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 335px;
    height: 514px;
    content: '';
    background: url('/benefits/bosai/images/img_frame.png') center center / 100% no-repeat;
  }
  .t-kv__main-pic .slick-list.draggable {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    background: #fff;
  }
  .t-kv__main-pic-item-img {
    width: auto;
    height: 500px;
    margin: 0 auto;
  }
  .t-kv__main{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0;
  }
  .t-kv__main-ttl{
    width: 529px;
    height: auto;
    margin: 0 auto;
  }
  .t-kv__main-logo{
    width: 274px;
    height: 100px;
    margin: 18px auto 0;
  }
  .t-kv__main-app{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .t-kv__main-app-unit{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .t-kv__main-app-unit:first-of-type{
    margin-right: 30px;
  }
  .t-kv__main-app-unit-bnr{
    width: 130px;
    height: 39px;
    display: block;
    margin-right: 12px;
    pointer-events: none;
  }
  .t-kv__main-app-unit-bnr-img{
    display: block;
    width: 100%;
  }
  .t-kv__main-app-unit-qr{
    width: 85px;
    height: 85px;
  }

  .slick-dots{
    bottom: 15px;
  }
  .slick-dots li button::before{
    background-color: #D6D6D6;
  }
  .slick-dots li.slick-active button::before{
    background-color: #4BACE8;
  }
  .slick-dots li{
    width: 12px;
    height: 12px;
    margin: 0 15px;
  }
  .slick-dots li button::before{
    width: 12px;
    height: 12px;
  }
  .t-kv__pic.slick-dotted.slick-slider{
    margin-bottom: 53px;
  }
}

/* tab */
@media screen and (max-width: 1100px){
  .t-kv__pic{
    width: 50vw;
    height: auto;
    margin-right: 0;
  }
  .t-kv__main-ttl{
    width: 45vw;
    height: auto;
  }
  .t-kv__main-logo{
    width: 45vw;
    height: auto;
  }
  .t-kv__main-app-unit-bnr{
    width: 15vw;
    height: 3.5vw;
  }
  .t-kv__main-app-unit-qr{
    width: 4.5vw;
    height: 4.5vw;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .t-kv{
    position: relative;
    background: #D1F0FF url('/benefits/bosai/images/bg_kv-sp.svg') bottom center / 100% no-repeat;
  }
  .t-kv-inr{
    position: relative;
  }
  .t-kv__main{
    padding: 14px 0 0;
  }
  .t-kv__main-ttl{
    width: 300px;
    height: auto;
    margin: 0 auto 16px;
  }
  .t-kv__main-logo{
    width: 200px;
    margin: 0 auto;
  }
  .t-kv__main-pic{
    width: 100%;
    max-height: 367px;
    margin: 0 auto;
  }
  .t-kv__main-pic::after{
    position: absolute;
    bottom: 0;
    left: -13px;
    width: 240px;
    height: 370px;
    content: '';
    background: url('/benefits/bosai/images/img_frame.png') center center / 100% no-repeat;
  }
  .t-kv__main-pic .slick-list.draggable {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    background: #fff;
  }
  .t-kv__main-app{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .t-kv__main-app-unit{
    width: 150px;
    height: 43px;
  }
  .t-kv__main-app-unit:first-of-type{
    margin-right: 14px;
  }

  .slick-dots{
    bottom: 15px;
  }
  .slick-dots li button::before{
    background-color: #D6D6D6;
  }
  .slick-dots li.slick-active button::before{
    background-color: #4BACE8;
  }
  .slick-dots li{
    width: 9px;
    height: 9px;
    margin: 0 11px;
  }
  .slick-dots li button::before{
    width: 9px;
    height: 9px;
  }

  .t-kv__main-app-unit-bnr{
    width: auto;
  }
}




/* =======================
	top-lead
======================= */
/* pc */
@media screen and (min-width: 769px){
  .t-lead {
    max-width: 1100px;
    padding: 50px 120px;
    margin: 120px auto;
    border-radius: 30px;
    background: #F0F5F7;
  }

  .t-lead__ttl {
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #333;
  }

  .t-lead__txt {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .t-lead {
    max-width: 1100px;
    padding: 60px 0;
    margin: 0 auto 80px;
    background: #F0F5F7;
  }

  .t-lead-inr {
    padding: 0;
  }

  .t-lead__ttl {
    max-width: 190px;
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    border-bottom: 1px solid #333;
  }

  .t-lead__txt {
    margin-top: 26px;
    font-size: 18px;
    text-align: center;
  }
}


/* =======================
	top-service
======================= */
/* pc */
@media screen and (min-width: 769px){
  .t-service {
    max-width: 1100px;
    padding: 50px 120px;
    margin: 0 auto;
  }

  .t-service__ttl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }

  .t-service__cont {
    margin-top: 50px;
  }

  .t-service__cont-item {
    position: relative;
    display: flex;
    padding-bottom: 36px;
  }

  .t-service__cont-item + .t-service__cont-item {
    padding-top: 36px;
  }

  .t-service__cont-item + .t-service__cont-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 860px;
    height: 7px;
    content: '';
    background: url('/benefits/bosai/images/img_service_line.png') center center / 100% no-repeat;
  }

  .t-service__cont-ttl {
    display: flex;
    align-items: center;
    min-width: 300px;
    margin-right: 30px;
    color: #4BACE8;
    font-size: 68px;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: 6.8px;
  }

  .t-service__cont-box {
    display: flex;
    align-items: flex-start;
  }



  .t-service__cont-box-item a {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 183px;
    text-decoration: none;
  }

  .t-service__cont-box-item-img {
    width: 90px;
    height: 90px;
  }

  .t-service__cont-box-item-txt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
  }
}

/* tab */
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .t-service__cont-ttl {
    min-width: initial;
    max-width: 150px;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .t-service-inr {
    padding: 0 30px;
  }

  .t-service__ttl {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
  }

  .t-service__cont {
    margin-top: 26px;
  }

  .t-service__cont-item + .t-service__cont-item {
    margin-top: 26px;
  }

  .t-service__cont-ttl {
    color: #4BACE8;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: 4.8px;
  }

  .t-service__cont-box {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
  }

  .t-service__cont-box-item {
    width: 33.3%;
  }

  .t-service__cont-box-item a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
  }

  .t-service__cont-box-item-img {
    width: 90px;
    height: 90px;
  }

  .t-service__cont-box-item-txt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
  }
}


/* =======================
	top-intro
======================= */
/* pc */
@media screen and (min-width: 769px){
  .t-intro__wrap {
    padding: 0;
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto auto;
  }
  .area01 {
    display: grid;
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .area02 {
    display: grid;
    grid-column: 2;
    grid-row: 1;
    place-content: end;
  }
  .area03 {
    display: grid;
    grid-column: 2;
    grid-row: 2;
  }
  .t-intro__wrap.reverse {
    grid-template-columns: 40% 60%;
  }
  .reverse .area01 {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-left: 30px;
  }
  .reverse .area02 {
    grid-column: 1;
    grid-row: 1;
    place-content: end;
  }
  .reverse .area03 {
    grid-column: 1;
    grid-row: 2;
  }
  .t-intro__wrap + .t-intro__ttl-sub {
    margin-top: 150px;
  }
  .t-intro__wrap:not(:last-of-type){
    margin-bottom: 60px;
  }
  .t-intro__wrap-box {
    max-width: 420px;
    margin: 0 auto;
  }
  .t-intro__wrap-box-head{
    margin-bottom: 30px;
  }
  .t-intro__wrap-box-ttl{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  .t-intro__wrap-box-cont {
    margin-top: 20px;
  }
  .t-intro__wrap-box-head + .t-intro__wrap-box-cont {
    margin-top: 0;
  }
  .t-intro__wrap-box-ttl-main{
    color: #333;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 3px;
  }
  .t-intro__wrap-box-txt {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }
  .t-intro__wrap-box-txt-small {
    font-size: 16px;
    font-weight: 400;
  }
  .t-intro__wrap-pic{
    max-width: 630px;
  }
  .t-intro__cont-btn-link{
    display: block;
    width: 420px;
    color: #fff;
    padding: 15px 0;
    margin: 20px auto 0;
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    border-radius: 100px;
    text-decoration: none;
    line-height: 1;
    background: #4BACE8;
  }
  .t-intro__cont-btn-link::after{
    content: "";
    background-image: url("/benefits/bosai/images/icon_arrow_right_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: all .3s;
  }

  .t-intro__cont-btn-link:hover::after{
    right: 12px;
  }
  .t-intro__wrap-box-note {
    position: relative;
    padding-left: 14px;
    color: #7C7C7C;
    font-size: 12px;
  }
  .t-intro__wrap-box-note::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #7C7C7C;
    font-size: 12px;
    content: '※';
  }
}

/* tab */
@media screen and (max-width: 1100px){
  .t-intro__wrap {
    grid-template-columns: 50% 50%;
  }
  .t-intro__wrap.reverse {
    grid-template-columns: 50% 50%;
  }
  .reverse .area01 {
    margin-left: 0;
  }
  .t-intro__cont-btn-link {
    width: 100%;
    max-width: 420px;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .t-intro__wrap{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 40px 15px;
    border-radius: 10px;
    background: #F0F5F7;
  }
  .area01 {
    display: grid;
    grid-column: 1;
    grid-row: 2;
  }
  .area02 {
    display: grid;
    grid-column: 1;
    grid-row: 1;
  }
  .area03 {
    display: grid;
    grid-column: 1;
    grid-row: 3;
  }
  .reverse .area01 {
    margin-left: auto;
  }
  .t-intro__wrap.reverse {
    grid-template-columns: 1fr;
  }
  .t-intro__wrap + .t-intro__ttl-sub {
    margin-top: 120px;
  }
  .t-intro__wrap:not(:last-of-type){
    margin-bottom: 40px;
  }
  .t-intro__wrap-box-head{
    margin-bottom: 25px;
  }
  .t-intro__wrap-box-ttl{
    text-align: center;
    font-weight: 700;
  }
  .t-intro__wrap-box-cont {
    margin-top: 25px;
  }
  .t-intro__wrap-box-head + .t-intro__wrap-box-cont {
    margin-top: 0;
  }
  .t-intro__wrap-box-ttl-main{
    color: #333;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 3px;
  }
  .t-intro__wrap-box-txt {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }
  .t-intro__wrap-box-txt-small {
    font-size: 14px;
    font-weight: 400;
  }
  .t-intro__wrap-pic{
    margin: 25px auto 0;
    max-width: 315px;
  }
  .t-intro__cont-btn-link{
    display: block;
    width: 280px;
    color: #fff;
    padding: 15px 0;
    margin: 25px auto 0;
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    border-radius: 100px;
    text-decoration: none;
    line-height: 1;
    background: #4BACE8;
  }
  .t-intro__cont-btn-link::after{
    content: "";
    background-image: url("/benefits/bosai/images/icon_arrow_right_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  .t-intro__wrap-box-note {
    position: relative;
    padding-left: 14px;
    color: #7C7C7C;
    font-size: 12px;
  }
  .t-intro__wrap-box-note::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #7C7C7C;
    font-size: 12px;
    content: '※';
  }
}

/* =======================
	top-app
======================= */
/* pc */
@media screen and (min-width: 769px){
  .t-app{
    background-color: #FFF8EF;
  }
  .t-app__step{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 60px;
  }
  .t-app__step-box{
    width: 320px;
    position: relative;
  }
  .t-app__step-box:not(:last-of-type){
    margin-right: 73px;
  }
  .t-app__step-box:not(:last-of-type)::after{
    content: "";
    background-image: url("/benefits/bosai/images/icon_arrow_right_orange.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 29px;
    height: 68px;
    position: absolute;
    top: 116px;
    right: -50px;
  }
  .t-app__step-box-pic{
    display: block;
    width: 100%;
    margin-bottom: 19px;
  }
  .t-app__step-box-txt{
    color: #333;
    text-align: center;
    font-size: 16px;
  }
  .t-app__step-box-txt--gray{
    color: #5E6063;
    font-size: 14px;
  }

  .t-app__reco-ttl{
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .t-app__reco-cont{
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .t-app__reco-cont-bnr{
    width: 416px;
    display: block;
    margin: 0;
    filter: drop-shadow(0px 5px 15px rgba(189, 193, 196, 0.50));
  }
  .t-app__reco-cont-bnr:not(:last-of-type){
    margin-right: 26px;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .t-app{
    background-color: #FFF8EF;
  }
  .t-app__step{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .t-app__step.slick-dotted.slick-slider{
    margin-bottom: 115px;
  }
  .t-app__step-box{
    width: 280px;
    margin: 0 15px;
    position: relative;
  }
  .t-app__step-box:not(:last-of-type)::after{
    content: "";
    background-image: url("/benefits/bosai/images/icon_arrow_right_orange.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 47px;
    position: absolute;
    top: 110px;
    right: -28px;
  }
  .t-app__step-box-pic {
    width: 280px;
    margin: 0 auto 19px;
    display: block;
  }
  .t-app__step-box-txt{
    color: #333;
    text-align: center;
    font-size: 16px;
  }
  .t-app__step-box-txt--gray{
    color: #5E6063;
    font-size: 14px;
  }
  .t-app__step .slick-dots{
    bottom: -30px;
  }

  .t-app__reco-ttl{
    color: #333;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.1px;
    margin-bottom: 25px;
  }
  .t-app__reco-cont-bnr{
    width: 300px;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0px 5px 15px rgba(189, 193, 196, 0.50));
  }
  .t-app__reco-cont-bnr:not(:last-of-type){
    margin-bottom: 15px;
  }
}




/* =======================
	top-cv
======================= */
/* pc */
@media screen and (min-width: 769px){
  .t-cv{
    background: var(--Linear, linear-gradient(270deg, #FB7545 0%, #FEAA2B 100%));
    position: relative;
  }
  .t-cv-inr{
    padding: 60px 0;
    position: relative;
    z-index: 1;
  }
  .t-cv__ttl{
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 38px;
  }
  .t-cv__ttl-sub {
    position: relative;
    max-width: 400px;
    margin: 0 auto 10px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 1.6px;
  }
  .t-cv__ttl-sub::after,
  .t-cv__ttl-sub::before {
    position: absolute;
    top: 0;
    width: 2px;
    height: 25px;
    content: '';
    background: #fff;
  }
  .t-cv__ttl-sub::after {
    right: 0;
    transform: rotate(15deg);
  }
  .t-cv__ttl-sub::before {
    left: 0;
    transform: rotate(-15deg);
  }
  .t-cv__wrap{
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .t-cv__wrap-unit{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .t-cv__wrap-unit:not(:last-of-type){
    margin-right: 64px;
  }
  .t-cv__wrap-unit-bnr{
    display: block;
    width: 170px;
    margin-right: 14px;
    pointer-events: none;
  }
  .t-cv__wrap-unit-bnr-img{
    display: block;
    width: 100%;
  }
  .t-cv__wrap-unit-qr{
    width: 120px;
    height: 120px;
    display: block;
  }
  .t-cv-line {
    display: flex;
    justify-content: center;
    max-width: 860px;
    padding: 30px 0;
    margin: 60px auto 0;
    border-top: 2px dashed #FFF;
    border-bottom: 2px dashed #FFF;
  }
  .t-cv-line__txt {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 2.2px;
  }
  .t-cv-line__note {
    color: #fff;
    font-size: 14px;
  }
  .t-cv__cont-img {
    max-width: 160px;
    max-height: 140px;
  }
  .t-cv__btn{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .t-cv__btn-link{
    display: block;
    margin: 40px auto 0;
    text-align: center;
    width: 420px;
    color: #fff;
    padding: 0;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 100px;
    text-decoration: none;
  }
  .t-cv__btn-link:not(:last-of-type){
    margin-right: 20px;
  }
  .t-cv__btn-link::after{
    content: "";
    background-image: url("/benefits/bosai/images/icon_arrow_right_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    transition: all .3s;
  }

  .t-cv__btn-link:hover::after {
    right: 20px;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .t-cv{
    background: var(--Linear, linear-gradient(270deg, #FB7545 0%, #FEAA2B 100%));
    position: relative;
  }
  .t-cv-inr{
    padding: 60px 0 80px;
  }
  .t-cv__ttl{
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 2.6px;
    margin-bottom: 40px;
  }
  .t-cv__ttl-sub {
    position: relative;
    max-width: 230px;
    margin: 0 auto 8px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 1.6px;
  }
  .t-cv__ttl-sub::after,
  .t-cv__ttl-sub::before {
    position: absolute;
    top: 0;
    width: 2px;
    height: 45px;
    content: '';
    background: #fff;
  }
  .t-cv__ttl-sub::after {
    right: 0;
    transform: rotate(15deg);
  }
  .t-cv__ttl-sub::before {
    left: 0;
    transform: rotate(-15deg);
  }
  .t-cv__wrap-unit:not(:last-of-type){
    margin-bottom: 15px;
  }
  .t-cv__wrap-unit-bnr{
    display: block;
    width: 280px;
    margin: 0 auto;
  }
  .t-cv__wrap-unit-bnr-img{
    width: 100%;
  }
  .t-cv-line {
    max-width: 305px;
    padding: 30px 0;
    margin: 60px auto 0;
    border-top: 2px dashed #FFF;
    border-bottom: 2px dashed #FFF;
  }
  .t-cv-line__txt {
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 2.2px;
  }
  .t-cv-line__note {
    color: #fff;
    font-size: 12px;
  }
  .t-cv-line__note + .t-cv-line__note {
    margin-top: 10px;
  }
  .t-cv__btn{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .t-cv__btn-link{
    display: block;
    margin: 40px auto 0;
    text-align: center;
    width: 280px;
    color: #fff;
    padding: 0;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 100px;
    text-decoration: none;
  }
  .t-cv__btn-link:not(:last-of-type){
    margin-right: 20px;
  }
  .t-cv__btn-link::after{
    content: "";
    background-image: url("/benefits/bosai/images/icon_arrow_right_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}


/* =======================
	top-banner
======================= */
/* pc */
@media screen and (min-width: 769px){
  .t-bnr {
    margin: 60px auto 30px;
    max-width: 1000px;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .t-bnr {
    margin: 40px auto 10px;
    max-width: 300px;
  }
}


/* =======================
	top-service
======================= */
#more-box-carlife .t-svc__cont-wrap-box,
#more-box-bosai .t-svc__cont-wrap-box{
  display: none;
}
#more-box-carlife .t-svc__cont-wrap-box.is-active,
#more-box-bosai .t-svc__cont-wrap-box.is-active{
  display: block;
}
/* pc */
@media screen and (min-width: 769px){
  .t-svc__cont{
    background-color: #F0F5F7;
    border-radius: 30px;
    padding: 50px 120px;
  }
  .t-svc__cont:not(:last-of-type){
    margin-bottom: 20px;
  }
  .t-svc__cont-ttl{
    color: #333;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .t-svc__cont-txt{
    color: #333;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .t-svc__cont-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px 27px;
    flex-wrap: wrap;
    padding: 0 80px;
  }
  #more-box-carlife .t-svc__cont-wrap,
  #more-box-bosai .t-svc__cont-wrap{
    justify-content: center;
  }
  .t-svc__cont-wrap-box{
    width: 150px;
  }
  .t-svc__cont-wrap-box:nth-last-of-type(n+5){
    margin-bottom: 25px;
  }
  .t-svc__cont-wrap-box-icon{
    width: 125px;
    display: block;
    margin: 0 auto 5px;
  }
  .t-svc__cont-wrap-box-ttl{
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .t-svc__cont-wrap-box-txt{
    color: #333;
    font-size: 16px;
  }
  .t-svc__cont-btn{
    width: 416px;
    padding: 15px 35px;
    margin: 30px auto 0;
    text-align: center;
    color: #5F5F5F;
    font-size: 20px;
    font-weight: 500;
    border-radius: 100px;
    border: 2px solid #7C7C7C;
    position: relative;
    cursor: pointer;
  }
  .t-svc__cont-btn::after{
    content: "";
    background-image: url("/benefits/bosai/images/icon_plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
  }
  .t-svc__cont-btn.is-active::after{
    background-image: url("/benefits/bosai/images/icon_minus.svg");
    background-position: center center;
  }
  .t-svc__cont-btn:hover{
    color: #F0F5F7;
    background-color: #5F5F5F;
  }
  .t-svc__note{
    margin-top: 20px;
    color: #7C7C7C;
    font-size: 12px;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .t-svc__cont{
    background-color: #F0F5F7;
    border-radius: 30px;
    padding: 50px 0;
  }
  .t-svc__cont:not(:last-of-type){
    margin-bottom: 20px;
  }
  .t-svc__cont-ttl{
    color: #333;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1.1px;
    margin-bottom: 26px;
  }
  .t-svc__cont-txt{
    color: #333;
    font-size: 18px;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .t-svc__cont-wrap{
    padding: 0 25px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .t-svc__cont-wrap-box{
    width: 140px;
  }
  .t-svc__cont-wrap-box:nth-last-of-type(n+3){
    margin-bottom: 25px;
  }
  .t-svc__cont-wrap-box-icon{
    width: 125px;
    display: block;
    margin: 0 auto 5px;
  }
  .t-svc__cont-wrap-box-ttl{
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .t-svc__cont-wrap-box-txt{
    color: #333;
    font-size: 16px;
  }
  .t-svc__cont-btn{
    width: 280px;
    padding: 12px 30px;
    margin: 30px auto 0;
    text-align: center;
    color: #5F5F5F;
    font-size: 20px;
    font-weight: 500;
    border-radius: 100px;
    border: 2px solid #7C7C7C;
    position: relative;
  }
  .t-svc__cont-btn::after{
    content: "";
    background-image: url("/benefits/bosai/images/icon_plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .t-svc__cont-btn.is-active::after{
    background-image: url("/benefits/bosai/images/icon_minus.svg");
    background-position: center center;
  }
  .t-svc__note{
    margin-top: 20px;
    color: #7C7C7C;
    font-size: 12px;
  }
}


/* pc */
@media screen and (min-width: 769px){
  .p-unq-linkTop__wrap{
    max-width: 1100PX;
    margin: 0 auto;
    text-align: right;
    padding: 10px 0;
  }
  .c-unq-linkTop {
    position: relative;
    display: inline-block;
    padding: 0 0 0 15PX;
    font-size: .75rem;
    text-decoration: none;
  }
  .c-unq-linkTop::before {
    position: absolute;
    top: 3px;
    left: 2px;
    width: 6px;
    height: 10px;
    transform: rotate(-90deg);
  }
  .c-unq-link::before, .c-unq-linkTop::before {
    position: absolute;
    display: block;
    content: "";
    background: url("/otona/asset/image/icn/bullet.svg") 0 0 / cover;
  }
}
@media screen and (max-width: 768px){
  .p-unq-linkTop__wrap{
    text-align: right;
    margin: 100px 5px 0;
    padding: 0 0 10px;
  }
  .c-unq-linkTop {
    position: relative;
    display: inline-block;
    padding: 0 0 0 15PX;
    font-size: .75rem;
    text-decoration: none;
  }
  .c-unq-linkTop::before {
    position: absolute;
    top: 3px;
    left: 2px;
    width: 6px;
    height: 10px;
    transform: rotate(-90deg);
  }
  .c-unq-linkTop::before {
    position: absolute;
    display: block;
    content: "";
    background: url("/otona/asset/image/icn/bullet.svg") 0 0 / cover;
  }
}


/* tab */
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .top-style{
    padding: 0 15px;
  }
  .c-sec{
    padding: 120px 15px;
  }
  .t-cv-inr{
    padding: 56px 0 143px;
  }
  .t-kv__main-app-unit-qr,
  .t-cv__wrap-unit-qr,
  .t-cv__cont-app-unit-qr{
    display: none;
  }
}

@media screen and (max-width: 768px){
  .top-style_kv .t-kv__pic.pc,
  .top-style .t-cv__pic.pc{
    display: none !important;
  }

  .top-style_kv .t-kv__main-pic.sp,
  .top-style .t-cv__cont-pic.sp{
    display: block !important;
  }
  .t-kv__pic{
    margin-right: auto;
    margin-left: auto;
  }
  .t-cv__cont-pic {
    width: 50%;
    margin: 0 auto;
  }
  .t-kv__main-pic{
    width: 100%;
    max-width: 215px;
    max-height: 367px;
    margin: 0 auto;
  }
  .t-kv__main-app-unit-qr,
  .t-cv__wrap-unit-qr,
  .t-cv__cont-app-unit-qr{
    display: none;
  }
}
.t-float{
  z-index: 100;
}




/* =======================
	top-txt
======================= */
/* pc */
@media screen and (min-width: 769px){
  .t-txt{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    color: #333;
  }

  .t-txt--note {
    padding: 10px 0 0;
    margin-bottom: 150px;
    font-size: 13px;
  }

  .t-anchor__btn{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .t-anchor__btn-link{
    display: block;
    text-align: center;
    width: 420px;
    margin: 0 auto 95px;
    color: #4BACE8;
    padding: 15px 0;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #4BACE8;
    border-radius: 100px;
    text-decoration: none;
  }
  .t-anchor__btn-link:not(:last-of-type){
    margin-right: 20px;
  }
  .t-anchor__btn-link::after{
    content: "";
    background-image: url("/benefits/bosai/images/icon_arrow_top_blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 90px;
    transform: translateY(-50%);
    transition: all .3s;
  }

  .t-anchor__btn-link:hover::after {
    top: 45%;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .t-txt{
    padding: 0;
    color: #333;
  }

  .t-txt--note {
    padding: 10px 10px 0;
    margin-bottom: 120px;
    font-size: 10px;
  }

  .t-anchor__btn{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .t-anchor__btn-link{
    display: block;
    text-align: center;
    width: 280px;
    margin: 0 auto 95px;
    color: #4BACE8;
    padding: 15px 0;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #4BACE8;
    border-radius: 100px;
    text-decoration: none;
  }
  .t-anchor__btn-link:not(:last-of-type){
    margin-right: 20px;
  }
  .t-anchor__btn-link::after{
    content: "";
    background-image: url("/benefits/bosai/images/icon_arrow_top_blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
}
