@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

.index-02 {
    background: url(../images/common/index-bg2-2.png) right center/1000px no-repeat;
}
.flex5cl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex5cl .box {
    width: 20%;
}
.flex5cl.service .box:last-child article div {
    border-right: 1px solid #ddd;
}
.flex5cl.service article div {
    text-align: center;
    font-size: 0.85em;
    padding: 18px 10px 25px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #333;
}
.flex5cl.service .box:hover .btn {
    color: #fff;
}
.flex5cl.service article div .btn {
    font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif;
    font-size: 2rem;
    border: 1px solid #00a9bf;
    color: #00a9bf;
    display: inline-block;
    min-width: 160px;
    margin-top: 15px;
    line-height: 1;
    padding: 4px 0;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.flex5cl.service article h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    color: #007fbf;
    margin-bottom: 5px;
}
.flex5cl.service .box:hover .btn::before {
    left: 0;
}
.flex5cl.service article div .btn::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #00a9bf;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}



/* ================================================================= 
 imisy
================================================================= */
/*---サポートボタン位置*/
div.h-support {
    top:0 !important;
    bottom: auto;
}

/*---blog navi*/

header.nav-sublist:nth-of-type(1) a {
    color: #1A5BBC;
}

/*---contact */
.call3 a, .call4 a {
    font-size:6rem;
    font-weight: 600;
}

.call3 a img, .call4 a img {
    vertical-align: middle;
    padding-right: 15px;
}

.tel_contact h3 {
    font-size: 3rem;
    font-weight: 600;
}

.tel_contact span {
    font-size: 2rem;
}

.contacthtml .title_02 h2::after, .title_02 h3::after {
    height: 5px;
    margin: 10px auto 0 auto;
}

/*---outline.html */
.outline-bk {
    background: url(../images/home/symbol.png) no-repeat center right;
    background-size: 580px;
}

.company_info {
    max-width: 800px;
}

@media screen and (max-width: 640px){
    .call3 a, .call4 a {
        font-size:4rem;
        font-weight: 600;
    }

    .tel_contact h3 {
        font-size: 2rem;
        font-weight: 600;
    }
    
    .tel_contact span {
        font-size: 1rem;
    }

    .outline-bk {
        background: none;
    }

    .company_info dl {
        flex-direction: column;
    }
    .company_info dl dt {
        background-color: #f5f5f5 !important;
        width: 100% !important;
    }

    .company_info dl dd {
        width: 100% !important;
    }

    /* TOP　*/
    .s-service__menu .box {
        height: auto;
    }
}

@media screen and (max-width: 400px){
    .h-title--sm {
        font-size: 26px;
    }

    .h-title--md {
        font-size: 30px;
    }

    .h-title--lg {
        font-size: 33px;
    }

    .h-title {
        bottom: 40%;
    }

    .s-news__list .blog_text {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*---index.html media */
.blog_media div.blog_list {
    flex-direction: row;
    flex-wrap: wrap;
    border: none;
}

.blog_media div.blog_list > div {
    margin-right: 20px;
    margin-bottom: 40px;
    width: calc((100% / 3) - 14px);
    flex-direction: column;
    border-bottom: none;
}

.blog_media div.blog_list > div:nth-child(3n) {
    margin-right: 0;
}

.blog_media div.blog_list div.blog_photo {
    width: 100%;
}

.blog_media div.blog_list div.blog_date {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.blog_media div.blog_list h3 a span {
    font-size: 1.2em;
}

@media screen and (max-width: 640px){
    .blog_media div.blog_list > div {
        width: 100%;
    }

    .blog_media div.blog_list h3 a span {
        font-size: 1em;
    }

    div.s-about {
        background-image: none !important;
    }

    .s-about__box {
        width: 100%;
    }

    .s-about__box br {
        display: none;
      }

}


/* ================================================================= 
 fixed logo nav
================================================================= */
.clone-nav {
    width: 65%  !important;
    max-width: 100% !important;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transition: .3s;
    transform: translateY(-100%);
    margin: 0;
    padding: 0.5em 0;
  }
  
  @media only screen and (max-width: 835px) {
    .clone-nav {
      display: none !important;
    }
  }
  
    .is-show {
    transform: translateY(0);
  }

.clone-nav .nav-list {
    display: flex;
    justify-content: space-around;
    color: #377ade;
}

.clone-nav .nav-list__item {
    min-width: 130px;
}
@media only screen and (max-width: 1300px) {
    .clone-nav .nav-list__item {
        min-width: 50px;
    }
}

.clone-nav .nav-sublist__item {
    padding: 0.5em 0;
}

.clone-nav .nav-list__item img {
    filter: invert(100%);
}





/* ================================================================= 
 website.html
================================================================= */

.website_title01 h2 {
    color: #377ADE;
    font-size: 40px;
    font-weight: 900;
}

.website_title01 div {
    font-weight: 600;
    margin-top: 16px;
}

.website_title02 h2 {
    color: #377ADE;
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 30px;
}

.website_cont1 .cont1_1 {
    font-size: 32px;
    font-weight: 400;
}

.website_cont1 .cont1_1 span {
    font-size: 48px;
    color: #FF4141;
    font-weight: 900;
}

.website_cont01_bg {
    background-image: linear-gradient(90deg, #bfd7ff 0%, #e2fdff 100%);
    background-color: #E8F4FF;
    padding-top: 60px;
    padding-bottom: 60px;
}

.fail .website_cont01_inner01 {
    background: #fff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, .09);
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 50px;
    position: relative;
}

.cont_container {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.cont_container .fail_box1 {
    min-width: 560px;
    margin-right: 50px;
}

.cont_container .fail_box2 {
    width: 100%;
    flex-direction: row;
}

.fail_box2 .box {
    border: 3px solid #77A5E9;
    width: calc((100% / 3) - 24px);
    min-width: 180px;
    height: 64px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.fail_box2 .box:nth-child(3n){
    margin-right: 0;
}

.fail_box2 .box div {
    padding: 1em;
    text-align: center;
}

.triangle-container {
    position: relative;
    width: 300px;
    height: 115px;
    margin: 0 auto;
}

.triangle-container::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 80px solid #D9D9D9;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1330px){
    .fail_box2 .box:last-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .fail_box2 .box {
        width: calc((100% / 2) - 12px);
    }
    .fail_box2 .box:nth-child(2n){
        margin-right: 0;
    }
    .fail_box2 .box:nth-child(3n){
        margin-right: 12px;
    }
}

.fail_img {
    position: absolute;
    top: -30px;
    right: 50px;
    width: 150px;
}

.website_title03 h3 {
    color: #FF4500;
    font-size: 64px;
    font-weight: 900;
}

.website_title03 h3::after {
    content: "";
    display: block;
    width: 160px;
    height: 1px;
    border-bottom: 3px solid #333;
    margin: 0px auto;
}

.website_ctr {
    width: 1000px;
    margin: 50px auto 100px auto;
    border: 3px solid #377ADE;
    padding: 42px 30px;
}

.website_ctr01_inner01 {
    display: flex;
}

.website_ctr_box1 {
    width: calc(100% / 2);
    margin-right: 60px;
}

.website_ctr_box2 {
    width: calc((100% / 2) - 30px);
}

.website_ctr_box1 h3 {
    text-align: center !important;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 16px;
}

.ctr_mail {
    background-color: #377ADE;
    width: 100%;
    text-align: center !important;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 20px;
    border-radius: 40px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.ctr_tel {
    border: 2px solid #377ADE;
    width: 100%;
    text-align: center !important;
    color: #000000;
    font-weight: 900;
    font-size: 30px;
    border-radius: 40px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    transition: color 1s ease;
}

.ctr_tel::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #1a5bbc;
    transition: 1s ease;
    transform: translateX(-100%);
}

.ctr_tel:hover {
    color: #FFF;
    transition: 1s ease;
}
.ctr_tel:hover::before {
    transform: translateX(0); /* ホバー時に背景を表示 */
}

.website_cont02_inner01 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.website_cont02_bg {
    background-color: #E8F4FF;
    padding-top: 60px;
    padding-bottom: 60px;
}


.cont2_container {
    margin: 0 auto;
}


.cont2_inner {
    display: flex;
}

.cont2_box1 {
    max-width: calc((100% / 2) - 25px);
    margin-right: 25px;
    border-right:10px solid #377ADE;
    border-bottom: 10px solid #377ADE;
    border-left: 10px solid #377ADE;
}

.cont2_inner2 {
    display: flex;
    background-color: #FFFFFF;
    padding:15px;
}

.cont2_box1 h3 {
    font-size: 28px;
    font-weight: 900;
    text-align: center !important;
    color: #FFF;
    background-color: #377ADE;
    padding: 10px 0 5px 0;
}

.cont2_text {
    width: calc(100% - 230px);
    margin-right: 20px;
}

.cont2_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont2_box2 {
    border-right:10px solid #377ADE;
    border-bottom: 10px solid #377ADE;
    border-left: 10px solid #377ADE;
    margin-left: 25px;
}

.cont2_box2 h3 {
    font-size: 28px;
    font-weight: 900;
    text-align: center !important;
    color: #FFF;
    background-color: #377ADE;
    padding: 10px 0 5px 0;
}

.website_title04 {
    margin: 80px auto 60px auto;
}

.website_title04 h3 {
    font-size: 40px;
    font-weight: 900;
}

.service_text1 {
    margin: 50px auto;
}

.service_box2 {
    width: 100%;
    margin: 0 auto 80px auto;
    justify-content: space-around;
}

.service_box2 .box {
    width: calc((100% / 4) - 45px);
    border: 3px solid #77A5E9;
    min-width: 180px;
    height: 70px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.service_box2 .box:nth-child(4n) {
    margin-right: 0;
}

.service_box2 .box div{
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.service_box2 .box div a div {
    display: block;
}

.website_title05 h3 {
    color: #377ADE;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
}

.website_cont03_bg {
    background-image: linear-gradient(90deg, #fdf4df 0%, #FFF8E8 100%);
    background-color: #FFF8E8;
    padding-top: 60px;
    padding-bottom: 60px;
}

.website_seo_cont {
    width: 1000px;
    margin: 0 auto;
    display: flex;
}

.cont03_text {
    width: 600px;
    margin-right: 50px;
}

.website_seo_cont h4 {
    font-weight: 900;
    font-size: 24px;
}

.cont03_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.website_cont04_bg {
    padding-top: 60px;
    padding-bottom: 60px;
}

.website_cont04 {
    display: flex;
}

.website_sns_box1 {
    min-width: calc(100% / 2);
    padding-right: 50px;
    margin-right: 50px;
    border-right: 2px solid #377ADE;
}

.cont03_img {
    height: 200px;
}

.website_cont06_bg {
    background-image: linear-gradient(90deg, #e7fdde 0%, #f1ffea 100%);
    background-color: #EFFFE8;
    padding-top: 60px;
    padding-bottom: 60px;
}

.website_cont07_bg {
    background-image: linear-gradient(90deg, #bfd7ff 0%, #e2fdff 100%);
    background-color: #E8F4FF;
    padding-top: 60px;
    padding-bottom: 60px;
}

.website_support h4 {
    font-size: 24px;
    font-weight: 900;
    margin: 30px auto;
}

.sup_h3 h3 {
    font-size: 2vw;
    margin-bottom: 30px;
    color: #377ADE;
}

.cont_container .sup_box1 {
    min-width: 50%;
    max-width: 650px;
    flex-direction: row;
}

.cont_container .sup_box2 {
    max-width: 400px;
}

.cont_container .sup_box2 img {
    margin-left: 6vw;
}

.sup_box1 .box {
    background-color: #FFF;
    border-radius: 10px;
    width: calc((100% / 2) - 12px);
    min-width: 180px;
    height: 64px;
    margin-right: 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sup_box1 .box:nth-child(2n){
    margin-right: 0;
}

.sup_box1 .box div {
    padding: 1em;
    text-align: center;
}

.sup_cont {
    width: 1400px;
    margin: 0 auto;
}

.sup_cont .cont_container {
    margin: 30px 15px;
}

.website_cont08_bg {
    background-color: #F3F3F3;
    padding-top: 60px;
    padding-bottom: 60px;
}

.cont-inner_price {
    width: 1000px;
    margin: 50px auto;
    background-color: #FFF;
    padding: 30px 0 50px 0;
    box-shadow: 0 10px 60px rgba(0, 0, 0, .09);
}

.website_title06 h3 {
    font-size: 24px;
    font-weight: 900;
    padding: 30px 0;
}

.price_dl {
    width: 800px;
    margin: 0 auto;
}

.price_dl dl {
    display: flex;
}

.price_dl dt {
    padding: 5px 0 10px 1em;
    border-bottom: 2px solid #000000;
}

.price_dl dd {
    padding: 5px 0 10px 1em;
    border-bottom: 1px solid #000000;
}

@media screen and (max-width: 1200px){
    .fail_img {
        width: 10vw;
    }

    .fail .website_cont01_inner01 {
        margin: 0 15px;
    }

    .cont2_container {
        margin: 0 15px;
    }

    .service_box2 {
        width: 100%;
    }
}

@media screen and (max-width: 640px){
    .website_title01 h2 {
        font-size: 5vw;
    }

    .website_title02 h2 {
        font-size: 6vw;
    }

    .cont_container {
        flex-direction: column;
    }

    .cont_container .fail_box1 {
        width: 100%;
        min-width: 100%;
        margin-bottom: 30px;
    }

    .website_cont1 .cont1_1 {
        font-size: 4vw;
    }

    .website_cont1 .cont1_1 span {
        font-size: 6vw;
    }

    .website_title03 h3 {
        font-size: 6.5vw;
    }

    .website_ctr {
        width: 100%;
        padding: 30px;
    }

    .website_ctr01_inner01 {
        flex-direction: column;
    }

    .website_ctr_box1 {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .website_ctr_box2 {
        width: 100%;
    }

    .cont2_inner {
        flex-direction: column;
    }

    .cont2_box1 {
        margin: 0 0 30px 0;
        max-width: 100%;
    }

    .cont2_box2 {
        margin-left: 0;
    }

    .website_title04 h3 {
        font-size: 5vw;
    }

    .service_box2 .box {
        width: calc((100% / 2) - 15px);

    }

    .service_box2 .box:nth-child(2n) {
        margin-right: 0;
    }

    .website_title05 h3 {
        font-size: 6vw;
    }

    .website_cont03_inner01 {
        margin: 0 15px;
    }

    .website_seo_cont h4 {
        font-size: 3.5vw;
    }

    .website_seo_cont {
        flex-direction: column;
        width: 100%;
    }
    
    .cont03_text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .website_cont04 {
        flex-direction: column;
    }

    .website_sns_box1 {
        min-width: none;
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border: none;
    }

    .website_sns_box1::after {
        content: "";
        display: block;
        width: 240px;
        height: 1px;
        border-bottom: 3px solid #377ADE;
        margin: 50px auto 30px auto;
    }

    .sup_h3 h3 {
        color: #377ADE;
        font-size: 4vw;
        font-weight: 900;
        margin-bottom: 30px;
    }

    .website_cont07 {
        padding: 60px 15px;
    }

    .sup_cont {
        width: 100%;
    }

    .sup_cont .cont_container {
        margin: 0;
    }

    .website_title03 h3::after {
        margin: 30px auto;
    }

    .cont_container .sup_box1 {
        max-width: 100%;
        min-width: none;
        width: 100%;
    }

    .sup_box1 .box {
        width: calc((100% / 2) - 6px);
    }
    .cont_container .sup_box2 {
        max-width: 80%;
        width: 100%;
        margin: 20px auto;
    }

    .cont_container .sup_box2 img {
        margin-left: 0;
    }

    .website_title04 {
        margin: 30px auto;
    }

    .website_cont08 {
        padding: 0 15px;
    }

    .cont-inner_price {
        width: 100%;
        padding: 0 15px;
    }

    .price_dl {
        width: 100%;
    }
}

@media screen and (max-width: 420px){
    .website_title02 h2 {
        font-size: 5vw;
    }

    .website_cont1 .cont1_1 {
        font-size: 5vw;
    }

    .fail_img {
        display: none;
    }

    .fail .website_cont01_inner01 {
        padding: 10px;
    }

    .cont_container .fail_box1 {
        margin-right: 0;
    }

    .fail_box2 .box {
        min-width: 100%;
    }

    .website_ctr {
        margin: 30px auto;
        padding: 15px 15px 30px 15px;
    }

    .website_title02 h2 {
        font-size: 6vw;
        margin: 20px auto 0 auto;
    }
    
    .cont2_inner2 {
        flex-direction: column-reverse;
    }

    .cont2_text {
        width: 100%;
    }

    .cont2_box1 h3 {
        font-size: 5vw;
    }

    .cont2_box2 h3 {
        font-size: 5vw;
    }

    .service_text1 {
        margin: 0 auto 30px auto;
    }

    .website_title04 {
        margin: 0 auto;
        padding: 30px 0;
    }

    .service_box2 .box {
        width: 100%;
        margin-right: 0;
    }

    .website_seo_cont {
        flex-direction: column-reverse;
    }

    .website_seo_cont h4 {
        font-size: 4vw;
    }

    .website_cont03 .cont03_img img {
        width: 70% !important;
    }

    .website_title05 h3 {
        font-size: 10vw;
        margin-bottom: 0;
    }

    .website_sns_box2 {
        margin-bottom: 50px;
    }

    .website_sns_box1::after {
        display: none;
    }

    .sup_h3 h3 {
        font-size: 4.5vw;
    }

    .sup_box1 .box {
        width: 100%;
        margin-right: 0;
        height: 50px;
    }

    .website_title06 h3 {
        font-size: 6vw;
    }

    .price_dl dl {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .price_dl dt {
        width: 100% !important;
        background-color: #f3f3f3;
        border-bottom: none;
        font-weight: 700;
    }

    .price_dl dd {
        width: 100% !important;
        border-bottom: none;
    }

    .website_cont08 {
        padding-bottom: 30px;
    }

    .cont-inner_price {
        padding-bottom: 30px;
    }

}

.blog_box1 {
    border: 1px solid #377ADE;
    padding: 1em;
    margin: 10px auto;
}

/* ================================================================= 
 instagram-manage.html
================================================================= */


.insta_mainimg {
    max-width: 1200px;
    margin: 0 auto;
}

.insta_title01 h2 {
    font-size: 40px;
    font-weight: 900;
    padding: 15px 0;
    color: #F449BA; /* デフォルトの色 */
}

.about-bxi .insta_title01 h2 {
    color: #0f87ff; /* about-bxi でのみ色を変更 */
}

.insta_title01 h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    border-bottom: 3px solid #F449BA;
    margin: 15px auto;
}

.about-bxi .insta_title01 h2::after {
    border-bottom: 3px solid #0f87ff;
}


.insta_title01 div {
    margin-top: 16px;
    font-size: 24px;
}

/*.insta_bg {
    max-width: 960px;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #FFB877 0%, #FFC6F9 100%);
    padding: 0 0 30px 0;
}

.about-bxi .insta_bg{
    background-image: linear-gradient(90deg, #f0ffff 0%, #87ceeb 100%);
} */

.insta_bg {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 30px 0;
    background: linear-gradient(90deg, #FFB877 0%, #FFC6F9 100%);
}

.about-bxi .insta_bg {
    background: linear-gradient(90deg, #f0ffff 0%, #87ceeb 100%);
}

.insta_cont1 h3 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}

.insta_cont1_flex {
    gap: 20px;
    padding: 15px;
    justify-content: center;
}

.insta_cont1_flex .box {
    width: calc((100% / 3) - 20px);
    text-align: center;
    background-color: #FFF;
    padding: 0.5em;
}

.insta_cont1_flex .box div {
    font-size: 18px;
    font-weight: 700;
}

.insta_6600mp {
    font-size:1.2em;
    font-weight:bold;
    text-decoration: underline;
}

.insta_cont1_flex .box div::before {
    content: '';
    display: inline-block; /* 必要に応じて display を指定 */
    background-image: url('https://www.e-trust.ne.jp/images/service/instagram/CheckCircle.svg');
    background-size: contain; /* 画像の大きさに合わせて調整 */
    background-repeat: no-repeat; /* 繰り返しを防止 */
    width: 28px; /* 画像の幅 */
    height: 28px; /* 画像の高さ */
    margin-right: 8px; /* テキストとの余白が必要なら指定 */
    vertical-align: middle;
}

span.insta_title_en {
    font-size: 96px;
    font-weight: 700;
    color: #F449BA; /* デフォルトの色 */
}

.about-bxi span.insta_title_en {
    color: #2a7af7; /* about-bxi でのみ色を変更 */
}

.insta_h2_span {
    font-size: 24px;
    font-weight: 700;
}

.insta_benefits_imgleft {
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
}

.insta_benefits_imgleft .benefits_img {
    max-width: 640px;
}

.insta_benefits_imgleft .benefits_text {
    width: 40%;
}

.insta_benefits_imgright {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    flex-direction: row-reverse;
}

.insta_benefits_imgright .benefits_img {
    max-width: 640px;
}

.insta_benefits_imgright .benefits_text {
    width: 40%;
}

.benefits_text h3 {
    font-size: 40px;
    font-weight: 700;
}

.benefits_text article > div {
    margin-top: 30px;
}

.insta_cta_bg {
    background-image: linear-gradient(90deg, #FB67D2 0%, #EE6E11 100%);
    margin: 0 calc(50% - 50vw);
    padding: 100px 0;
}

.about-bxi .insta_cta_bg {
    background-image: linear-gradient(90deg, #6b67fb 0%, #11d8ee 100%);
}

.insta_cta {
    max-width: 1200px;
    margin: 0 auto;
}

.insta_cta_inner {
    display: flex;
    justify-content: center;
}

.insta_cta .cta_tel {
    max-width: 45%;
    margin-right: 10%;
}

.insta_cta .cta_tel h3 {
    font-size: 26px;
    font-weight: 700;
    color: #FFF;
}

.insta_cta .cta_call {
    display: block;
    font-size: 14px;
    font-weight: 700;
    background-color: #FFF;
    padding: 2px;
    color: #EE6E11;
    border-radius: 3px;
    text-align: center;
}

.insta_cta .freecall {
    font-size: 48px;
    font-weight: 700;
    color: #FFF;
}

.insta_cta .freecall:before {
    content: '';
    display: inline-block; /* 必要に応じて display を指定 */
    background-image: url('https://www.e-trust.ne.jp/images/service/instagram/freecall.png');
    background-size: contain; /* 画像の大きさに合わせて調整 */
    background-repeat: no-repeat; /* 繰り返しを防止 */
    width: 60px; /* 画像の幅 */
    height: 34px; /* 画像の高さ */
    margin-right: 8px; /* テキストとの余白が必要なら指定 */
    vertical-align: middle;

}

.insta_cta .cta_mail_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.insta_cta .cta_mail_button {
    display: block;
    padding: 20px;
    border-radius: 50px;
    background-color: #EE6E11; /* デフォルトの背景色 */
    color: #FFF;
    min-width: 260px;
}

.about-bxi .insta_cta .cta_mail_button {
    background-color: #113fee; /* about-bxi でのみ背景色を変更 */
}

.insta_cta .cta_mail_button a {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.insta_cta .cta_mail_inner {
    background-color: #FFF;
    padding: 30px;
    border-radius: 6px;
}

.insta_service {
    gap: 30px;
    justify-content: center;
    max-width: 960px;
    margin: 30px auto;
}

.insta_service div.box {
    width: calc((100% / 3) - 20px);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    padding: 30px 15px;
    border-radius: 10px;
    position: relative;
    overflow: visible !important;
}


/* 四隅のオレンジラインを追加 */
.insta_service .box::before,
.insta_service .box::after,
.insta_service .box div::before,
.insta_service .box div::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #EE6E11;
    box-sizing: border-box;
}

/* 左上のL字 */
.insta_service .box::before {
    top: -2px;
    left: -2px;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

/* 右上のL字 */
.insta_service .box::after {
    top: -2px;
    right: -2px;
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

/* 左下のL字 */
.insta_service .box div::before {
    bottom: -2px;
    left: -2px;
    border-right: none;
    border-top: none;
    border-bottom-left-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

/* 右下のL字 */
.insta_service .box div::after {
    bottom: -2px;
    right: -2px;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

.insta_service div.box > div {
    display: flex;
    flex-direction: column;
}

.insta_service div.box h3 {
    text-align: center;
    color: #FFF;
    background-color: #000;
    border-radius: 20px;
} 

.insta_service div.box img {
    max-width: 100px;
    max-height: 100px;
    margin: 20px auto;
}

.insta_flow {
    gap: 80px;
    justify-content: center;
    max-width: 960px;
    margin: 30px auto;
}


.insta_flow div.box {
    width: calc((100% / 3) - 80px);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    padding: 30px 15px;
    border-radius: 10px;
    position: relative;
    overflow: visible !important;
    background-color: #FFF;
}


/* 四隅のオレンジラインを追加 */
.insta_flow .box::before,
.insta_flow .box::after,
.insta_flow .box div::before,
.insta_flow .box div::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #EE6E11;
    box-sizing: border-box;
}

/* 左上のL字 */
.insta_flow .box::before {
    top: -2px;
    left: -2px;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

/* 右上のL字 */
.insta_flow .box::after {
    top: -2px;
    right: -2px;
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

/* 左下のL字 */
.insta_flow .box div::before {
    bottom: -2px;
    left: -2px;
    border-right: none;
    border-top: none;
    border-bottom-left-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

/* 右下のL字 */
.insta_flow .box div::after {
    bottom: -2px;
    right: -2px;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

.insta_flow div.box > div {
    display: flex;
    flex-direction: column;
}

.insta_flow .flow_arrow {
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #EE6E11;
}

.insta_flow span.flow_step {
    font-size: 14px;
    font-weight: 700;
    color: #EE6E11;
    text-align: center;
}

.insta_flow h3 {
    font-weight: 700;
    text-align: center;
}

.insta_flow div.box div > img {
    display: block;
    margin: 10px auto;
}

.insta_flow div.box div > p {
    font-size: 14px;
}

.insta_flow div.box:nth-child(3) .flow_arrow {
    display: none;
}


.insta_plan_bg {
    background-image: linear-gradient(0deg, rgba(255, 187, 232, 0.2), rgba(255, 255, 255, 0.45) 50%, rgba(167, 205, 255, 0.2));
    padding-top: 60px;
    padding-bottom: 60px;
}

.plan_cont {
    display: flex;
    gap: 20px;
    margin: 60px 0;
}

.plan_cont dl {
    flex-direction: column;
    width: calc((100% / 3) - 20px);
}

.plan_cont dl dt {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    padding: 15px !important;
    display: block !important;
}

.plan_cont dl:nth-child(1) dt {
    background-color: #EE6E11;
    border: none;
    margin-top: 50px;
}

.plan_cont dl:nth-child(2) dt {
    background-color: #377ade;
    border: none;
}

.plan_cont dl:nth-child(3) dt {
    background-color: #F449BA;
    border: none !important;
    margin-top: 50px;
}

.plan_cont dl dd {
    width: 100%;
    border-bottom: 1px solid #ccc !important;
    min-height: 460px;
    padding: 15px !important;
    text-align: center;
}

.plan_cont dl:nth-child(1) dd .plan_price {
    font-size: 36px;
    font-weight: 700;
    color: #EE6E11;
}

.plan_cont dl:nth-child(2) dd .plan_price {
    font-size: 36px;
    font-weight: 700;
    color: #377ade;
}

.plan_cont dl:nth-child(3) dd .plan_price {
    font-size: 36px;
    font-weight: 700;
    color: #F449BA;
}

/* ここからEXAMPLE　*/
.exam_cont {
    margin: 60px 0;
}

/* 画像 */
.exam_cont img {
    width: 180px;
}
  
  /* スライド全体 */
.exam_cont .swiper-slide {
    transition: transform 0.6s;
    display: flex;
    align-items: center;
  }
  
  /* 左右のスライド */
  .exam_cont .swiper-slide-prev,
  .exam_cont .swiper-slide-next,
  .exam_cont .swiper-slide-duplicate-prev,
  .exam_cont .swiper-slide-duplicate-next {
    transform: scale(0.65);
  }

  div.swiper-slide-active {
    width: 480px !important;
  }
  
  .exam_cont .swiper_cont {
    background-color: #E9F9FC;
    width: 100%;
    padding: 15px;
    border-radius: 0 15px 15px 0;
  }

  .exam_cont .swiper_cont h3 {
    font-weight: 700;
    margin-bottom: 10px;
  }

  .exam_cont .swiper_cont .insta_swp_text {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .exam_cont .swiper_cont .insta_swp_icon span {
    background-color: #F449BA;
    padding: 3px;
    border-radius: 3px;
    color: #FFF;
    margin-right: 5px;
    font-size: 13px;
  }


/* ここまでEXAMPLE　*/

.insta_faq_inner01 {
    max-width: 1300px;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 10px;
    padding-bottom: 60px;
}

.faq_cont_bg {
    max-width: 960px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    margin: 30px auto;
    padding: 30px 60px;
    overflow: scroll;
    max-height: 80vh;
}

.faq_cont_bg > div:nth-last-child(2) {
    border-bottom: none;
}

.faq_cont {
    padding: 15px;
    border-bottom: 1px solid #CCC;
}

.faq_cont ul {
    display: flex;
    flex-direction: column;
}

.faq_cont ul li:nth-child(1) {
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
}

.faq_cont ul li:nth-child(2) {
    padding: 10px 0;
}

.insta_form_cont {
    max-width: 800px;
    margin: 60px auto;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    padding: 50px 40px;
}
.insta_form_cont {
    position: relative; /* 擬似要素を正しく配置するために必要 */
    border-radius: 10px; /* 角を丸くする */
    overflow: visible; /* 擬似要素が隠れないように */
}

/* 四隅にオレンジのL字のラインを追加する */
.insta_form_cont::before,
.insta_form_cont::after,
.insta_form_cont div::before,
.insta_form_cont div::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #EE6E11;
    box-sizing: border-box;
}

/* 左上のL字 */
.insta_form_cont::before {
    top: -2px;
    left: -2px;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 10px; /* 枠と角丸を合わせる */
}

/* 右上のL字 */
.insta_form_cont::after {
    top: -2px;
    right: -2px;
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 10px; /* 枠と角丸を合わせる */
}

/* 左下のL字 */
.insta_form_cont div::before {
    bottom: -2px;
    left: -2px;
    border-right: none;
    border-top: none;
    border-bottom-left-radius: 10px; /* 枠と角丸を合わせる */
}

/* 右下のL字 */
.insta_form_cont div::after {
    bottom: -2px;
    right: -2px;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 10px; /* 枠と角丸を合わせる */
}

div.insta_form_cont dl {
    flex-direction: column !important;
    margin: 20px 0;
}

div.insta_form_cont dl dt {
    border: none !important;
    background-color: #FFF !important;
    font-weight: 700;
}

div.insta_form_cont dl dd {
    border: none !important;
}

div.insta_form_bg div.submit a.button {
    text-indent: 0;
    padding: 0.3em;
}

div.insta_form_bg div.submit a.button:hover, div.insta_form_bg div.submit a.button:active {
    color: #FFF;
}



@media screen and (max-width: 640px){
    .instagram-manage .insta_title01 h2 {
        font-size: 28px;
        margin-top: 30px;
    }

    .insta_title01 div {
        font-size: 20px;
    }

    .insta_cont1 h3 {
        font-size: 30px;
    }

    .insta_cont1_flex .box {
        width: 90%;
        padding: 16px;
    }

    .insta_6600mp {
        font-size: 24px;
    }

    .insta_benefits_imgleft {
        flex-direction: column;
    }

    .benefits_text h3 {
        font-size: 28px;
        
    }

    .insta_benefits_imgleft .benefits_text {
        width: 100%;
        br{
            display: none;
        }
    }

    .insta_benefits_imgright {
        flex-direction: column;
    }

    .insta_benefits_imgright .benefits_text {
        width: 100%;
    }

    .insta_cta_bg {
        padding: 50px 0;
    }
    
    .insta_cta_inner {
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }

    .insta_cta .cta_tel {
        max-width: 90%;
        margin: 0 auto 30px;
    }

    .insta_cta .cta_mail {
        width: 80%;
        margin: 0 auto;
    }

    .insta_service div.box {
        width: calc((100% / 2) - 20px);
    }

    .insta_flow {
        gap: 30px;
    }

    .insta_flow div.box {
        width: calc((100% / 2) - 20px);
    }

    .insta_flow .flow_arrow {
        right: -18px;
    }

    .insta_flow div.box:nth-child(3) .flow_arrow {
        display: unset;
    }

    .insta_flow div.box:nth-last-child() .flow_arrow {
        display: none;
    }

    .plan_cont {
        flex-direction: column;
    }

    .plan_cont dl {
        width: 70%;
        margin: 0 auto;

    }

    .plan_cont dl:nth-child(3) dt , .plan_cont dl:nth-child(1) dt {
        margin-top: 0;
    }

    .swiper-wrapper {
        display: flex;
        transition: transform 0.5s ease-in-out; /* 0.5秒でスムーズに移動 */
      }
      
      .swiper-slide {
        min-width: 100%; /* 各スライドが画面いっぱいになるように設定 */
        box-sizing: border-box;
        padding: 0 60px;
      }
      
      .custom-swiper-button-prev,
      .custom-swiper-button-next {
        background-color: #ffffff;
        border: none;
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
      }
      
      .custom-swiper-button-prev {
        left: 10px;
      }
      
      .custom-swiper-button-next {
        right: 10px;
      }

    .website_cont01_bg {
    padding: 60px 15px;
    }

    .insta_faq_inner01 {
    padding: 0 15px 60px;
    }

    .insta_form_cont {
    width: 80%;
    }

    .faq_cont_bg {
    padding: 30px;
    }

}

@media screen and (max-width: 390px){
    section {
        font-size: 16px;
    }

    .instagram-manage .insta_title01 h2 {
        font-size: 26px;
    }

    .insta_title01 div {
        font-size: 16px;
    }

    .insta_cont1 h3 {
        font-size: 26px;
    }

    .insta_cont1_flex .box {
        width: 100%;
        padding: 10px;
    }

    .insta_cont1_flex {
        gap: 15px;
    }

    span.insta_title_en {
        font-size: 70px;
    }

    .benefits_text h3 {
        font-size: 25px;
    }

    .insta_cta_inner {
        width: 100%;
    }

    .insta_cta .cta_tel h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .insta_cta .freecall {
        font-size: 38px;
    }

    .insta_cta .cta_mail {
        width: 90%;
    }

    .insta_cta .cta_mail_inner {
        padding: 15px;
    }

    .insta_cta .cta_mail_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .insta_cta .cta_mail_button {
        padding: 10px;
    }

    .insta_service {
        flex-direction: column;
    }

    .insta_service div.box {
        width: 80%;
    }

    .insta_flow {
        flex-direction: column;
    }

    .insta_flow div.box {
        width: 80%;
    }

    .insta_flow .flow_arrow {
        top: inherit;
        right: inherit;
        left: 40%;
        bottom: -25px;
        transform: rotate(90deg);
    }

    .plan_cont dl {
        width: 90%;
    }

    .swiper-slide {
        padding: 0 10px;
    }

    .exam_cont .swiper-slide {
        flex-direction: column;
    }

    .exam_cont .swiper_cont {
        border-radius: 15px;
    }

    .exam_cont img {
        width: 120px;
        margin-bottom: 10px;
    }

    .insta_faq_inner01 {
        padding: 0 10px 60px;
    }

    .faq_cont_bg {
        padding: 10px;
    }

    .insta_form_cont {
        width: 100%;
    }

    .insta_form_cont {
        padding: 30px 20px;
    }
}

/* インスタページ　動き */
@keyframes flipIn {
    0% {
      transform: rotateY(90deg);
      opacity: 0;
    }
    100% {
      transform: rotateY(0);
      opacity: 1;
    }
  }
  
  .insta_cont1_flex .box {
    opacity: 0; /* 初期状態で透明にする */
    transform-origin: center; /* 回転の中心を中央に設定 */
  }
  
  .flip-in {
    animation: flipIn 0.5s ease-out forwards;
  }


  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-3px);
    }
    60% {
      transform: translateY(-3px);
    }
  }
  
  .instagram-manage .cta_mail_title {
    animation: bounce 2s infinite;
  }

  @keyframes fadeInRight {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  .insta_flow div.box {
    opacity: 0; /* 初期状態で非表示にする */
    transform: translateX(100%); /* 初期位置を右に設定 */
    transition: transform 0.3s, opacity 0.3s; /* スムーズに変化 */
  }
  
  .fade-in {
    animation: fadeInRight 0.5s ease-in-out forwards;
  }