
/* トップページのスタイルここから */
.header-wrapper {
	height: 100vh;
	max-height: 100vh;
	/*min-height: 880px;*/
	min-height: 795px;
}

/* メインビジュアルのスタイルここから */
.main-visual-area {
	position: relative;
}
.slider {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slider li img {
	width: 100%;
	height: calc(100vh - 345px);
	max-height: 100vh;
	min-height: 535px;
}
.slider .m-slide01 img {
	opacity: 0.6;
	object-fit: cover;
}
.slider .m-slide02 img {
	opacity: 0.7;
}
.slider .m-slide03 img {
	opacity: 0.6;
}
.slider .m-slide04 img {
	opacity: 0.7;
}
.slider .m-slide05 img {
	opacity: 0.8;
	object-fit: none;
}

.message {
	box-sizing: border-box;
	width: 80%;
	position: absolute;
	top: -110px;
	left: 16.7%;
	z-index: 100;
}
.ms2 {
	display: inline-block;
	margin-right: 2.0rem;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 1.6rem;
	line-height: 2.2;
	font-weight: 500;
	margin: 0;
}
.main_copy2_1, .main_copy2_2 {
	margin: 0;
	padding: 0;
}
.ms1 {
	font-family: 'Noto Serif JP', serif;
	display: inline-block;
}
.main_copy1_inner {
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 7.3rem;
	line-height: 1.4;
	font-weight: 500;
	padding: 0;
	margin: 5px 0 0 20px;
}
.kutoten {
	font-size: 6.0rem;
}
.recruit_button {
	position: absolute;
	bottom: 60px;
	left: auto;
	right: 60px;
	width: 170px;
	height: 170px;
	z-index: 100;
}
.recruit_button img {
	transition: all .3s;
}
.recruit_button img:hover {
	transform: scale(1.1);
}


/* メインビジュアルのスタイルここまで */

#contents_wrap {
	z-index: 1000;
}

/* newsのスタイルここから */
.news-section {
	max-width: 830px;
	margin: 100px auto 160px;
	padding: 0 20px;
}
.news-inner {
	display: flex;
}
.news-title {
	width: 150px;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: left;
	font-size: 2.2rem;
	letter-spacing: 0.02em;
}
.news-title span {
	padding-bottom: 12px;
	border-bottom: 2px solid #3688d6;
}

.news-sec-list {
	width: calc(100% - 150px);
	margin-bottom: 45px;
}
.news-sec-list li {
	display: flex;
	margin-bottom: 23px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d2d2d2;
}
.news-sec-list li:last-child {
	margin-bottom: 0;
}
.news-sec-info {
	width: 15.5em;
	margin-bottom: 5px;
}
.news-date {
	display: inline-block;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	width: 7em;
	padding: 0 0 0 10px;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
}
.news-category {
	display: inline-block;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding: 3px 5px 2px;
	border: 1px solid #449ef2;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
	line-height: 1.0;
	color: #449ef2;
	transition: all .2s;
}
.news-sec-list-ttl {
	display: inline-block;
	width: calc(100% - 15.5em);
	padding-top: 3px;
	font-size: 1.4rem;
	line-height: 1.6;
	transition: all .2s;
}
.news-sec-list-ttl:hover, .arrow-link-text:hover {
	color: #449ef2;
}

.news-link-text {
	text-align: right;
	position: relative;
}
.arrow-link-text::before {
	content: "→";
	display: block;
	position: absolute;
	top: -5px;
	right: 6rem;
	font-size: 2rem;
}
/* newsのスタイルここまで */

/* 事業内容のスタイルここから */
.business {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 180px;
	padding-top: 140px;
	overflow: hidden;
}
.business::before {
	display: block;
	content: "";
	position: absolute;
	top: 80px;
	left: calc(48% + 60px);
	width: 1034px;
	height: 220px;
	background: url(../images/coa_bg_img.png) 0 0 no-repeat;
	background-size: 100%;
	z-index: -10;
}
/*事業の背景
.business::after {
	display: block;
	content: "";
	position: absolute;
	top: 120px;
	left: calc(48% + 300px);
	width: 1000px;
	height: 213px;
	background: url(../images/back_bobin.png) 0 0 no-repeat;
	background-size: 20%;
	z-index: -10;
	opacity: 0;
	transition: all 2.0s .4s;
}
*/

.business_img_area {
	width: 50%;
	padding: 20px 0 0;
}

.business_text_area {
	box-sizing: border-box;
	position: relative;
	width: 50%;
	padding: 0 10% 0;
	overflow: hidden;
}
.business_text_area::before {
	display: none;
}
.business_text_area::after {
	display: none;
}
.business_text {
}
.business_title {
	margin-bottom: 30px;
	font-size: 3.0rem;
	line-height: 1.4;
}
.business_lead {
	margin-bottom: 45px;
	font-size: 1.4rem;
	line-height: 2.2;
}
.business_button {
	text-align: left;
}
/* 事業内容のスタイルここまで */

/* 事業内容2エリアここから */
.business2 {
	position: relative;
	display: flex;
	align-items: center;
	
}


.business2 span{
    padding: 0.3em;
    display:inline_block;
    background-color: #d5523d;
    color: #fff;
    border-radius: 1em;
    margin: 0.5em 0.5em;
}


/* 事業内容2エリアここまで */



/* 採用情報のスタイルここから */
.recruit {
	position: relative;
	margin-bottom: 170px;
	padding: 170px 0 170px;
	background: url(../images/top-image01.jpg) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
	background-attachment: fixed;
}
/*採用の背景
.recruit::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 100px;
	left: calc(25% + 60px);
	width: 855px;
	height: 207px;
	background: url() 0 0 no-repeat;
	background-size: 855px 207px;
	z-index: 10;
	opacity: 0;
	transition: all 1.3s;
}
.recruit::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 100px;
	left: calc(25% + 50px);
	width: 824px;
	height: 200px;
	background: url() 0 0 no-repeat;
	background-size: 824px 200px;
	z-index: 10;
	opacity: 0;
	transition: all 1.3s .4s;
}
}*/

.recruit_area {
	display: flex;
	align-items: center;
}
.recruit_text_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 35%;
	margin-right: 0;
	text-align: center;
	vertical-align: top;
	z-index: 100;
}
.recruit_title {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: 4.5em;
	font-size: 3.6rem;
	margin: 0 0 40px;
	line-height: 1.0;
}
.recruit_title span {
}
.recruit_lead {
	margin: 0 0 60px;
	font-size: 1.4rem;
}
.recruit-sec-pc-btn .button_link {
	width: 50%;
	min-width: 200px;
	margin: 0 auto;
}
.recruit_img_area {
	position: relative;
	width: 65%;
	padding: 20px 0 0;
	overflow: hidden;
}
.recruit_img_area::before {
	display: none;
}
.recruit_img_area::after {
	display: none;
}
.recruit-sec-sp-btn {
	display: none;
}
/* 採用情報のスタイルここまで */

/* 製品情報のスタイルここから */
.product {
/*
	margin-bottom: 160px;
*/
	padding: 0 10%;
}
.product_title {
	margin-bottom: 50px;
	text-align: center;
}
.product_title .jpn {
	display: block;
/*
	font-size: 3.6rem;
*/
	font-size: 3.0rem;
	line-height: 1.6;
}
.product_title .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #449ef2;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
.product_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.product_list li {
	list-style: none;
	width: 46%;
	margin-bottom: 75px;
}

.product_list li:nth-child(odd) {
	margin-right: 8%;
}
.product_img {
	display: block;
	position: relative;
}
.product_img_inner {
	overflow: hidden;
}
.product_img_inner img {
	transform: scale3d(1,1,1);
	transition: all .3s;
}
.product_img_inner:hover img {
	transform: scale3d(1.06,1.06,1.06);
}

.lifestory-list a .lifestory-img {
	overflow: hidden;
}
.lifestory-list a .lifestory-img img {
	transform: scale3d(1,1,1);
	transition: all .3s;
}
.lifestory-list a:hover .lifestory-img img {
	transform: scale3d(1.1,1.1,1.1);
}

.product_category {
	position: absolute;
	top: -32px;
	left: -14px;
	width: 66px;
	height: 66px;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	border-radius: 50%;
	line-height: 66px;
}
.product_category.private {
	background-color: #1c79ba;
}
.product_category.public {
	background-color: #e38619;
}
.product_info {
	position: relative;
	margin: -35px 0 0 16%;
	padding: 35px 40px 25px;
	border-top: 2px solid #449ef2;
	background-color: #fff;
	z-index: 100;
}
.product_date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
.product_name {
	font-size: 1.6rem;
}

.product_link {
	text-align: right;
	font-size: 1.4rem;
position: relative;
}
.product_link .arrow-link-text::before {
	content: "→";
	display: block;
	position: absolute;
	top: -5px;
	right: 6rem;
	font-size: 2rem;
	color: #449ef2;
}

.product_button .button_link {
	margin: 0 auto;
}

/* 製品情報のスタイルここまで */



/*--------------------------------------------------
width:759px 以下の場合*/
@media (max-width: 759px){
.header-wrapper {
min-height: 700px;

/*
height: auto;
max-height: none;
min-height: auto;

height: 100vh;
max-height: 580px;
min-height: auto;
*/
}

/* メインビジュアルここから */
.main-visual-area {
	position: relative;
}
.slider {
}
.slider li img {
	width: 100%;
	height: calc(100vh - 165px);
	max-height: calc(580px - 165px);
}
.slider .m-slide01 img {
	opacity: 0.6;
	object-fit: cover;
}
.slider .m-slide02 img {
	opacity: 0.7;
}
.slider .m-slide03 img {
	opacity: 0.6;
}
.slider .m-slide04 img {
	opacity: 0.7;
}
.slider .m-slide05 img {
}

.message {
	box-sizing: border-box;
	width: 80%;
	position: absolute;
	top: -60px;
	left: 10%;
	z-index: 100;
}
.ms1 {
	font-family: 'Noto Serif JP';
	font-weight: 500;
	display: inline-block;
	margin-top: 18px;
}
.ms1.fade-in {
	margin-top: 0;
	opacity: 1;
}
.main_copy1_inner {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: lr-tb;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 3.9rem;
	line-height: 1.4;
}
.main_copy1_inner .kutoten {
	font-size: 3.4rem;
}
.ms2 {
	display: inline-block;
	margin-right: 1rem;
	margin-top: 18px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: lr-tb;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 1.1rem;
	line-height: 2.0;
}

.recruit_button {
	position: absolute;
	bottom: 10%;
	left: 10%;
	width: 120px;
	height: 120px;
	z-index: 100;
}
 メインビジュアルここまで */

/* newsここから */
.news-section {
	margin: 180px 0 55px;
	padding: 0 30px;
}
.news-inner {
	display: block;
	width: auto;
	max-width: none;
	min-width: auto;
}
.news-title {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	width: 100%;
	text-align: center;
}
.news-title span {
	padding-bottom: 10px;
	border-bottom: 2px solid #3688d6;
}
.news-sec-list {
	margin-bottom: 35px;
padding-left: 0;
width: auto;
max-width: none;
min-width: auto;
}
.news-sec-list li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #d2d2d2;
}
.news-sec-list li:last-child {
	margin-bottom: 0;
}
.news-sec-info {
	margin-bottom: 5px;
}
.news-date {
	display: inline-block;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	width: 5.5em;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
}
.news-category a {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding: 1px 5px;
	border: 1px solid #3688d6;
	font-size: 1.0rem;
	letter-spacing: 0.02em;
	line-height: 1.0;
	color: #3688d6;
}
.news-category a:hover {
	color: #3688d6;
}

.news-sec-list-ttl {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.6;
}
.news-link-text {
	text-align: right;
}
/* newsここまで */

/* 事業エリアここから */
.business {
	display: block;
margin-bottom: 0;
}
.business_img_area {
	padding-top: 15px;
	/*opacity: 0;*/
	width: 100%;
	transition: all .8s;
}
.business_img_area.fade-in {
	padding-top: 0;
	opacity: 1;
}
.business_text_area {
	position: relative;
	padding: 80px 30px 70px;
	overflow: hidden;
	width: 100%;
}

.business_text_area::before {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	left: 25px;
	width: 517px;
	height: 110px;
	background: url(../images/coa_bg_img.png) 0 0 no-repeat;
	background-size: 517px 110px;
	z-index: -10;
}
/*事業エリア　背景
.business_text_area::after {
	display: block;
	content: "";
	position: absolute;
	top: 20px;
	left: 40px;
	width: 517px;
	height: 110px;
	background: url() 0 0 no-repeat;
	background-size: 517px 110px;
	z-index: -10;
}
*/
.business_title {
	margin-bottom: 25px;
	font-size: 2.6rem;
	line-height: 1.4;
}
.business_lead {
	margin-bottom: 45px;
	font-size: 1.2rem;
	line-height: 2.2;
}
.business_button {
	text-align: center;
}
.business_button .button_link {
	display: inline-block;
}
/* 事業エリアここまで */

/* 採用エリアここから */
.recruit {
	margin-bottom: 70px;
	padding: 60px 0;
	background: url(../images/top-image01.jpg) 0 0 no-repeat;
	background-size: cover;
}
.recruit_area {
	display: inline-block;
}

.recruit-sec-sp-btn {
	display: block;
}
.recruit-sec-sp-btn .link-btn-std {
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 15px 10px;
	background: #3688d6;
	border-radius: 5px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	transition: all .2s;
}
.recruit-sec-sp-btn .link-btn-std:hover {
	color: #fff;
	background: #449ef2;
}

.recruit_text_area {
	width: auto;
	text-align: left;
	display: block;
	text-align: center;
}
.recruit_title {
	writing-mode: horizontal-tb;
	font-size: 2.6rem;
	height: auto;
}
.recruit_lead {
	font-size: 1.2rem;
	margin-bottom: 30px;
}

.recruit_img_area {
	position: relative;
	padding: 30px 0;
	margin: 0 auto;
	overflow: hidden;
}
/*採用エリア　背景
.recruit_img_area::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 50px;
	left: 85px;
	width: 427px;
	height: 103px;
	background: url(../../images/type-line-recruit.png) 0 0 no-repeat;
	background-size: 427px 103px;
	z-index: 10;
}
.recruit_img_area::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 50px;
	left: 71px;
	width: 412px;
	height: 100px;
	background: url() 0 0 no-repeat;
	background-size: 412px 100px;
	z-index: 10;
}
/* 採用エリアここまで */

/* 製品情報エリアここから */
.product {
	margin-bottom: 80px;
	padding: 0 15px;
}
.product_title {
	margin-bottom: 55px;
	text-align: center;
}
.product_title .jpn {
	display: block;
	font-size: 2.6rem;
	line-height: 1.6;
}
.product_title .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #3688d6;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.product_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	padding-inline-start: 0;
}
.product_list li {
	width: 48%;
	margin-bottom: 30px;
}
.product_list li:nth-child(odd) {
	margin-right: 4%;
}
.product_img {
	display: block;
	position: relative;
}
.product_category {
	position: absolute;
	top: -16px;
	left: -7px;
	width: 37px;
	height: 37px;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
	border-radius: 50%;
	line-height: 37px;
	letter-spacing: normal;
}
.product_category.private {
	background-color: #1c79ba;
}
.product_category.public {
	background-color: #e38619;
}

.product_info {
	padding: 10px 10px 0;
	border-top: 2px solid #3688d6;
}
.product_date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 2px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
.product_name {
	font-size: 1.2rem;
}
.works_link {
}
.works_button {
}
/* 製品情報エリアここまで */

}