/*======== GENERAL ======= */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
:root {
    --color-main: #5ABEFC;
	--color-accent: #249BE5;
	--color-lightblue: #F4FAFE;
	--color-text: #2e2e2e;
	--color-text-accent: #259BE5;
	--color-footer: #C1E7FF;
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
}
html{
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--color-text);
}
p, span, h1, h2, h3, h4, h5, h6, a{
    color: var(--color-text);
    /* font-weight: 500; */
} 

p, span, a, li, strong{
    letter-spacing: .05em !important;
}
li{
    list-style: none;
    letter-spacing: .05em !important;
}
tr{
    letter-spacing: .03em;
}
th{
    font-weight: normal;
}
@media (max-width: 767px) {
    .container{
        padding-right: 32px;
        padding-left: 32px;
    }
    .inner{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .display-sp-none{
        display: none;
    }
    .display-pc-none{
        display: block;
    }
}
/* TITLE */
.section-title{
    font-size: 1.5rem  !important;
    color: var(--color-accent);
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 2.5rem  !important;
    letter-spacing: -.2px;
}
.section-title .title-jp{
    font-size: 0.75rem;
    color: var(--color-main);
    display: block;
    font-weight: normal;
    margin-bottom: -10px;
    font-weight: 500;
}
.h4{
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: normal;
}
.section-sub-title{
    font-size: 1.125rem;
    margin-bottom: 18px;
}
h6{
    font-size: 1rem;
    letter-spacing: .06em;
}

@media (min-width: 768px) {
    .section-title{
        font-size: 2.5rem  !important;
        margin-bottom: 5.2rem  !important;
    }
    .section-title .title-jp{
        font-size: 1rem;
        margin-bottom: 0.65rem;
    }
    .h4{
        font-size: 1.375rem;
        margin-bottom: 1.5rem;
    }
    h6{
        font-size: 1.375rem;
    }
    #overview th{
        width: 200px;
    }
    .section-sub-title{
        font-size: 1.5rem;
        margin-bottom: 18px;
    }
    .display-pc-none{
        display: none;
    }
    .display-sp-none{
        display: block;
    }
}

/* MARGIN & PADDING */
.top-margin{
    padding-top: 124px;
}
.ir-top{
    padding-top: 188px;
    padding-bottom: 40px;
}
.mw-668{
    max-width:668px ;
    margin:0 auto;
}
@media (max-width: 767px) {
.mb-100{
    margin-bottom: 40px !important;
}
}
@media (min-width: 768px) {
    .top-margin{
        padding-top: 236px;
    }  
    .ir-top{
        padding-top: 188px;
    }
    .pt-156{
        padding-top: 132px !important;
    }
}
@media (min-width: 1536px) {
    .ir-top{
        padding-top: 212px;
    }
    .pt-156{
        padding-top: 156px !important;
    }
}
/*======== BTN ======= */
.btn{
    width: 100%;
    max-width: 310px;
}
/*======== GENERAL ======= */

 .section-title img{
    position: absolute;
    width: 70%;
    top: -42px;
    left: 0px;
}
 .ir-box{
    padding-bottom: 80px;
}
 .ir-box .section-title{
    font-size: 20px;
}
 .ir-box .btn-wrapper{
    display: flex;
    margin: 30px auto 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

  .ir-box .btn-wrapper .btn{
    width: 200px;
}

.ir-box .btn:hover{
    color:#5cd0e0; 
    background-color:white;
    border: #5cd0e0 1px solid;
}

@media (min-width: 768px) {
    /* .section-title{
         font-size: 28px;
         margin: 60px 0 40px;
     } */
      .section-title img{
         position: absolute;
         width: 65%;
         top: -100px;
         left: -30px;
     }
       .ir-box{
        padding-top: 20px;
     }
       .btn-wrapper{
         max-width: 700px;
         margin: 50px auto;
         gap: 40px;
     }
      .btn-wrapper .btn{
         width: 200px;
     }
      .ir-box .section-title{
         font-size: 28px;
     }
 }
 .cbp-item-inner{
    max-width: 960px;
    margin: auto;
    width: 100%;
 }

 .cbp-item-inner table{
    width: 100%;
 }

.company_name{
    display: block;
    background: var(--color-accent);
    text-align: center;
    color: white;
    padding: .75em 1em;
    font-weight: normal
 }

 .company_name span{
    color: white;
 }

 .name-child{
    background: var(--color-main);
 }

/*======== BOARD MEMBER ======= */
#board .container{
    padding-left: 40px;
    padding-right: 40px;
}
#board .col-sm-4{
    margin-bottom: 1rem;
    width: 50%;
}
#board .member-name{
    margin-bottom: .4rem; 
    line-height: 1.25;
}
#board .member-name span{
    font-size: .8rem;
    display: block;
    color: #707070;
}
#board .meta .d-block{
    font-size: 12px;
}
@media (min-width: 768px) {
    #board .col-sm-4{
        margin-bottom: 1.5rem;
        width: 100%;
    }
    #board .member-name, .meta{
        margin-left: 12px;
    }
}

/*======== TOP MESSAGE ======= */
.h4-top-message{
    margin-bottom: 2rem;
    line-height: 1.7;
}

/*======== icon ======= */
.bi{
color: var(--color-text);
}
.bi-box-arrow-up-right{
    font-size: .9em;
}

/*======== Button ======= */
.btn-white{
    border-radius: 5px;
    border: #249BE5 solid 2px;
    /* width: 350px; */
    height: 60px;
}


/* ======================== */
/* HEADER 
/* ======================== */
.header {
    align-items: center;
    width: 100%;
    padding: 32px 20px 28px;
    background:#fffffff9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
}
.header .container-fluid {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header li{
	list-style: none;
}
.logo_outer h1 img{
    width: auto;
    height: 30px;
 }
.nav-list {
	display: flex;
    margin-bottom: 0;
    justify-content: flex-end;
}
.burger-btn {
	display: none;
}
.nav-wrapper{
    width: 80%;
}
.nav-link{
    padding-left: 35px;
    padding-right: 0;
    font-weight: normal;
    font-size: 0.875rem;
}
button:focus{
    outline: none !important;
}
.display_sp{
    display: none;
}

@media screen and (max-width:1073px) {
    .header {
        padding: 32px 3px 28px 6px;
    }
    .logo_outer h1 img{
        width: auto;
        height: 27px;
     }
	.burger-btn {
		display: block;
		height: 38px;
		position: relative;
		width: 25px;
		z-index: 1001;
        background: rgba(255, 255, 255, 0);
        border: none;
        margin-bottom: 6px;
	}
	.bar {
		display: block;
		height: 2px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 20px;
        background: var(--color-text);
        border-radius: 5px;
	}
	.bar_top {
		top: 10px;
        background: var(--color-text);
	}
	.bar_mid {
		top: 50%;
		transform: translate(-50%,-50%);
        background: var(--color-text);
	}
	.bar_bottom {
		bottom: 10px;
        background: var(--color-text);
	}
	.burger-btn.close .bar_top {
		transform: translate(-50%,8px) rotate(45deg);
		transition: transform .3s;
        background: black;
	}
	.burger-btn.close .bar_mid {
		opacity: 0;
		transition: opacity .3s;
	}
	.burger-btn.close .bar_bottom {
		transform: translate(-50%,-8px) rotate(-45deg);
		transition: transform .3s;
        background: black;
	}
  .noscroll{
    overflow: hidden;
  }
  .header .container-fluid{
    overflow-y: auto;
  }
	.nav-wrapper {
        visibility: hidden;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100vw;
        opacity: 0;
        transition: opacity .3s;
		z-index: 2;
        overflow-y: auto;
        background-color: var(--color-accent);
        margin-top: 100px;
	}
  .header-nav {
		height: 100%;
		width: 100%;
		z-index: 0;
        overflow-y: auto;
	}
	.nav-wrapper.fade {
		opacity: 1;
		visibility: visible;
	}
    .header .nav-list {
		display: block;
		left: 40px;
		position: absolute;
		top: 32px;
        padding-left: 0;
	}  
    .header .nav-link{
        padding-left: 0;
        font-weight: bold;
    }
    .header .nav-item{
        margin-bottom: .8rem;
    }
    .header .nav-item a{
       color: white;
       font-size: 0.875rem;
       /* margin-bottom: 6px; */
    }
    .dropdown__lists {
        padding-left: 16px;
        padding-bottom: 8px;
    }
    .dropdown__list {
        margin-bottom: 0.5rem;
    }
    .gnavi__list .bi-caret-down-fill{
        display: none;
    }
    .header .nav-item .bi-box-arrow-up-right{
        color: white;
    }
    .header .sp_contact{
        width: 85%;
        margin: 6px 0;
        max-width: 350px;
        /* padding-left: 16px; */
    }
    .header .sp_contact p{
        color: white;
        font-size: 0.875rem;
    }
    .header .sp_contact .btn{
        width: 100%;
        max-width: 325px;
        color: var(--color-text-accent);
        font-size: 0.7rem;
    }
    .header .display_sp{
        display: block;
    }
    .header .footer-bottom{
        padding-bottom: 100px;
        border-top: 1.5px solid white;
        width: 85%;
        display: flex;
        flex-direction: column-reverse;
    }
    .header .d-flex{
        justify-content: space-between;
        margin: 12px 0;
    }
    .header .footer-bottom ul li a{
        font-size: 0.725rem;
        color: white;
    }
    .header .footer-bottom p{
        font-size: 0.725rem;
        color: white;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .header .sp_contact .btn{
        min-width: 300px;
    }
}
@media (min-width: 1074px) {
.gnavi__list{
    position: relative;
}
.dropdown__lists {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    width: 235px;
    position: absolute;
    top: 45px;
    left: 20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
    padding-left: 0;
    padding-top: 24px;
    border-radius: 5px;
}
.gnavi__list:hover .dropdown__lists {
    visibility: visible;
    opacity: 1;
}
.dropdown__list {
    background-color: #ffffff;
    padding: 12px 20px;
    transition: all .4s;
    position: relative;
    z-index: 1000;
}
.dropdown__list:last-child {
    border-radius: 0 0 5px 5px;
}
.dropdown__list:last-child {
    padding-bottom: 32px;
}
/* .dropdown__list:not(:first-child)::before{
    content: "";
    width: 200px;
    height: 1px;
    background-color: #def385;
    position: absolute;
    top: 60px;
    left: 700px;
} */
/* .dropdown__list:hover {
    background-color: #fd0000;
} */
.dropdown__list a {
    color: var(--color-text);
   font-size: 0.875rem;
}
.sp_contact{
    display: none;
}
}


/* ======================== */
/* FOOTER
/* ======================== */
footer{
    background-color: var(--color-footer);
    padding-top: 2rem ;
    padding-bottom: 1rem;
    font-size: .875rem;
}
footer h6{
    font-size: .875rem;
}
footer .nav{
    margin-left: 18px;
}
@media (max-width: 767px) {
    footer{
        padding-top: 3.2rem ;
    }
    footer .order1{
        order: 1;
    }
    footer .order2{
        order: 2;
    }
    footer .order3{
        order: 3;
        margin-top: -218px;
        margin-bottom: 16px !important;
    }
    footer .order4{
        order: 4;
        margin-top: -40px;
    }
    footer .order4 p{
        width: 95%;
        margin: 0 auto 12px;
    }
    footer .order4 .w-100{
        width: 95% !important;
        margin: auto;
    }
    footer .sp-mb{
        margin-bottom: 16px;
    }
    footer .col-md-2,
    footer .col-md-3,
    footer .col-md-4{
        padding-right: 7px !important;
        padding-left: 7px !important;
    }
    footer .order2{
        padding-left: 0 !important;
    }
    footer .btn{
        max-width: 350px;
    }
    footer h6 >.nav-link{
        font-weight: 500;
    }
    footer .nav-item .nav-link{
        font-size: .75rem;
}
}

/*////// footer-bottom /////*/
footer .border-top-f{
    border-top: 1.5px solid white;
}
footer .d-flex{
    font-size: 0.75rem;
} 
footer .py-8{
    padding-top: 1.5rem;
}
footer .my-8{
    margin-top: 2rem;
}
footer .d-flex p{
    width: 100%;
} 
footer .d-flex .d-flex{
    width: 100%;
    justify-content: space-between;
} 
footer .d-flex a .btn{
    color: var(--color-text-accent);
} 
@media (max-width: 767px) {
    footer .footer-bottom{
        flex-direction: column-reverse !important;
        flex-wrap: wrap;
    }
    footer .d-flex .d-flex{
        width: 80%;
        margin: 0 auto .2rem;
    } 
    footer .my-8{
        margin-top: 1rem;
    }
    footer .py-8{
        padding-top: 1rem;
    }
    footer .d-flex p{
        text-align: center;
        font-size: 10px;
    } 
    footer .d-flex li a{
        font-size: 10px;
    } 
    footer .d-flex a .btn{
       font-size: 12px;
    }
}
@media (min-width: 768px) {
    footer{
        padding-top: 6rem ;
        padding-bottom: 4rem;
    }
    footer .nav{
        margin-left: 20px;
    }
    footer .d-flex{
        font-size: 0.75rem
    } 
    footer .d-flex .d-flex{
        width: 60%;
    } 
    footer .py-8{
        padding-top: 1.5rem;
    }
    footer .my-8{
        margin-top: 3rem;
    }
    footer .btn{
        max-width: 200px !important;
    } 
 }
 @media (min-width: 995px) {
    footer .d-flex .d-flex{
        width: 40%;
    } 
    footer form .w-100 .btn{
        max-width: 310px !important;
        min-width: 290px;
    } 
 }
 @media (min-width: 1201px) {
    /* footer .btn{
        max-width: 350px !important;
    }  */
    footer form .w-100 .btn{
        min-width: 350px;
    } 
 }
 @media (max-width: 767px) {
#overview .pb-64,
#board .pb-64{
    padding-bottom: 24px !important;
}
}
 @media (min-width: 995px) {
    .ad-inner{
        padding: 60px 0
    }
    .ad-inner-min{
        padding: 20px 0
    }
    #top-ir  .ad-inner-min{
        padding-bottom: 40px;
    }
    .ad-inner-min-b0{
        padding: 40px 0 0
    }
    .pb-64{
        padding-bottom: 64px;
    }
 }


#hope h3{
    font-size: 1.275rem;
    line-height: 2.5;
    padding: 40px 0 0;
    background-image: url('https://www.plazaholdings.co.jp/wp-content/uploads/2024/02/bg-dot.png');
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text; 
    color: rgba(0,0,0,.0);
}
.light-b-wrapper{
    background: linear-gradient(to left top, #FFFFFF, #E0F3FF);
}
#hope .d-flex .flex-img-wrap{
   padding-left: 0;
   padding-right: 0;
   position: inherit !important;
}
#hope .d-flex .flex-img-wrap ul{
   padding-left: 0;
}
#hope .flex-p-wrap{
   padding-right: 0 !important;
   padding-left: 0 !important;
}
#hope .flex-p-wrap p{
   line-height: 3.3;
   margin-bottom: 40px;
   padding-left: 0;
   font-size: .875rem;
   font-weight: 500;
}
#hope .d-flex .flex-img-wrap img{
    width: 100%;
    height: auto;
 }
@media (max-width: 767px) {
    #hope h3{
        padding: 40px 0 20px;
    }
    #hope .light-b-wrapper {
        position: relative;
     }
    #hope .d-flex {
        display: block !important;
     }
    #hope .d-flex .col-6{
        max-width: 100% !important;
     }
    #hope .flex-img-wrap ul div {
        display: flex;
     }
     #hope .flex-img-top{
        position: absolute;
        top: 0px;
        left: 0;
     }
     #hope .flex-img-btm{
        position: absolute;
        top: auto;
        bottom: 0px;
        left: 0;
     }
     #hope .flex-p-wrap{
        padding: 96px 0 108px;
     }
     #hope .flex-p-wrap p:last-child{
        margin-bottom: 0;
     }
}
@media (min-width: 431px) {
    #hope .flex-p-wrap{
        padding: 80px 0 88px;
     }
}
@media (min-width: 600px) {
    #hope .flex-p-wrap{
        padding: 124px 0 132px;
     }
     #hope h3{
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) {
    #hope h3{
        font-size: 1.875rem;
    }
    #hope .d-flex .flex-img-wrap li{
        margin-bottom: 82px;
    }
    #hope .d-flex .flex-img-wrap img{
        width: 90%;
        height: auto;
        border-radius: 5px;
    }
    #hope .d-flex .flex-img-wrap ul div li:first-child{
        margin-left: 0;
    }
    #hope .d-flex .flex-img-wrap ul div li:last-child{
        margin-left: auto;
        text-align: right;
    }
    #hope .flex-p-wrap{
        padding: 0 ;
     }
    #hope .flex-p-wrap p{
        line-height: 3.3;
        margin-bottom: 40px;
        padding-left: 36px;
        font-size: 1rem;
        font-weight: 400;
     }
}
@media (min-width: 992px) {
    #hope .d-flex{
        max-width: 90%;
        margin: auto;
     }
     #hope .flex-p-wrap p{
        line-height: 3.3;
        margin-bottom: 56px;
        padding-left: 52px;
        font-size: 1rem;
        font-weight: 400;
     }
 }
@media (min-width: 1201px) {
    #hope h3{
        font-size: 3rem !important;
        line-height: 2.7;
        padding: 0 0 30px;
        margin-top: -10px;
    }
     #hope .flex-p-wrap p{
        line-height: 3.4;
        margin-bottom: 64px;
        padding-left: 64px;
        font-size: 1.175rem;
        margin-top: -10px;
     }
 }
@media (min-width: 1536px) {
    #hope h3{
        padding: 20px 0 60px;
    }
    #hope .d-flex{
        max-width: 100%;
     }
     #hope .flex-p-wrap p{
        line-height: 3.6;
        margin-bottom: 80px;
        padding-left: 108px;
        font-size: 1.175rem;
     }
 }


#mission .mw{
    margin: auto;
}
#mission ul{
    padding-left: 0;
}
#mission ul li{
    background: var(--color-lightblue);
    margin: 2em 0;
    padding: 48px;
    border-radius: 5px;
    list-style: none;
    margin-bottom: 88px;
    font-weight: 400;
    line-height: 2.6;
    position: relative;
    z-index: 2;
}
#mission ul li::after{
    position: absolute;
    bottom: 0;
    right: -0;
    content: "";
    background-image: url('https://www.plazaholdings.co.jp/wp-content/uploads/2024/02/dot.png');
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: bottom -7px right -7px;
    z-index: 3;
    width: 60%;
    height: 100%;
}
.list-num{
    font-size: 2rem;
    position: absolute;
    margin-top: -90px;
    font-weight: bold;
    color: var(--color-main);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    letter-spacing: .5;
}
#mission ul li p strong{
    color: var(--color-text-accent);
}
#mission ul li p{
    display: block;
    margin: auto;
    align-items: center;
    font-size: .875rem;
    position: relative;
    z-index: 5;
    font-weight: 500;
}
@media (min-width: 768px) {
    #mission .mw{
        max-width: 880px;
    }  
    #mission ul li{
        margin: 2em 0;
        padding: 80px;
        margin-bottom: 104px;
        line-height: 3;
    }  
    #mission ul li:first-child{
        word-break: keep-all;
        line-break: strict;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }  
    #mission ul li::after{
        background-size: 40%;
        background-position: bottom -7px right -7px;
        z-index: 3;
        width: 60%;
        height: 100%;
    }   
    .list-num{
        font-size: 2.5rem;
        margin-top: -140px;
    }    
    #mission ul li p{
        font-size: 1.175rem;
    }
 }



 .br-pc { display:none; }
 @media screen and (min-width: 750px){   
    .br-pc { 
        display:inline; 
    }
  }


#top-company .item figure{
    position: relative;
}
#top-company .item figure a{
    display: block;
    overflow: hidden;
    position: relative;
    height: 240px;
    background-size: cover;
    border-radius: 5px;
}
#top-company .item:first-child figure a{
    background-image: url('https://www.plazaholdings.co.jp/wp-content/uploads/2024/10/bg-PHD.png');
    background-position: center;
}
#top-company .item:nth-child(2) figure a{
    background-image: url('https://www.plazaholdings.co.jp/wp-content/uploads/2024/02/bg-plazacreate.png');
    background-position: top center;
}
#top-company .item:last-child figure a{
    background-image: url('https://www.plazaholdings.co.jp/wp-content/uploads/2024/10/u-ske_film_180-ver4-min.jpg');
}

#top-company .item figure a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000040;
}
#top-company .item:last-child figure a::before{
    background-color: #00000080;
}
#top-company .item figure img{
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom:calc(50% - 52px);
    left: 0;
    margin: auto;
}
#top-company .item:last-child figure img{
    width: 150px;
    top:0;
    bottom:calc(50% - 65px)
}
#top-company .item figure div{  
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    background-color: #ffffff ;
}
/* #top-company .item figure .blur{  
    backdrop-filter: blur(10px);
} */
#top-company .item figure div p{  
    padding: 18px 20px;
    color: var(--color-text);
    font-weight: 500;
    font-size: .7rem;
}
#top-company .item figure div p span{  
    font-weight: 300;
    font-size: .575rem;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.2;
    color: var(--color-text);
    padding: 0 !important;
}
#top-company .item figure div p .bi-box-arrow-up-right{  
    display: inline-flex;
    align-items: center;
}
@media (min-width: 821px) {
    #top-company .item figure div{  
        height: 80px;
    }
    #top-company .item figure a{
        height: 400px;
    }

    #top-company .item figure img{
        width: 150px;
        bottom:calc(50% - 120px);
    }
    #top-company .item:last-child figure img{
        width: 250px;
        top:0;
        bottom:calc(50% - 125px)
    }
    #top-company .item figure div p{  
        padding: 22px;
        font-size: .9rem;
    }
    #top-company .item figure div p span{  
        font-size: .7rem;
        padding: 0;
    }
}
#sustain{
    background-image: url('https://www.plazaholdings.co.jp/wp-content/uploads/2024/02/bg-sustain-scaled.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
#sustain .row{
    max-width: 320px;
    margin: auto;
 }
 #sustain .row .col-md-6{
    margin-bottom: 0 !important;
 }
}
#sustain h5{
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    color: white;
    font-family: 'NOTO SANS JP';
}
#sustain p{
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    color: white;
    margin-bottom: 32px;
    margin-top: 16px;
}
#sustain .btn{
    margin-bottom: 16px;
    color: #386A2E;
    border: none;
    width: 100%;
}
#sustain .row{
   justify-content: space-between;
}

@media (min-width: 768px) {
    #sustain .ml-auto{
        margin-left: auto;
        max-width: 260px;
    } 
    #sustain h5{
        font-size: 3.6rem;
        /* line-height: 1.6; */
    }
}
@media (min-width: 992px) {
    #sustain .container{
        width: 90%;
    }
    #sustain h5{
        font-size: 4.25rem;
    }
    #sustain .ml-auto{
        margin-left: auto;
        max-width: 400px;
    }
    #sustain p{
        font-size: 1rem;
        margin-bottom: 40px;
        margin-top: 16px;
    }
}

@media (min-width: 1200px) {
    #sustain .row{
        max-width: 1200px;
        justify-content: space-around;
     }
    #sustain h5{
        font-size: 4.75rem;
    }
    #sustain p{
        font-size: 1.15rem;
        line-height: 2.4;
        margin-bottom: 34px;
        margin-top: 28px;
    }
    #sustain .btn{
        margin-bottom: 22px;
        width: 100%;
    }
}

 

#news .entry-container{
    display: flex;
    gap: 16px;
    align-items: center;
    width: 100%;
  }
  #news  .entry-container span, .entry-container a{
    font-size: 14px;
    display: inline-flex;
    align-items: center;
  }
  #news  .entry-container a{
   background-color: #A1B4BF;
   color: white;
   padding: 3px 24px 2px;
   font-size: 10px;
   font-weight: bold;
   line-height: 16px;
  }
  #news .entry-title{
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 10px;
  }
  #news .entry-title a span{
    font-size: 10px;
  }
  #news .list-group-item{
    border-top: none;
    position: relative;
  }
  #news .tab-hd .list-group-item:after {
    background: radial-gradient(circle farthest-side, #5abefcb0, #5abefcb0 20%, transparent 20%, transparent);
    background-size: 15px;
    content: '';
    display: inline-block;
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#news .tab-group .list-group-item:after {
    background: radial-gradient(circle farthest-side, #A1CA2Eb0, #A1CA2Eb0 20%, transparent 20%, transparent);
    background-size: 15px;
    content: '';
    display: inline-block;
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#news .tab1 {
    display: flex;
    flex-direction: row;
    margin: 0 auto !important;
    padding-left: 0 !important;
  }
@media (max-width: 768px) {
    #news .tab_container{
        overflow: hidden;
        margin: 0 calc(50% - 50vw);
    }
    #news .tab1 {
        justify-content: center;
        gap: 4%;
      }
    #news  .tab1__item {
        width: calc(90%/2); 
        text-align: center;
        position: relative;
      }
    #news  .tab1__item :after {
        background: #d4d4d4;
        background-size: 15px;
        content: '';
        display: inline-block;
        height: 2px;
        width: 200%;
        position: absolute;
        bottom: 0;
        left: -30px;
    }
    #news .tab1__link {
        display: block;
        color: #fff;
        cursor: pointer;
        width: 100%;
        height: 100%;
        background-color: #ececec;
        height: 60px; 
        display:inline-flex;
        align-items: center;
        justify-content: center;       
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        padding: 0 12px;
      }
      #news .tab1__link.on {
        background-color: #77CBFD ;
        color: #fff;
        line-height: 1.4;
      }
      #news .tab1__link2.on {
        background-color: #A1CA2E ;
        color: #fff;
      }      
      #news .tab1-body__item {
        margin: 0 15px;
        display: none;
      }
      #news .tab1-body__item.on {
        display: block;
      }
      #news .list-group-item{
        padding: 16px 1.25rem 24px;
      }

  }

 @media (min-width: 769px) {
    #news .tab1 {
        justify-content: space-between;
        /* gap: 4%; */
      }
      #news .tab1__item{
        width: 45%;
        position: relative;
        padding-bottom: 18px;
        font-weight: 400;
    }
    #news .tab1 li:first-child span{
        color: var(--color-text-accent);
    }
    #news .tab1 li:last-child span{
        color: #A1CA2E;
    }
    #news .tab1 li span:after {
        background: radial-gradient(circle farthest-side, #5ABEFC, #5ABEFC 20%, transparent 20%, transparent);
        background-size: 15px;
        content: '';
        display: inline-block;
        height: 15px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #news .tab1 li:last-child span:after {
        background: radial-gradient(circle farthest-side, #A1CA2E, #A1CA2E 20%, transparent 20%, transparent);
        background-size: 15px;
        content: '';
        display: inline-block;
        height: 15px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #news .tab1-body{
        display: flex;
        justify-content: space-between;
    }
    #news .tab1-body > div{
        width: 45%;
    }
    #news .list-group-item{
        padding: 10px 1.25rem;
        padding-bottom: 28px;
      }
      #news .tab-group .entry-container a{
        background-color: #A2A59B;
       }
       #news .entry-title{
        margin-top: 6px;
      }
  }

#news .btn{
    border: none;
    width: 100%;
    max-width: 800px;
    margin-top: 16px;
}
#news a .btn, #news .btn .bi{
    color: white;
}
#news  a .btn {
   display: flex;
   gap: 12px;
   align-items: center;
   justify-content: center;
   transition: .3s;
}
#news .tab-hd .btn{
    background-color: #78CBFD;
    color: white;
}
#news .btn:hover{
    opacity: 0.75;
}
#news .tab-group .btn{
    background-color: #A1CA2E;
    color: white;
}




/* #top-message{
    margin-top: 100px;
} */
@media (max-width: 767px) {
#top-message .inner-min{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
}
#top-message .h2-wrap{
    flex-wrap: wrap;
    max-width: 640px;
}
#top-message .h2-wrap figure{
    width: 100%;
    margin: 40px auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#top-message .h2-wrap img{
    width: 60px;
    height: auto;
}
#top-message .h2-wrap h2{
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: .7;
}
#top-message .h2-wrap h2 p{
    font-size: .7rem;
    margin-bottom: 12px;
    font-weight: 500;
}
#top-message .h2-wrap h2 span{
    color: var(--color-text-accent);
}

@media (min-width: 768px) {
    #top-message .h2-wrap{
        justify-content: space-between;
        margin: auto;
    }
    #top-message .h2-wrap figure{
        width: 20%;
        margin: 0;
        justify-content: flex-start;
        align-items: flex-end;
    }
    #top-message .h2-wrap img{
        width: 80px;
        margin-bottom: 12px;
    }
    #top-message .h2-wrap h2{
        width: 75%;
        font-size: 1.125rem;
        font-weight: bold;
        margin: 0;
    }
    #top-message .h2-wrap h2 p{
        margin-bottom: 8px;
    }
}

#top-message .message-wrap{
    background-image: url('https://www.plazaholdings.co.jp/wp-content/uploads/2024/02/bg-sp.jpg');
    background-size: cover;
    background-position: center;
    padding-bottom: 0px;
}
#top-message .message-wrap p{
    margin-bottom: 32px;
    line-height: 2.4;
    font-weight: 500;
    font-size: .875rem;
}
#top-message .message-wrap .strong{
    font-weight: bold;
    font-size: 1.2rem;
}

#top-message .message-btn-wrap{
    max-width: 800px;
    background-color: rgba(255, 255, 255, 0.612);
    padding: 40px;
    border-radius: 10px;
}
#top-message .message-btn-wrap p{
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 18px;
    line-height: 2;
}
#top-message .message-btn-wrap .btn{
    width: 100%;
    color: var(--color-text-accent);
}
#top-message .message-btn-wrap .btn .bi{
    color: var(--color-text-accent);
}
#top-message .message-btn-wrap .btn:hover ,
#top-message .message-btn-wrap .btn:hover  .bi{
    color: white;
    transition: 0.35s ease-in-out;
}
@media (min-width: 768px) {
    #top-message .message-wrap{
        background-image: url('https://www.plazaholdings.co.jp/wp-content/uploads/2024/02/bg-pc-scaled.jpg');
        background-size: cover;
        background-position: bottom;
        /* padding-bottom: 54px; */
        /* padding-top: 44px; */
    }
    #top-message .message-wrap p{
        /* margin-bottom: 56px; */
        line-height: 3;
        font-size: 1.125rem;
    }
    #top-message .message-wrap .strong{
        font-size:2rem;
    }
    #top-message .message-wrap .container{
        max-width: 640px;
    }
    #top-message .message-btn-wrap{
       text-align: center;
       padding: 64px 40px;
       margin-top: 64px;
    }
    #top-message .message-btn-wrap p{
        font-weight: bold;
    }
}

.hover-opacity:hover{
    opacity: .75;
    transition: .3s;
}







[class*=swiper]:focus {
  outline: none;
}

/* .slide */
.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.mv .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.mv .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 3.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
.mv .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}
.mv .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}
.mv .swiper-pagination-bullet-active {
  background-color: blue;
}
.mv .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}
.mv .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .mv .slide-media {
    height: max(90vh, 70vw);
  }
}

@media only screen and (min-width: 1025px) {
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}


.mv{
  width: 100vw;
  position: relative;
  background: linear-gradient(90deg,#E7F5FF 0%, #E7F5FF 40%, #C1E7FF 40%, #C1E7FF 100%);
  z-index: 8;
  padding-top: 80px;
}
#mv .main-copy{
  position: absolute;
  z-index: 10;
  top: 160px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding:24px;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
  color: var(--color-text-accent);
  letter-spacing: .8;
}
#mv  .brackets{
  margin-left: -8px;
  color: var(--color-text-accent);
  letter-spacing: .8;
}
#mv .mv-caption-box{
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 0;
  background-color: #e7f5ffd5;
  padding: 24px ;
  padding-bottom: 32px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  z-index: 9;
}
#mv .mv-caption-box p{ 
  font-size: 12px;
}
#mv .mv-caption-box .slide-title{
  font-size: 12px;
  width: 30%;
  font-weight: 500;
  margin-bottom: 12px;
}
#mv .mv-caption-box .slide-title span{
 display: block;
 font-weight: 300;
 font-size: 10px;
 margin-bottom: 4px;
}
#mv .mv-caption-box .slide-comment{
  font-size: 12px;
  width: 65%;
  font-weight: 500;
  margin-bottom: 12px;
}
#mv .mv-caption-box .slide-comment span{
 display: block;
 font-weight: 300;
 font-size: 10px;
 margin-bottom: 4px;
}
#mv .caption{
  position: absolute;
  bottom: -8px;
  left: 24px;
  font-size: 10px;
  color: var(--color-text);
  z-index: 10;
}
@media screen and (max-width: 767px) {
    #mv .main-copy{
        top: 140px;
        padding:0 24px;
        font-size: 15px;
        color: white;
        background-color: #ffffff00;
        text-shadow: 1px 1px 1.5px rgba(92, 92, 92, 0.192);
        font-weight: bold;
        /* position: relative; */
    }
    /* #mv .main-copy::before{
        content: "";
        position: absolute;
        top: -30px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #0000003d transparent transparent transparent;
        border-width: 150px 150px 0px 0px;
        z-index: 1;
    } */
    /* #mv .main-copy p{
        background: linear-gradient(transparent 60%, #ffffff7a 30%);
        display: inline;
        color: white;
    } */
    #mv  .brackets{
        margin-left: -8px;
        color: white;
        position: relative;
        z-index: 2;
    }
}
@media screen and (max-width: 768px) {
        .mv .img-04 img{
            object-fit: contain !important;
            margin-top: -20px;
        }
}
@media screen and (min-width: 769px) {
    #mv{
        padding-top: 78px;
      }
      #mv .main-copy{
      top: 50px;
      left: 0;
      padding: 40px 20px;
      font-size: 24px;
      line-height: 2.2;
    }
    .mv-inner{
        max-width: 1450px;
        margin: auto;
        position: relative;
    }
  .mv .slide-media{
      width: 65%;
      height: 650px;
      margin-left: auto;
  }
  .mv .img-vertical{
      width: 50%;
  }
  #mv .mv-caption-box{
      top: 45%;
      left: 0;
      background-color: rgba(255, 255, 255, 0);
      padding: 0;
      margin-left: 20px;
      display: block;
      width: 80%;
    }
    #mv  .mv-caption-box .slide-title{
      font-size: 18px;
      width: 100%;
      margin-bottom: 32px;
    }
    #mv .mv-caption-box .slide-title span{
     font-size: 12px;
     margin-bottom: 4px;
    }
    #mv .mv-caption-box .slide-comment{
      font-size: 15px;
      width: 100%;
    }
    #mv .mv-caption-box .slide-comment span{
     font-size: 12px;
     margin-bottom: 4px;
    } 
    #mv  .caption{
      position: absolute;
      bottom: 5%;
      right: auto;
      left: 20px;
      color: black;
      font-size: 12px;
    }
}
@media screen and (min-width: 900px) {
    .mv .img-vertical{
        width: 35%;
        margin-right: 12.5%;
    }
    #mv .main-copy{
        padding: 40px 64px
    }
    #mv .mv-caption-box{
        margin-left: 64px;
        width: 100%;
 }
 #mv  .caption{
    left: 64px;
  }
}

/* .stock-info{
    width: 100%;
    padding-top: 32px;
    padding-bottom: 24px;
}
.stock-box{
    border-top: 1.5px solid #acacac;
    border-bottom: 1.5px solid  #acacac;
    width: 90%;
    margin: auto;
}
.stock-box ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 20px;
    flex-wrap: wrap;
}
.stock-box ul li{
    font-size: .875rem;
}
.stock-box ul li span{
    font-weight: bold;
}
.stock-box ul li strong{
    font-size: 1.125rem;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .stock-box ul li:first-child{
        width: 50%;
        min-width: 178px;
        max-width: 250px;
    }
    .stock-box ul li:nth-child(2){
        width: 40%;
    }
    .stock-box ul li:nth-child(3){
        width: 100%;
    }
    .stock-box ul li:nth-child(4){
        width: 50%;
        max-width: 250px;
    }
    .stock-box ul li:nth-child(6){
        width: 100%;
    }
}

@media screen and (min-width: 1001px) {
    .stock-info{
        width: 100%;
       position: relative;
       z-index: 20;
       padding-bottom: 0;
    }
    .stock-box{
        width: 80%;
        max-width: 1100px;
        margin: auto;
    }
    .stock-box ul{
        justify-content: space-around;
        padding: 20px;
        flex-wrap: nowrap;
    }
} */

.text-white{
    border-bottom: 0.5px white solid;
}
.js-fade {
    opacity: 0; 
    transition: all .8s ease-in-out; 
}
.fadeIn {
    opacity: 1;
}

#loadingLogo {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    z-index: 10000;
    display: none;
    /* animation: fadein-keyframes 1s ease 0s 1 forwards;
    opacity: 0; */
  }
  #loadingLogo.show {
      display: block;
      animation: fadeout-keyframes 2s ease 2.5s 1 forwards;
  }
  #loadingLogo .loading-inner {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    margin: auto;
  }
  #loadingLogo .main-copy {
    color: var(--color-text);
    text-align: center;
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 56px;
  }
  #loadingLogo figure{
    width: 100%;
    margin: auto;
    text-align: center;
  }
  #loadingLogo figure  img{
    width: 60px;
    margin: auto;
  }

  @keyframes loading {
    0% {
      transform: scale(0, 1);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  @keyframes fadeout-keyframes {
      0% {
        opacity: 1;
      }
      100% {
        opacity: 0;
      }
    }

@media(max-width: 767px){
    .overlay.light figcaption *, .overlay.color-pastel figcaption *
     {
     line-height:2
     }
     /* .s_eirModule_titleBox{
        margin:10px 0 0 !important;
        line-height: 2 !important;
     }
     .s_eirTab{
        Display:flex !important;
        flex-wrap:wrap;
    }
    .s_eirTab li{
         Max-width:50% !important;
    }
    .s_eirModule_date{
        Width:45% !important;
    }
    .s_eirModule_category{
        line-height: 2.3  !important;
    }
    .eir__irTop_archiveBox_select_wrap{
        padding-bottom:0 !important;
    } */
}
.s_eirModule_date{
    Margin-right:22px !important;
}



/*//////// 株主優待ページ更新分 ////////*/
@media screen and (max-width: 768px) {
    #benefits .container{
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}
#benefits .link-btn{
    margin-top: 32px;
    text-align: center;
}
#benefits .link-btn .btn{
    font-size: 12px;
}
#benefits .link-btn .bi-box-arrow-up-right{
    color: white;
    margin-left: 8px;
}
@media screen and (min-width: 768px) {
    #benefits .link-btn{
        margin-top: 40px;
    }
    #benefits .link-btn .btn{
        font-size: 12px;
    }
}

#benefits .row-inner h4{
    text-align: center;
    margin-bottom: 24px;
    font-size: 16px;
}
#benefits .row-inner h5{
    margin-bottom: 4px;
    font-size: 13px;
    text-align: center;
}
#benefits .row-inner p{
    /* text-align: center; */
    font-size: 13.5px;
}
#benefits .row-inner dl{
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 840px;
    margin: auto;
}
#benefits .row-inner dt, 
#benefits.row-inner dd{
    /* margin-bottom: 8px; */
    font-size: 12px;
    font-weight: normal !important;
}
#benefits .row-inner dt{
    width: 11%;
    min-width: 90px;
    margin-top: 0;
}
#benefits .row-inner dd{
    width: 100%;
    padding-left: 16px;
}
#benefits .color-red{
    font-size: 10px;
    color: #E60012;
}
@media screen and (min-width: 768px) {
    #benefits .row-inner h4{
        margin-bottom: 24px;
        font-size: 20px;
    }
    #benefits .row-inner h5{
        font-size: 16px;
        margin-bottom: 24px;
    }
    #benefits .row-inner p{
        font-size: 14.5px;
        max-width: 840px;
        margin: auto;
        margin-bottom:32px;
        line-height: 1.8;
    }
    #benefits .row-inner dt, #benefits .row-inner dd{
        font-size: 14px;
    }
    #benefits .row-inner dt{
        width: 11%;
        min-width: 90px;
        margin-top: 0;
    }
    #benefits .row-inner dd{
        width: 87%;
    }
    #benefits .color-red{
        font-size: 12px;
    }
}
#benefits .table-container{
    overflow-x: auto; /* 横スクロールを有効にする */
    -webkit-overflow-scrolling: touch; /* スムーズなスクロール */
    width: 100%;
}
#benefits .table-stock{
    background: white;
    margin-top: 20px;
    width: 830px;
    margin-left: auto;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    #benefits .sticky{
        position: sticky;
        left: 0;
        z-index: 10;
    }
    #benefits .sticky::before{
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-left: .5px #5c5c5c solid;
        border-right: .5px #5c5c5c solid;
    }
}
#benefits .bi-caret-down-fill{
    color: white;
}
@media screen and (min-width: 768px) {
    #benefits .table-stock{
        /* width: calc(100% - 50px); */
        width: 100%;
        font-size: 14px;
    }
}
#benefits .table-stock tr, 
#benefits .table-stock th, 
#benefits .table-stock td {
    text-align: center;
    padding: 16px;
}
#benefits .table-stock th{
    /* background: #73C6CD; */
    background: #249BE5;
    vertical-align: top;
}
#benefits .table-stock th a,
#benefits .table-stock th a span{
    color: white;
}
#benefits .table-stock th a .span-small{
    color: #2e2e2e;
}
#benefits .table-stock .yellow-gold{
    background: #F6EAC5;
}
#benefits .table-stock .pink{
    background: #F7E3E0;
}
#benefits .table-stock th{
    line-height: 1.4;
}
#benefits .table-stock th span:first-child{
    font-size: 18px;
    line-height: 1.6;
}
#benefits .table-stock th .span-small{
    font-size: 11px;
}

/*/////// 各コース詳細 ///////*/
#benefits .stock-tab:not(:last-child){
    margin-bottom: 64px;
}
/* タイトル */
#benefits .course-title{
    width: 100%;
    padding: 12px;
}
#benefits .course-title h5{
    font-size: 14px;
    margin: 0;
}
#benefits .course-title h5 span{
    font-size: 11px;
}
#benefits .course-title p{
    margin: 4px 0;
    font-size: 12px;
}
#benefits .course-title p span{
    font-size: 10px;
    color: #E60012;
}
#benefits .br-sp {
    display: none;
  }
@media screen and (min-width: 768px) {
    #benefits .stock-tab:not(:last-child){
        margin-bottom: 88px;
    }
    #benefits .course-title{
        width: calc(100% - 50px);
        margin-left: auto;
        padding: 24px;
        align-items: center;
    }
    #benefits .course-title h5{
        font-size: 18px;
        margin: 0;
    }
    #benefits .course-title h5 span{
        font-size: 13px;
    }
    #benefits .course-title p{
        margin: 0;
        font-size: 14px;
    }
} 
@media screen and (min-width: 1150px) {
    #benefits .course-title{
        display: flex;
    }
    #benefits .br-sp {
        display: inline-block;
      }
    #benefits .course-title h5{
        min-width: 370px;
    }
}

/* タブ */
#benefits .tab-buttons {
    display: flex;
    justify-content: center;
    background-color: white;
    padding-top: 12px;
}
#benefits .tab-buttons button {
    /* background-color: #ddd; */
    border: none;
    padding:.5em;
    cursor: pointer;
    width: 100px;
}
#benefits .tab-link{
    background-color:#F7E3E0;
    opacity: .7;
}
#benefits .tab-buttons button:first-child{
    background-color:#F6EAC5;
}
/* .defaultOpen{
    background-color:#F6EAC5;
} */
#benefits .tab-link.active{
    font-weight: bold;
    opacity: 1;
    transform: scale(1.05);
}
@media screen and (min-width: 768px) {
    #benefits .stock-tab-inner {
        display: flex;
    }
    #benefits .tab-buttons {
        flex-direction: column;
        justify-content: flex-start;
        background-color: transparent;
        padding: 0;
    }
    #benefits .tab-buttons button {
        padding: 1em .5em;
        width: 50px;
    }
}

/* タブ */
#benefits .tab-content {
    display: none;
    padding: 12px 0;
    background-color: white;
}
#benefits .tab-content.active {
    display: block;
}
#benefits .tab-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#benefits .image-one {
    width: 90%;
}
#benefits picture {
    width: 90%;
    margin-top: 16px;
}
#benefits .image-two {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #benefits .tab-content {
        padding: 40px 0;
    }
    #benefits .tab-images {
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
    #benefits .tab-images img {
        object-fit: cover;
    }
    #benefits .image-one {
        width: 30.8%;
        height:100%;
    }
    #benefits picture {
        width: 63%;
        margin-top: 0;
    }
    #benefits .image-two {
        width: 100%;
    }
    #benefits .image-palette{
        max-height: 332px;
        object-fit: contain !important;
    }
}


#benefits .link-highlight{
    display: block;
}
#benefits .link-highlight .col-6{
    max-width: 100%;
    margin-top: 32px;
}
@media screen and (min-width: 768px) {
    #benefits .link-highlight{
        display: flex;
        justify-content: space-evenly;
    }
    #benefits .link-highlight .col-6{
        max-width: 40%;
        margin-top:0;
    }
}