*, *:before, *:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .05em;
	color: #333;
	overflow-wrap: break-word
}

@media(max-width:860px) {
  body {
    font-size: min(3.467vw,0.875em);
    letter-spacing: .03em
  }
}

@media(min-width:860px) {
  .sp {
    display: none !important
  }
}

@media(max-width:860px){
  .pc {
    display: none !important
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer
}

a, a:hover {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

a:hover {
  color: #999
}

a:hover img {
  opacity: .8;
}

a img, a:hover img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

ul li {
	list-style-type: none;
}

.indent {
	text-indent: -1em;
  	padding-left: 1em;
}

.indent2 {
	padding-left: 1em;
}

a.textLink {
	text-decoration: underline;
}

span.inlineblock {
	display: inline-block;
}

.boldtext {
	font-weight: 700;
}

span.fontLight{
		font-weight: lighter;
}

/*----------------------- header -----------------------*/

#navi {
  	background-color: #FFF;
  	position: fixed;
  	top: 0;
  	left: 0;
  	height: 60px;
 	width: 100%;
	z-index:10;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
/* チェックボックスを非表示 */
#navi input {
  display: none;
}
/* 左上ロゴ */
.menu-left {
  float: left;
  line-height: 60px;
}

.menu-left img {
  	vertical-align: middle;
  	margin-left: 80px;
	width: 211px;
	height: 36px;
}

@media screen and (max-width: 860px) {
  .menu-left img {
	  width: 29.333vw;
	  height: auto;
	  margin-left: 4.8vw;
	}
}

/* 上部メニュー */
.menu {
	position: relative;
  float: right;
  margin-right: 80px;
}

@media screen and (max-width: 860px) {
	.menu {
		margin-right: 0;
	}
}

@media screen and (min-width: 861px) {
	.menu a:hover {
  color: #fd2a0d;
}	
}

.menu-parent {
  float: left;
  margin-right: 30px;
  line-height: 60px;
  white-space: nowrap;
}

@media screen and (max-width: 860px) {
	.menu-parent {
		margin-right: 0;
	}
}

@media screen and (min-width: 861px) {
	.menu-parent > a:hover::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #fd2a0d;
  position: absolute;
  bottom: 0px;
  z-link: 2;
  left: 0;
}

	.menu li.menu-parent a.current::after {
	content: '';
  width: 100%;
  height: 3px;
  background: #fd2a0d;
  position: absolute;
  bottom: 0px;
  z-link: 2;
  left: 0;
}
	.menu li.menu-parent a.current {
	color: #fd2a0d;
}
}

/* パソコンでは V を非表示 */
.menu-parent .pd {
  display: none;
}

/* 上部メニューの最後の項目 */
.menu-parent:last-child {
  margin-right: 0px;
}

#menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 860px) {
  /* スマホの際に V を表示 */
  .menu-parent .pd {
    display: inline-block;
    width: 100%;
    color: #fd2a0d;
  }
  .menu {
    display: none;
  }
  .menu-parent {
    height: auto;
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #DDD;
    background-color: #f5f5f5;
  }
	
	@media screen and (max-width: 860px) {
		.menu-parent {
			padding: 0 0 0 5.333vw;
		}
	}
	
  .menu-parent:first-child {
    border-top: 1px solid #DDD;
  }
  .menu-parent i {
    padding: 0px 6px;
  }
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
}

/* ドロップダウンメニュー */
.menu-parent {
  position: relative;
}
.menu-parent .menu-child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  /*margin-left: -10px;*/
  width: auto;
  box-sizing: border-box;
  padding: 0px 20px;
	background-color: #fff;
}

@media screen and (max-width: 860px) {
	.menu-parent .menu-child {
		background-color: #f5f5f5;
	}
}

/* パソコン用 */
@media screen and (min-width: 860px) {
  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;
  }
}
/* スマホ用 */
@media screen and (max-width: 860px) {
  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * .menu {
    display: block;
    opacity: 1;
  }
  #menu-navibtn:checked ~ * .menu-parent {
    max-height: inherit;
    overflow-y: visible;
  }
  #menu-navibtn:checked ~ * .menu-child {
    max-height: 0;
    overflow-y: hidden;
    visibility: hidden;
  }

  /* 子メニュー */
  .menu-parent .menu-child {
    border-top: 1px solid #DDD;
    position: relative;
    padding: 0 20px;
    opacity: 1;
    top: 0;
    margin-left: auto;
    left: auto;
    width: auto;
  }
	
	.menu-child li a {
		display: block;
	}
	
  .menu-parent > label:hover {
    cursor: pointer;
    cursor: hand;
  }
  /* 子メニューがクリックされた時 */
  #navi input[type="checkbox"]:checked ~ .menu-child {
    max-height: inherit;
    overflow-y: visible;
    visibility: visible;
  }
  .angletoggle:before {
    content: "\f107";
  }
  #navi input[type="checkbox"]:checked ~ * .angletoggle:before {
    content: "\f106";
  }
}
/* 子メニュー */
.menu-child li {
  font-size: 14px;
  border-bottom: 1px solid #DDD;
  line-height: 1.5;
}

.menu-child li a {
	display: block;
	padding: 1em 0;
}

@media screen and (max-width: 860px) {
	.menu-child li {
		font-size: min(3.733vw,0.875rem);
	}
}

/* 余分な最後の線を消去 */
.menu-child li:last-child {
  border: none;
}
.menu-child li i {
  margin-right: 3px;
}

/* ハンバーガー */
#navi #navibtn {
  display: none;
}
@media screen and (max-width: 860px) {
  #navi #navibtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #navibtn span {
    display: block;
    width: 40px;
    height: 40px;
  }
  #navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  #navibtn span span::before,
  #navibtn span span::after,
  #navibtn span::after {
    position: absolute;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #333;
  }
  /* 上の棒 */
  #navibtn span span::before {
    top:10px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top:19px;
    -webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
  }
  /* 下の棒 */
  #navibtn span::after {
    bottom:10px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom:18px;
    -webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
  }
  /* 中の棒 */
  #navibtn span span::after {
    top:18px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;
  }
}

/*----------------------- main -----------------------*/

/* 本文をメニューの高さ分下げる */
#main {
  margin-top: 60px;
}

.mv_bg img {
  width: 100%;
}

.container {
	max-width: 1000px;
	padding: 100px 0;
	margin: 0 auto;
}

@media screen and (max-width: 860px) {
	.container {
		width: 90%;
		padding: 10% 0;
	}
}

.gray {
	background-color: #f5f5f5;
}

h2.h2_ja {
	text-align: center;
	font-size: 36px;
	line-height: 1.5;
	font-weight: 600;
	color: #606060;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 860px) {
	h2.h2_ja {
		font-size: min(5.867vw,1.375rem);
		margin-bottom: 1em;
	}
}

p.bodytext {
	margin-bottom: 2em;
}

span.emphasis {
	font-size: 24px;
	font-weight: 600;
}

@media screen and (max-width: 860px){
	span.emphasis {
		font-size: min(4.8vw,1.125rem);
	}
}

h2.h2_en {
	margin-bottom: 3.75em;
	text-align: center;
	font-weight: 600;
}

@media screen and (max-width: 860px) {
	h2.h2_en {
		margin-bottom: 2em;
	}
}

h2.h2_en span.h2_main {
	font-size: 44px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
    font-style: italic;
	font-weight: 700;
	color: #606060;
} 

@media screen and (max-width: 860px) {
	h2.h2_en span.h2_main {
		font-size: min(6.933vw,1.625rem);
	}
	h2.h2_en span.h2_sub {
		font-size: min(2.667vw,0.625rem);
	}
}

.services_wrap {
	display: flex;
	margin: 0 auto 60px;
}

.services_wrap .Link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 860px) {
	.services_wrap {
		display: block;
		margin: 0 auto 6%;
	}
}

.services_wrap:last-child {
	margin: 0 auto;
}

.reverse {
	flex-direction: row-reverse;
}

.services_text_wrap {
	position: relative;
	width: 500px;
	height: 310px;
	background-color: #fff;
	border-left: 3px solid #a7a7a7;
	padding: 1.8em 2.5em;
	margin: 0 auto;
	flex-shrink: 1;
}

.services_text_wrap:before {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 50%;
	top: 0;
    left: -3px;
    background-color: #fd2a0d;
	z-index: 2;
}


@media screen and (max-width: 860px) {
	.services_text_wrap {
		height: auto;
	}
}

@media screen and (max-width : 898px ){
	.services_text_wrap {
		width: 100%;
	}
	
	.services_img img {
		width:100%;
	}
}

.services_img {
	margin: 0 auto;
	max-width: 500px;
}

.services_text h3 {
	font-size: 30px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif ;
    font-style: italic;
	font-weight: 700;
	margin-bottom: 1em;
}

@media screen and (max-width: 860px) {
	.services_text h3{
		font-size: min(5.867vw,1.375rem);
	}
}

p.viewmoreLink {
	width: 100%;
	font-family: 'Roboto', sans-serif;
    font-style: italic;
	font-weight: 500;
	margin-top: 2em;
}

p.viewmoreLink span {
    padding-right: 5em;
    transition: opacity .3s;
    position: relative;
}

p.viewmoreLink span:after {
    content: '';
	position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fd2a0d;
    border-bottom: 2px solid #fd2a0d;
    transform: rotate(-45deg);
    top: 5px;
    right: 0;
}

p.viewmoreLinkRight {
	width: 100%;
	font-family: 'Roboto', sans-serif;
    font-style: italic;
	font-weight: 500;
	margin-top: 1em;
	text-align: right;
}

p.viewmoreLinkRight span {
    padding-right: 2em;
    transition: opacity .3s;
    position: relative;
}

p.viewmoreLinkRight span:after {
    content: '';
	position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fd2a0d;
    border-bottom: 2px solid #fd2a0d;
    transform: rotate(-45deg);
    top: 5px;
    right: 0;
}
/*----------------------- footer -----------------------*/

footer {
	width:100%;
}

.footer_up {
	position:relative;
	background-color: #333;
	padding: 2em 0;
}

.footer_up_inner, .footer_down_inner {
	width: 90%;
	margin:0 auto;
}

.footer_menu {
	font-size: 14px; 
	color: #fff;
}

@media screen and (max-width: 860px) {
	.footer_menu {
		font-size: min(3.2vw,0.75rem);
	}
}

.footer_menu a {
	color: #fff;
}

.footer_menu a:hover {
	color: #a7a7a7;
}

.footer_down {
	position:relative;
	background-color: #fff;
	padding: 1em 0;
}

.footer_down_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_logo img {
	width: 166px;
	height: 28px;
	margin: 0 2em .3em 0;
	vertical-align: bottom;
}

.footer_logo {
	font-size: 14px;
    white-space: nowrap;
}

.copyright {
	font-size: 12px;
}

@media screen and (max-width: 860px) {
	.footer_logo, .copyright {
		font-size: min(2vw,0.6rem);
	}
	.footer_logo img {
		width: auto;
		height: 3vw;
		margin: 0 0.5em .3em 0;
	}
}

.logo_nowrap {
    white-space: nowrap;
}

.privacyMark img {
	width: 80px;
	height: 80px;
	vertical-align: top;
}

.ismsMark img {
	width: 199.5px;
	height: 121.5px;
	margin-left: 30px;
}

@media screen and (max-width: 860px) {
	.privacyMark img {
		width: 8vw;
		height: 8vw;
	}
	.ismsMark img {
		width: auto;
		height: 16vw;
		margin-left: 10px;
	}
}

.btn_pagetop a {
	position: absolute;
	top: -36px;
	right: 40px;
}

@media screen and (max-width: 860px) {
	.btn_pagetop a {
		top: -21px;
		right: 6vw;
	}
}

.btn_pagetop img {
	width: 72px;
	height: 72px;
}

@media screen and (max-width: 860px) {
	.btn_pagetop img {
		width: 42px;
		height: 42px;
	}
}

/*----------------------- button -----------------------*/

.linkBtn_wrap {
	position: relative;
	max-width: 440px;
	max-height: 80px;
	margin: 2em auto 1em;
	text-align: center;
}

.linkBtn2line_wrap {
	position: relative;
	max-width: 440px;
	max-height: 120px;
	margin: 2em auto 1em;
	text-align: center;
}

.linkBtn_ThoughtSpot {
	margin-bottom: 5em;
}

@media screen and (max-width: 800px) {
	.linkBtn_ThoughtSpot_sp {
		margin-bottom: 7em;
	}
}

@media screen and (max-width: 480px) {
	.linkBtn_ThoughtSpot_sp {
		margin-bottom: 10em;
	}
}

.linkBtn_wrap a.linkBtn {
	display: block;
	background-color: #606060;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	padding: 1.5em 2em;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.linkBtn2line_wrap a.linkBtn {
	display: block;
	background-color: #606060;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	padding: 1.5em 2em;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.linkBtn_wrap a.linkBtn img {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 36%;
	right: 2em;	
}

.linkBtn2line_wrap a.linkBtn img {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 42%;
	right: 2em;	
}

.linkBtn_wrap a.linkBtn img.ThoughtSpot {
	top: 72%;
}

.linkBtn_wrap a.linkBtn img.eco2 {
	top:53%;
}

.linkBtn_recruit {
	pointer-events:none;/*リンクを非リンクに変える*/
	cursor:default;/*マウスカーソルを矢印のまま変えない*/
}

.linkBtn_wrap a.linkBtn img.mail_w {
	width: 24px;
	height: 18.5px;
	top: 37%;
}

.linkBtn2line_wrap a.linkBtn img.mail_w {
	width: 24px;
	height: 18.5px;
	top: 37%;
}

.linkBtn_wrap a.linkBtn:hover {
	opacity: .8;
}

.linkBtn2line_wrap a.linkBtn:hover {
	opacity: .8;
}

@media screen and (max-width: 860px) {
	.linkBtn_wrap a.linkBtn {
		font-size: min(4.267vw,1rem);
		padding: 1.5em;
	}
	
	.linkBtn2line_wrap a.linkBtn {
		font-size: min(4.267vw,1rem);
		padding: 1.5em;
	}
	
	.linkBtn_wrap a.linkBtn img.mail_w {
		top: 46%;
	}
	
	.linkBtn2line_wrap a.linkBtn img.mail_w {
		top: 46%;
	}
}

/*----------------------- common -----------------------*/

.space_all {
	margin: 1.5em;
}

.space_top {
	margin-top: 1.5em;
}

.space_bottom {
	margin-bottom: 1.5em;
}

.space_right {
	margin-right: 1.5em;
}

.space_left {
	margin-left: 1.5em;
}

.spaceBig_top {
	margin-top: 2.5em;
}

.spaceBig_bottom {
	margin-bottom: 2.5em;
}

/*----------------------- services -----------------------*/


.heading {
	background: url("../img/underlayer_heading_bg.jpg") center center;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 4.5em 0 6.5em;
}

.heading .heading_inner {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 860px) {
	.heading .heading_inner {
		width: 85%;
	}
}

h1.h1_en {
	color: #fff;
}

h1.h1_en span.h1_main {
	font-size: 60px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
    font-style: italic;
	font-weight: 700;
} 

h1.h1_en span.h1_sub {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
} 

@media screen and (max-width: 860px) {
	h1.h1_en span.h1_main {
		font-size: min(11.2vw,2.625rem);
	}
	h1.h1_en span.h1_sub {
		font-size: min(3.2vw,0.75rem);
	}
}

.framebox {
	max-width: 1000px;
	padding: 2.5em;
	border: 1px solid #dcdcdc;
	margin-bottom: 1.875em;
	background-color: #fff;
}

.nonframebox {
	max-width: 1000px;
	padding: 2.5em;
	margin-bottom: 1.875em;
	background-color: #fff;
}

@media screen and (max-width: 860px) {
	.framebox, .nonframebox {
		padding: 1.5em 2em;
	}
}

h4.withUnderline {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 2em;
	position: relative;
}

h4.withUnderline::after {
	content: "";
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -15px;
	background-color: #fd2a0d;
}

@media screen and (max-width: 860px) {
	h4.withUnderline {
		font-size: min(4.267vw,1rem);
	}
}

.paragraph {
	margin-bottom: 1em;
}

.paragraph:last-child {
	margin-bottom: 0;
}

h5.withArrow {
	font-weight: 700;
	margin-bottom: 0.1em;
}

h5.withArrow::before {
	content: '';
	display: inline-block;
	background-image: url("../img/arrow_right_double.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 10px;
	height: 9px;
	margin-right: 6px;
	margin-bottom: 2px;
}

.framebox ul.list li, .nonframebox ul.list li {
	margin-bottom: 0.5em; 
}

.framebox ul.list li, .nonframebox ul.list li:last-child {
	margin-bottom: 0;
}

.h3_container {
	margin-bottom: 6%;
}

.h3_container:last-child {
	margin-bottom: 0;
}

h3.withSideline {
	font-size: 21px;
	line-height: 1.5;
	font-weight: 700;
	border-left: 3px solid #fd2a0d;
	padding-left: 1em;
	margin-bottom: 1em;
}

@media screen and (max-width: 860px) {
	h3.withSideline {
		font-size: min(4.8vw,1.125rem);
	}
}

.flow {
	position: relative;
	max-width: 580px;
	margin: 2em auto 0;
}

.flow p.step_wrap span.step {
	font-family: 'Roboto', sans-serif;
        font-style: italic;
	font-weight: 700;
	margin-right: 1.5em;
}

.flow p.step_wrap span.step_text {
	display: inline-block;
	padding: 1em;
	text-align: center;
	border: 1px solid #dcdcdc;
	width: 500px;
}

@media screen and (max-width: 860px) {
	.flow p.step_wrap span.step_text {
		width: 100%;
	}
}

.triangle {
	margin: 0.5em auto;
	text-align: center;
	padding-left: 45px;
}

.triangle img {
	width: 14px;
  	height: 9.5px;
	vertical-align: middle;
}

@media screen and (max-width: 860px) {
	.triangle {
		padding: 0;
	}
}

.example {
	margin: 2em auto 0;
}

.example_wrap {
	display: flex;
	margin: 0 auto 2em;
}

@media screen and (max-width: 860px) {
	.example_wrap {
		display: block;
	}
}

.example_wrap:last-child {
	margin: 0 auto;
}

.example_wrap .example_img {
	max-width: 445px;
}

.example_wrap .example_img img {
	width: 100%;
}

@media screen and (max-width: 860px) {
	.example_wrap .example_img {
		margin: 0 auto;
	}
}

dl.example_text_wrap {
	max-width: 475px;
	max-height: 200px;
	padding-left: 30px;
}

dl.example_text_wrap dt {
	font-weight: 700;
}

@media screen and (max-width: 860px) {
	dl.example_text_wrap {
		margin: 0 auto;
		padding: 1em 0 0;
		max-width: 445px;
	}
}

table.data {
	width: 100%;
	margin: 0 auto;
}

table.data, table.data th, table.data td {
	border-top: 1px solid #dcdcdc;
}

table.data {
	border-bottom: 1px solid #dcdcdc;
}

table.data th, table.data td {
	padding: 1em 2em;
}

table.data td.nonborder {
	border-top: 0;
	padding-top: 0;
}

table.data td span {
	display: block;
}

@media screen and (max-width: 560px) {
	table.data, table.data th, table.data td {
		display: block;
		border: none;
	}
	
	table.data th {
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
	}
	
	table.data {
		border-bottom: 1px solid #dcdcdc;
	}
	
	table.data th, table.data td {
		padding: 1em;
	}
}

span.note {
	font-size: 14px;
}

@media screen and (max-width: 860px) {
	span.note {
		font-size: min(3.2vw,0.75rem);
	}
}

a img.mail {
	width: 19px;
	height: 14.5px;
	vertical-align: middle;
	margin-right: 0.5em;
}

.centertext {
	text-align: center;
}

img.InfoSecu {
	width: 100%;
	margin-top: 3%;
	margin-bottom: 5%;
}

/*----------------------- company -----------------------*/

.topMessage_img {
	float: right;
	margin: 0 0 2em 2em;
}

@media screen and (max-width: 860px) {
	.topMessage_img {
		float: none;
		margin: 0 0 2em;
		text-align: center;
	}
}

@media screen and (max-width: 860px) {
	.topMessage_img img {
		width: 100%;
	}
}

.topMessage_text p {
	margin-bottom: 1em;
}

p.presidentName {
	text-align: right;
}

#company02 .container, #company03 .container, #company04 .container, #company07 .container {
	padding: 100px 0 0;
}

@media screen and (max-width: 860px) {
	#company02 .container, #company03 .container, #company04 .container, #company07 .container {
		padding: 10% 0 0;
	}
}

#company04 .framebox, #company05 .framebox, #company07 .framebox, #company08 .framebox {
	margin-bottom: 0;
}

#company02 table, #company03 table {
	width: 100%;
	margin: 0 auto;
}

#company02 table, #company02 table th, #company02 table td, #company03 table, #company03 table th, #company03 table td {
	border-top: 1px solid #dcdcdc;
}

#company02 table, #company03 table {
	border-bottom: 1px solid #dcdcdc;
}

#company02 table th, #company02 table td, #company03 table th, #company03 table td {
	padding: 1em 2em;
}

#company02 table th, #company03 table th {
	width: 24%;
}

@media screen and (max-width: 560px) {
	#company02 table, #company02 table th, #company02 table td, #company03 table, #company03 table th, #company03 table td {
		display: block;
	}
	
	#company02 table th, #company02 table td, #company03 table th, #company03 table td {
		padding: 1em;
	}
	
	#company02 table th, #company03 table th {
		width: 100%;
		text-align: cneter;
	}
}

.access_img {
	max-width: 530px;
	margin: 0 auto 60px;
}

@media screen and (max-width: 604px) {
	
	.access_img {
		margin: 0 auto 10%;
	}
	
	.access_img img {
		width: 100%;
	}
}

.access_text1 {
	font-weight: 700;
	color: #3333ff;
}

.access_text2 {
	font-weight: 700;
	color: #33a233;
}

.memberOrganization_wrap {
	display: flex;
}

.memberOrganization {
	width: 33.3%;
	border-right: 1px solid #dcdcdc;
	padding: 0 2em;
}

.memberOrganization:first-child {
	padding: 0 2em 0 0;
}

.memberOrganization:last-child {
	border-right: 0;
	padding: 0 0 0 2em;
}

@media screen and (max-width: 706px) {
	.memberOrganization_wrap {
		display: block;
	}
	
	.memberOrganization {
		width: 100%;
		border-bottom: 1px solid #dcdcdc;
		padding: 1em;
		border-right: 0;
		text-align: center;
	}
	
	.memberOrganization:first-child {
		padding: 0 1em 1em;
	}
	
	.memberOrganization:last-child {
		padding: 1em 1em 0;
		border-bottom: 0;
	}
}

.framebox p.football_text {
	text-align: center;
	font-weight: bold;
}

.football_text {
	margin-bottom: 2em;
}

.football_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.football_wrap .football01, .football_wrap .football02, .football_wrap .football03 {
	width: 33.3%;
}

.football_wrap .football02 {
	text-align: center;
}

.football_wrap .football03 {
	text-align: right;
}

.football_wrap .football01 img,  .football_wrap .football02 img, .football_wrap .football03 img {
	width: 85%;
}

.football_wrap .football01 img.BRIOBECCA_logo {
	margin-bottom: 2em;
}

@media screen and (max-width: 706px) {
	.football_wrap {
		display: block;
	}
	
	.football_wrap .football01, .football_wrap .football02, .football_wrap .football03 {
		width: 100%;
	}
	
	.football_wrap .football01, .football_wrap .football03 {
		text-align: center;
	}
	
	.football_wrap .football01 img,  .football_wrap .football02 img, .football_wrap .football03 img {
		width: 100%;
	}
	
	.football_wrap .football01, .football_wrap .football02 {
		margin-bottom: 2em;
	}
}

/*----------------------- privacy -----------------------*/

h1.h1_ja {
	color: #fff;
	font-size: 46px;
	line-height: 1.5;
	font-weight: 700;
	margin-top: 0.8em
}

@media screen and (max-width: 860px) {
	h1.h1_ja {
		font-size: min(7.467vw,1.75rem);
	}
}

#privacyPolicy p, .complaints p {
	margin-bottom: 1em;
}

p.date {
	text-align: right;
}

/*----------------------- security -----------------------*/

h1.h1_ja {
	color: #fff;
	font-size: 46px;
	line-height: 1.5;
	font-weight: 700;
	margin-top: 0.8em
}

@media screen and (max-width: 860px) {
	h1.h1_ja {
		font-size: min(7.467vw,1.75rem);
	}
}

#security p, .complaints p {
	margin-bottom: 1em;
}

p.date {
	text-align: right;
}


/*----------------------- products -----------------------*/

p.lead {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 860px) {
	p.lead {
		font-size: min(5.333vw,1.0625rem);
	}
	
}

.framebox_wrap, .nonframebox_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.nonframebox_2column, .framebox_2column {
	width: 48.5%;
	padding: 1.875em;
	margin-bottom: 1.875em;
	background-color: #fff;	
}

.nonframebox_2column_eco2manufacturing, .framebox_2column_eco2manufacturing {
	width: 48.5%;
	padding: 1.875em;
	padding-bottom: 5em;
	margin-bottom: 1.875em;
	background-color: #fff;
}

.framebox_2column_eco2manufacturing {
	border: 1px solid #dcdcdc;
}

.nonframebox_2column_eco2sales, .framebox_2column_eco2sales {
	width: 48.5%;
	padding: 1.875em;
	margin-bottom: 1.875em;
	margin-top: 1.875em;
	background-color: #fff;
}

.framebox_2column, .framebox_2column_eco2sales {
	border: 1px solid #dcdcdc;
}

.nonframebox_3column {
	width: 31.6%;
	padding: 1.875em;
	margin-bottom: 1.875em;
	background-color: #fff;	
}

.nonframebox_3column:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.framebox_3column {
	width: 31.6%;
	padding: 1.875em;
	margin-bottom: 1.875em;
	background-color: #fff;	
	border: 1px solid #dcdcdc;
}

.framebox_3column:nth-last-child(-n+3) {
	margin-bottom: 0;
}

@media screen and (max-width: 860px) {
	.framebox_wrap, .nonframebox_wrap {
		display: block;
	}
	
	.nonframebox_2column, .framebox_2column, .nonframebox_2column_eco2sales, .framebox_2column_eco2sales, .nonframebox_2column_eco2manufacturing, .framebox_2column_eco2manufacturing {
		width: 100%;
	}
	
	.nonframebox_3column, .framebox_3column {
		width: 100%;
	}
	
	.nonframebox_3column:nth-last-child(-n+3) {
		margin-bottom: 1.875em;
	}
	
	.framebox_3column:nth-last-child(-n+3) {
		margin-bottom: 1.875em;
	}
}

img.eco2_system_diagram {
	width: 100%;
}

img.shaluck_after,img.shaluck_before {
	width: 100%;
}

img.shaluck_after {
	margin-top: 5%;
}

img.shaluck_before {
	margin-top: 2%;
	margin-bottom: 7%;
}

p.beforelist {
	padding-bottom: 3%;
}

p.afterlist {
	padding-top: 3%;
}

.function_img {
	width: 100%;
	height: 94px;
	text-align: center;
}

.function_img img {
	width: 64px;
}

.function_img img.wide {
	width: 71px;
}

h6 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 0.5em;
}

h2.h2_ja span.h2_ja_sub {
	font-size: 18px;
}

@media screen and (max-width: 860px) {
	h2.h2_ja span {
		font-size: min(3.2vw,0.75rem);
	}
}

img.BESS_system_diagram {
	width: 100%;
	margin-top: 3%;
}

img.TS_company,img.TS_architecture,img.TS_term,img.TS_process,img.TS_BeforeTS,img.TS_AfterTS {
	width: 100%;
	margin-top: 3%;
}

img.PreOne {
	width: 100%;
	margin-top: 3%;
	margin-bottom: 5%;
}

table.encryption th {
	padding-right: 2em;
}

@media screen and (max-width: 860px) {
	table.encryption th, table.encryption td {
		display: block;
	}
}

ul.server_structure {
	display: flex;
	margin: 1em auto;
}

li.server_structure_item {
	max-width: 240px;
	background-color: #efefef;
	padding: 0.25em 1.5em;
	text-align: center;
	margin-right: 2em;
	position:relative;
}

.server_structure_item p {
	width: 100%;
}

.server_structure_item:nth-last-child(n+2)::before {
	content: '';
	position: absolute;
	border: 6px solid transparent;
    border-left: 8px solid #a0a0a0;
	top: 13px;
    right: -27px;
}

@media screen and (max-width: 860px) {
	ul.server_structure {
		display: block;
	}
	
	li.server_structure_item {
		width: 100%;
		margin: 0 auto 2em;
	}
	.server_structure_item:nth-last-child(n+2)::before {
		border-left: 6px solid transparent;
		border-top: 8px solid #a0a0a0;
		top: auto;
		bottom: -70%;
		right: 50%;
	}
}

.paragraph_2column {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.paragraph_2column p, img.BESS_cloud_service {
	width: 48%;
}

@media screen and (max-width: 860px) {
	.paragraph_2column {
		display: block;
	}
	
	.paragraph_2column p, img.BESS_cloud_service {
		width: 100%;
	}
	
	img.BESS_cloud_service {
		margin-top: 3%;
	}
	
}

p.p_middle {
	margin-top: 3.5em;
	margin-bottom: 0.8em;
}

p.p_top {
	margin-bottom: 0.8em;
}

p.beforeBlock {
	margin-bottom: 2em;
}

h4.withArrow {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0.3em;
}

h4.withArrow::before {
	content: '';
	display: inline-block;
	background-image: url("../img/arrow_right_double.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 11px;
	height: 9px;
	margin-right: 8px;
	margin-bottom: 3px;
}

@media screen and (max-width: 860px) {
	h4.withArrow {
		font-size: min(4.267vw,1rem);
	}
}