@charset "utf-8";
#site-content .site-content__description, #site-content__top .site-content__description {
	margin-bottom: 80px;
}

@media (max-width: 599px) {
	#site-content .site-content__description #site-content__top .site-content__description {
		margin-bottom: 50px;
	}
}

/* /// */
/* TOP */
/* /// */
h2.section__heading-h2 {
	position: relative;
	text-align: center;
	padding-bottom: 0.8rem;
	margin-bottom: 15px;
	font-weight: bold;
}
h2.section__heading-h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #0D72B4, #0D72B4 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #0D72B4, #0D72B4 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}





.site-content__section {
	/*width: 100%;*/
	display: flex;
	margin-bottom: 40px;
}

.site-content__section .site-content__section--img {
	display:flex;
	justify-content:center;
	flex: 1;
}


.site-content__section .site-content__section--img img {
	max-width: 500px;
	padding: 0 30px;
}

.site-content__section .site-content__section--img video {
	min-height:250px;
	max-width: 500px;
	padding: 15px;
}

@media (max-width: 599px) {
	.site-content__section .site-content__section--img video {
		min-width: 200px;
		padding: 10px;
	}
}

.site-content__section .site-content__section--txt {
	display: flex;
	flex-direction: column;
	justify-content:center;
	flex: 1;
}
.site-content__section .site-content__section--txt h3 {
	padding-top:0;
	margin-top:0;
	padding-bottom: 0.8rem;
	margin-bottom: 2rem;
	background-image: linear-gradient(90deg, #b2d5de 0 20%, #dedede 20%);
	background-repeat: no-repeat;
	background-size: 100% 5px;
	background-position: bottom;
	color: #323232;
	font-weight: bold;
}
.site-content__section .site-content__section--txt p {
	margin-bottom: 1.5rem;
}
.site-content__section--btn a {
	background: #052662;
	border-radius: 10px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	/*margin: 0 auto;*/
	max-width: 280px;
	padding: 16px 32px;
	color: #fff;
	transition: 0.3s ease-in-out;
	font-weight: bold;
	flex-wrap: wrap;
	flex-direction: column;
}

.site-content__section--btn {
	margin-top:auto;
}

/* 色違いボタン */
.site-content__section--btn--orange a {
	max-width: 350px;
	background: #F07700;
}

.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}

.dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.site-content__section--btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.site-content__section--btn a:hover {
	background: #b2d5de;
	color: #FFF;
	text-decoration: none;
}

.site-content__section--btn a:hover:after {
	right: 1.4rem;
}
/*
.site-content__section .site-content__section--txt:nth-child(odd) {
  flex-direction: row-reverse;
}*/

.site-content__section--btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.site-content__section--btn a:hover {
	background: #b2d5de;
	color: #FFF;
	text-decoration: none;
}
.site-content__section--btn a:hover:after {
	right: 1.4rem;
}


@media screen and (max-width: 1024px) {	
	.site-content__section {
    	/*width: 100%;*/
   		display: block;
	}
	.site-content__section .site-content__section--img img {
		max-width: 100%;
		margin:auto;
		margin-bottom:30px;
	}
	.site-content__section--btn {
		max-width:350px;
		margin:auto;
		padding:35px 0;
	}
	.site-content__section--btn a {
		padding:16px 35px;
	}
}


/* /////// */
/* product */
/* /////// */


h2.section__heading-h2--content {
    margin:  0;                     /* デフォルトCSS打ち消し */
    position:  relative;            /* 位置調整 */
    margin-bottom: 15px;            /* 周りの余白指定 */
    padding-top: 50px;              /* 余白指定 */
	margin-top:-50px;
    /*padding-left: 40px;*/ 
}
h2.section__heading-h2--content::before {
    content:  '';                   /* 空白の要素を作る */
    width: 0;                       /* 幅指定 */
    height: 0;                      /* 高さ指定 */
    border-style: solid;            /* 三角を作る */
    border-width: 0px 0 130px 90px; /* 三角を作る */
    border-color: transparent transparent #ddf3fd transparent;  /* 三角を作る */
    position:  absolute;            /* 位置調整 */
    z-index:  -1;                   /* 重なり調整 */
    transform: rotate(30deg);       /* 回転 */
    top: -20px;                     /* 位置調整 */
    left: 30px;                     /* 位置調整 */
}

.site-content__section h3{
	padding-top:0;
	margin-top:0;
	padding-bottom: 0.8rem;
	margin-bottom: 2rem;
	background-image: linear-gradient(90deg, #b2d5de 0 20%, #dedede 20%);
	background-repeat: no-repeat;
	background-size: 100% 5px;
	background-position: bottom;
	color: #323232;
	font-weight: bold;	
}


h4.section__heading-h4--content {
	/*border-bottom: 1px solid #A3A3A3;*/
	padding: 0 0.5em;
	border-left: solid 8px #27acd9;
	margin-bottom:0.7em;
}


h5.section__heading-h5--content {
	margin:3% 0;
	padding-left: 48px;
	position: relative;
}

@media (max-width: 599px) {
	h5.section__heading-h5--content {
		margin:5% 0;
	}
}

h5.section__heading-h5--content::before {
  content: "";
  background-color: #052662;
  width: 20px;
  height: 20px;
  left: 20px;
  top: 8px;
  position: absolute;
  box-shadow: -15px -10px #ddf3fd;
}

h5.section__heading-h5--content::after {
  content: "";
  background-color: #dedede;
  width: 15px;
  height: 15px;
  left: 10px;
  top: 25px;
  position: absolute;
}


.site-content__section02 {
	display:block;
	margin-bottom: 40px;
}

.site-content__section02 .site-content__section__flexbox {
	display:flex;
	width: 100%;
}

.site-content__section02 .site-content__section__flexbox--img {
	display:flex;
	justify-content:center;
}


.site-content__section02 .site-content__section__flexbox--img img {
	max-width: 500px;
	padding: 0 30px;
}

.site-content__section02 .site-content__section__flexbox--txt {
	display: flex;
	flex-direction: column;
	justify-content:center;
}
.site-content__section02 .site-content__section__flexbox--txt h3 {
	padding-top:0;
	margin-top:0;
	padding-bottom: 0.8rem;
	margin-bottom: 2rem;
	background-image: linear-gradient(90deg, #b2d5de 0 20%, #dedede 20%);
	background-repeat: no-repeat;
	background-size: 100% 5px;
	background-position: bottom;
	color: #323232;
	font-weight: bold;
}
.site-content__section02 .site-content__section__flexbox--txt p {
	margin-bottom: 1.5rem;
}





.site-content__section__flexbox--btn a {
	background: #052662;
	border-radius: 10px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	/*margin: 0 auto;*/
	max-width: 280px;
	padding: 16px 32px;
	color: #fff;
	transition: 0.3s ease-in-out;
	font-weight: bold;
	flex-wrap: wrap;
	flex-direction: column;
}

.site-content__section__flexbox--btn {
	/*margin-top:auto; 下ぞろえにする場合はこちらを出して下をコメントアウト*/
	padding:30px 0;
}

.site-content__section__flexbox--btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.site-content__section__flexbox--btn a:hover {
	background: #b2d5de;
	color: #FFF;
	text-decoration: none;
}

.site-content__section__flexbox--btn a:hover:after {
	right: 1.4rem;
}
/*
.site-content__section .site-content__section--txt:nth-child(odd) {
  flex-direction: row-reverse;
}*/

.site-content__section__flexbox--btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.site-content__section__flexbox--btn a:hover {
	background: #b2d5de;
	color: #FFF;
	text-decoration: none;
}
.site-content__section__flexbox--btn a:hover:after {
	right: 1.4rem;
}

/* 色違いボタン */
.site-content__section--btn--orange a {
	background: #F07700;
}
.site-content__section--btn--orange a:hover:after {
	right: 1.4rem;
}

.site-content__section--btn--orange a:hover {
	background: #F4CE4A;
	color: #fff;
}
.site-content__section--btn--orange a:hover:after {
	color: #fff;
}


@media screen and (max-width: 1024px) {	
	.site-content__section02 .site-content__section__flexbox {
   		display: block;
	}
	
	.site-content__section02 .site-content__section__flexbox--img img {
		width:100%;
		margin:auto;
		margin-bottom:30px;
	}
	.site-content__section--btn {
		max-width: 350px;
		margin:auto;
		padding:35px 0;
	}
	.site-content__section__flexbox--btn a{
		margin:auto;
	}
	.site-content__section--btn a {
		padding:16px 35px;
	}
}


/* /////// */
/* company */
/* /////// */

.site-content__section__table {
  border-collapse: collapse;
  width: 100%;
}
.site-content__section__table th, .site-content__section__table td {
	padding: 1em;
	font-size: 1.2em;
}
.site-content__section__table th {
  color: #4d9bc1;
  font-weight: bold;
  text-align: left;
  width: 10%;
  min-width: 4em;
  position: relative;
}

.site-content__section__table th.site-content__section__table__thcr {
	color:#27467c;
}

.site-content__section__table th::after {
  content: '';
  background-color: #c1c7c6;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
}

#site-content .site-content__section02 {
	margin-bottom: 50px;
}

@media (max-width: 599px) {
	.site-content__section__table th, .site-content__section__table td {
		font-size: 1.1em;
	}
	
	#site-content .site-content__section02 {
		margin-bottom: 0;
	}
}

.site-content__maparea{
	margin-top:30px;
	min-height:300px;
}

