@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
    letter-spacing: .1em;
    line-height: 2em;
	box-sizing: border-box;
}

html{
    font-size: .8vw;
}

body{
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    /*font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";*/
    font-size: 14px;
	position: relative;
}

ul,ol{
	list-style: none;
}

a{
	color: inherit;
    text-decoration: none;
}

img , iframe{
	max-width: 100%;
	vertical-align: middle;
}

img{
    height: auto;
}

table{
    table-layout: fixed;
    border-collapse: collapse;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.wrapper{
	width: 100%;
	overflow: hidden;
	height: 100%;
   min-height: 100vh;
   padding-bottom: 130px;
   box-sizing: border-box;
}

.ff_bsc{
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.ff_lato{
    font-family: 'Lato', sans-serif;
}

.dp_ib{
    display: inline-block;
}

.contentIn{
	width: 90%;
	margin: 0 auto;
}

.contentIn02{
	width: 85%;
	max-width: 1280px;
	margin: 0 auto;
}

.flexBox{
	display: flex;
}

.i_flex{
	display: inline-flex;
}

.ai_c{
	align-items: center;
}

.ai_fs{
	align-items: flex-start;
}

.ai_fe{
	align-items: flex-end;
}

.ai_s{
    align-items: stretch;
}

.jc_sb{
	justify-content: space-between;
}

.jc_sa{
	justify-content: space-around;
}

.jc_c{
	justify-content: center;
}

.jc_fe{
	justify-content: flex-end;
}

.fw_wp{
    flex-wrap: wrap;
}

.flexL{
	order: 1;
}

.flexC{
	order: 2;
}

.flexR{
	order: 3;
}

.txa_c{
	text-align: center;
}

.txa_r{
	text-align: right;
}

.txa_l{
	text-align: left;
}

.fwB{
    font-weight: bold;
}

.hoverOpa{
    transition: opacity .3s;
}

.hoverOpa:hover{
    opacity: .7;
}

.ofCover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ofCotain{
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit:contain;';
}

.youtubeWrap{
    position: relative;
    width: 100%;
    padding-top: 56.25%;;
}

.youtubeWrap iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

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

全ページ共通CSS

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

.txc_blue01{
    color: #22578B;
}

.txc_white{
    color: #fff;
}

.ttlStl01{
	margin-bottom: .3em;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 60px;
    font-weight: 600;
	line-height: 1.4em;
}

.ttlStl01 span{
	display: inline-block;
	line-height: 1.4em;
}

.ttlStl02{
	margin-bottom: 1em;
	font-size: 2rem;
}

span.ttlWrap ,
span.ttlWrap span{
	transition: 1s;
}

span.ttlWrap{
	transform: translateX(-101%);
	overflow: hidden;
}

*.scrollin > span.ttlWrap{
	transform: translateX(0);
}

span.ttlWrap span{
	transform: translateX(101%);
}

*.scrollin > span.ttlWrap span{
	transform: translateX(0);
}

.catch01{
    margin-bottom: 1.2em;
    font-size: 22px;
    font-weight: bold;
}

.catch01:after{
    content: '';
    display: block;
    width: 1.2em;
    height: .2em;
    margin: 1em .3em 0;
    background: url("../images/icon_horizontalBar_gradation.svg") no-repeat center center / contain;
}

.linkStl01{
	color: #22578b;
}

.linkStl01:not(:hover){
	text-decoration: underline;
}

.txa_c .btnStl01{
	width: 16em;
	max-width: 100%;
}

.btnStl01Wrap{
	position: relative;
	display: inline-block;
	
}

.btnStl01Wrap:after{
	content: '';
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	left: 0;
	width: 60%;
	height: 70%;
	margin: 0 auto;
	box-shadow: 0 .2em 1.5em .5em rgba(0,0,0,.1);
	border-radius: 100px;
}

.btnStl01{
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 1em 3.5em 1em 3em;
	color: #fff;
	font-family: 'Barlow Semi Condensed';
	font-weight: 600;
	text-align: center;
	background: linear-gradient(to right,#89b3e5,#78cce2);
	border-radius: 200px !important;
}

.btnStl01:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 1.5em;
	display: block;
	width: 1.2em;
	height: 1em;
	background: url("../images/arrowR01_white.svg") no-repeat center center / contain;
	transform: translateY(-50%);
	transition: .3s;
}

.btnStl01:hover:after{
	right: 1.2em;
}

.listStl01 li{
    padding-left: 1em;
    text-indent: -1em;
}

.listStl01 li:before{
    content: '・';
}

.tableStl01 > tbody > tr + tr{
    border-top: 1px solid #D9D9D9;
}

.tableStl01 > tbody > tr > *{
    padding: 1.2em 1em;
}

.tableStl01 > tbody > tr > th{
    width: 90px;
    color: #22578B;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.tableStl02 > tbody > tr > *{
	padding: .5em 0;
}

.tableStl02 > tbody > tr > th{
	padding-right: 2em;
	color: #22578b;
	font-family: 'Barlow Semi Condensed';
	font-weight: 600;
	text-align: left;
	vertical-align: top;
}

.articleList{
	width: 100%;
}

.articleList > tbody > tr{
    border-bottom: 1px solid #D9D9D9;
}

.articleList > tbody > tr > * {
    padding: 1em .2em;
}

.articleList > tbody > tr > th{
	width: 7em;
    color: #22578B;
    font-family: 'Barlow Semi Condensed';
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.formTable > tbody > tr > *{
    padding: 1em .5em;
}

.formTable > tbody > tr > th{
	width: 30%;
	padding-right: 2em;
    color: #22578B;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.formTable > tbody > tr.required > th:after{
    content: '\5FC5\9808';
    display: inline-block;
    float: right;
    color: #fff;
	margin-top: .25em;
    padding: .4em;
    font-size: 11px;
    line-height: 1em;
    white-space: nowrap;
    background: #22578B;
	font-weight: normal;
}

.formTable > tbody > tr > td > a{
	transition:.3s;
}

.formTable > tbody > tr > td > a:hover{
	opacity: .8;
}

.bk_dotted01{
    background: url("../images/bk_dotted_gray.svg") repeat top left;
}

.bk_blue01{
	background: linear-gradient(to right ,rgba(137,179,229,.1),rgba(120,204,226,.1));
}

.boxStl01{
    padding: 2em;
    background: #fff;
}

.date{
	color: #22578b;
	font-family: 'Barlow Semi Condensed';
}

.worksList > .worksBox{
	display: flex;
	align-items: flex-start;
	margin-top: 3%;
	margin-bottom: 3%;
	font-size: 14px;
}

.worksList > .worksBox .category{
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-shrink: 0;
	height: 60%;
	max-height: 300px;
	margin-right: .5em;
	color: #22578b;
	font-family: 'Barlow Semi Condensed';
}

.worksList > .worksBox .category:before{
	content: '';
	display: block;
	flex-grow: 1;
	width: 1px;
	background: #22578b;
}

.worksList > .worksBox .category > *{
	margin-top: .5em;
	word-break: break-all;
	writing-mode: vertical-rl;
	transform: rotate(-180deg);
}

.worksList > .worksBox .worksBoxIn{
	display: block;
	flex-grow: 1;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 2em 0em rgba(0,0,0,.05);
}

.worksList > .worksBox .worksBoxIn .worksImg{
	height: 15vw;
	overflow: hidden;
}

.worksList > .worksBox .worksTxt{
	padding: 1.5em;
}

.worksList > .worksBox .worksImg img{
	transition: .3s all;
}

#works-list a:hover .worksImg img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#works-list .hoverOpa:hover{
    opacity: 1;
}


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

ヘッダー

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

header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    color: #fff;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,0));
    transition: .3s;
}

header .logo{
	display: block;
    margin-left: 30px;
}

header .logo *{
	display: block;
}

header .globalNav li a{
    display: block;
    padding: 1.5em 1.6em;
	font-size: 1.4rem;
	font-size: clamp(12px, 1.4rem, 18px);
    transition: opacity .3s;
}

header .globalNav li a:hover{
    opacity: .8;
}

header .globalNav li.contactBtn a{
    background: linear-gradient(to right, #89B3E5,#78CCE2);
}

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

フッター

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


.pagetop{
    position: fixed;
    bottom: 24px;
    right: 40px;
	 z-index: 100;
}

footer{
	width: 100%;
    padding: 30px 0 20px;
    color: #fff;
    background: #000;
	position: absolute;
    bottom: 0;
}

footer .copyright{
    margin-top: 30px;
    font-size: 12px;
}

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

トップページ

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

.hero-area{
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 200px;
	color: #fff;
    background: url("../images/mainImgPC.jpg") no-repeat center center/ cover;
}

.hero-area .heroTxt{
    position: absolute;
    top: 50%;
    right: 0;
    left: 8%;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}

.hero-area .scroll{
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	text-align: center;
	transform: translateX(-50%);
	cursor: pointer;
}

.hero-area .scroll span{
	position: relative;
	display: block;
	width: 1px;
	height: 3em;
	margin: .5em auto 0;
}

.hero-area .scroll span:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	background: #fff;
	animation: scroll 1.5s ease infinite;
}

@keyframes scroll{
	0%{
		height: 0;
	}
	100%{
		height: 100%;
	}
}

#about,#works,#company,#whatsNew,.googleMap,#contact{
	background-color: #fff;
}

#about .contentIn, #company .contentIn {
    max-width: 1080px;
}

#about{
    position: relative;
	padding: 5em 0 8em;
}

#about:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    display: block;
    width: 80%;
    height: 65%;
    background: linear-gradient(to right ,rgba(137,179,229,.1),rgba(120,204,226,.1));
}

#about .flexTxt{
	flex-basis: 48%;
}

#about .flexImg{
	flex-basis: 47%;
	text-align: right;
}

#about .flexImg img{
	display: inline-block;
	vertical-align: top;
}

#about .flexImg img[src*="01."]{
	width: 100%;
	margin-bottom: 2.5%;
}

#about .flexImg img[src*="02."]{
	width: 30%;
}

#about .flexImg img[src*="03."]{
	width: 60%;
	margin-left: 1.5%;
}

#about .text{
	max-width: 700px;
    line-height: 200%;
}

#service{
    padding: 3em 0;
}

.service.show:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url("../images/bk_service.png") center no-repeat;
    background-size:cover;
  }

.serviceList {
    padding: 0 .5%;
}

.serviceList > li{
	display: flex;
	flex-basis: 24%;
	flex-direction: column;
    margin: .5%;
    background: #fff;
}

.serviceList > li .serviceTtl{
	display: flex;
	align-items: center;
	justify-content: space-around;
	min-height: 15em;
	flex-direction: column;
	flex-shrink: 0;
    padding: 2em 1em 1em;
    background: linear-gradient(to right ,rgba(137,179,229,.1),rgba(120,204,226,.1));
}

.serviceList > li .serviceTtl .ttl{
	margin-bottom: .5em;
    font-size: 18px;
    font-weight: bold;
	line-height: 1.5em;
}

.serviceList > li .serviceDetails{
	/*display: flex;
	flex-direction: column;
	flex-grow: 1;*/
    padding: 2em;
}

.serviceList > li:nth-of-type(1) .serviceDetails{
	background: url("../images/num01_skyblue.svg") no-repeat bottom right .5em;
}

.serviceList > li:nth-of-type(2) .serviceDetails{
	background: url("../images/num02_skyblue.svg") no-repeat bottom right .5em;
}

.serviceList > li:nth-of-type(3) .serviceDetails{
	background: url("../images/num03_skyblue.svg") no-repeat bottom right .5em;
}

.serviceList > li:nth-of-type(4) .serviceDetails{
	background: url("../images/num04_skyblue.svg") no-repeat bottom right .5em;
}

.serviceList > li .serviceDetails > .txa_c{
	/*flex-basis: 30%;
	flex-shrink: 0;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.serviceList > li .serviceDetails .detailsTxt:before{
    content: '';
    display: block;
    width: 2.5em;
    height: 1em;
    margin: 1.2em auto;
    background: url("../images/icon_horizontalBar_gradation.svg") no-repeat center center / contain;
}

#works{
	position: relative;
	padding: 5em 0;
}

#works:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 80%;
    height: 65%;
    background: linear-gradient(to right ,rgba(137,179,229,.1),rgba(120,204,226,.1));
}

#works .worksList .worksTtl{
	display: flex;
	align-items: flex-start;
	flex-basis: 10%;
	flex-direction: column;
	justify-content: center;
	margin-right: 5%;
}

#works .worksList .worksTtl .btnStl01{
	width: 10em;
   max-width: 100%;
   font-size: 16px;
   padding: .8em 3.5em .8em 3em;
}

#works .spOnly .btnStl01 {
    max-width: 280px;
    width: 100%;
    padding: 1em 4.5em 1em 4em;
    font-size: 18px;
}

#works .worksList:after{
	content: '';
	display: inline-block;
	flex-basis: 35%;
}

#works .worksList > .worksBox{
	flex-basis: 35%;
}

#works .worksList > .worksBox .worksImg{
	height: 17vw;
	overflow: hidden;
}

#works .worksList > .worksBox .worksImg img{
	transition: .3s all;
}

#works a:hover .worksImg img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#works .hoverOpa:hover{
    opacity: 1;
}

#company{
	padding: 4em 0;
}

#company .flexBox > table{
	width: 47%;
}

#company .flexBox > table .imgWrap{
	margin: .4em 0 1em;
}

.newIcon {
    display: inline-block;
    margin-left: 1em;
    padding: 0.4em 0.5em;
    color: #fff;
    font-size: 1.1rem;
    font-family: 'Barlow Semi Condensed';
    line-height: 1em;
	vertical-align: text-top;
	background: #22578B;
}

#whatsNew .whatsNewTtl{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 25%;
	min-width: 250px;
	padding: 1em;
	color: #fff;
	font-family: 'Barlow Semi Condensed';
	font-size: 45px;
	background: #000;
}

#whatsNew .whatsNewTtl p{
	line-height: 1em;
}

#whatsNew .whatsNewTtl span{
	display: inline-block;
	line-height: 1.2em;
}

#whatsNew .whatsNewList{
	width: 60%;
	margin-top: 3%;
	margin-left: 6%;
}

#contact{
	padding: 8em 0 8em;
}

#contact .formTable{
	width: 90%;
	margin: 0 auto;
}

#contact .contentIn {
    max-width: 1100px;
}

.formTable > tbody > tr > th{
	width: 280px;
}

.formTable > tbody > tr > td input ,
.formTable > tbody > tr > td textarea{
	padding: .2em .5em;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #efefef;
	border: none;
}

.formTable > tbody > tr > td > input,
.formTable > tbody > tr > td > textarea{
	width: 100%;
}

.formTable > tbody > tr > td > textarea{
	min-height: 6em;
	resize: vertical;
}

.formTable > tbody > tr > td .checkStl01 > *{
	display: inline-block;
	min-width: 33%;
	margin-bottom: 1em;
	padding-right: 1em;
}

.formTable > tbody > tr > td .checkStl01 > .horizontal-item + .horizontal-item{
	margin-left: 0;
}

.checkStl01 label{
	position: relative;
	display: inline-block;
	padding-left: 1.8em;
	line-height: 1.8em;
}

.checkStl01 label:before{
	content: '';
	position: absolute;
	top: .3em;
	left: 0;
	display: block;
	width: 1.2em;
	height: 1.2em;
	background: #efefef;
	border-radius: 50%;
}

.checkStl01 label.checked:after{
	content: '';
	position: absolute;
	top: .6em;
	left: .3em;
	display: block;
	width: .6em;
	height: .6em;
	background: #22578b;
	border-radius: 50%;
}

.checkStl01 input[type="checkbox"]{
	display: none;
}

#contact .privacypolicyCheck{
	margin: 1em auto 2.5em;
}

#contact .btnStl01Wrap{
	position: relative;
}

#contact .btnStl01Wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.5em;
    z-index: 12;
    display: block;
    width: 1.2em;
    height: 1em;
    background: url(../images/arrowR01_white.svg) no-repeat center center / contain;
    transform: translateY(-50%);
    transition: .3s;
	pointer-events: none;
}

#contact .btnStl01Wrap:hover:before{
	right: 1.2em;
}

#contact .btnStl01Wrap .btnStl01{
	width: 20em;
   font-size: 14px;
   padding: 2em 3.5em 2em 3em;
}

.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
    display: inline-block;
    width: 22vw !important;
    min-width: 60px !important;
    max-width: 98px !important;
}

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

下層ページ共通CSS

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

.headImg{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 250px;
	padding: 2em 1em 1em;
}

.headImg .headTxt{
	color: #fff;
	font-family: 'Barlow Semi Condensed';
	font-size: 60px;
}

.pagination {
	margin-top: 3em;
}

.pagination ul{
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination ul li{
	margin: .5em;
}

.pagination ul li > *{
	position: relative;
	display: block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	white-space: nowrap;
	border-radius: 50%;
	transition: .3s;
}

.pagination ul li a.prev ,
.pagination ul li a.next{
	background: linear-gradient(to right, #89B3E5,#78CCE2);
}

.pagination ul li a.prev:hover ,
.pagination ul li a.next:hover{
	opacity: .8;
}

.pagination ul li a .prevArrow ,
.pagination ul li a .nextArrow{
	display: block;
	width: 1em;
	height: 100%;
	margin: 0 auto
}

.pagination ul li a .prevArrow{
	background: url(../images/arrowL01_white.svg) no-repeat center center / contain;
}

.pagination ul li a .nextArrow{
	background: url(../images/arrowR01_white.svg) no-repeat center center / contain;
}

.pagination ul li a:not(.prev):not(.next):after ,
.pagination ul li .current:after{
	content:'';
	position: absolute;
	right:0;
	bottom: 0;
	left: 0;
	display: block;
	height: 2px;
	margin: 0 auto;
	background: #22578B;
}

.pagination ul li a:not(.prev):not(.next):after{
	width: 0px;
	transition: width .3s;
}

.pagination ul li .current ,
.pagination ul li a:not(.prev):not(.next):hover{
	color: #22578B;
}

.pagination ul li .current:after ,
.pagination ul li a:not(.prev):not(.next):hover:after{
	width: 1em;
}

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

下層ページ:WORKS LIST

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

#works-list{
	position: relative;
	padding: 5em 0 6em;
}

#works-list:before ,
#works-list:after{
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	width: 80%;
	height: 20%;
	background: linear-gradient(to right ,rgba(137,179,229,.1),rgba(120,204,226,.1));
}

#works-list:before{
	top: 20%;
	right: 0;
}

#works-list:after{
	bottom: 12%;
	left: 0;
}

.worksTab{
	margin-bottom: 2em;
}

.worksTab li{
	margin: 1em;
}

.worksTab li a{
	position: relative;
	padding: .6em 0;
	color: #bbbbbb;
	font-size: 20px;
	transition: .3s;
}

.worksTab li.active a,
.worksTab li a:hover{
	color: #22578b;
}

.worksTab li.active a:before{
	content: '';
	display: inline-block;
	width: .6em;
	height: .6em;
	margin-right: .5em;
	background: url("../images/icon_all_blue.svg") no-repeat center center / contain;
}

.worksTab li.active a:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background: #22578b;
}

#works-list .worksList > .worksBox{
	flex-basis: 31%;
}

#works-list .worksList:after{
	content: '';
	display: block;
	flex-basis: 30%;
}

#works-list .worksBoxIn {
    box-shadow: 0 0 2em 0em rgba(0,0,0,.05);
}

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

下層ページ:WORKS DETAILS

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

#works-details{
	position: relative;
	padding: 0 0 5em;
}

#works-details .worksTtl{
	font-size: 22px;
	font-weight: bold;
}

#works-details .worksTtl:after{
	content: '';
	display: block;
	width: 1.5em;
	height: .5em;
	margin: 1em auto 1.5em;
	background: url("../images/icon_horizontalBar_gradation.svg") no-repeat center center / contain;
}

#works-details .worksType{
	margin-bottom: 3em;
}

#works-details .categoryWrap li{
	 margin: 1em;
}

#works-details .categoryWrap li a{
	display: block;
	padding: .2em 1em;
	color: #fff;
	font-family: 'Barlow Semi Condensed';
	font-size: 16px;
	line-height: 1.2em;
	background: #22578b;
}

#works-details .clientName{
	font-size: 16px;
}

#works-details .works-mainAbout{
	position: relative;
	padding: 5em 0;
}

#works-details .works-mainAbout:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 80%;
	height: 40%;
	background: linear-gradient(to right ,rgba(137,179,229,.1),rgba(120,204,226,.1));
}

#works-details .works-mainAbout .imgWrap img{
	box-shadow: 0 0 2em 0em rgba(0,0,0,.1);
}

#works-details .works-mainAbout .imgWrap + p{
	max-width: 1000px;
	margin: 5em auto 1em;
}

#works-details .pcImage{
	padding: 5em 0;
}

#works-details .pcImage > .flexBox{
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}

#works-details .pcImage > .flexBox > *{
	flex-basis: 47%;
	margin: 2em 0;
	text-align: center;
}

#works-details .pcImage .imgWrap{
	margin: 1.5%;
}

#works-details .pcImage .imgWrap img{
	box-shadow: 0 0 2em 0em rgba(0,0,0,.05);
}

#works-details .spImage{
	padding: 5em 0 0;
}

#works-details .spImage .imgWrap{
	padding: 1em;
	text-align: center;
}

#works-details .spImage .spCover{
	position: relative;
	display: inline-block;
}

#works-details .spImage .spCover:after{
	content: '';
	position: absolute;
	top: 2%;
	right: 5%;
	bottom: 2%;
	left: 5%;
	display: block;
	margin: 0 auto;
	border-radius: 40px;
	box-shadow: 0 0 1.5em .5em rgba(0,0,0,.2);
}

#works-details .spImage .spCover img{
	position: relative;
	z-index: 2;
}


#works-details .spImage .spCover span{
	position: absolute;
	top: 7.3%;
    right: 6.4%;
    bottom: 3%;
    left: 6.6%;
	z-index: 1;
	display: block;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
}

#works-details .worksAbout03 .tableCategory td span + span:before{
	content: '、';
}

.worksLink{
	width: 85%;
	max-width: 1280px;
	margin: 2em auto;
	padding: 2em 0;
	border-top: 1px solid #d9d9d9;
}

.worksLink .prevWorks.linkNone,
.worksLink .nextWorks.linkNone{
	opacity: 0 !important;
	pointer-events: none;
}

.worksLink a{
	display: flex;
	align-items: center;
	color: #22578b;
	font-family: 'Barlow Semi Condensed';
	font-size: 20px;
	font-weight: 600;
	transition: opacity .3s;
}

.worksLink a:hover{
	opacity: .8;
}

.worksLink .prevWorks a:before ,
.worksLink .nextWorks a:after {
	content: '';
	display: inline-block;
	width: 1.2em;
	height: 1em;
}

.worksLink .prevWorks a:before{
	margin-right: .8em;
	background: url("../images/arrowL01_blue.svg") no-repeat center center / contain;
}

.worksLink .nextWorks a:after{
	margin-left: .8em;
	background: url("../images/arrowR01_blue.svg") no-repeat center center / contain;
}

.worksLink .allWorks a:before{
	content: '';
	display: block;
	width: .6em;
	height: .6em;
	margin-right: .5em;
	background: url("../images/icon_all_blue.svg") no-repeat center center / contain;
}

.spImage{
	margin-bottom: 4em;
	padding-bottom: 4em;
}

.spImage .spImageSlide .imgWrap:focus{
	outline: none;
}

.spImageSlide img{
	margin: 0 auto;
}

.spImage-prevArrow{
	position: absolute;
	right: 52%;
	bottom: -6em;
	z-index: 1;
	width: 4.5em;
}

.spImage-nextArrow{
	position: absolute;
	bottom: -6em;
	left: 52%;
	z-index: 1;
	width: 4.5em;
}

.spImage-prevArrow.slick-disabled,
.spImage-nextArrow.slick-disabled{
	opacity: .5;
}

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

下層ページ:ARTICLE

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

#article-archive{
	padding: 8em 0;
}

#article-detalis{
	padding: 4.5em 0 8em;
}

#article-detalis .articleTable{
	width: 100%;
	margin-bottom: 3em;
}

.articleTable > tbody > tr > *{
	border-bottom: 1px solid #d9d9d9;	
}

.articleTable > tbody > tr > th{
	padding: 1.5em 0;
	text-align: left;
}

.articleTable > tbody > tr > th .date{
	margin-bottom: .2em;
	font-size: 16px;
}

.articleTable > tbody > tr > th .title{
	font-size: 20px;
	font-weight: bold;
}

.articleTable > tbody > tr > td{
	padding: 1em 0 3em;
}

.articleTable > tbody > tr > td h2{
	display: flex;
	align-items: flex-start;
	margin-top: 2em;
	font-size: 1.6rem;
	font-weight: bold;
}

.articleTable > tbody > tr > td h2:before{
	content: '';
	display: block;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: .45em;
	margin-right: .8em;
	background: linear-gradient(to right ,rgb(137,179,229),rgb(120,204,226));
}

.articleTable > tbody > tr > td h3{
	display: flex;
	align-items: flex-start;
	margin-top: 2em;
	font-size: 1.4rem;
	font-weight: bold;
}

.articleTable > tbody > tr > td h3:before{
	content: '';
	display: block;
	flex-shrink: 0;
	width: 1.4em;
	height: 1.8em;
	margin-right: .6em;
	background: url("../images/icon_horizontalBar_gradation02.svg") no-repeat center left / contain;
}

.articleTable > tbody > tr > td > *{
	margin: 1em 0;
}

#article-detalis .txa_c .btnStl01 {
    max-width: 280px;
    width: 100%;
    padding: 1em 4.5em 1em 4em;
    font-size: 18px;
}

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

下層ページ:IT導入補助金ご案内

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

.headImg#it-hojo-hero h2.headTxt img{
	width: 90%;
	max-width: 517px;
}

#it-hojo .support__period {
    margin: 6% 0 -3%;
    padding:0 1em;
    color: #a30d0d;
    font-size: 130%;
    font-weight: bold;
	line-height: 1.7em;
}

@media screen and (max-width:760px){
	#it-hojo .support__period{
        margin: 4em 0 -1em;
    	font-size: 120%;
    }
}

#it-hojo .breadcrumbWrap {
    margin: 10px 30px;
}

#it-hojo .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	font-size: 12px;
}

#it-hojo .breadcrumb li:not(:last-of-type)::after {
	content: "›";
	margin: 0 .6em;
	color: #ccc;
}

#it-hojo .contentIn03 {
	position: relative;
    width: 85%;
	max-width: 900px;
    margin: 0 auto;
}

#it-hojo h3.it-hojoTtl {
    font-size: 32px;
    font-weight: bold;
}

#it-hojo h4 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 50px;
}

#it-hojo h4 span {
    background: linear-gradient(to right, rgb(137, 179, 229), rgb(120, 204, 226));
    padding: 0.2em 1em;
    border-radius: 5px;
}
 
#it-hojo h4:before,
#it-hojo h4:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background: linear-gradient(to right, rgb(137, 179, 229), rgb(120, 204, 226));
	border-top: 8px double;
}
 
#it-hojo h4:before {
    margin-right: 1rem;
}
 
#it-hojo h4:after {
    margin-left: 1rem;
}

#it-hojo .it-hojoTtl:after {
    content: '';
    display: block;
    width: 1.5em;
    height: 0.5em;
    margin: 0 auto 1.5em;
    background: url("../images/icon_horizontalBar_gradation.svg") no-repeat center center / contain;
}

#it-hojo .bk_dotted01 {
	background-color: transparent;
    background-image: radial-gradient(#efefef 1px, transparent 1px);
    background-size: 6px 6px;
}

#it-hojo #it-hojo_about {
    position: relative;
    padding: 10rem 0 3rem;
}

#it-hojo span.ttlWrap span {
    letter-spacing: .2em;
}
#it-hojo span.ttlWrap, #it-hojo span.ttlWrap span {
    transition: 1s;
    display: inline-block;
}
#it-hojo .about-about{
	position: relative;
    padding: 60px;
    margin-bottom: 80px;
}

#it-hojo .about-about img.it-hojo_subImg01{
	position: absolute;
	top: -15%;
    left: -8%;
    width: 18%;
}

#it-hojo .about-about img.it-hojo_subImg02{
	position: absolute;
    bottom: 20%;
    left: 6%;
    width: 5%;
}

#it-hojo .about-about img.it-hojo_subImg03 {
    position: absolute;
    bottom: 10%;
    right: -10%;
    width: 14%;
}

#it-hojo .about-about img.it-hojo_subImg04{
	position: absolute;
    top: -4%;
    right: 6%;
    width: 9%;
}

#it-hojo .it-hojo-figure{
	position: relative;
}

#it-hojo img.it-hojo_subImg05{
	position: absolute;
    bottom: -40%;
    right: -10%;
    width: 14%;
}

#it-hojo .about-about p{
	line-height: 2.5em;
    font-size: 16px;
	letter-spacing: .2em;
}

#it-hojo .about-about p.MoE-TaI{
	margin-bottom: 2rem;
}

#it-hojo .it-hojo-listWrap{
	padding: 45px 10% 30px;
    margin: 45px 0 60px;
	background: linear-gradient(to right ,rgba(137,179,229,.1),rgba(120,204,226,.1));
}

#it-hojo ul.it-hojo-list {
	list-style-image: url("../images/icon_check.svg");
	max-width: 800px;
    margin: 0 auto;
}

#it-hojo ul li{
	padding-left: .5em;
	margin-bottom: .5em;
}

#it-hojo #it-hojo_about ul li{
	width: 26%;
	margin-bottom: 1em;
}

#it-hojo #it-hojo_about ul::after{
	content: "";
	width: 26%;
}

#it-hojo img.it-hojo_figure{
	display: block;
    width: 80%;
    margin: 0 auto;
}

#it-hojo .annotation{
	text-align: center;
	margin-bottom: 50px;
	color: #22578b;
}

#it-hojo #it-hojo_expenses {
    padding: 10rem 0 5rem;
}

#it-hojo #it-hojo_expenses .it-hojo-listWrap {
	position: relative;
}

#it-hojo #it-hojo_expenses ul {
	max-width: 520px;
}

#it-hojo img.it-hojo_subImg07 {
    position: absolute;
    bottom: 0%;
    left: 2%;
    width: 15%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(-50%, 50%);
}

#it-hojo img.it-hojo_subImg08{
	position: absolute;
    bottom: -16%;
    right: -7%;
    width: 11%;
}

#it-hojo img.it-hojo_subImg09{
	position: absolute;
    bottom: -20%;
    right: 8%;
    width: 4%;
}

#it-hojo .expensesTbl,
#it-hojo .applicationFrameTbl,
#it-hojo .settingTbl,
#it-hojo .it-hojo-attention,
#it-hojo #it-hojo_schedule,
#it-hojo #it-hojo_setting,
#it-hojo .sec02.decision,
#it-hojo .sec02.decision{
	position: relative;
}

#it-hojo table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 80px;
}

#it-hojo img.it-hojo_subImg06 {
    position: absolute;
    top: 10%;
    left: -20%;
    width: 19%;
    z-index: 10;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

#it-hojo th{
	background-color: #edf2f7;
	font-weight: normal;
	color: #22578b;
}

#it-hojo .expensesTbl th:first-child {
    width: 50%;
}

#it-hojo th:last-child{
	border-left: 1px solid #fff;
	border-right: 3px solid #edf2f7;
}

#it-hojo th:last-child{
	border-right: 3px solid #edf2f7;
}

#it-hojo th:not(:first-child){
	border-left: 1px solid #fff;
}

#it-hojo td {
	border: 1px solid #edf2f7;
}

#it-hojo td:first-child{
	border-left: 3px solid #edf2f7;
}

#it-hojo td:last-child{
	border-right: 3px solid #edf2f7;
}

#it-hojo tr:nth-child(2){
	border-top: 3px solid #edf2f7;
}

#it-hojo tr:last-child{
	border-bottom: 3px solid #edf2f7;
}

#it-hojo td, #it-hojo th {
	padding: 1em 0.5em;
	text-align: center;
}

#it-hojo tr:first-child th:first-child {
    border: none;
	background: none;
}

#it-hojo img.it-hojo_subImg10 {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 16%;
    z-index: 10;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

#it-hojo #it-hojo_applicationFrame h4.digital{
	padding-top: 50px;
}

#it-hojo #it-hojo_applicationFrame .Tbl2Wrap{
	position: relative;
}

#it-hojo #it-hojo_applicationFrame .Tbl2Wrap img.plus-mark{
	position: absolute;
	top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#it-hojo #it-hojo_applicationFrame .Tbl2 td {
	padding: 3.5em;
}

#it-hojo #it-hojo_applicationFrame .Tbl2 td {
    border-top: 3px solid #edf2f7;
}

#it-hojo #it-hojo_applicationFrame .applicationFrameTbl.digital table{
	margin-bottom: 60px;
}

#it-hojo .it-hojo-attention{
	padding: 45px 50px;
	border-radius: 0 0 10px 10px;
}

#it-hojo .attention-list{
	list-style: disc;
	padding-left: 1.25em;
}

#it-hojo .it-hojo-attention p.Ttl2{
	color: #22578b;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: .5em;
	letter-spacing: .15em;
}

#it-hojo .it-hojo-attention p.Ttl2::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 4px;
	margin-right: 0.5em;
	background-image:url("../images/icon_horizontalBar_gradation.svg");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

#it-hojo .sec02 {
	position: relative;
   	padding-top: 180px;
    padding-bottom: 70px;
    background: linear-gradient(to right ,rgb(137,179,229),rgb(120,204,226));
    margin-top: -138px;
    z-index: -2;
}

#it-hojo img.it-hojo_subImg11{
	position: absolute;
    bottom: -10%;
    right: -5%;
    width: 7%;
    z-index: 10;
}

#it-hojo .bk_dotted01 {
    background-color: #fff;
}

#it-hojo .triangle {
	position: relative;
	padding-bottom: 80px;
}

#it-hojo #it-hojo_applicationFrame .triangle:after {
    bottom: 138px;
}

#it-hojo #it-hojo_applicationFrame .triangle {
	padding-bottom: 0;
}

#it-hojo .triangle:after {
    content: "";
    position: absolute;
    bottom: 0%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 100px solid #fff;
    z-index: -1;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
}

#it-hojo .sec02 {
	color: #fff;
}

#it-hojo .sec02 h5{
	padding: 80px 0 40px;
	font-size: 26px;
}

#it-hojo .toolTbl{
	margin: 0;
}

#it-hojo .toolTbl tr {
	border-bottom: 1px solid #fff;
}

#it-hojo .toolTbl th,
#it-hojo .toolTbl td {
  padding: 24px 0;
  border: none;
}

#it-hojo .toolTbl th {
	width: 10%;
	color: #fff;
	padding: 1em;
	font-weight: bold;
	background-color: inherit;
}

#it-hojo .toolTbl td, #it-hojo .toolTbl th {
    padding: 1.2em;
    text-align: center;
}

#it-hojo .toolTbl tr:nth-child(2) {
    border-top: 1px solid #fff;
}

#it-hojo .toolTbl td, #it-hojo .toolTbl th {
    text-align: left;
	color: #fff;
}

#it-hojo .tool ul li {
    padding: 0;
	margin-bottom: 10px;
	width: 15.7%;
}

#it-hojo .attention-p {
    padding-top: 40px;
}

#it-hojo .attention-p p {
    padding-left: 1em;
    text-indent: -1em;
}

#it-hojo .purchaseCostsTxt{
	border: 1px solid #fff;
    border-radius: 100px;
	align-items: center;
	margin-bottom: 40px;
}
#it-hojo .purchaseCosts .purchaseCostsTxt p {
    display: block;
    width: 50%;
    text-align: center;
    padding: 0 .5em;
	font-size: 16px;
}

#it-hojo .purchaseCosts p.leftTxt {
    border-radius: 100px 0 0 100px;
}

#it-hojo .purchaseCosts p.rightTxt {
    border-radius: 0 100px 100px 0;
	background: #fff;
	color: #89b3e5;
	font-weight: bold;
}

#it-hojo .purchaseCosts span.purchaseCostsNumber {
    font-size: 28px;
}

#it-hojo .purchaseCostsImg1 .hardwareImgWrap,
#it-hojo .purchaseCostsImg2 .hardwareImgWrap {
    max-height: 100px;
    height: 20vw;
}

#it-hojo .purchaseCostsImg1 .hardwareImgWrap img,
#it-hojo .purchaseCostsImg2 .hardwareImgWrap img {
    margin: 0 auto;
	max-width: 100px;
}

#it-hojo .purchaseCostsImg1 p,
#it-hojo .purchaseCostsImg2 p {
    text-align: center;
	margin: 0.5em 0 4em;
}

#it-hojo .purchaseCostsImg1 li {
    flex-direction: column;
    width: 20%;
}

#it-hojo .purchaseCostsImg2 li {
    flex-direction: column;
    width: 24%;
}

#it-hojo #it-hojo_applicationFrame {
	position: relative;
    margin-bottom: 10rem;
}

#it-hojo img.it-hojo_subImg12 {
    position: absolute;
    bottom: -6%;
    left: 0%;
    width: 18%;
    transform: translate(-50%, 50%);
}

#it-hojo #it-hojo_setting{
	padding-bottom: 6rem;
}

#it-hojo .settingTbl th {
    width: 15%;
}

#it-hojo .settingTbl tr:first-child th:first-child{
    border-top: 3px solid #edf2f7;
    background: #edf2f7;
}

#it-hojo .settingTbl tr:first-child td {
    border-top: 3px solid #edf2f7;
}

#it-hojo .settingTbl tr:nth-child(2) {
    border-top: none;
}

#it-hojo .settingTbl tr th:not(:last-child) {
    border-bottom: 1px solid #fff;
}

#it-hojo .settingTbl td {
    padding: 1.2em 2em;
	text-align: left;
}

#it-hojo .settingTbl td p{
	padding-left:1em;
	text-indent:-1em;
}

#it-hojo .sec02.decision {
    margin-top: 0;
}

#it-hojo img.it-hojo_subImg13 {
	position: absolute;
    bottom: -10%;
    right: -10%;
    width: 18%;
}

#it-hojo img.it-hojo_subImg14 {
    position: absolute;
    bottom: -130px;
    left: -12%;
    width: 18%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

#it-hojo .scheduleTbl.digital table {
    margin-bottom: 0 !important;
}

#it-hojo .scheduleTbl {
    font-size: 13px;
}

#it-hojo .scheduleTbl tr th:first-child {
    width: 90px;
}

#it-hojo .scheduleTbl tr th:not(:last-child) {
    border-bottom: 1px solid #fff;
}

#it-hojo .sec02.decision h5 {
    padding: 20px 0px 40px;
}

#it-hojo .decision .flow > li {
	flex-basis: 22%;
	margin: 0px 2% 3rem;
}

#it-hojo .decision .flow > li:first-child {
	margin-left: 0;
}

#it-hojo .decision .flow > li:nth-child(4) {
	margin-right: 0;
}

#it-hojo .decision .flow > li .icon {
	font-size: 18px;
	line-height: 30px;
	width: 30px;
	color: #fff;
	background: #044d9a;
	margin: 0px auto -15px;
	display: block;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 10;
}

#it-hojo .decision .flow > li dt {
	padding: 30px 20px;
	margin: 0;
	background: #fff;
	position: relative;
	border-radius: 5px;
}

#it-hojo .decision .flow > li:not(:last-child) dt::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 10px;
	display: inline-block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 101%;
	transform: translateY(-50%) translateX(50%) rotate(45deg);
}

#it-hojo .decision .flow > li:nth-child(4) dt::before {
	display: none;
}

#it-hojo .decision .flow > li:nth-child(5) dt::after {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 10px;
	display: inline-block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: -10%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

#it-hojo .decision .flow > li dl dt {
  font-size: 16px;
  font-weight: 600;
  color: #89b3e5;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: .5rem;
  text-align: center;
}

#it-hojo img.it-hojo_subImg15 {
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 8%;
    z-index: 10;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

#it-hojo #it-hojo_process{
	position: relative;
	background: linear-gradient(to right, rgba(137, 179, 229, 0.1), rgba(120, 204, 226, 0.1));
	padding-top: 12rem;
}

#it-hojo .processList{
	position: relative;
	width: 32.5%;
	background-color: #fff;
	margin-bottom: 4rem;
}

#it-hojo .processList h5{
	display: inline-block;
	background: linear-gradient(to right, rgb(137, 179, 229), rgb(120, 204, 226));
    padding: 0.2em 1em;
    border-radius: 0 0 0.5em 0;
	color: #fff;
	font-size: 18px;
}

#it-hojo .processList ul{
	padding: 10% 15% 10%;
}

#it-hojo .processList ul li{
	list-style: disc;
	padding-left: 0;
	font-weight: bold;
}

#it-hojo .processList p{
	font-size: 13px;
}

.mb-10{
	margin-bottom: 10px;
}

#it-hojo .processList::before,
#it-hojo .processList::after{
    position: absolute;
    content: "";
    vertical-align: middle;
}

#it-hojo .processList:not(:last-child)::before{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(to right, rgb(137, 179, 229), rgb(120, 204, 226));
	top: 50%;
    right: 0;
	-webkit-transform: translate(70%, -50%) rotate(45deg);
	transform: translate(70%, -50%) rotate(45deg);
	z-index: 1;
}

#it-hojo .processList:not(:last-child)::after{
	right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
	-webkit-transform: translate(100%, -50%) rotate(45deg);
	transform: translate(100%, -50%) rotate(45deg);
	z-index: 2;
}

#it-hojo .processList.flow{
	position: relative;
	width: 100%;
	background-color: #fff;
	margin-bottom: 10rem;
}

#it-hojo .processList.flow:before, #it-hojo .processList.flow:after {
    display: none;
}

#it-hojo .processList.flow ol{
	counter-reset: item;
  	list-style-type: none;
}

#it-hojo .processList.flow ol li{
	padding-left: 0;
	font-weight: bold;
}

#it-hojo .processList.flow ol li:before {
	counter-increment: item;
	content: counter(item);
	padding-right: .5em;
	margin-left: -1em;
	font-weight: bold;
	color: #89b3e5;
	font-size: 18px;
	font-family: 'Barlow Semi Condensed', sans-serif;
}

#it-hojo .processList.flow ol .registrationFlow{
	margin-top: 2rem;
	position: relative;
	padding-left: 2.5em;
}

#it-hojo .processList.flow ol .registrationFlow:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 1em;
	left: -2em;
	background-image: url("../images/it-hojoArrow.svg");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

#it-hojo .processList.flow .registration ol{
	width: 48%;
	padding: 5% 2% 5% 7%;
}

#it-hojo .processList.flow .registrationImg{
	width: 48%;
	padding: 0 5% 5% 0;
}

#it-hojo .processList.flow .registrationImg img{
	margin-bottom: 1em;
}

#it-hojo .processList.flow .registrationImg p{
	padding-left:1em;
	text-indent:-1em;
}

#it-hojo #it-hojo_support{
	padding-top: 12rem;
	position: relative;
}

#it-hojo img.it-hojo_subImg16{
    position: absolute;
    bottom: -10%;
    left: -12%;
    width: 18%;
    z-index: 10;
}

#it-hojo #it-hojo_support .it-hojo-listWrap{
	position: relative;
}

#it-hojo #it-hojo_support ul{
	max-width: 550px;
}

#it-hojo img.it-hojo_subImg17 {
    position: absolute;
    bottom: -22%;
    right: -1%;
    width: 14%;
    z-index: 10;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 0%);
}

#it-hojo #it-hojo_support .btnStl01Wrap {
    position: relative;
    text-align: center;
	display: block;
	margin: 24rem 0 14rem;
}

#it-hojo #it-hojo_support .btnStl01 {
    width: 70%;
	font-size: 22px;
    padding: 2em 3.5em 2em 3em;
}

#it-hojo #it-hojo_support .btnStl01Wrap:after {
    width: 40%;
	box-shadow: rgb(0 0 0 / 10%) 0px 0.2em 2.5em 1.5em;
}

#it-hojo .it-hojo_contact{
	position: relative;
}

#it-hojo img.it-hojo_subImg18{
	position: absolute;
    top: 5%;
    left: 50%;
    width: 18%;
    z-index: -1;
	transform: translate(-50%, -100%);
}

.imgAnimeWrap{
	animation: purupuru_anim 2.5s infinite;
}

@keyframes purupuru_anim {
	0% {transform: translate(0, 0);}
	20% {transform: translate(0, 0);}
	25% {transform: translate(0, 10px);}
	30% {transform: translate(0, 0);}
	100% {transform: translate(0, 0);}
}

/*質問==================================*/

#it-hojo #it-hojo_qa {
	padding-top: 12rem;
	position: relative;
}

#it-hojo #it-hojo_qa .accordion_one {
    background: linear-gradient(to right, rgba(137, 179, 229, 0.1), rgba(120, 204, 226, 0.1));
    margin-bottom: 10px;
}

#it-hojo #it-hojo_qa .accordion_one.qa-aWrap {
    padding: 0 3%;
    background: inherit;
}

#it-hojo #it-hojo_qa .accordion_one.qa-aWrap2 {
    background: inherit;
	margin-bottom: 0;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_header {
	color: #044d9a;
	font-size: 16px;
	letter-spacing: 0.15em;
	font-weight: bold;
	padding: 20px 3% 20px 4%;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_header.qHeader p{
	color: #000;
	font-size: 14px;
	padding: 0 42px;
    position: relative;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_header.qHeader p:before{
	content: "Q";
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(to right, #89B3E5,#78CCE2);
	font-family: 'Barlow Semi Condensed', sans-serif;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_header.aHeader{
	color: #000;
	font-weight: normal;
	font-size: 14px;
	cursor: inherit;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_inner .accordion_header {
	background: #fff;
    padding: 20px 3% 20px 2.4%;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_inner .accordion_inner .accordion_header {
	background: #fff;
	border-top: 1px solid #edf2f7;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_inner .accordion_inner .accordion_header p {
	position: relative;
	padding: 0 0 0 42px;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_inner .accordion_inner .accordion_header p:before {
    content: "A";
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #044d9a;
	font-family: 'Barlow Semi Condensed', sans-serif;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 3%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#it-hojo #it-hojo_qa .accordion_one .accordion_header .i_box .one_i:before,
#it-hojo #it-hojo_qa .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #044d9a;
	width: 14px;
    height: 2px;
    position: absolute;
    top: 6px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_header .i_box .one_i:before {
	width: 2px;
    height: 14px;
    top: 0;
    left: 6px
}

#it-hojo #it-hojo_qa .accordion_one .accordion_header.qHeader .i_box .one_i:before {
    height: 16px;
	left: 9px;
	background-color: #044d9a;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_header.qHeader .i_box {
    right: 1.5%;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_header.qHeader .i_box .one_i:after {
	width: 16px;
	top: 7px;
	left: 2px;
	background-color: #044d9a;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#it-hojo #it-hojo_qa .accordion_one .accordion_inner {
	display: none;
	padding-bottom: 2%;
	box-sizing: border-box;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_inner.qa-aInner {
	padding-bottom: 0;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_inner .box_one {
	height: 300px;
}

#it-hojo #it-hojo_qa .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}

#it-hojo #it-hojo_qa .aHeader p span.pList {
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
}

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

下層ページ:404

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

.not_found {
    width: 90%;
	max-width: 1000px;
    margin: 0 auto;
    padding-top: 150px;
}

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

下層ページ:ページ名

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


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

js animation

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


*[class*="fadein"].js_st{
  opacity: 0;	
  transition : all 1500ms, background .3s , min-width 0s;
}

*[class*="fadein"].js_st.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right ,rgb(137,179,229),rgb(120,204,226));
	z-index: 99999;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -4em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 4em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}



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

@media screen PC

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

@media screen and (min-width:761px){
	.spOnly{
		display: none !important;
	}
	
	.globalNav{
		display: flex !important;
	}
	
	#works .worksList > .worksBox:nth-of-type(2),
	#works .worksList > .worksBox:nth-of-type(4){
		margin-right: 3%;
	}
	
/*
	#works-details .spImage .spImageSlide{
		display: flex;
	}*/
	
	#works-details .spImageWrap{
		width: 85%;
		max-width: 1280px;
    	margin: 0 auto;
	}
	
}

@media screen and (max-width:1000px){
    .serviceList {
        flex-wrap: wrap;
    }
    .serviceList > li {
        display: flex;
        flex-basis: 49%;
        flex-direction: column;
        margin: .5%;
        background: #fff;
    }
	/*==================================

	下層ページ:IT導入補助金

	==================================*/
	#it-hojo img.it-hojo_subImg11 {
		position: absolute;
		bottom: -10%;
		right: -12%;
		width: 10%;
		z-index: 10;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}
}


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

@media screen SP

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

@media screen and (max-width:760px){
	
	html{
		font-size: 10px;
	}
	
	.pcOnly{
		display: none !important;
	}
	
	.sp_bk{
		display: block;
	}
	
	/*==================================

	全ページ共通CSS

	==================================*/
	
	.tableStl01 > tbody > tr > *{
		padding: 1em .5em;
	}
	
	.formTable > tbody > tr > *{
		display: block;
		width: 100% !important;
	}
	
	.boxStl01{
		padding: 1em;
	}
	
	.worksList > .worksBox{
		align-items: stretch;
		margin: 2em 0;
	}
	
	.worksList > .worksBox .category{
		height: auto;
		margin-bottom: 10em;
		font-size: 1.2rem;
	}
	
	.articleList > tbody > tr > *{
		display: block;
		width: 100% !important;
	}
	
	.articleList > tbody > tr > th{
		padding-bottom: 0;
	}
	
	.articleList > tbody > tr > td{
		padding-top: 0;
	}

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

	ヘッダー

	==================================*/
	
	.globalNav{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		background: #000;
		overflow-y: scroll;
	}
	
	header .logo {
		margin-left: 20px;
	}
    
    /*　ハンバーガーメニュー
	==================================*/
    
    .spNaviButton{
        position: relative;
		z-index: 2;
        display: block;
        width: 55px;
        height: 55px;
        background: linear-gradient(to right, #89B3E5,#78CCE2);
        cursor: pointer;
    }

    .spNaviButton span ,
    .spNaviButton:before ,
    .spNaviButton:after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 30px;
        height: 1px;
        margin: 0 auto;
        background: #fff;
    }
    
    .spNaviButton:before{
        top: 17px;
        transition: top .3s .3s , transform .3s;
    }
    
    .spNaviButton span {
        top: 25px;
        transition: 0s .3s;
    } 
    
    .spNaviButton:after{
        top: 33px;
        transition: top .3s .3s , transform .3s;
    }
    
    .spNaviButton.open:before{
        top: 25px;
        transform: rotate(45deg);
        transition: top .3s , transform .3s .3s;
    }
    
    .spNaviButton.open span {
        width: 0;
    } 
    
    .spNaviButton.open:after{
        top: 25px;
        transform: rotate(-45deg);
        transition: top .3s , transform .3s .3s;
    }
    
	/*==================================

	フッター

	==================================*/
	
	.pagetop{
		right: 1em;
	}

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

	トップページ

	==================================*/
	
	.hero-area{
		background: url("../images/mainImgSP.jpg") no-repeat center center/ cover;
	}
	
	.ttlStl01 {
		font-size: 45px;
	}
	
	.catch01 {
		font-size: 18px;
	}
	
	#about{
		padding: 4em 0;
	}
	
	#about .text{
		line-height: 2em;
	}
	
	#about .flexImg{
		margin-bottom: 3em;
	}
	
	#service .wrap{
		max-width: 90%;
		margin: 0 auto;
	}
	
	#service .serviceList > li + li{
		margin-top: 1.5em;
	}
	
	#works {
		position: relative;
		padding: 4em 0 3em;
	}
	
	#works .worksList .worksTtl{
		display: block;
		margin-right: 0;
		text-align: center;
	}
	
	#company .tableStl01 > tbody > tr + tr {
		border-top: 1px solid #D9D9D9;
	}
	
	#company .tableStl01:nth-child(2) > tbody > tr {
		border-top: 1px solid #D9D9D9;
	}
	
	#company {
		padding: 4em 0 2em;
	}
	
	#company .flexBox > table{
		width: 100%;
	}
	
	#whatsNew .whatsNewTtl{
		display: block;
		width: 100%;
		text-align: center;
	}
	
	#whatsNew .whatsNewList{
		width: 90%;
		margin: 3% auto 0;
	}
	
	#contact {
		padding: 6em 0 8em;
	}
	
	.formTable > tbody > tr > th{
		padding-bottom: 0;
	}
	
	.formTable > tbody > tr.required > th:after{
		margin-top: .25em;
		float: inherit;
		margin-left: .5em;
	}

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

	下層ページ共通CSS

	==================================*/
	
	.worksList > .worksBox .worksBoxIn .worksImg{
		height: 48vw !important;
	}

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

	下層ページ:WORKS DETAILS

	==================================*/
	
	.worksLink a{
		font-size: 1.6rem;
	}
	
	.worksLink .prevWorks a:before, .worksLink .nextWorks a:after{
		width: 1em;
		height: .8em;
	}
	
	.worksLink .prevWorks a:before{
		margin-right: .5em;
	}
	
	.worksLink .nextWorks a:after{
		margin-left: .5em;
	}
	
	#works-details .worksTtl:after {
		margin: 1em auto;
	}
	
	#works-details .pcImage .imgWrap {
  	  margin: 2em 0;
	}
	
	#works-details .pcImage {
		padding: 1em 0;
	}
	
	#works-details .spImage{
		padding: 2em 0 5em;
	}
	
	#works-details .works-mainAbout {
		padding: 3em 0;
	}
	
	#works-details .works-mainAbout:before {
		height: 60%;
	}
	
	#works-details .worksType {
		margin-bottom: 2em;
	}
	
	#works-details .contentIn02 {
		width: 90%;
	}
	
	#works-details .pcImage > .flexBox {
		width: 90%;
	}

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

	下層ページ:IT導入補助金

	==================================*/
	
	#it-hojo h3.it-hojoTtl {
		font-size: 24px;
	}
	
	#it-hojo #it-hojo_about {
		padding: 7rem 0 3rem;
	}
	
	#it-hojo span.ttlWrap span {
		line-height: 1.8em;
	}
	
	#it-hojo .about-about p {
		font-size: 14px;
	}
	
	#it-hojo .about-about {
		padding: 15%;
		margin: 6rem 0 8rem;
	}
	
	#it-hojo .about-about p.MoE-TaI {
		width: 60%;
		margin: 0 auto 3rem;
	}
	
	#it-hojo .about-about img.it-hojo_subImg01 {
		top: -16%;
		left: -4%;
		width: 33%;
	}
	
	#it-hojo .about-about img.it-hojo_subImg02 {
		bottom: inherit;
		top: 20%;
		left: 0;
		width: 8%;
	}
	
	#it-hojo .about-about img.it-hojo_subImg03 {
		bottom: -16%;
		right: 0;
		width: 28%;
		z-index: 2;
	}
	
	#it-hojo .about-about img.it-hojo_subImg04 {
		top: inherit;
		bottom: 20%;
		right: -4%;
		width: 12%;
	}
	
	#it-hojo h4 {
		font-size: 18px;
		margin-bottom: 40px;
	}
	
	#it-hojo h4:before {
		margin-right: 0.3rem;
	}
	
	#it-hojo h4:after {
		margin-left: 0.3rem;
	}
	
	#it-hojo #it-hojo_about ul li {
		width: 100%;
		margin-bottom: .5em;
	}
	
	#it-hojo .it-hojo-listWrap {
		padding: 9% 7% 7.5% 12%;
	}
	
	#it-hojo img.it-hojo_figure {
		width: 100%;
	}
	
	#it-hojo img.it-hojo_subImg05 {
		bottom: -10rem;
		right: 50%;
		width: 40%;
		max-width: 100px;
		-webkit-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
	}
	
	#it-hojo #it-hojo_expenses {
		padding: 20rem 0 5rem;
	}
	
	#it-hojo .annotation {
		text-align: left;
		margin-bottom: 40px;
		padding-left:1em;
		text-indent:-1em;
	}
	
	#it-hojo .it-hojo_TblWrap{
		overflow-x: scroll;
	}
	
	#it-hojo table {
		white-space: nowrap;
		table-layout: auto;
		margin-bottom: 0;
	}
	
	#it-hojo .expensesTbl {
		margin-bottom: 20rem;
	}
	
	#it-hojo img.it-hojo_subImg06 {
		top: inherit;
		bottom: -15%;
		left: 50%;
		width: 50%;
		max-width: 120px;
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
	}
	
	#it-hojo img.it-hojo_subImg07 {
		bottom: -3%;
		left: 10%;
		width: 25%;
		max-width: 120px;
	}
	
	#it-hojo img.it-hojo_subImg08 {
		bottom: -10%;
		right: 0;
		width: 20%;
		max-width: 60px;
	}
	
	#it-hojo img.it-hojo_subImg09 {
		bottom: -20%;
		right: 23%;
		width: 8%;
		max-width: 20px;
	}
	
	#it-hojo .applicationFrameTbl {
		margin-bottom: 4rem;
	}
	
	#it-hojo #it-hojo_applicationFrame h4.digital {
		padding-top: 160px;
	}
	
	#it-hojo img.it-hojo_subImg10 {
		bottom: -24%;
		left: 50%;
		width: 35%;
		max-width: 120px;
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
	}
	
	#it-hojo #it-hojo_applicationFrame .applicationFrameTbl.digital table {
		margin-bottom: 0;
	}
	
	#it-hojo #it-hojo_applicationFrame .Tbl2Wrap {
		margin-top: 40px;
	}
	
	#it-hojo #it-hojo_applicationFrame .applicationFrameTbl.digital .Tbl2 {
		white-space: normal;
	}
	
	#it-hojo #it-hojo_applicationFrame .Tbl2 td {
		border-top: 3px solid #edf2f7;
		display: block;
		padding: 2em;
	}
	
	#it-hojo #it-hojo_applicationFrame .Tbl2 td:first-child {
		border-right: 3px solid #edf2f7;
		padding-top: 3em;
	}
	
	#it-hojo #it-hojo_applicationFrame .Tbl2 td:nth-child(2) {
		border-top: none;
		border-left: 3px solid #edf2f7;
		border-bottom: none;
	}
	
	#it-hojo .it-hojo-attention {
		padding: 8% 8%;
		border-radius: 0 0 10px 10px;
	}
	
	#it-hojo .it-hojo-attention p.Ttl2 {
		margin: 0.5em 0 1em;
	}
	
	#it-hojo img.it-hojo_subImg11 {
		bottom: -14%;
		right: -12%;
		width: 12%;
		max-width: 70px;
	}
	
	#it-hojo .sec02 {
		padding: 110px 0 40px;
	}
	
	#it-hojo .sec02 h5 {
		font-size: 22px;
	}
	
	#it-hojo .toolTbl {
		white-space: normal;
	}
	
	#it-hojo .toolTbl td, #it-hojo .toolTbl th {
		width: 100%;
		display: block;
		padding: 0 1rem 1rem;
	}
	
	#it-hojo .toolTbl th {
		margin-top: 2rem;
		text-align: center;
	}
	
	#it-hojo .toolTbl td {
		margin-bottom: 1rem;
	}
	
	#it-hojo tr:first-child th:first-child {
		margin-top: 0;
	}
	
	#it-hojo .tool ul li {
		width: 31.7%;
	}
	
	#it-hojo .tool p {
		padding-top: 20px;
		text-align: left;
		padding-left:1em;
		text-indent:-1em;
	}
	
	#it-hojo .purchaseCosts .purchaseCostsTxt p {
		width: 100%;
		padding: 0.5em;
	}
	
	#it-hojo .purchaseCostsTxt {
		border-radius: 20px;
	}
	
	#it-hojo .purchaseCosts p.rightTxt {
		border-radius: 0 0 18px 18px;
	}
	
	#it-hojo .purchaseCosts p.leftTxt {
		padding: 1em;
	}
	
	#it-hojo .purchaseCostsImg1 ul::after,
	#it-hojo .purchaseCostsImg2 ul::after {
		content: "";
		display: block;
		width: 50%;
	}
	
	#it-hojo .purchaseCostsImg1 li,
	#it-hojo .purchaseCostsImg2 li {
		width: 50%;
	}
	
	#it-hojo .purchaseCostsImg1 p,
	#it-hojo .purchaseCostsImg2 p {
		margin: 0.5em 0 2em;
	}
	
	#it-hojo img.it-hojo_subImg12 {
		left: inherit;
		bottom: -2%;
		right: -16%;
		width: 40%;
		max-width: 120px;
	}
	
	#it-hojo .settingTbl table {
		border: 3px solid #edf2f7;
	}
	
	#it-hojo .settingTbl th, #it-hojo .settingTbl td {
		display: block;
		white-space: normal;
		width: 100%;
		border: none !important;
	}
	
	#it-hojo #it-hojo_setting {
		padding-bottom: 19rem;
	}
	
	#it-hojo img.it-hojo_subImg13 {
		bottom: -10%;
		right: 50%;
		width: 35%;
		max-width: 120px;
		-webkit-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
	}
	
	#it-hojo #it-hojo_schedule .scheduleTbl {
		margin-bottom: 6rem;
	}
	
	#it-hojo #it-hojo_schedule .scheduleTbl.digital {
		margin-bottom: 0;
	}
	
	#it-hojo #it-hojo_applicationFrame .triangle:after {
		bottom: 6.33%;
		bottom: 13.8rem;
	}
	
	#it-hojo .triangle:after {
		border-top: 50px solid #fff;
	}
	
	#it-hojo td, #it-hojo th {
		padding: 1em 1.5em;
	}
	
	#it-hojo img.it-hojo_subImg14 {
	left: -18%;
	bottom: -5%;
    width: 30%;
    max-width: 120px;
	}
	
	#it-hojo .sec02.decision h5 {
		padding: 0 0 40px;
	}
	
	#it-hojo .decision .flow > li {
		position: relative;
		flex-basis: 90%;
		margin: 0 0 3rem;
	}
	
	#it-hojo .decision .flow > li dt {
		padding: 1em 4%;
	}
	
	#it-hojo .decision .flow > li .icon {
		margin: 0px -10px -15px;
	}
	
	#it-hojo .decision .flow > li:not(:last-child) dt::before,
	#it-hojo .decision .flow > li:nth-child(5) dt::after {
		display: none;
	}
	
	#it-hojo .decision .flow > li:not(:last-child)::before {
		content: "";
		width: 10px;
		height: 10px;
		margin-right: 10px;
		display: inline-block;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		position: absolute;
		bottom: -10%;
		left: 50%;
		transform: translateY(100%) translateX(-50%) rotate(135deg);
	}
	
	#it-hojo .decision .flow > li dl dd{
		margin-top: 1rem;
	}
	
	#it-hojo img.it-hojo_subImg15 {
		bottom: -5.5%;
		right: 50%;
		width: 12%;
		max-width: 50px;
		-webkit-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
	}
	
	#it-hojo .processList,
	#it-hojo .processList.flow .registration ol,
	#it-hojo .processList.flow .registrationImg {
		width: 100%;
	}
	
	#it-hojo .processList:not(:last-child)::before {
		top: inherit;
		bottom: 0;
		right: 50%;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, 50%);
	}
	
	#it-hojo .processList:not(:last-child)::after {
		right: 50%;
		top: inherit;
		bottom: 0;
		-webkit-transform: translate(100%, -50%) rotate(45deg);
		transform: translate(50%, 40%) rotate(135deg);
	}
	
	#it-hojo .processList .h5Wrap {
		text-align: center;
	}
	
	#it-hojo .processList h5 {
		border-radius: 0 0 0.5em 0.5em;
	}
	
	#it-hojo .processList.flow .registration ol {
		padding: 9% 7% 10% 15%;
	}
	
	#it-hojo .processList.flow .registrationImg {
		padding: 0 7% 10% 7%;
	}
	
	#it-hojo img.it-hojo_subImg16 {
		bottom: -8%;
		left: 50%;
		width: 25%;
		max-width: 140px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	#it-hojo img.it-hojo_subImg17 {
		bottom: -10%;
		right: 12%;
		width: 20%;
		max-width: 120px;
	}
	
	#it-hojo #it-hojo_support {
		padding-top: 10rem;
	}
	
	#it-hojo #it-hojo_support .btnStl01 {
		width: 100%;
		max-width: 50rem;
		font-size: 16px;
	}
	
	#it-hojo img.it-hojo_subImg18 {
		width: 35%;
		max-width: 130px;
	}
	
	#it-hojo #it-hojo_support .btnStl01 span {
		display: inline-block;
	}
	
	#it-hojo #it-hojo_qa .accordion_one .accordion_header {
		padding: 20px 15% 20px 7%;
		font-size: 15px;
	}
	
	#it-hojo #it-hojo_qa .accordion_one .accordion_inner .accordion_header {
		padding: 20px 5% 20px 4.4%;
	}
	
	#it-hojo #it-hojo_qa .accordion_one .accordion_header.qHeader p {
		padding: 0 30px 0 42px;
	}
}