@charset "utf-8";

@font-face{
     font-family: 'Google Sans'; 
     src: url('font/GoogleSans-Medium.ttf');
}
html {
	font-size:100%;
}
body {
	font-size:16px;
	background:#fff;
	font-family:"Google Sans","Noto Sans JP",'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	line-height:1.6;
	color:#5f6368;
}
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol, li, form, fieldset, blockquote, table, thead, tbody, tfoot, tr, td, th {
	margin:0;
	padding:0;
}
table {
	width:100%;
	border-width:0;
	border-spacing:0;
	border-collapse:collapse;
}
h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, em {
	font-size:1rem;
	font-weight:normal;
	font-style:normal;
	padding:0;
	margin:0;
}
img, input, button, select, textarea {
	vertical-align:middle;
}
ul, ol {
	list-style:none;
}
img {
	width:100%;
}
a {
	text-decoration:none;
	color:#00b7ee;
}
.clear:after, .clearFix:after {
	content: ".";
	display: block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
.clear, .clearFix {
	display: inline-block;
}
.clear {
	clear:both;
	height:0px!important;
	overflow:hidden;
}
* html .clear, * html .clearFix {
	height:0px;
}
.clear, .clearFix {
	display:block;
}
.fl {
	float:left !important;
}
.fr {
	float:right !important;
}
.cl {
	clear:both !important;
}
.al {
	text-align:left !important;
}
.ar {
	text-align:right !important;
}
.ac {
	text-align:center !important;
}
.pr{
	position: relative;
}
.font_bold {
	font-weight:bold;
}
img {
	width: 100%;
}
/*margin padding*/

.mb_0 {
	margin-bottom:0 !important;
}
.mb_5 {
	margin-bottom:5px !important;
}
.mb_10 {
	margin-bottom:5px !important;
}
.mb_15 {
	margin-bottom:5px !important;
}
.mb_20 {
	margin-bottom:10px !important;
}
.mb_25 {
	margin-bottom:10px !important;
}
.mb_30 {
	margin-bottom:15px !important;
}
.mb_35 {
	margin-bottom:15px !important;
}
.mb_40 {
	margin-bottom:15px !important;
}
.mb_50 {
	margin-bottom:20px !important;
}
.mb_60 {
	margin-bottom:20px !important;
}
.mb_70 {
	margin-bottom:30px !important;
}
.mb_80 {
	margin-bottom:30px !important;
}
.mb_90 {
	margin-bottom:35px !important;
}
.mb_100 {
	margin-bottom:35px !important;
}
.pt_10 {
	padding-top:10px!important;
}
.pt_20 {
	padding-top:20px!important;
}
.pt_30 {
	padding-top:25px!important;
}
.pt_40 {
	padding-top:30px!important;
}
.pt_50 {
	padding-top:40px!important;
}
.pt_60 {
	padding-top:40px!important;
}
.pt_80 {
	padding-top:50px!important;
}
.mb10sp {
	margin-bottom:10px!important;
}
.mb20sp {
	margin-bottom:20px!important;
}
.mb30sp {
	margin-bottom:30px!important;
}
.mb40sp {
	margin-bottom:40px!important;
}
.spNone {
	display:none!important;
}
.flex01_sp {
	display:flex;
	justify-content:space-between;
}
.flex02_sp {
	display:flex;
	justify-content:center;
}
.flex03_sp {
	display:flex;
	justify-content: flex-start;
}
.flex_stretch {
	align-items:stretch;
}
.flex_center {
	align-items:center;
}
.flex_wrap {
	flex-wrap: wrap;
}
.font_en{
	font-family: 'Google Sans'!important;
}
.ct_content_width{
	position: relative;
	padding-left: 6vw!important;
	padding-right: 6vw!important;
}

.ct_content_width *{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.ct_content_width a{
	transition:0.3s!important;
	-webkit-transition:0.3s!important;
}
.ct_content_width a:hover {
	transition:0.3s!important;
	-webkit-transition:0.3s!important;
}
.nav_wp{
	height: 50px;
	position:fixed;
    z-index:99;
    width:100%;
    left:0;
    top:0;
	padding-bottom: 5px;
	background: rgba(255,255,255,1) url(../img/blue_line01_sp.png) no-repeat center bottom;
	background-size: 100% 4px;
	box-shadow: 0 2px 4px rgba(154,160,166,0.1);
}
.nav_show,.nav_close{
    display:block;
    position:absolute;
    right:10px;
    top:12px;
    width:25px;
    height:25px;
    padding:10px;
    background:url(../img/btn_nav.png) no-repeat center center;
    background-size:100% auto;
}
.nav_close{
    background-image:url(../img/btn_nav_close.png);
    background-size:20px;
}
.nav_con{
    display:none;
    padding:0;
    opacity:0;
    position:absolute;
    z-index:999;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    background:rgba(69,130,242,0);
}
.top_nav{
    padding:55px 10vw 60px;
	background:rgba(69,130,242,1);
}
.top_nav>li{
    display:block;
    text-align:center;
	border-bottom: 1px solid #fff;
	color:#fff;
}
.top_nav>li a,.top_nav>li span{
	position: relative;
    display:block;
    padding:10px;
    color:#fff;
}
.top_nav li a.active{
    border:1px rgba(255,255,255,0.8) solid;
    border-radius:30px;
}
.top_nav_btn{
	position: absolute;
	right: 60px;
	top: 12px;
	padding: 3px 15px 4px;
	background: #4382f2;
	color: #fff!important;
	text-align: center;
	border-radius: 4px;
	font-size: 0.75rem;
	letter-spacing: 1px;
}

.top_nav>li span::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-65%) rotate(135deg);
	transition: 0.3s;
}
.top_nav_down{
	position: relative;
}
.top_nav_down ul{
	padding: 0 10px;
	min-width: 100%;
	max-height:0;
	overflow: hidden;
	transition: 0.3s;
}
.top_nav_down ul li a{
	display: block;
	padding: 6px 0;
	white-space: nowrap;
	color: rgba(255,255,255,0.8);
}
.top_nav_down ul li:last-child a{
	margin-bottom: 10px;
}
.top_nav_down.is_on>span::after{
	transform: translateY(-35%) rotate(-45deg);
}
.top_nav_down.is_on ul{
	max-height:400px;
}
.ct_logo{
	position: absolute;
	left: 10px;
	top: 12px;
	width: 83px;
}
.ct_main{
	margin-top: 55px;
	padding-bottom: 4px;
	background: url(../img/blue_line02_sp.png) no-repeat center bottom;
	background-size: 100% 4px;
}
.ct_main .ct_main_in{
	padding-bottom: 41vw;
	background: #4382f2 url(../img/img_main_sp.png) no-repeat center bottom;
	background-size: 100%;
}
.ct_main h1{
	padding-top: 25px;
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
}
.ct_main p{
	font-size: 0.8rem;
	color: #fff;
}
.bg_wp01{
	padding: 40px 4vw 10px;
	background: url(../img/bg_wp01.png) center -60px;
	background-size: 150px;
}
.ct_box_w{
	margin-bottom: 50px;
	padding: 30px 0 30px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 5px 25px rgba(154,160,166,0.2);
}
.bg_gray{
	padding: 40px 4vw 10px;
	background: #f1f3f4;
	overflow: hidden;
}
.bg_wp01 .ct_box_w{
	margin-bottom: 50px;
	padding-left: 4vw!important;
	padding-right: 4vw!important;
}
.ct_title{
	margin-bottom: 20px;
	padding-top: 25px;
	text-align: center;
	font-size: 1.25rem;
	color: #5f6368;
	font-family: 'Noto Sans';
}
.ct_title_news{
	background: url(../img/icon_news.png) no-repeat center top;
	background-size: 37px;
}
.ct_title_about{
	padding-top: 30px;
	margin-bottom: 30px;
	background: url(../img/gcp/icon_about.png) no-repeat center top;
	background-size: 23px;
}
.ct_title_sol{
	padding-top: 30px;
	margin-bottom: 30px;
	background: url(../img/gcp/icon_sol.png) no-repeat center top;
	background-size: 23px;
}
.ct_news_list{
}
.ct_news_list li{
	margin-right: -10px;
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start;
	font-size: 0.75rem;
	letter-spacing: -0.2px;
}
.ct_news_time{
	margin-top: 5px;
	min-width: 90px;
	max-width: 90px;
	margin-right: 10px;
	padding: 4px 0 5px;
	border-radius: 5px;
	background: #33a653;
	color: #fff;
	text-align: center;
}
.ct_stit{
	margin: -15px 0 20px 0;
	font-size: 1.56rem;
	font-weight: bold;
	line-height: 1.3;
	color: #5f6368;
}
.ct_stit span{
	font-size: 1.6rem;
	font-family: 'Noto Sans';
}
#about .ct_stit{
	font-size: 2rem;
	text-align: left!important;
}
#about .ct_stit span{
	font-size: 2.2rem;
}
#about{
	padding-left: 6vw !important;
	padding-right: 6vw !important;
}
.ct_stit_num{
	display: block;
	margin-right: 15px;
	font-size: 2.1rem!important;
	line-height: 1.2;
	font-family: 'Noto Sans';
	font-weight: 600;
}
.ct_flex01{
}
.ct_col_img{
	margin-bottom: 20px;
}
.ct_col_text{
	font-size: 0.83rem;
	line-height: 2;
}

.ct_col_text p{
	margin-bottom: 1.2em;
}
.ct_plus01{
	position: absolute;
	left: -2vw;
	top: -3.6vw;
	width: 13vw;
}
.ct_plus02{
	position: absolute;
	right: -2vw;
	top: -2.2vw;
	width: 4.3vw;
}
.ct_plus03{
	position: absolute;
	left: -2.2vw;
	bottom: -2.3vw;
	width: 4.3vw;
}
.ct_plus04{
	position: absolute;
	right: -1.7vw;
	bottom: -2.7vw;
	width: 13vw;
}
.ct_img_about02{
	position: absolute;
	right: 5%;
	top: -40px;
	width: 33%;	
}
.ct_img_sol02{
	position: absolute;
	right: -6vw;
	top: -68px;
	width: 150px;
}
.ct_img_sol04{
	position: absolute;
	right: 3vw;
	top: -10px;
	width: 122px;
}
.ct_img_sol06{
	position: absolute;
	right: 3.6%;
	top: -18px;
	width: 115px
}
.ct_col_text_h{
	margin-bottom: 8px;
	font-size: 1.5rem;
	line-height: 1.6;
}
.ct_col_text_h_num{
	display: block;
	margin-bottom: -5px;
	font-size: 1.8rem;
}
.ct_note_s{
	font-size: 0.75rem;
	line-height: 1.8;
	text-indent: -1.25em;
	padding-left: 1.25em;
}
.ct_note_box{
	padding-left: 0 !important;
	padding-right: 0!important;
}

#white_bg{
	background: #fff;
}
.white_bg_in{
	padding: 40px 6vw 30px;
}
.google_bot{
	margin: 0 0 40px;
	align-items: center;
}
.google_bot div{
	width: 26%;
}
.google_bot p{
	width: 70%;
	font-size: 0.9rem;
	line-height: 1.4;
}
.contact_in{
	margin: 10px auto 0;
	border: 1px #5f6368 solid;
	text-align: center;
	padding-bottom: 30px;
}
.contact_in h3{
	font-size: 1.1rem;
	text-align: center;
	font-weight: bold;
	background: #fff;
	padding: 0 10px;
	position: relative;
	top: -15px;
	display: inline-block;	
}
.contact_in p{
	font-size: 0.9rem;
	margin-bottom: 10px;
}
.contact_in .span01{
	font-size: 0.75rem;
	color: #5f6368;
	line-height: 1.8;
	margin-bottom: 15px;
}
.contact_in a{
	display: inline-block;
	background: #4382f2;
	padding: 10px 30px 12px;
	border-radius: 5px;
	color: #fff;
	font-size: 0.75rem;
	font-weight: bold;
	margin-top: 20px;
}
#footer{
	background: #e8eaed;
	padding: 30px 0;
}
.footer_con{
	margin: 0;
}
.footer_con ul{
	margin-bottom: 40px;
}
.footer_con ul li{
	margin-bottom: 10px;
	text-align: center;
}
.footer_con ul li a{
	color: #5f6368;
	font-size: 0.875rem;	
}
.footer_con p{
	font-size: 0.65rem;
}
.ct_flex02{
	padding: 0!important;
	padding-bottom: 20px!important;
	width: 92vw;
	margin-left: -2vw;
	margin-bottom: 50px;
	border-bottom: 1px solid #edeff1;
}
.ct_item_box{
	display: block;
	margin-bottom: 30px;
	position: relative;
	top: 0;
	padding: 30px 25px 25px;
	border-radius: 8px;
	box-shadow: 0 3px 15px rgba(154,160,166,0.25);
	color: #5f6368;
}
.ct_item_box p{
	margin-bottom: 10px;
	font-size: 0.8rem;
}
.ct_item_tit{
	margin-bottom: 15px;
	padding-left: 18px;	
	border-left: 4px solid #34a853;
	font-size: 1.25rem;
	line-height: 1.4;
	font-weight: bold;
}
.ct_item_stit_wp{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.ct_item_stit{	
	font-size: 0.93rem;
	font-weight: bold;
}
.ct_item_link{
	text-align: right;
}
.ct_item_link span{
	padding-bottom: 3px;
	display: inline-block;
	color: #00b7ee;
	font-size: 0.85rem;
	border-bottom: 1px solid #00b7ee;
}
.ct_item_box02 .ct_item_tit{
	border-color: #4285f4;
}
.ct_item_box03 .ct_item_tit{
	border-color: #34a853;
}

/*2022*/
.ct_news_time_blue{
	background: #4382f2;
}
.ct_news_time_yel{
	background: #fcbd05;
}
.ct_news_time_gre{
	background: #33a653;
}
.ct_news_time_red{
	background: #ea4335;
}

.ct_title_service {
    padding-top: 40px;
    background: url(../img/icon_service.png) no-repeat center top;
	background-size: 37px;
}
.ctc_service_title{
	margin-bottom: 12px;
	width: 95%;
}
#service .ct_item_stit_wp{
	margin-bottom: 10px;
}
#service .ct_item_box{
	margin-bottom: 25px;
	position: relative;
	padding-top: 50px;
	background: #fff;
}

#service .ct_item_box::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 26px;
	border-radius: 7px 7px 0 0;
	background: linear-gradient(180deg , #34a853 0% , #e6f4ea 100%);
}
#service .ct_item_box02::before{
	background: linear-gradient(180deg , #ea4335 0% , #fce8e6 100%);
}
#service .ct_item_box03::before{
	background: linear-gradient(180deg , #fbbc04 0% , #fef7e0 100%);
}
#service .ct_item_box04::before{
	background: linear-gradient(180deg , #4285f4 0% , #e8f0fe 100%);
}
#service .ct_flex02{
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-left: 0;
}
.contact_info .ct_title{
	padding-top: 0;
	margin-bottom: 20px;
}

/*gcp*/
.page_gcp .nav_wp,.page_gw .nav_wp,.page_cp .nav_wp{
	padding-bottom: 0;
	background: #fff;
}
.page_gcp .ct_title_news{
	background-image: url(../img/gcp/icon_news.png);
}
.gcp_main{
	position: relative;
	margin-top: 50px;
	padding-top: 55px;
	padding-bottom: 30px;
	box-shadow: 0 0 16px rgba(0,0,0,0.1) inset;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gcp_main::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 18px;
    background: linear-gradient(180deg , #34a853 0% , #e6f4ea 100%);
}
.gcp_main .ct_content_width{
}
.gcp_main_text h1{
	margin-top: -10px;
	margin-bottom: 15px;
}
.gcp_main_text p{
	margin-right: -0.5em;
	margin-bottom: 20px;
	font-size: 0.78rem;
	line-height: 1.7;
}
.page_gcp .gcp_main_text h1 img{
	max-width: 163px;
}
.gcp_main_pic{
	margin-left: -6vw;
	margin-right: -6vw;
}


/*googleworkspace*/
.page_gw .ct_content_width,.page_gw .gcp_main_pic{
	height: 100%;
}
.page_gw .gcp_main_pic{
	padding-top: 4px;
}
.page_gw .gcp_main::before{
	background: linear-gradient(180deg , #ea4335 0% , #fce8e6 100%);
}
.page_gcp .ct_title_news{
	background-image: url(../img/gcp/icon_news.png);
}
.page_gw .ct_title_news{
	background-image: url(../img/googleworkspace/icon_news.png);
}
.page_gw .ct_news_time{
	background: #ea4335;
}
.page_gw .ct_title_about{
	background-image: url(../img/googleworkspace/icon_about.png);
}
.ct_stit_lead{
	margin: -5px auto 20px;
	font-size: 0.93rem;
}
.gw_col0201{
	margin-bottom: 25px;
	width: 100%;
}
.gw_about_text{
	margin-top: -10px;
	font-size: 0.93rem;
	line-height: 2;
}
.gw_about_text p{
	margin-bottom: 1.7em;
	font-size: 0.85rem;
	line-height: 1.7;
}
.gw_about_title{
	padding-top: 15px;
	margin-bottom: 10px;
	font-size: 1.06rem;
	font-weight: bold;
}
.gw_spec{
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.gw_spec_item{
	margin-bottom: 15px;
	padding: 15px;
	width: 100%;
	background: #fce8e6;
	border-radius: 10px;
	font-size: 0.93rem;
	line-height: 1.9;
}
.gw_spec_pic{
	width: 73px;
	margin-bottom: 10px;
}
.gw_spec_text{
	font-size: 0.85rem;
	line-height: 1.7;
}
.gw_spec_item_w100{
	width: 100%;
	margin-bottom: 0;
}
.gw_spec_item_w100 .gw_spec_pic{
	display: inline-block;
	margin-right: 10px;
}
.gw_spec_item_w100 .gw_spec_text{
	
	
}
.page_gw .ct_title_sol{
	background-image: url(../img/googleworkspace/icon_sol.png);
}
.gw_img_about02 {
    position: absolute;
    right: 5%;
    top: -35px;
    width: 105px;
}
.gw_img_sol02{
	position: absolute;
	right: 0;
	top: -50px;
	width: 100px;
}
.page_gw .ct_item_tit{
	border-left-color: #ea4335;
}
.page_gw .ct_flex02{
	justify-content: flex-start;
}
.page_gw .gcp_main_text h1 img{
	max-width: 232px;
}
.page_gw .gcp_main_pic{
	margin-top: -5px;
	margin-left: 3vw;
	margin-right: 3vw;
}
.page_gw .ct_stit{
	margin-top: 0;
}

/*chrome enterprise*/

.page_cp .gcp_main::before{
	background: linear-gradient(180deg , #fbbc04 0% , #fef7e0 100%);
}
.page_cp .ct_title_news {
    background-image: url(../img/chromeenterprise/icon_news.png);
}
.page_cp .ct_news_time {
    background: #fcbd05;
}
.page_cp .ct_title_about {
    background-image: url(../img/chromeenterprise/icon_about.png);
}
.page_cp .ct_title_sol {
    background-image: url(../img/chromeenterprise/icon_sol.png);
}
.page_cp .bg_gray{
	background: #fef7e0;
}
.page_cp .ct_flex02 {
    justify-content: flex-start;
}

.page_cp .ct_item_tit {
    border-left-color: #fcbd05;
}
.page_cp .gcp_main_text h1 img {
    max-width: 236px;
}
.page_cp .gcp_main_pic {
    padding-top: 10px;
	padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}
.cp_img_about02 {
    position: absolute;
    right: 5%;
    top: -35px;
    width: 145px;
}
.cp_img_sol02{
	position: absolute;
	right: 0;
	top: -50px;
	width: 100px;
}



 @media only screen and (min-width: 0) and (max-width: 399px) {
	#about .ct_stit span{
		font-size: 2.1rem;
	}
}



.top_nav_down ul li a{
	margin-bottom: 10px;
}
.top_nav_down ul li.subMenu{
	margin-bottom: 12px;
}
.top_nav_down ul li.subMenu > a{
	margin: 0 0 5px 0;
}
.top_nav_down ul li.subMenu ul li a{
	margin: 0 0 5px 0;
	background: rgba(0,0,0,0.25);
	position: relative;
}
.top_nav_down ul li.subMenu ul li a[target]:after{
	content: "\e89e";
	font-family: "Material Icons";
	position: absolute;
	top:50%;
	right:10px;
	transform:translateY(-50%);
}
.ct_img_about01{
	position: absolute;
	right: 5%;
	top: -40px;
	width: 33%;	
}

/* 20231122 add */
.ct_news_list strong{
	background:linear-gradient(to bottom,#fff,65%,#ff0,70%,#ff0);
}

/* 20240305 top blogArea */
#blogArea{
	margin-bottom: 50px;
	padding: 0 20px 100px 20px;
	background: #e3eefc;
}
#blogArea .ct_title_blog span{
	display: block;
	color:#4382f2;
	font-size:43px;
	font-family: "Material Icons";
}
#blogArea > ul{
	display: block;
	width: 100%;
	max-width: 1340px;
	margin:auto;
	gap:30px;
}
#blogArea > ul > li{
	width:100%;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 0 3px 10px #ccc;
	overflow: hidden;
	position: relative;
}
#blogArea > ul > li a{
	display: block;
	height: 100%;
	padding-bottom: 0;
	color:#333;
	background: #fff;
	flex-direction: column;
}
#blogArea > ul > li a img{
	display: block;
	height: 140px;
	object-fit: cover;
}
#blogArea > ul > li a h3{
	margin:0.75em 20px;
	padding-bottom: 0.5em;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px #666 dotted;
}
#blogArea > ul > li a p{
	margin:1em 20px 1.5em 20px;
	font-size:12px;
}
#blogArea > ul > li > a > ul.tag{
	display: flex;
	padding: 10px 20px 0 20px;
	flex-wrap: wrap;
	gap:10px;
}
#blogArea > ul > li > a > ul.tag li{
	padding: 2px 10px 0 10px;
	color:#fff;
	font-size: 10px;
	background: #005cca;
}

#blogArea > ul > li > a > ul{
	display: flex;
	padding: 0 20px 1em 20px;
	flex-wrap: wrap;
	gap:10px;
}
#blogArea > ul > li > a > ul li{
	padding: 2px 0 0 0;
	font-size: 0.75em;
}
#blogArea > ul > li > a > ul li:before{
	content: "\f05b";
	padding-right:0.25em;
	font-family: "Material Icons";
	vertical-align: bottom;
}
.tagBL:before{
	color:#4385f5;
}
.tagRD:before{
	color:#e94335;
}
.tagGR:before{
	color:#34a853;
}
#blogArea > .blogBtn{
	margin: 50px auto 0 auto;
	text-align: center;
}
#blogArea > .blogBtn a{
	display: inline-block;
	padding: 0.25em 2em 0.125em 2em;
	color:#fff;
	font-size:1.25rem;
	text-align: center;
	border-radius: 100px;
	background: #4382f2;
}