@charset "Shift_JIS";


.title01{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

.title02{
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 20px;
	background-color: #00B056; /* 背景色 */
	color: #fff; /* 文字色 */
	overflow: hidden;
	padding: 10px;  /* 余白 */
	position: relative;
}


.title02:before {
	background-color: #fff; /* 切り替わる色 */
	content: '';
	display: block;
	opacity: 0.6; /* 不透明度 */
	transform: rotate(-30deg);
	position: absolute;
	bottom: -30px;
	right: -100px;
	width: 200px;
	height: 200px;
}


.text01{
	font-size: 1.5rem;
	text-align: center;
	background-color: #000B87;
	color: #fff;
	font-weight: bold;
}


/* ==========================================================================
  purposeListArea
========================================================================== */
.purposeListArea{
  background-color: #ffffff;
  padding: 10px 0 200px 0;
  width: 100%;
}

.purposeListArea:nth-child(even){
  background-color: #f7f7f0;
}



.purposeListBox{
  margin-top: 30px;
}

.purposeListBox .columnComp-type03 .columnComp_box{
  margin-top: 30px;
  margin-left: 30px;
  width: 340px;
}

.purposeListBox .columnComp-type03 .columnComp_box:nth-child(-n+4) {
  margin-top: 0px;
}

.purposeListBox .columnComp-type03 .columnComp_box:first-child,
.purposeListBox .columnComp-type03 .columnComp_box:nth-child(3n+1){
  margin-left: 0px;
}

.purposeListBox_item{
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
  height: 100%;
  padding: 23px 25px;
  position: relative;

}

.purposeListBox_className{
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 14px;
}


.purposeListBox_className {
	color: #050505; /* 文字色 */
	padding: 5px 5px 5px 30px; /* 上・右・下・左の余白 */
	position: relative;
}
.purposeListBox_className:before {
	background-color: #ef858c; /* 左側の線の色 */
	border-radius: 5px;
	content: '';
	position: absolute;
	top: 0;
	left: 3px; /* 左端からの位置 */
	width: 5px; /* 左側の線の幅 */
	height: 100%;
}
.purposeListBox_className:after {
	background-color: #f3cbd0; /* 右側の線の色 */
	border-radius: 5px;
	content: '';
	position: absolute;
	top: 0;
	left: 12px; /* 左端からの位置 */
	width: 5px; /* 右側の線の幅 */
	height: 100%;
}


.purposeListBox_img{
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  /*margin-bottom: 16px;*/
  width: 100%;
}

.purposeListBox_item img{
}

.purposeListBox_item a:hover img{
  opacity: 0.7;
}

.purposeListBox_item .boxLink-type02{
  letter-spacing: 0.2em;
  position: absolute;
  bottom: 0px;
  left: 25px;
  margin-bottom: 25px;
  width: calc(100% - 50px);
}
.heading-002 {
    padding:30px 1.4em .2em;
    border-bottom: 3px solid #ff0000;
    background-color: #ffffff;
    color: #333333;
	box-shadow: 0px 2px #fc9f9f;
	max-width: 80%;
	margin-left: 50px;
	margin-bottom: 20px;
}
.heading-003 {
    padding:30px 1.4em .2em;
    border-bottom: 3px solid #ff0000;
    background-color: #ffffff;
    color: #333333;
	box-shadow: 0px 2px #fc9f9f;
	max-width: 80%;
	margin-left: 50px;
}
.t1{
	font-size: 16px;
	text-shadow: 1px 1px gray;
}
.t2{
	font-size: 16px;
	text-shadow: 1px 1px gray;
	margin-top:30px;
}
.video1{
	margin-bottom:25px;
	margin-left: 50px;
	width: 1200px;
	float: left;
}
.video2{
	margin:25px;
	margin-left: 50px;
}
.cmimg{
    width: 100%;
	margin: 5px 0px 0px 35px;
	
}
.cmimg:hover img {
    opacity: 0.5;
}
.t3{
	margin-left: 50px;
}
.t4{
	float: left;
	margin-right: 240px;
}
.t5{
	float: left;
	margin-right: 105px;
}
.t6{
	float: left;
}

.indent2{
	padding-left: 1em;
}