@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------
  reset
-------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: Arial, Helvetica, sans-serif;
}

strong, b, h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

body{
	overflow-x: hidden;
}

div{
	margin:0;
	padding:0;
}

a:link, a:visited, a:hover, a:active {
  color: #000000;
}

html {
  scroll-behavior:smooth;
}

body.fixed {
　width: 100%;
　height: 100%;
　position: fixed;
}

.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.anchor2 {
    display: block;
    padding-top: 75px;
    margin-top: -75px;
}

.container{
	margin:0;
	padding:0;
}

.row{
	margin:0;
	padding:0;
}
.pc { display: block; }
.sp { display: none; }

 /*for smartphone*/
@media only screen and (max-width: 768px) {
	.pc { display: none; }
	.sp { display: block; }
}

.pcflex { display: flex; }
.spflex { display: none; }

 /*for smartphone*/
@media only screen and (max-width: 768px) {
	.pcflex { display: none; }
	.spflex { display: flex; }
}

.black{
	color:black;
}

/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

.navbar{
	height:70px;
}

.menu{
	height:70px;
	width: 200px;
	margin:0;
	background: #345daa;
	text-align: center;
    position: absolute;
    right: 0px;
    z-index: 99;
	font-size: large;
	transition-duration: 0.3s;
}



.menu .active{
	background:#00640B;
}

.menu:hover{
	width: 220px;
	transition-duration: 0.3s;
	cursor: pointer;
	cursor: hand;
}
@media only screen and (max-width: 768px) {
	.menu{
	width: 70px;
}
	.menu:hover{
	width: 70px;
}
}

.menutext{
	top: 20px;
	right: 30%;
	font-weight: medium;
    position: absolute;
	color: #ffffff;
	transition-duration: 0.3s;
}


/*gnav*/

.gnav_logo{
    z-index: 150;
}

.gnav{
	top:0;
	left:0;
	padding:16px;
    height: 100vh!important;
    position: absolute;
    width: 100vW;
    z-index: 100;
	background: #ffffff;
	display:none;
	overflow-y: auto;
	overflow-y: scroll;
}

.panelactive{
	display:block!important;
	transition: 0.5s;
}

.gnav__wrap{
	padding-top: 0px;
    align-items:top;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item{
    margin: 3px 0;
	list-style: none;
}

.navclose{
	position:absolute;
	top:20px;
	right:40px;
	padding:0;
	color: #FFFFFF;
	text-align: right;
	display: block;
	z-index: 150;
	font-size: 100px;
	text-alight:right;
	cursor: pointer;
}

.batsu {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
 
.batsu::before, .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 50px; /* 棒の高さ */
  background: #333;
}

.batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.navclose p{
	position:absolute;
	color: #000000;
	text-decoration: none;
	width: 20px;
	right:20px;
}
.gnav li a{
	color:#345daa;
}

.navtitle{
	margin: 10px 0;
}

.menutitle{
	padding:0;
	margin:0;
    color:#345daa;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

.navtitle a{
	padding:0;
	margin:0;
    color: #000000;
	transition: all 0.5s;
}

.menusub{
	padding:0;
	margin:-7px 0 0 0;
    font-size: 0.6em;
    font-weight: normal;
}


.menusub2{
	padding:0;
	margin:0;
    font-size: 0.8em;
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
.menusub2{
	padding:0;
	margin:0;
    font-size: 1em;
    font-weight: normal;
	}}

.nemu_column_overall{
}

.menu_column_group{
    padding: 50px 0 20px;
    border-top: 1px solid #383838;
	width:90%;
	margin: 20px auto;
}

.menu_column_wrap{
	display: flex;
	width: 100%;
	padding-bottom:20px;
	
}

.menu_column_each{
	width: 33%;
}
.menu_column_each2{
	width: 66%;
}




.menu_column_each h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:20px;
	width:100%;
}
.menu_column_each h4{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:18px;
	padding:10px 0;
}

.menu_column_each p{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:14px;
	padding-bottom:10px;
}

.menu_column_each h3{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:16px;
	padding-bottom:20px;
	font-weight: normal;
	width:100%;
}

.menu_column_each2 h3{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:16px;
	padding-bottom:30px;
	width:30%;
	font-weight: normal;
}

.menu_column_each2 a{
	width:100%;
}

.right_column{
	width:100%;
	display: flex;
}

.right_column h3{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	width:100%;
}


@media only screen and (max-width: 768px) {
	.menu_column_wrap{
	display: block;
}

.menu_column_each{
	width: 100%;
}
	.menu_column_each2{
	display: block;
	width: 100%;
}
	.right_column{
	display: block;
}
	.menu_column_each2 a{
	width:100%;
}
}

.topdiv{
	margin:0;
    padding:0;
	display:flex;
	width: 100vw;
	background-image: url("../images/movieback.jpg");
	background-size: cover;
}
.topdiv img{
	margin:0;
    padding:0;
	display:flex;
	width: 100vw;
	background-image: url("../images/movieback.jpg");
	background-size: cover;
}

.scroll_down{
	position:relative;
	display:flex;
	width: 10%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align:right;
	margin:0;
    padding:0;
}
.scroll_down p{	
	position:absolute;
	right:0;
	bottom:160px;
	margin:0;
    padding-right:30px;
	text-align:right;
}

.v_line_fix {
  width: 1px;
  height: 150px;
  background-color: #000000;
	position:absolute;
	right:40px;
	bottom:0;
}

.topdiv video{
	margin:auto;
    padding:0;
	height:40vh;
	width: auto;
}

#muteicon{
	color:#fff;
}

@media only screen and (max-width: 768px) {
	.topdiv video{
	width: 100%;
	height:auto;
	object-fit:cover;
}}


@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.newsfeed{
	margin-top:11px;
}
.newsfeed span{
	background: #345daa;
	color:#ffffff;
	padding: 15px 30px;
}

.newsfeed span:hover{
	filter:brightness(0.9);
}

.newsfeed a:hover{
	text-decoration: none;
}



@media only screen and (max-width: 992px) {
	.newsfeed{
	margin-top:6px;
}
	.newsfeed span{
	width: 100%;	
	padding: 10px;
}
}

.section{
	padding:70px 0 20px;
}

@media only screen and (max-width: 768px) {.section{
	padding:20px 0 10px;
}}

.toptitles{
	justify-content:center;
	margin:auto;
	text-align:center;
}

.toptitles h3{
    font-size: 58px;
    font-style: italic;	
	text-align:center;
	color: #345daa;
	font-weight:bold;
}

.toptitles img{
    width:auto;
	height: 60px;
	margin:0 20px;
}

.toplines p{
	padding-top:20px;
    font-size: 24px;
    text-align: center;
    color: #345daa;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	fonr-weight:bold;
	padding-bottom:20px;
}



@media only screen and (max-width: 768px) {
		.toptitles{
    margin-top: 50px;
    font-size: 50px;
}
	.toptitles h3{
    font-size: 36px;
}
	.toplines p{
    font-size: 18px;
}
	.toptitles img{
    width:auto;
	height: 40px;
	margin-left:20px;
}
}
.slide{
	width:100vw;
}
.slider-item{
	padding:2px;
}

.slider-item:hover{
	opacity:0.8;
}

.slider-item img{
	width: 100%;
}

.zip-business{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width:1200px;
	margin:auto;
	margin-top:10px;
	width:100%;
	text-align: center;
}
.zip-business img{
	width:100%;
	min-width:300px;
	padding:20px;
}

.each_business a{
	width: 25%;
	margin:auto;
}
.each_business{
	width: 100%;
	padding:10px;
	text-align:center;
	position:relative;
	z-index:10;
	max-width:400px;
	margin:auto;
}

.each_business img{
	width: 100%;
	position:relative;
	z-index:10;
	filter:brightness(0.6);
	height:150px;
	object-fit: cover;
}

.each_business_text{
	width: 100%;
	position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:30;
}
.each_business h3{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	color:rgba(240,231,0,1.00);
	margin: 20px 0;
}
.each_business p{
	margin: 10px 0;
	color:#ffffff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.bz_copy{
	margin:20px auto 50px;
}
.bz_copy p{
	padding: 50px 5px;
	position:relative;
	text-align:center;
    color: #345daa;
	font-size:18px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-weight:normal;
}

.bz_copy h4{
	position:relative;
	text-align:center;
    color: #345daa;
	font-size:22px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-weight:bold;
	padding:10px;
}

.bz_toindex{
	text-align: center;
	margin:50px auto;
	width:250px;
	height: 45px;
	color: #ffffff;
    background-color: #345daa;
	border-radius: 10px;
}

.bz_toindex p{
	padding-top: 10px;
	font-weight:bold;
}

.zip-business_upper, .zip-business_lower{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


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

	.each_business a{
	width:400px;
	margin:auto;
}
.each_business{
	width: 100%;
}}

@media only screen and (max-width: 768px) {
	.zip-business{
		display:block;
		max-width: 600px;
	}
	.bz_copy p{
		font-size:16px;}
	
	.each_business{
	width: 100%;
	max-width:400px;
	padding:10px;
	text-align:center;
	position:relative;
}

.each_business img{
	width: 100%;
	position:relative;
}

.each_business_text{
	width: 100%;
	position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:30;
}
}
.grayback{
	background:#E8E8E8;
}

.feather img{
	transform: rotate(-30deg);
	height:30px;
	z-index:20;
}

.feather h3{
	margin-top:-10px;
	z-index:30;
}

.zip-zip{
	display:flex;
	max-width:1200px;
	margin:auto;
	margin-top:10px;
}

.each_zip{
	width: 25%;
	padding:30px 0;
	text-align:center;
	position:relative;
	margin:auto;
	margin-bottom:50px;
}

.each_zip img{
	width: 90%;
	z-index:10;
	position:relative;
	max-width:300px;
}

.each_zip_text{
	width: 100%;
	text-align: center;
	position:relative;
}
.each_zip h3{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	color:rgba(187,0,3,1.00);
	margin: 0;
	padding-top:15px;
	height:50px;
}
.each_zip p{
	margin: 0;
    color: #345daa;
	font-weight:bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	padding-top:10px;
	height:50px;
	margin-bottom:50px;
}



@media only screen and (max-width: 768px) {
	.zip-zip{
		text-align: center;
	display:block;
	max-width:600px;
	width: 100%;
}
.each_zip{
	width: 90%;
	margin: auto;
}
	.each_zip img{
	width: 100%;
}
}


.sdgs{
	padding-top:50px;
	max-width:1200px;
	margin:auto;
}

.sdgs img{
	max-width:90%;
	margin:auto;
	padding:30px;
}

.sdgs p{
	padding: 40px 0;
}

.sdgs_badges {
	max-width:1200px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-bottom:50px;
	padding:10px;
}
.sdgs_badges_each{
	width:15%;
	max-width:200px;
	min-width:150px;
}


.sdgs_badges_each img{
	width:100%;
	max-width:200px;
	padding:10px 0px 0px;
}

.sdgs_badges_each p{
	padding: 10px 0;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight:bold;
    color: #345daa;
	font-size:11px;
}


.each_profile_text{
	width: 100%;
	position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:30;
}

.each_profile_text h3{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	color:#ffffff;
	font-size: 24px;
	margin: 20px 0;
}
.each_profile_text p{
	margin: 10px 0;
	color:#ffffff;
	font-size: 20px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.worklife{
	width:100vw;
	padding: 30px 0;
}

.worklife img{
	width:100%;
}

.recruit{
	width:100vw;
	padding: 30px 0;
}

.recruit img{
	width:100%;
	ofject-fit: contain;
}

.sdgtitle img{
	height: 100px;
}

.contactback{
	width: 100%;
	z-index: 1;
}
.contactback{
	background-color: #345daa; 
	position:relative;
}

.contactback img{
	opacity: 0.7; 
}

.contactover{
	background:rgba(255,255,255,0.5);
	position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
    transform: translate(-50%, -50%);
    z-index: 10;
	padding: 50px;
}

.contactover:hover{
	background:rgba(0,0,0,0.5);
	color:#ffffff;
}


@media only screen and (max-width: 768px) {
	.contactover{
		padding: 10px;
	width:300px;}
	
	.contact h4{
		font-size: 20px;
	}
	.contact p{
		font-size: 14px;
	}
}

.topvideo {
	position: relative;
	z-index: 10;
}


.footer{
	background:#345daa;
	padding-top: 50px;
	margin:auto;
}

.footer_menu{
	max-width: 100vw;
	background: #ffffff;
}
.footer_menu_inner{
	max-width: 1200px;
	padding:50px;
	margin:auto;
	display: flex;
	justify-content: space-between;
	color:#000000;
}

.fmenu_column_wrap{
	display: block
}

.fmenu_column_each{
	width: 100%;
	padding-bottom:30px;
}

.fmenu_column_each h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:20px!important;
	width:100%;
	color:#000000;
}
.fmenu_column_each h4{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:14px!important;
	padding:10px 0;
	color:#000000;
}

.fmenu_column_each p{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:12px!important;
	padding-bottom:10px;
	color:#000000!important;
}

.fmenu_column_each h3{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:14px!important;
	padding-bottom:10px;
	font-weight: normal;
	width:100%;
	color:#000000;
}
.footer_upper{
	max-width: 1200px;
	margin:auto;
	display: flex;
}


.wl_body_wrap h1,.wl_body_wrap h2,.wl_body_wrap h3,.wl_body_wrap h4,.wl_body_wrap h5,.wl_body_wrap h6,.wl_body_wrap p {
    font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


.footer_logo{
	padding-top:30px;
	text-align: center;
	margin:auto;
}


.footer p{
	color:#ffffff;
	font-size: x-large;
}



.footer ul li{
	decoration: none;
	display: inline;
	color:#ffffff;
}

.footer li{
	margin:0 10px;
    font-size: large;
    font-weight: bold;
    font-style: italic;	
}

.copyright{
	text-align: center;
	font-size:16px;
	padding: 20px;
	color:#ffffff;
}

.copyright p{
	font-size:16px;;
    font-family: Arial, Helvetica, sans-serif!important;
}


/*==================================================
　Work_life CSS
===================================*/


.vw_line{
    border-top: 1px solid rgba(255,255,255,1.00);
	width:100vw;
	z-index: 20;
}

.gback{
	background:#f8f9fa;
	margin-top:-40px;
	padding-top: 30px;
	padding-bottom:70px;
}
/*
.navbar{
	height:70px;
}

.menu{
	margin: 0 0 0 auto;
}

.gnav{
	top: 60px;
    right: -300px;
    height: 100vh;
    position: fixed;
    width: 300px;
    z-index: 100;
	background: #ffffff;
	transition-duration: 0.5s;
}

.panelactive{
    right: 0 !important;
	transition-duration: 0.5s;
}

.gnav__wrap{
	margin-top:0px;
	padding-top: 0px;
    align-items:top;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item{
    margin: 10px 0;
	list-style: none;
	border-bottom: 1px solid rgba(0,0,0,1.00);
}

.gnav__menu__item a:hover{
    text-decoration: none;
	color:rgba(127,127,127,1.00);
}

.gnav__menu__item p{
    font-size: 14px;
}

.body_wrap{
	padding-bottom:70px;
}


/*==================================================
　5-2-2 2本線が×に
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
/*.openbtn2{*/
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
/*	position: relative;
	width: 100px;
    height:50px;
	cursor: pointer;
	background:#fff;
}
	*/
/*ボタン内側*/

/*.openbtn2 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
 /*   position: absolute;
    left: 13px;
    height: 2px;
	background-color: #000;
  }*/


/*.openbtn2 span:nth-of-type(1) {
	top:22px;	
  	width: 50%;
}

.openbtn2 span:nth-of-type(2) {
	top:29px;
  	width:50%;
}*/

/*activeクラスが付与されると線が回転して×に*/

/*.openbtn2.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}

.openbtn2.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}
*/


.story_top{
	width:100vw;
}
.story_top video{
	width:100%;
}
.worklife_title{
	max-width: 1200px;
	padding-left: 20px;
	margin:auto;
	padding-bottom:10px;
}



.workandlife{
	display: flex;
}
.workandlife, .wlstory{
	color:#ffffff;
}
.workandlife h3,.workandlife p,.wlstory h4{
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.workandlife h3{
	font-size: 100px;
	padding: 30px 10px 30px 80px;
}

.workandlife p{
	font-size: 20px;
	padding: 50px;
	text-align: right;
}

.wlstory{
	text-align: center;
	padding:20px;
}

.wlstory h4{
	font-size: 36px;
	line-height: 1.5;
}

.worklife_title{
    border-left: 1px solid rgba(255,255,255,1.00);
    border-right: 1px solid rgba(255,255,255,1.00);
}


@media only screen and (max-width: 768px) {
	.story_top{
}
	
	.story_top h2{
	color:#ffffff;
	padding:30px 0 20px;
	font-size: 36px;
}

.workandlife h3{
	font-size: 70px;
	padding: 15px 10px 15px 20px;
}

.workandlife p{
	font-size: 18px;
	padding: 30px;
}

.wlstory{
	padding:5px;
}

.wlstory h4{
	font-size: 22px;
	line-height: 1.5;
}	
}

.story_section{
	position: relative;
	max-width: 1200px;
	margin:auto;
	padding: 50px;
}
.story_section h3{
	padding: 20px 40px;
	font-size: 40px;
	font-style: italic;
	font-weight:bold;
	color: #345daa;
}
.story_section  p{
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding: 40px;
	color:#000000;
}

.story_section h4{	
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding: 40px;
	font-size:40px;
	line-height: 1.5;
	font-weight:bold;
}

.story_section p{
	font-size:20px;
	line-height: 2;
}

.story_section img{
	width:100%;
	height:auto;
	padding: 50px 0;
}

@media only screen and (max-width: 768px) {
	.story_section{
	padding: 10px;
}
.story_section h3{
	padding: 10px;
	font-size: 30px;
}
.story_section h4,.story_section  p{
	padding: 20px 10px;
}

.story_section h4{
	font-size:24px;
	line-height: 1.5;
}

.story_section p{
	font-size:16px;
	line-height:1.7;
}
}

.story_slider{
	padding-bottom: 0px;
}

.story_slider-item img{
	width:300px;
	height:auto;
}

.story_slider-item:hover{
	transform: translate(0,-5px);
	opacity: 0.8;
}

@media only screen and (max-width: 768px) {
	.story_slider-item img{
	width:300px;
}
}


.storyeach_top{
	position:relative;
	width:100vw;
	padding:0;
	margin:0;
}

.storyeach_top img{
	width:100%;
	z-index:1;
	padding:0;
	margin:0;
}

.worklifeeach_title{
	position:absolute;
	top:70px;
	left:20%;
	z-index:50;
}

.storytop_inner{
	max-width: 1200px;
	margin:auto;
	padding: 20px;
}




.worklifeeach_title h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#ffffff;
	font-size:36px;
}

.worklifeeach_title h2 span{
	font-size:20px;
}

@media only screen and (max-width: 1200px) {
.worklifeeach_title{
	top:50px;
}

.worklifeeach_title h2{
	font-size:30px;
}
}

@media only screen and (max-width: 992px) {
.worklifeeach_title{
	top:30px;
}

.worklifeeach_title h2{
	font-size:24px;
}
}

@media only screen and (max-width: 768px) {
	.worklifeeach_title{
	top:20px;
	left:10%;
	}}
	
	@media only screen and (max-width: 576px) {
	.worklifeeach_title{
	top:10px;
	left:5%;
}
}


.mbs{
	line-height: 1.2!important;
}

.red{
	color:#b41700!important;
}

.blue{
	color:#345baa!important;
}

.cs_wrap{
	position: relative;
}

.cs_wrap img{
	position: relative;
	z-index: 5;
}

.worklifeeach_inner{
	position:absolute;
	bottom:16%;
	left:17%;
	z-index:50;
}

.worklifeeach_inner h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#ffffff;
	font-size:24px;
}

.worklifeeach_inner h2 span{
	font-size:20px;
}

.mylife_title{
	padding:80px 0 0px!important;
}

.lifescene_wrap{
	padding-bottom: 80px;
	display: flex;
	aligh-items:flex-start;
}
.lifescene_inner{
	max-width: 500px;
	padding: 0 10px;
	margin:0 auto;
}

.lifescene_inner p{
	padding: 10px!important;
}

.lifescene_inner img{
	width:100%;
	height:auto;
	padding: 50px 10px 10px!important;
}

@media only screen and (max-width: 768px) {
	.lifescene_wrap{
	display: block;
}
	.lifescene_inner{
	margin:auto;
}
}


.toOther_btn{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}

.toOther_btn a{
	position: relative;
	width:25%;
	padding:0;
	margin:0;
}

.toOther_btn img{
	width:100%;
	padding:0;
	margin:0;
	z-index: 10;
}

.toOther_btn img:hover{
	filter:brightness(1.2);
}

.more_btn{
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(253,244,244,1.00);
    z-index: 50;
    border: 1px solid rgba(255,255,255,1.00);
	border-radius:10px;
	padding: 5px 20px;
}


@media only screen and (max-width: 768px) {
	.toOther_btn a{
	width:50%;
}
	.more_btn{
    display: none;
}
}

.people_top{
	position:relative;
	width:100vw;
	padding:0;
	margin:0;
}

.people_top img{
	width:100%;
	height:800px;
	object-fit: cover;
	object-position: 0% 40%;
}

.people_inner{
	position: absolute;
	width:35%;
	height:800px;
	background: rgba(255,255,255,0.7);
	top:0;
	left:0;
}
.people_title{
}
.people_inner h2{
	position: absolute;
	top:0;
	right:15%;
	padding-top:100px;
	margin:auto;
	color: #345daa;
	font-size:36px;
	font-weight:bold;
	white-space: nowrap;
  	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	z-index:20;
}

.people_name{
	position: absolute;
	bottom:10px;
	left:40%;
	z-index:20;
}

.people_inner h4{
	color: #345daa;
	margin-right:10px;
	margin-bottom:10px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.people_inner p{
	color: #345daa;
	margin-right:10px;
	margin-bottom:10px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


@media only screen and (max-width: 992px) {
.people_top img{
	height:600px
}

.people_inner{
	width:30%;
	height:600px;
}
.people_title{
}
.people_inner h2{
	top:0;
	right:15%;
	padding-top:100px;
	font-size:30px;
}

.people_name{
	position: absolute;
	bottom:10px;
	left:20%;
	z-index:20px;
}
	
	.people_inner h4{
	font-size:18px;
}

.people_inner p{
	font-size:14px;
}
}

@media only screen and (max-width: 768px) {
.people_top img{
	height:500px;
}

.people_inner{
	width:35%;
	height:500px;
}
.people_title{
}
.people_inner h2{
	top:0;
	right:15%;
	padding-top:40px;
	font-size:30px;
}

.people_name{
	position: absolute;
	bottom:10px;
	left:20%;
	z-index:20px;
}
}


@media only screen and (max-width: 576px) {
.people_top img{
	height:400px;
	object-position: 18% 0%;
}


.people_inner{
	width:40%;
	height:400px;
}
.people_title{
}
.people_inner h2{
	top:0;
	left:20%;
	padding-top:20px;
	font-size:24px;
}

.people_name{
	position: absolute;
	bottom:10px;
	left:10%;
	z-index:20px;
}
}

.people_disc{
	max-width:1100px;
	padding:30px 30px 100px;
	margin:auto;
	color: #345daa;
	font-size:18px;
}


.pplsec_title{
	padding:0;
	text-align: center;
	color:rgba(141,141,141,1.00);
	display: flex;
  	justify-content: center;
  	align-items: center;
	margin:auto;
}

.pplsec_title h3{
	font-size: 70px;
}

.onsen{
	width:70px!important;
	height:auto;
	padding-bottom:30px;
}


@media only screen and (max-width: 576px) {
	.pplsec_title h3{
	font-size: 50px;
}

}

.cross{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight:bold;
	padding: 0 20px;
}

.people_section{
	position: relative;
	max-width: 1200px;
	margin:auto;
	padding: 0px;
}

.people_section p{
	font-size: 18px;
	line-height: 2;
	padding: 30px;
	color:#000000;
}

.people_section img{
    position: relative;
	width:100%;
	z-index: 5;
}

.ppl_content{
    position: relative;
	width:80%;
	margin:auto;
	background: rgba(255,255,255,1.00);
	padding:20px 50px;
	z-index: 30;
}

.ppl_content_top{
	margin-top:-50px;
}

.ppl_content h4{
    font-weight:bold;
	color:rgba(108,108,108,1.00);
	line-height: 1.5;
    padding:20px 0;
}

.ppl_content p{
    padding:15px 0;
	font-size: 18px;
}


@media only screen and (max-width: 576px) {
	.ppl_content{
	width:100%;
	margin:auto;
	padding:20px 20px;
}

.ppl_content_top{
	margin-top:0px;
}
	.ppl_content h4{
	font-size: 18px;
}

	.ppl_content p{
	font-size: 16px;
}

	
}

.piano_icon{
	width:70px!important;
	margin-bottom:20px;
}
.movie_title{
	text-align: center;
}

.videomsg{
	padding:100px 0px 0px;
	display: flex;
	margin:auto;
  justify-content: center;
}


.videomsg img{
	width:50px!important;
	margin:0 10px;
}
.videomsg h4{
	font-size:36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.movie_title p{
	color:#345baa;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-top:-30px;
}

.peoplevideo{
	max-width: 600px;
	margin:auto;
}

.peoplevideo video{
	width:100%;
}

.fullvideo{
	display: flex;
	flex-wrap: wrap;
}

.fullvideo video{
    width: 48%;
    margin: 10px auto;
	border: 1px solid #929292;
}


@media only screen and (max-width: 768px) {
	.fullvideo{
	display: block;
		text-align: center;
}

.fullvideo video{
	width:100%;
	margin:auto;
}}

.backandnext{
	text-align: center;
	display: flex;
	justify-content: space-between;
	padding-bottom:30px;
}

.highlight{
	background:rgba(255,225,100,1.00);
}

.toindex img{
	width:50px;
	margin:50px auto 0px;
}

.backandnext p{
	padding:10px;
}

.peopleback img, .peoplenext img{
	width:150px;
	border-radius:75px;
	margin:0 50px;
}

.peopleback, .peoplenext{
	display: flex;
	justify-content: center;
  	align-items: center;
}

footer{
	background: #345daa;
	padding-top:30px;
	margin:0;
}

footer img{
	padding: 10px;
}

.story_footer{
	color: #ffffff;
	padding: 10px;
}

.footer_careerstory{
	padding-top:50px;
}

.footer_careerstory h4, .footer_careerstory p{
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #ffffff;
	padding: 5px;
}
.footer_careerstory h4{
	font-size: 48px;
	padding-bottom:80px;
}

.footer_comp{
    color: #ffffff;
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
}

.bold{
	font-weight: bold;
}

@media only screen and (max-width: 576px) {.footer_careerstory h4{
	font-size: 36px;
	padding-bottom:80px;
}}

.footer_content{
	text-align: center;
	margin:auto;
}

.footer_content img{
	width:300px;
}


/*==================================================
news CSS
===================================*/
.news_title{
background: -webkit-linear-gradient(left, #000000, #345daa 40%, #000000);
background: -o-linear-gradient(left, #000000, #345daa 40%, #000000);
background: linear-gradient(to left, #000000, #345daa 40%, #000000);
	width: 100vw;
}

.news_title h1{
	color:#ffffff;
	font-weight:bold;
	text-align: center;
	padding: 30px 0;
	margin-bottom:50px;
}

.news_wrap{
	max-width:1000px;
	margin:auto;
	min-height:70vh;
}
.news_article_title{
	padding:20px 10px 20px;
}

.news_article_title a:hover{
	text-decoration: none;
}


.news_article_title h2{
    font-size: 20px;
	padding:10px 0;
    border-bottom: 1px solid #000000;
}

.news_article_title p{
    text-align: right;
}

.news_article_content{
	margin-bottom:30px;
	padding:10px;
}

.news_article_content a{
	color:#345baa;
	text-decoration: underline;
}

.news_pagenation{
	width:100%;
	max-width:1000px;
	margin:auto;
	display: flex;
	justify-content: space-between;
	margin-bottom:50px;
}




/*==================================================
　recruit CSS
===================================*/

.recruit_top{
	background-image: url("../images/recruit_top.jpg");
	background-repeat:no-repeat;
	background-position:50%;
	background-size:cover;
	height:650px;
}
.recruit_title{
	max-width: 1200px;
	padding-left: 20px;
	margin:auto;
    border-left: 1px solid rgba(255,255,255,1.00);
    border-right: 1px solid rgba(255,255,255,1.00);
}

.recruit_top h2{
	color:#ffffff;
	padding:50px 0 20px;
	font-size: 48px;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.recruit_top h4{
	padding-top:20px;
	padding-bottom:80vh;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


@media only screen and (max-width: 768px) {
	.recruit_top{
	height:400px;
}
	
	.recruit_top h2{
	font-size: 36px!important;
}

.recruit_top h4{
	padding-bottom:40vh;
	font-size: 20px;
}
}

.recruit_wrap{
	max-width:1000px;
	margin:auto;
}

.rec_index_items{
	position: relative;
}

.rec_index_items:hover{
	filter: brightness(1.2);
}

.rec_index_items_top img{
	padding-top:50px;
	width:100%;
}

.position_center{
	width:100%;
	text-align: center;
	color:#ffffff;
	position: absolute;
	top:40%;
	left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.position_under{
	width:100%;
	text-align: center;
	color:#ffffff;
	position: absolute;
	bottom:5%;
	left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.recruit_upperblock{
	display:flex;
}

.recruit_upperleft, .recruit_upperright{
	width:49%;
}

.recruit_upperleft{
	margin-left:0;
}

.recruit_upperright{
	margin-left:20px;
}

.recruit_upperleft img, .recruit_upperright img{
	padding-top:20px;
	width:100%;
}

.rec_upper_wrap{
	position: relative;
}
.rec_upper_wrap_min{
	position: relative;
}

.rec_upper_wrap:hover{
	filter:brightness(1.2);
}
.rec_upper_wrap_min:hover{
	filter:brightness(1.2);
}

.rec_upper_wrap h4{
	width:100%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#ffffff;
	position: absolute;
	text-align: center;
	bottom:5%;
	left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	
}

.rec_upper_wrap_min h4{
	width:100%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#ffffff;
	position: absolute;
	text-align: center;
	top:50%;
	left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.recruit_lowerblock{
	max-width:1000px;
	display: flex;
	flex-wrap: wrap;
}
.recruit_lowerblock img{
	padding-top:20px;
	width:100%;
}
.recruit_lowerleft, .recruit_lowerright{
	width:49%;
}

.recruit_lowerright img{
	margin-left:20px;
}

.recruit_benefit{
	width:100%;
	position: relative;
}

.recruit_benefit:hover{
	filter: brightness(1.1);
}

.recruit_benefit img{
	min-height:250px;
	object-fit: cover;
}

.recruit_benefit p{
	position: absolute;
	width:100%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight:bold;
	color:#ffffff;
	text-align: left;
	top:40%;
	left:5%;
	font-size:24px;
}
.recruit_benefit h4{
	position: absolute;
	width:100%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#ffffff;
	text-align: left;
	top:80%;
	left:125%;
	
}

@media only screen and (max-width: 768px) {
	.recruit_upperleft, .recruit_upperright{
	width:49%;
}
	.position_center,.position_under,.recruit_benefit p{
	font-size:16px;
}

	.position_center{
	top:35%;
	left:50%;
}

.position_under{
	bottom:0;
	left:50%;
}
	.recruit_upperblock h4,.recruit_lowerblock h4{
		font-size:16px;
	}
	.rec_upper_wrap_min h4{
	top:60%;
}

	.recruit_benefit p{
	top:20%;
	left:5%;
}
.recruit_benefit h4{
	top:85%;
	left:120%;
	
}
}


@media only screen and (max-width: 576px) {
		.recruit_benefit p{
	top:30%;
	left:5%;
}
.recruit_benefit h4{
	top:85%;
	left:100%;
	
}
}

.rec_msg_top{
	width:100vw;
	position: relative;
}

.rec_msg_top img{
	width:100%;
	height:650px;
	object-fit:cover;
}

.msg_position_center{
	width:100%;
	text-align: center;
	color:#ffffff;
	position: absolute;
	top:30%;
	left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.msg_position_center h2,.msg_position_under h4{
	font-size:30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}

.msg_position_under{
	width:100%;
	text-align: center;
	color:#ffffff;
	position: absolute;
	bottom:5%;
	left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


@media only screen and (max-width: 768px) {
	
.rec_msg_top img{
	height:200px;
}
	.msg_position_center{
	top:20%;
	left:50%;
}
.msg_position_center h2,.msg_position_under h4{
	font-size:18px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}

.msg_position_under{
	bottom:0;
	left:50%;
}
}

.rec_msg_content{
	text-align: center;
	padding-top: 100px;
}

.rec_msg_content p{
	padding:20px;
	line-height:2;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight:bold;
}

.recruit_wrap img{
	width:100%;
}

.rec_toindex{
	width: 100%;
	margin:auto;
	text-align: center;
	padding-top:50px;
}

.rec_toindex_box img{
	width: 50px;
}

.ben_position_center{
	width:100%;
	text-align: center;
	color:#ffffff;
	position: absolute;
	top:30%;
	left:40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ben_position_center h2,.ben_position_under h4{
	font-size:30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}

.ben_position_under{
	width:100%;
	text-align: center;
	color:#ffffff;
	position: absolute;
	bottom:5%;
	left:80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


@media only screen and (max-width: 768px) {
	.ben_position_center{
	top:30%;
	left:40%;
}
.ben_position_center h2,.ben_position_under h4{
	font-size:18px;}

.ben_position_under{
	bottom:5%;
	left:80%;
	}}

@media only screen and (max-width: 450px) {
.ben_position_center{
	top:30%;
	left:50%;
}
.ben_position_center h2,.ben_position_under h4{
	font-size:16px;}

.ben_position_under{
	bottom:5%;
	left:70%;
}
}
	
.benefits_content{
	padding:80px 5px;
}

.benefits_content h4{
	font-size:16px;
}
.ben_section{
	padding:30px 0;
}
.ben_section h3{
	font-size:16px;
	padding:20px 0;
	color:#345baa;
}
.ben_section p{
	font-size:14px;
	padding:10px 0;
	line-height:1.5;
}
.ben_section img{
	padding:20px;
}
.benefit_table th,.benefit_table td{
	font-size:14px;
}

.benefit_table{
	padding:0;
	margin:0;
}
.benefit_table p{
	padding:0;
	margin:0;
}

.benefit_table th{
	background: #345daa;
	color:#ffffff;
  align-items: center!important;
}

.benefit_table th,.benefit_table td{
vertical-align: middle;
}

.fukurikose{
  -ms-writing-mode: tb-le;
  writing-mode: vertical-le;
	text-align: center;
	align-items: center;
}

.support_a{
	text-align: center;
	align-items: center;
}

.group_fukuri{
	padding-top:50px;
}

.ben_section a{
	color:#345baa;
	text-decoration: underline;
}

.koudoukijun{
	text-align: center;
}

.koudoukijun img{
	width:100%!important;
	max-width:600px;
	margin: auto!important;
	text-align: center;
	align-items: center;
}

/*==================================================
　recruit CSS
===================================*/

.recruit_index_top{
	background-image: url("../images/recruit_index_top.jpg");
	background-repeat:no-repeat;
	background-position:50% 100%;
	background-size:cover;
	height:650px;
	display: flex;
  justify-content: center;
  align-items: center;
}


.recruit_index_title{
	max-width: 1200px;
	margin:auto;
}

.recruit_index_top h2{
	text-align: center;
	font-size: 80px;
}

.recruit_index_top h4{
	text-align: center;
	font-size: 60px;
}


@media only screen and (max-width: 768px) {
	.recruit_index_top{
	height:400px!important;
}
	
	.recruit_index_top h2{
	font-size: 48px!important;
}

.recruit_index_top h4{
	font-size: 40px!important;;
}
}

.qabuttom{
	text-align: right;
}

.qabuttom button{
    margin: 0 0 10 auto!important;
    margin: 10px;
	width: 250px;
}

.recruit_top_line h4{
	font-size:20px;
	padding: 10px 20px;
}

.recruit_top_line p{
	font-size:18px;
	padding: 10px  20px;
	line-height:1.5;
}
.torikunabi{
	padding:20px;
}
.torikunabi img{
	width:250px;
}
.torikunabi p{
	color:#FF0004;
	font-size:12px;
}

.nowreqruiting_wrap{
	padding:20px;
}
.nowreqruiting_each{
	padding:20px;
}

.nowreqruiting_each h4{
    font-size: large;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
	background-color: #4C569B;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
}


.nowreqruiting_each h5{
	padding:20px 0 10px; 
}

.recruit_dot p{
	padding-left:1em;
	text-indent:-1em;}

.backtoindex{
	text-align: center;
	padding:30px;
}

.backtoindex img{
	width:50px!important;
	margin:auto;
}

.backtoindex p{
	padding:5px;
}

/*==================================================
　recruit Q&A　CSS
===================================*/
.recruit_q_a{
	padding:20px;	
}

.recruit_q_a h3{
    font-size: large;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
	background-color: #4C569B;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	margin-bottom:10px;
}

.recruit_q_a h4{
	font-size:20px;
	padding:10px 0;
}

.recruit_q_a p{
	font-size:16px;
}

/*==================================================
　recruit form CSS
===================================*/

.recruit_form{
    text-align: center;	
    padding-top: 50px;
	padding-bottom: 30px;
}

.recruit_form1 span{
    background-color: #FD0105;
    color: #FFFFFF;
    border-radius: 3px;
}

.recruit_form1 h3{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: large;
}

.recruit_form1 h4{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: large;
	background-color: #FC0004;
    color: #FFFFFF;
}

.entrybutton{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.entrybutton button{
	margin-bottom: 10px;
}

p.infobox {
	padding: 5px;
    height: 12em;
    overflow: scroll;
    border: red 1px dashed;
    font-size: small;
    background-color: #E8E8E8;
}

.form-group{
	padding-top:5px;
	padding-bottom:5px;
}

.btn-success{
    background: #64beaa;
    color: #ffffff;
	border-color: #64beaa;
}


.table-bordered td{
	padding:10px!important;	
}

/*==================================================
　SDGs CSS
===================================*/

.sdgs_top{
	background-image: url("../images/sdgs_top.jpg");
	background-repeat:no-repeat;
	background-position:50%;
	height:700px;
	background-size:cover;
}
.sdgs_title{
	max-width: 1200px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin:auto;
    border-left: 1px solid rgba(255,255,255,1.00);
    border-right: 1px solid rgba(255,255,255,1.00);
}

.sdgs_title2{
	padding-bottom: 70px;
}

.sdgs_top h2{
	color:#ffffff;
	padding:50px 0 0px;
	font-size: 48px;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.sdgs_top h4{
	padding-top:300px;
	font-size: 28px;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


@media only screen and (max-width: 768px) {
	
	.sdgs_top{
	height:250px;
}
	
	.vw_line2{
		display:none;
	}
	.sdgs_top h2{
	padding:20px 0 0px;
	font-size: 36px!important;
}

.sdgs_top h4{
	padding-top:10px;
	font-size: 16px;
}
}

.sdgs_wrap{
	max-width:1000px;
	margin:auto;
}

.sdgs_wrap img{
	width:100%;
	padding:50px 10px;
}

.each_sdgs{
	padding: 20px 10px;
	position: relative;
}

.each_sdgs img{
	padding: 30px 0;
}

.each_sdgs h4{
	padding: 10px 0 30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #345daa;
}

.each_sdgs p{
	padding: 0;
}

.sdgs_list p{
	padding-left:1em;
	text-indent:-1em;}

.greenenergy{
	width:150px!important;
	position:absolute;
	top:45%;
	right:5%;
}


@media only screen and (max-width: 992px) {
	.greenenergy{
	top:38%;
}
}
@media only screen and (max-width: 768px) {
	.greenenergy{
	width:120px!important;
	top:38%;
}
}
@media only screen and (max-width: 640px) {
	.greenenergy{
	width:110px!important;
	top:30%;
}
}
@media only screen and (max-width: 576px) {
	.greenenergy{
	width:100px!important;
	top:25%;
}
}
	
@media only screen and (max-width: 500px){
	.greenenergy{
		display:none;
	}
	}

/*==================================================
STORY CSS
===================================*/


.topvideo {
	position: relative;
	z-index: 10;
}
#mute{
	position:absolute;
	z-index: 30;
	top:10px;
	right:20px;
	font-size: x-large;
}

#mute2{
	position:absolute;
	z-index: 30;
	top:80px;
	right:20px;
	font-size: x-large;
}

.tate{
position: relative;
height: 120vh;
white-space: nowrap;
}

	.vertical-line{
	display: inline;
	position: absolute;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vertical-line p{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: normal;
    font-size: 42px;
    line-height: 3rem;
    letter-spacing: 0.3rem;
}


@media only screen and (max-width: 768px) {
	.vertical-line p{
    font-size: 28px;
}

}

.story_content{
	max-width:1200px;
	margin:auto;
	padding:10px;
}

.story_content p{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight:bold;
	line-height: 2;
}

.top_story_p p{
	padding: 10px 0;
}

.story_content img{
	width:100%;
	padding: 20px 0;
}

.story_ppl{
	display:flex;
	width:100%;
	padding-bottom:20px;
}

.story_ppl_each{
	width:33%;
}

.story_ppl_each2{
	width:25%;
}

.story_ppl_each img{
	width:100%;
}

.story_ppl_each2 img{
	width:100%;
}
.story_ppl_each p{
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight:bold;
	line-height: 1;
	padding:0!important;
}


@media only screen and (max-width: 768px) {
	.story_ppl_each p{
	font-size:14px;
		
}
}
.story_title{
	padding:50px 0 0; 
}
.story_title h2{
	font-size: 60px;
	color: #345daa;
	font-weight:bold;
	font-family: 'Archivo Black', sans-serif;
	font-style: italic;
    letter-spacing: 0.1rem;
}
.story_line{
    padding: 0 0 0 10px;
    border-left: 15px solid #345DAA;
	margin:50px 0;
}
.story_line h3{
	font-size: 32px;
	font-weight:bold;
	padding:0; 
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.story_line h4{
	font-size: 40px;
	font-weight:bold;
	color:#626262;
	padding:0; 
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.two_column{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
    -webkit-column-fill:balance-all;
    -moz-column-fill:balance-all;
    column-fill:balance-all;
	column-gap: 3rem;
}

.two_column p{
	text-align: justify;
}

.story_slider{
	padding:50px 0 0;
}


@media only screen and (max-width: 768px) {
	.vertical-line{
	height:60vh;
}
	.story_title h2{
	font-size: 40px;
	color: #345daa;
    letter-spacing: 0rem;
}
	
	.story_line h3{
	font-size: 20px;
}

.story_line h4{
	font-size: 28px;
}
	
	.story_ppl{
	display:block;
}

.story_ppl_each{
	width:90%;
	margin:auto;
}
	
	.story_ppl_each2{
	width:90%;
	margin:auto;
}
	
	.two_column{
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
}

.two_column p{
	width:100%;
}	
}

.story_line_top h3{
	font-size: 20px;
	font-weight:bold;
	padding:0; 
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.story_line_top h4{
	font-size: 38px;
	font-weight:bold;
	color:#000000;
	padding:0; 
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}



/*==================================================
　zip ism - culture CSS
===================================*/

.zipism_top{
	background-image: url("../images/zip_culture_top.jpg");
	background-repeat:no-repeat;
	background-position:50%;
	background-size:cover;
	height:650px
}
.zipism_title{
	max-width: 1200px;
	padding-left: 20px;
	margin:auto;
	color:#345baa;
}

.zipism_top h2{
	padding:50px 0 20px;
	font-size: 48px;
	color:#345baa;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.zipism_top h4{
	padding-top:340px;
	font-size: 40px;
	color:#345baa;
	line-height:1.1;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


@media only screen and (max-width: 768px) {
	.zipism_top{
	height:200px
}
	.zipism_top h2{
	padding:20px 0 20px;
	font-size: 36px!important;
}

.zipism_top h4{
	padding-top:10px;
	font-size: 18px;
}
}

.zipism_wrap{
	width:100%;
	max-width:1000px;
	margin:auto;
}

.zipism_topline{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding:50px 10px;
	
}
.zipism_anchor{
    border: 1px solid #000000;
}
.zipism_anchor ul li{
    list-style: none;
    display: inline-block;
    padding: 10px;
}

.zipism_content{
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
	padding: 50px 0px;
}

.zipism_content_each{
	margin-bottom:50px;
}

.zipism_content_each h3{
    border-left: 10px solid #345BAA;
	padding:5px 15px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#345baa;
}

.zipism_content_each h4{
	width:90%;
	margin:auto;
	text-align: center;
    padding: 20px;
	margin-bottom:10px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #345baa;
    border-bottom: 2px solid #7A7A7A;
}

.zipism_content_eachsec_torikumi h4{
    color: #000000;
    border-bottom: none;
}

.zipism_content_eachsec{
	padding:30px;
}
.aritai-wrap{
	width:100%;
	max-width:600px;
	margin:auto;
	padding: 50px 0;
}
.aritai{
	width:90%;
	margin:auto;
	font-size: 22px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #000000;
	padding-left:1em;
	text-indent:-1em;
}

.rinen-wrap{
	width:80%;
	max-width:700px;
	margin:auto;
}
.rinen{
	padding:10px;
	display: flex;
}
.rinen p{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.kodo{
	padding:10px;
	display: flex;
}

.rinen_title{
	width:23%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 18px;
	font-weight:bold;
		text-align: left;
}
.rinen_each{
	width:77%;
	font-size: 18px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: left;
}

.kodo_top{
	background: #345baa;
	color:#ffffff;
	width:50px;
	height:50px;
	text-align: center;
	font-size:36px;
	font-weight:bold;
	margin-right:50px;
}

.kodo_each{
	width:80%;
}

.kodo_each p{
	font-size: 18px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: left;
}

.kodo_each h4{
		width:100%;
	margin:auto;
	text-align: left;
    padding: 0px;
	font-size:22px;
	margin-bottom:10px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #345baa;
    border-bottom: none;
	
}
.sinto {
    padding:10px;
}
.sinto p{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding-left:1em;
	text-indent:-1em;
}

.sinto_mini{
	padding-top:20px;
    font-size:14px;
}

.ism_three_column{
	display: flex;
	padding:30px 0;
}
		.ism_three_column p{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.ism_three_column_each{
	width:33%;
	padding:5px;
}

.ism_two_column_each{
	width:50%;
	padding:10px;
}
.ism_three_column_each img{
	width:100%;
}

.ism_two_column_each img{
	width:100%;
}
.gogakujuku{
	padding:10px;
}
.gogakujuku h4{
	width:100%;
	margin:auto;
	text-align: left;
    padding: 20px 0;
	font-size:22px;
	margin-bottom:10px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #000000;
    border-bottom: none;
}

.gogakujuku p{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding-bottom:10px;
}

.gogakujuku ol{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding-bottom:10px;
}

.gogakujuku img{
   width:100%;
	margin:auto;
}

.five_s_wrap{
	display: flex;
}

.five_s_text{
	width:60%;
	padding:5px;	
}
.five_s_text p{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding:10px;
	text-align: justify;
}

.five_s_text h4{
	width:100%;
	margin:auto;
	text-align: left;
    padding: 20px 0;
	font-size:22px;
	margin-bottom:10px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #000000;
    border-bottom: none;	
}
.five_s_img{
	width:40%;
}

.five_s_img img{
	margin-top:15px;
	padding:10px;
	width:100%;
    border: 1px solid #000000;
}

.five_s_wrap p{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


@media only screen and (max-width: 768px) {
	.rinen-wrap{
	width:100%;
}
	
	.aritai{
	font-size: 18px;
}
	.rinen{
	padding:5px;
	display: block;
}
	.rinen_title{
	width:100%;
		text-align: center;
}
.rinen_each{
	width:100%;
		text-align: center;
}
	
	.kodo_top{
	margin:auto;
}

.kodo_each{
	padding:5px 0;
	width:100%;
}
	
	.ism_three_column{
	display:block;
}
	


.ism_three_column_each{
	width:100%;
}
	.ism_two_column_each{
	width:100%;
}

	
	.five_s_wrap{
	display: block
}

.five_s_text{
	width:100%;
	padding:10px;	
}

.five_s_img{
	width:100%;
}
}

/*==================================================
　zip ism - spirit CSS
===================================*/
.spirit_topline{
	padding:50px 10px;
	
}

.spirit_wrap{
	width:100%;
	max-width:1000px;
	margin:auto;
	padding:10px;
	padding-bottom:100px;
}

.spirit_wrap img{
	width:100%;
}

.spirit_top{
	background-image: url("../images/spirit_top.jpg");
	background-repeat:no-repeat;
	background-position:50%;
	background-size:cover;
	height:650px
}
.spirit_title{
	max-width: 1200px;
	padding-left: 20px;
	margin:auto;
	color:#345baa;
}

.spirit_top h2{
	padding:50px 0 20px;
	font-size: 48px;
	color:#ffffff;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.spirit_top h4{
	padding-top:300px;
	font-size: 40px;
	color:#ffffff;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.spirit_section h2{
	color:#345DAA;
	font-size:130px;
	text-align: center;
	font-style:italic;
}

.spirit_section{
	padding-bottom:30px;
}

.spirit_team{
	display:flex;
}

.spirit_team_l, .spirit_team_r{
	width:50%;
}

.spirit_team_l{
	text-align: center;
}

.spirit_team_l p{
	text-align: left;
	padding:20px;
}

.spirit_team_l img{
	width:80%;
	margin:auto;
}

.to_official_site{
    display: flex;
  justify-content: center;
  align-items: center;
	margin: 20px 0;
    padding: 10px;
    border: 2px solid #9A9A9A;
    border-radius: 34px;
}

.to_official_site_l{
	width:20%;
	padding:10px;
}

.to_official_site_l img{
	width:100%;
}

.to_official_site_r h4{
	color:#345baa;
}


.spiritvideo{
	width:80%;
	margin:auto;
	padding-top:10px;
}
.spiritvideo video{
	width:100%;
}

.spirit_section img{
	width:100%;
}

@media only screen and (max-width: 992px) {
	.spirit_section h2{
	font-size:100px;
}
}

@media only screen and (max-width: 768px) {
	.spirit_top{
	height:200px
}
	.spirit_top h2{
	padding:20px 0 20px;
	font-size: 36px!important;
}

.spirit_top h4{
	padding-top:0px;
	font-size: 18px;
}
	
		.spirit_section h2{
	font-size:80px;
}
	
	.spirit_team{
	display:block;
}

.spirit_team_l, .spirit_team_r{
	width:100%
}

	.spirit_team{
	display:block;
}

.spirit_team_l, .spirit_team_r{
	width:100%;
}
	
}

@media only screen and (max-width: 576px) {
	.spirit_section h2{
	font-size:44px;
}
}


/*==================================================
　zip ism - just a zip CSS
===================================*/


.justazip_top{
	background-image: url("../images/justazip_top.jpg");
	background-repeat:no-repeat;
	background-position:50%;
	background-size:cover;
	height:650px
}
.justazip_title{
	max-width: 1200px;
	padding-left: 20px;
	margin:auto;
	color:#345baa;
}

.justazip_top h2{
	padding:50px 0 20px;
	font-size: 48px;
	color:#ffffff;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.justazip_top h4{
	padding-top:300px;
	font-size: 40px;
	color:#ffffff;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


.justazip_anchor ul li{
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.number_wrap{
	padding: 50px 0;
}

.number_each{
	display: flex;
	width:100%;
}

.number_each:nth-child(2n) { 
	flex-direction: row-reverse;
}


.number_item{
	width:50%;
	display:flex;
justify-content:center;
align-items:center;
}
.number_item img{
	width:100%;
}

.number_item p{
	padding:10px 20px 50px;
	font-size:18px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

@media only screen and (max-width: 768px) {
	.justazip_top{
	height:200px
}

.justazip_top h2{
	padding:20px 0 20px;
	font-size: 36px;
}

.justazip_top h4{
	font-size: 24px;
	padding-top:10px;
}
	.number_each{
	display: block;
}
.number_item{
	width:100%;
	padding: 10px;
}
	.number_item p{
	padding:10px;
	font-size:16px;
}
}

/*==================================================
　profile CSS
===================================*/

.profile_wrap{
	max-width:1000px;
	margin:auto;
}

.profile_top{
	width:100vw;
	position: relative;
}

.profile_top img{
	width:100%;
	height:650px;
	object-fit:cover;
}


.profile_position_center{
	width:100%;
	text-align: center;
	color:#ffffff;
	position: absolute;
	top:50%;
	left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.profile_position_center h4,.profile_position_under h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}


.profile_position_under h2{
	font-size:50px;
}
.profile_position_center h4{
	font-size:30px;
}

.profile_position_under{
	width:100%;
	text-align: center;
	color:#ffffff;
	position: absolute;
	top:60%;
	left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.company_profile{
	padding-top:50px;
}


@media only screen and (max-width: 768px) {
	
.profile_top img{
	height:200px;
}
.profile_position_center{
	top:30%;
}

.profile_position_under{
	top:60%;
}
	.profile_position_under h2{
	font-size:30px;
}
.profile_position_center h4{
	font-size:18px;
}
}

.number_img{
	width:300px!important;
}	

.profile_anchor{
	margin:50px 0;
}

.profile_anchor ul li{
    list-style: none;
    display: inline-block;
    padding: 20px;
	color:#345baa;
}


.location_title{
	display: flex;
	padding:10px;
}

.location_title h2{
	width:33%;
	font-size:24px;
	color:#345baa;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.location_line{
	width:66%;
border-bottom: 1px solid #000000;
margin-bottom:15px;}



@media only screen and (max-width: 850px) {
	.location_title{
	display: block;
}

.location_title h2{
	width:100%;
}

.location_line{
	display:none;}

}


.location_anchor_wrap{
	margin-bottom:50px;	
}

.location_section{
	display:flex;
	padding:10px;
}


.location_img{
	width:30%;
	text-align: center;
	padding: 10px 0;
}
.location_address{
	width:70%;
	padding: 5px 20px;
}

.location_img img{
	width:100%;
}

.location_address a{
	color:#345baa;
	text-decoration: underline;
}


@media only screen and (max-width: 768px) {
	.location_section{
	display:block;
		max-width:500px;
		margin:auto;
}


.location_img{
	width:90%;
	max-width:300px;
	text-align: center;
		margin:auto;
	padding: 10px 0;
}
	.location_img img{
	width:100%;
	max-width:300px;
}
.location_address{
	width:100%;
	padding: 5px;
}

}


.table{
	width:80%;
	margin:auto;
}

.table_left{
	width:20%;
}
.table_right{
	width:100%;
}


@media only screen and (max-width: 768px) {
	
	.table{
	width:95%;
}
}

/*==================================================
　BUSINESS CSS
===================================*/

.business_top{
	background-image: url("../images/business_top.jpg");
	background-repeat:no-repeat;
	background-position:50%;
	background-size:cover;
	height:650px;
}
.business_title{
	max-width: 1200px;
	padding-left: 20px;
	margin:auto;
}

.business_top h2{
	color:#ffffff;
	padding:50px 0 20px;
	font-size: 48px;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.business_top h4{
	padding-top:200px;
	padding-bottom:80px;
	font-size: 36px;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


@media only screen and (max-width: 768px) {
	.business_top{
	height:400px;
}
	.business_top h2{
	font-size: 36px!important;
}

.business_top h4{
	padding-top:100px;
	font-size: 24px;
}
}

.business_wrap{
	max-width:1000px;
	margin:auto;
	padding-bottom: 50px;
}

.business_menu img{
	padding:0;
	width:100%;}

.business_menu{
	margin:50px auto;
	width:100%;
}
.each_business_content img{
	padding:0;
	width:90%;
	margin:auto;
	filter: brightness(1);
}

.each_business_content{
	display:flex;
	width:100%;
	margin: 20px auto;
}

.biz_icon{
	width:30%;
}

.biz_text{
	width:70%;
	padding:10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.biz_text_inner{
	display: block;
}

.biz_text h4{
    border-bottom: 1px solid #000000;
	padding:15px;
}

.biz_text p{
    color:#000000;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: left;
}


@media only screen and (max-width: 768px) {
	.each_business_content{
	display:block;
}

.biz_icon{
	width:150px;
	margin:auto;
}

.biz_text{
	width:100%;
}
}

/*==================================================
　policy CSS
===================================*/

.policy_wrap{
	max-width:1000px;
	margin:auto;
	padding-top:80px;
}

.policy1{
	padding: 30px 0 10px;
	border-left: 2px solid #C9C9C9;
	border-right: 2px solid #C9C9C9;
	border-top: 1px solid #C9C9C9;
}

.policy{
	padding-top: 15px;
	padding:10px 30px;
    border-left: 2px solid #C9C9C9;
    border-right: 2px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
}
.policy hr{
	border-top: 1px dotted;
}

.policy p{
    font-size: 15px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	padding:20px 0px;
}
.policy h4{
    font-size: 15px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
}
.policy1 h2{
    border-left: 10px solid #345BAA;
	padding:5px 15px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	color:#345baa;
}

.policy .right{
	text-align: end;
}

.zip_way{
	width:100vw;
	margin:auto;
	text-align: center;
  background: -moz-linear-gradient(top, #fff 30%, #16A9FF);
  background: -webkit-linear-gradient(top, #fff 30%, #16A9FF);
  background: linear-gradient(to bottom, #fff 30%, #16A9FF);
	
}


.zip_way img{
	width:70%;
	max-width:800px;
	margin:auto;
	padding:30px;
}

.zipway_txt{
	display:flex;
	width:100%;
	max-width:1000px;
	justify-content: space-around;
	margin:auto;
}

.zipway_txt h3{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;	
	color:#345daa;
	text-align:left;
	padding:20px;
}

.zipway_txt p{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;	
	color:#ffffff;
	text-align:center;
	background: #345daa;
	padding:20px 30px;
	margin-top:30px;
	height:60px;
}

.tozipway{
	height:50px;
	width:150px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 30px auto 0;
}
.tozipway::before {
  transform: skewX(-30deg);/*平行四辺形の角度*/
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
	background: #345daa;
}

.tozipway_txt{
	background:none!important;
	padding:0!important;
	margin-top:15px!important;
	height:20px!important;
}


@media only screen and (max-width: 768px) {
	.zipway_txt{
	display:block;
		text-align: center;
		padding-bottom:30px;
}
	.zip_way img{
	width:95%;
}
	.zipway_txt h3,.zipway_txt p{
		width:100%;
		margin: auto;
		padding:20px;
		text-align: center;
	}
	.zipway_txt h3{
		font-size:20px;
	}
	
	.tozipway{
  margin: 0 auto;
}

.tozipway_txt{
	padding-top:15px!important;
}
}

.company_health{
	margin-top:50px;
	text-align: center;
}

.company_health h3{
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding:15px;
	border: 1px solid #C9C9C9;	
	color:#345baa;
}

.company_health h4{
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding:15px;
	border: 1px solid #C9C9C9;	
}

.company_health img{
	width:80%;
	margin:auto;
	padding:50px;
}

.health-sengen{
	background: #C9C9C9;
}

.health-sengen-inner{
	max-width:800px;
	padding:20px;
	margin:auto;
}

.health-sengen-inner li{
	text-align: left;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding:10px;
}
.health-block{
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding:30px;
	border: 1px solid #C9C9C9;
}

.health-block p,.health-sengen p{
	text-align: left;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.ceomv_wrap{
	display:flex;
flex-direction: row-reverse}
.ceomv_right{
	width:50%;
	background: #345daa;
	color:#fff;
	padding:15px;
}
.ceomv_right p{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	display: flex;
	justify-content: center;
	align-items: center;
	height:100%;
	font-size:36px;
	padding:80px 0;
}
.ceomv_left{
	width:50%;
}
.ceomv_left img{
	width:100%;
}

@media only screen and (max-width: 768px) {
	.ceomv_wrap{
	display:block;}
	.ceomv_right{
		width:100%;
	}
	.ceomv_left{
		width:100%;
	}
	.ceomv_right p{
	font-size:24px;
}
}

.ceobtm_wrap{
	display:flex;}
.ceobtm_left{
	width:50%;
	padding:15px;
}
.ceobtm_left p{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	display: flex;
	justify-content:flex-end;
	align-items:flex-end;
	height:100%;
	padding:0px 20px;
}
.ceobtm_right{
	width:50%;
}
.ceobtm_right img{
	width:100%;
}

@media only screen and (max-width: 768px) {
	.ceobtm_wrap{
	display:block;}
	.ceobtm_left{
		width:100%;
	}
	.ceobtm_right{
		width:100%;
	}
}