/* CSS Document */
@media screen and (max-width:767px){
}
@media screen and (min-width:768px) and (max-width:1099px){
  /*TB*/
  /*pageheader*/
  .div.pageheader{
    min-height: 100px;
  }
  div.pageheader div.video{
    height: 300px;
    width: 100%;
  }
  div.pageheader div.video::before{
    background-image: url(../img/pattern_01.png);
  }
  div.pageheader div.video video{
    width: 100vw;
  }
  section.contents.management::before{
    top: -200px;
    font-size: 60px;
    line-height: 1em;
  }
  header + * {
    margin-top: -70px;
  }
  /*ページャー*/
  div.pageheader div.inner{
    padding: 0 20px 10px;
    box-sizing: border-box;
    width: 100%;
  }
  /*コンテンツ*/
  .contents.website::before{
    font-size: 80px;
    top: -200px;
    line-height: 1em;
  }
  .contents.website{
    box-sizing: border-box;
  }
  section.contents:nth-of-type(1){
    padding: 80px 50px;
  }
  section.contents:nth-of-type(1) > span{
    background-image: url(../img/pattern_01.png);
  }
  section.contents:nth-of-type(1) h2.title {
    font-size: 22px;
    text-align: center;
  }
  section.website > div.decoration{
		display: none;
	}
  section.website div.animation_01{
		padding:40px 0 100px 0;
	}
	section.website div.animation_01 div.line::after{
		bottom:-40px;
		left:0;
		font-size:16px;
		transform-origin:bottom left;
		opacity:0.5;
	}
	section.website div.animation_01 div.line{
		width:640px;
		height:40px;
		background-image:url(../img/website/linebg.png);
	}
	.ie section.website div.animation_01 div.line{
		margin:0 calc(( 100% - 640px ) / 2 );
	}
	section.website div.animation_01 div.line > span.lineitem,
	section.website div.animation_01 span.baseinner span.svgbg{
		width:40px;
		height:40px;
	}
	section.website div.animation_01 span.request{
		left:20px;
	}
	section.website div.animation_01 span.meeting{
		left:calc( 25% + 10px );
	}
	section.website div.animation_01 span.complete{
		left:calc( 75% - 10px );
	}
	section.website div.animation_01 span.bindingtarget{
		left:calc( 100% - 20px );
	}
	section.website div.animation_01 span.baseinner{
		width:40px;
		height:40px;
		position:relative;
		z-index:1;
	}
	section.website div.animation_01 span.circle{
		width:20px;
		height:20px;
		background-color:#445;
	}
	section.website div.animation_01 span.complete span.circle{
		background-color:#0bf;
	}
	section.website div.animation_01 span.bindingtarget span.circle{
		background-color:#ff8080;
	}
	section.website div.animation_01 span.word {
		top:-40px;
		left:50px;
		font-size:20px;
	}
	section.website div.animation_01 span.complete span.subword{
		bottom:-40px;
		right:50px;
		font-size:20px;
		padding:0 0.25em 0 0;
	}
	section.website div.animation_01 span.bindingtarget span.word{
		bottom:-40px;
		right:50px;
		top:auto;
		left:auto;
		padding:0 0.25em 0 0;
	}
	section.website div.animation_01 span.line{
		width:150px;
		height:2px;
		border-radius:1px;
	}
	section.website div.animation_01 span.lineitem .word::after,
	section.website div.animation_01 span.lineitem .subword::after{
		width:30px;
		height:1px;
	}
	section.website div.animation_01 span.lineitem:not(.bindingtarget) .word::after{
		left:-15px;
		bottom:-15px;
	}
	section.website div.animation_01 span.lineitem.bindingtarget .word::after,
	section.website div.animation_01 span.lineitem .subword::after{
		right:-15px;
		top:-15px;
	}
  section.website p{
    font-size: 16px;
    line-height: 2.5em;
  }
  /*私たちの目指すもの*/
  section.website h3.subtitle {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    padding: 50px 0;
  }
  .layoutblock{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .layoutblock.type_02{
    flex-direction: row;
  }
  section.website div.mfiimg,
  .layoutblock .animation_02{
    width: 320px;
    height: 260px;
  }
  .layoutblock.type02 .text.finish,
  .layoutblock .text{
    width: calc(100% - 320px);
  }
  
  section.website div.animation_02 div.graph{
		margin:0 25px;
		height:260px;
	}
	section.website div.animation_02 div.graph span.graphitem{
		width: 65px;
    height: 260px;
    background-color: rgba(68,68,85,0.1);
    margin: 0 25px 0 0;
	}
  section.website div.animation_02::before{
    margin-bottom: 0.5rem;
  }
	section.website div.mfiimg{
		display:flex;
		text-align:center;
    flex-direction: column;
    gap:1rem;
    align-items: center;
	}
	section.website div.mfiimg figure{
		width:185px;
	}
	section.website div.mfiimg figure:nth-of-type(1){
		margin:0 3px 0 7px;
	}
	section.website div.mfiimg figure:nth-of-type(2){
		margin:0 7px 0 3px;
	}
	section.website div.mfiimg figure img{
		width:100%;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article{
		position:relative;
		z-index:1;
		margin:20px 0 0 0;
		padding:0 15px 15px 15px;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article::before{
		display: block;
		border-radius: 20px;
		box-shadow:3px 3px 6px #dfdfe2,-3px -3px 6px #fff;
		position:absolute;
		z-index:-1;
		top:0;
		right:0;
		bottom:0;
		left:0;
		content:'';
		opacity:0;
	}
	section.contents.explanation div.swipechangetargetinner article.swipeactive div.incontents article::before,
	section.contents.explanation div.swipechangetargetinner article.swipeactive div.incontents article h2::before{
		animation:neumorphism-fade-in 600ms ease-in 200ms forwards;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article h2{
		position:relative;
		z-index:1;
		font-size:16px;
		font-weight:700;
		display:inline-block;
		margin:20px auto;
		padding:0.5em 1em;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article h2::before{
		display: block;
		border-radius:10px;
		position:absolute;
		z-index:-1;
		top:0;
		right:0;
		bottom:0;
		left:0;
		content:'';
		opacity:0;
	}
	section.contents.explanation div.swipechangetargetinner article.corporate div.incontents article h2::before{
		background-color:#68d6ff;
		box-shadow:inset 3px 3px 6px #60c5eb,inset -3px -3px 6px #70e7ff;
	}
	section.contents.explanation div.swipechangetargetinner article.onlineshop div.incontents article h2::before{
		background-color: #fb6;
		box-shadow: inset 3px 3px 6px #ebac5e,inset -3px -3px 6px #ffca6e;
	}
	section.contents.explanation div.swipechangetargetinner article.landing div.incontents article h2::before{
		background-color: #ffff80;
		box-shadow: inset 3px 3px 6px #ebeb76,inset -3px -3px 6px #ffff8a;
	}
	section.contents.explanation div.swipechangetargetinner article.recruit div.incontents article h2::before{
		background-color: #f99;
		box-shadow: inset 3px 3px 6px #eb9c9c,inset -3px -3px 6px #ffb8b8;
	}
	section.contents.explanation div.swipechangetargetinner article.websystem div.incontents article h2::before{
		background-color: #dab5ff;
		box-shadow: inset 3px 3px 6px #c9a7eb,inset -3px -3px 6px #ebc3ff;
	}
	section.contents.explanation div.swipechangetargetinner article.portalsite div.incontents article h2::before{
		background-color: #9c3;
		box-shadow: inset 3px 3px 6px #8dbc2f,inset -3px -3px 6px #a5dc37;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article div.imgwrapblock img{
		width:100%;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article p{
		line-height:2em;
		padding:1em 0;
	}
	section.contents .pconly{
		display:none;
	}
	section.system > div.animation.type_01{
		margin:0 auto 30px auto;
	}
	section.system > div.animation.type_01 > div.imgwrap:nth-of-type(n+2) div.imginner::after{
		font-size:12px;
		line-height:12px;
	}
	section.systemexample div.textwrap{
		margin:0 auto 30px auto;
	}
	section.system > ul{
		margin:1em 1.8em;
	}
	section.systemexample div.animation.type_02 > div{
		width:150px;
	}
	section.systemexample div.textwrap p.text span{
		font-size:16px;
	}
	section.systemexample > h3{
		font-size:18px;
		text-align:center;
		line-height: 20px;
		padding:30px 0;
	}
	section.systemexample > p.text + h3{
		padding:50px 0 30px 0;
	}
	section.systemexample > div.listbox{
		margin:30px 0;
	}
	section.systemexample > div.listbox dl{
		width:calc(( 100vw - 30px ) / 2 );
		height:calc(( 100vw - 30px ) / 2 );
		margin:0 5px 10px 5px;
	}
	section.systemexample > div.listbox dl dt{
		padding:0 0 0.5em 0;
	}
	section.systemexample > div.listbox dl dd{
		line-height:1.5em;
		font-size:12px;
	}
  /*ウェブサイト制作の主なジャンル*/
  section.contents.explanation{
    padding: 0 50px;
    box-sizing: border-box;
  }
  section.contents.explanation::before {
    font-size: 80px;
    padding: 80px 0 45px 0;
  }
  section.contents.explanation > div.wrapblock{
    padding: 1.5rem;
    box-sizing: border-box;
  }
  section.contents.explanation > div.wrapblock > h2 {
    padding: 40px 0 20px 0;
    font-size: 24px;
  }
  section.contents.explanation > div.wrapblock > p.text {
    padding: 0 1.8em 30px 1.8em;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
  }
  section.contents.explanation div.genrelistinner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  section.contents.explanation div.genrelistinner > article{
    width: calc(50% - 7.5px);
    height: 210px;
    padding: 15px;
    box-sizing: border-box;
  }
  section.contents.explanation div.genrelistinner article h2{
		font-size:19px;
		padding:0 0 10px 0;
		border-bottom:solid 1px #dbdbdb;
		margin:0 0 10px 0;
	}
	section.contents.explanation div.genrelistinner article div.genrebtn{
		margin:15px 0 10px 0;
		line-height:40px;
		height:40px;
		padding:0 2em;
	}
  section.contents.explanation div.swipechangetargetinner article div.targetinner::before{
		font-size:5vw;
		line-height:5vw;
		padding:0 0 30px 0;
	}
	section.contents.explanation div.swipechangetargetinner article div.titleblock{
		width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
	}
	section.contents.explanation div.swipechangetargetinner article div.titleblock h2{
		font-size:21px;
		font-weight:700;
		padding:0 0 15px 0;
	}
	section.contents.explanation div.swipechangetargetinner article div.titleblock p{
		line-height:2em;
		text-align:center;
	}
  
  section.contents.explanation div.swipechangetargetinner article div.incontents article {
		position: relative;
		z-index: 1;
		margin:60px 0 0 0;
		padding: 0 30px 30px 30px;
	}
	section.contents.explanation div.genrelistinner article p{
		text-align:left;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article::before {
		display:block;
		border-radius:20px;
		box-shadow: 5px 5px 10px #e6e6ea,-5px -5px 10px #fefeff;
		position:absolute;
		z-index:-1;
		top:0;
		right:0;
		bottom:0;
		left:0;
		content:'';
		opacity:0;
	}
	section.contents.explanation div.swipechangetargetinner article.swipeactive div.incontents article::before,
	section.contents.explanation div.swipechangetargetinner article.swipeactive div.incontents article h2::before {
		animation:neumorphism-fade-in 600ms ease-in 200ms forwards;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article div.imgwrapblock.type_01{
		display:flex;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article div.imgwrapblock.type_01 figure{
		width:250px;
		position:relative;
		z-index:1;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article div.imgwrapblock.type_01 figure picture{
		width:100%;
    height: auto;
    object-fit: cover;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article div.imgwrapblock.type_01 figure picture img{
		width:100%;
    height: auto;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article h2 {
		position: relative;
		z-index: 1;
		font-size:21px;
		font-weight: 700;
		display: inline-block;
		margin:20px auto;
		padding: 0.5em 1em;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article h2::before {
		display: block;
		border-radius: 10px;
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: '';
		opacity: 0;
	}
	section.contents.explanation div.swipechangetargetinner article.corporate div.incontents article h2::before{
		background-color:#68d6ff;
		box-shadow:inset 5px 5px 10px #60c5eb,inset -5px -5px 10px #70e7ff;
	}
	section.contents.explanation div.swipechangetargetinner article.onlineshop div.incontents article h2::before{
		background-color: #fb6;
		box-shadow: inset 5px 5px 10px #ebac5e,inset -5px -5px 10px #ffca6e;
	}
	section.contents.explanation div.swipechangetargetinner article.landing div.incontents article h2::before{
		background-color: #ffff80;
		box-shadow: inset 5px 5px 10px #ebeb76,inset -5px -5px 10px #ffff8a;
	}
	section.contents.explanation div.swipechangetargetinner article.recruit div.incontents article h2::before{
		background-color: #f99;
		box-shadow: inset 5px 5px 10px #eb9c9c,inset -5px -5px 10px #ffb8b8;
	}
	section.contents.explanation div.swipechangetargetinner article.websystem div.incontents article h2::before{
		background-color: #dab5ff;
		box-shadow: inset 5px 5px 10px #c9a7eb,inset -5px -5px 10px #ebc3ff;
	}
	section.contents.explanation div.swipechangetargetinner article.portalsite div.incontents article h2::before{
		background-color: #9c3;
		box-shadow: inset 5px 5px 10px #8dbc2f,inset -5px -5px 10px #a5dc37;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article div.imgwrapblock.type_01 p{
		width:calc( 100% - 300px - 2em );
		line-height:2em;
		padding:1em 0;
		font-size:16px;
	}
	section.contents.explanation div.swipechangetargetinner article div.incontents article div.imgwrapblock.type_02 p{
		width:800px;
		line-height:2em;
		padding:1em 0;
		font-size:16px;
		margin:0 auto;
	}
}
@media (orientation: landscape) and (max-width:568px){
}
@media (orientation: landscape) and (min-width:569px) and (max-width:724px){
}
@media (orientation: landscape) and (min-width:725px) and (max-width:1099px){
}
@media screen and (min-width:1100px){
  /*共通*/
  section.contents.website{
    overflow: inherit !important;
  }
}