@charset "UTF-8";
/* CSS Document */
body{margin: 0px !important;}
h1,h2,h3,h4,h5,h6{margin: 0;}
/*
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
*/
*{
    min-height: 0;
    min-width : 0;
}
#bl{
    padding: 0;
    font-family: yu-gothic-pr6n, sans-serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #111;
    -webkit-text-size-adjust: 100%;
	overflow: hidden;
}
#bl a {
	text-decoration: none;
	color: #2b2b2b;
}
#bl p {
    margin: 0;
}
/*
#bl　a:hover {
	opacity: 1;
}
*/
#bl .clear{
	clear: both;
}
#bl img{
    width: 100%;
    line-height: 0;
	display: block;
}
#bl ul,#bl li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.f-en {font-family: aktiv-grotesk, sans-serif;}
@media only screen and (max-width: 768px)  {
	#bl {
		font-size: 11px;
	}
}


/****************************************
               header
****************************************/
#bl_header{
	position: relative;
}
#bl_header .ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	max-width: 250px;
}
#bl_header .main_vis {
	display: block;
	width: 100%;
}
@media only screen and (min-width: 769px)  {
	#bl{
		width: 1200px;
		margin: 0 auto;
		
	}

	#bl_header{
		overflow: hidden;
/*		max-width: 1400PX;*/
		margin: 0 auto;
	}
	
	#bl_header .main_vis {
		width: 100%;
		object-fit: cover;
}
	
	#bl_header .ttl {
/*		width: 25%;*/
		max-width: 380px;
		left: 66%;
    transform: translate(-44%, -50%);
		
	}
}
/****************************************
               contents
****************************************/
#bl_contents {
	margin: 2% auto 15%;
	z-index: 99;
	
}
#bl_contents section {
	margin: 20% 10%;
}

#bl_contents section img {
	margin-bottom: 10%;
}


	#bl_contents .read_text {
		text-align: left;
		margin: 0 auto;
	}

#bl_contents .point01,
#bl_contents .point02 {
	flex: 1; /* 中身のテキスト量に関係なく、常に半分ずつの幅を確保 */
	min-width: 0; /* テキストがはみ出す不具合対策 */
}

#bl_contents .point h3 {
	font-weight: normal !important;
	text-align: center;
	margin: 5% auto;
	font-size: 13px;
}

#bl_contents .point01{
	margin-bottom: 20%;
}

#bl_contents .point .no02{
	display: block;
	width: 20%;
	margin: 0 auto;
}

#bl_contents .point .no01{
	display: block;
	width: 17%;
	margin: 0 auto;
}


#bl_contents .point_img img{
	flex: 1; /* 両方に均等にスペースを割り当てる */
	min-width: 0; /* flexで画像が縮まない不具合対策 */
	width: 100%;
}

#bl_contents .item{
	position: relative;
}

#bl_contents .item_img{
	display: block;
/*	margin: 20% 0 40%;*/
}

#bl_contents .item_text{
	position: absolute;
	width: 60%;
	line-height: 1.8;
	max-width: 140px;
}
/*
#bl_contents .item_text:nth-of-type(1)::after{
	content: "";
    width: 40%;
    height: 1px;
    background: hsla(219, 57%, 66%, 1.00);
    position: absolute;
     top: 30%;
    left: 20%;
    transform: rotate(233deg);
}
#bl_contents .item_text:nth-of-type(2)::after{
	content: "";
    width: 50%;
    height: 1px;
    background: hsla(219, 57%, 66%, 1.00);
    position: absolute;
    top: -110%;
    left: 10%;
    transform: rotate(115deg);
}
#bl_contents .item_text:nth-of-type(3)::after{
	content: "";
	width: 30%;
	height: 1px;
	background: hsla(219,57%,66%,1.00);
	position: absolute;
	top: -40%;
    left: 10%;
    transform: rotate(67deg);
}
*/

/*
#bl_contents #line1::after{
	content: "";
    width: 15%;
	max-width: 45px;
    height: 1px;
    background: hsla(219, 57%, 66%, 1.00);
    position: absolute;
    top: 38%;
    left: 20%;
    transform: rotate(233deg);
}
#bl_contents #line2::after{
	content: "";
    width: 20%;
	max-width: 55px;
    height: 1px;
    background: hsla(219, 57%, 66%, 1.00);
    position: absolute;
    bottom: 24%;
    left: 15%;
    transform: rotate(115deg);
}
#bl_contents #line3::after{
	content: "";
	width: 15%;
	max-width: 45px;
	height: 1px;
	background: hsla(219,57%,66%,1.00);
	position: absolute;
	top: 87%;
    right: 20%;
    transform: rotate(67deg);
}
*/
#bl_contents .line img{
/*	margin-bottom: 0%!important;*/
	padding: 10% 0;
	
}
#bl_contents #line1{
	position: absolute;
     width: 12%;
    top: 21%;
    left: 26%;
	
}
#bl_contents #line2{
	position: absolute;
    width: 25%;
    bottom: 15%;
    left: 17%;
}

#bl_contents #line3{
	position: absolute;
    width: 12%;
    bottom: 25%;
    right: 27%;
}
#bl_contents .item_text .sub{
	width: 50%;
	min-width: 115px;
	padding: 2px;
	border: 1px solid #848484;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 3px;
}

#bl_contents #text1{
	top: 0%;
	left: 0;
}

#bl_contents #text2{
	bottom: -8%;
	left: 0;
}

#bl_contents #text3{
    bottom: 0%;
    right: 0;
}


@media only screen and (min-width: 769px)  {
	#bl_contents section img {
		margin-bottom: 0;
	}
	
	#bl_contents {
/*	width: 1400px;*/
	
}
	
	#bl_contents .point h3 {
	font-size: 15px;
}
	
	#bl_contents section {
	margin: 15% 10%;
	font-size: 15px;
}
	#bl_contents .point {
	margin-bottom: 0 !important;
}
	#bl_contents .point01 {
     margin-bottom: 0%; 
}
/*
	#bl_contents .item_img {
    margin-top: 0 !important;
		margin-bottom: 0 !important;
}
*/
	
	#bl_contents .item {
/*	margin: 0 15% !important;*/
/*	font-size: 15px;*/
}
	
	#bl_contents .point .no01{
	width: 20%;
}
	
	#bl_contents .read {
/*
		display: flex;
		column-gap: 10%;
*/
	}
	#bl_contents .read_text {
/*
		justify-content: center;
		align-content: center;
*/
		text-align: left;
		width: 60%;
		margin: 0 auto;
	}
	#bl_contents .point {
		display: flex;
		column-gap: 10%;
		
	}
	#bl_contents .point_img {
		margin-bottom: 10%;
	}
	
	#bl_contents .item_text{
		position: absolute;
		width: 100%;
		line-height: 1.8;
		max-width: 300px;
	}
	
	#bl_contents .item_text .sub {
    min-width: 130px;
}
	#bl_contents #text1 {
    top: 0%;
    left: 0;
}
	#bl_contents #text2 {
    bottom: 5%;
    left: 0;
}
	#bl_contents #text3 {
    bottom: 12%;
    right: 0;
}
	
	#bl_contents #line1 {
    position: absolute;
    width: 12%;
    top: 9%;
    left: 19%;
}
}

/**************************************************
                js
**************************************************/
#bl .anim {
	 opacity: 0;
/*  transform: translateY(20px);*/
  transition: opacity 1.0s ease-in-out;
}
#bl .anim.ac {
	 opacity: 1;
/*  transform: translateY(0);*/
}

#bl .ttl {
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
  animation-delay: 0.5s; /* ページ表示から1秒後にスタート */
}

@keyframes fadeIn {
  from {
    opacity: 0;
/*    transform: translateY(10px);*/
  }
  to {
    opacity: 1;
/*    transform: translateY(0);*/
  }
}

/****************************************
                view
****************************************/
.spview {
	display: block;
}
.pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     .spview {
		display: none;
	}	
	.pcview {
		display: block;
	}
}