@charset "utf-8";
/* solution/infra/column/ 一覧ページ、記事用CSS */

* {margin: 0; padding: 0; outline: 0; box-sizing: border-box;}
html {
	overflow-y: scroll;
	margin-bottom: 1px; /* Opera用 */
}

/* ----------------------------------------
 * Base Layout
 * ---------------------------------------- */
body {
	font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.8;
	font-size: 18px;
	color: #1e1e1e;
	background: #ffffff;
}

h1, h2 {
	font-weight: 500;
	margin:0 0 1em 0;
	line-height: 1.2;
}
h1 {
	font-size: 2em;
	line-height: 1;
}
h1 span {
	font-size: 80%;
}
h2 {
	font-size: 1.6em;
}


img {
	outline: 0;
	vertical-align: bottom;
	border: none;
}
p {
	margin: 0 0 1em;
}
p.note {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 0.9em;
	font-weight: 300;
	margin-bottom: 0;
}
sup {
	font-size: 0.6em !important;
}
strong {
	font-weight: bold;
}


.is-fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}

@media (max-width:767px) {
	.pc {
		display:none !important;
	}
}
@media (min-width:767px) {
	.sp {
		display:none !important;
	}
}



/* ----------------------------------------
 * anchor
 * ---------------------------------------- */
a:link, a:visited {
	/*color: #000000;*/
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*a:hover, a:active, a:focus {
	text-decoration: underline;
}*/
a:focus {
	text-decoration: none;
	outline: none;
}

a:hover img {
	opacity: 0.8;
}

#footer a {
	color: #959a9e;
}
#footer a:hover {
	opacity: 0.7;
}

.summaryBtn a {
	position: relative;
	display: block;
	width: 190px;
	line-height: 45px;
	border: #265D38 solid 1px;
	background: #53924A;
	color: #FFFFFF;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.summaryBtn a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
}
.summaryBtn a:hover {
	text-decoration: none;
	color: #53924A;
	background: #FFFFFF;
}

a.enable,
a.enable:hover {
	background: #355E2F;
	color: #999;
	margin-right: 3em;
}
a.enable:after{
	border-top: solid 3px #999;
	border-right: solid 3px #999;
}

a.first {
	margin-right: 3em;
}

.closeBtn a {
	position: relative;
	display: block;
	width: 190px;
	line-height: 45px;
	border: #265D38 solid 1px;
	background: #53924A;
	color: #FFFFFF;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0 auto;
}
.closeBtn a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-bottom: solid 3px #FFF;
	border-left: solid 3px #FFF;
}
.closeBtn a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 8px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
}
.closeBtn a:hover {
	text-decoration: none;
	color: #53924A;
	background: #FFFFFF;
}



.gototop a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	background: #0054AB;
	-webkit-transition: all .3s;
					transition: all .3s;
	-webkit-border-radius: 50%;
					border-radius: 50%;
}
.gototop a::after {
	content: "";
	display: block;
	border-top: solid 4px #fff;
	border-left: solid 4px #fff;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	position: absolute;
	top: 44%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.gototop a:hover {
	opacity: 0.8;
}


a[disabled="disabled"] {
	pointer-events: none;
	background: #d1d1d1;
	color: #eee !important;
}



/* ----------------------------------------
 * HEADER AREA
 * -----------------------------------------------------------------------------------------------------------*/
.no-scroll {
	overflow: hidden;
	height: 100%;
}
.lead {
	font-size: 1.8em;
}

/* FSI-Header
------------------------------------------- */
.FSI-Header {
  width: 100%;
  /*min-width: 1240px;*/
  color: #000;
  background-color: #fff;
  text-align: left;
  z-index: 100;
  position: fixed;
  box-sizing: border-box;
}
.FSI-Header > * {
  box-sizing: border-box;
}
.FSI-Header a {
  display: block;
  text-decoration: none;
  outline: none;
  color: #000 !important;
}
.FSI-Header a:hover {
  text-decoration: none;
}
.FSI-Header a img {
  vertical-align: top;
}
.FSI-Header p {
	margin-bottom: 0;
}
.FSI-Header__Top {
  width: 100%;
  display: table;
  height: 70px;
  border-top: 3px solid #049;
  border-bottom: 1px solid #efefef;
}
.FSI-Header__Top--min {
  /*height: 5rem;*/
  transition: height .2s ease-out;
}
.FSI-Header__Top--min .FSI-Header__CompanyLogo {
  width: 120px;
  transition: width .2s ease-out;
}
.FSI-Header__Top--min .FSI-Header__Sitetitle {
  font-size: 14px;
  transition: all .2s ease-out;
}
.FSI-Header__Top--min-move {
  /*height: 3rem;*/
}
.FSI-Header__Top--min-move .FSI-Header__CompanyLogo {
  width: 80px;
}
.FSI-Header__Top--min-move .FSI-Header__CompanyLogo img {
  margin-top: 0;
}
.FSI-Header__Top--min-move .FSI-Header__Sitetitle {
  font-size: 12px;
}
.FSI-Header__Under {
  width: 100%;
  display: table;
  /*height: 7rem;*/
  border-bottom: 1px solid #efefef;
}
.FSI-Header__Under .FSI-Header__Sitetitle {
  font-size: 20px;
  margin-left: 10px;
}
.FSI-Header__left, .FSI-Header__right {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.FSI-Header__left > *, .FSI-Header__right > * {
  display: inline-block;
  vertical-align: middle;
}
.FSI-Header__left {
  padding: 0 30px;
}
.FSI-Header__CompanyLogo {
  width: 160px;
  line-height: 1;
}
.FSI-Header__CompanyLogo a {
  display: block;
}
.FSI-Header__CompanyLogo img {
  max-width: 100%;
  margin-top: 3px;
}
.FSI-Header__Sitetitle {
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  white-space: nowrap;
}
.FSI-Header__Navi {
  height: 100%;
  float: right;
}
.FSI-Header__Navi__item {
  display: table;
  text-align: center;
  height: 100%;
  float: left;
  border-left: 1px solid #efefef;
}
.FSI-Header__Navi__item a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2vw;
  height: 100%;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.FSI-Header__Navi__item a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #19d;
  transition: width .2s ease-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.FSI-Header__Navi__item a:hover {
  background-color: #f2f2f2;
}
.FSI-Header__Navi__item a:hover::after {
  width: 100%;
}
.FSI-Header__Navi__item a.current::after {
  width: 100%;
}
.FSI-Header__CV {
  height: 100%;
  float: right;
}
.FSI-Header__CV > * {
  display: table;
  height: 100%;
  text-align: center;
  float: left;
}
.FSI-Header__CV > * a, .FSI-Header__CV > * > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 10px;
  padding: 0 2vw;
  box-sizing: border-box;
  transition: all .2s ease-out;
}
.FSI-Header__CV > * a::before, .FSI-Header__CV > * > span::before {
  font-size: 24px;
  font-family: 'FontAwesome';
  display: block;
	margin: 0 auto;
  transition: all .2s ease-out;
}
.FSI-Header__CV > * a:hover::before, .FSI-Header__CV > * > span:hover::before {
  font-size: 28px;
	width: 28px;
	height: 28px;
}
.FSI-Header__CV__menu {
  display: none;
}
.FSI-Header__CV__menu > span {
  color: #049 !important;
  background: #f2f2f2;
}
.FSI-Header__CV__menu > span::before {
  /*content: '\f0c9';*/
	content: "";
	width: 24px;
	height: 24px;
	background: url("../img/icon_menu.svg") center center no-repeat;
	background-size: contain;
}
.FSI-Header__CV__menu.show > span {
  background: #049;
  color: #fff !important;
}
.FSI-Header__CV__menu.show > span::before {
	background: url("../img/icon_menu_on.svg") center center no-repeat;
}
.FSI-Header__CV__contact a {
  color: #fff !important;
  background: #000;
  padding: 0 1.5vw;
}
.FSI-Header__CV__contact a::before {
  /*content: '\f003';*/
	content: "";
	width: 24px;
	height: 24px;
	background: url("../img/icon_mail.svg") center center no-repeat;
	background-size: contain;
}
.FSI-Header__CV__contact a:hover {
  background: #000;
}
.FSI-Header + * {
  padding-top: 70px;
}

.FSI-Header__CV__seminar a {
  color: #fff !important;
  background: #042861;
  border-right: 1px solid #00193f;
}
.FSI-Header__CV__seminar a::before {
  /*content: '\f0c0';*/
	content: "";
	width: 24px;
	height: 24px;
	background: url("../img/icon_users.svg") center center no-repeat;
	background-size: contain;
}
.FSI-Header__CV__seminar a:hover {
  background: #011b44;
}
.FSI-Header__CV__report a {
  color: #fff !important;
  background: #042861;
}
.FSI-Header__CV__report a::before {
  /*content: '\f15c';*/
	content: "";
	width: 24px;
	height: 24px;
	background: url("../img/icon_mail.svg") center center no-repeat;
	background-size: contain;
}
.FSI-Header__CV__report a:hover {
  background: #011b44;
}
.FSI-Header__CV__contact a {
  background: #d57;
}
.FSI-Header__CV__contact a:hover {
  background: #ca3a5e;
}


@media only screen and (max-width: 767px) {
  .FSI-Header {
    width: 100%;
    min-width: 0;
  }
  .FSI-Header__Top {
    width: 100%;
    height: 50px;
    position: relative;
  }
  .FSI-Header__Top--min {
    height: 30px;
  }
  .FSI-Header__Top--min .FSI-Header__CompanyLogo {
    width: 80px;
  }
  .FSI-Header__Top--min .FSI-Header__Sitetitle {
    font-size: 12px;
    margin-top: 2px;
  }
  .FSI-Header__Top--min-move {
    height: 20px;
  }
  .FSI-Header__Top--min-move .FSI-Header__CompanyLogo {
    width: 60px;
  }
  .FSI-Header__Top--min-move .FSI-Header__CompanyLogo img {
    margin-top: 0;
  }
  .FSI-Header__Top--min-move .FSI-Header__Sitetitle {
    font-size: 10px;
    margin-top: 0;
  }
  .FSI-Header__Under {
    width: 100%;
    height: 50px;
    position: relative;
  }
  .FSI-Header__Under .FSI-Header__Sitetitle {
    font-size: 16px;
    margin-left: 0;
  }
  .FSI-Header__left {
    padding: 0 10px;
  }
  .FSI-Header__right > * {
    display: inline-flex;
  }
  .FSI-Header__CompanyLogo {
    width: 60px;
		margin: 0;
  }
  .FSI-Header__CompanyLogo a {
    display: block;
  }
  .FSI-Header__CompanyLogo img {
    max-width: 100%;
    margin: 3px 0 0;
  }
  .FSI-Header__Sitetitle {
    font-size: 14px;
    margin: 0;
  }
  .FSI-Header__Navi {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 48px;
    height: auto;
    background-color: #049;
    padding: 5px 0;
		z-index: 100;
  }
  .FSI-Header__Navi__item {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    float: none;
    border: none;
  }
  .FSI-Header__Navi__item a {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    color: #fff !important;
    background-color: #049;
    padding: 6px 20px;
  }
  .FSI-Header__Navi__item a:hover {
    background-color: #049;
  }
  .FSI-Header__Navi__item a::after {
    /*content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 1;*/
		content: "";
		display:  inline-block;
		width: 7px;
		height: 7px;
		border-right: #ffffff 2px solid;
		border-bottom: #ffffff 2px solid;
		transform: rotate(-45deg) translateY(-50%);
		background-color: transparent;
		
    top: 50%;
    right: 20px;
    bottom: auto;
    left: auto;
  }
	.FSI-Header__Navi__item a:hover::after {
		width: 7px;
	}
  .FSI-Header__Navi__item + * {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .FSI-Header__CV {
    height: 100%;
  }
  .FSI-Header__CV > * {
    height: 100%;
    line-height: 1.2;
  }
  .FSI-Header__CV > * a, .FSI-Header__CV > * > span {
    padding: 0 1vw;
  }
  .FSI-Header__CV > * a span, .FSI-Header__CV > * > span span {
    transform: scale(0.7);
    transform-origin: center;
    white-space: nowrap;
    display: inline-block;
  }
  .FSI-Header__CV > * a::before, .FSI-Header__CV > * > span::before {
    font-size: 20px;
		width: 20px;
		height: 20px;
  }
  .FSI-Header__CV > * a:hover::before, .FSI-Header__CV > * > span:hover::before {
    font-size: 20px;
		width: 20px;
		height: 20px;
  }
  .FSI-Header__CV__menu {
    display: table;
  }
  .FSI-Header__CV__contact a {
    padding: 0;
  }
  .FSI-Header + * {
    padding-top: 50px;
  }
}






/* ----------------------------------------
 * FOOTER AREA
 * ---------------------------------------- */
#footer {
}
#footer .inner {
	padding: 1em 0;
}
#footer p {
	font-size: 83%;
	text-align: left;
	margin-bottom:  1.5em;
}
#footer ul {
	font-size: 88.88%;
	margin: 0;
	list-style: none;
	line-height: 1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 1.5em;
}
#footer ul li {
	padding: 0 1.2em;
	border-left: #959a9e 1px solid;
	white-space: nowrap;
}
#footer ul li:first-child {
	border: none;
}
#footer p {
	color: #959a9e;
	font-size: 77.77%;
	text-align: center;
	padding-top: 2em;
}

.gototop {
	z-index: 10;
	position: fixed;
	bottom: 10px;
}
@media screen and (max-width: 767px) {
	.gototop a {
		width: 40px;
		height: 40px;
	}
	.gototop a::after {
		content: "";
		display: block;
		border-top: solid 3px #fff;
		border-left: solid 3px #fff;
		width: 10px;
		height: 10px;
		transform: rotate(45deg);
		position: absolute;
		top: 42%;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 1;
	}
	#footer .inner {
		width: 100%;
	}
	#footer ul li {
		padding: 0 1em;
		margin-bottom: 0.6em;
	}
	#footer ul li:nth-child(4) {
		border-left: none;
	}
}
@media screen and (max-width: 640px) {
	#footer p {
		font-size: 75%;
	}
	#footer ul {
		font-size: 83%;
	}
}





/* ----------------------------------------
 * MAIN AREA
 * ---------------------------------------- */
.wrap {
	width: 100%;
	z-index: 0;
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.section {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.inner {
	width: 1130px;
	margin: 0 auto;
	position: relative;
	font-weight: 400;
	padding: 100px 0 60px;
}


/* Common button styles */
#contact .button {
	max-width: 580px;
	display: block;
	padding: 0.8em 2em;
	margin: 0 auto;
	border: none;
	background: none;
	color: inherit;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	cursor:pointer;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}




.round {
	padding: 20px 30px;
	background: #fff;
	margin-bottom: 2em;
	-webkit-border-radius: 5px;
					border-radius: 5px;
}
.round span {
	display: block;
}
.round p:last-child {
	margin-bottom: 0;
}

ul.square {
	margin-left: 1.5em;
	list-style: none;
	margin-bottom: 1em;
}
ul.square li {
	text-indent: -1.5em;
}
ul.square li:before {
	content: "■";
	color: #0066CC;
	margin-right: 0.5em;
}

ul.dot {
	margin-left: 1em;
	list-style: none;
	margin-bottom: 1em;
}
ul.dot li {
	text-indent: -1em;
}
ul.dot li:before {
	content: "・";
	margin-right: 0.1em;
}




#keyVisual {
	width: 100%;
	margin: auto auto 0;
	position: relative;
	background: url("../img/bg_mainimage.png") bottom center no-repeat;
	background-size: cover;
}
/*#keyVisual .inner {
	padding: 14% 0 250px;
}*/
#keyVisual .inner {
	padding: 7% 0 250px;
}
#keyVisual img {
	max-width: 100%;
	display: block;
}
#keyVisual h1 {
    width: 85%;
    height: auto;
    background: rgba(0, 84, 171, 0.61);
    padding: 0.8em;
    max-width: 900px;
    font-size: 2em;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    border: none;
    margin: 0px auto 2em;
    font-weight: bold;
}
#keyVisual h1::after {
	content: none;
}
#keyVisual ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	list-style: none;
}
#keyVisual ul li {
	background: #ffffff;
	border: #0054AB 1px solid;
	position: relative;
}
#keyVisual ul li::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 28px 0 0;
	border-color: #0053ab transparent transparent transparent;
	position: absolute;
	top: 2px;
	left: 2px;
}
#keyVisual ul li:hover::before {
	opacity: 0.7;
}
#keyVisual ul li:first-child {
	width: 57%;
	background: url("../img/icon_blank.png") right 5px bottom 5px no-repeat #ffffff;
	background-size: 25px 25px;
}
#keyVisual ul li:last-child {
	width: 41%;
	background: url("../img/icon_link.png") right 5px bottom 5px no-repeat #ffffff;
	background-size: 25px 25px;
}
#keyVisual ul li a {
	display: block;
	padding: 1em 2em;
}
#keyVisual ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#keyVisual ul li a:hover .title {
	text-decoration: underline;
}
#keyVisual ul li p {
	margin: 0;
}
#keyVisual .title {
	font-size: 1.11em;
	color: #0054AB;
}
#keyVisual .date {
	padding-top: 1em;
}
#keyVisual figure img {
	margin: 0 auto;
}
#keyVisual .sol {
	font-size: 1.55em;
	text-align: center;
	padding-top: 0.5em;
}
@media (max-width: 767px) {
	#keyVisual .inner {
		padding: 10% 0 40%;
	}
	#keyVisual h1 {
		width: 100%;
		font-size: 1.5em;
	}
	#keyVisual ul {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#keyVisual ul li:first-child,
	#keyVisual ul li:last-child {
		width: 100%;
		margin-bottom: 1em;
	}
	#keyVisual ul li:last-child a {
		display: flex;
		align-items: center;
	}
	#keyVisual .title {
		font-size: 1em;
	}
	#keyVisual .sol {
		font-size: 1.3em;
		padding-left: 0.5em;
	}
}



.flex {
	display: flex;
	justify-content: space-between;
}
.column2 div {
	width: 44.7%;
}




/* SECTIONS */
h1 {
	border-left: #4286C1 9px solid;
	position: relative;
	font-size: 2.555em;
	line-height: 1;
	padding-left: 0.5em;
}
h1 span {
	display: block;
	padding-top: 0.5em;
	color: #0054AB;
	font-size: 1rem;
}
h1::after {
	content: "";
	display: block;
	width: 13px;
	height: 3px;
	background: #ffffff;
	position: absolute;
	left: -11px;
	top: 50%;
	transform: rotate(-40deg);
}



#sec01 {
}
#sec01 dl {
	display: block;
	width: 85%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
#sec01 dl + dl {
	padding-top: 3em;
}
#sec01 dl dt {
	display: block;
	color: #0054AB;
	font-size: 1.77em;
	font-weight: 700;
	border-bottom: rgba(0,84,171,0.1) 8px solid;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
}
#sec01 dl dd {
	font-size: 1.22em;
}
#sec01 .division {
	background: rgba(228,228,228,0.27);
}
#sec01 .division .title {
	color: #0054AB;
	font-size: 1.44em;
	font-weight: 700;
	text-align: center;
	border: #0054AB 1px solid;
	padding: 1em;
}
#sec01 .division .flex {
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	text-align: center;
}
#sec01 .division li {
	width: 30%;
	margin: 2em 1.5% 0;
	position: relative;
}
#sec01 .division li:nth-child(1)::after {
	content: "";
	display: block;
	height: 6px;
	width: 200%;
	background: rgba(0,84,171,0.27);
	position: absolute;
	top: 30%;
	left: 50%;
}
#sec01 .division li:nth-child(4)::after {
	content: "";
	display: block;
	height: 6px;
	width: 100%;
	background: rgba(0,84,171,0.27);
	position: absolute;
	top: 30%;
	left: 50%;
}
#sec01 .division li .no {
	color: #0054AB;
	font-size: 2.77em;
	line-height: 1;
	margin: 0 auto 0.1em;
}
#sec01 .division li figure {
	display: block;
	max-width: 172px;
	background: #0054AB;
	border-radius: 50%;
	margin: 0 auto 1em;
	padding: 1.5em;
}
#sec01 .division li figure img {
}
#sec01 .division li h2 {
	color: #0054AB;
	font-size: 1.44em;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
	border-bottom: #0054AB 1px solid;
}
#sec01 .division li h2 + p {
	font-size: 0.88em;
	min-height: 5em;
}

@media (max-width: 767px) {
	#sec01 dl {
		width: 100%;
		text-align: left;
	}
	#sec01 dl dt {
		font-size: 1.2em;
	}
	#sec01 dl dd {
		font-size: 1em;
	}
	#sec01 .division .title {
		font-size: 1.4em;
	}
	#sec01 .division .flex {
		display: block;
		text-align: left;
	}
	#sec01 .division li {
		width: 100%;
		margin: 2em 0 0;
		display: flex;
	}
	#sec01 .division li div:first-child {
		width: 24%;
		margin-right: 20px;
	}
	#sec01 .division li:nth-child(1)::after {
		content: "";
		display: block;
		height: 500%;
		width: 6px;
		background: rgba(0,84,171,0.27);
		position: absolute;
		top: 30%;
		left: 11%;
	}
	#sec01 .division li:nth-child(4)::after {
		content: none;
	}
	#sec01 .division li figure {
		padding: 1em;
	}
	#sec01 .division li h2 {
		font-size: 1.2em;
	}
	#sec01 .division li h2 span {
		font-size: 116%;
		padding-right: 0.3em;
	}
	#sec01 .division li h2 + p {
		min-height: auto;
	}
}



#sec02 ul {
	list-style: none;
	position: relative;
	padding-bottom: 2em;
	align-items: center;
}
#sec02 ul + ul {
	margin-top: 2em;
}
#sec02 ul.flex::after {
	content: "";
	display: block;
	height: 1px;
	width: 300%;
	background: #CCCCCC;
	position: absolute;
	bottom: 0;
	transform: translateX(-50%);
}
#sec02 ul.last::after {
	content: none;
}
#sec02 ul li.logo {
	width: 24%;
}
#sec02 ul li.txt {
	width: 66%;
}
#sec02 ul li.txt h2 {
	color: #4286C1;
}
#sec02 ul li.txt p {
	width: 78%;
}
#sec02 li.txt a {
	display: block;
	background: url("../img/icon_link.png") right bottom no-repeat;
	background-size: 25px 25px;
}
#sec02 a:hover {
	opacity: 0.7;
}
#sec02 .accordionwrap {
	max-width: 960px;
	margin: 0 auto;
}
#sec02 .accordion dt span {
	margin: 0 auto;
	background: #0054AB;
	position: relative;
	color: #ffffff;
}
#sec02 .accordion dt span::after {
	content: "";
	display: block;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	position: absolute;
	top: 33%;
	right: 10%;
	margin: auto;
	z-index: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#sec02 .accordion dt span:hover {
	opacity: 0.8;
}
#sec02 .accordion dt.open span::after {
	content: "";
	top: 45%;
	transform: rotate(225deg);
}
#sec02 .accordion dt span em {
	font-style: normal;
}
#sec02 .accordion dt span em.down {
	display: none;
}
#sec02 .accordion dt.open span em.up {
	display: none;
}
#sec02 .accordion dt.open span em.down {
	display: block;
}

#sec02 .accordion dd {
	padding-top: 50px;
}
#sec02 .accordion dd span.close {
	margin: 0 auto;
	position: relative;
	color: #000000;
	font-size: 0.7em;
	border: #000000 1px solid;
	width: 80px;
	padding: 0.5em 1em 0.5em 0.5em;
}
#sec02 .accordion dd span.close::after {
	content: "";
	display: block;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	width: 8px;
	height: 8px;
	transform: rotate(225deg);
	position: absolute;
	top: 48%;
	right: 10%;
	margin: auto;
	z-index: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#sec02 .accordion dd span.close:hover {
	background: #dddddd;
}
#sec02 .product10 {
	border-top: #000 1px dotted;
	margin-bottom: 50px;
}
#sec02 .product10 ul {
	border-bottom: #000 1px dotted;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
}
#sec02 .product10 ul + ul {
	margin-top: 0;
}
#sec02 .product10 ul .label {
	display: inline-block;
	background: #000000;
	width: 54px;
	text-align: center;
	padding: 8px 10px 14px;
}
#sec02 .product10 ul .label img {
	vertical-align: middle;
}
#sec02 .product10 ul .title {
	font-size: 1.33em;
	line-height: 1.2;
	width: 31%;
}
#sec02 .product10 ul .title span {
	font-size: 80%;
}
#sec02 .product10 ul .title img {
	display: block;
}
#sec02 .product10 ul .txt {
	background: #F9F9F9;
	padding: 1.5em;
	width: 59%;
}
@media (max-width: 767px) {
	#sec02 ul li.logo {
		width: 34%;
	}
	#sec02 ul li.txt {
		width: 60%;
	}
	#sec02 ul li.txt p {
		width: 100%;
	}
	#sec02 li.txt a {
		padding-bottom: 2em;
	}
	#sec02 .product10 ul .title {
		width: 80%;
		padding: 1em 0;
	}
	#sec02 .product10 ul .txt {
		width: 100%;
	}
}


#sec03 {
	background: rgba(103, 245, 219, 0.4);
	background: -webkit-linear-gradient(40deg, rgba(103, 245, 219, 0.4), rgba(31, 173, 255, 0.4));
	background: -o-linear-gradient(40deg, rgba(103, 245, 219, 0.4), rgba(31, 173, 255, 0.4));
	background: linear-gradient(130deg, rgba(103, 245, 219, 0.4), rgba(31, 173, 255, 0.4));
}
#sec03 h1::after {
	background: #BEF7F3
}
#sec03 ul {
	list-style: none;
	margin-bottom: 1em;
}
#sec03 ul li {
	width: 31%;
}
#sec03 ul li .no {
	color: #0054AB;
	font-size: 2.22em;
	line-height: 1;
	margin: 5px;
}
#sec03 ul li .no::before {
	content: "case";
	font-size: 0.35em;
	vertical-align: middle;
	margin-right: 0.2em;
}
#sec03 ul li a {
	background: #ffffff;
	padding: 20px;
	display: block;
}
#sec03 ul li dt {
	background: #4286C1;
	font-size: 1.22em;
	color: #ffffff;
	text-align: center;
	border-radius: 10px;
	line-height: 1.8;
}
#sec03 ul li dd {
	text-align: center;
	padding-top: 8px;
}
#sec03 ul li a p {
	border-top: #ADA7A2 1px solid;
	padding-top: 0.5em;
	margin-top: 0.5em;
	font-size: 0.88em;
}
#sec03 ul li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
#sec03 ul li a:hover p {
	text-decoration: underline;
}

#sec03 p.link {
	text-align: right;
}
#sec03 p a {
	background: url( "../img/icon_link.png") right center no-repeat;
	background-size: 25px 25px;
	padding-right: 35px;
	color: #0054AB;
}
#sec03 p a:hover {
	opacity: 0.7;
}
@media (max-width: 767px) {
	#sec03 ul {
		display: block;
	}
	#sec03 ul li {
		width: 100%;
		padding-top: 1em;
	}
	#sec03 ul li dl {
		display: flex;
		justify-content: space-between;
	}
	#sec03 ul li dt {
		width: 40%;
		align-self: center;
		line-height: 1.2;
		padding: 0.8em 0;
	}
	#sec03 ul li dd {
		width: 52%;
		padding-top: 0;
	}
}





#sec04 ul {
	list-style: none;
	max-width: 900px;
	margin: 0 auto 3em;
}
#sec04 ul a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#sec04 ul .date {
	color: #0054AB;
	width: 20%;
}
#sec04 ul .text {
	width: 79%;
}
@media (max-width: 767px) {
	#sec04 ul a {
		display: block;
	}
	#sec04 ul .date {
		width: 100%;
		padding-bottom: 1em;
	}
	#sec04 ul .text {
		width: 100%;
	}
}





#contact {
	background: url("../img/bg_contact.png") center center no-repeat;
	background-size: cover;
}
#contact h1,#contact h1 span {
	color: #ffffff;
}
#contact h1::after {
	background: #0054AB;
}
#contact p {
	color: #ffffff;
	text-align: center;
}
#contact p.lead {
	font-size: 1.5em;
}
#contact .button {
	margin: 0 auto;
	background: #C64E77;
	position: relative;
	color: #ffffff;
}
#contact .button::before {
	content: "";
	display: block;
	border-bottom: solid 1px #fff;
	width: 40px;
	height: 1px;
	position: absolute;
	top: 48%;
	right: 10%;
	margin: auto;
	z-index: 1;
}
#contact .button::after {
	content: "";
	display: block;
	border-bottom: solid 1px #fff;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	position: absolute;
	top: 25%;
	right: 9%;
	margin: auto;
	z-index: 1;
}
#contact .button:hover {
	text-decoration: none;
	opacity: 0.8;
}
#contact p .tel {
	font-size: 2.22em;
	font-weight: 700;
}
#contact p .tel::before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url("../img/icon_tel.svg") no-repeat;
	background-size: contain;
	margin-right: 10px;
}
@media (max-width: 767px) {
	#contact .button {
		padding: 1em;
	}
}










/* 背景パーティクル */
#area_particle {
  background: #fff;
  position: relative;
}
canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles {
  position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 1400px;
  background-color: #fff;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1130px) {
img {
	max-width: 100%;
	height: auto;
}
.inner {
	width:90%;
}

}

@media screen and (max-width: 767px) {
body {
	font-size: 3.4375vw;
}
.wrap {
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 0;
}
.section {
	min-width: 280px;
}
.section .inner {
	padding: 10% 0;
}


}

/* ----------------------------------------
 * 記事一覧ページ
 * ---------------------------------------- */

.case {
    padding: 60px 100px;
}
@media screen and (max-width: 767px) {
    .case {
        margin: auto;
        padding: 0 20px;
    }
}


