@charset "Shift_JIS";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
  font-size: 62.5%;
}
img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #33546A;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.object-fit-img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  font-family: 'object-fit: cover;'
}

ol, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body.fixed {
	position: fixed;
  	left: 0;
  	right: 0;
  	overflow: hidden;
}

body {
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
  color: #33546A;
  font-feature-settings: normal;
  letter-spacing: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  width:100%;
}

*{
min-width: 0;
min-height: 0;
}


@media screen and (min-width:751px) {
  .pc_none {
    display: none !important;
  }
	
  body {
    font-size: 1.4rem; /*14px*/ ;
    min-width: 100%;
  }
	
	#price{
		padding-top:100px;
		margin-top:-100px;
	}
	
	/*header*/
	header{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		z-index: 3;
	}
	
	header .head_in{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding:25px min(5vw,30px);
	}
	
	header .head_in .logo a{
		display: block;
		width:min(15vw,213px);
		height:37px;
		background:url("../img/logo01.svg") no-repeat;
		background-size: contain;
		background-position: center center;
	}
	
	header .head_in nav{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	header .head_in nav a.anklink{
		margin:0 0 0 min(1.4vw,30px);
		white-space: nowrap;
		font-size: min(1.4vw,1.8rem);
		color:#fff;
		font-weight: 600;
		letter-spacing: 0.1em;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		line-height: 1;
	}
	
	header .head_in nav a.anklink::after{
		content: "";
		display: inline-block;
  		width: 10px;
  		height: 10px;
  		background:url("../img/arrow_bottom.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		margin:5px 10px 0;
		transition: all 0.2s;
		position: relative;
		top:0;
	}
	
	header .head_in nav a.anklink:hover::after{
		top:2px;
	}
	
	header .head_in nav .megabtn{
		display: flex;
		align-items: center;
		margin:0 0 0 min(1.4vw,30px);
	}
	
	header .head_in nav .megabtn a{
		width:155px;
		height:40px;
		display: flex;
		justify-content: center;
		align-items: center;
		color:#33546A;
		font-size:min(1.4vw,1.6rem);
		letter-spacing: 0.1em;
		background:#fff;
		border-radius: 9999px;
		font-weight: 600;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.16);
		transition: all 0.2s;
		box-sizing: border-box;
		line-height: 1;
	}
	
	header .head_in nav .megabtn a:hover{
		color:#fff;
		background:#0081CC;
	}
	
	header .head_in nav .megabtn a:nth-child(2){
		color:#fff;
		background:#376988;
		margin:0 0 0 15px;
		border:2px solid #376988;
	}
	
	header .head_in nav .megabtn a:hover:nth-child(2){
		color:#376988;
		background:#fff;
		border:2px solid #376988;
	}
	
	header.fixed{
		position: fixed;
		top:0;
		left:0;
		width:100%;
		background:#fff;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		z-index: 10;
	}
	
	header.fixed .head_in .logo a{
		display: block;
		width:min(15vw,213px);
		height:37px;
		background:url("../img/logo02.svg") no-repeat;
		background-size: contain;
		background-position: center center;
	}
	
	header.fixed .head_in nav a.anklink{
		margin:0 0 0 min(1.4vw,30px);
		white-space: nowrap;
		font-size: min(1.4vw,1.8rem);
		color:#33546A;
		font-weight: 600;
		letter-spacing: 0.1em;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		line-height: 1;
	}
	
	header.fixed .head_in nav a.anklink::after{
		content: "";
		display: inline-block;
  		width: 10px;
  		height: 10px;
  		background:url("../img/arrow_bottom2.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		margin:5px 10px 0;
		transition: all 0.2s;
		position: relative;
		top:0;
	}
	
	header.fixed .head_in nav a.anklink:hover::after{
		top:2px;
	}
	
	header.fixed.UpMove{
  		animation: UpAnime 0.5s forwards;
	}
	
	header.fixed.DownMove{
  		animation: DownAnime 0.5s forwards;
	}
	
	/*footer*/
	footer{
		padding:60px 0 40px 0;
		background:#fff;
	}
	
	footer .innerbox{
		width:90%;
		margin:0 auto;
		max-width: 1100px;
		display: flex;
		justify-content: space-between;
	}
	
	footer .innerbox .leftbox .logo{
		width:351px;
	}
	
	footer .innerbox .leftbox .copy{
		padding:30px 0 0 0;
		color:#828D93;
		font-size: 1.4rem;
	}
	
	footer .innerbox .rightbox{
		width:calc(100% - 400px);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 560px;
	}
	
	footer .innerbox .rightbox .logo{
		width:307px;
		padding:0 0 5px 0;
	}
	
	footer .innerbox .rightbox .name{
		width:100%;
		font-size: 1.8rem;
		font-weight: 600;
		margin:0 0 15px 0;
	}
	
	footer .innerbox .rightbox p{
		font-size: 1.6rem;
		line-height: 1.8em;
		font-feature-settings:'palt';
	}
	
	/*fixed_btnbox*/
	.fixed_btnbox{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		position: fixed;
		top:calc(50% - 72px);
		right:-150px;
		z-index: 9;
		transition: all 0.5s;
	}
	
	.fixed_btnbox.active{
		right:0;
	}
	
	.fixed_btnbox a{
		width:120px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		overflow: hidden;
		height:72px;
		position: relative;
		display: block;
		box-sizing: border-box;
		color:#33546A;
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		box-shadow: -2px 2px 5px rgba(0,0,0,0.16);
		margin:5px 0;
	}
	
	.fixed_btnbox a:nth-child(1)::after{
		content: "";
		width:100%;
		height:100%;
		position: absolute;
		top:0;
		left:0;
		background: linear-gradient(307deg, rgba(46,98,127,1) 0%, rgba(134,179,224,1) 100%);
		z-index: 2;
		transition: all 0.2s;
	}
	
	.fixed_btnbox a:nth-child(2)::after{
		content: "";
		width:100%;
		height:100%;
		position: absolute;
		top:0;
		left:0;
		background: #FFFFD8;
		z-index: 2;
		transition: all 0.2s;
	}
	
	.fixed_btnbox a:hover::after{
		opacity: 0;
	}
	
	.fixed_btnbox a::before{
		content: "";
		width:100%;
		height:100%;
		position: absolute;
		top:0;
		left:0;
		background:#fff;
		border:2px solid #2E627F;
		z-index: 1;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	
	.fixed_btnbox a .inbox{
		position: relative;
		z-index: 3;
		display: flex;
		justify-content:center;
		align-items: center;
		flex-direction: column;
		height:100%;
		padding:0 15px;
	}
	
	.fixed_btnbox a .inbox p{
		width:100%;
		line-height: 1.2em;
		font-size: 1.4rem;
		text-align: center;
		margin:5px 0 0 0;
		letter-spacing: 0;
		white-space: nowrap;
		transition: all 0.2s;
	}
	
	.fixed_btnbox a:nth-child(1) .inbox p{
		color:#fff;
		transition: all 0.2s;
	}
	
	.fixed_btnbox a:hover .inbox p{
		color:#33546A;
	}
	
	.fixed_btnbox a .iconbox{
		width:34px;
		height:34px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.fixed_btnbox a .iconbox.ill01::after{
		content: "";
		width:100%;
		height:100%;
		position: absolute;
		border-radius: 50%;
		top:0;
		left:0;
		background:#86B3E0;
		z-index: 1;
		transition: all 0.2s;
		transform: scale(1);
	}
	
	.fixed_btnbox a .iconbox.ill02::after{
		content: "";
		width:100%;
		height:100%;
		position: absolute;
		border-radius: 50%;
		top:0;
		left:0;
		background: linear-gradient(135deg, rgba(46,98,127,1) 0%, rgba(134,179,224,1) 100%);
		z-index: 1;
		transition: all 0.2s;
		transform: scale(1);
	}
	
	.fixed_btnbox a:hover .iconbox::after{
		transform: scale(1.1);
	}
	
	.fixed_btnbox a .iconbox.ill01::before{
		content: "";
		width:18px;
		height:21px;
		background:url(../img/note_ill.svg) no-repeat;
		background-size: contain;
		background-position:center center;
		display: block;
		position: relative;
		z-index: 2;
	}
	
	.fixed_btnbox a .iconbox.ill02::before{
		content: "";
		width:23px;
		height:21px;
		background:url(../img/tv_ill.svg) no-repeat;
		background-size: contain;
		background-position:center center;
		display: block;
		position: relative;
		z-index: 2;
	}
	
	/*casecont*/
	.casecont{
		width:100%;
		position: relative;
	}
	
	.casecont .innerbox{
		width:90%;
		margin:0 auto;
		max-width: 1100px;
		position: relative;
		z-index: 2;
	}
	
	.casecont .innerbox .tlcont{
		width:100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.casecont .innerbox .tlcont .sub{
		font-size: 1.6rem;
		color:#0081CC;
		font-weight: 500;
	}
	
	.casecont .innerbox .tlcont h2{
		padding:10px 0 45px 0;
		line-height: 1;
		font-weight: 600;
		font-size: 3.6rem;
	}
	
	.casecont .innerbox ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
		padding:0 0 40px 0;
	}
	
	.casecont .listbox{
		position: relative;
		padding:0 0 1px 0;
	}
	
	.casecont .listbox::after{
		content: "";
		width:100%;
		height:calc(100% - 80px);
		position: absolute;
		z-index: 1;
		bottom:0;
		left:0;
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		background: linear-gradient(90deg, rgba(0,129,204,1) 0%, rgba(0,170,234,1) 65%, rgba(67,203,255,1) 100%); 
	}
	
	.casecont .listbox.case::after{
		content: "";
		width:100%;
		height:calc(100% - 80px);
		position: absolute;
		z-index: 1;
		bottom:0;
		left:0;
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		background:#DFF1FA; 
	}
	
	.casecont .innerbox ul li{
		width:calc((100% - 80px) / 3);
		margin:0 0 40px 0;
		position: relative;
		z-index: 2;
		display: none;
		opacity: 0;
	}
	
	.casecont .innerbox ul li.active{
		display: block;
		animation: fadeTop 0.7s;
		animation-delay: 0.1s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.casecont .innerbox ul.case li{
		display: block;
		opacity: 1;
	}
	
	.casecont .innerbox ul li .ph{
		border-radius: 20px;
		box-sizing: border-box;
		overflow: hidden;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	}
	
	.casecont .innerbox ul li .ph .inbox{
		width:100%;
		padding-top:58.8%;
		position: relative;
	}
	
	.casecont .innerbox ul li .ph .inbox img{
		width:100%;
		height: 100%;
		position: absolute;
		top:0;
		left:0;
		transition: all 0.2s;
		transform: scale(1);
	}
	
	.casecont .innerbox ul li a:hover .ph .inbox img{
		transform: scale(1.1);
	}
	
	.casecont .innerbox ul li .txbox{
		padding:10px 0 0 0;
		font-size: 1.6rem;
		list-style-position: 1.8em;
		color:#fff;
	}
	
	.casecont .innerbox ul.case li .txbox{
		color:#33546A;
	}
	
	.casecont .innerbox ul li .txbox p{
		font-weight: 600;
	}
	
	.casecont .innerbox ul li a:hover .txbox p{
		text-decoration: underline;
	}
	
	.casecont .innerbox ul li .txbox span{
		margin:10px 0 0 0;
		display: block;
	}
	
	.casecont .innerbox .morebtn{
		width:148px;
		height:40px;
		margin:0 auto 80px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 9999px;
		border:1px solid #fff;
		color:#fff;
		font-size: 1.6rem;
		font-weight: 600;
		transition: all 0.2s;
		cursor: pointer;
		z-index: 2;
		position: relative;
	}
	
	.casecont .innerbox .morebtn:hover{
		border:1px solid #DFF1FA;
		background:#fff;
		color:#0081CC;
	}
	
	.casecont .innerbox .morebtn::after{
		content: "";
		display: inline-block;
  		width: 10px;
  		height: 10px;
  		background:url("../img/arrow_bottom.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		margin:5px 10px 0;
		transition: all 0.2s;
		position: relative;
		top:0;
	}
	
	.casecont .innerbox .morebtn:hover::after{
		top:2px;
		background:url("../img/arrow_bottom3.svg") no-repeat;
		background-size: contain;
		background-position: center center;
	}
	
	.casecont .innerbox .backbtn{
		width:148px;
		height:40px;
		margin:0 auto 90px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 9999px;
		border:1px solid #0081CC;
		color:#0081CC;
		font-size: 1.6rem;
		font-weight: 600;
		transition: all 0.2s;
		cursor: pointer;
		z-index: 2;
		position: relative;
	}
	
	.casecont .innerbox .backbtn:hover{
		border:1px solid #fff;
		background:#fff;
		color:#0081CC;
	}
	
	.casecont .innerbox .backbtn::before{
		content: "";
		display: inline-block;
  		width: 10px;
  		height: 10px;
  		background:url("../img/arrow_left02.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		margin:2px 5px 0;
		transition: all 0.2s;
		position: relative;
		left:0;
	}
	
	.casecont .innerbox .backbtn:hover::before{
		left:-2px;
	}
	
	/*bottomcont*/
	.bottomcont{
		width:100%;
		padding:90px 0;
		background:url("../img/bottom_bg.png"),#EDF3F7 no-repeat;
		background-size: cover;
		background-position: left 50% top 0;
		overflow: hidden;
		z-index: 1;
		position: relative;
	}
	
	.bottomcont.case{
		width:100%;
		padding:90px 0;
		background:url("../img/bottom_bg.png"),#DFF1FA no-repeat;
		background-size: cover;
		background-position: left 50% top 0;
		overflow: hidden;
		z-index: 1;
		position: relative;
	}
	
	.bottomcont::after{
		content: "";
		width:954px;
		height:384px;
		background:url("../img/art_bg.png") no-repeat;
		background-size: contain;
		background-position: right 0 bottom center;
		position: absolute;
		bottom:-80px;
		right:-60px;
		z-index: 1;
		opacity: 0.7;
	}
	
	.bottomcont .innerbox{
		width:90%;
		margin:0 auto;
		max-width: 1100px;
		position: relative;
		z-index: 2;
	}
	
	.bottomcont .innerbox h3{
		font-size: 2.8rem;
		line-height: 2em;
		font-weight: 600;
		text-align: center;
		color:#fff;
		margin:0 0 40px 0;
	}
	
	.bottomcont .innerbox ul{
		display: flex;
		justify-content: space-between;
	}
	
	.bottomcont .innerbox ul li{
		width:calc((100% - 50px) / 3);
	}
	
	.bottomcont .innerbox ul li a{
		border-radius: 20px;
		overflow: hidden;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		background:#fff;
		display: block;
		transition: all 0.2s;
	}
	
	.bottomcont .innerbox ul li a:hover{
		background:#DFF1FA;
	}
	
	.bottomcont .innerbox ul li a .inbox{
		height:195px;
		display: flex;
		align-items: center;
		justify-content:center;
	}
	
	.bottomcont .innerbox ul li a .iconbox{
		width:140px;
		height:140px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.bottomcont .innerbox ul li a .iconbox::after{
		content: "";
		width:100%;
		height:100%;
		position: absolute;
		border-radius: 50%;
		top:0;
		left:0;
		background: linear-gradient(135deg, rgba(46,98,127,1) 0%, rgba(134,179,224,1) 100%);
		z-index: 1;
		transition: all 0.2s;
		transform: scale(1);
	}
	
	.bottomcont .innerbox ul li a:hover .iconbox::after{
		transform: scale(1.15);
	}
	
	.bottomcont .innerbox ul li a .iconbox.ill01::before{
		content: "";
		width:69px;
		height:100%;
		background:url(../img/note_ill.svg) no-repeat;
		background-size: contain;
		background-position:center center;
		display: block;
		position: relative;
		z-index: 2;
	}
	
	.bottomcont .innerbox ul li a .iconbox.ill02::before{
		content: "";
		width:89px;
		height:100%;
		background:url(../img/tv_ill.svg) no-repeat;
		background-size: contain;
		background-position:center center;
		display: block;
		position: relative;
		z-index: 2;
	}
	
	.bottomcont .innerbox ul li a .iconbox.ill03::before{
		content: "";
		width:80px;
		height:100%;
		background:url(../img/mail_ill.svg) no-repeat;
		background-size: contain;
		background-position:center center;
		display: block;
		position: relative;
		z-index: 2;
	}
	
	.bottomcont .innerbox ul li a p{
		width:100%;
		height:72px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size:2.4rem;
		font-weight: 600;
		background: linear-gradient(90deg, rgba(55,105,136,1) 0%, rgba(51,84,106,1) 100%);
		color:#fff;
	}
	
	.bottomcont .innerbox ul li a p::after{
		content: "";
		display: inline-block;
  		width: 17px;
  		height: 17px;
  		background:url("../img/arrow_right2.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		margin:0 0 0 5px;
		position: relative;
		top:2px;
	}
	
	/*page*/
	.mainvisual.page{
		position: relative;
		width:100%;
		background:url("../img/case_bg.png") no-repeat;
		background-size: cover;
		background-position: left 50% bottom 0;
		overflow: hidden;
		z-index: 1;
		margin:0 0 90px 0;
	}
	
	.page_main{
		padding:110px 0 70px 0;
		width:90%;
		margin:0 auto;
		max-width: 1100px;
		display: flex;
		justify-content: space-between;
	}
	
	.page_main .box{
		width:calc(100% / 3);
		display: flex;
	}
	
	.page_main .box:nth-child(1){
		justify-content: flex-start;
	}
	
	.page_main .box:nth-child(2){
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	.page_main .box:nth-child(3){
		justify-content: flex-end;
	}
	
	.page_main .pan{
		font-size:1.4rem;
		color:#DFF1FA;
	}
	
	.page_main .pan a{
		color:#fff;
		text-decoration: underline;
		transition: all 0.2s;
	}
	
	.page_main .pan a:hover{
		opacity: 0.7;
	}
	
	.page_main .pan span::after{
		content: "";
		width:5px;
		height:10px;
		background:url("../img/arrow_right2.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		display: inline-block;
		margin:0 10px;
	}
	
	.page_main .tlcont{
		width:100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.page_main .tlcont .sub{
		font-size: 1.6rem;
		color:#fff;
		font-weight: 500;
	}
	
	.page_main .tlcont h1{
		padding:10px 0 0 0;
		line-height: 1;
		font-weight: 600;
		font-size: 3.6rem;
		color:#fff;
	}
	
	.page_main .backbtn{
		width:148px;
		height:40px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 9999px;
		border:1px solid #fff;
		color:#fff;
		font-size: 1.6rem;
		font-weight: 600;
		transition: all 0.2s;
		cursor: pointer;
		z-index: 2;
		position: relative;
	}
	
	.page_main .backbtn:hover{
		border:1px solid #fff;
		background:#fff;
		color:#0081CC;
	}
	
	.page_main .backbtn::before{
		content: "";
		display: inline-block;
  		width: 10px;
  		height: 10px;
  		background:url("../img/arrow_left01.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		margin:2px 5px 0;
		transition: all 0.2s;
		position: relative;
		left:0;
	}
	
	.page_main .backbtn:hover::before{
		left:-2px;
		content: "";
		display: inline-block;
  		width: 10px;
  		height: 10px;
  		background:url("../img/arrow_left02.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		margin:2px 5px 0;
		transition: all 0.2s;
		position: relative;
	}
}

@media screen and (max-width:750px) {
  .sp_none {
    display: none !important;
  }
	
  body {
    font-size: 1.4rem; /*14px*/ ;
    min-width: 100%;
  }
	
	#price{
		padding-top:50px;
		margin-top:-50px;
	}
	
	/*header*/
	header{
		position: absolute;
		top:0;
		left:0;
		width:100%;
	}
	
	header .head_in{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding:25px min(5vw,30px);
	}
	
	header .head_in .logo a{
		display: block;
		width:136px;
		height:23px;
		background:url("../img/logo01.svg") no-repeat;
		background-size: contain;
		background-position: center center;
	}
	
	.spnav{
		position: fixed;
		top:0;
		right:-300px;
		width:260px;
		transition: all 0.5s;
		z-index: 10;
	}
	
	.spnav.active{
		right:0;
	}
	
	.spnav.active::before{
		content: "";
		position: fixed;
		top:0;
		left:0;
		width:100vw;
		height:100vh;
		background:rgba(0,0,0,0.3);
		z-index: 2;
		transform: rotate(0deg);
	}
	
	.spnav .inbox{
		position: relative;
		z-index: 3;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		border-bottom-left-radius: 40px;
		background:#DFF1FA;
		height: 100vh;
		padding:80px 30px 110px 30px;
	}
	.spnav a.anklink{
		margin:0 0 40px 0;
		white-space: nowrap;
		font-size: 1.8rem;
		color:#33546A;
		font-weight: 600;
		letter-spacing: 0.1em;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		line-height: 1;
	}
	
	.spnav a.anklink::after{
		content: "";
		display: inline-block;
  		width: 10px;
  		height: 10px;
  		background:url("../img/arrow_bottom2.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		margin:5px 10px 0;
		transition: all 0.2s;
		position: relative;
		top:0;
	}
	
	.spnav a.anklink:hover::after{
		top:2px;
	}
	
	.spnav .megabtn{
		display: flex;
		align-items: center;
		flex-direction: column;
		margin:auto 0 0 0;
		width:100%;
	}
	
	.spnav .megabtn a{
		width:100%;
		height:48px;
		display: flex;
		justify-content: center;
		align-items: center;
		color:#33546A;
		font-size:1.6rem;
		letter-spacing: 0.1em;
		background:#fff;
		border-radius: 9999px;
		font-weight: 600;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.16);
		transition: all 0.2s;
		box-sizing: border-box;
		line-height: 1;
	}
	
	.spnav .megabtn a:hover{
		color:#fff;
		background:#0081CC;
	}
	
	.spnav .megabtn a:nth-child(2){
		color:#fff;
		background:#376988;
		margin:25px 0 0 0;
		border:2px solid #376988;
	}
	
	.spnav .megabtn a:hover:nth-child(2){
		color:#376988;
		background:#fff;
		border:2px solid #376988;
	}
	
	.menu{
		width:44px;
		height:44px;
		border-radius: 4px;
		background:#0081CC;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: fixed;
		margin:0 0 0 0;
		right:5%;
		top:15px;
		cursor: pointer;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		z-index: 11;
		opacity: 0;
		visibility: hidden;
		transition: all 1s;
		
	}

	.menu.active{
		opacity: 1;
		visibility: visible;
		
	}

	.menu-trigger,
	.menu-trigger span {
  		display: inline-block;
  		transition: all .4s;
  		box-sizing: border-box;
		cursor: pointer;
		z-index: 2;
	}
	.menu-trigger {
  		position: relative;
  		width: 26px;
  		height: 18px;
		z-index:5;
	}
	
	.menu-trigger span {
  		position: absolute;
  		left: 0;
  		width: 100%;
  		height: 2px;
  		background-color: #fff;
  		border-radius: 9999px;
	}

	.menu-trigger span:nth-of-type(1) {
  		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
 		opacity: 1;
		top:8px;
	}
	.menu-trigger span:nth-of-type(3) {
  		bottom: 0;
	}

	.menu-trigger.active span:nth-of-type(1) {
  		-webkit-transform: translateY(8px) rotate(45deg);
  		transform: translateY(8px) rotate(45deg);
		background-color: #fff !important;
	}
	.menu-trigger.active span:nth-of-type(2) {
  		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
  		-webkit-transform: translateY(-8px) rotate(-45deg);
 		 transform: translateY(-8px) rotate(-45deg);
		width:100% !important;
		margin:0 0 0 0;
		background-color: #fff !important;
	}
	
	/*footer*/
	footer{
		padding:40px 0 90px 0;
		background:#fff;
	}
	
	footer .innerbox{
		width:80%;
		margin:0 auto;
		max-width: 1100px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	
	footer .innerbox .leftbox .logo{
		width:215px;
	}
	
	footer .innerbox .copy{
		padding:10px 0 0 0;
		color:#828D93;
		font-size: 1.2rem;
	}
	
	footer .innerbox .rightbox{
		width:100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 560px;
		margin:10px 0 0 0;
	}
	
	footer .innerbox .rightbox .logo{
		width:220px;
		padding:15px 0 5px 0;
	}
	
	footer .innerbox .rightbox .name{
		width:100%;
		font-size: 1.6rem;
		font-weight: 600;
		margin:0 0 10px 0;
	}
	
	footer .innerbox .rightbox p{
		font-size: 1.4rem;
		line-height: 1.8em;
		margin:0 0 10px 0;
		font-feature-settings:'palt';
	}
	
	/*fixed_btnbox*/
	.fixed_btnbox{
		display: flex;
		justify-content: space-between;
		position: fixed;
		bottom:-100px;
		left:0;
		z-index: 9;
		transition: all 0.5s;
		width:100%;
	}
	
	.fixed_btnbox.active{
		bottom:0;
	}
	
	.fixed_btnbox a{
		width:50%;
		border-top-left-radius: 10px;
		overflow: hidden;
		height:52px;
		position: relative;
		display: block;
		box-sizing: border-box;
		color:#33546A;
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		box-shadow: -2px 2px 5px rgba(0,0,0,0.16);
	}
	
	.fixed_btnbox a:nth-child(2){
		border-top-left-radius: 0;
		border-top-right-radius: 10px;
	}
	
	.fixed_btnbox a:nth-child(1)::after{
		content: "";
		width:100%;
		height:100%;
		position: absolute;
		top:0;
		left:0;
		background: linear-gradient(307deg, rgba(46,98,127,1) 0%, rgba(134,179,224,1) 100%);
		z-index: 2;
		transition: all 0.2s;
	}
	
	.fixed_btnbox a:nth-child(2)::after{
		content: "";
		width:100%;
		height:100%;
		position: absolute;
		top:0;
		left:0;
		background: #FFFFD8;
		z-index: 2;
		transition: all 0.2s;
	}
	
	.fixed_btnbox a:hover::after{
		opacity: 0;
	}
	
	.fixed_btnbox a::before{
		content: "";
		width:100%;
		height:100%;
		position: absolute;
		top:0;
		left:0;
		background:#fff;
		border:2px solid #2E627F;
		z-index: 1;
		border-top-left-radius: 10px;
	}
	
	.fixed_btnbox a:nth-child(2)::before{
		content: "";
		width:100%;
		height:100%;
		position: absolute;
		top:0;
		left:0;
		background:#fff;
		border:2px solid #2E627F;
		z-index: 1;
		border-top-left-radius: 0;
		border-top-right-radius: 10px;
	}
	
	.fixed_btnbox a .inbox{
		position: relative;
		z-index: 3;
		display: flex;
		justify-content:center;
		align-items: center;
		height:100%;
		padding:0 15px;
	}
	
	.fixed_btnbox a .inbox p{
		width:auto;
		line-height: 1.2em;
		font-size: 1.4rem;
		text-align: center;
		margin:0 0 0 10px;
		letter-spacing: 0;
		white-space: nowrap;
		transition: all 0.2s;
	}
	
	.fixed_btnbox a:nth-child(1) .inbox p{
		color:#fff;
		transition: all 0.2s;
	}
	
	.fixed_btnbox a:hover .inbox p{
		color:#33546A;
	}
	
	.fixed_btnbox a .iconbox{
		width:34px;
		height:34px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.fixed_btnbox a .iconbox.ill01::after{
		content: "";
		width:100%;
		height:100%;
		position: absolute;
		border-radius: 50%;
		top:0;
		left:0;
		background:#86B3E0;
		z-index: 1;
		transition: all 0.2s;
		transform: scale(1);
	}
	
	.fixed_btnbox a .iconbox.ill02::after{
		content: "";
		width:100%;
		height:100%;
		position: absolute;
		border-radius: 50%;
		top:0;
		left:0;
		background: linear-gradient(135deg, rgba(46,98,127,1) 0%, rgba(134,179,224,1) 100%);
		z-index: 1;
		transition: all 0.2s;
		transform: scale(1);
	}
	
	.fixed_btnbox a:hover .iconbox::after{
		transform: scale(1.1);
	}
	
	.fixed_btnbox a .iconbox.ill01::before{
		content: "";
		width:18px;
		height:21px;
		background:url(../img/note_ill.svg) no-repeat;
		background-size: contain;
		background-position:center center;
		display: block;
		position: relative;
		z-index: 2;
	}
	
	.fixed_btnbox a .iconbox.ill02::before{
		content: "";
		width:23px;
		height:21px;
		background:url(../img/tv_ill.svg) no-repeat;
		background-size: contain;
		background-position:center center;
		display: block;
		position: relative;
		z-index: 2;
	}
	
	/*casecont*/
	.casecont{
		width:100%;
		position: relative;
	}
	
	.casecont .innerbox{
		width:80%;
		margin:0 auto;
		max-width: 1100px;
		padding:0 0 25px 0;
		position: relative;
		z-index: 2;
	}
	
	.casecont .innerbox .tlcont{
		width:100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.casecont .innerbox .tlcont .sub{
		font-size: 1.4rem;
		color:#0081CC;
		font-weight: 500;
	}
	
	.casecont .innerbox .tlcont h2{
		padding:5px 0 25px 0;
		line-height: 1;
		font-weight: 600;
		font-size: 2.4rem;
	}
	
	.casecont .innerbox ul{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		position: relative;
		padding:0 0 0 0;
	}
	
	.casecont .listbox{
		position: relative;
		padding:0 0 1px 0;
	}
	
	.casecont .listbox::after{
		content: "";
		width:100%;
		height:calc(100% - 50px);
		position: absolute;
		z-index: 1;
		bottom:0;
		left:0;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		background: linear-gradient(90deg, rgba(0,129,204,1) 0%, rgba(0,170,234,1) 65%, rgba(67,203,255,1) 100%); 
	}
	
	.casecont .listbox.case::after{
		content: "";
		width:100%;
		height:calc(100% - 50px);
		position: absolute;
		z-index: 1;
		bottom:0;
		left:0;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		background: #DFF1FA; 
	}
	
	.casecont .innerbox ul li{
		width:100%;
		margin:0 0 25px 0;
		position: relative;
		z-index: 2;
		display: none;
		opacity: 0;
	}
	
	.casecont .innerbox ul li.active{
		display: block;
		animation: fadeTop 0.7s;
		animation-delay: 0.1s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.casecont .innerbox ul.case li{
		display: block;
		opacity: 1;
	}
	
	.casecont .innerbox ul li .ph{
		border-radius: 10px;
		box-sizing: border-box;
		overflow: hidden;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	}
	
	.casecont .innerbox ul li .ph .inbox{
		width:100%;
		padding-top:58.8%;
		position: relative;
	}
	
	.casecont .innerbox ul li .ph .inbox img{
		width:100%;
		height: 100%;
		position: absolute;
		top:0;
		left:0;
		transition: all 0.2s;
		transform: scale(1);
	}
	
	.casecont .innerbox ul li a:hover .ph .inbox img{
		transform: scale(1.1);
	}
	
	.casecont .innerbox ul li .txbox{
		padding:10px 0 0 0;
		font-size: 1.4rem;
		list-style-position: 1.8em;
		color:#fff;
	}
	
	.casecont .innerbox ul.case li .txbox{
		color:#33546A;
	}
	
	.casecont .innerbox ul li .txbox p{
		font-weight: 600;
	}
	
	.casecont .innerbox ul li a:hover .txbox p{
		text-decoration: underline;
	}
	
	.casecont .innerbox ul li .txbox span{
		margin:10px 0 0 0;
		display: block;
	}
	
	.casecont .innerbox .morebtn{
		width:122px;
		height:36px;
		margin:0 auto 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 9999px;
		border:1px solid #fff;
		color:#fff;
		font-size: 1.4rem;
		font-weight: 600;
		transition: all 0.2s;
		cursor: pointer;
		z-index: 2;
		position: relative;
	}
	
	.casecont .innerbox .morebtn:hover{
		border:1px solid #fff;
		background:#fff;
		color:#0081CC;
	}
	
	.casecont .innerbox .morebtn::after{
		content: "";
		display: inline-block;
  		width: 10px;
  		height: 10px;
  		background:url("../img/arrow_bottom.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		margin:5px 10px 0;
		transition: all 0.2s;
		position: relative;
		top:-1px;
	}
	
	.casecont .innerbox .morebtn:hover::after{
		top:2px;
		background:url("../img/arrow_bottom3.svg") no-repeat;
		background-size: contain;
		background-position: center center;
	}
	
	.casecont .innerbox .backbtn{
		width:122px;
		height:36px;
		margin:0 auto 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 9999px;
		border:1px solid #0081CC;
		color:#0081CC;
		font-size: 1.4rem;
		font-weight: 600;
		transition: all 0.2s;
		cursor: pointer;
		z-index: 2;
		position: relative;
	}
	
	.casecont .innerbox .backbtn:hover{
		border:1px solid #fff;
		background:#fff;
		color:#0081CC;
	}
	
	.casecont .innerbox .backbtn::before{
		content: "";
		display: inline-block;
  		width: 10px;
  		height: 10px;
  		background:url("../img/arrow_left02.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		margin:2px 5px 0;
		transition: all 0.2s;
		position: relative;
		left:0;
	}
	
	.casecont .innerbox .backbtn:hover::before{
		left:-2px;
	}
	
	/*bottomcont*/
	.bottomcont{
		width:100%;
		padding:45px 0;
		background:url("../img/bottom_bg_sp.png"),#EDF3F7 no-repeat;
		background-size: cover;
		background-position: left 50% top 0;
		overflow: hidden;
		z-index: 1;
		position: relative;
	}
	
	.bottomcont.case{
		width:100%;
		padding:45px 0;
		background:url("../img/bottom_bg_sp.png"),#DFF1FA no-repeat;
		background-size: cover;
		background-position: left 50% top 0;
		overflow: hidden;
		z-index: 1;
		position: relative;
	}
	
	.bottomcont::after{
		content: "";
		width:470px;
		height:190px;
		background:url("../img/art_bg.png") no-repeat;
		background-size: contain;
		background-position: right 0 bottom center;
		position: absolute;
		bottom:-40px;
		right:-30px;
		z-index: 1;
		opacity: 0.7;
	}
	
	.bottomcont .innerbox{
		width:80%;
		margin:0 auto;
		max-width: 1100px;
		position: relative;
		z-index: 2;
	}
	
	.bottomcont .innerbox h3{
		font-size: 2rem;
		line-height: 2em;
		font-weight: 600;
		text-align: center;
		color:#fff;
		margin:0 0 25px 0;
	}
	
	.bottomcont .innerbox ul{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	
	.bottomcont .innerbox ul li{
		width:100%;
		margin:0 0 15px 0;
	}
	
	.bottomcont .innerbox ul li a{
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		background:#fff;
		display: block;
		transition: all 0.2s;
	}
	
	.bottomcont .innerbox ul li a:hover{
		background:#DFF1FA;
	}
	
	.bottomcont .innerbox ul li a .inbox{
		height:110px;
		display: flex;
		align-items: center;
		justify-content:center;
	}
	
	.bottomcont .innerbox ul li a .iconbox{
		width:80px;
		height:80px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.bottomcont .innerbox ul li a .iconbox::after{
		content: "";
		width:100%;
		height:100%;
		position: absolute;
		border-radius: 50%;
		top:0;
		left:0;
		background: linear-gradient(135deg, rgba(46,98,127,1) 0%, rgba(134,179,224,1) 100%);
		z-index: 1;
		transition: all 0.2s;
		transform: scale(1);
	}
	
	.bottomcont .innerbox ul li a:hover .iconbox::after{
		transform: scale(1.15);
	}
	
	.bottomcont .innerbox ul li a .iconbox.ill01::before{
		content: "";
		width:39px;
		height:100%;
		background:url(../img/note_ill.svg) no-repeat;
		background-size: contain;
		background-position:center center;
		display: block;
		position: relative;
		z-index: 2;
	}
	
	.bottomcont .innerbox ul li a .iconbox.ill02::before{
		content: "";
		width:51px;
		height:100%;
		background:url(../img/tv_ill.svg) no-repeat;
		background-size: contain;
		background-position:center center;
		display: block;
		position: relative;
		z-index: 2;
	}
	
	.bottomcont .innerbox ul li a .iconbox.ill03::before{
		content: "";
		width:45px;
		height:100%;
		background:url(../img/mail_ill.svg) no-repeat;
		background-size: contain;
		background-position:center center;
		display: block;
		position: relative;
		z-index: 2;
	}
	
	.bottomcont .innerbox ul li a p{
		width:100%;
		height:50px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size:1.8rem;
		font-weight: 600;
		background: linear-gradient(90deg, rgba(55,105,136,1) 0%, rgba(51,84,106,1) 100%);
		color:#fff;
	}
	
	.bottomcont .innerbox ul li a p::after{
		content: "";
		display: inline-block;
  		width: 13px;
  		height: 13px;
  		background:url("../img/arrow_right2.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		margin:0 0 0 5px;
		position: relative;
		top:2px;
	}
	
	/*page*/
	.mainvisual.page{
		position: relative;
		width:100%;
		background:url("../img/case_bg_sp.png") no-repeat;
		background-size: cover;
		background-position: left 50% bottom 0;
		overflow: hidden;
		z-index: 1;
		margin:0 0 0 0;
	}
	
	.page_main{
		padding:80px 0 30px 0;
		width:90%;
		margin:0 auto;
		max-width: 1100px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.page_main .box{
		width:calc(100% / 2);
		display: flex;
	}
	
	.page_main .box:nth-child(1){
		justify-content: flex-start;
	}
	
	.page_main .box:nth-child(2){
		justify-content: center;
		flex-direction: column;
		align-items: center;
		order:1;
		width:100%;
		margin:20px 0 0 0;
	}
	
	.page_main .box:nth-child(3){
		justify-content: flex-end;
	}
	
	.page_main .pan{
		font-size:1.2rem;
		color:#DFF1FA;
	}
	
	.page_main .pan a{
		color:#fff;
		text-decoration: underline;
		transition: all 0.2s;
	}
	
	.page_main .pan a:hover{
		opacity: 0.7;
	}
	
	.page_main .pan span::after{
		content: "";
		width:5px;
		height:10px;
		background:url("../img/arrow_right2.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		display: inline-block;
		margin:0 10px;
	}
	
	.page_main .tlcont{
		width:100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.page_main .tlcont .sub{
		font-size: 1.4rem;
		color:#fff;
		font-weight: 500;
	}
	
	.page_main .tlcont h1{
		padding:5px 0 0 0;
		line-height: 1;
		font-weight: 600;
		font-size: 2.8rem;
		color:#fff;
	}
	
	.page_main .backbtn{
		width:122px;
		height:36px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 9999px;
		border:1px solid #fff;
		color:#fff;
		font-size: 1.4rem;
		font-weight: 600;
		transition: all 0.2s;
		cursor: pointer;
		z-index: 2;
		position: relative;
	}
	
	.page_main .backbtn:hover{
		border:1px solid #fff;
		background:#fff;
		color:#0081CC;
	}
	
	.page_main .backbtn::before{
		content: "";
		display: inline-block;
  		width: 10px;
  		height: 10px;
  		background:url("../img/arrow_left01.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		margin:2px 5px 0;
		transition: all 0.2s;
		position: relative;
		left:0;
	}
	
	.page_main .backbtn:hover::before{
		left:-2px;
		content: "";
		display: inline-block;
  		width: 10px;
  		height: 10px;
  		background:url("../img/arrow_left02.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		margin:2px 5px 0;
		transition: all 0.2s;
		position: relative;
	}
}


/*animation*/
.fadeTop{
		opacity: 0;
	}
	
.fadeIn{
		opacity: 0;
	}

.fadeTop.active{
		animation: fadeTop 0.75s;
		animation-delay: 0.1s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
.fadeIn.active{
		animation: fadeIn 0.75s;
		animation-delay: 0.1s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

@keyframes fadeTop {
  0% {
     top:30px;
	 opacity: 0;
  }
  100% {
    top:0;
	opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
	 opacity: 0;
  }
  100% {
	opacity: 1;
  }
}