/*
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  font-size: 20px;
  font-weight: 300;
}

a {
  color: #F03861;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
  color: #F03861;
}
a:focus, a:active {
  outline: none;
}

p, span {
  margin-bottom: 5.5em;
  font-size: 20px;
  color: #424242;
  font-weight: 300;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

span {
  font-size: 18px;
  color: rgba(114, 114, 114, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #f56f8d;
}

::-moz-selection {
  color: #fcfcfc;
  background: #f56f8d;
}

::selection {
  color: #fcfcfc;
  background: #f56f8d;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #F03861;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #F03861;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

header, #fh5co-services-section, #fh5co-featured-work-section,
#fh5co-common-section, #fh5co-blog-section, #footer, #fh5co-contact-section {
  padding-bottom: 3em;
}

header {
  padding-top: 3em;
}

.header__img--logo {
	width: 256px;
	height: auto;
}

@media screen and (min-width: 980px) {
	/* 980px以上用（PC用）の記述 */
	.header__img--logo {
		width: 294px;
		height: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
    /* 768px - 979px用（タブレット用）の記述 */
    .header__img--logo {
		width: 294px;
		height: auto;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px)  {
    /* 480px - 767px用（タブレット／スマートフォン用）の記述 */
    .header__img--logo {
		width: 194px;
		height: auto;
	}
}
@media screen and (min-width: 321px) and (max-width: 479px) {
    /* 321px - 479px以下用（スマートフォン用）の記述 */
    .header__img--logo {
		width: 144px;
		height: auto;
	}
}

@media screen and (max-width: 320px) {
    /* 320px以下用（スマートフォン用）の記述 */
    .header__img--logo {
		width: 94px;
		height: auto;
	}
}


/* サービス */
.services__box{
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.services__container {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-bottom: 7rem;
	padding: 0;
/*	transform:skew(0deg, -5deg) translate3d(0, 0, 0);*/
	width: 100%;
}

.services__box1 {
	background-color: rgba(255, 255, 255, 0.3);
	position: relative;
}

.services__box2 {
	background-color: rgba(255, 255, 255, 0.6);
	position: relative;
}

@media screen and (max-width: 768px) {
	.services__box1 {
		width: 100%;
	}
	.services__box2 {
		width: 100%;
	}
}

.services__h2 {
	font-weight: 700;
/*	transform:skew(0deg, -5deg) translate3d(0, 0, 0);*/
}

.services__h3 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 1rem;
	text-align: center;
}

.services__a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.services__a:hover {
	background-color: rgba(130, 30, 40, 0.3);
}

.services__img-p {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 1.6rem;
}

.services__img {
	width: 20%;
	height: auto;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    /* 768px - 979px用（タブレット用）の記述 */
    .services__img {
		width: 24%;
	}
}
@media screen and (max-width: 767px)  {
    /* - 767px用（タブレット／スマートフォン用）の記述 */
    .services__img {
		width: 18%;
	}
}

.services__p {
	color: #000000;
	font-size: 1.4rem;
	margin: 0 0 1rem 0;
	text-align: justify;
	word-wrap: break-word;
}

.services__btn {
	background-color: transparent;
	border: 1px solid #538327;
	color:#538327;
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin: 0 auto 2.0rem;
	padding: 0 1.6rem 0;
	text-align: center;
	width: 14rem;
}


/* サービス：アプリアイコン画像関係 */
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}

.services__top {
	height: auto;
	margin-top: 120px;
	width: 100%;
}
.services__top--img {
	height: auto;
	width: 100%;
}

@media screen and (min-width: 768px) {
    .services__top {
    	margin: 120px auto 0;
		width: 64%;
	}
}

.services__contents {
	margin-bottom: 1.6rem;
}

.services__grid {
	box-shadow: 0px 1.0rem 2.0rem 0 rgba(0, 0, 0, 0.4);
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}
.services__grid:hover {
	-webkit-animation: shadow 0.6s forwards;
	-moz-animation: shadow 0.6s forwards;
	animation: shadow 0.6s forwards;
}
@keyframes shadow {
	0% { box-shadow: 0px 1.0rem 2.0rem 0 rgba(0, 0, 0, 0.4); transform: scale(1.0);}
	100% { box-shadow: 0px 1.0rem 2.0rem 1.0rem rgba(0, 0, 0, 0.25); transform: scale(1.03);}
}
@-webkit-keyframes shadow {
	0% { box-shadow: 0px 1.0rem 2.0rem 0 rgba(0, 0, 0, 0.4); transform: scale(1.0);}
	100% { box-shadow: 0px 1.0rem 2.0rem 1.0rem rgba(0, 0, 0, 0.25); transform: scale(1.03);}
}
@-moz-keyframes shadow {
	0% { box-shadow: 0px 1.0rem 2.0rem 0 rgba(0, 0, 0, 0.4); transform: scale(1.0);}
	100% { box-shadow: 0px 1.0rem 2.0rem 1.0rem rgba(0, 0, 0, 0.25); transform: scale(1.03);}
}

.services__grid-icon--img {
	width: 100px;
	height: 100px;
	margin: 12px;
	border-radius: 10px;
}
.services__grid-icon--app {
	width: 80px;
	margin-bottom: 1.6rem;
}


/* サービス：アプリ文言関係 */
.services__detail {
	padding: 1.0rem 1.6rem;
	max-width: 100%;
	text-align: left;
	width: 100%;
}
.services__detail-h3 {
	font-size: 2.0rem;
	font-weight: bold;
	padding: 1.6rem 0.4rem 0;
	margin-bottom: 0.6rem;
	color: #387041;
}
.services__detail-p {
	font-size: 1.2rem;
	margin: 0;
	word-wrap: break-word;
}


.fh5co-services {
  position: relative;
  margin-bottom: 40px;
  transform:skew(0deg, -5deg) translate3d(0, 0, 0);
}
.fh5co-services .holder-section {
  padding-left: 100px;
}
.fh5co-services .holder-section h3 {
  margin-bottom: 8px;
  font-weight: 400;
  font-weight: 20px;
    font-size: 18px;
}
.fh5co-services .holder-section p {
  font-size: 14px;
  margin-bottom: 4.0em;
}
.fh5co-services .fh5co-table2 {
  display: table;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background: #F03861;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 992px) {
  .blog-section {
    margin-bottom: 1rem;
  }
}
.blog-section span {
  display: block;
/*  font-size: 80px;*/
  color: #000;
  line-height: 0;
/*  margin-bottom: 60px;*/
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
}
.blog-section p {
	margin-bottom: 1.0em;
	font-size: 1.6rem;
	color: #424242;
	font-weight: 300;
}

.fh5co-grid-work {
  margin-bottom: 40px;
}

.fh5co-grid-work . img {
	max-width: 100%;
}

/* [work]アイコン */
.fh5co-grid-work .work-icon-holder {
	position: relative;
	margin-bottom: 10px;
	padding: 0.5em 1em;
	border: solid 1px #006b32;
/*	border-radius: 8px;*/
}
.fh5co-grid-work .work-icon-holder .work-icon-img {
	position: absolute;
	top: -30px;
	left: 10px;
	padding: 0 10px;
	background: #FFF;
	width: 72px;
	height: auto;
	max-width: 72px;
	max-height: auto;
}

.fh5co-grid-work .work-icon-holder p {
	margin-top: 2.6rem;
	text-align: left;
	font-size: 14px;
}

.fh5co-grid-work .work-icon-holder .work-icon-photo {
	width: 320px;
	max-width: 100%;
	max-height: auto;
}

.about {
  padding-bottom: 1rem;
}
.about img {

}
.about p {
  font-size: 14px;
  margin-bottom: 2rem;
}
.about ul {
  margin-bottom: 3rem;
}
.about li {
  font-size: 14px;
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#footer p {
	font-size: 16px;
	margin-bottom: 0em;
}
#footer p.copyright {
	font-size: 12px;
	margin-bottom: 3.0em;
}
#footer p:last-child {
  margin-bottom: 0;
}
#footer p.fh5co-social-icons a:hover, #footer p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
#footer p.fh5co-social-icons i {
  font-size: 32px;
}
#footer p.fh5co-footer-list {
  font-size: 14px;
}
#footer p.privacy {
  font-size: 12px;
  margin-bottom: 3.0em;
}
#footer li {
  width:40px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 1.0em;
}


.js .animate-box {
	 opacity: 0;
}

.video-wrap {
	width: 100%;
	height: auto;
	padding: 0;
}
.video-wrap iframe {
	width: 100%;
	height: 280px;
}

.privacy__ul {
    list-style:none;
	text-indent:-0.8em;
	padding-left:0.8em;
}


/* 内部リンク */
.page-top {
    margin: 0;
    padding: 0;
    display: none;
}
.page-top-p {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 4px;
    bottom: -4px;
}
.move-page-top {
	display: block;
	width: 80px;
	height: 80px;
}
.move-page-top:hover {
	opacity: 0.85;
}
.move-page-top::before {
	content: '';
	position: absolute;
	left: 40%;
	top: -4px;
	width: 16px;
	height: 16px;
	border-top: 3px solid #538327;
	border-right: 3px solid #538327;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.move-page-top-img {
	width:100%;
	height: auto;
}



.title__box {
	padding-top: 1rem;
	padding-bottom: 7rem;
	width: 100%;
	height: 300px;
}

.title__p {
	text-align: center;
	margin: 1rem;
}

.title__p--modifier {
	font-size: 2.4rem;
	color: #001100;
}

@media screen and (min-width: 980px) {
	/* 980px以上用（PC用）の記述 */
	.title__p--modifier {
		font-size: 2.4rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
    /* 768px - 979px用（タブレット用）の記述 */
    .title__p--modifier {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 767px)  {
    /* - 767px用（タブレット／スマートフォン用）の記述 */
    .title__p--modifier {
		font-size: 1.4rem;
	}
}

.typed-cursor{
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}


/* トップロゴアニメ */
@keyframes top_opacity {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

.top__image--ab {
	text-align: center;
	padding-top: 80px;
}

.top__image--ab_style {
	width: 50%;
	width: 36vw;
	height: auto;
	animation: top_opacity 2s;
}

@media screen and (max-width: 768px) {
    .top__image--ab_style {
    	width: 70%;
		width: 70vw;
		height: auto;
	}
}

.top__string--ab {
	position: absolute;
	bottom: 0;
	animation: top_opacity 3s;
	width: 100%;
}

.top__string--ab_style {
	text-align: right;
	font-size: 10vw;
	font-weight: 700;
	margin: 0 2rem 0 0;
	color: #dadada;
}

.flick__ul {
	list-style: none;
	padding: 0;
}

.flick__li {
	height: auto;
	top: 110px;
	width: 100%;
}

@media screen and (min-width: 768px) {
    .flick__li {
		width: 64%;
	}
}

.flick__img {
	height: auto;
	width: 100%;
}


.privacy {
  padding-bottom: 3em;
}
.privacy img {
  margin-bottom: 50px;
}
.privacy p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0em;
}
.privacy .clear_ss {
  margin-bottom: 0em;
  font-size: 14px;
  color: #727272;
}
.privacy .clear_s {
  margin-bottom: 2em;
  font-size: 14px;
  color: #727272;
}
.privacy .clear_m {
  margin-bottom: 5.5em;
  font-size: 14px;
  color: #727272;
}

.privacy .asta_m {
	margin-bottom: 4.0em;
	font-size: 14px;
	color: #387041;
}

.privacy ul {
  margin-bottom: 3em;
}
.privacy li {
  font-size: 14px;
  color: #727272;
}

.privacy__h2 {
	font-weight: 700;
	margin-top: 1.6rem;
}

.privacy__label {
	background-image: url(../images/image_test.png);
	background-size: contain;
	background-repeat: repeat;
	background-color: #eaf4e3;
}

.partner_logo {
	width: 25%;
	height: auto;
}

@media screen and (max-width: 768px) {
    .partner_logo {
		width: 40%;
	}
}


.robot__title {
	padding-bottom: 2.0em;
}

.robot__title--p {
	font-size: 14px;
	margin-bottom: 1em;
}

.robot__title--h3 {
	margin: 0 0 2rem 0;
	text-align: center;
}

.robot__info--container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.0em;
}

.robot__info-a {
	background-color: #e6ebff;
	margin: 0 auto 3rem;
	margin-bottom: 0;
	padding: 2.4rem;
	width: 50%;
	font-size: 16px;
}

.robot__info-b {
	background-color: #cbd5ff;
	margin: 0 auto 3rem;
	margin-bottom: 0;
	padding: 2.4rem;
	width: 50%;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
    .robot__info-a, .robot__info-b {
		width: 100%;
	}
}

.robot__info-p {
	margin-bottom: 0;
	font-size: 1.4rem;
}

.robot__info-p1 {
	margin-bottom: 0;
	font-size: 1.2rem;
}

.robot__info-img {
	margin-bottom: 1.6rem;
}

.robot__s-image {
	margin: 0 auto;
	width: 100%;
}

.robot__s-image--img {
	width: 100%;
}

.robot__movie--container {
	margin-bottom: 4rem;
}

.robot__movie {
	margin-bottom: 4rem;
}

.robot__movie-title {
	line-height: 1;
	padding: 1rem;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	white-space: nowrap;
	width: 100%;
}

.robot__movie-title-span {
	background: linear-gradient(#69b7f4, #346387);
	background-color: #539ed8;
	border-radius: 14px;
	color: #ffffff;
	font-size: 1.4rem;
	padding: 0.6rem 1.6rem;
	box-shadow: 3px 3px 6px rgba(60, 68, 40, 0.2);
}

@media (max-width: 1020px) and (min-width: 768px) {
	.robot__movie-title-span {
		font-size: 1.0rem;
	}
}

.robot__explain-group {
	padding-bottom: 2.0em;
}

.robot__introduce {
	padding-left: 0;
	padding-right: 0;
}

.robot__explain-group-p {
	font-size: 1.4rem;
	color: #000000;
	margin-bottom: 0;
}

.robot__explain-group-s {
	font-size: 1.4rem;
	color: #727272;
	margin-bottom: 1rem;
}

.robot__explain-group-ss {
	font-size: 1.4rem;
	color: #727272;
	margin-bottom: 0;
}


@media screen and (max-width: 768px) {
	.robot__introduce {
/*		width: calc(100% - 24px);"*/
	}
}

.robot__explain {
	position: relative;
}

.robot__explain-frame {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background-color: rgba(50, 50, 50, 0.4);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	padding-top: 18%;
}


.robot__explain-h3 {
	margin: 0;
	margin-bottom: 1.2rem;
	padding: 0;
	padding-bottom: 1.2rem;
}

.robot__explain-h3--border {
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 1.2rem;
}

.robot__explain-p {
	color: #ffffff;
	font-size: 1.4rem;
	padding: 0 3.2rem;
}

@media screen and (max-width: 768px) {
	.robot__explain-frame {
		padding-top: 12%;
	}
	.robot__explain-h3 {
		font-size: 1.6rem;
	}
	.robot__explain-p {
		font-size: 1.2rem;
		padding: 0;
	}
}

.robot__explain .work-holder {
	position: relative;
	margin-bottom: 4px;
}
.fh5co-grid-work . img {
	max-width: 100%;
}



/* ニュース */
.news__box {
	background-image: url(../images/image_test.png);
	background-size: contain;
	background-repeat: repeat;
	background-color: #eaf4e3;
	padding-top: 7rem;
	padding-bottom: 7rem;
	transform:skew(0deg, 5deg) translate3d(0, 0, 0);
}
.news__box-r {
	transform:skew(0deg, -5deg) translate3d(0, 0, 0);
}
.news__h2 {
	font-weight: 700;
}
.news__ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news__li {
	overflow: hidden;
	position: relative;
	background-color: #fcfcfc;
	padding-top: 0.6rem;
	margin-bottom: 0.8rem;
}
.news__li::after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.news__date {
	border-left: solid;
	border-left-width: 6px;
	margin: 0 1rem;
	padding-left: 1rem;
	float:left;
	text-align: left;
	width: 16%;
	font-size: 1.4rem !important;
	font-weight: bold !important;
}
.news__contents {
	float: left;
	margin-left: 0.3rem;
	width: 75%;
}
@media screen and (max-width: 768px) {
	.news__contents {
		margin: 0 1.5rem;
		width: 88%;
	}
}
.news__contents-p {
	font-size: 1.4rem;
	text-align: justify;
	word-wrap: break-word;
}

.news__contents-ul {
	list-style-type: none;
	position: relative;
}
.news__contents-li {
	font-size: 1.6rem;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.news__contents-li:after {
	display: block;
	content: '';
	position: absolute;
	top: .7em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #f7594d;
	border-bottom: 2px solid #f7594d;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* 会社プロフィール */
.profile__box {
	background-image: url(../images/image_test.png);
	background-size: contain;
	background-repeat: repeat;
	background-color: #eaf4e3;
	padding-top: 7rem;
	padding-bottom: 20rem;
	margin-bottom: -10rem;
	transform:skew(0deg, -5deg) translate3d(0, 0, 0);
}


.profile__list {
	width: 100%;
}

.profile__container {
	transform:skew(0deg, 5deg) translate3d(0, 0, 0);
}

.profile__dt {
	display: block;
	width: 30%;
	clear: left;
	float: left;
	text-align: right;
	font-weight:700;
	font-size:14px;
	padding: 0 5% 0 0;
	vertical-align: middle;
}

.profile__dd {
	display: block;
	float: left;
	margin: 0 0 1rem 0;
	text-align: left;
	width: 70%;
}

@media screen and (max-width: 768px) {
	.profile__dt {
		width: 30%;
	}
	.profile__dd {
		width: 70%;
	}
}

.profile__dd > p {
	padding: 0;
	margin: 0;
	width: 100%;
	font-weight:normal;
	font-size:14px;
	vertical-align: middle;
	color: #222222;
}

.profile__h2 {
	font-weight: 700;
}


/* アクセス */
.access {
	margin: 0;
}

.access__box {
	background-image: url(../images/image_test.png);
	background-size: contain;
	background-repeat: repeat;
	background-color: #eaf4e3;
	padding-top: 7rem;
	transform: skew(0deg, -5deg) translate3d(0, 0, 0);
}

.access__h2 {
	font-weight: 700;
	transform: skew(0deg, 5deg) translate3d(0, 0, 0);
}

.access__address {
	margin: 0 0 3rem 0;
	padding: 0;
	font-size: 1.4rem;
	text-align: center;
	transform: skew(0deg, 5deg) translate3d(0, 0, 0);
}

.access__detail {
	font-size: 1.4rem;
	margin-top: 1rem;
	text-align: center;
	transform: skew(0deg, 5deg) translate3d(0, 0, 0);
}


.access__btn {
	margin: 3rem auto 7rem;
	width: 160px;
	height: auto;
	transform: skew(0deg, 5deg) translate3d(0, 0, 0);
}

.access__btn--map {
	display: block;
	background-color: transparent;
	border: 1px solid #538327;
	line-height: 40px;
	text-align: center;
	font-weight: 500;
}

.access__btn--map:hover {
	background-color: rgba(255, 255, 255, .4);
}

.access__dl {
	margin: 2rem 0;
}

.access__dt {
	background-color: #ffffff;
}

.access__dd {
/*	background: linear-gradient(#76c66b, #15540c);*/
	background-color: #54a449;
}
.access__dd > p {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 1.4rem;
}

.access__station {
	margin-bottom: 0;
	font-size: 1.4rem;
}

.access__sline {
	list-style: none;
	margin: 0;
	padding: 0;
}

.access__slined {
	display: inline-block;
	list-style: none;
	margin: 0 1px 1rem 1px;
	padding: 0 1rem;
	border-radius: 4px;
}


/* google map */
.access_googlemap {
	padding: 30% 0 0 0;
	width: 100%;"
	transform:skew(0deg, 5deg) translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
	.access_googlemap {
		padding: 50% 0 0 0;
	}
}


/* Contact Us*/
.contact__box {
	padding-top: 7rem;
	margin-bottom: 14rem;
}

.contact__h2 {
	font-weight: 700;
}

.contact__p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.contact__contents {
	margin: 0;
	padding: 0;
}

.contact__btn {
    margin: 3rem auto;
}

.contact__btn--mail {
	background-color: transparent;
    border: 1px solid #0080B3;
    color:#0080B3;
    display: block;
    font-weight: 500;
    line-height: 40px;
    margin: 0 auto;
    padding: 0.2rem 0;
    text-align: center;
    width: 14rem;
}

.contact__btn--mail:hover {
	background-color: rgba(153, 164, 219, .4);
}


/* フッター */
.footer__box {
	background-color: #002312;
	color: #ffffff;
	position: relative;
}

.footer__box::before {
	content: '';
	position: absolute;
	left: 0;
	top: -8rem;
	width: 100%;
	height: auto;
	border: 0 solid transparent;
	border-top: 20rem solid #002312;
	transform:skew(0deg, 5deg) translate3d(0, 0, 0);
}

.footer__p {
	color: #ffffff;
}

.footer__contents {
	margin: 0;
	padding: 0;
}

.footer__img--logo {
	display: block;
	margin: 0 auto 2rem;
	text-align: center;
}

.footer__facebook {
	width: 36px;
	height:36px;
}


.privacy__detail {
    margin: 0 0 0 2rem;
}

.privacy__dl {
    margin: 0;
    padding: 0;
}

.privacy__dl::after {
    content: " ";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

.privacy__dt {
    float:left;
    text-align: left;
    width: 6em;
    font-weight:normal;
    font-size:14px;
    margin: 0 1em 0 0;
    padding: 0 1em 1rem 0 0;
}

.privacy__dd {
    font-size:14px;
    text-align: left;
    padding: 0 0 0 1em;
    width: 80%;
}



.public__detail {
    margin: 0 0 0 2rem;
}

.public__dl {
    margin: 0;
    padding: 0;
}

.public__dl::after {
    content: " ";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

.public__dt {
    float:left;
    text-align: left;
    width: 6em;
    font-weight:normal;
    font-size:14px;
    margin: 0 1em 0 0;
    padding: 0 1em 1rem 0 0;
}

.public__dt::after {
    content: " ";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

.public__dd {
    float:left;
    font-size:14px;
    text-align: left;
    padding: 0 0 0 1em;
    width: 80%;
}

.public__dd > p {
    padding: 0;
    margin: 0;
    width: 100%;
    line-height:1.8;
    font-weight:normal;
}

.clear::after {
    content: " ";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

/* ガイドライン */
.guideline__h2 {
	font-weight: 700;
}

.guideline__h3 {
	margin: 0 0 2rem 0;
	text-align: center;
}

.guideline__h3--list {
	font-weight: bold;
	color: #01670d;
	margin: 0 0 2rem 0;
	text-align: center;
}

.guideline__box {
	padding: 7rem 0;
}

.guideline__frame {
	display: flex;
	flex-wrap: wrap;
}

.guideline__contents1 {
	background-color: rgba(250, 250, 250, 0.3);
	background-image: url(../images/keieisisin.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3.2rem 0;
}

.guideline__contents2 {
	background-color: rgba(250, 250, 250, 0.3);
	background-image: url(../images/keieirinen.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3.2rem 0;
}

.guideline__contents3 {
	background-color: rgba(250, 250, 250, 0.3);
	background-image: url(../images/koudourinen.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3.2rem 0;
}

@media screen and (max-width: 768px) {
	.guideline__contents1 {
		width: 100%;
	}
	.guideline__contents2 {
		width: 100%;
	}
	.guideline__contents3 {
		width: 100%;
	}
}

.guideline__block {
	margin-bottom: 2.0em;
}
.guideline__p {
	font-size: 1.6rem;
	margin-bottom: 0;
}

.guideline__icon {
	display: table;
	width: 70px;
	height: 70px;
/*	background: #eaf4e3;*/
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto 2rem auto;
}

.guideline__icon .guideline__icon--position {
  display: table-cell;
  vertical-align: middle;
}

.guideline__dir-ul {
	margin: 0 auto;
	padding: 0;
	width: 55%;
}

.guideline__dir-li {
	font-size: 1.6rem;
	list-style: none;
	padding: 0;
	padding-left: 1.8rem;
	position: relative;
	text-align: justify;
	word-wrap: break-word;
	width: 100%;
}
.guideline__dir-li::before {
	content: "\25C6";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.guideline__act-li {
	font-size: 1.6rem;
	list-style: none;
	padding: 0;
	padding-left: 1.8rem;
	position: relative;
	text-align: justify;
	word-wrap: break-word;
	width: 100%;
}
.guideline__act-li::before {
	content: "\25C6";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.guideline__dir-ul {
		width: 90%;
	}
	.guideline__dir-li {
		width: 100%;
	}
	.guideline__act-li {
		width: 100%;
	}
}

.business__box {
	padding-top: 12rem;
	padding-bottom: 6rem;
}

.business__h2 {
	font-weight: 700;
}

.business__h3 {
	margin: 0 0 2rem 0;
	text-align: center;
}

.business__h3--partner {
	margin: 0 0 2.4rem 0;
	text-align: center;
}

.business__h3--partner-border {
	border-bottom: 2px solid #090c50;
	color: #090c50;
	font-weight: 700;
	font-size: 1.6rem;
	padding-bottom: 1.0rem;
}

.business__p {
	margin-bottom: 4.8rem;
	font-size: 1.4rem;
}

.application__box {
	background-image: url(../images/image_test.png);
	background-size: contain;
	background-repeat: repeat;
	background-color: #eaf4e3;
	padding-top: 7rem;
	padding-bottom: 14rem;
	transform:skew(0deg, -5deg) translate3d(0, 0, 0);
}

.application__h2 {
	font-weight: 700;
}

.application__h3 {
	margin: 0 0 2rem 0;
	text-align: center;
}


.application__p1 {
	margin-bottom: 0 !important;
	text-align: center;
	color: #000000;
}

.application__p2 {
	margin: 0 0 2rem 0;
	text-align: center;
	color: #000000;
}

.application__iconskew {
	transform:skew(0deg, 5deg) translate3d(0, 0, 0);
}

.application__icon--container {
	display: inline-block;
	margin: 0 1rem;
}

.application__icon {
	display: table;
	width: 70px;
	height: 70px;
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto 2rem auto;
}

.application__icon--position {
  display: table-cell;
  vertical-align: middle;
}

.application__icon--image {
	height: auto;
	width: 70%;
}

/* 最近の開発実績 */
.dev__recently {
	margin-top: 3rem;
	text-align: center;
}

.dev__recently--p {
	font-size: 1.4rem;
}

.dev__container {
	 margin-top: 3rem;
}

.dev__icon {
	display: inline-block;
}
.dev__icon-not {
	display: none;
}

.dev__icon--image {
	height: auto;
	width: 100%;
}

.dev__info {
	display: inline-block;
}

.dev__info--name {
	font-size:1.6rem;
	margin: 0;
}

.dev__info--h4 {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0;
}

.dev__info--explain {
	font-size: 1.4rem;
	margin: 0;
}

.dev__info--work-p {
	margin: 0;
	padding: 0;
}

.dev__info--work {
	background-color: #485;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0.4rem 1rem;
}

.dev__info--model {
	background-color: #fff;
	border-radius: 12px;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 1rem 0 0;
	padding: 0 20px;
}

.dev__info--model-last {
	background-color: #fff;
	border-radius: 12px;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0;
	padding: 0 20px;
}

.robot__box {
/*	background-color: #eaf4e3;*/
	padding-top: 7rem;
	padding-bottom: 14rem;
	transform:skew(0deg, -5deg) translate3d(0, 0, 0);
}

.robot__container {
	transform:skew(0deg, 5deg) translate3d(0, 0, 0);
}


.robot__video-icon::before {
	content: "\f16a";
	color: #cacaca;
	font-family: "FontAwesome";
	font-size: 7.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	opacity: 0.8;
}

.robot__video-button {
	color: #ffffff;
	text-decoration: none;
}

.robot__video-button:hover{
	color: #ffffff;
	text-decoration: none;
}


.robot__video-img {
	background-color: red;
	width: 100%;
	height: 50%;
}

.margin-reflesh {
	margin: 0;
}

.text-position {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.text-position {
		text-align: left;
		margin-left: 1rem;
		margin-right: 1rem;
	}
}


/* アプリ */
.appli__box {
	padding-top: 7rem;
}

.appli__h2 {
	font-weight: 700;
}
.appli__h3 {
	margin: 0 0 2rem 0;
	text-align: center;
}

.linestamp__box {
	padding-top: 7rem;
	margin-bottom: 14rem;
}

.linestamp__h2 {
	font-weight: 700;
}
.linestamp__h3 {
	margin: 0 0 2rem 0;
	text-align: center;
}


/* ロード画面 */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: radial-gradient(#cff9bd, #1c5603);
	z-index: 101;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 102;
}


/* ローディングアニメーション */
.loader,.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.load_style {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0;
	padding: 0;
}


.video-icon {
	position: relative;
	padding-left: 3.0rem;
}
.video-icon::before {
	border-radius: 4px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -51%);
	background-color: #1b830a;
	width: 24px;
	height: 16px;
}
.video-icon:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 4%;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-width: 4px 0 4px 8px;
	transform: translate(0, -51%);
}



/* 上書き調整 */
a {
	color: #538327;
}
.fh5co-footer-list > a {
	color: #86b65a;
}
.privacy > a {
	color: #86b65a;
}
/*# sourceMappingURL=style.css.map */
