@charset "utf-8";

/* --------- .headline_about --------- */

.headline_about {
	background: url(../images/about/bg_headline.jpg) bottom center no-repeat;
	background-size: cover;
}



.headline h2.en {
	font-size: 14px;
	text-align: left;
}

.headline h2.jp {
	font-size: 28px;
	margin-bottom: 15px;
	text-align:left
}

@media only screen and (max-width: 900px) {

	.headline h2.en {
		font-size: 30px;
	}
	.headline h2.jp {
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 1;
		margin-top: 15px;
	}
}

@media only screen and (max-width: 736px) {
	.headline {
		margin-bottom: 40px;
	}
	.headline h2.en {
		font-size: 25px;
	}
	.headline h2.jp {
		font-size: 13px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 414px) {
	.headline h2.jp {
		font-size: 12px;
	}
}




/* -----------------------------------------------------------
#about_philosophy
----------------------------------------------------------- */

#about_philosophy {
	padding: 90px 5%;
}

@media only screen and (max-width: 900px) {
	#about_philosophy {
		padding: 80px 5%;
	}
}

@media only screen and (max-width: 736px) {
	#about_philosophy {
		padding: 70px 5%;
	}
}


/* .catchArea */

#about_philosophy .catchArea {
	position: relative;
	z-index: 2;
	text-align: center;
}

#about_philosophy .catchArea h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 3px;
}

#about_philosophy .catchArea h3 span {
	position: relative;
	z-index: 1;
	padding: 0 60px;
}

#about_philosophy .catchArea h3 span:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 45px;
	height: 0;
	content: "";
	border-top: #222 1px solid;
	z-index: -1;
}

#about_philosophy .catchArea h3 span:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 45px;
	height: 0;
	content: "";
	border-top: #222 1px solid;
	z-index: -1;
}


/* .txtArea */

#about_philosophy .txtArea {
	margin: 45px auto 0;
	max-width: 1000px;
}

.greetingFlx {
	display: flex;
}

.flexTxt {
	flex: 0 0 70%;
}

.flexImg {
	flex: 0 0 30%;
	padding: 1% 2%;
}

@media only screen and (max-width: 900px) {
	#about_philosophy .catchArea h3 {
		font-size: 25px;
	}
	#about_philosophy .txtArea {
		margin: 35px auto 0;
	}
}

@media only screen and (max-width: 736px) {
	#about_philosophy .catchArea h3 {
		font-size: 16px;
		line-height: 1.9;
		letter-spacing: 1px;
	}
	#about_philosophy .catchArea h3 span {
		padding: 0 25px;
	}
	#about_philosophy .catchArea h3 span:before,
	#about_philosophy .catchArea h3 span:after {
		width: 15px;
	}
	#about_philosophy .txtArea {
		margin: 25px auto 0;
		padding: 0 2.5%;
	}
}

@media only screen and (max-width: 600px) {
	.greetingFlx {
		flex-direction: column;
	}
	.flexTxt {
		flex: 0 0 100%;
		order: 2;
	}
	.flexImg {
		flex: 0 0 100%;
		order: 1;
	}
	.flexImg img {
		width: 50%;
		margin: 0 auto;
	}
}


/* -----------------------------------------------------------
#about_company
----------------------------------------------------------- */

#technology_area {
	/* padding: 5%; */
	/* background: url(../images/common/noise.png) repeat #f5f5f5; */
	/* background: #f5f5f5; */
	overflow: auto;
}


#technology_area .wrap{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}



@media only screen and (max-width: 900px) {
	#technology_area {
		padding: 80px 5%;
	}
}

@media only screen and (max-width: 738px) {
	#technology_area {
		padding: 70px 5%;
		background: #fff;
	}
}


/* .aboutArea */

#technology_area .aboutArea {
	padding: 50px 2%;
	margin-top: 50px;
	background: #fefefe;
	overflow: auto;
}

#technology_area .logoArea {
	/* float: left; */
	width: 100%;
}

#technology_area .logoArea .imgArea {
	/* border: #e5e8ef 1px solid; */
	/* display: block; */
	/* width: 100%; */
}

#technology_area .logoArea .imgArea img{
	width: 100%;
}




/* .infoArea */

#technology_area .infoArea {
	/* float: right; */
	width: 100%;
}

@media only screen and (max-width: 900px) {
	/* .aboutArea */
	#technology_area .aboutArea {
		padding: 45px 5%;
	}
}

@media only screen and (max-width: 736px) {
	/* .aboutArea */
	#technology_area .aboutArea {
		padding: 0;
		background: none;
	}
	#technology_area .logoArea {
		float: none;
		width: 100%;
	}
	#technology_area .logoArea .imgArea {
		background: #fefefe;
		border: #ddd 1px solid;
	}
	/* .infoArea */
	#technology_area .infoArea {
		margin-top: 35px;
		float: none;
		width: 100%;
	}
}

/* -----------------------------------------------------------
#sub_works_area
----------------------------------------------------------- */

#sub_works_area {
	padding: 90px 1%;
	/* background: url(../images/common/noise.png) repeat #f5f5f5; */
	/* background: #f5f5f5; */
	width: 100%;
}

#sub_works_area .central {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media only screen and (max-width: 900px) {
	#sub_works_area {
		padding: 0;
	}
}

@media only screen and (max-width: 736px) {
	#sub_works_area {
		padding: 0;
	}
}
/* -----------------------------------------------------------
#sub_works
----------------------------------------------------------- */

#sub_works {
	/* float: right; */
	width: 100%;
}

@media only screen and (max-width: 900px) {
	#sub_works {
		float: none;
		width: 100%;
		padding: 80px 5%;
		background: #ddd;
	}
}

@media only screen and (max-width: 736px) {
	#sub_works {
		padding: 70px 5%;
	}
}





/* ======== table.tableOther ======== */

table.company {
	border-collapse: collapse;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.9;
	width: 100%;
	border-bottom: #e5e8ef 1px solid;
}

table.company tr {
	border-top: #e5e8ef 1px solid;
}

table.company th {
	width: 25%;
	padding: 20px 20px;
	vertical-align: 0;
	font-weight: 700;
}

table.company th span {
	display: block;
	font-weight: 500;
	font-size: 0.9em;
}

table.company td {
	padding: 20px 0;
	vertical-align: 0;
}

table.company td .linkArea {
	margin-top: 10px;
	text-align: left;
}

table.company td .linkArea a.btn {
	margin: 0;
}

@media only screen and (max-width: 900px) {
	table.company {
		font-size: 13px;
	}
}

@media only screen and (max-width: 736px) {
	table.company {
		font-size: 12px;
		line-height: 1.8;
		border-bottom: #ddd 1px solid;
	}
	table.company tr {
		border-top: #ddd 1px solid;
	}
	table.company th {
		width: 30%;
		letter-spacing: 0.5px;
	}
}


.timeline {
	margin: 4em auto;
	position: relative;
	max-width: 80em;
	/* background: url("../img/ryowa_history.png"); */
	/* background-repeat: no-repeat; */
	/* background-position: top right; */
	/* background-size: 400px; */
}

@media only screen and (max-width: 500px) {
	.timeline {
		margin: 4em auto;
		position: relative;
		max-width: 80em;
		background: none
	}
}

.timeline::before {
	background-color: rgb(20 53 123);
	content: "";
	margin-left: -1px;
	position: absolute;
	top: 0px;
	left: 2em;
	width: 2px;
	height: 100%;
}

.timeline-event {
	position: relative;
}

.timeline-event:hover .timeline-event-icon {
	transform: rotate(-45deg);
	background-color: rgb(74 136 174);
}

.timeline-event:hover .timeline-event-thumbnail {
	/*     box-shadow: #ddd 10em 0px 10px 0px inset; */
	/*     box-shadow: #ddd 40em 0px 0px 0px inset; */
	/*         border-bottom:2px solid #ddd; */
	transition: transform 0.2s ease-in 0s;
	width: 10em;
}

.timeline-event-icon {
	padding: 0px;
	line-height: 0;
}

.timeline-event-copy {
	padding: 1em 2em;
	position: relative;
	top: -1.875em;
	left: 3em;
	width: 90%;
}

.timeline-event-copy h3 {
	font-size: 18px;
	display: inline;
	padding-left: 10px;
	/* margin-left: 2em; */
	/* text-indent: -2em; */
}

.timeline-event-copy h4 {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

.timeline-event-copy strong {
	font-weight: 700;
}

.timeline-event-copy p:not(.timeline-event-thumbnail) {
	padding-bottom: 1.2em;
	font-size: 18px;
}

.timeline-event-icon {
	transition: transform 0.2s ease-in 0s;
	/* transform: rotate(45deg); */
	/* background-color: rgb(2, 18, 109); */
	outline: white solid 10px;
	background: #14357b;
	border-radius: 50%;
	display: block;
	margin: 0.5em 0.5em 1em -0.5em;
	position: absolute;
	top: -8px;
	left: 1.9em;
	width: 1.2em;
	height: 1.2em;
}

.timeline-event-thumbnail {
	transition: box-shadow 0.5s ease-in 0.1s;
	color: #242e76;
	font-size: 1.1em;
	/* background-color: rgb(2, 18, 109); */
	border-bottom: #ddd;
	/* box-shadow: #3f5faa 0px 0px 0px 0em inset; */
	border-bottom: #ddd;
	display: inline;
	margin-bottom: 1.2em;
	padding: 0.25em 1em 0.2em;
	/* width: 150px; */
}

.circle {
	width: 300px;
	height: 300px;
	border: 1px solid rgb(51, 51, 51);
	border-radius: 50%;
	position: relative;
	margin: 100px;
}

.common {
	width: 50%;
	height: 50%;
	border-radius: 50%;
	position: absolute;
	left: 25%;
	top: 25%;
	animation: 60s linear 0s infinite normal none running rotate;
}

.top {
	position: absolute;
	left: 25%;
	top: -25%;
	border: 1px solid rgb(51, 51, 51);
	transform-origin: center 150%;
}

.right {
	position: absolute;
	left: 75%;
	top: 25%;
	transform-origin: -50% center;
}

.bottom {
	position: absolute;
	left: 25%;
	top: 75%;
	transform-origin: center -50%;
}

.left {
	position: absolute;
	left: -25%;
	top: 25%;
	transform-origin: 150% center;
}

.content {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid rgb(51, 51, 51);
	animation: 60s linear 0s infinite reverse none running rotate;
	overflow-wrap: break-word;
	line-height: 100%;
}

.content p {}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}





/* content-box */
.content-box {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}
.content-box p {
	font-size: 15px;
	line-height: 220%;
	margin-bottom: 1.4em;
}
.content-box .photo {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.content-box .photo img {
	max-width: 100%;
	height: auto;
}



/*
----------------------------------------------------------
Page: Common
---------------------------------------------------------- */

.single-page {
	/*margin:0 45px;*/
}

.page-section {
	margin: 60px auto;
	/* width: 100%; */
	max-width: 12000px;
	padding: 70px 3%;
	background: #fefefe;
	border: #f5f5f5 1px solid;
	/* border-left: none; */
	-webkit-border-radius: 0px 15px 0 0px;
	border-radius: 0px 15px 0 0px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
}
}

.page-section:first-child {
	margin-top: 50px;
}


/*
.page-section-sub:not(:first-child){border-top:1px solid #d9e3e5;padding-top:60px;margin-top:60px;}*/

@media (max-width:900px) {
	.page-section {
		margin: 50px 2.5%;
		padding: 60px 5%;
	}
}

@media (max-width:738px) {
	.page-section {
		margin: 40px 10px 0;
		padding: 50px 5%;
		border: #f0f0f0 1px solid;
	}
}

@media (max-width:414px) {
	.page-section {
		padding: 40px 4%;
		margin: 40px 0;
	}
}

.page-section.dashed {
	border: #111 1px dashed;
}

.page-section .lead-image {
	display: block;
	width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.page-section-header {
	text-align: left;
	font-size: 28px;
	margin-bottom: 10px;
}

.page-section-header:before {
	content:'●'
}



.page-section-header .lead {
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
}



.archive-menu-items {}
.archive-menu-items h3{font-size:25px;text-align:center;color: #000;}

.archive-menu-items .title{
	font-size: 25px;
	margin-bottom: 5px;
	line-height: 30px;
	display: inline;
}

.archive-menu-items .role{
	display: inline-block;
	font-size: 15px;
	/* font-family: 'Overpass', sans-serif; */
	font-weight: 400;
	letter-spacing: 0.125em;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
	padding-bottom: 0;
}

.archive-menu-items .role:after{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 50%;
	content: "";
	background: #ddd;
	z-index: -1;
}




.flex_techno{display:flex;margin-bottom: 30px;}


.flex_techno_img{
	flex:0 0 30%;
}

.flex_techno_img img{
	border-radius:0.5em;
	width: 100%;
}


.flex_techno_img .title{
	font-size: 25px;
	margin-bottom: 5px;
	line-height: 1.2;
}

.flex_techno_img .role{
	display: inline-block;
	font-size: 15px;
	/* font-family: 'Overpass', sans-serif; */
	font-weight: 400;
	letter-spacing: 0.125em;
	line-height: 1.4;
	text-transform: uppercase;
	position: relative;
	z-index: 0;    
}

.flex_techno_img .role:after{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 50%;
	content: "";
	background: #ddd;
	z-index: -1;
}



.flex_techno_txt{
	flex:0 0 70%;
	padding: 0 2%;
}

.flex_techno_txt .point{
	margin: 20px 10px 8px;
	padding-left: 20px;
	font-size: 18px;
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight: 400;
	letter-spacing: 4px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 0;
}

.flex_techno_txt .point:before{
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 0;
	content: "";
	border-top: #890000 2px solid;
	z-index: -1;
}

@media only screen and (max-width: 738px) {

	.flex_techno{
		flex-flow: column;
	}

	.flex_techno_img{
		flex:0 0 100%;
		padding: 0 2%;
	}

	.flex_techno_txt{
		flex:0 0 100%;
		padding: 0 2%;

	}
}






.archive-menu-items .item {
	padding: 60px 0;
	border-top: #d9e3e5 1px solid;
	overflow: hidden;
	position: relative;
	z-index: 0;
	color: #000;
}

.archive-menu-items .item:first-child {
	padding-top: 0;
	border: none;
}

.archive-menu-items .item:last-child {
	padding-bottom: 0;
}

@media only screen and (max-width: 900px) {
	.archive-menu-items .item {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 738px) {
	.archive-menu-items .item {
		padding: 45px 0;
	}
}

.archive-menu-items .item>.image {
	width: 30%;
	float: left;
	position: relative;
	/* -webkit-border-radius: 100%; */
	border-radius: 100%;
}

.archive-menu-items .item>.image img {
	width: 100%;
	float: left;
	position: relative;
	/* -webkit-border-radius: 100%; */
	/* border-radius: 100%; */
	/* border-radius: 1em; */
}


.archive-menu-items .item>.text {
	float: right;
	width: 65%;
}

.archive-menu-items .item>.text .role {
	display: inline-block;
	font-size: 15px;
	/* font-family: 'Overpass', sans-serif; */
	font-weight: 400;
	letter-spacing: 0.125em;
	line-height: 1.4;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
}

.archive-menu-items .item>.text .role:after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 50%;
	content: "";
	background: #ddd;
	z-index: -1;
}

.archive-menu-items .item>.text .name {
	margin: 5px 0 12px;
}

.archive-menu-items .item>.text .name .jp {
	margin-top: 10px;
	padding-left: 20px;
	font-size: 20px;
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight: 400;
	letter-spacing: 4px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 0;
}

.jp span {
	font-size: 23px;
}

.archive-menu-items .item>.text .name .jp:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 0;
	content: "";
	border-top: #0d0d0d 1px solid;
	z-index: -1;
}

.archive-menu-items .item>.text .name .en {
	font-size: 26px;
	/* font-family: 'Overpass', sans-serif; */
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
	display: block;
	margin-bottom: 0.5em;
}

.archive-menu-items .item>.text .comment {
	padding: 20px;
	margin-top: 25px;
	font-size: 17px;
	line-height: 1.9;
	position: relative;
	z-index: 0;
}

.archive-menu-items .item>.text .comment:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 00px;
	content: "";
	background: #e5e8ef;
	z-index: -1;
	/* -webkit-border-radius: 0px 0px 15px 15px; */
	/* border-radius: 0px 0px 15px 15px; */
}







.archive-menu-items .item>.text_a {
	float: left;
	width: 48%;
	margin: 1%;
}

.archive-menu-items .item>.text_a .role {
	display: inline-block;
	font-size: 14px;
	/* font-family: 'Overpass', sans-serif; */
	font-weight: 400;
	letter-spacing: 0.125em;
	line-height: 1.4;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
}

.archive-menu-items .item>.text_a .role:after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 50%;
	content: "";
	background: #ddd;
	z-index: -1;
}

.archive-menu-items .item>.text .career span {
	background: #e5e5e5;
	padding: 0.2em 0.3em;
	/* border-radius: 1em; */
	font-size: 15px;
	/* color: #fff; */
	margin: 0 0.2em;
}

@media only screen and (max-width: 500px) {
	.archive-menu-items .item>.text .career span {
		display:block;
		margin-bottom:5px;   
	}

}


@media only screen and (max-width: 900px) {
	.archive-menu-items .item>.text .name .en {
		font-size: 25px;
	}
	.archive-menu-items .item>.text .comment {
		margin-top: 20px;
		padding: 20px 25px 20px 0;
		font-size: 16px;
	}
	.archive-menu-items .item>.text .comment:after {
		left: -25px;
	}
}

@media only screen and (max-width: 738px) {
	.archive-menu-items .item>.image {
		margin: 0 auto;
		width: 100%;
		max-width: 250px;
		float: none;
		display: block;
	}
	.archive-menu-items .item>.text {
		/* float: none; */
		width: 100%;
		margin: 25px 0 0;
		text-align: center;
		display: block;
	}
	.archive-menu-items .item>.text .name {
		margin-bottom: 20px;
		text-align: center;
	}
	.archive-menu-items .item>.text .role {
		font-size: 13px;
		letter-spacing: 0.1em;
	}
	.archive-menu-items .item>.text .name {
		margin: 5px 0 20px;
	}
	.archive-menu-items .item>.text .name .jp {
		margin-top: 10px;
		padding-left: 0;
	}
	.archive-menu-items .item>.text .name .jp:before {
		display: none;
	}
	.archive-menu-items .item>.text .name .en {
		font-size: 22px;
	}
	.archive-menu-items .item>.text .career {
		margin: 0 auto;
		text-align: left;
		max-width: 450px;
	}

	.archive-menu-items .item>.text .comment {
		max-width: 450px;
		padding: 20px 5%;
		margin: 20px auto 10px;
		/* font-size: 13px; */
		text-align: left;
	}
	.archive-menu-items .item>.text .comment:after {
		left: 0;
	}
}

@media only screen and (max-width: 500px) {
	.archive-menu-items .item>.image {
		max-width: 300px;
	}

	.archive-menu-items .item>.image img{
		max-width: 100%;
	}

	.archive-menu-items .item>.text_a {
		float: left;
		width: 98%;
		margin: 1%;
	}

	.archive-menu-items .item>.text .role {
		font-size: 15px;
	}


}

.ha_viewarea-inner {}

.ha_viewarea-inner .wrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	flex-wrap: nowrap;
}

.ha_viewarea-inner .wrap {}

.ha_viewarea-inner {
	background: #fff;
}

.ha_viewarea-inner:nth-child(even) {
	background: #fff;
}

.ha_viewarea-inner .wrap:nth-child(odd) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transform: translate3d(0px, 20px, 0);
	transform: translate3d(0px, 20px, 0);
	-webkit-transition: opacity 0.3s linear 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: opacity 0.3s linear 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: opacity 0.3s linear 0s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: opacity 0.3s linear 0s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	z-index: 1
		/*       */
		;
	flex-direction: row-reverse;
}

.ha_viewarea-inner .wrap:nth-child(even) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transform: translate3d(0px, 20px, 0);
	transform: translate3d(0px, 20px, 0);
	-webkit-transition: opacity 0.3s linear 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: opacity 0.3s linear 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: opacity 0.3s linear 0s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: opacity 0.3s linear 0s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	z-index: 1
		/*     flex-direction: row-reverse; */
}

.ha_viewarea-image {
	order: 1;
}

.ha_viewarea-inner .num {
	width: 50px;
	height: 50px;
	padding-top: 13px;
	border: 1px solid #b2b2b2;
	background: #242e76;
	font-size: 25px;
	font-family: 'Hind Guntur', sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	float: left;
	clear: left;
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color:#fff;
}

@media screen and (min-width: 768px) {
	.ha_viewarea-inner {
		height: 100%;
		padding: 60px 0;
	}
}

@media screen and (min-width: 1000px) {
	.ha_viewarea-inner:nth-child(odd) {
		flex-direction: row-reverse;
	}
	.ha_viewarea-inner:nth-child(even) {
		background: #eee;
	}
	.ha_viewarea-inner {
		/* position: absolute; */
		/* top: calc(((100% - 728px) / 2)) */
	}
}

.ha_viewarea-imagearea {
	/* background-color: #eee; */
	min-width: 512px;
	overflow: hidden;
	width: 25%;
}

@media screen and (max-width: 1180px) {
	.ha_viewarea-imagearea {
		min-width: 350px;
		width: 350px
	}
}

.ha_viewarea-image {
	height: 100%
}

.ha_viewarea-image source,
.ha_viewarea-image img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
	/* height: 100%; */
	width: 100%;
	padding: 2%;
	order: 1;
	/* flex-direction: row-reverse; */
}

.ha_viewarea-textarea {
	/* background-color: #eaeaea; */
	overflow: hidden;
	padding: 30px 40px 0 40px;
	position: relative;
	width: 75%;
}

@media screen and (max-width: 1080px) {
	.ha_viewarea-textarea {
		overflow-y: auto
	}
}

@media screen and (max-width: 767px) {
	.ha_viewarea-textarea {
		overflow-y: hidden
	}
}

.ha_viewarea-textarea-name {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.8;
	font-family: "Yu Mincho", "YuMincho";
	/* margin-top: 27px */
	padding-left: 60px;
}

.ha_viewarea-textarea-hurigana {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	font-family: "Yu Mincho", "YuMincho";
	letter-spacing: 3px;
	margin-top: 13px
}

.ha_viewarea-textarea-detail {
	margin-top: 25px;
	margin-left: 3px;
	padding-top: 25px;
	position: relative
}

.ha_viewarea-textarea-detail:before {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-color: #9E9E9E;
	position: absolute;
	top: 2px;
	left: 1px;
	height: 1px;
	width: 100%;
}

.ha_viewarea-textarea-tit {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	font-family: "Yu Mincho", "YuMincho"
}

.ha_viewarea-textarea-txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 2.35714;
}

.ha_viewarea-textarea-txt:not(:first-of-type) {
	margin-top: 11px
}

.ha_viewarea-textarea-table {
	/* margin-top: 20px; */
	position: relative;
	z-index: 99;
}

.ha_viewarea-textarea-table dl {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	border-top: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0 5px 6px;
}

.ha_viewarea-textarea-table dt {
	min-width: 150px;
}

.ha_viewarea-textarea-table dd {
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	display: inline-block;
	word-break: break-all;
}

.ha_viewarea-textarea-table dd a {
	font-size: 20px;
	line-height: 1.23077;
	color: #1c7098;
	display: inline-block;
	word-break: break-all;
}

.ha_viewarea-textarea-table dd a[target="_blank"]:after {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/common/ico-blank_sm-glay.svg);
	margin-top: -4px;
	margin-left: 4px;
	-webkit-transition: background-image .2s linear;
	transition: background-image .2s linear;
	height: 8px;
	width: 8px
}

@media screen and (min-width: 768px) and (max-height: 690px) {
	.ha_viewarea-wrap {
		height: calc(100% - 5%);
		width: calc(100% - 5%)
	}
	.ha_viewarea-inner {
		height: inherit
	}
	.ha_viewarea-textarea {
		overflow-y: auto
	}
}

@media screen and (max-width: 767px) {
	.ha_viewarea-inner .wrap {
		flex-wrap: wrap;
	}
	.brands__viewarea {
		padding: 38px 20px 60px
	}
	.ha_viewarea-tit {
		font-size: 12px;
		line-height: 1;
		margin-left: -2px
	}
	.ha_viewarea-tit-catename {
		letter-spacing: 2.6px
	}
	.ha_viewarea-tit-brandkind {
		letter-spacing: 2.6px;
		margin-left: 11px;
		padding-left: 13px
	}
	.ha_viewarea-tit-brandkind:before {
		top: 2px;
		height: 8px
	}
	.ha_viewarea-inner {
		margin-top: 22px
	}
	.ha_viewarea-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: 0
	}
	.ha_viewarea-link {
		padding: 23px 0px 30px;
		height: 188px;
		width: 100%
	}
	.ha_viewarea-link:before,
	.ha_viewarea-link:after {
		bottom: 15px;
		right: 10px;
		width: 10px
	}
	.ha_viewarea-item {
		width: calc((100% / 2) - 1px)
	}
	.ha_viewarea-item:nth-of-type(even) {
		margin-left: 1px
	}
	.ha_viewarea-item:nth-of-type(n+3) {
		margin-top: 1px
	}
	.ha_viewarea-item-tit {
		font-size: 10px;
		line-height: 1;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 9px
	}
	.ha_viewarea-item-tit-catename {
		letter-spacing: .3px
	}
	.ha_viewarea-item-tit-brandkind {
		letter-spacing: .3px;
		margin-top: 3px;
		margin-left: 0;
		padding-left: 0
	}
	.ha_viewarea-item-tit-brandkind:before {
		display: none
	}
	.ha_viewarea-item-image {
		margin-top: 28px;
		margin-left: 4px
	}
	.ha_viewarea {
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		height: 100%;
		width: 100%
	}
	.ha_viewarea-bg {
		bottom: 0;
		right: 0
	}
	.ha_viewarea-wrap {
		bottom: 0;
		display: block;
		left: 0;
		overflow-y: auto;
		position: relative;
		-webkit-overflow-scrolling: touch;
		right: 0;
		top: 0;
		height: inherit;
		width: 100%;
		z-index: 1
	}
	.ha_viewarea-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px;
		position: relative;
		width: 100%;
		z-index: 999999
	}
	.ha_viewarea-imagearea {
		height: 250px;
		width: 100%;
		min-width: 100%
	}
	.ha_viewarea-image {
		display: inline-block;
		height: 100%;
		width: 100%
	}
	.ha_viewarea-image img,
	.ha_viewarea-image source {
		-o-object-fit: cover;
		object-fit: cover;
		font-family: "object-fit: cover";
		height: 100%;
		width: 100%
	}
	.ha_viewarea-image img {
		display: inline-block
	}
	.ha_viewarea-textarea {
		padding: 20px 20px;
		width: 100%;
	}
	.ha_viewarea-textarea:after {
		font-size: 177.5px;
		font-weight: 400;
		line-height: 1;
		bottom: -188px;
		content: "";
		color: rgba(145, 124, 80, 0.03);
		left: 30px;
		letter-spacing: -53px;
		position: absolute
	}
	.ha_viewarea-textarea-caption {
		font-size: 12px;
		line-height: 1
	}
	.ha_viewarea-textarea-caption-catename {
		letter-spacing: .4px
	}
	.ha_viewarea-textarea-caption-brandkind {
		letter-spacing: .4px;
		margin-left: 10px;
		padding-left: 10px
	}
	.ha_viewarea-textarea-caption-brandkind:before {
		top: 2px;
		height: 8px
	}
	.ha_viewarea-textarea-name {
		font-size: 21px;
		line-height: 1;
		margin-top: 20px
	}
	.ha_viewarea-textarea-hurigana {
		font-size: 11px;
		line-height: 1;
		letter-spacing: 3px;
		margin-top: 6px
	}
	.ha_viewarea-textarea-detail {
		margin-top: 12px;
		margin-left: 0;
		padding-top: 22px;
		position: relative
	}
	.ha_viewarea-textarea-detail:before {
		top: 2px;
		left: 0;
		height: 1px;
		width: 100%;
	}
	.ha_viewarea-textarea-tit {
		font-size: 16px;
		line-height: 1.25
	}
	.ha_viewarea-textarea-txt {
		font-size: 12px;
		line-height: 1.75
	}
	.ha_viewarea-textarea-txt:not(:first-of-type) {
		margin-top: 8px
	}
	.ha_viewarea-textarea-table {
		margin-top: 25px
	}
	.ha_viewarea-textarea-table dl {
		font-size: 13px;
		font-weight: 400;
		line-height: 1;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 16px 0 13px 6px
	}
	.ha_viewarea-textarea-table dt {
		min-width: 100%
	}
	.ha_viewarea-textarea-table dd {
		margin-top: 7px
	}
}


table.material{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	color: #000;
}

table.material tr{
	border-bottom: solid 1px #eee;
	cursor: pointer;
}

table.material tr:hover{
	background-color: #bedbe8;
	cursor:default;
}

table.material th, table td{
	text-align: left;
	/*     width: 25%; */
	padding: 15px 0;
}

table.material td.icon{
	/*     background-size: 35px;
	background-position: left 5px center;
	background-repeat: no-repeat;*/
	padding-left: 5px;
}


table.material td.icon.mark:before{
	font-family: 'Font Awesome 6 pro';
	content: "\f140";
	padding-right: 5px;
}



.td_wd10{
	width: 10em;
}
.td_wd20{
	width: 22em;
}

@media only screen and (max-width: 600px) {

	table.material th{display:none} 

	table.material td{
		display:block;
		width: 100%;
		padding: 2px 0;
	}

	table.material td.icon{
		padding-left: 0px;
		padding-top: 10px;
		color: #242e76;
		font-weight: 600;
	}

}







/* マテリアル */
.material_Box{
	display:flex;
	flex-wrap: wrap;
}



.myboxP,
.myboxG{
	flex: 1 0 46%;
	background-color: #fff;	/* 背景色 */
	border: 1px solid #ddd;	/* 線の太さ・種類・色 */
	/* 	border-radius: 5px; */
	margin: 40px 2% 20px;	/* 外側の余白 上・右・左・下 */
	padding: 25px 20px 10px 20px;	/* 内側の余白 上・右・左・下 */
	position: relative;
}

.myboxP.w100,
.myboxG.w100{
	flex: 1 0 98%;
}

@media only screen and (max-width: 768px) {

	.myboxP,
	.myboxG{
		flex: 1 0 98%;
		padding: 25px 1% 20px;
	}

}


.myboxG:before{
	background-color: #29629f;	/* 吹き出し背景色 */
	border-radius: 0.3em;
	color: #fff;	/* 吹き出し文字色 */
	content: 'お悩み';
	padding: 20px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
}



.myboxG:after{
	border-top: 12px solid #29629f;		/* 吹き出し三角部分の色 */
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 45px;
	left: 10px;
}


.myboxG:after {
	border-top: 12px solid #29629f;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 45px;
	left: 10px;
}


@media only screen and (max-width: 600px) {
	.myboxG:after {
		top: 40px;
	}

}



.myboxP:before{
	background-color: #f75b64;	/* 吹き出し背景色 */
	/* 	border-radius: 5px; */
	color: #fff;	/* 吹き出し文字色 */
	content: '練習日';
	padding: 5px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
}


.myboxG ul,
.myboxP ul {
	border: 2px solid #FF9800;
	margin: 0 1rem;
	padding:0.5rem;
}
.myboxG ul.komaru{
	border: 2px solid #6ad3ff;
}
.myboxG li,
.myboxP li {
	line-height: 1.5;
	padding: 0.5em;
	border-bottom: dashed 1px silver;
	list-style-type: none!important;
}
.myboxG li:last-of-type,
.myboxP li:last-of-type
{
	border-bottom: none;
}
.myboxG li:before {
	font-family: 'Font Awesome 6 pro';
	content: "\f118";
	position: inherit;
	left: 2.5em;
	color: #FF9800;
	padding-right: 0.6rem;
}
.myboxG ul.komaru li:before {
	content: "\f119";
	color: #6ad3ff;
}
.myboxP li:before {
	font-family: "FontAwesome";
	content: "\f22d";
	position: absolute;
	left: 2.5em;
	color: #f75b64;
}

.myboxP p,
.myboxG p{
	border: 0px solid #9E9E9E;
	/* 	border-radius: 5px; */
	padding: 10px;
	/* 	background:#efefef; */
}

.myboxG .purpose{font-size: 1.5rem;text-align:center;position: relative;top: 30px;color: #00b8ee;}
.myboxG .purpose:after{
	border-top: 16px solid #29629f;		/* 吹き出し三角部分の色 */
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 45%;
}
.myboxG .product{font-size:20px;text-align:center;color:#016922;font-weight:600;color: #242e76;text-shadow: 0 0 5px white;padding: 0.3em 0.5em;background: -webkit-repeating-linear-gradient(-45deg, #bedbe8, #b0d2e4 3px,#def3ff 3px, #def3ff 4px);background: repeating-linear-gradient(-45deg, #bedbe8, #bedbe8 3px,#def3ff 3px, #def3ff 4px);max-width: 400px;border-radius: 5em;width: 95%;margin: 50px auto 30px;line-height: 1.5;}
.myboxG .way{display:flex;width:100%;}
.myboxG .way_txt{/* flex:0 0 50%; */}
.myboxG .flex .way_txt{
	width: 50%;
}
@media screen and (max-width: 900px) {
	.myboxG .flex .way_txt{
		width: 100%;
	}
	.myboxG .purpose{font-size: 1.4rem;}
}

.myboxG .way_txt p{/* text-align: center; */}
.myboxG .way_txt p span,
.myboxG .way_txt li span{color: #e66f00;font-size:1.2em;/* border-bottom:2px solid; */background-color: #ff9;padding: 0 0.2rem;}

.myboxG .way_img{flex:0 0 50%}
.myboxG .way_img img{width:100%;}



.boxQcds {
	position: relative;
	margin: 2em 0;
	padding: 1.5em 1em;
	border: solid 3px #18274d;
	border-radius: 0px;
	background:#fff;
	z-index: 10;
}
.boxQcds .box-title {
	position: absolute;
	display: inline-block;
	top: -20px;
	left: 5%;
	padding: 15px 20px;
	line-height: 1;
	font-size: 19px;
	background: #000;
	color: #fff;
	font-weight: bold;
}
.boxQcds p {
	margin: 0; 
	padding: 0;
}





/*----------------------------------------------------
QCDS
------------------*/





.boxQcds {
	position: relative;
	margin: 2em 0;
	padding: 1.5em 3em 3em;
	border: solid 3px #18274d;
	border-radius: 0px;
	background:#fff;
	z-index: 3;
}
.boxQcds .box-title {
	position: absolute;
	display: inline-block;
	top: -30px;
	right: 10%;
	left: 10%;
	padding: 15px 20px;
	text-align: center;
	line-height: 1;
	font-size: 25px;
	background: #242e76;
	color: #fff;
	font-weight: bold;
}
.boxQcds p {
	margin: 0; 
	padding: 0;
}

.boxQcds ul {
	width:90%;
	margin:0 auto;
	text-align:left;
	color: #000;
}
.boxQcds li {
	line-height: 1.5;
	padding: 0.5em 2em 0.5em 1.5em;
	border-bottom: dashed 1px silver;
	list-style-type: none!important;
	text-align: left;
}
.boxQcds li:before {
	font-family: "Font Awesome 6 pro";
	content: "\f22d";
	position: relative;
	left: -0.5em;
	color: #c23b43;
}


.squareTit {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	padding-top: 30px;
	padding-bottom: 22px;
	letter-spacing: .075em;
}

.squareTit:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #29629f;
	margin-bottom: 10px;
}

.squareTxt {
	margin-top: 22px;
	font-size: 20px;
	line-height: 2.05;
	letter-spacing: 0;
	font-weight: 600;
	text-align: center;
}

.squareTxt strong {
	color: #000;
	/* background: #e89601; */
	background: linear-gradient(transparent 70%, #e5e8ef 70%);
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
	padding: 2px 6px;
	margin-right: 0.5em;
	vertical-align: baseline;
}


.request-items {
	border: 1px solid #ddd;
	padding: 25px;
	margin: 20px;
}

.request-items .item {
	padding: 60px 0;
	border-top: #d9e3e5 1px solid;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.request-items .item:first-child {
	padding-top: 0;
	border: none;
}

.request-items .item:last-child {
	padding-bottom: 0;
}

@media only screen and (max-width: 900px) {
	.request-items .item {
		padding: 50px 0;
	}
	.request-items {
		margin: 40px 1% 20px;
		padding: 25px 5px;
	}
}

@media only screen and (max-width: 738px) {
	.request-items .item {
		padding: 45px 0;
	}
}

.request-items .item>.image {
	width: 45%;
	float: left;
	position: relative;
	/* -webkit-border-radius: 100%; */
	border-radius: 100%;
}

.request-items .item>.image img {
	width: 100%;
	float: left;
	position: relative;
	/* -webkit-border-radius: 100%; */
	/* border-radius: 100%; */
	border-radius: 1em;
}


.request-items .item>.text {
	float: right;
	width: 100%;
}


.request-items .item>.text .oyasumi {
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.125em;
	line-height: 1.4;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #a32b2e;
}

.request-items .item>.text .oyasumi:before {
	font-family: 'themify';
	content: "\e617";
}


/* 上部 */
.business-visual__wrap {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 3rem auto;
}

.business-visual__cat{
	margin: 3rem 0;
}
.business-visual__img {
	width: 52%;
	position: relative;
	margin: 3rem 0 0;
}
.business-visual__img-inner {
	position: relative;
	overflow: hidden;
}
.business-visual__img-inner span {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	padding: 31% 0;
}
.business-visual__text {
	width: 44rem;
	margin-left: 3rem;
}
.business-visual__copy {
	position: relative;
}
.business-visual__copy p {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 1rem;
	position: relative;
	overflow: hidden;
}
.business-visual__copy p:last-child {
	margin: 0;
}
.business-visual__copy p span {
	display: block;
	position: relative;
}
.business-visual__copy p span span {
	display: inline-block;
}
.business-visual__copy p span span:before {
	background-color: #737677;
	position: absolute;
	/*     content: ''; */
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
}
.business-visual__read {
	margin-top: 2.5rem;
}
.business-visual__read p {
	/* line-height: 1.7; */
	/* color: #c0c0c0; */
	/* letter-spacing: .04em; */
}
.business-visual__read p span {
	display: inline-block;
}

.js-text__anime-inner{
	font-size: 1.5rem;
	line-height: 1;
	color: #00b8ee;
	padding-right: 0.8rem;
	font-weight: 600;
}

@media screen and (max-width: 959px) {
	/* p-page-business ============================================== */
	.business-visual {
		/* padding: 12rem 0 4rem; */
	}
	.business-visual__body {
		width: calc(100% - 4rem);
	}
	.business-visual__title h1 {
		font-size: 3.1rem;
		margin: 1.2rem 0 0;
	}
	.business-visual__cat p.f-jp {
		font-size: 1.2rem;
	}
	.business-visual__cat-lst p {
		font-size: 1rem;
		margin: 0 .6rem .6rem 0;
	}
	.business-visual__wrap {
		display: block;
		margin: 2.5rem auto 0;
	}
	.business-visual__img {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	.business-visual__text {
		width: 100%;
		margin: 3.5rem auto 0;
	}
	.business-visual__copy p {
		font-size: 2rem;
		margin: 0 0 0.8rem;
		text-align: left;
	}
	.business-visual__read {
		margin-top: 1.8rem;
	}
	.business-visual__read p {
		/* font-size: 1.3rem; */
		/* line-height: 1.45; */
		/* text-align: left; */
	}
	.business-advantage .business-advantage__sticky {
		width: 6rem;
		height: 13rem;
		display: none;
	}
	.p-section__title-jp {
		margin: 1.2rem 0 0;
		left: 1.6rem;
		top: 1rem;
	}
	.p-section__title-jp span {
		font-size: 2.4rem;
		padding: 0 0 0 0.5rem;
	}
	.p-section__title-jp span.c-vrtcl {
		font-size: 2rem;
	}
	.udrlyr-section .p-section__title {
		/* font-size: 2.5rem; */
	}
	.business-advantage .udrlyr-section {
		position: static;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.business-advantage .udrlyr-section .p-section__title-jp {
		position: static;
		display: flex;
		margin: 0 0 0.5rem;
	}
	.business-advantage .udrlyr-section .p-section__title-jp span {
		font-size: 1.8rem;
		padding: 0;
	}
	.advantage-lst__unit {
		margin: 1.4rem auto 0;
	}
	.business-advantage__inner {
		padding: 3.5rem 2rem 5rem;
	}
}