.About {
  font-size:16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", 
	"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo,
	"Microsoft Yahei","PingHei" ,"Malgun Gothic","Yoon Gothic", sans-serif;
}

/*--------------------------------------------------------------
	Cloud
---------------------------------------------------------------*/
.About .cloud_r_01,
.About .cloud_r_02,
.About .cloud_r_03,
.About .cloud_r_04{
	position: absolute;
	right: 0;
}
.About .cloud_l_01,
.About .cloud_l_02,
.About .cloud_l_03,
.About .cloud_l_04{
	position: absolute;
	left: 0;
}
.About .cloud_r_01 {
	top: -100px;
	z-index: 5;
}
.About .cloud_l_01 {
	bottom: 45px;
	z-index: -10;
}
.About .cloud_r_02 {
	top: 10px;
	z-index: -10;
}
.About .cloud_l_02 {
	bottom: -130px;
	z-index: -10;
}
.About .cloud_r_03 {
	top: -128px;
	z-index: -10;
}
.About .cloud_l_04 {
	bottom: 0px;
	z-index: -10;
}


@media only screen and (max-width: 767px) {
.About .cloud_r_01 {
    top: -30px;
    z-index: 5;
}
.About .cloud_l_01 {
    bottom: -35px;
    z-index: -10;
}
.About .cloud_r_02 {
    top: 140px;
    z-index: -10;
}
.About .cloud_l_02 {
    bottom: -130px;
    z-index: -10;
}
.About .cloud_r_03 {
    top: -20px;
    z-index: -10;
}
.About .cloud_l_03{
  position: absolute;
    left: 0;
    top: 110px;
    z-index: -10;
}
.About .cloud_l_04 {
    bottom: 0px;
    z-index: -10;
}

}

/*--------------------------------------------------------------
	About
--------------------------------------------------------------*/

.About h1,
.Amawari h1 {
  font-size: 2em;
  margin: 0.67em 0;
  padding: 0;
  text-align: left;
}


/*	 Common
----------------------------------------*/
.About {
	position: relative;
	padding: 0px 10% 0 5%;
}
.About .timeline {
  border-left: 5px solid #333;
}
.About .ConBox {
	width: 100%;
	max-width: 100%;
	padding: 0 0 70px 0px;
	margin-left: 10%;
	border-bottom: 1px solid #333;
}
.border_none {
	border: none !important;
}

/*----- Title -----*/
.year h1,
.amawari .year h1{
   padding: 30px 0 0 20px;
   font-weight: bold;
}
.year h1 {
	background: url(../images/about/section02_h1_bg.png) 0% 72% no-repeat;
	background-size: 10px;

}
.About .ConBox h2 {
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
	padding: 50px 0 10px;
	color: #33cccc;
	font-family: serif;
	letter-spacing: 10px;
}
.textwidget > *:first-child {
  margin-top: 0px; }

.textwidget > *:last-child {
  margin-bottom: 0px; }



@media only screen and (max-width: 767px) {
.About {
	position: relative;
	padding: 0px 5% 0 5%;
}
.About .ConBox {
	margin-left: 5%;
}

.About .ConBox h2 {
	letter-spacing: 5px;
}
}

/*--------------------------------------------------------------
	Flow Image
---------------------------------------------------------------*/

/*	 Images
----------------------------------------*/
.posi-absolute {
	position:absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*	 Box1
----------------------------------------*/
.About .ConBox .Box {
	display: flex;
	width: 100%;
	max-width: 100%;
}
.About .ConBox .Box * {
	box-sizing:border-box;
}

.About .ConBox .Box .TextBox,
.About .ConBox .Box .FamilyTree,
.About .ConBox .Box .Chronology {
	display: flex;
}

/*----- Text -----*/
.About .ConBox .Box .TextBox {
	flex-direction: column;
	width: 30%;
}
.About .ConBox .Box h2 {
	padding: 0;
	margin-bottom: 20px;
}
.About .ConBox .Box p {
	font-size: 1em;
	line-height: 1.8;
}

/*----- FamilyTree -----*/
.About .ConBox .Box .FamilyTree {
	position:relative;
	justify-content: center;
	width: 35%;
	min-height: 550px;
}
.About .ConBox .Box .FamilyTree img {
	width: auto;
	height: 100%;
}

/*----- Chronology -----*/
.About .ConBox .Box .Chronology {
	flex-direction: column;
	align-items: center;
	width: 30%;
}
.About .ConBox .Box .Chronology .map {
	margin-bottom: 20px;
}

/*----- History List -----*/
.history{
	width: 100%;
	padding: 10px;
	font-size: 13px;
	color:#333;
	background: #bbe0dd;
}
.history .world {
	border-top: 2px solid #fff;
	margin-top: 10px;
	padding-top: 10px;
}
.history h3 {
	border-bottom: 1px solid #000;
	padding: 0 0 5px;
	margin-bottom: 5px;
	margin: 10px 10px 10px;
}
.japan p,
.world p {
	padding: 0px 10px;
}

@media only screen and (max-width: 979px) {
.About .ConBox .Box {
	flex-wrap: wrap;
	max-width: 95%;
}
	
.About .ConBox .Box .TextBox {
	width: 100%;
}

.About .ConBox .Box .FamilyTree {
	width: 40%;	
}

.About .ConBox .Box .FamilyTree img {
	width: 100%;
	height: auto;
}
.About .ConBox .Box .Chronology {
	width: 50%;
	margin: 0 0 0 auto;
}

}

@media only screen and (min-width: 767px) {
.relation-sp{
  display:none;
}


}


@media only screen and (max-width: 767px) {
.About .ConBox .Box {
	flex-direction: column;
	max-width: 100%;
}
	
.About .ConBox .Box .TextBox,
.About .ConBox .Box .FamilyTree,
.About .ConBox .Box .Chronology {
	width: 95%;
}
.About .ConBox .Box .FamilyTree {
	min-height: auto;
}
.relation-pc {
	display: none;
}

.About .ConBox .Box .Chronology {
	margin: 0;
}
}

/*	 Amawari
----------------------------------------*/
#aboutBG {
  background-image: url(../images/about/amawari_bg-1.jpg);
  background-position: center center;
  background-size: cover
}
.Amawari {
	position: relative;
	padding: 0px 10% 0 5%;
	color: #fff;
}
.Amawari .timeline {
	border-left: 5px solid #fff;
}
.Amawari .year h1 {
	background: url(../images/about/section02_h1_bg02.png) 0% 72%  no-repeat;
	background-size: 10px;
	color: #fff;
}

.Amawari .ConBox {
	width: 100%;
	max-width: 100%;
	padding: 0 0 70px 0px;
	margin-left: 10%;
}
.Amawari .ConBox .Box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 95%;
	margin-top: 50px;
}

.Amawari .boxLeft,
.Amawari .boxRight{
	width: 48%;
	line-height: 2;
}
.Amawari h2 {
	margin-bottom: 35px;
	padding: 0;
	padding-bottom: 20px;
	font-family: serif;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	border-bottom: 2px solid #fff;
}


@media only screen and (max-width: 767px) {
.Amawari .ConBox .Box {
	flex-direction: column;
	margin-top: 0px;
}
	
.Amawari .boxLeft,
.Amawari .boxRight{
	width: 100%;
}
.Amawari .boxLeft h2 br{
	display: none;
}

}
