

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/* font setting */

@font-face {
font-family: 'googlefont-r';
font-style: normal;
font-weight: normal;
src: url('https://storage.aiasahi.jp/zdnet/2024/google/fonts/GoogleSans-Regular.ttf') format('truetype');
}


@font-face {
font-family: 'googlefont-m';
font-style: normal;
font-weight: normal;
src: url('https://storage.aiasahi.jp/zdnet/2024/google/fonts/GoogleSans-Medium.ttf') format('truetype');
}


@font-face {
font-family: 'googlefont-b';
font-style: normal;
font-weight: normal;
src: url('https://storage.aiasahi.jp/zdnet/2024/google/fonts/GoogleSans-Bold.ttf') format('truetype');
}

footer{
margin-top:0;
position:relative;
z-index:1000;
}





/* フレーム設定-------------------------------------------------------------------------------- */

#adspecial_chrome_enterprise_premium{
padding: 0;
}



#adspecial_chrome_enterprise_premium.adspecial_type1{
width:100% !important;
max-width:100% !important;
font-feature-settings: "palt";
color:#202124;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .frame_col_left{
margin:0;
}


.pc-view{
display:block;
}

.sp-view{
display:none;
}



/* contents-wrap */


.contents-wrap-slider{/*スライドの背景幅*/
max-width:1096px;
}


.contents-wrap{
font-feature-settings: "palt";
font-family: 'googlefont-r', 'Noto Sans JP', sans-serif !important;
margin:0 auto;
text-align:left;
line-height:1;
color:#202124;
position:relative;
}

.contents-wrap a{
color:#202124;
}

.contents-wrap a:hover{
color:#4285f4;
}


.contents-wrap-inner{
max-width:1300px;
margin:0 auto;
}




.note{
max-width:1300px;
margin:0 auto 60px;
text-align:right;
font-size:1rem;
padding:0;
/*height:64px;*/
}


/* pagetop */

.pagetop {
    height: 40px;
    width: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #fff;
    border: solid 1px #202124;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
opacity: 0;
transition: 0.5s;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 2px solid #202124;
    border-right: 2px solid #202124;
    transform: translateY(20%) rotate(-45deg);
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .red-text{
color:#a50e0e !important;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .green-text{
color:#0d652d !important;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .yellow-text{
color:#e37400 !important;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .blue-text{
color:#174ea6 !important;
}



/* 追従 */

.sticky-contents {
position: fixed;
bottom: 60px;
right: 10px;
z-index: 100;
width: auto;
padding:15px;
background-color:#252525;
color:#fff;
font-size:0.75rem;
line-height:1.4;
border-radius:20px;
display:inline;
}

.sticky-contents p{
margin:0 auto 10px;
text-align:center;
}

.sticky-contents:hover{
opacity:0.85;
transition:0.5s;
}


.sticky-contents span.date{
font-size:1.125rem;
}


.sticky-contents-sp{
display:none;
}




@media screen and (max-width:1080px){


/* 追従 */


.sticky-contents {display:none;}


/* 追従 */

.sticky-contents-sp {
display:block;
position: fixed;
bottom: 0;
right: 0;
z-index: 100;
width: 100%;
padding:15px;
background-color:#252525;
border-radius:0;
color:#fff;
font-size:0.875rem;
}

.sticky-contents-sp p{
margin:0;
text-align:center;
line-height:1.4;
}

.sticky-contents-sp span.date{
font-size:1.125rem;
}

.sticky-contents-sp a{
color:#fff;
}

.sticky-contents-sp a:hover{
color:#4285F4 !important;
}



}



/* headline-------------------------------------------------------------------------------- */

@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}

@keyframes fade-left{
  0% {
    opacity: 0;
transform:translateX(-50px);
}

  100% {
    opacity: 1;
transform:translateX(0);
}
}

@keyframes fade-right{
  0% {
    opacity: 0;
transform:translateX(50px);
}

  100% {
    opacity: 1;
transform:translateX(0);
}
}



@keyframes line{
0%{
opacity:0;
transform:scaleX(0);
}
100%{
opacity:1;
transform:scaleX(1);
}
}



#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area{
margin:0 auto 120px;
padding:0;
border-radius:30px;
position:relative;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .header-image{
max-width:100%;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .header-title{
display:flex;
flex-direction:column;
justify-content:center;
margin:0 auto;
max-width:100%;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .header-title h1{
margin:0 auto;
padding:0;
text-align:center;
/*font-size:2.375rem;*/
font-size:clamp(1.563rem, 1.229rem + 1.42vw, 2.563rem);
font-weight:500;
line-height:1.4;
color:#151515;
position:relative;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .header-title h1 span.title-pc{
display:block;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .header-title h1 span.title-sp{
display:none;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .sub-title{
font-size:1.125rem;
font-weight:500;
color:#5F6368;
padding:0 0 20px 0;
/*animation: fade-right 0.3s linear 0.5s forwards;
opacity:0;*/
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .logo-image{
margin:40px auto 0;
text-align:center;
padding:0;
width:260px;
height:35px;
position:relative;
z-index:1000;
}


/*#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .logo-image img.logo-pc{
display:block;
width:260px;
height:35px;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .logo-image img.logo-sp{
display:none;
}*/



#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .lead{
color:#202124;
font-size:1rem;
line-height:1.8;
/*animation: fade 0.5s linear 1.0s forwards;
opacity:0;*/
}





/* contents-------------------------------------------------------------------------------- */




#adspecial_chrome_enterprise_premium.adspecial_type1 .contents-main-area{
padding:0 0 20px;
background-color:#fff;
color:#424242 !important;
line-height:1.4;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .contents-main-area h2{
/*font-size:2.5rem;*/
font-size:clamp(1.5rem, 1.167rem + 1.42vw, 2.5rem);
font-weight:500;
text-align:center;
padding:0 0 40px;
position:relative;
z-index:10;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .contents-main-area h2.blue{
color:#1A73E8;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .contents-main-area .title-note{
/*font-size:1.25rem;*/
font-size:clamp(0.75rem, 0.583rem + 0.71vw, 1.25rem);
display:block;
margin:0 auto 50px;
text-align:center;
}


/* voice 情シス部門に聞いた、セキュリティの悩み */


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents{
background-color:#F8F9FA;
margin:0 auto;
padding:100px 0;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents h2.main::before{/*タイトル横のアイコン用*/
content:"";
position:absolute;
top:-30%;
left:10%;
width:114px;
height:134px;
background:url(/extra/chrome_enterprise_premium/media/icon_worries_left.png) left top no-repeat;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents h2.main::after{/*タイトル横のアイコン用*/
content:"";
position:absolute;
top:-30%;
right:10%;
width:114px;
height:134px;
background:url(/extra/chrome_enterprise_premium/media/icon_worries_right.png) right top no-repeat;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block{
width:100%;
margin:0 auto 100px;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box{
display:flex;
justify-content:center;
align-items:stretch;
/*align-items:start;*/
margin:0 auto 45px;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box.box-02{
padding:0 30px;
}

/*#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-img{
text-align:center;
}*/
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-img img{
text-align:center;
max-width:372px;
display:block;
margin:0 auto;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note{
background-color:#fff;
border:1px solid #202124;
margin:0 15px;
padding:45px 25px;
box-sizing: border-box;
flex:1;
transform: translate(0, 80px);
transition-duration:0.5s;
opacity:0;
position:relative;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:hover{
transform:scale(1.05,1.05);
transition:0.3s;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .show-up {
transform: translate(0, 0);
opacity:1;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:nth-child(1){
transition-delay:0s;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:nth-child(2){
transition-delay:0.3s;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:nth-child(3){
transition-delay:0.6s;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:nth-child(4){
transition-delay:0.9s;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:nth-child(5){
transition-delay:1.2s;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:nth-child(6){
transition-delay:1.5s;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:nth-child(7){
transition-delay:1.8s;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note::after{
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 39px;
  height: 39px;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note.note-blue::after{
background:url(/extra/chrome_enterprise_premium/media/icon_dogear_blue.gif) right top no-repeat;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note.note-red::after{
background:url(/extra/chrome_enterprise_premium/media/icon_dogear_red.gif) right top no-repeat;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note.note-green::after{
background:url(/extra/chrome_enterprise_premium/media/icon_dogear_green.gif) right top no-repeat;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note.note-yellow::after{
background:url(/extra/chrome_enterprise_premium/media/icon_dogear_yellow.gif) right top no-repeat;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note.note-red::after{
background:url(/extra/chrome_enterprise_premium/media/icon_dogear_red.gif) right top no-repeat;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note.note-green::after{
background:url(/extra/chrome_enterprise_premium/media/icon_dogear_green.gif) right top no-repeat;
}



#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note .worries-note-inner{
background-color: #ffffff; /* 背景色 */
background-image: linear-gradient(180deg, #e5e7ea 1px, transparent 1px); /* 罫線の色と太さ  */
background-size: 100% 2.25em; /* 行の高さ */
line-height: 2.25em; /* 文字の高さ */
padding-bottom: 1px; /* 最終行の下にも罫線を引く */
font-size:0.9375rem;
color:#202124;
display:block;
position:relative;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note span strong{
color:#E37400;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note span.attribute{
text-align:right;
display:block;
font-size:90%;
}




/*そのお悩み、Chrome Enterprise Premium で解決できます*/

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-title-block{
display:flex;
justify-content:center;
align-items:center;
margin:0 auto;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-title-block img{
max-width:304px;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-title-block span{
/*font-size:1.875rem;*/
font-size:clamp(1.5rem, 1.375rem + 0.53vw, 1.875rem);
color:#80868b;
margin-left:50px;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block{
display:flex;
justify-content:space-between;
width:100%;
margin:50px auto;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block div{
background-color:#fff;
border-radius:30px;
padding:25px;
position:relative;
width:24%;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block div span{
display:block;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block .solution01,
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block .solution02,
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block .solution03,
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block .solution04{
font-size:1.25rem;
width:45px;
height:45px;
border-radius:50%;
line-height:45px;
text-align:center;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block .solution01{
background-color:#fce8e6;
color:#a50e0e;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block .solution02{
background-color:#e6f4ea;
color:#0d652d;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block .solution03{
background-color:#fef7e0;
color:#e37400;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block .solution04{
background-color:#e8f0fe;
color:#174ea6;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block div .image{
width:156px;
margin:0 auto 30px;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block div .title{
/*font-size:1.4375rem;*/
font-size:clamp(1rem, 0.222rem + 1.3vw, 1.438rem);
text-align:center;
margin:0 auto 30px;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block div .links{
padding-top:30px;
font-size:1.25rem;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block div .links a{
position:absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, -20px);
text-align:center;
display:block;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block div .links a::before{
content:"";
position:absolute;
top:25%;
left:-20px;
display: block;
width: 10px;
height: 10px;
border-radius:2px;
border-top: solid 3px #202124;
border-right: solid 3px #202124;
transform: rotate(45deg);
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block div .links a:hover{
color:#666 !important;
}




#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .btn-more a{/*もっと詳しく知りたい方は*/
margin:0 auto;
background-color:#4285F4;
color: #fff;
max-width: 950px;
height: 94px;
text-align: center;
border-radius: 50px;
font-size:clamp(16px, 4.26vw, 18px);
display:flex;
align-items:center;
flex-direction:column;
justify-content:center;
position: relative;
transition: 0.3s;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .btn-more a:hover{
background-color: #1A73E8;
color: #fff !important;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .btn-more a::before{
content: "";
position: absolute;
top:calc(50% - 22.5px);
right: 20px;
width: 45px;
height: 45px;
background: url(/extra/chrome_enterprise_premium/media/icon_btn_arrow.png) right center no-repeat;
}





/* article */


#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents{
max-width:1070px;
margin:0 auto;
padding:80px 0;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item{
margin:0 0 30px 0;
padding:40px;
border:1px solid #BDC1C6;
border-radius:40px;
display:flex;
align-items:center;
position:relative;
transition:0.3s;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item a,
#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item a:hover{
cursor:pointer;
color:#202124 !important;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents a:hover{
color:#202124 !important;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item-01:hover{
background-color:#E8F0FE;
border:1px solid #E8F0FE;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item-02:hover{
background-color:#FEF7E0;
border:1px solid #FEF7E0;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item::before{
content:"";
position:absolute;
top:calc(50% - 24px);
right:40px;
background:url(/extra/chrome_enterprise_2024/media/icon_article_arrow.png) right center no-repeat;
width:48px;
height:48px;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item-01:hover::before{
background:url(/extra/chrome_enterprise_2024/media/icon_article_arrow_blue.png) right center no-repeat;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item-02:hover::before{
background:url(/extra/chrome_enterprise_2024/media/icon_article_arrow_yellow.png) right center no-repeat;
}



#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item .article-img img{
width:270px;
margin-right:40px;
border-radius:40px;
box-shadow:0 0 5px #e5e5e5;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item span{
display:block;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item .kinds-ttl{
font-size:0.875rem;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item .main-ttl{
font-size:clamp(1.25rem, 1.167rem + 0.36vw, 1.5rem);
line-height:1.5;
padding-bottom:0;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item .summary{
font-size:0.875rem;
line-height:1.5;
padding-top:10px;
color:#5F6368;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item-01:hover .kinds-ttl{
color:#1A73E8;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item-02:hover .kinds-ttl{
color:#EA8600;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item-01:hover .main-ttl,
#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item-02:hover .main-ttl,
#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item-01:hover .summary,
#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item-02:hover .summary{
color:#202124 !important;
}








/* whitepaper */


#adspecial_chrome_enterprise_premium.adspecial_type1 .whitepaper-contents{
width:100%;
background-color:#F8F9FA;
padding:110px 0;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .whitepaper-contents .whitepaper-inner{
max-width:1300px;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin:0 auto;
position:relative;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .whitepaper-contents .whitepaper-inner:after {
    content: "";
    display: block;
    width:280px;
    height: 0;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .whitepaper-contents .whitepaper-inner .whitepaper-item{
width:280px;
margin:20px 5px;
border:1px solid #E5E7EA;
background-color:#fff;
border-radius:24px;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .whitepaper-contents .whitepaper-inner .whitepaper-item a{
margin:36px;
display:block;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .whitepaper-contents .whitepaper-inner .whitepaper-item:hover{
background:none;
transition:0.3s;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .whitepaper-contents .whitepaper-inner .whitepaper-item span{
display:block;
font-size:1rem;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .whitepaper-contents .whitepaper-inner .whitepaper-item span img{
display:block;
margin:0 auto;
width: 120px;
height: 160px;
background-color:#fff;
border:1px solid #e5e5e5;
border-radius:5px;
object-fit:contain;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .whitepaper-contents .whitepaper-inner .whitepaper-item span.text-summary{
font-size:1rem;
line-height:1.6;
text-align:left;
margin:40px 0;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .whitepaper-contents .whitepaper-inner .whitepaper-item:hover span.text-summary{
color:#202124;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .whitepaper-contents .whitepaper-inner .whitepaper-item span.download{
color:#1967D2;
}





/* contact */


#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents{
background-color:#F8F9FA;
margin:0 auto;
padding:55px 0;
/*padding:50px;*/
position:relative;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contents-wrap-inner{
display:flex;
justify-content:center;
align-items:center;
margin:0 auto;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents h2{
text-align:left;
margin:0 60px;
padding:0;
}



#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-image-sp{
display:none;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-btn-area{
display:flex;
justify-content:center;
position:relative;
z-index:10;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-btn-area span{
margin:0;
display:block;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-btn-area a{
background-color:#4285F4;
color:#fff;
display:block;
width:273px;
height:60px;
line-height:60px;
text-align:center;
border-radius:50px;
font-size:1.125rem;
position:relative;
transition:0.3s;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-btn-area a:hover{
background-color:#1A73E8;
color:#fff !important;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-btn-area a::before{
content:"";
position:absolute;
top:40%;
right:15px;
width:10px;
height:10px;
background:url(/extra/chrome_enterprise_2024/media/icon_arrow.png) right top no-repeat;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-summary-area{
max-width:570px;
margin:60px auto 0;
line-height:1.8;
font-weight:500;
position:relative;
z-index:10;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents  h2.contact{
font-size:clamp(1.25rem, 1.167rem + 0.36vw, 1.5rem);
padding:0;
}






/* responsive -------------------------------------------------------------------------------- */





@media screen and (max-width:960px){


.pc-view{
display:none;
}

.sp-view{
display:block;
}


.pagetop{
right: 10px;
bottom: 70px;
}



/* contents-wrap */


.contents-wrap{
width:100%;
}


.note{
padding:0 10px;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area{
border-radius:0;
padding:0;
}



#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .header-title{
display:block;
margin:0 auto;
text-align:center;
max-width:100%;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .header-image-pc{
display:none;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .header-image-sp{
display:block;
margin:0 auto 45px;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .header-title h1 span.title-pc{
display:none;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .header-title h1 span.title-sp{
display:block;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .header-image img{
margin:0 auto;
display:block;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .header-title .lead{
text-align:left;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .logo-image{
width:180px;
height:24px;
margin:0 auto 35px;
padding:35px 0;
}


.contents-main-area h2{
font-size:1.75rem;
padding:0 50px 40px;
}



/* voice 情シス部門に聞いた、セキュリティの悩み */


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents{
margin:0 auto;
padding:50px 0;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .voice-item-block{
margin:0 auto 45px;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents h2.main::before{/*タイトル横のアイコン用*/
content:"";
position:absolute;
top:40%;
left:20%;
background:url(/extra/chrome_enterprise_premium/media/icon_worries_left.png) left top no-repeat;
background-size:80px;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents h2.main::after{/*タイトル横のアイコン用*/
content:"";
position:absolute;
top:-40%;
right:20%;
background:url(/extra/chrome_enterprise_premium/media/icon_worries_right.png) right top no-repeat;
background-size:80px;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box{
display:block;
margin:0 auto;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box.box-02{
padding:0;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note{
margin:20px;
padding:30px;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:nth-child(1),
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:nth-child(2),
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:nth-child(3),
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:nth-child(4),
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:nth-child(5),
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:nth-child(6),
#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-item-block .voice-note-box .worries-note:nth-child(7)
{
transition-delay:0s;
}



/*そのお悩み、Chrome Enterprise Premium で解決できます*/


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-title-block{
display:block;
margin:30px auto 0;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-title-block img{
max-width:50%;
margin:0 auto 20px;
display:block;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-title-block span{
text-align:center;
margin:0 auto;
display:block;
}



#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block{
display:block;
width:100%;
margin:25px auto;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block div{
margin:40px;
padding:25px;
position:relative;
width:auto;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .solution-panel-block div .title{
font-size:clamp(1.25rem, 1.13rem + 0.51vw, 1.438rem);
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .btn-more a{/*もっと詳しく知りたい方は*/
height:auto;
margin:20px 40px;
padding:25px;
border-radius:30px;
text-align:left;
display:block;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .btn-more a::before {
right:10px;
background-size:80%;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents .btn-more span{
width:90%;
display:block;
}



/* article */

#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents{
padding:40px 0;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item{
margin:0 30px 30px;
padding:30px;
display:block;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item .article-title .main-ttl{
text-align:center;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item .article-img img{
display:block;
margin:0 auto 25px;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item::before{
top:70%;
right:40px;
background:url(/extra/chrome_enterprise_2024/media/icon_article_arrow.png) right center no-repeat;
}





/* whitepaper */


#adspecial_chrome_enterprise_premium.adspecial_type1 .whitepaper-contents{
padding:65px 0;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .whitepaper-contents .whitepaper-inner{
max-width:1300px;
justify-content:space-around;
margin:0 auto;
position:relative;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .whitepaper-contents .whitepaper-inner .whitepaper-item{
margin:0 25px 20px;
}



/* contact */


#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents{
padding:25px 0;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contents-wrap-inner{
display:block;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contents-wrap-inner div img{
text-align:center;
margin:0 auto 30px;
}



#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents h2.contact{
margin:0 auto;
padding:0 0 25px 0;
text-align:center;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents:before,
#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents:after{
display:none;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-image-sp{
display:block;
margin:-30px auto 0;
padding:0 20px;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-image-sp img{
max-width:100%;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-btn-area,
#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-btn-area span{
display:block;
margin:0 auto;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-btn-area a{
margin:0 auto 20px;
width:80%;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-summary-area{
max-width:100%;
margin:40px auto 0;
padding:0 50px;
}




}


@media screen and (max-width:640px){


.note{
font-size:0.75rem;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .logo-image img.logo-pc{
display:none;
}
#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .logo-image img.logo-sp{
display:block;
margin:45px auto 0;
width:196px;
height:28px;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area{
padding:0;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .header-title h1{
text-align:center;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .sub-title{
font-size:0.875rem;
padding:0 0 15px 0;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .header-area .navigation ul li a{
padding:0 10px;
}



#adspecial_chrome_enterprise_premium.adspecial_type1 .contents-main-area h2{
padding:0 30px 10px;
}


/* voice 情シス部門に聞いた、セキュリティの悩み */


#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents h2.main::before{/*タイトル横のアイコン用*/
content:"";
position:absolute;
top:80%;
left:4%;
background:url(/extra/chrome_enterprise_premium/media/icon_worries_left.png) left top no-repeat;
background-size:60px;
}

#adspecial_chrome_enterprise_premium.adspecial_type1 .voice-contents h2.main::after{/*タイトル横のアイコン用*/
content:"";
position:absolute;
top:-50%;
right:4%;
background:url(/extra/chrome_enterprise_premium/media/icon_worries_right.png) right top no-repeat;
background-size:60px;
}



/* article */


#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item{
padding:30px 30px 80px;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item .summary{
font-size:0.75rem;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .article-contents .article-item::before{
top:82%;
right:10%;
background:url(/extra/chrome_enterprise_2024/media/icon_article_arrow.png) right center no-repeat;
background-size:80%;
}


/* contact */


#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-summary-area{
padding:0 30px;
}


#adspecial_chrome_enterprise_premium.adspecial_type1 .contact-contents .contact-btn-area a{
margin:0 auto 16px;
width:231px;
font-size:0.875rem;
}




}






/*  swiper css -------------------------------------------------------------------------------- */




/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}





/* slider custom PC -------------------------------------------------------------------------------- */



/* slider */

.slide-contents{
margin:0 auto;
padding:0;
text-align:center;
width:100%;
position:relative;
}


.slide-contents .slide-inner .slide-01,
.slide-contents .slide-inner .slide-02,
.slide-contents .slide-inner .slide-03,
.slide-contents .slide-inner .slide-04{
width:100%;
position:relative;
z-index:10;
}


.slide-contents .slide-inner .slide-01{
background:url(/extra/chrome_enterprise_premium/media/slide_flame_parts_01.png) center center no-repeat;
background-size:contain;
}

.slide-contents .slide-inner .slide-02{
background:url(/extra/chrome_enterprise_premium/media/slide_flame_parts_02.png) center center no-repeat;
background-size:contain;
}

.slide-contents .slide-inner .slide-03{
background:url(/extra/chrome_enterprise_premium/media/slide_flame_parts_03.png) center center no-repeat;
background-size:contain;
}

.slide-contents .slide-inner .slide-04{
background:url(/extra/chrome_enterprise_premium/media/slide_flame_parts_04.png) center center no-repeat;
background-size:contain;
}

.slide-contents .slide-inner .swiper {
  width:100%;
  height: 613px;
}


/*.slide-contents .slide-inner .swiper-slide{
display:flex;
justify-content:space-around;
align-items:center;
text-align:left;
}*/

.slide-contents .slide-inner-contents{
position:relative;
margin:0 auto;
z-index:1000;
}


.slide-contents .slide-inner-contents.slide-inner-left{
width:290px;
text-align:left;
position:absolute;
top:28%;
left:15%;
}

.slide-contents .slide-inner-contents.slide-inner-right{
width:350px;
text-align:left;
position:absolute;
top:28%;
left:60%;
}


.slide-contents .slide-inner-contents span{
display:block;
line-height:1.4;
}

.slide-contents .slide-inner-contents .slide-inner-title{
font-size:1.5rem;
font-weight:500;
color:#202124;
padding-bottom:20px;
margin:0 auto;
text-align:center;
}


.slide-contents .slide-inner-contents .slide-inner-summary{
font-size:1.2rem;
line-height:1.6;
color:#202124;
}

.slide-contents .slide-inner-contents .slide-inner-summary small{
/*font-size:0.9375rem;*/
font-size:clamp(0.75rem, 0.688rem + 0.27vw, 0.938rem);
display:block;
padding:20px 0 0 0;
}

.slide-contents .slide-inner-contents .slide-inner-summary a{
color:#1967d2;
text-decoration:underline;
}

.slide-contents .slide-inner-contents .slide-inner-summary a:hover{
color:#5F6368 !important;
}



.swiper-button-next{
position: absolute;
top:calc(100% + 3px);
right:5%;
width:100px;
height:50px;
padding:5px;
background-color:#4285f4;
border-radius:30px;
color:#fff;
}

.swiper-button-next::after{
font-size:14px;
position:absolute;
right:15px;
}
.swiper-button-next:hover::after{
background:none !important;
}



.slide-contents .swiper-pagination{
position: absolute;
left:0;
top:0;
}

.slide-contents .swiper-pagination-fraction{
width:100px;
height:50px;
font-size:1.25rem;
font-weight:600;
color:#fff;
}


.slide-contents .swiper-pagination-bullets {
  bottom: initial;
  top: 30%;
  /*transform: translateY(-50%);*/
  /*left: initial;*/
  left: -1px;
  width: 65px;
position:absolute;
}

.slide-contents .swiper-pagination-bullet{
border-radius:20px 0 0 20px;
width:65px;
height:65px;
line-height:65px;
color:#fff;
/*font-size:1.25rem;*/
font-size:clamp(1.5rem, 1.438rem + 0.27vw, 1.688rem);
font-weight:600;
margin:15px 0;
opacity:1 !important;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
margin:5px 0;
}


.swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet{
background-color: #fce8e6;
color:#f6aea9;
}

.swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active {
background-color:#ea4335;
color:#fff;
}

.swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet {
  background-color: #e6f4ea;
color:#a8dab5;
}

.swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active {
  background-color: #32a350;
color:#fff;
}

.swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet {
  background-color: #fef7e0;
color:#fdd663;
}

.swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active {
  background-color: #f3b604;
color:#fff;
}

.swiper-pagination-bullet:nth-of-type(4).swiper-pagination-bullet {
  background-color: #e8f0fe;
color:#aecbfa;
}

.swiper-pagination-bullet:nth-of-type(4).swiper-pagination-bullet-active {
  background-color: #4081ec;
color:#fff;
}




.annotation{/*注釈*/
font-size:12px;
max-width:1300px;
margin:-40px auto 0;
padding:0 10px;
line-height:1.4;
text-align:left;
position:relative;
z-index:10;
}




@media (960px <= width <= 1150px ) {


.slide-contents{
max-width:100%;
}




.slide-contents .slide-inner-contents .slide-inner-title{

}

.slide-contents .slide-inner-contents .slide-inner-summary{

}




.annotation{/*注釈*/
margin:-15% auto 100px;
}





}



/* slider custom SP -------------------------------------------------------------------------------- */




@media screen and (max-width:960px){



.slide-contents .slide-inner .swiper {
max-width:960px;
/*height:2076px;*/
height:auto;
}

.slide-contents .slide-inner .swiper-wrapper{
margin:50px auto 0;
}


.slide-contents .slide-inner .slide-01-sp{
background:url(/extra/chrome_enterprise_premium/media/slide_flame_parts_sp_01.png) center top no-repeat;
background-size:cover;
padding-top:216.2%;
}

.slide-contents .slide-inner .slide-02-sp{
background:url(/extra/chrome_enterprise_premium/media/slide_flame_parts_sp_02.png) center top no-repeat;
background-size:cover;
padding-top:216.2%;
}

.slide-contents .slide-inner .slide-03-sp{
background:url(/extra/chrome_enterprise_premium/media/slide_flame_parts_sp_03.png) center top no-repeat;
background-size:cover;
padding-top:216.2%;
}

.slide-contents .slide-inner .slide-04-sp{
background:url(/extra/chrome_enterprise_premium/media/slide_flame_parts_sp_04.png) center top no-repeat;
background-size:cover;
padding-top:216.2%;
}



.slide-contents .slide-inner-contents{
width:fit-content;
margin:0 auto;
}

.slide-contents .slide-inner-contents.slide-inner-left{
text-align:left;
position:absolute;
top:10%;
/*left:calc(50% - 300px);*/
  right: 0;
  left: 0;
  margin: 0 auto;
}

.slide-contents .slide-inner-contents.slide-inner-right{
text-align:left;
position:absolute;
top:60%;
/*left:calc(50% - 300px);*/
  right: 0;
  left: 0;
  margin: 0 auto;
}


.slide-contents .swiper-pagination{
position:absolute;
top:0;
left:0;
}


.slide-contents .swiper-pagination-bullets {
width:100%;
}

.slide-contents .swiper-pagination-bullet{
border-radius:20px 20px 0 0;
width:60px;
height:50px;
line-height:50px;
color:#fff;
font-size:1.25rem;
font-weight:600;
margin:0;
text-align:center;
opacity:1 !important;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
margin:0 10px;
}




.annotation{/*注釈*/
font-size:12px;
max-width:800px;
margin:40px auto 0;
padding:0 25px;
}


}



@media screen and (max-width:640px){


/* 追従 */

.sticky-contents-sp {
display:block;
position: fixed;
bottom: 0;
right: 0;
z-index: 100;
width: 100%;
padding:15px;
background-color:#252525;
border-radius:0;
color:#fff;
font-size:0.875rem;
}

.sticky-contents-sp p{
margin:0;
text-align:center;
line-height:1.4;
}

.sticky-contents-sp span.date{
font-size:1.125rem;
}

.sticky-contents-sp a{
color:#fff;
}

.sticky-contents-sp a:hover{
color:#4285F4 !important;
}



.slide-contents .slide-inner .slide-01-sp{
background:url(/extra/chrome_enterprise_premium/media/slide_flame_parts_sp_01.png) center top no-repeat;
background-size:contain;
padding-top:216.2%;
}

.slide-contents .slide-inner .slide-02-sp{
background:url(/extra/chrome_enterprise_premium/media/slide_flame_parts_sp_02.png) center top no-repeat;
background-size:contain;
padding-top:216.2%;
}

.slide-contents .slide-inner .slide-03-sp{
background:url(/extra/chrome_enterprise_premium/media/slide_flame_parts_sp_03.png) center top no-repeat;
background-size:contain;
padding-top:216.2%;
}

.slide-contents .slide-inner .slide-04-sp{
background:url(/extra/chrome_enterprise_premium/media/slide_flame_parts_sp_04.png) center top no-repeat;
background-size:contain;
padding-top:216.2%;
}


.slide-contents .slide-inner-contents{
max-width:290px !important;
margin:0 auto;
}


.slide-contents .slide-inner-contents.slide-inner-left{
text-align:left;
position:absolute;
top:6%;
/*left:calc(50% - 140px);*/
}

.slide-contents .slide-inner-contents.slide-inner-right{
text-align:left;
position:absolute;
top:56%;
/*left:calc(50% - 140px);*/
}


.slide-contents .slide-inner-contents .slide-inner-summary small{
width:70%;
}



}












/* ヘッダー＆フッター広告表記 2024～
-------------------------------------------------------------------------------------------------------*/

.header_sponsored_area{
    width:100%;
    background-color:#fff;
    color:#000;
    font-size:14px;
    text-align:right;
    padding:15px 20px;
    position:relative;
    z-index:1000;
}

.header_sponsored_area span{
    margin:0;
    line-height:1.3;
    display:block;
}


.block_sponsored_area{
    clear:both;
    background-color:#fff;
    color:#000;
    font-size:14px;
    border:1px solid #000;
    margin:25px auto;
    padding:15px 15px 10px;
    max-width:760px;
    position:relative;
    z-index:10;
}

.block_sponsored_area span{
    margin:5px 0;
    text-align:left;
    display:block;
}


.block_sponsored_area:before{
    display: block;
    content: "PR";
    position: absolute;
    top: -12px;
    left: 30px;
    width: 40px;
    height: 30px;
    text-align: center;
    background-color: #fff;
}


.block_sponsored a{
/*color:#4285f4;*/
color:#424242;
}

.block_sponsored a:hover{
color:#4285F4 !important;
}


@media screen and (max-width: 960px) {

.block_sponsored_area{
margin:25px;
}

}


