@charset"utf-8";


/*
----------------------------------------------
	Reset Css
----------------------------------------------

  http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	-webkit-text-size-adjust: 100%;
}
body {
	width:100%;
	line-height: 1;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
ol, ul,li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:0;
	max-width:100%;
	margin: 0 auto;
}

a:link {
	color: #85beab;
	border-bottom:none;
}
a:visited {
	color: #9193a0;
}
a:hover {
	color: #a7ace2;
	text-decoration: none;
}
a:active {
	color:#666;
	font-weight:bold;
}
a:hover img{
	filter:alpha(opacity=70);
	opacity:0.7;
}

a{ /* マウス下線 */
/*
	position: relative;
	color: #555;
 	text-decoration: none;
*/
}
a:before{ /* マウス下線 */
/*
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 2px;
	background: #555;
	transform: scale(0, 1);
	transition: 0.4s;
*/
}
a:hover:before { /* マウス下線 */
/*
	transform: scale(1);
*/
}

/*ALL and Smart Phone*/

h2 span.en { /* トップ */
    font-family: "'Times New Roman'",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;	
  font-size: 2rem;
  margin-right: 22px;
  letter-spacing: 0.075em;
  line-height: 1.0;
}
h2 span.jp { /* トップ */
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  vertical-align: 0.1em;
}
h3{
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  vertical-align: 0.1em;
  text-shadow: #aaa 1px 1px 1px,#aaa 2px 1px 1px;
}
h4{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  vertical-align: 0.1em;
/*  text-shadow: #aaa 1px 0px 1px; */
}
a.anchor { /* 疑似ヘッダー　SDGsページ内ジャンプのズレ防止　*/
    display: block;
    padding-top: 112px;
    margin-top: -112px;
}
div.actsdgs_title { /* 疑似ヘッダー　SDGsページ内ジャンプのズレ防止　*/
    display: block;
    padding-top: 112px;
    margin-top: -112px;
}
.br-sp { /* スマホ用改行 PC:OFF*/
	display: none;
}
span.sub {
  vertical-align: sub;
  font-size: smaller;
}
/* ヘッダー　
-----------------------------------------*/

#header {
	width: 100%;
	height: 81px;
	background-color:#FFF;
	position:fixed;
	top:0;
	z-index:100;
}
.headerbar {
    width: 350px;
    height: 5px;
    padding-left: 5px;
    margin-left: 20px;
    border-bottom: #ff0000 3px solid;
    position: absolute;
    top: 56px;
    z-index: 100;
}
.headerbar:after{ 
  content: "";
  position: absolute;
  top: 5px;
	border-bottom: #666 3px solid;
  width: calc(100%);
  height: calc(100%);
}
.icp_logotitle {
	width: 100%;
	display:flex;
	padding-bottom:5px;	
	padding-left: 20px;
	align-items: center;
}
.icp_logotitle a{
	color:#000;
	text-decolation: none;
}
.top_logomark {
	height: 61px;
	width: auto;
	margin-left: 15px;
}
.top_markparab{
	display:inline-block;
	height: auto;
	width: 40px;
}
.top_markparab.bar{
	position: absolute;
    left: 80%;
    width: 75px;
    margin-top: -18px;
}
/*
.top_markparab.barroll{
	position: absolute;
    left: 80%;
    width: 75px;
	padding-right: 133px;
    padding-bottom: 145px;
  animation: r5 5s linear infinite;
  transform-origin: center bottom;
}
*/
/*------------------------------------------------------------*/
.flip {
  width: 1em;
  height: 1em;
  margin-bottom: 1em;
  animation: flip 5s linear infinite;
  transform-style: preserve-3d;
  font-size: 5em;
}
 
@keyframes flip {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}
 
.front, .back {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
 
.back {
  transform: rotateY(180deg);
}

/*------------------------------------------------------------*/
.star5 {
  animation: r5 5s linear infinite;
  transform-origin: center bottom;
}
 
@keyframes r5 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*------------------------------------------------------------*/
.top_logotype {
	font-size: 1.3rem;
	padding-left:20px;
	padding-top:20px;
}
.top_imgtitle{
	position:relative;
	overflow: hidden;
}
.top_imgtitle h1{
	font-size: 4.2rem;
  
    font-family: Impact,sans-serif, serif;	
    line-height: 1.2;
	color : white;
	display:inline;
    text-shadow:2px 2px 2px black,
    			0px 1px 1px black,
    			1px 0px 1px black;
}
.top_imgtitle h2.imark{
	font-size: 1.7rem;
    font-family: Impact,sans-serif, serif;;	
    line-height: 1.2;
	color : white;
	display:inline;
    text-shadow:2px 2px 2px black,
    			0px 1px 1px black,
    			1px 0px 1px black;
}
.top_imgtitle h2{
	font-size: 2.0rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
    line-height: 1.4;
	color : white;
	display:inline;
    text-shadow: 2px 2px 2px black,
				0px 1px 2px gray,
				1px 0px 2px gray;
}
.top_imgtitle h2.jp{
    text-shadow: 2px 2px 1px black,
				0px 2px 1px black,
				2px 0px 1px black,
				-1px 0px 1px black;
}
.top_imgtitle h3{
	font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
    line-height: 1.2;
	color : white;
	display:inline;
    text-shadow: 2px 2px 2px black,
				0px 1px 2px gray,
				1px 0px 2px gray;
}
.top_imgtitle h3.jp{ /* ズラシ：多く */
    text-shadow: 2px 2px 2px black,
				0px 1px 2px black,
				1px 0px 2px black;
}
.top_imgtitle h4{
	font-size: 1.4rem;
    font-family: Impact,serif;	
    line-height: 1.2;
	color : white;
	display:inline;
    text-shadow: 2px 2px 2px black,
				0px 1px 2px gray,
				1px 0px 2px gray;
}
.top_imgtitle div.g1{
	position: absolute;
	white-space: nowrap;
  top: 40%;
  left: 3%;
    z-index: 25;
}
.top_imgtitle div.g2{
	position: absolute;
	white-space: nowrap;
  top: 66%;
  left: 6%;
    z-index: 25;
}
.top_imgtitle div.g3{
	position: absolute;
	white-space: nowrap;
  top: 78%;
  left: 6%;
    z-index: 25;
}
.top_imgtitle div.g4{
	position: absolute;
	white-space: nowrap;
  top: 55%;
  left: 26%;
    z-index: 25;
}

/* ページリンク　位置調整　*/
.contents_innner {
    padding-top: 121px;
    margin-top:-121px;
}

/* タイトルロゴ　アニメ ----------------------------- */
.titellogmove {
  font-family: helvetica, arial, sans-serif;
  background-color: #2e2e31;
}

@keyframes tipsy {
  0 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

.titellogmove a {
  color: #fffbf1;
  text-shadow: 0 20px 25px #2e2e31, 0 40px 60px #2e2e31;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -3px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.titellogmove a:before,
.titellogmove a:after {
  content: '';
  padding: .9em .4em;
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  display: block;
  border: 15px solid red;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  animation: 10s infinite alternate ease-in-out tipsy;
  animation-iteration-count: 2;
}

.titellogmove a:before {
  border-color: #d9524a #d9524a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  z-index: -1;
}

.titellogmove a:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d9524a #d9524a;
  box-shadow: 25px 25px 25px rgba(46, 46, 49, .8);
}

/* ----------------------------- タイトルロゴ　アニメ */

.top_title{
	position:absolute;
	width:auto;
	height:auto;
	top: 50%;
	left: 15%;
/*	-ms-transform: translate(-90%,0%);
	-webkit-transform: translate(-90%,0%);
	transform: transform: translate(-90%,0%); 
*/
	/* background: rgba(225, 225, 225, 0.6); */
	padding: 0px;
	/* border-radius: 24px; */
	/* border-bottom: 2px solid white; */
}
p.top_title1{
	font-size: 1.6em;
	color: #eeeeee;
	font-weight:bold;
	letter-spacing: 0.2em;
	/* text-align:center; */
	text-indent:0.5em;
	white-space:nowrap;
	color: white;
	text-shadow: 3px 3px 2px #54597e;
	transform: translate(1rem, -10%);
/*	font-family: "'Times New Roman'", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
*/
}
p.top_title2{
	font-size: 3em;
	color: #F8F8FF;
	font-weight:bold;
	letter-spacing: 0.3em;
	/* text-align:center; */
	text-indent:0.5em;
	white-space:nowrap;
	margin-top: 8px;
	text-shadow: 2px 2px 4px #54597e;
	transform: translate(0%, 0%);
/*	font-family: "'Times New Roman'", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
*/
}
p.top_title3{ /* タイトル1行Ver */
	font-size:2em;
	color:#303f9f;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
	text-indent:0.5em;
	margin-top:20px;
}
.bxslideraria {
    clear: both;
}
.bxsliderbox{
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.bxsliderbox ul li img {
	width: 100%;
	height: auto;
}
.bxsliderbox .bxslider_caption {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #fff;
}
.bxsliderbox .bxslider_caption > div {
	padding: 10px;
}
.bxsliderbox .bxslider_caption h4 {
	font-size: 1.2em;
	font-weight: bold;
}
.top_img {
	width: 100% !important;
	height: auto !important;
	margin: 0;
	padding: 0;
}
#navi_top {
	position:relative;
	z-index:1;
}
.navi_top_img {
	width: 100%;
	height: 31vw;
	margin-top:107px;
	padding: 0;
	transform: translate(0px, 0px);
	object-fit: cover;
	object-position: 50% 0%;
}
.navi_top_img_sdgs {
	width: 95%;
	max-width: 960px;	
	height: auto;
	margin-top:107px;
	padding: 25px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.navi_top_box{
	position:absolute;
	top: 20px;
	left:20px;
	padding-left:20px;
	width: 30%;
	background-color:#303f9f;
	opacity:8;
}
.navi_toptitle{
	color:#fff;
	font-size:36px;
	text-aligin: center;
	letter-spacing:12px;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.policy_line{
	border-bottom: #ff0000 5px solid;
}

/* ページ遷移　アニメーション -----------------------------
.wrap {
  animation: fadein 3s forwards;
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}

.bg {
  width: 100%;
  height: 100vh;
/* htmlへ記載  background: url(https://pulpxstyle.com/wp-main/common/codepen/post23-codepen01.jpg) no-repeat center/cover; 
}
/* ----------------------------- ページ遷移　アニメーション */


/* ページ遷移　アニメーション2 ----------------------------- */

.wrapper{
  overflow: hidden;
}
.box{
}
/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeUp-wait1{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeUp-wait2{
animation-name:fadeUpAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}
/* 上に */
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左に */
.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeLeft.dly1{
animation-duration:3s;
}
.fadeLeft.dly2{
animation-delay: 2s;
animation-duration:3s;
}
.fadeLeft.dly3{
animation-delay: 2s;
animation-duration:3s;
}
.fadeLeft.dly4{
animation-delay: 2.5s;
animation-duration:3s;
}
@keyframes fadeLeftAnime{
0% {
    opacity: 0;
  transform: translateX(-100px);
  }
100% {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右へ */
.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}
/*==================================================
パタッ
===================================*/
/* 下へ */
.flipDown{
animation-name:flipDownAnime;
animation-duration:2.5s; /* 3s */
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipDownAnime{
  from {
    transform: perspective(2500px) rotateX(100deg);
  opacity: 0;
  }

  to {
    transform: perspective(2500px) rotateX(0);
  opacity: 1;
  }
}

/*==================================================
じわっ
===================================*/
/* ぼかしから出現 */
.blur{
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}

/*==================================================
スーッ（枠線が伸びて出現）
===================================*/
/*枠線が伸びて出現*/

.lineTrigger{
  position: relative; /* 枠線が書かれる基点*/
  opacity:0;
}
.lineTrigger.lineanime{
  animation-name:lineAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
}
@keyframes lineAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}
/*上下線*/
.lineTrigger::before,
.lineTrigger::after{
  position: absolute;
  content:"";
  width:0;
  height:1px;
  background:#333;/* 枠線の色*/
}
/*左右線*/
.line2::before,
.line2::after{
  position: absolute;
  content:"";
  width: 1px;
  height:0;
  background:#333;/* 枠線の色*/
}
/*上線*/
.lineTrigger::before {
  top:0;
  left:0;
}
.lineTrigger.lineanime::before {
  animation: lineAnime .5s linear 0s forwards;/*表示されて0秒後に上線が0.5秒かけて表示*/
}
/*右線*/
.line2::before{ 
  top:0;
  right:0;
}
.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 .5s linear .5s forwards;/*表示されて0.5秒後に右線が0.5秒かけて表示*/
}
/*下線*/
.lineTrigger::after { 
  bottom:0;
  right:0;
}
.lineTrigger.lineanime::after {
  animation: lineAnime .5s linear 1s forwards;/*表示されて1秒後に下線が0.5秒かけて表示*/
}
/*左線*/
.line2::after{ 
  bottom:0;
  left:0;
}
.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 .5s linear 1.5s forwards;/*表示されて1.5秒後に左線が0.5秒かけて表示*/
}
@keyframes lineAnime {
  0% {width:0%;}
    100%{width:100%;}
}
@keyframes lineAnime2 {
  0% {height:0%;}
    100%{height:100%;}
}
/*枠線内側の要素*/
.lineTrigger.lineanime .lineinappear{
  animation: lineInnerAnime .5s linear 1.5s forwards;/*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;/*初期値を透過0にする*/ 
}
@keyframes lineInnerAnime{
  0% {opacity:0;}
    100% {opacity:1;}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js-fadeUpTrigger,
.js-fadeLeftTrigger,
.js-fadeRightTrigger,
.js-flipDownTrigger,
.js-blurTrigger {
    opacity: 0;
}
/* ----------------------------- ページ遷移　アニメーション2 */

/* スライド画像4 スロー ----------------------------- */
.slider{
  position: relative;
  top: 0px; /* 0 */;
  left: 0%;
  overflow: hidden;
  width: 100%;
  height: 79vh;
  margin-top: 121px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
}
.slider::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 16;
  box-shadow: inset 7px 0px 10px 3px white;
}
.imgfront img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 15;
  animation: none;
}
/* スライダー画像 ズームアウト */
.slider .image1{
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
    -webkit-animation: anime1 17s 0s infinite;
    animation: anime1 17s 0s infinite;   
    
}
/*  ①スライド画像  表示する画像を定義 ズームアウト*/
.slider .image1:nth-of-type(1){
}
/* アニメーション定義 ズームアウト */
@keyframes anime1 {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  9% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
    transform: scale(1.0);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/* スライダー画像 ズームイン*/
.slider .image2{
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
    -webkit-animation: anime2 17s 0s infinite;
    animation: anime2 17s 0s infinite;   
}
/*  ①スライド画像  表示する画像を定義 ズームイン*/
.slider .image2:nth-of-type(2){
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
/* アニメーション定義 ズームイン*/
@keyframes anime2 {
  0% {
    opacity: 0;
    transform: scale(1.0);
  }
  17% {
    opacity: 1;
  }
  24% {
    opacity: 1;
	  -ms-filter: blur(0px);
	  filter: blur(0px);
    transform: scale(1.1);
  }
  27.7% {
    opacity: 1;
  }
  30% {
    opacity: 1;
	  -ms-filter: blur(2px);
	  filter: blur(2px);
  }
  41% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/* スライダー画像 ズームアウト */
.slider .image3{
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
    -webkit-animation: anime3 17s 0s infinite;
    animation: anime3 17s 0s infinite;   
}
/*  ①スライド画像  表示する画像を定義 ズームアウト*/
.slider .image3:nth-of-type(3){
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
/* アニメーション定義 ズームアウト */
@keyframes anime3 {
  0% {
    opacity: 0;
	  -ms-filter: blur(10px);
	  filter: blur(10px);
  }
  9% {
    opacity: 1;
	  -ms-filter: blur(4px);
	  filter: blur(4px);
  }
  17% {
    opacity: 1;
	  -ms-filter: blur(0px);
	  filter: blur(0px);
  }
  25% {
    opacity: 1;
  }
  41% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/* スライダー画像 ズームアウト */
.slider .image4{
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
    -webkit-animation: anime4 17s 0s infinite;
    animation: anime4 17s 0s infinite;   
}
/*  ①スライド画像  表示する画像を定義 ズームアウト*/
.slider .image4:nth-of-type(4){
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
/* アニメーション定義 ズームアウト */
@keyframes anime4 {
  0% {
    opacity: 0;
	  -ms-filter: blur(10px);
	  filter: blur(10px);
/*    transform: translateX(0px);*/
  }
  9% {
    opacity: 1;
  }
  17% {
	  -ms-filter: blur(0px);
	  filter: blur(0px);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*  -----------------------------スライド画像4 スロー */

/*スクロールダウン促すマーク---------------------------------------*/
/* scroll */
.top-scroll {
    position: absolute;
    bottom: 11%;
    right: 3%;
    transform: translate(-50%, -50%);
    width: 15px;
    min-width: 15px;
    margin: 0 auto;
    z-index:20;
}
.top-scroll a {
    display: inline-block;
    letter-spacing: normal;
    font-size: 1.2rem;
    color: #fff;
    writing-mode: vertical-lr;
    margin: 0 auto;
    text-decoration: none;
}
.top-scroll a::before {
    content: "";
    display: block;
    position: absolute;
    top: 65px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 3px;
    height: 80px;
    background-color: #fff;
    animation: scroll 3s cubic-bezier(1, 0, 0, 1) infinite;
}
 
/* scrollアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*---------------------------------------スクロールダウン促すマーク*/

/* メイン
-----------------------------------------*/
main {
	max-width: 960px;
	margin-right: auto;
	margin-left : auto;	
	display:block;
}
.container {
	max-width: 960px;
	margin: 0 auto;
}
.container-top {
	max-width: 1024px;
	margin: 0 auto;
}
/*.container:after {
	content:"";
	display:block;
	clear:both;
}*/
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.main_topmargin{
	margin-top:147px;
}

/* イントロ導入　
-----------------------------------------*/
#intro {
   	width: auto;
	padding :0 20px;
	margin-top:60px;
}
#intro h1 {
	display:inline-block;
	font-size:1.25rem;	
	line-height: 1.5em;		
	padding-bottom:18px;
	text-shadow: 2px 2px 2px grey;
}
#intro h2 {
	display:inline-block;
	font-size:1.1rem;	
	line-height: 1.5em;		
	padding-bottom:18px;
/*	text-shadow: 2px 2px 2px grey;*/
}#intro p {
	font-size:1rem;
	line-height: 1.75em;	
	letter-spacing: 1.5px;	
}
br.res_br{
	display:none;
}

/* グローバルナビ　
-----------------------------------------*/

#global-nav {
  position:fixed;
  top:0px;
  left:0px;
  background:white;
  width:100%;
  height:32px;
  margin-top:70px;
  padding-top:5px;
  padding-bottom:12px;
  z-index:100;
}
#global-nav_inner{
  max-width:960px;
  height:auto;
  margin:0 auto;
  padding:0;
}
#global-nav_content {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
#global-nav_content li {
  width:16.666%;
  position: relative;
  list-style: none;
    border-left: 1px solid #AAAAAA;
}

#global-nav_content li a {
  display: block;
  width: auto;
  height: 40px;
  text-align: center;
/*  white-space: nowrap; */
  color: #AAAAAA;
  line-height: 2.0em;
  background-color: white;
  text-decoration: none;
  box-sizing: border-box;
  padding-top:6px;
  font-weight: 700;
}
#global-nav_content li.endcol {
  width:16.666%;
  position: relative;
  list-style: none;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
}
#global-nav_content li.endcol a {
  display: block;
  width: auto;
  height: 40px;
  text-align: center;
/*  white-space: nowrap; */
  color: #777;
  line-height: 2.0em;
  background: linear-gradient(#a3b6ce, #fff);
  text-decoration: none;
  box-sizing: border-box;
  padding-top:6px;
  font-weight: 700;
}
#global-nav_content > li:hover > a {
  color: #fff;
  background:#AAAAAA;
}
#global-nav_content > li li:hover > a {
  color: #fff;
  background:#AAAAAA;
  font-weight: bold;
}
#global-nav_content li.endcol ul li.endrow a {
  display: block;
  width: auto;
  height: 40px;
  text-align: center;
/*  white-space: nowrap; */
  background:white;
  color: #777;
  line-height: 2.0em;
  background-color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding-top:6px;
  font-weight: 700;
}
#global-nav_content li.endcol ul li:hover > a {
  color: white;
  background:#AAAAAA;
}

#global-nav_content li ul {
  font-size:0.9em;
  top: 30px;
  width:100%;
  position: absolute;
}
#global-nav_content li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
}
#global-nav_content li:hover > ul > li {
  overflow: visible;
  height: 40px;
  border-left: none;
}
/*
#global-nav_content li ul li ul {
    top: 0;
    left: 110px;
  }
*/

/*
#global-nav_content li ul li ul:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
  }
*/
/*
#global-nav_content li ul li ul li:hover > a {
    color: pink;
    background: white;
  }
*/

#global-nav li ul.second {
	float:left;
	text-align:center;
	line-height:0.5em;
	margin-top:10px;
	visibility:hidden;
	z-index:-1;
}

#global-nav li:hover ul.second {
	float:left;
	text-align:center;
	visibility:visible;
	Z-index: 1;
}

/* グローバルナビ　スマホ用-----------------------------------------*/
.menu-btn {
    display: none;

    position: fixed;
    top: 10px;
    right: 10px;
/*    display: flex; */
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 110;
    background-color: #AAAAAA;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .menu-content {
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 90%;
}
.menu-content {
    width: 48%;
    height: 100%;
    position: fixed;
    top: 83px;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #AAAAAA;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 4px 10px 4px 0;
}
.menu-content ul li {
/*    border-bottom: solid 1px #ffffff;*/
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 0.8rem;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 7px 15px 7px 10px;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(135deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content ul li.contact {
/*    border-bottom: solid 1px #ffffff;*/
    list-style: none;
    background-color: #CCFFFF;
}
.menu-content ul li.contact a {
    color:#aaa;
}
.menu-content ul li ul li a {
    margin: 9px 15px 10px 15px;
}
.menu-content ul li ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;

}
#menu-btn-check:checked ~ .menu-content {
    left: 48%;/*メニューを画面内へ*/
}
/* ----------------------------------------- グローバルナビ　スマホ用 */

/* TOPページコンテンツメニュー　
-----------------------------------------*/
#menu {
	max-width:100%;
	height:auto;
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 2%;
}
#menu ul li {
	max-width:31%;	
	color: #fff;
	margin-left:1%;
	margin-right:1%;	
	margin-bottom:2%;	
	float: left;
	position:relative;	
}
#menu_box a {
	text-decoration:none;
}
.menu_img{
	border:#757575 solid 1px;	
}
.menu_img:hover{
	border:#303f9f solid 1px;	
}
.t-menu_name { 　　
	font-size:16px;
	width: 145px;
	color: #fff;
	background: #2C7CFF;
	position:absolute;
	top:10px;
	left:15px;
	text-align:center;
	padding: 5px 5px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}
.t-readmore {
	display: none;
	width: 100px;
	font-size:80%;
	color: #fff;
	background: #F00;
	position:absolute;
	bottom:20px;
	right:20px;
	text-align:center;
	letter-spacing:2px;
	padding: 8px 10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;	
}
.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #3381e8;
  -webkit-border-radius: 25%;
  border-radius: 25%;
}

.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #3381e8;
}

.top-massge {
  padding-bottom: 32px;
}
/* new TOPページコンテンツメニュー　------------------ */


/* 会社案内 */
#menucorp {
	background-color: whitesmoke;
}
.corp_img {
	width: 32.609%;
	height: auto;
	margin: 10px 0 0 8%;
	border-radius: 5%;
}
.each_top-corp { /* 会社案内 */
	position: relative;
	width: 84.6%;
/*	max-width: 1420px; */

	margin:5px auto;
	padding :30px 20px 25px 20px;	
	height: auto;
	overflow: hidden;
}
h3.fadebox{
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}
h4.fadebox{
	display: block;
	width: 95%;
}
.top-corp.m-left { /* 会社案内 */
	width: 70%;
/*	float:left; */
}
.top-corp.m-right { /* 会社案内 */
	position: absolute;
	top: 35px;
	right: 0px;
/*	width: 55%; */
/*	float:right; */
}
.top-corp.m-left div.block-corp {
  padding-top: 32px;
}
.top-corp.m-left ul.list-corp {
	display: flex;
	justify-content: space-between;	
}
.top-corp.m-left ul.list-corp li {
	width: 27.3333333333%;
	overflow: hidden;
	padding: 7px;
	border-top-left-radius: 6px;
}
.top-corp.m-left p.top_sentence{
/*	width:90%; */
	margin-top: 20px;
	margin-bottom: 18px;
}
.top-corp.m-right img {
	width: 240px;
	background-color: #dde7ef;
	border-radius: 30px;
}
.top-corp .menu-box {
	float: left;
	margin-right: 5px;
}

/* 事業案内 */
#menubusiness {
	background-color: #D7EEFF;
}
.bus_img {
	width: 32.609%;
	height: auto;
	margin: 10px 0 0 8%;
	border-radius: 5%;
}
.each_top-business { /* 事業案内 */
	position: relative;
	width: 84.6%;
	margin:5px auto;
	padding :30px 20px 25px 20px;	
	height: auto;
	overflow: hidden;
}
.top-business.m-left { /* 事業案内 */
	width: 100%;
}
.top-business.m-right { /* 事業案内 */
	position: absolute;
	top: 10px;
	right: 5px;
}
.top-business.m-left div.block-business {
  padding-top: 12px;
}
.top-business.m-left ul.list-business {
	display: flex;
	justify-content: space-between;	
}
.top-business.m-left p.top_sentence{
/*	width:90%; */
	margin-top: 20px;
	margin-bottom: 18px;
}
.top-business.m-right img {
	width: 203px;
}
.top-business .menu-box {
	float: left;
	margin-right: 5px;
	width: 22%;
}
.box-business {
    width: 100%;
/*    position: absolute; */
    left: 50%;
    transform-origin: 0 0;
	overflow: hidden;
	padding: 7px 7px 15px 7px;
    margin: 5px;
	border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: white;
	background-color: #8dc8f5;
	overflow:hidden;
}
.box-business .image {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    filter: grayscale(100%);
    
    transition:1s all;

}
.box-business .image:hover {
	filter:alpha(opacity=100);
	opacity:1;
	filter: grayscale(0%);
	
	transform:scale(1.1,1.1);
	transition:0.7s all;
}
.box-business p.title {
    width: 100%;
    color: #3f77a4;
    font-size: 1.0rem;
    text-align: center;
    letter-spacing: -0.025em;
    line-height: 1.35;
}
.each_top-business a{ /* マウス下線 */
 	text-decoration: none;
}
.each_top-business a:before{ /* マウス下線 */
/*
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 2px;
	background: #555;
	transform: scale(0, 1);
	transition: 0.4s;
*/
}
.each_top-business a:hover:before { /* マウス下線 */
/*
	transform: scale(1);
*/
}

/* 取り組み */
#menuactivity {
	background-color: #d0f4f9;
}
.each_top-activity { /* 取り組み */
	width: 84.6%;
	max-width: 1420px;
	margin: 0 auto;
}
.each_top-activity h2{ /* 取り組み */
	width: 100%px;
}
.top-activity.m-left { /* 取り組み */
  display: flex;
  justify-content: space-between;
  min-height: 420px;
}
.top-activity.m-left .box-image {
  overflow: hidden;
  position: relative;
  width: 38%;
}
.top-activity.m-left .box-image img {
display: block;
  position: absolute;
  width: 80%;
  min-width: 250px;
  height: auto;
  border-radius: 32%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.top-activity.m-inner { /* 取り組み */
  flex: 1;
  margin-left: 2%;
  margin-right: 6%;
  display: flex;
  align-items: center;
}
.top-activity.m-left div.block-activity {
  padding-top: 10px;
}
.top-activity.m-left ul a {
	letter-spacing: -0.025em;
}
.top-activity.m-left ul.list-activity {
	display: flex;
	justify-content: space-between;	
	margin-bottom: 5px;
}
.top-activity.m-left ul.list-activity li {
	width: 43.3333333333%;
	overflow: hidden;
	padding: 7px;
	border-top-left-radius: 6px;
}
.top-activity.m-left ul.list-activity li a{

}
.top-activity.m-left a.btn-flat-leftbar2 {
	padding: 8px 10px;

}
.top-activity.m-left p.top_sentence{ /* 取り組み */
/*	width:90%; */
	margin-top: 20px;
	margin-bottom: 18px;
}


/* 採用情報 */
#menuemploy {
	background-color: #fffae0;
}
.each_top-employ { /* 採用情報 */
	position: relative;
	width: 84.6%;
/*	max-width: 1420px; */

	margin:5px auto;
	padding :30px 20px 25px 20px;	
	height: auto;
	overflow: hidden;
}
.top-employ.m-left { /* 採用情報 */
	width: 75%; 
/*	float:left; */
}
.top-employ.m-right { /* 採用情報 */
	position: absolute;
	top: 10px;
	right: 5px;
/*	width: 55%; */
/*	float:right; */
}
.top-employ.m-left div.block-employ {
  padding-top: 32px;
}
.top-employ.m-left ul.list-employ {
	display: flex;
	justify-content: flex-start;	
}
.top-employ.m-left ul.list-employ li {
	width: 27.3333333333%;
	overflow: hidden;
	padding: 7px;
	border-top-left-radius: 6px;
}
.top-employ.m-left p.top_sentence{
/*	width:90%; */
	margin-top: 20px;
	margin-bottom: 18px;
}
.top-employ.m-right img {
	width: 300px;
}

/* ボタン1 左線　地：灰-------------------------------*/
a.btn-flat-leftbar1 {
	overflow: hidden;
	font-size: 16px;
	padding: 9px 23px;
	color: #333;
	border-radius: 0;
	background: #eeeeee;

	position: relative;
}

a.btn-flat-leftbar1 span {
  position: relative;
}

a.btn-flat-leftbar1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #3381e8;
}

a.btn-flat-leftbar1:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* -------------------------------ボタン1 左線　地：灰 */
/* ボタン2 左線　地：青枠-------------------------------*/
a.btn-flat-leftbar2 {
	overflow: hidden;
	font-size: 16px;
	padding: 9px 23px;
	color: #333;
	border-radius: 0;
	background: #eeeeee;
	position: relative;
}

a.btn-flat-leftbar2 span {
  position: relative;
}

a.btn-flat-leftbar2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #3381e8;
}

a.btn-flat-leftbar2:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* -------------------------------ボタン2 左線　地：青枠 */

/* ボタン01 左線------------------------------- */
p.btn-type01 a {
  text-decoration: none;

  position: relative;
  display: flex;
  width: 136px;
  height: 40px;
  color: #666;
  border: 1px solid #6ea8c6;
	border-radius: 5px;
  justify-content: center;
  align-items: center;
}
p.btn-type01 a:hover {
    opacity: 1.0;
  }
p.btn-type01 a:hover::after {
    width: 0%;
  }
p.btn-type01 a:hover span {
    color: silver; /*#fff; */
  }

p.btn-type01 a::after {
  position: absolute;
  color: #fff;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 100%;
  background-color: #6ea8c6;
  transition: .50s ease-out;
}
/* 縦バー 赤 */
p.btn-type01.p1 {
}
p.btn-type01.p1 a:hover::after {
    width: 0%;
  }
p.btn-type01.p1 a::after {
  background-color: #DD0000;
}
/* -------------------------------ボタン01 左線 */
/* ボタン01 左線 白地------------------------------- */
p.btn-type01b a {
  text-decoration: none;

  position: relative;
  display: flex;
  width: 100%;
  height: 40px;
  color: #666;
  border: 1px solid #6ea8c6;
	border-radius: 5px;
  justify-content: center;
  align-items: center;
}
p.btn-type01b a:hover {
    opacity: 1.0;
  }
p.btn-type01b a:hover::after {
    width: 0%;
  }
p.btn-type01b a:hover span {
    color: #CCCCCC; /*#fff; */
  }

p.btn-type01b a::after {
  position: absolute;
  color: white;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 100%;
  background-color: #6ea8c6;
  transition: .50s ease-out;
}
/* 縦バー 赤 */
p.btn-type01b.p1 {
}
p.btn-type01b.p1 a:hover::after {
    width: 0%;
  }
p.btn-type01b.p1 a::after {
  background-color: #DD0000;
}
/* -------------------------------ボタン01 左線 白地 */
/* ボタン02 右線------------------------------- */
p.btn-type02 a {
  text-decoration: none;

  position: relative;
  display: flex;
  width: 200px%;
  height: 40px;
  color: #666;
  border: 1px solid #6ea8c6;
	border-radius: 5px;
  justify-content: center;
  align-items: center;
}
p.btn-type02 a:hover {
    opacity: 1.0;
  }
p.btn-type02 a:hover::after {
    width: 0%;
  }
p.btn-type02 a:hover span {
    color: silver; /*#fff; */
  }

p.btn-type02 a::after {
  position: absolute;
  color: #fff;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 12px;
  height: 100%;
  background-color: #6ea8c6;
  transition: .50s ease-out;
}
/* 縦バー 赤色 */
p.btn-type02.p1 a:hover::after {
    width: 0%;
  }
p.btn-type02.p1 a::after {
  background-color: #DD0000;
}
/* -------------------------------ボタン02 左線 */
/* ボタン02 右線------------------------------- */
p.btn-type02b a {
  text-decoration: none;

  position: relative;
  display: flex;
  width: 100%;
  height: 40px;
  color: white;
  border: 1px solid white;
	border-radius: 5px;
  justify-content: center;
  align-items: center;
}
p.btn-type02b a:hover {
    opacity: 1.0;
  }
p.btn-type02b a:hover::after {
    width: 0%;
  }
p.btn-type02b a:hover span {
    color: #CCCCCC; /*#fff; */
  }

p.btn-type02b a::after {
  position: absolute;
  color: white;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 100%;
	border-radius:0 5px 5px 0;
  background-color: white;
  transition: .50s ease-out;
}
/* 縦バー 赤色 */
p.btn-type02b.p1 a:hover::after {
    width: 0%;
  }
p.btn-type02b.p1 a::after {
  background-color: #DD0000;
}
/* -------------------------------ボタン02 左線 */

/* 　------------------ TOPページコンテンツメニュー new */

/* ナビTOPページコンテンツメニュー　
-----------------------------------------*/
#nav_menu {
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#nav_menu ul li {
	max-width:420px;		
	color: #fff;
	margin-left:2%;
	margin-right:2%;	
	margin-bottom:4%;	
	float: left;
	position:relative;	
}
.menu_navicover a {
	text-decoration:none;
}
.n-menu_img {
	border: solid 1px #757575;
	box-sizing:border-box;
}
.n-menu_img:hover {
	border: solid 1px #303f9f;
	box-sizing:border-box;
}
.menu_name { 　　
	font-size:90%;
	width: 160px;
	color: #fff;
	background: #303f9f;
	position:absolute;
	top:15px;
	left:10px;
	text-align:center;
	padding: 7px 5px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}
.readmore {
	width: 60px;	
	font-size:80%;
	color: #fff;
	font-size:80%;
	background: #F00;
	position:absolute;
	bottom:20px;
	right:20px;
	text-align:center;
	letter-spacing:2px;
	padding: 5px 10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}
/* ナビTOPページ Infoアコーデオン部------------------------ */
.accordion {
	width: 95%;
	padding: 0px 10px;
}
/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}
/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 15px 30px 15px 50px;
  background: #ccc;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
  font-size: 14px;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}
/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}
/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
/*  cursor: pointer;*/
}
/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
.accordion.mini {
	width: 95%;
	padding: 0px 0px;
}
.accordion-open.mini {
  display: block;
	width: 300px;
    padding: 0px 50px 0px 0px;
  background: white;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
  font-size: 100%px;
}
/* ＋アイコン */
.accordion-open.mini::before,
.accordion-open.mini::after {
  content: '';
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: unset;
  right: 5%;
  transform: translateY(-50%);
}
/* アイコンのー */
.accordion-open.mini::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/* ↑ここまで共通 */
/* ------------------------ナビTOPページ Infoアコーデオン部 */



/* 事業案内ナビTOPページコンテンツメニュー　
-----------------------------------------*/
#b-nav_menu {
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#b-nav_menu ul li {
	max-width:450px;
	height:auto;
	color: #fff;
	margin-left:1.9%;	
	margin-bottom:4%;
	float: left;
	position:relative;	
}
.b-menu_navicover a {
	text-decoration:none;	
}
img.b-menu_navicover {
	text-decoration:none;
	text-align:left;
	overflow: hidden;	
}
.menu_name-b { 　　
	font-size:90%;
	width: 35.5%;
	color: #fff;
	background: #303f9f;
	position:absolute;
	top:10px;
	left:53%;
	text-align:center;
	padding: 7px 5px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}
.b-name-txt{
	max-width:197px;
	max-height:105px;
	font-size:78%;
	line-height:1.5em;
	letter-spacing: 2px;
	padding: 10px 6px 10px 14px;
	color: #303f9f;
	position:absolute;
	top: 42px;
	left:230px;
	width: 43.3%;
	height: auto;
}
.readmore-b {
	font-size:80%;
	max-width: 60px;
	color: #fff;
	font-size:80%;
	background: #F00;
	position:absolute;
	bottom:15px;
	right:15px;
	text-align:center;
	letter-spacing:2px;
	padding: 5px 10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}
/* TOPページBOOK
-----------------------------------------*/
#book {
	border-top: #757575 solid 1px;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 20px 20px 10px 0;	
}
.book_mark {
	width: 205px;
	font-size:0.8rem;
	color: #303f9f;
	background: #fff;
	left:140px;
	border:#3381e8 2px solid;
	border-radius:5px;
	text-align:center;
	padding: 5px 10px;
	margin-left:20px;
}
.book_dl{
	width: 100%;
	margin: 20px;
	text-align: left;
}
#book ul li {
	max-width:40%;	
	color: #fff;
	margin-left:1%;
	margin-right:1%;	
	margin-bottom:2%;	
	float: left;
	position:relative;	
}

/* ギャラリー-------------------------------------------------------- */

/* -------------------------------------------------------- ギャラリー */
/* ギャラリー2-------------------------------------------------------- */

/* -------------------------------------------------------- ギャラリー2 */




/* TOPページINFO　＆　登録マーク
-----------------------------------------*/
#info {
	border-top: #757575 solid 1px;
	min-height:100px;
	width:auto;
	margin:0 auto;
	padding: 20px 20px 10px 0;	
	position:relative;
	clear:both;
}
.info_mark {
	width: 100px;
	font-size: 0.8rem;
	color: #303f9f;
	background: #fff;
	left:140px;
	border:#3381e8 2px solid;
	border-radius:5px;
	text-align:center;
	padding: 5px 10px;
	margin-left:20px;
}
.info_dl{
	width: 100%;
	margin: 20px;
	text-align: left;
	
}
.info_dl dt {
	padding: 0 0 5px 0;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	text-align: left;
	font-size: 14px;
}
.info_dl dd {
	margin: -1.6em 0 15px 0;
	padding: 0 0 0 130px;
	border-bottom: 1px #ddd dotted;
	line-height: 1.5em;
	font-size: 1rem;
}
.info_dl dd:last-child {
	padding-bottom: 10px;
	border: none;
}
.info-readmore {
	width: 160px;
	font-size:100%;
	font-weight:bold;
	color: #303f9f;
	border:solid 1px #3381e8;
	background: rgba( 255, 255, 255, 0.35 );
	position:fixed;
	top:20px;
	right:10px;
	text-align:center;
	letter-spacing:2px;
	padding: 8px 10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}
#mark {
	height: 120px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left:20px;
	border-top: #757575 solid 1px;
}
#mark ul li{
	display:block;
	float:left;
	text-align:center;
	margin:0 5px;
}
#mark p {
	font-size:12px;
}
#mark img {
	height: 80px;
}
#mark img.yoko{
	height: 85px;
}
#mark img.funto{
	height: 75px;
}
#mark a {
	line-height: 20px;
}

/* 社長挨拶
-----------------------------------------*/
#message {	
	height:700px;
	padding: 40px 45px;
	line-height: 24px;
}
#message p.msg_title {
	font-size:1.6em;
	font-weight:bold;
	padding-bottom: 24px;
}
#message p {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding: 10px 0;

	line-height:2.1;
}
#message img{
	width: 23%;
	float:right;
	margin-left:20px;
	box-shadow: 6px 9px 0 #bac8da;
}

#message p.top_name {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;	
	font-size:1.2em;
	line-height: 28px;
	float:right;
}
/* 本社アクセス
-----------------------------------------*/
.gmap {
	position: relative;
	width: 100%;
	min-height: 300px;
}
.ggmap {
	position: absolute;
	width: 50%;
	height: 300px;
	top: 0;
	left: 50%;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
} 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42%;
}

/* 各種事業・活動ページ
-----------------------------------------*/
#act_intro {
	max-width: 100%;
	margin:0 auto;
	padding :30px 20px 40px 20px;
	font-size:14px;
}

#act_intro p{
	font-size: 0.85rem;
	line-height: 1.7em;
	letter-spacing: 2px;
}
.act_intro_title {
	font-weight:bold;
	font-size:130%;
	padding-bottom: 25px;
	padding-top: 30px;
}
.act_intro_title-1 { /* 健康経営宣言 */
	font-weight:bold;
	font-size:150%;
	padding:10px 0;
}
.act_intro_title-2 { /* 健康経営宣言 */
	font-weight:bold;
	font-size:130%;
	padding-top:20px;
}
.act_intro_title-3 { /* SDGs */
	font-weight:bold;
	font-size:130%;
	padding-bottom: 10px;
	border-bottom: 5px solid #e1e1e1;
}
.act_intro_title-3.type_modal{ /* SDGs */
	padding-left: 25px;
	font-size: 19px;
}
.act_theme {
	background-color: #eee;
	border: solid 2px #303f9f;
	font-weight: bold; 
	font: 16px ;
	line-height:20px;
	width: 380px;
	height: 100px;
	float:left;
	margin: 0 0 40px 20px;
	padding: 10px 0;
	text-align:center;
	float:left;
}
.act_policy {
	background-color: #eee;
	border: solid 2px #303f9f;
	font: bold 14px ;
	width: 550px;
	height: 100px;	
	margin: 0 0 40px 20px;
	padding: 10px;
	float:left;
}
.act_policy-list {
	font-size:80%;
	line-height:1.5em;
	padding-left:1em;
	text-indent:-1em;	
}
#actiivity {
	font-size:12px;
	height:auto;
}
.each_act {
   	max-width: 100%;
	margin:0 auto;
	padding :0px 20px 40px 20px;	
	height: auto;
	padding-bottom:10px;
}
.each_img_line{
	display: inline;
}
.each_actsdgs {
   	max-width: 100%;
	margin:0 auto;
	padding :0px 20px 10px 20px;	
	height: auto;
	overflow: hidden;
}
.each_actsdgs p {
/*	font-size:16px; */

}
.each_actsdgs.head{
	margin:0px;
	padding:0px;	
}
.each_actsdgs_pop {
   	max-width: 100%;
	margin:0 auto;
	padding:10px 30px 5px 20px;	
	height: auto;
	overflow: hidden;
}
.each_actsdgs_imggroup {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}
.act_title {
	font-weight: bold;
	text-indent: 0.5em;
	font:16px #303f9f;
	clear: both;
	border-left: solid 0.5em #f00;
	border-bottom: dotted 1px #757575;
	font: bold 20px;
	padding:10px 0;
	margin-top:25px;
	margin-bottom: 25px;
	text-shadow: 0 0 5px white;
	background: -webkit-repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 3px,#fff 3px, #fff 7px);
	background: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 3px,#fff 3px, #fff 7px);
}
.act_title.blue {
	border-left: solid 0.5em #303f9f;
}
.act_title.blue-notbar {
	border-left: solid 0.5em #303f9f;
	background: none;
	padding: 5px;	
}
.act_sentence-top {
	font-size: 16px;
	font-weight:bold;
	line-height:1.3em;
	width: 48.958%;
	padding:10px 5px 0 10px;
	text-align:left;
	float: left;
}
.act_sentence {
	font-size: 15px;
	line-height:1.5em;
	width:48.958%;
	padding:10px 5px 0 10px;
	margin-bottom:20px;
	float:left;
}
.act_sentence.line {
	width:70%;
}
.act_sentence.linewide {
	width:90%;
}
.act_sentence.linewide ul,
.act_sentence.linewide ol {  
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 3px gray;/*線の種類 太さ 色*/  
}
.act_sentence.linewide ul li,
.act_sentence.linewide ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
	padding-left:1em;
	text-indent:-1em;
}

.actcsr_sentence-top { /* 地域志向CSR */
	font-size: 14px;
	line-height:1.8em;
	width:100%;
}
.actcsr_sentence { /* 地域志向CSR */
	font-size: 12px;
	line-height:1.5em;
	width:100%;
	padding:10px 5px 0 14px;
	margin-bottom:16px;
}
.acteco_sentence-top { /* エコ活動 QSC活動*/
	font-size: 14px;
	font-weight:bold;	
	line-height:1.8em;

	text-indent:1.0em;
}

.act_button a {  /* SDGs取り組み *//*ボタン 06 */
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px;
  margin-left: 10px;
  padding: 7px;
  width: 130px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  background-color: #bbbbbb;
  box-shadow: 0 0 10px rgba(0 0 0 / .2);
  border-radius: 6px;
  transition: 0.3s;
}
.act_button a::after {  /* SDGs取り組み *//*ボタン 06 */
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
.act_button a:hover {  /* SDGs取り組み *//*ボタン 06 */
  text-decoration: none;
  background-color: #aaaaaa;
  box-shadow: 0 0 10px rgba(0 0 0 / 0);
}
.act_button_left {
/*	width:175px; */
}
.act_button_left a {  /* SDGs取り組み *//*ボタン 06 */
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px;
  margin-left: 10px;
  padding: 3px 7px;
  width: 230px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing:normal;
  background-color: #bbbbbb;
  box-shadow: 0 0 10px rgba(0 0 0 / .2);
  border-radius: 6px;
  transition: 0.3s;
}
.act_button_left a::after {  /* SDGs取り組み *//*ボタン 06 */
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
.act_button_left a:hover {  /* SDGs取り組み *//*ボタン 06 */
  text-decoration: none;
  background-color: #aaaaaa;
  box-shadow: 0 0 10px rgba(0 0 0 / 0);
}

.act_button_right a {  /* SDGs取り組み *//*ボタン 06 */
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px;
  margin-left: 10px;
  padding: 7px;
  width: 160px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  background-color: #bbbbbb;
  box-shadow: 0 0 10px rgba(0 0 0 / .2);
  border-radius: 6px;
  transition: 0.3s;
}
.act_button_right a::before {  /* SDGs取り組み *//*ボタン 06 */
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(225deg);
}
.act_button_right a:hover {  /* SDGs取り組み *//*ボタン 06 */
  text-decoration: none;
  background-color: #aaaaaa;
  box-shadow: 0 0 10px rgba(0 0 0 / 0);
}

.acteco_sentence { /* エコ活動 QSC活動 */
	font-size: 14px;
	line-height:1.5em;
	padding:10px 5px 0 14px;
	margin-bottom:16px;
}
.actsdgs_sentence-top { /* SDGs取り組み*/
	font-size: 14px;
	font-weight:bold;
	line-height:1.3em;
	width:48.958%;	
	padding:10px 5px 0 10px;
	text-align:left;
}
.actsdgs_sentence { /* SDGs取り組み */
	font-size: 16px;
	line-height:1.5em;
	width:100%;
	padding:10px 5px 0 10px;
	margin-bottom:40px;
/*	text-align:center; */
}
.actsdgs_sentence.line { /* SDGs取り組み */
	width:90%;
	margin-top: 20px;
	margin-bottom: 10px;
	clear:both;
}
.actsdgs_sentence.line.center { /* SDGs取り組み */
	text-align: center;
}
.actsdgs_sentence.pop { /* SDGs取り組み */
	width:70%;
	float:left;
	margin-top: 0px;
}
.qsc_act { /* QSC活動 */
	display: inline-block;
   	max-width: 100%;
	margin:0 auto;
	padding :0 20px 40px 0;	
	height: auto;
	padding-bottom:10px;
}
.qsc_letter{ /* QSC活動 */
	padding: 10px 0 10px 10px;
}
.qsc_underbar{ /* QSC活動 */
	text-decoration:underline;
}
.act_img {
	width: 32.609%;
	height: auto;
	margin: 10px 0 0 8%;
	border-radius: 5%;
}
.act_img.blank {
}
.actsdgs_img_mark {
	width: 100px;
	height: auto;
	padding:5px 0 0 5px;
	vertical-align:top;
}
.actsdgs_img_mark.popmsg{ /* SDGs */
	width: 35%;
	max-width:125px;
	padding:10px 10px 10px 10px;
	float:left;
}
.actsdgs_img {
	width: 100%;
	height: auto;
	padding:10px 0 10px 10px;
	border-radius: 25px;
	float:right;
	margin-left: auto;
}
.actsdgs_img.i-right{ /* SDGs取り組み */
	width: 100%;
	padding:10px 0 10px 10px;
}
.actsdgs_img.i-left{ /* SDGs取り組み */
	display:block;
	width:90%;
	max-width:600px;
	margin-left: auto;
	margin-right: auto;
	padding:10px 10px 10px 10px;
	float:none;
}
.actsdgs_pic_frame { /* SDGs取り組み */
	float:right;
}
.actsdgs_pic_frame p {
	font-size:16px;
	margin: 20px 0 20px 0;
}
.actsdgs_pic_frame.u-left { /* SDGs取り組み */
	width: 60%;
	float:left;
}
.actsdgs_pic_frame.u-right { /* SDGs取り組み */
	text-align: center;
	width: 40%;
	float:right;
}
.actsdgs_pic_frame.m-left { /* SDGs取り組み */
	width: 40%;
	float:left;
}
.actsdgs_pic_frame.m-right { /* SDGs取り組み */
	width: 55%;
	float:right;
}
.actqsc_img { /* QSC活動BeforeAfter */
	width: 50%;
	height: auto;
	padding:20px 0 0 10px;
}
.eco_img {
	width:460px;
	height:auto;
	padding:10px 10px 40px 10px;
}
.eco-bu_img {
	width:700px;
	height:auto;
	padding:10px 10px 20px 10px;
}
.y_koukenmark { /* 地域志向CSR */
	text-align:right;
	float:left;
	height:75px;
	width:auto;
}
.y_ecomark { /* ecounitマーク */
	text-align:right;
	float:left;
	height:75px;
	width:auto;
	margin-right:10px;
	border:#090 solid 1px;
}
.actsdgs_mark_logo{ /* SDGs取り組み */
	text-align: right;
	float: left;
	height: 50px;
	width: auto;
	padding: 10px 20px 10px 10px;
}
.actdecl_box{/* 健康経営宣言 */
	margin-top:20px;
}
ul.actdecl_list{/* 健康経営宣言 */
	padding-bottom:20px;
}
ul.actdecl_list li{/* 健康経営宣言 */
	font-size: 0.8em;
	padding:10px 5px 0;		
}
.actdecl_list li:nth-of-type(1){ /* 健康経営宣言 */
	font-size: 1.0em;	
	font-weight:bold;
	padding:10px 0;
}
.actdecl_date{ /* 健康経営宣言 */
	text-align: right;
	line-height:1.2em;
	margin-right:8%;
}
.actdecl_date p:nth-of-type(1){
	font-size:0.9em;
	padding-bottom:5px;
}
/* 取組み SDGs　クリックポップアップ------------------------------------*/

/* これが無いとモーダルウィンドウ表示の際に余白が出る */
*{
  margin: 0;
  padding: 0;
}

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  
  left: 0;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  overflow-y: scroll; /* はみ出た部分はスクロールさせる */
  height: 70%;/* これが無いと「overflow:scroll」が利かない */
  width: 90%;/* これが無いと「overflow:scroll」が利かない */
  max-width: 800px;
  background: white;
  padding: 10px;
  text-align: left;
  border-radius: 6px;
}

/* モーダル本体 */
.modal-content.abc{
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.popup-close {
	cursor:pointer;
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 24px;
}
/* ------------------------------------取組み SDGs　クリックポップアップ*/

/*　会社概要他（テーブル）　
-----------------------------------------*/
.list_table {
	width:100%;
	border:1px solid #757575;
	border-spacing:0;
}
.list_table tr {
	border-top:1px solid #757575;	
}
.list_table th, td {
	border-left:1px solid #757575;
	padding:.8em 1em;
}
.list_table th {
	width:33%;
	text-align:left;
	border-bottom:1px solid #757575;
	border-right:1px solid #757575;
}
.list_table td {	
	line-height:1.5em;
	font-size:90%;
}
list_table tr:last-child th{
	border-bottom:none;
}
.list_table-2 {
	width:100%;
	border:1px solid #757575;
	border-spacing:0;
}
.list_table-2 th, td {
	border-left:1px solid #757575;
	border-top:1px solid #757575;
	padding:.8em 1em;
}
.list_table-2 td {
	line-height:1.5em;
	font-size:90%;
}
.list_table-2 th {
	width:33%;
	text-align:left;
}
.list_table-2 td {
	width:32%;
}
.list_table-2 tr:first-child th{
	border-top:none;
}
.list_table-3 { /*会社沿革*/
	width:100%;
	border:1px solid #757575;
	border-spacing:0;
}
.list_table-3 th, td {
	padding:.8em 1em;
	line-height:1.5em;
	border-bottom:1px dotted #757575;
	border-top:none;
	text-align:left;
}
.list_table-3 th {
	width:22%;
	border-bottom:1px dotted #757575;
}
.list_table-3 td {
	width:78%;
	border-bottom:1px dotted #757575;
}

.list_table-4 { /*福利厚生*/
	width:100%;
	border-spacing:0;
	border-collapse:separate;
	border-collapse:collapse;
}
.list_table-4 th {
	text-align:left;
	line-height:1.5em;
	font-size:90%;
	padding:.8em 1em;
	border-top:none;
	border-left:none;
	border-bottom:1px dotted #757575;
}
list_table-4 tr:first-child th{
	border-top:none;
}
.list_table-4_sub{
	font-weight:normal;
	padding-left:1.5em;
	line-height:2em;
	font-size:.9em;
}
.list_table-4 img{
/*	float:left;
	height:150px;
	border:1px solid #CCC;
	margin:5px 10px;
*/
}
.list_table-5_sub {
	font-weight:normal;
	padding-left:1.5em;
	line-height:2em;
	font-size:.9em;
	text-align:right;
}
.list_table-6 {
	width:100%;
	border-spacing:0;
	text-align:left;
	margin-bottom:20px;
}
.list_table-6 tr th {
	padding-left:1em;
	}
ul.list_table-7 { /*個人情報の取り扱いについて*/
	list-style-type:disc;
	font-weight:normal;
	padding-top:1.0em;	
	line-height:2em;
	font-size:.9em;	
	padding-left:2em;
	text-indent:-2em;
}
p.list_table-7_sub{
	font-weight:normal;
	padding-top:1.2em;
	padding-left:1.5em;
	text-indent:-1.5em;	
	line-height:2em;
	font-size:.9em;
}
.wel_contact{
	padding:15px 0 20px 32px;
	font-size:14px;
}
.wel_img {
	width: 32.609%;
	height: auto;
	margin: 10px 0 0 8%;
	border-radius: 5%;
}
.wel_sentence {
	font-size: 90%;
	line-height:1.5em;
	width:48.958%;
	padding:10px 5px 0 10px;
	margin-bottom:20px;
	float:left;
}
/*　採用情報　
-----------------------------------------*/

#re-image{
	max-width:940px;
	height:auto;
	margin:0 auto;
	padding-right:1%;
	padding-left:1%;
	padding-bottom:20px;
}
.emp_img{
	margin:0 auto;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;	
    vertical-align:top;	
}

.emp_img img {
	width:100%;
	height:auto;
	margin:0 auto;
	
  }
.emloylist{
    clear: both;
	padding-bottom:.8em;
	font-weight:bold;
}
.emloylist.del{
	text-decoration: line-through;
}

.employskill {
	padding:0px 0 20px 10px;
}
.employskill p{
	padding:1.5px 7px;
}
.employskill ul li{
	font-size:90%;	
}
.employskill li{
	list-style:disc;
	list-style-position:inside;
}
.employskill.skill{
	padding:0px 0 20px 10px;
}
.employskill.skill ul{
    display: block;
}
.employskill.skill ul p{
    display: inline-block;
}



#emp_info{
	margin:0 auto;
	padding:10px;
	display:block;
	flex-direction:row;
	align-items:flex-end;
}
emp_academic {
	width: 600px;
	height: auto;
}
span.del{
	text-decoration: line-through;
}
 
.mynavi{
	display:flex;
	flex-direction:row;
	float: right;
	align-items:flex-end;	
}
.mynabi_intro{
	display:flex;
	flex-direction:row;
	align-items:flex-end;	
}
img.empbanner-per{
	width:220px;
	height:auto;
	padding-right:10px;
}
img.empbanner-my{
	width:220px;
	height:auto;
	padding-right:10px;
}
p.career-cr{
	width:220px;
	height:auto;
	border:solid 1px #303f9f;
	display:block;
	text-align:center;
	line-height:2.0em;
	margin:30px 0 2px 10px;
}
p.career a{
	text-decoration: none;
}
p.career:hover{
	background-color: #303f9f;
	opacity: 0.55;
}
.emp_attention {
	font-weight:bold;
	font-size:0.9em;
	clear: both;
	border:solid 3px #303f9f;
	text-align:center;
	padding:10px 5px;
	margin-bottom: 10px;
}
.emp_sentence {
/*	font-weight:bold; */
	font-size:1rem;
	clear: both;
	text-align:center;
	padding:10px 5px;
	margin-top:25px;
	margin-bottom: 10px;
}
.emp_document{
	padding: 6px;
	display:block;
}
.emp_document a:link{
	text-decoration:none;
}
.emp_academic {
	position: relative;
}
.emp_dummy {
	position: absolute;
	top:0;
	left:0;
}

.recruit_info_table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.recruit_info_table table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0px auto;
}
.recruit_info_table table > tbody > tr > td.center {
    text-align: center;
}

.recruit_info_table table > thead > tr > th {
    background-color: #eeeeee;
    border-bottom: 1px solid #767676;
    border-right: 1px solid #767676;
    font-size: 1.1rem;
    font-weight: inherit;
    padding: 10px 0px;
    text-align: center;
    width: 28%;
}
.recruit_info_table table > thead > tr > th:last-child {
    border-right: none;
    width: auto;
}
.recruit_info_table table > tbody {
    vertical-align: baseline;
}
.recruit_info_table table > tbody.tbodyemp {
    vertical-align: middle;
}
.recruit_info_table table > tbody > tr > th,
.recruit_info_table table > tbody > tr > td {
    border-bottom: 1px solid #767676;
    border-right: 1px solid #767676;
    font-size: 1rem;
    font-weight: inherit;
    padding: 5px 8px;
    text-align: left;
}
.recruit_info_table > tbody > tr > th {
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
    border-bottom-color: #ffffff;
    color: #ffffff;
    font-weight: inherit;
    white-space: nowrap;
    padding: 5px;
}
.recruit_info_table > tbody > tr > td {
    border: 1px solid #767676;
    padding: 0.8em 0.5em;
}
.recruit_info_table table > tbody > tr > td.nonmobile {
    display: none;
}
.recruit_info_table > tbody > tr > td.table-cell.type1 {
    padding: 0;
}
.recruit_info_table > tbody > tr > td.table-cell.type2 {
    padding: 0;
}
.recruit_info_table > tbody > tr > td.table-cell.type3 {
    padding: 0;
}
.recruit_info_table > tbody > tr > td.table-cell.type3 table > thead > tr > th {
    width: auto;
}
.recruit_faq_item {
    border-top: 1px solid #1a1a1a;
    border-top: 1px solid var(--clr-body);
    border-bottom: 1px solid #1a1a1a;
    border-bottom: 1px solid var(--clr-body);
    padding: 1.5rem 2rem;
}
.recruit_faq_item:not(:last-child){
    border-bottom: 1px solid #aaa;
}
.recruit_faq_item .text {
    padding-top: 1.1rem;
}
.recruit_faq_item .text p{
    line-height: 1.8;
}
.faq-01 {
	margin-bottom: 0 !important;
	font-size: 1.25rem;
    scale: 1;
    cursor: pointer;
    padding-right: 3.5rem;
    display: flex;
    gap: 1.25rem;
}
.faq-01::before {
    content: "Q";
    margin-top: -0.1875rem;
    margin-left: -1rem;
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-family: var(--font-en);
}
.faq-main {
    display: block;
}

/* 先輩情報--------------------------------------------------------------- */

/* title */
.ogobTable02 .sameSize .title {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 8px;
}


/* eio01 */
#obogForm_info h2.eio01 {
    padding: 16px 20px;
    font-weight: normal;
    font-size: 2.1rem;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 1px;
    background: #00aaeb;
}
.obogInfo > .obogSec:first-child > h2.dtHead,
.obogInfo > .obogSec:first-child > .dtHead2,
.obogInfo > .obogSec:first-child > h2.eio01,
.obogInfo > .obogSec:first-child > .box01 > .eio01 > h2,
.obogInfo > .obogSec:first-child > .obogInfo > .ogobPhoto01 {
    margin-top: 0;
}
.obogSec > .inner h2.dtHead,
.obogSec > .inner .dtHead2,
.obogSec > .inner .box01 > .eio01 > h2,
.obogSec > .inner .obogInfo > .ogobPhoto01 {
/*    margin-right: -100px;*/
/*    margin-left: -100px;*/
}
.obogSec > .inner h2.dtHead,
.obogSec > .inner .dtHead2,
.obogSec > .inner h2.eio01,
#obogForm_info .box01 > .eio01 > h2,
.obogSec > .inner .box01 > .eio01 > h2,
.obogSec > .inner .obogInfo > .ogobPhoto01,
.obogInfo > .ogobPhoto01 {
    position: relative;
    padding: 7px 0 7px 18px;
    font-weight: normal;
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0;
    background: #aac8cf;
}
#obogForm_info .box01 > .eio01 > h2::before,
.obogSec > .inner h2.dtHead::before,
.obogSec > .inner .dtHead2::before,
.obogSec > .inner h2.eio01::before,
.obogSec > .inner .box01 > .eio01 > h2::before,
.obogSec > .inner .obogInfo > .ogobPhoto01::before,
.obogInfo > .ogobPhoto01::before {
/*
    position: absolute;
    top: 16px;
    left: 20px;
    display: block;
    width: 2px;
    height: calc(100% - 31px);
    background: #fff;
    content: "";
*/
}
.obogInfo h2.dtHead,
.obogInfo .dtHead2,
.obogInfo h2.eio01,
.obogInfo .box01 > .eio01,
.obogInfo > .ogobPhoto01 {
    margin-top: 12px;
    margin-bottom: 12px;
}
.obogInfo h2.dtHead, .obogInfo .dtHead2 {
    position: relative;
    background-color: #aac8cf;
    padding: 10px 0 10px 18px;
    font-weight: normal;
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0;
}
.obogInfo h2.dtHead,
.obogInfo .dtHead2:not(:first-child) {
    margin: 64px 0 0px;
}
/*
.obogInfo h2.dtHead::before,
.obogInfo .dtHead2::before {
    position: absolute;
    top: 16px;
    left: 20px;
    display: block;
    width: 2px;
    height: 31px;
    background: #fff;
    content: "";
}
*/
.box01 > .inner > .listIcon01:not(.seminor) {
    margin-top: 8px;
    margin-bottom: 8px;
}
.box01 > .inner > .listIcon01:not(.seminor):first-child {
    margin-top: 0;
}
.listIcon01.seminor > li {
    padding: 1px 10px;
    color: #ffF;
    background: #3c91cc;
    border-radius: 8px;
}

.listIcon01,
.listIcon02 {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.listIcon04 {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    flex-direction: column;
}

.listIcon01 > li,
.listIcon02 > li,
.listIcon04 > li {
    font-size: 0.8rem;
}

.listIcon01:not(.seminor) > li {
    align-items: center;
    background: #87b65e;
    border-radius: 8px;
    color: #fff;
    display: flex;
    padding: 1px 10px;
}

.listIcon01 > li.em3 {
    background: #e30000;
    display: none !important;
    /* （6/1～は強調アイコンになるため非表示） */
}

.listIcon01 > li.em4 {
    background: #3650b0;
}

.listIcon01 > li.em5 {
    color: #333;
    background: #fff url('../images/icons/icon_em5-20240211012451.png') no-repeat left 6px top 1px;
    border: 1px solid #b2b2b2;
    background-size: 23px;
    padding-left: 30px;
}

.ogobList * + .btnWrapper {
    margin-left: 20px;
}

.box01 > .inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
* + .obogSec {
/*    margin-top: 30px;*/
}
/*-----------------------------------------------
  Table
----------------------------------------------- */
.ogobTable + h3.dtHead {
    margin-right: -50px;
    margin-left: -50px;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
}

.ogobTable02 th,
.ogobTable02 .ogobPhoto {
    display: table-cell;
    flex-direction: column;
    padding: 16px 20px;
    font-weight: normal;
    font-size: 1.0rem;
    color: #333;
}

.obogSec > .inner .ogobTable02 th,
.obogSec > .inner .ogobTable02 .ogobPhoto {
    width: 180px;
    flex-shrink: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    min-width: 180px;
}

#companyData > .inner .ogobTable02 tr:last-of-type th,
#companyData > .inner .ogobTable02 tr:last-of-type .ogobPhoto,
.obogSec > .inner .ogobTable02 tr:last-of-type th,
.obogSec > .inner .ogobTable02 tr:last-of-type .ogobPhoto {
    border-bottom: 1px solid #e6e6e6;
}

.obogSec > .inner .ogobTable02:first-child:not(:last-child) tr:last-child .ogobPhoto {
    border-bottom: 1px solid #fff;
}

.obogSec:not(#recruitRecord) > .inner .ogobTable02:first-child:not(:last-child) tr:last-child .sameSize {
    border-bottom: 0;
}

.obogSec > .inner .ogobTable02:last-child tr.previewLayout:last-child .sameSize {
    border-bottom: 1px solid #e6e6e6;
}

.obogSec > .inner .ogobTable02 tr.previewLayout .sameSize > p:only-child {
    width: 100%;
}

.obogSec > .inner .ogobTable02 tr.ver02 .sameSize {
    flex-wrap: wrap;
    width: 100%;
}

.obogSec > .inner .ogobTable02.ver02 tr {
    background: #e6e6e6;
}

.obogSec > .inner .ogobTable02.ver02 th,
.obogSec > .inner .ogobTable02.ver02 .ogobPhoto {
    color: #333;
    flex-basis: 35px;
}

.obogSec > .inner .ogobTable02.ver02 tr:last-of-type th,
.obogSec > .inner .ogobTable02.ver02 tr:last-of-type .ogobPhoto {
    border-bottom: 1px solid #e6e6e6;
}


.obogInfo {
    max-width: 1130px;
    margin: 10px auto 0;
/*    padding: 64px 80px 80px;*/
    font-size: 1.0rem;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(66, 66, 66, .08), 0 1px 3px 1px rgba(66, 66, 66, 0.16);
    border-right: 1px solid #757575;
    position: relative;
}
.obogInfo.noTab {
    margin-top:32px;
}

.obogInfo::before,
.obogInfo::after {
    display: table;
    content: "";
}

.obogInfo::after {
    clear: both;
}

.obogInfo > *:first-child {
    margin-top: 0 !important;
}

.obogInfo > *:last-child {
    margin-bottom: 0;
}


/* ▼企業情報（先輩情報詳細）(STU_CRP_G_10010A) */
.currentJob > li {
    margin-bottom: 8px;
}

.currentJob > li:last-child {
    margin-bottom: 0;
}
.currentJob > li span{
    display: inline-block;
    width: 68px;
    margin-right: 16px;
    padding: 2px 0 0;
/*    background: #e6e6e6;*/
/*    color: #7b7b7b;*/
    text-align: center;
}
#workStyle dl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#workStyle dl:last-child {
    margin-bottom: 0;
}
#workStyle dl > dt {
    min-width: 95px;
    margin-right: 5px;
}

#workStyle dl > dd {
    position: relative;
    flex-grow: 1;
/*    padding-left: 32px*/
}

#workStyle dl > dd::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
/*    height: 100%;*/
    background: #333;
    transform: translateY(-50%);
}
/* ▲企業情報（先輩情報詳細）*/


.ogobTable th,
.ogobTable td,
.ogobTable02 th,
.ogobTable02 td {
    padding: 16px 20px;
    border-bottom: none;
    vertical-align: top;
    text-align: left;
}
.ogobTable:not(.ogobTable02).has-bg {
    display: block;
    width: 730px;
    margin: 0 auto;
}
.ogobTable:not(.ogobTable02).has-bg tbody,
.ogobTable:not(.ogobTable02).has-bg tr,
.ogobTable:not(.ogobTable02).has-bg th,
.ogobTable:not(.ogobTable02).has-bg td {
    display: block;
}
.ogobTable:not(.ogobTable02) .ogobPhoto {
    width: 160px;
    padding-right: 20px;
}
.ogobTable.ogobList .ogobPhoto {
    width: 320px;
}
.ogobTable.ogobList .ogobPhoto.title {
    text-align: left;
    padding-bottom: 5px;
}
.ogobTable.ogobList .ogobPhoto.title h2 {
    font-size: 1.25em;
}
.ogobTable:not(.ogobTable02) .ogobPhoto img {
    width: 160px;
    max-width: none;
}
.ogobTable.ogobList .ogobPhoto img {
    width: unset;
    height: 168px;
    display: block;
}
.ogobTable:not(.ogobTable02).ogobList tr + tr td {
/*    padding-top: 32px;*/
}

.ogobTable:not(.ogobTable02).ogobList tr + tr .ogobPhoto {
/*    padding-top: 32px;*/
}
.ogobTable.ogobList .ogobPhoto.accordion {
    width: 320px;
    padding: 0px 20px 16px 20px;
    border-bottom: 1px solid #757575;
}
.ogobTable:not(.ogobTable02).ogobList .ogobText .listIcon01 {
    margin-left: -10px;
}
.ogobTable:not(.ogobTable02).ogobList .ogobText .listIcon01 > li {
    margin-left: 10px;
    background: #3c91cc;
}
.ogobTable:not(.ogobTable02).ogobList .ogobText > .senpai {
    display: inline-block;
    margin-bottom: 8px;
    padding: 1px 10px;
    font-size: 1.4rem;
    color: #fff;
    background: #3c91cc;
    border-radius: 8px;
}
.ogobTable:not(.ogobTable02).ogobList .ogobText > h2 {
    margin-bottom: 8px;
}

.ogobTable:not(.ogobTable02).ogobList .ogobText > h2 > p,
.ogobTable:not(.ogobTable02).ogobList td > h2 > p {
    position: relative;
    display: inline-block;
    font-weight: normal;
    font-size: 1.1rem;
}

.ogobTable:not(.ogobTable02).ogobList td > h2 > p::before {
    position: absolute;
    top: 11px;
    left: -3px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1.5px solid #00aaeb;
    border-right: 1.5px solid #00aaeb;
    content: "";
    transform: rotate(45deg) scale(.7) skew(-8deg, -8deg);
    transform-origin: 100% 0;
}
.ogobTable:not(.ogobTable02).ogobList .ogobData {
    display: flex;
    justify-content: space-between;
}
.ogobTable:not(.ogobTable02).ogobList .ogobData h2 > p::before {
    top: 12px;
}
.ogobTable:not(.ogobTable02).ogobList .ogobData .detail {
    margin-top: 8px;
    font-size: 1.6rem;
}
.ogobTable:not(.ogobTable02).ogobList td .lytBtnWrap {
    display: flex;
    flex-wrap: nowrap;
}
.ogobTable:not(.ogobTable02).ogobList td .lytBtnWrap .btnWrapper {
    margin-top: 0;
}
.ogobTable02 {
    display: block;
}
.ogobTable02 tr {
    align-items: baseline;
    height: 100%;
    background: #fff;
}
.ogobTable02 tr.flow .ogobPhoto + td {
    background: #fff;
    flex-direction: column;
    margin: 0 auto;
}
.ogobTable02 .sameSize {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 18px 32px;
/*    min-width: 770px;*/
    max-width: 770px;
}
.ogobTable02 .sameSize .item {
    display: inline-block;
    width: 507px;
    margin-right: 32px;
    vertical-align: top;
}
.ogobTable02 .sameSize .item:only-child {
    width: 100%;
}
.obogSec:not(#editor) > .inner,
.otherCourseList > .inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.ogobData .ogobText .person li {
    overflow-y: visible;
    width: 100%;
    margin: 5px 0 0 5px;
    padding: 0 0 0 35px;
    color: #333;
    text-overflow: ellipsis;
    background-color: transparent;
    background-attachment: scroll;
    background-position: 0 0;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.ogobData .ogobText .person li:first-of-type {
    margin-top: 0;
}
.ogobData .ogobText .person li.name {
    background-image: url("../img/recruite/icon_obog_name_1.svg");
}
.ogobData .ogobText .person li.time {
    background-image: url("../img/recruite/icon_obog_time_1.svg");
}
.ogobData .ogobText .person li.graduate {
    background-image: url("../img/recruite/icon_obog_graduate_1.svg");
}
.ogobData .ogobText .person li.department {
    background-image: url("../img/recruite/icon_obog_department_1.svg");
}
.ogobData .ogobText .person li.work {
    background-image: url("../img/recruite/icon_obog_work_1.svg");
}

.hr_clear, .site-top, .toSitetop {
    display: none;
}
input {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
}


/* ---------------------------------------------------------------先輩情報 */

.nowrap {
     white-space: nowrap;
}
div list_table{

}

.list_table h3{
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  vertical-align: 0.1em;
  margin-top: 10px;
  margin-left: 20px;
  text-shadow: none;
}
.list_table h4{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  vertical-align: 0.1em;
/*  text-shadow: #aaa 1px 0px 1px; */
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 50px;
}

/*　ボタン問合せ　-----------------------------------------------*/
section.section_contact {
  max-width: 340px;
  margin: 10px 10px;
}
section.section_contact.line {
  max-width: 300px;
  margin: 0px 10px 10px 10px;
}

a.btn_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #ffffff;
  border: 5px solid #77b80f;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_contact.net {
  border: 5px solid #07c9ff;
}
a.btn_contact.net:hover {
  color: #ffffff;
  background-color: #07c9ff;
}
a.btn_contact.jin {
  border: 5px solid #f6bb08;
}
a.btn_contact.jin:hover {
  color: #ffffff;
  background-color: #f6bb08;
}
a.btn_contact.jin::before {
  background-image: url("../img/recruite/icon-mail.png");
}
a.btn_contact.tel-gray {
    padding: 20px 20px 20px 55px;
    border: 5px solid #a89c9f;
}
a.btn_contact.tel-gray:hover {
  color: #ffffff;
  background-color: #a89c9f;
}
a.btn_contact.tel-gray::before {
  background-image: url("../img/recruite/icon-tell.png");
}
a.btn_contact.tel2 {
  border: 5px solid #77b80f;
}
a.btn_contact.tel2:hover {
  color: #ffffff;
  background-color: #77b80f;
}
a.btn_contact.tel2::before {
  background-image: url("../img/recruite/icon-tell.png");
}

a.btn_contact::before {
  content: '';
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: 60%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../img/recruite/icon-mail.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_contact span {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
a.btn_contact span span {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 7px;
}
a.btn_contact:hover {
  color: #ffffff;
  background-color: #77b80f;
}
a.btn_contact.line::before {
  content: '';
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: 60%;
  left: 20px;
  margin-top: -30px;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_contact.line {
  height: 110px;
  padding: 0;
}
a.btn_contact.line img{
  max-height: 100px;
}
a.btn_contact.line span {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
a.btn_contact.line span span {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 7px;
}
a.btn_contact.line:hover {
  color: #ffffff;
  background-color: #77b80f;
}
a.btn_contact-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #ffffff;
  border: 5px solid #f6bb08;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_contact-tel::before {
  content: '';
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: 60%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../img/recruite/icon-tell.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_contact-tel span {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
a.btn_contact-tel span span {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 7px;
}
/*-----------------------------------------------　ボタン問合せ　*/
img.my-navi {
   margin-top: 20px;
   max-width: none;
   height: 60px;   
}
/*　ボタン問合せmini　-----------------------------------------------*/
section.section_contact_min {
  max-width: 340px;
  margin: 10px 10px;
  display: inline-block;
  vertical-align: bottom;
}
section.section_contact_min.line {
  max-width: 340px;
  margin: 0px 10px;
  display: inline-block;
}
section.section_contact_min.emp {
    position: relative;
    max-width: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    margin: auto;
}
section.section_contact_min.emp.mobile {
    transform: translate(-50%, 0%);
}
a.btn_contact_min {
  display: flex;
  justify-content: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #ffffff;
  border: 5px solid #FFC107;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_contact_min::before {
  content: '';
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: 60%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../img/recruite/icon-mail.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_contact_min.emp::before {
  background-image: url("../img/recruite/icon-play.png");
  top: unset;
  left: 15px;
  margin-top: unset;
  display: table-cell;
  vertical-align: middle;  
}
a.btn_contact_min span {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
a.btn_contact_min span span {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 7px;
}
a.btn_contact_min:hover {
  color: #ffffff;
  background-color: #FFC107;
}
a.btn_contact_min.line {
  height: 110px;
  border: 5px solid #77b80f;
  padding: 0;
}
a.btn_contact_min.line::before {
  background-image: none;

}
a.btn_contact_min.line img{
  max-height: 100px;
  margin: auto 0;
}
a.btn_contact_min.line span {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
a.btn_contact_min.line span span {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 7px;
}
a.btn_contact_min.line:hover {
  color: #ffffff;
  background-color: #77b80f;
}
a.btn_contact_min.emp {
  height: 65px;
  min-width: 250px;
  border: 5px solid #72A8DB;
  padding: 8px 20px 20px 65px;
}
a.btn_contact_min.emp:hover {
  color: #ffffff;
  background-color: #72A8DB;
}
a.btn_contact_min.emp span {
}
a.btn_contact_min.emp span span {
}
a.btn_contact_min.emp.mobile {
  margin: 10px 0;
}
/*-----------------------------------------------　ボタン問合せmini　*/

/*　TOPへ(リンク)
-----------------------------------------*/　

#topBtn {
	width:100%;
	position:relative;
}
.to_top {
	position:fixed; 
	bottom:20px; 
	right:50px; 
	display:block; 
	background-color:rgba(0,0,0,0.5); 
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:10px;
	border-radius:30px;
	padding-top:30px;
	box-sizing:border-box;
}
.to_top a:link {
	color: #afc6e2;
	text-decoration:none;
}
.topBtn:before {
	content:'\25B2';
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	text-align:center;
	font-size:20px;
}
.topBtn:hover {
	opacity:0.7;
}

/*　TOPICS　
-----------------------------------------*/
.topics_box {
	padding: 10px 0px;	
	border-bottom:dotted 1px; 
}
.topics_date {
	font-size:0.9em;
	font-weight:bold;
	margin:10px 5px 10px 10px;
}
.topics_news {
	font-size:0.9em;
	margin:0px 5px 10px 10px;
}
.topics_detail {
	font-size:0.7em;
	line-height:1.5em;
	margin:0px 5px 10px 10px;
}
.topics_box img {
	width:300px;	
	height:auto;
	margin: 0 12px 24px;	 
}
img.HandP{
	width:200px;
	height:auto;
}
p.interview_ttl{  /* 書籍 ＆ YOUTUBEインタビュー */
	padding:24px 0 12px;
	font-size: 0.9em;
	font-weight:bold
}

/*　フッター　
-----------------------------------------*/
#footer {
	width: 100%;
	height: 340px;
	background-color: #2f3b50;
	margin-top: 40px;
	clear:both;
	/* font-family: "游明朝体", "Yu Mincho", YuMincho, serif; */
}
#r-footer_inner {
	display:none;	
}
#footer_inner {
	color:#fff;
	max-width:960px;
	height: 300px;	
	margin:0 auto;
	padding:0.5em;
}
#footer_inner a {
	color:#fff;
	text-decoration:none;
	/* left: 10px; */
}
#footer_inner a:before {
	background: white;
}
.sitemap {
	width: 128px;
	font-size: 12px;
	float: left;
	margin-right: 20px;
	line-height: 1.5em;
}
.sitemap p {
	padding : 10px 0;
	font-weight:bold;
}
.sitemap li {
	padding: 3px 0;
}
.sitemap_cp {
	width: 105px;
	font-size: 12px;
	float: left;
	margin-right: 15px;	
	line-height: 1.5em;	
}
.sitemap_cp p {
	padding : 10px 0;
	font-weight:bold;
}
.sitemap_cp li {
	padding: 3px 0;
}
.sitemap_igrp {
	width: 245px;
	color:#fff;
	font-size: 12px;
	float: left;
	margin-bottom: 20px;
}
.sitemap_igrp img{
	height:40px;
	padding-right: 5px;
}
.sitemap_igrp img.igrp{
	vertical-align: bottom;
	position: relative;
	top: 5px;
	/* left: 5px; */
}
.sitemap_igrp.mini img{
	height:17px;
    width: 20px;
	padding-right: 5px;
}
.sitemap_igrp p {
	padding : 10px 0;
	font-weight:bold;
}
.sitemap_igrp p.igrp-mark {position: relative;left: 8px;}
.sitemap_igrp li {
	padding: 3px 5px;
	display: inline-flex;}

.sitepolicy{
	font-size:80%;
	font-weight:bold;
	padding:10px 0 0 -10px;
	margin-bottom:20px;
}
.sitepolicy a{
	text-decoration:underline;
}





/* レスポンシブ(MAX920px)
-----------------------------------------------*/
@media only screen and (max-width: 920px) {

#global-nav_content a {
  font-size: 0.9em;
  padding: 8px 0;
}
p.top_title1{
	font-size:1.4em;
	letter-spacing:0.1em;
/*	text-align:center;	*/
/*	text-indent:0.3em;	*/
}
p.top_title2{
	font-size:2em;
	letter-spacing:0.3em;
	/* text-align:center; */
	/* text-indent:0.3em; */
}
#footer {
	width: 100%;
	height: 500px;
}
.empbanner{
	padding:30px 0;
	padding-right:1.35%;
	height:auto;
}
img.empbanner-per{
	width:180px;
	height:auto;
	padding-right:10px;
}
img.empbanner-my{
	width:180px;
	height:auto;
	padding-right:10px;
}
p.career-cr{
	width:170px;
	height:auto;
	border:solid 3px #303f9f;
	display:block;
	text-align:center;
	line-height:2.0em;
	margin:30px 0 2px;
}		
}

/* レスポンシブ(MAX640px)
-----------------------------------------------*/
@media only screen and (max-width: 640px) {
body{
	font-size:80%;
	width: 95%;
    margin-right: auto;
    margin-left: auto;	
}

.top_logomark {
	height: 48px;
	margin-left: 0px;
}
.top_logotype {
	font-size: 1.25rem;
	padding-left:5px;	
	padding-bottom:20px;
}
.bxsliderbox{
	width:100%;	
	height:auto;
}

/* グロ-バルナビ　*/
#global-nav {
	display: none;
	padding-top:8px;
}
#global-nav_inner {
	width:100%;
}
#global-nav_content {
	width:100%;	
	font-size: 0.9em;
	line-height: 2.8em;
}
#global-nav_content a {
	font-size: 1.0em;	
}
#global-nav_content li a{ /* ナビタイトル */
	font-size: 1.0em;
	line-height: 1.0em;
	padding-top: 12px;
}
#global-nav_content li ul.second li{
	font-size: 0.5em;
	line-height: 0.3em;
	border-bottom: solid 1px #fff;
	border-right:none;
}
#global-nav li ul.second a {
/*	padding:3px 0; */
	line-height:1.5em;
	margin-top:0px;
	font-size: 1em;
	line-height: 14px;
	border-bottom: solid 1px #fff;
	border-right:none;
/*	white-space: normal;*/
}

/*グローバルナビ　スマホ用 ----------------------------------------- */
.menu-btn {
    display: flex;
}



/* ----------------------------------------- グローバルナビ　スマホ用 */

main{
	width:100%;
	margin:0 2%;
	float:none;
}
/* イントロ　*/	
#intro h1 {
	font-size:1.3em;
	line-height: 1.2em;
	padding-bottom:0.8em;
}
#intro p {
	font-size:1.0em;
	line-height: 1.3em;	
		
}
/* TOPページメニュー　*/
#menu figure {　
	margin-left:0 auto;
	margin-right:0 auto;
	padding-left:0 auto;
}
/* TOP画像　*/
.bxsliderbox{
	margin-top:0px;	
}
.top_title{
	position:absolute;
	width:auto;
	height:auto;
/*	top:65%;
	left:27%;
*/
	-ms-transform: translate(-21%,34%);
	-webkit-transform: translate(-21%,34%);
	transform: translate(-21%,34%);
	/* background: rgba(225, 225, 225, 0.6); */
	padding: 1.125% 4%;
}
.navi_top_img {
	margin-top:121px;
	padding: 0;

	  height: 35vh;
	  object-fit: cover;
}
p.top_title1{
	font-size:1.0em;
	letter-spacing:0.1em;
/*	text-align:center;	
	text-indent:0.3em;	*/
}
p.top_title2{
	font-size: 2em;
	letter-spacing:0.3em;
	/* text-align:center; */
	/* text-indent:0.3em; */
}
p.top_title3{ /* タイトル1行Ver */
	font-size:1.2em;	
	letter-spacing:0.3em;
	text-align:center;	
	text-indent:0.3em;	
}
.toppage_sentence {
   	width: 98.43%;
	margin-right:10px;
	margin-bottom:20px;		
}
.toppage_pic_frame p {
	font-size:16px;
}
.toppage_pic_frame.u-left { /* トップページ */
	width: 100%;
}
.toppage_pic_frame.u-right { /* トップページ */
	width: 100%;
	float:left;
}
.toppage_pic_frame.m-left { /* トップページ */
	width: 100%;
}
.toppage_pic_frame.m-right { /* トップページ */
	width: 100%;
	float:left;
}
.toppage_img { /* SDGs */
/*	width: 66%; */
	height: auto;
	margin:0 auto;
	padding:10px 0 5px 10px;
	float:none;
}

/* 社長挨拶　*/
#message img{
	margin-left:10px;
	width: 50%;
	heifht:
	auto;
}
.top_name {
	font-size:1.1em;
	line-height: 1.2em;
	float:right;
}
/* 会社案内*/
.corp_img {
	width: 75%;
	height: auto;
	padding:0 auto;
}
.corp_img.blank {
	display: none;
}
/* 事業案内メニュー*/
#b-nav_menu figure {
	margin:0 1.56%;
}
.bus_img {
	width: 75%;
	height: auto;
	padding:0 auto;
}
.bus_img.blank {
	display: none;
}
.menu_name-b { 　　
	font-size:80%;
	width: 35.5%;
	color: #fff;
	background: #303f9f;
	position:absolute;
	top:4.44%;
	left:53%;
	text-align:center;
	padding: 7px 5px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}
.b-name-txt{
	max-width:197px;
	max-height:105px;
	font-size:78%;
	line-height:1.2em;
	letter-spacing: 2px;
	padding: 10px 6px 10px 14px;
	color: #303f9f;
	position:absolute;
	top: 18.666%;
	left:48.888%;
	width: 40%;
	height: auto;
}
.info-readmore {
	width: 140px;
	height:12px;
	font-size:50%;
	font-weight:bold;
	background: rgba( 255, 255, 255, 0.35 );
	position:absolute;
	right:10px;	
	bottom:-10px;
	text-align:center;
	letter-spacing:0.5em;
	padding: 5px 0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}
/* 各種事業・活動ページ*/
.act_sentence-top {　
   	width: 100%;
	margin:0 auto;
	padding:10px;
}
.act_sentence {
   	width: 98.43%;
	margin-right:10px;
	margin-bottom:20px;		
}
.act_sentence.line{
   	width: 98.43%;
}
.actsdgs_sentence-top {　
   	width: 100%;
	margin:0 auto;
	padding:10px;
}
.actsdgs_sentence {
   	width: 98.43%;
	margin-right:10px;
	margin-bottom:20px;		
}
.actsdgs_pic_frame p {
	font-size:16px;
}
.actsdgs_pic_frame.u-left { /* SDGs取り組み */
	width: 100%;
}
.actsdgs_pic_frame.u-right { /* SDGs取り組み */
	width: 100%;
	float:left;
}
.actsdgs_pic_frame.m-left { /* SDGs取り組み */
	width: 100%;
}
.actsdgs_pic_frame.m-right { /* SDGs取り組み */
	width: 100%;
	float:left;
}
.act_img {
	width: 75%;
	height: auto;
	padding:0 auto;
}
.act_img.blank {
	display: none;
}
.actqsc_img { /* QSC活動BeforeAfter */
	width: 94%;
	height: auto;
	margin:0 auto;
	padding:5px 0 5px 10px;
}
.actsdgs_img_mark { /* SDGs シンボルマーク */
/*	width: 25%; */
	height: auto;
	margin:0 auto;
	padding:5px 0 5px 5px;
}
.actsdgs_img_mark.popmsg{ /* SDGs */
	width: 50%;
}
.actsdgs_img { /* SDGs */
/*	width: 66%; */
	height: auto;
	margin:0 auto;
	padding:10px 0 5px 10px;
	float:none;
}
.actsdgs_sentence.pop {
	width: 90%;
}
.act_intro_title-1 { /* 健康経営宣言 */
	font-weight:bold;
	font-size:130%;
	padding:10px 0;
}
.act_intro_title-2 { /* 健康経営宣言 */
	font-weight:bold;
	font-size:120%;
	padding-top:20px;
}
/* 安全衛生活動テーマ*/
.act_theme {
	width: 100%;
	height: auto;
	float:left;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	float:left;
}
.act_policy {
	width: 93.5%;
	height: auto;
	float:left;
	margin-left:auto;
	margin-right:auto;
	float:left;
}
.act_sentence-top {
	font-size: 90%;
	width:100%;	
	padding:0 auto;
	float:left;	
}
/* 採用情報 */
.recruit_info_table > tbody > tr > th,
.recruit_info_table > tbody > tr > td {
　　border-bottom: none;
    display: block;
    width: 100%;
    font-size: unset;
	padding:0;
}
.recruit_info_table table > tbody > tr > th,
.recruit_info_table table > tbody > tr > td {
    font-size: unset;
	padding:0;
}
.recruit_info_table table > thead > tr > th {
	font-size: unset;
}
.recruit_info_table table > tbody > tr > td.mobile {
    display: none;
}
.recruit_info_table table > tbody > tr > td.nonmobile {
    display: table-cell;
}
.recruit_info_table > tbody > tr > td.table-cell.type2 {
    padding: 0;
    width 70%
}
.recruit_info_table > tbody > tr > td.table-cell.type3 table > thead > tr > th.mobile {
    display: none;
    width: auto;
}
.faq-01 {
    font-size: 1.1rem;
    padding-right: unset;
    gap: 0.75rem;
}
.recruit_faq_item {
    padding: 1rem 1rem;
}
.recruit_faq_item .text {
    font-size: 1rem;
}
.accordion-hidden:checked+.accordion-open+.accordion-inner {
	padding: unset;
}
.obogInfo {

}
.ogobTable.ogobList {
	display: block;
}
.ogobTable.ogobList .ogobPhoto {
	display: block;
    width: 100%;
    padding: 0 0;
}
.ogobTable.ogobList .ogobPhoto img {
	display: block;
    width: auto;
/*    margin: unset;*/
}
.ogobTable.ogobList .ogobPhoto.title {
    padding-top: 5px;
    padding-left: 5px;
}
.ogobTable tr {

}
.ogobTable.ogobList .ogobPhoto.accordion {
    padding: 0 0 0 10px;
}
.ogobTable th, .ogobTable td,
.ogobTable02 th, .ogobTable02 td {
	padding: 16px 10px;
	border-right: 1px solid #757575;
}
.ogobTable:not(.ogobTable02).ogobList .ogobData,
.ogobTable:not(.ogobTable02).ogobList .ogobText {
    display: block;
    border-right: none;
}
.ogobTable:not(.ogobTable02).ogobList .ogobText > h2,
.ogobTable:not(.ogobTable02).ogobList .ogobText > ul,
.ogobTable:not(.ogobTable02).ogobList .ogobText > ul > li {
    display: block;
    width: auto;
}
.ogobTable:not(.ogobTable02).ogobList tr + tr .ogobPhoto {
    display: block;
    width: auto;
    border-right: none;
}
.ogobList * + .btnWrapper {
	display: block;
}
.ogobTable02 {
    width: 100%;
}
.ogobTable02 .sameSize {
	display: block;
	padding: 12px 14px;
}
.currentJob > li {
}
a.btn_contact_min {
    height: auto;
    padding: 20px 3px 20px 55px;
}
.nowrap {
    white-space: normal;
}
.last td:last-child {
	border-bottom: solid 1px #ccc;
	width: 100%;
}
.tbl-r02 {
	width: 80%;
}
.tbl-r02 th,
.tbl-r02 td {
	border-bottom: none;
	display: block;
	width: 100%;
}
.wel_sentence {
    width: 100%;
}
.wel_img {
    width: 90%;
}
#emp_info{
	margin:0 auto;
	padding:10px 2.08%;
	display:flex;
	flex-direction:column;
	flex-flow:row wrap;
	justify-content:center;
}
.contactgroup {
display:inline-block
}

.empbanner-per{
	padding:0;
	width:auto;
	height:auto;
	padding:0;
}
.empbanner-my{
	padding:0;
	width:80%;
	height:auto;
	padding:none;
}
p.career-cr{
	max-width:195px;
	height:auto;
	border:solid 1px #303f9f;
	display:block;
	text-align:center;
	line-height:2.0em;
	margin:10px 0 0;
}
empbanner_tbl{
	padding-top:20px;
}		
empbanner_tbl>img{
	width:160px;
	height:auto;
}
#mark {
	height: 50px;
	margin-top:25px;
	padding-top: 25px;
	padding-left:0px;
	padding-bottom: 10px;
}
#mark p {
	font-size:90%;
	display:none;
}
#mark img {
	height: 50px;
	padding-left: 10px;
}
#mark img {
	height: 38px;
	width:auto;
}

#mark img.yoko{
	height: 54px;;
}
#mark img.funto{
	height: 40px;
}
#mark ul li {
	clear: both;
    display: contents;
}
.top_markparab.bar {
    position: relative;
	left: 78%;
    width: 65px;
    margin-top: 0px;
}
/* マーク各種　*/

#footer{
	width: 100%;
	height: 100%;
	background-color: #757575;	
	margin-top: 0px;
}
#footer_inner {
/*	display:none; */
}
#r-footer_inner {
	display:block;	
	padding:10px;
	color:#FFF;
}
.sitepolicy {
	font-size:50%;
}
.sitemap {
	display:none;
}
.sitemap_cp {
	display:none;
}
.sitemap_igrp {
}
.sitemap_igrp p {
    padding: 0;
}
.sitemap_igrp.mini {
    line-height: 2.5rem;
    margin-top: 10px;
    margin-bottom: 0px;
}
.br-sp { /* スマホ用改行 */
	display: block;
}

}

/* レスポンシブ(MIN1600px)
-----------------------------------------------*/
@media screen and (min-width: 1599px) {
.top_imgtitle h1 {
    font-size: 5.5rem;
}
.top_imgtitle h2 {
    font-size: 2.5rem;
}
.top_imgtitle h2.imark {
    font-size: 3rem;
}
.top_imgtitle h4 {
    font-size: 2.4rem;
}
.top_imgtitle div.g2 {
	top: 69%;
    left: 8%;
}
.top_imgtitle div.g3 {
    top: 78%;
    left: 10%;
}

}
/* レスポンシブ(MAX600px　元420px)
-----------------------------------------------*/
@media screen and (max-width: 599px) {

.icp_logotitle {
	padding-top: 12px;
	padding-left: 2px;
}
.headerbar {
	margin-left: 5px;
	top: 67px;
}
#intro {
	margin-top: 36px;
}
/* イントロ　*/	
#intro h1 {
	font-size:1.8em;
	line-height: 1.2em;
	padding-bottom:0.8em;
}
#intro p {
	font-size:1.2em;
	line-height: 1.3em;
		
}	
br.res_br{
	display:inline;
}
/* TOPページコンテンツメニュー　*/
.slider {
	left: 0;
	width: 100%;
	margin-top: 89px;
}
.t-readmore {
	display: block;
}
.toppage_img {
	width: 95%;
}
.p-title {
	display: block;
}
.top_imgtitle h1 {
	font-size: 2rem;
	font-weight: bold;
	font-family: sans-serif, serif;	
}
.top_imgtitle h2.imark {
	font-size: 1.7rem;
	font-weight: bold;
	font-family: sans-serif, serif;	
}
.top_imgtitle h2 {
	font-size: 1.5rem;
/*	font-family: sans-serif, serif;	*/
}
.top_imgtitle h4 {
	font-size: 1.2rem;
	font-weight: bold;
	font-family: sans-serif, serif;
}
.top_imgtitle h3 {
	font-size: 1.3rem;
}
.top_imgtitle div.g1 {
	top: 41%;
}
.top_imgtitle div.g2 {
	top: 70%;
	left: 5%;	
}
.top_imgtitle div.g3 {
	left: 20%;
}
.top_imgtitle div.g4 {
	top: 55%;
	left: 47%;
}

.slider .image1 {
	opacity: 1;
	background-position: 16% center;
/*
	-webkit-animation: none;
	    animation: none;
*/
}
.slider .image2 {
	background-position: 16% center;
}
.slider .image3 {
	background-position: 85% center;
}
.slider .image4 {
	background-position: 43% center;
}
.slider::after {
	box-shadow: inset 0px -7px 7px 0px white;
}

.top-scroll {
	bottom: 24%;
    right: -2%;
}
.top-scroll a {
	font-size: 1.0rem;
	color: #666;
}
.top-scroll a::before {
	color: #666;
	background-color: #666;
}
#book ul li {
    max-width: 100%;
}
/* TOP 会社案内　*/
#menucorp {
    padding: 0 9px;
}
.each_top-corp {
	width: 100%;
	padding: 30px 0px 25px 0px;
	margin-left: 0px;
}
.top-corp.m-left {
	width: 100%;
}
.top-corp.m-right {
    top: 70px;
    right: 40px;
}
.top-corp.m-right img {
	opacity: 0.5;
	margin-top: 16px;
}
.top-corp.m-left ul.list-corp {
	display: block;
}
.menu-box {
	margin: 10px 15px 5px 10px;
}
/* TOP 事業案内　*/
#menubusiness {
    padding: 0 5px;
}
.each_top-business {
	width: 100%;
	padding: 30px 0px 25px 0px;
	margin-left: 0px;
}
.box-business {
	padding: 5px 5px 15px 5px;
	margin: 0px;
}
.top-business.m-left ul.list-business {
	display: block;
}
.top-business .menu-box {
    width: 43%;
    margin-right: 10px;
}
.box-business .image {
	filter: grayscale(0%);
}
p.btn-type01b a::after {
	width: 9px;
}
/* TOP 取組み　*/
.each_top-activity {
	width: 100%;
}
.each_top-activity h2 {
    width: 100%;
}
.top-activity.m-left {
	display: block;
	min-height: auto;
	padding-bottom: 20px;
}
.top-activity.m-left .box-image {
	width: 100%;
	overflow: inherit;	
}
.top-activity.m-left .box-image img {
    /* display: block; */
    position: absolute;
    opacity: 0.5;
    width: 62%;
    left: 20%;
    height: auto;
    border-radius: 14%;
    /* background-color: #fff; */
    /* top: 54%; */
    margin-top: 60px;
    transform: none;
}
.top-activity.m-left ul.list-activity {
    display: flex;
    justify-content: unset;
    margin-bottom: 0px;
}
.top-activity.m-inner {
	flex: auto;
    margin-top: 5px;
	padding-top: 25px;
    display: inherit;
    align-items: normal;
}
/* TOP 採用情報　*/
#menuemploy {
    background-color: #fffae0;
    padding: 0 5px;
}
.top-employ.m-left ul.list-employ {
    display: block;
}
.top-employ.m-left ul.list-employ li {
    width: 40%;
    float: left;
}
.each_top-employ {
	width: 100%;
	padding: 30px 0px 25px 0px;
	margin-left: 0px;
}
.top-employ.m-left {
    width: 100%;
}
.top-employ.m-right {
    top: 70px;
    right: 40px;
}
.top-employ.m-right img {
	opacity: 0.2;	
}

/* 採用情報　*/

.empbanner-per{
	margin: 0 auto 10px;
	float:none;
	padding:10px;
}
.empbanner-my{
	width:auto;
	float:none;
	margin-right: 10px;

}
p.career-cr{
	width:100%;
	height:auto;
	border:solid 1px #303f9f;
	display:block;
	text-align:center;
	line-height:2.0em;
	border:0;
	margin:20px 0;
}
.info_dl {
	margin: 3px;
	padding-top: 10px;
}

/* マップ */
.ggmap {
	position: relative;
    width: 100%;
    height: 300px;
    left: 0%;
}

/* 取組み SDGs　*/
p.top_title3{ /* タイトル1行Ver */
	margin-top:40px;
}
.actsdgs_img {
	width: 95%;
}
.actsdgs_img_mark.popmsg{ /* SDGs */
	width: 35%;
	padding:5px 10px 5px 10px;
	margin-bottom: 5px;
}
.each_actsdgs_imggroup {
	display:none;
}
.actsdgs_mark_logo{
	height: 40px;
	padding: 10px 20px 30px 5px;
}
.actsdgs_sentence.pop {
	width: 90%;
	float: none;
}
.modal-content{
  top: 55%;
  height: 70%;
  width: 95%;
	padding: 0px;
	transform: translate(-50%, -55%);
}
.popup-body{
	width: 90%;
	height: 75%;
	transform: translate(0%, 0%);

	top: 18%;
	left: 5%;
/*	overflow: hidden; */
}

}

