@charset "utf-8";
/* CSS Document */
*{
	font-family: "M PLUS 1p", serif;
	font-style: normal;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	color: #192c58;
	font-weight: 700;
	font-size: 18px;
}
html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
ul,li{
	padding: 0;
	margin: 0;
	list-style: none;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
video{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a{
	text-decoration: none;
	color: #192c58;
}
iframe{
	max-width: 100%;
}
span{
	font-size: 14px;
}
/*----------------------------------------------
　　共通指定
----------------------------------------------*/
.font-b {
	font-size: 48px;
	font-weight: 900;
}
section[id] {
  scroll-margin-top: 100px; /* ヘッダーの高さに応じて調整 */
}
.top-btn{
	display: inline-block;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 990;
	font-size: 30px;
	background-color: #3f70d6;
	color: #FFFFFF;
	padding: 15px;
	line-height: 0.5;
	border-radius: 20px 0 0 0;
}/* 上に戻るボタン*/

/*----------------------------------------------
　リンクボタン指定 (資料請求・お問い合わせ・導入事例)
----------------------------------------------*/
.cursor-btn:hover, .package-div2_box .cursor-btn:hover
{
	background-color: #3f70d6;
	color: #FFFFFF;
}
.cursor-btn-r:hover{
	background-color: #F72B4F;
	color: #FFFFFF;
}
.nav .border-b:hover{
	color: #3f70d6;
}
/*----------------------------------------------
　　カーソルした場合にリンク部分に下線を表示
----------------------------------------------*/
.footer-w-ri .border-b:hover{
	border-bottom: 1px solid #FFFFFF;
}

/*----------------------------------------------
　　モーダル指定
----------------------------------------------*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: scroll;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
	z-index: 1000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1200px;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 100px 50px;
	
}
.modal-open
{
	cursor: pointer;
}
/*----------------------------------------------
　　ポップアップ後(全体)
----------------------------------------------*/
.modal-content .inner-box{
	max-width: 800px;
	text-align: center;
}
.modal-content .pop-img{
	width: 80%;
}
.modal-content .pop-imgmaru{
	width: 40%;
	text-align: right;
	margin-bottom: 80px;
}
.modal-content .bg-blue{
	background-color: #0543AF;
	border-radius: 15px;
}
/*---- リード文エリア*/
.pop-box1{
	padding: 25px 20px;
	margin: 30px auto 150px;
}
.pop-box1 p:first-of-type{
	color: #FFFFFF;
	font-size: 21px;
	margin-bottom: 15px;
}
.pop-box1 p:last-of-type{
	color: #FFFFFF;
	font-size: 42px;
	width: 90%;
	margin: 0 auto 15px;
}
.category-img{
	width: 90%;
}
.pop-h{
	color: #FFFFFF;
	width: 200px;
	padding: 20px;
	letter-spacing: 1px;
}
/*---- 導入したきっかけ*/
.pop-box2{
	border: 3px solid #0543af;
	border-radius: 15px;
	position: relative;
	padding: 50px 25px;
	margin-bottom: 50px;
}
.pop-box2 .pop-h{
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pop-box2 p:last-of-type{
	font-size: 50px;
}

.pop-box3{
	text-align: right;
	margin-bottom: 70px;
}
.pop-box3 p{
	font-size: 22px;
	text-align: left;
	margin-bottom: 40px;
}

/*---- 導入サービス*/
.pop-box4{
	position: relative;
	padding: 50px 25px; 
	margin-bottom: 80px;
}
.pop-box4 .pop-h{
	background-color: #4183ff;
	border-radius: 15px;
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*---- 導入の効果*/
.pop-box5{
	border: 3px solid #0543af;
	border-radius: 15px;
	position: relative;
	padding: 50px 25px;
	margin-bottom: 50px;
}
.pop-box5 .sp-only{
		display: none;
	}
.pop-box5 .pop-h{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pop-box5 .box5-p{
	font-size: 40px;
}
.pop-box6 p{
	margin: 29px auto 30px;
	font-size: 22px;
	text-align: left;
}

/*----------------------------------------------
　　ポップアップ調整(カネヨ)
----------------------------------------------*/
.kaneyo .pop-box1 p:last-of-type{
	font-size: 35px;
}

/*----------------------------------------------
　　ポップアップ調整(一の蔵)
----------------------------------------------*/
.izu .pop-box1 p:last-of-type{
	font-size: 35px;
}
.izu .pop-box5 .sp-only{
		display: none;
	}



/*----------------------------------------------
　　グローバルナビゲーション
----------------------------------------------*/
.header{
	margin: 0 auto;
}
.header .nav{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav div{
	display: inline-block;
	text-align: center;
}
.header .inner-box{
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	z-index: 999;
	box-shadow: 0 2px 10px rgba(90,90,90,0.10); 
	padding: 30px 3%;
}
.nav-contact{
	background-color: #c93b75;
	border-radius: 5px;
	color: #FFFFFF;
	padding: 10px 30px;
}
.header nav div a{
	margin-left: 25px;
}
.logo-top{
	width: 60%;
}
/*----------------------------------------------
　　メインビジュアル
----------------------------------------------*/
.main-vis{
	background-color: #F3F7FF;
	padding-top: 50px;
	position: relative;
	margin-top: 100px;
}
.main-vis a{
	position: absolute;
	top: 200px;
	left: 0;
	background-color: #192c58;
	border-radius: 5px;
	color: #FFFFFF;
	padding: 14px 24px;
    font-size: 20px;
}

.main-vis .inner-box{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5%;
}
.box-50{
	max-width: 80%;
	top: 150px;
	position: absolute;
	
}
.box-50.service-btn{
	width: 100%;
}

.box-50 p:first-of-type{
	font-size: 50px;
	font-weight: 900;
}
.box-50 p:last-of-type{
	font-size: 23px;
	font-weight: 900;
}
.box-50 .sp-only{
	display: none;
}

/*----------------------------------------------
　　成果にツナガルプロモーション…
----------------------------------------------*/
.service h2.border-b{
	color: #FFFFFF;
}
.service .service-top{
	padding-top: 100px;
	padding-bottom: 150px;
	background-image: url("img/bg-img.jpg");
	background-size: cover;
	background-position: center center;
}
.service-top .inner-box{
	max-width: 1200px;
	margin: 0 auto;
}

.service .service-top h2{
	margin-bottom: 20px;
	color: #FFFFFF;
}
.service .service-top p{
	margin-bottom: 50px;
	color: #FFFFFF;
}
.service-top-box{
	display: flex;
	justify-content: space-between;
	align-content: center;
	width: 80%;
	margin: 0 auto;
}
.service-top-box img{
	width: 30%;
}
.service-top .font-b, .service-top p{
	padding-left: 10%;
	padding-right: 10%;
}
/*----------------------------------------------
　　シンプルなPR設計を…
----------------------------------------------*/
.service-bottom{
	padding: 100px 10%;
}
.service-bottom .inner-box{
	max-width: 1200px;
	margin: 0 auto;
}
.service-bottom-box.bottom2{
	margin-top: 50px;
}
.service-bottom .flex-box{
	display: flex;
	align-items: center;
}
.flex-box img{
	width: 250px;
	margin-left: 30px;
}
.bottom1, .bottom2{
	width: 70%;
}
/*----------------------------------------------
　　実現できること
----------------------------------------------*/
.jitugen{
	padding: 100px 10% 150px;
	background-color: #f4f4f4;
}
.jitugen .inner-box{
	max-width: 1200px;
	margin: 0 auto;
}
.jitugen ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px auto 60px;
	gap: 35px;
}
.jitugen ul li{
	width: 23%;
}

/*----------------------------------------------
　　導入事例
----------------------------------------------*/
.dounyu{
	max-width: 1200px;
	margin: 0 auto 100px;
}
section.dounyu-inner{
	padding: 100px 10% 24px;
}
.dounyu .package-div2{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 50px;
}
.package-div2_box{
	box-shadow: 0 2px 10px rgba(143,143,143,0.26);
	padding: 30px 15px 30px;
	border-radius: 15px;
	width: 30%;
	display: flex;
}
.package-div2_box .font-s{
	font-size: 14px;
	font-weight: 400;
}
.package-div2_box .company-img{
	margin-bottom: 30px;
}
.package-div2_box .category{
	margin: 20px auto 40px;
}
.package-div2_box .cursor-btn{
	background-color: #192c58;
	max-width: 100%;
	width: 200px;
	text-align: center;
	border-radius: 30px;
	color: #ffffff;
	display: inline-block;
	padding: 15px 30px;
	font-size: 14px;
}
.package-div2_box h3, .package-div2_box .font-s{
	text-align: left;
	margin: 0 auto;
}
.package-div2_box .w-80{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	width: 90%;
	margin: 0 auto
}
.syosai-bt{
	display: block;
	margin: 16px auto 0;
}
.syosai-bt img{
	display: block;
	width: 250px;
	margin: 0 auto;
}
/*----------------------------------------------
　　料金プラン・お問い合わせ
----------------------------------------------*/
.price {
	background-color: #EFF2FF;
	padding: 100px 10%;
}
.price .inner-box{
	max-width: 1200px;
	margin: 0 auto;
}
.contact{
	background-color: #192c58;
	border-radius: 0 0 0 50px;
	padding: 50px 10% 100px;
	margin-bottom: 80px;
}
.contact .inner-box{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.contact .font-b, .contact span, .contact p, .contact a{
	color: #FFFFFF;
}
.contact p{
	font-size: 16px;
	margin-top: 20px;
}
.contact a{
	background-color: #c93b75;
	width: 250px;
	text-align: center;
	border-radius: 50px;
	padding: 20px 30px; 
	font-size: 18px;
	position: absolute;
	right: 5%;
	bottom: -60%;
}

/*----------------------------------------------
　　バナーエリア
----------------------------------------------*/
.banner-area{
	display: flex;
	width: 70%;
	justify-content: center;
	align-items: center;
	margin: 100px auto;
	gap: 15px;
}
.banner-area div img{
	width: 400px;
}
.banner-1{
	position: relative;
}
.banner-1 a{
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	padding: 12px 18px;
	width: 180px;
	border-radius: 10px 0 8px 0;
	text-align: center;
	font-size: 14px;
	background-color: #5F8BE7;
	color: #FFFFFF;
}
.banner-1 a:hover{
	background-color: #FFFFFF;
	color: #5F8BE7;
	border: solid 1px #1A56D4;
}
.banner-2{
	position: relative;
}
.banner-2 a{
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	padding: 12px 18px;
	width: 180px;
	border-radius: 10px 0 8px 0;
	text-align: center;
	font-size: 14px;
	background-color: #F5D15C;
	color: #FFFFff;
}
.banner-2 a:hover{
	color: #F5D15C;
	background-color: #FFFFFF;
	border: solid 1px #F5D15C;
}
/*----------------------------------------------
　　footerエリア
----------------------------------------------*/
.footer{
	background-color: #192c58;
	padding: 50px;
}
.footer .inner-box{
	max-width: 1200px;
	display: flex;
	justify-content: space-evenly;
	margin: 0 auto;
}
.footer p, .footer a{
	color: #fff;
	font-size: 14px;
}
.footer a{
	display: inline-block;
	margin-left: 20px;
}
.footer-w-le{
	width: 15%;
}
.footer-w-ri{
	width: 60%;
}
a.m-0{
	margin-left: 0;
}

/*==================================================

　アニメーション動きの指定  下から

=================================================*/
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(200px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeUpTrigger{
    opacity: 0;
}

/*==================================================

　タブレット用レイアウト max-width:700px

=================================================*/
@media screen and (max-width:1000px){
	.box-50 .sp-only{
	display: block;
}
	.main-vis a{
	top: 250px;
}
	.box-50{
	top: 60px;
}
	.box-50 p:first-of-type{
		font-size: 45px;
	}
	.box-50 p:last-of-type{
		font-size: 16px;
		font-weight: 900;
	}
}

@media screen and (max-width:946px){
	.modal-container:before {
		height: 0;
	}
	.modal-close{
		right: 0;
	}
}
@media screen and (max-width:900px){
	.sp-none{
		display: none;
	}
}
@media screen and (max-width:760px){
	.main-vis{
		margin-top: 50px;
	}
}
@media screen and (max-width:768px){
	.header .inner-box{
		padding: 20px 3%;
	}
	/*グローバルメニュー余白調整*/
	.header nav div a{
		font-size: 14px;
		margin-left: 15px;
	}/*メニューボタン余白調整*/
	
	.main-vis a{
		top: 210px;
	}
	.box-50 p:last-of-type{
		margin-top: 15px;
	}
	/*サポート（青色bg）部分調整*/
	.service .service-top{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.service-top .font-b{
		padding-left: 5%;
		padding-right: 5%;
		font-size: 35px;
	}
	.service .service-top p{
		padding-left: 5%;
		padding-right: 5%;
		font-size: 14px;
		margin-bottom: 30px;
	}
	
	/*サポート（白色bg）部分調整*/
	.service .service-bottom-box{
		margin-bottom: 40px;
	}
	.service-bottom-box .font-b{
		font-size: 30px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.service-bottom-box p{
		font-size: 14px;
	}
	
	/*実現できること*/
	.jitugen{
		padding: 60px 5% 80px;
	}
	.jitugen ul{
		width: 100%;
		margin-top: 30px;
		gap: 15px;
	}
	.jitugen ul li{
		width: 45%;
	}
	
	/*導入事例*/
	.package .package-div2{
		flex-direction: column;
		gap: 0;
	}
	div.package-div2_box .company-img{
		width: 300px;
	}
	.dounyupackag-bg{
		margin-bottom: 40px;
	}
	.package h4{
		padding-left: 5%;
		padding-right: 5%;
		font-size: 16px;
	}
	.package{
		padding-bottom: 50px;
	}
	
	.dounyu .package-div2{
		flex-direction: column;
	}
	.package-div2_box{
		width: 100%;
		margin: 0 auto;
	}
	/*料金プラン*/
	.price{
		padding: 50px 5%;
	}
	.price .font-b{
		font-size: 25px;
	}
	.price p{
		font-size: 16px;
	}
	
	/*お問い合わせ*/
	.contact{
		padding: 50px 5% 100px;
		margin-bottom: 60px;
	}
	.contact .font-b{
		font-size: 25px;
	}
	.contact a{
		bottom: -105%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 16px;
		width: 220px;
		padding: 16px 30px;
	}
	.contact p:first-of-type{
		font-size: 16px;
	}
	
	/*バナーエリア*/
	.banner-area{
		width: 100%;
		gap: 0;
		flex-direction: column;
		margin-bottom: 60px;
	}
	/*フッターエリア*/
	.footer{
		display: block;
		text-align: center;
	}
	.footer a{
		margin-left: 0;
	}
	.footer-w-le{
		width: 60%;
	}
	.footer-w-ri{
		width: 100%;
	}
	.footer-w-ri p:first-of-type{
		margin-top: 15px;
	}
	.footer ul{
		margin-top: 15px;
		text-align: center;
	}
	.footer .m-l{
		margin-left: 20px;
	}
}

/*==================================================

　スマホ用レイアウト max-width:540px

=================================================*/
@media screen and (max-width:540px){
	.main-vis{
		padding-top: 100px;
	}
	.main-vis a{
		padding: 10px 15px;
		top: 185px;
		font-size: 17px;
	}
	.box-50 p:first-of-type{
		font-size: 32px;
	}
	.box-50 p:last-of-type{
		font-size: 13px;
	}
	.header nav div a{
		font-size: 12px;
	}
	.nav-contact{
		padding: 10px 15px;
	}
	.service-top .font-b{
		font-size: 20px;
	}
	.logo-box{
		width: 20%;
	}
	.logo-top{
		width: 100%;
	}
	.service-bottom{
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 40px;
	}
	.service-bottom .flex-box{
		flex-direction: column;
		margin-bottom: 30px;
	}
	.flex-box img{
		width: 330px;
		margin-left: 0;
	}
	.price p{
		font-size: 12px;
	}
	.contact p{
		margin-top: 5px;
		margin-bottom: 30px;
	}
	.contact p:first-of-type{
		font-size: 12px
	}
	.jitugen ul{
		margin-bottom: 0;
	}
	.jitugen .font-b{
		font-size: 25px;
	}
	section.dounyu-inner{
		padding: 50px 5% 10px;
	}
	.dounyu .font-b{
		font-size: 25px;
	}
	.bottom1, .bottom2{
		width: 100%;
	}
	.footer .inner-box{
		flex-direction: column;
		align-items: center;
	}
	.modal-close{
		right: 0;
	}
	/*ポップアップ*共通*/
	.modal-content .pop-imgmaru{
		margin-bottom: 60px;
	}
	.modal-content{
		padding: 50px 25px;
	}
	.pop-box1{
		margin-bottom: 100px;
	}
	.pop-box1 p:first-of-type{
		font-size: 14px;
	}
	.pop-box1 p:last-of-type{
		font-size: 14px;
	}
	.category-img{
		width: 100%;
	}
	.pop-box2{
		padding: 35px 20px 20px;
		margin-bottom: 30px;
	}
	.pop-box2 p:last-of-type{
		font-size: 17px;
	}
	.pop-h{
		padding: 15px;
	}
	.pop-box3{
		margin-bottom: 40px;
	}
	.pop-box3 p{
		font-size: 16px;
	}
	.pop-box4{
		padding: 30px 15px;
	}
	.pop-box5{
		padding-bottom: 25px;
	}
	.pop-box5 .sp-only{
		display: block;
	}
	.pop-box5 .box5-p{
		font-size: 17px;
	}
	.pop-box6 p{
		font-size: 16px;
		margin-bottom: 0;
	}
	
	/*ポップアップフェリー*/
	.ferry .sp-only{
		display: none;
	}
	.ferry .pop-box1 .sp-only{
		display: none;
	}
	/*ポップアップカネヨ*/
	.kaneyo .pop-box1 p:last-of-type{
		font-size: 12px;
	}
	.kaneyo .pop-box5{
		padding: 40px 25px 25px;
	}
	/*ポップアップ伊豆*/
	.izu .pop-box1 p:last-of-type{
		font-size: 13px;
	}
	.izu .pop-box5{
		padding: 40px 25px 25px;
	}
	.izu .pop-box5 .sp-only{
		display: block;
	}
}

@media screen and (max-width:400px){
	.box-50 .none{
		display: none;
	}
}
