@charset "utf-8";

@import "//fonts.googleapis.com/earlyaccess/notosansjp.css";
@import "lib.css";

/* reset
-------------------------------------------------------------*/

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset{
	margin:0;
	padding:0;
}

header,footer,main,section,article,nav,aside,figure{display:block;}
p,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,thead,tbody,tfoot,th,td,caption{max-height:100%;}

p,li,dt,dl {
	line-height:1.0;
	list-style:none;
}
img {
	border:0;
	vertical-align:middle;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border:none;
}
/*------------------------------------------------
	汎用
------------------------------------------------*/
.mb0 { margin-bottom:0 !important;}

.mb5 { margin-bottom:5px !important;}

.mb10 { margin-bottom:10px !important;}

.mb15 { margin-bottom:15px !important;}

.mb20 { margin-bottom:20px !important;}

.mb25 { margin-bottom:25px !important;}

.mb30 { margin-bottom:30px !important;}

.mb35 { margin-bottom:35px !important;}

.mb40 { margin-bottom:40px !important;}

.mb50 { margin-bottom:50px !important;}


/* lib
-------------------------------------------------------------*/

/* align */
.center {text-align:center !important;}
.right {text-align:right !important;}
.left {text-align:left !important;}
.top {vertical-align: top !important;}
.middle {vertical-align: middle !important;}
.bottom {vertical-align: bottom !important;}
.baseline {vertical-align: baseline !important;}

/* misc */
.clear {clear:both;}
.nowrap {white-space: nowrap !important;}
.break {word-break:break-all;}
.print_break {page-break-before:always;page-break-inside:avoid;}
small {font-size:1.2rem;}
.switch {
	visibility:hidden;
}
.clearfix:after {
	content:"";
	clear:both;
	display:block;
}

/* pc only */
@media screen and (min-width: 769px) {
	.floatL {float:left;margin:0 35px 30px 0;}
	.floatR {float:right;margin:0 0 30px 35px;}
	.boxL {float:left;}
	.boxR {float:right;}
	.hover:hover{
		opacity:0.8;
		transition: all 0.1s ease-in;
	}
}

/* font */

html {
	font-size:62.5%;
}
body {
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	/* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
.noto {
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
}
.noto-bold {
	font-family:'Noto Sans JP', sans-serif;
	font-weight:700;
}

/* color */

body {
	color:#333;
}
a {
	text-decoration:none;
	overflow:hidden;
	outline:none;
	color:#000;
}
@media screen and (min-width:741px){
	a:hover {
		text-decoration:none;
		color:#f00;
	}
}

/* common
-------------------------------------------------------------*/

@media print {
	html,body {
		zoom: 0.9;
	}
	.gnav ul {
		position: absolute;
		right: 0;
		top: 63px;
	}
	.target-box li a {
	box-sizing: border-box;
		width: 300px;
	}

}

@media screen and (min-width:741px),print {
	.container {
		min-width:1200px;
	}
	.sp {
		display:none;
	}
	.inner {
		width:1200px;
		margin: 0 auto;
	}
}
@media screen and (max-width:740px){
	main {
		word-break: break-all;
	}
	.pc {
		display:none;
	}
	img {
		max-width:100%;
		height: auto;
	}
	.inner {
		width:92%;
		padding: 0 4%;
	}
}

/* body
-------------------------------------------------------------*/

#container {
	width: 100%;
	background: url("../../en/image/common_bg_body.png") repeat-x;
}
@media screen and (min-width:741px),print {
	#container {
		padding: 187px 0 500px; /* for js */
		min-width: 1200px;
	}
	#top #container {
		padding: 180px 0 500px; /* for js */
	}
}

/* header_pc
-------------------------------------------------------------*/

header.pc {
	position: relative;
	width: 1200px;
	min-width: 1200px;
	height: 187px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 25px 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
#top header.pc {
	height: 180px;
}

header.pc .lang {
	width: 1200px;
	height: 17px;
	margin: 5px auto 0;
	text-align: right;
	background: url("../images/icon_language.gif") no-repeat 1089px 0;
	letter-spacing: 1px;
	font-size: 1rem;
	line-height: 1.6;
}
header.pc .lang .on {
	opacity: 0.2;
}
.lang .on:hover {
	color: #000;
}
header.pc .logo {
	position: absolute;
	top: 65px;
	left:0;
}
header.pc .gnav {
	position: absolute;
	top: 77px;
	right: 0;
	display: -webkit-flex; display: -ms-flexbox;
	display: flex;
}
header.pc .gnav li {
	letter-spacing:0.75px;
}
header.pc .gnav a {
	display: block;
	height: 50px;
	padding: 0 20px;
	display: -webkit-flex; display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center; -ms-flex-align: center;
	align-items: center;
}
header.pc .gnav .nav00 a {
	display: none;
}
header.pc .gnav .nav06 a {
	padding: 0 29px 0 20px;
}
header.pc .gnav .nav07 a {
	padding: 0 40px 0 41px;
	background-color: #2f64b3;
	color: #fff !important;
}
header.pc .gnav .nav07 a:hover{
	opacity:0.7;
}
header.pc .gnav .on a,
header.pc .gnav a:hover {
	color:#f00;
}

#company header.pc .gnav .nav01 a,
#business header.pc .gnav .nav02 a,
#service header.pc .gnav .nav03 a,
#ir header.pc .gnav .nav05 a {
	color:#f00;
}

header.pc .target {
	position: absolute;
	left: 0;
	bottom: 0;
	display: -webkit-flex; display: -ms-flexbox;
	display: flex;
	width:1200px;
	margin: 12px auto;
}
#top header.pc .target {
	display: none;
}
header.pc .target {
	border-left: 1px solid #d9d9d9;
	text-align: center;
}
header.pc .target li {
	box-sizing: border-box;
	width: 300px;
	border-right: 1px solid #d9d9d9;
}
header.pc .target a {
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	width: 100%;
	display: block;
	padding: 10px 0;
	color: #2f64b3;
}
header.pc .target a:hover {
	color: #f00;
}

@media screen and (min-width:741px),print {
	header.sp {
		display: none !important;
	}
}


/* header_sp
-------------------------------------------------------------*/

header.sp {
	position: relative;
	width: 100%;
	height: 67px;
}
header.sp .logo {
	width: 103px;
	position: absolute;
	top: 22px;
	left: 4%;
}
header.sp .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 67px;
	background: url("../images/icon_header_sp_btn.png") ;
}
header.sp .btn.on {
	background: url("../images/icon_header_sp_close.png") ;
}
header.sp nav {
	display: none;
	position: absolute;
	top: 67px;
	left: 0;
	z-index: 99;
	width: 100%;
	background-color: #eee;
}
header.sp .gnav {
	margin-bottom: 30px;
}
header.sp .gnav a {
	display: block;
	line-height: 1;
	padding: 1em 4%;
	border-bottom: solid 1px #ccc;
}
header.sp .gnav li.sub {
	position: relative;
}
header.sp .gnav li.sub > a::after {
	content: '';
	position: absolute;
	top: 0.55em;
	right: 4%;
	width: 30px;
	height: 30px;
	background: url("../images/icon_header_sp_plus.png") ;
}
header.sp .gnav li.sub > a.on::after {
	background: url("../images/icon_header_sp_minus.png") ;
}
header.sp .gnav li ul {
	display: none;
}
header.sp .gnav li li a {
	padding: 0.75em 4%;
	border-bottom: solid 1px #f2f2f2;
	font-size: 1.4rem;
	background: #dfdfdf;
}
header.sp .gnav li ul {
	border-bottom: solid 1px #ccc;
}
header.sp .gnav li li:last-child a {
	border-bottom: none;
}
header.sp .target {
	margin-bottom: 30px;
}
header.sp .target a {
	display: block;
	line-height: 1;
	margin: 0 4% 10px;
	padding: 1em;
	text-align: center;
	border: solid 2px #ddd;
	background: #fff;
	color: #2f64b4;
}
header.sp .contact {
	margin-bottom: 30px;
}
header.sp .contact a {
	display: block;
	line-height: 1;
	margin: 0 4% 10px;
	padding: 1.2em;
	text-align: center;
	background: #2f64b4;
	color: #fff;
}
header.sp .lang {
	display: block;
	margin: 0 4% 30px;
	text-align: center;
}
header.sp .lang a {
	padding: 0 0 3px;
	line-height: 1;
	font-size: 1.4rem;
}
header.sp .lang .on {
	opacity: 0.2;
	border-bottom: solid 1px #333;
}

/* mainvisual
-------------------------------------------------------------*/

.mainvisual {
	width:100%;
	height: 200px;
	margin:0 auto;
	background-size: cover;
	background: #f2f2f2;
}
@media screen and (min-width:741px),print {
	.mainvisual {
		width: 100%;
		min-width:1200px;
	}
}

#company .mainvisual {
	background: url(../../company/images/mainvisual_pc.jpg) top center no-repeat #f2f2f2;
}
#business .mainvisual {
	background: url(../../business/images/mainvisual_pc.jpg) top center no-repeat #f2f2f2;
}
#service .mainvisual {
	background: url(../../service/images/mainvisual_pc.jpg) top center no-repeat #f2f2f2;
}
#ir .mainvisual {
	background: url(../../ir/images/mainvisual_pc.jpg) top center no-repeat #f2f2f2;
}
.mainvisual .crumb {
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	width:1200px;
	margin:0 auto;
	padding-top: 20px;
	font-size: 1.4rem;
	color: #999999;
	letter-spacing: 1px;
}
.mainvisual .crumb a {
	color: #000000;
}
.mainvisual .crumb a:hover {
	color: #ff0000;
}
.mainvisual h1 {
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size: 3rem;
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
@media screen and (max-width:740px) {
	.mainvisual{
		background: none;
		height: auto;
	}
	.mainvisual .crumb{
	width: 100%;
	position: absolute;
	top: 55px;
	left: 0;
	text-align: center;
	font-size: 1rem;
	}
	.mainvisual h1{
		display: block;
		width: 100%;
		font-size: 2.4rem;
		text-align: center;
		background-color: #f2f2f2;
		padding: 30px 0;
		margin-top: 0;
	}
}

/* main
-------------------------------------------------------------*/

/* div#main */

@media screen and (min-width:741px),print {
	#main {
		width: 1200px;
		min-width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}
}
@media screen and (max-width:740px) {
	#main {
		width:92%;
		margin: 40px auto 0;
	}
	#main.full {
		width: 100%;
	}
	#main.full section {
		width:92%;
		margin: 40px auto 0;
	}
}

@media print {
	#main:after {
		content:"";
		clear:both;
		display:block;
	}
}

/* main */

@media screen and (min-width:741px),print {
	main {
		display: block;
		float: left;
		width: 890px;
		margin-top: 50px;
		overflow: hidden;
	}
	main.index {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width:740px) {
	main {
		display: block;
		width: 100%;
	}
}

main h2 {
	margin: 35px 0 25px;
	padding-bottom: 10px;
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:2.6rem;
	border-bottom: 2px solid #ff0000;
}
main.index h2 {
	margin: 45px 0 0;
	padding-bottom: 15px;
}
main h2:first-child {
	margin: 0 0 25px;
}

main h2 span {
	font-size:1.8rem;
}
main h3 {
	font-family:'Noto Sans JP', sans-serif;
	font-weight:700;
	font-size:2.8rem;
	line-height: 2;
	margin-top: 40px;
	text-align: center;
}
main h3 span {
	padding-left: 1em;
}
main h3 img {
	vertical-align: top;
	padding-top: 5px;
}
main p {
	line-height: 1.7;
	font-size:1.45rem;
	text-align: justify;
}
main li,
main th,
main td,
main dt,
main dd {
	line-height: 1.4;
	font-size:1.45rem;
	text-align: justify;
}

@media screen and (max-width:740px) {
	main p {
		font-size:1.4rem;
	}
	main h2 {
		font-size:2.4rem;
		line-height: 1.6;
		text-align: center;
	}
	main h2 span {
		font-size:1.6rem;
	}
}

/* aside */

aside {
	display: block;
	width:270px;
	float:right;
	text-align: center;
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
}
aside li:first-child {
	font-weight: bold;
	font-size: 1.8rem;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	background-color: #f00;
}
aside li {
	font-size: 1.4rem;
	border: 1px solid #d9d9d9;
	border-top: none;
}
aside li:first-child a,aside span {
	color: #fff;
}
aside a,aside span {
	display: block;
	padding: 10px 0;
}
aside .on a {
	color: #f00;
}
@media screen and (min-width:741px),print {
	aside {
		margin-top: 50px;
	}
}
@media screen and (max-width:740px) {
	aside {
		width:100%;
		float:none;
		margin-top: 40px;
	}
}


/* footer
-------------------------------------------------------------*/

@media screen and (min-width:741px),print {
	.pagetop {
		width: 100%;
		min-width: 1200px;
		margin-top: 40px;
		border-top: 1px solid #d9d9d9;
	}
	.pagetop a {
		display: block;
		margin: 0 auto;
		padding: 20px 0;
		width: 1200px;
		text-align: center;
	}
	.pagetop a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width:740px) {
	.pagetop {
		margin-top: 40px;
		border-top: 1px solid #d9d9d9;
	}
	.pagetop a {
		display: block;
		padding: 20px 0;
		text-align: center;
	}
	.pagetop img {
		width:25.5px;
	}
}

#footer {
	width:100%;
	border-top: solid 3px #d9d9d9;
	background-color: #f2f2f2;
}

@media screen and (min-width:741px),print {
	#footer {
		min-width:1200px;
	}
	#footer .inner{
		min-width:1200px;
	}
}
@media screen and (max-width:740px) {
	#footer .inner{
		width: 100%;
		padding: 0;
	}
}

/* service-box */
.service-box{
	margin-top: 20px;
}
.service-box dt{
	font-family:'Noto Sans JP', sans-serif;
	font-weight:700;
	display: inline-block;
	font-size: 1.8rem;
	margin-right: 50px;
}
.service-box dd{
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	display: inline-block;
	font-size: 1.4rem;
	margin-left: 20px;
	background: url(../images/icon_arrow.gif) no-repeat 0 0.2em;
	padding-left: 1em;
}
.service-box dd:nth-of-type(1){
	margin-left: 0;
}
@media screen and (max-width:740px){
.service-box{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 30px;
}
.service-box dt{
	display: block;
	text-align: center;
	font-size: 2.2rem;
	margin-right: 0px;
	margin-bottom: 10px;
}
.service-box dd{
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 4%;
	padding: 0 4%;
	background: url(../images/icon_arrow_sp.gif) no-repeat 0 0.6em;
	background-size: 5px;
	padding-left: 0.6em;
}
.service-box dd:nth-of-type(1){
	margin-left: 4%;
}
}

/* mark-box */
.mark-box{
	text-align: center;
	margin-top:55px;
}
.mark-box dl{
	display: inline-block;
	width: 396px;
}
.mark-box dd{
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: 15px;
}
.mark-box dd span{
	font-size: 0.9rem;
}
.mark-box a:hover{
	opacity: 0.7;
}
@media screen and (max-width:740px){
.mark-box{
	margin-top: 25px;
}
.mark-box dl{
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}
.mark-box dl:first-child{
	margin-top: 0px;
}
.mark-box dt:nth-of-type(1) img{
	width: 35px;
}
.mark-box dt:nth-of-type(2) img{
	width: 29.5px;
}
.mark-box dt:nth-of-type(3) img{
	width: 31px;
}
}
@media print{
.mark-box dl{
	width: 355px;
}
}

/* logo-box */
.logo-box{
	margin-top:35px;
	padding-bottom: 10px;
}
.logo-box p{
	display: inline-block;
}
.logo-box p:last-child{
	float: right;
	padding-top: 4px;
}
.logo-box_sp{
	display: none;
}
.logo-box a:hover,
.logo-box_sp a:hover{
	opacity: 0.7;
}
@media screen and (max-width:740px){
.logo-box{
	display: none;
}
.logo-box_sp{
	display: inline-block;
	margin: 20px 0;
}
.logo-box_sp p{
	float: left;
}
.logo-box_sp p:last-child{
	padding-left: 15px;
	padding-top: 2px;
}
.logo-box_sp p:first-child img{
	width: 88.5px;
}
.logo-box_sp p:last-child img{
	width: 29.5px;
}
}

/* copy-box */
.copy-box{
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	border-top: 1px solid #d9d9d9;
	padding-top: 19px;
	padding-bottom: 20px;
	font-size: 1.2rem;
}
.copy-box a{
	color: #333333;
	line-height: 1.6;
}
.copy-box a:hover{
	color: #ff0000;
}
.copy-left{
	float: left;
	display: inline-block;
}
.copy-right{
	float: right;
	display: inline-block;
}

@media screen and (max-width:740px){
	.copy-box{
		margin-top:35px;
		text-align: center;
	}
	.copy-left{
		float: none;
		width:92%;
		padding: 0 4%;
		box-sizing: border-box;
	}
	.copy-right{
		float: none;
		width:92%;
		padding: 0 4%;
		box-sizing: border-box;
	}
}
