@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/*------------------
COMMON
--------------------*/
body{
	color:#333;
	/* font-size:1.4em; */
	font-size:14px;
	/* font-family: "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","メイリオ",sans-serif; */
	font-family: 'Noto Sans JP', sans-serif, "Hiragino Kaku Gothic ProN", "メイリオ";
	overflow-wrap: break-word;
}

a:link{
  color:#333;
  text-decoration:none;
}

a:hover{
  color:#333;
  text-decoration:none;
}

a:active{
  color:#333;
  text-decoration:none;
}

a:visited{
  color:#333;
  text-decoration:none;
}

h1{
  color:#333;
  font-size:1.8em;
}

h2{
  font-size:1.6em;
}

h3{
  color:#333;
  font-size:1.4em;
}

/* layout */
header .header-box {
	background: rgba(255,255,255,0.9);
	margin: 0 auto;
	padding: 12px 0;
	position: relative;
	width: 1000px;
}
header .header-box .logo, header .header-box .tel, header .header-box .header-nav {
	display: inline-block;
}
header .header-box .logo {
	padding-top: 10px;
}
header .header-box .logo img{
	width: 90%;
}
header .header-box .tel {
	float: right;
	margin-top: 25px;
}
header .header-box .header-nav {
	position: absolute;
	right: 230px;
	top: 35px;
}
header .header-box .header-nav li {
	float: left;
	font-weight: bold;
	margin-left: 45px;
}
.header-box {
	padding-left: 30px;
	padding-top: 7px;
}
.global-nav {
	margin: 0 auto;
	width: 1000px;
	padding: 24px 0;
}
.global-nav ul {
	box-sizing: border-box;
	display: table;
	width: 1000px;
}
.global-nav li {
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	width: 14.28%;
	list-style: none;
	line-height: 2;
	letter-spacing: 1px;
	font-weight: 500;
}
.global-nav li:hover {
	box-sizing: border-box;
	border-bottom: 2px solid #333333;
}
.global-nav a {
	color: #333333;
}
/* footer */
footer {
	padding-top: 0;
	background-color: #fff;
	width: 100%;
}
footer .ft-inner {
	margin: 0 auto;
	width: 1000px;
}
footer .sitemap {
	display: inline-block;
	vertical-align: top;
	/* width: 47%;
	margin-right: 1.32%; */
	width: 50%;
}
footer .sitemap dt {
	border-bottom: 1px solid #b3b3b3;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	padding-bottom: 10px;
}
footer .sitemap dd {
	font-size: 1.2rem;
	padding-bottom: 1.2rem;
}
.copy {
	background: #333333;
	color: #949494;
	font-size: 1.2rem;
	padding: 16px 0;
	text-align: center;
	width: 100%;
}
/* contact */
.contact-inner {
	margin: 0 auto;
	padding: 55px 0 50px;
	text-align: center;
	width: 1000px;
}
.contact-tel {
	border: 1px solid #ffffff;
	box-sizing: border-box;
	color: #ffffff;
	display: inline-block;
	/* width: 400px;
	height: 120px; */
}
.contact-form {
	border: 1px solid black;
	box-sizing: border-box;
	color: black;
	display: inline-block;
	/* width: 495px;
	height: 110px; */
}
.contact-inner h2 {
	margin: 0;
	padding: 10px 0 25px;
}
.contact-form a:link, .contact-form a:hover, .contact-form a:active, .contact-form a:visited {
	color: #ffffff;
}
/*------------------
COMPANY
--------------------*/

main {
	background: #fafafa;
}
main #title {
	padding-top: 30px;
	text-align: center;
}
main #title h1 {
	padding-bottom: 30px;
	letter-spacing: 1px;
	padding-top: 20px;
}
main #title h2 {
	padding-top: 10px;
	font-family: "游明朝体", "Yu Mincho", YuMincho;
	text-align: center;
}
/* key-img */
.content-wrapper {
	display: block;
	background: #ffffff;
	width: 1000px;
	margin: 0 auto 50px;
	padding-top: 10px;
}
/* key-img */
.key-img {
	background: #fafafa;
}
.key-img2 {
	background: #E5E5E5;
}
/* ft-inner */
.ft-inner {
	padding-top: 30px;
}
.sec-tit h2 {
	font-family: 'Cinzel', serif;
	font-size: 40px;
}
.content-wrapper .strong {
	font-size: 30px;
	font-weight: bold;
	padding-top: 40px;
	font-family: "游明朝体", "Yu Mincho", YuMincho;
	text-align: center;
	letter-spacing: 2px;
}
.content-wrapper .strong2 {
	font-size: 30px;
	font-weight: bold;
	padding-top: 65px;
	padding-bottom: 40px;
	font-family: "游明朝体", "Yu Mincho", YuMincho;
	text-align: center;
}
.footerlogo {
	padding-left: 170px;
	padding-top: 70px;
}
.tel {
	padding-left: 40px;
}
.address {
	padding-left: 50px;
}
.estate {
	margin-bottom: 55px;
	font-size: 14px;
	font-weight: bold;
}
.form {
	padding-right: 20px;
}
.contact-form_bl1 {
	height: 110px;
	border: 1px solid black;
	box-sizing: border-box;
	color: black;
	display: inline-block;
	width: 480px;
}
.contact-form_bl2 {
	height: 120px;
	border: 1px solid black;
	box-sizing: border-box;
	color: black;
	display: inline-block;
	width: 480px;
}
.contact-tel_bl, .contact-form_bl {
	/* height: 120px; */
	border: 1px solid black;
	box-sizing: border-box;
	color: black;
	display: inline-block;
	/* width: 470px; */
}
#contact_bl {
	background-color: #e5e5e5;
	background-size: cover;
	color: black;
	/* height: 480px; */
	width: 100%;
}
.cn-text {
	padding-bottom: 30px;
}
.cn-text2 {
	padding-bottom: 9px;
	padding-top: 28px;
	/* padding: 15px; */
	padding: 5px 20px;
}
.cn-text3 {
	/* font-size: 2.0rem; */
	font-size: 20px;
    font-family: 'Noto Serif JP', serif;
}
.footerlogo {
	float: left;
	padding-left: 60px;
	padding-top: 40px;
}
.sec {
	margin: 0 auto;
	height: 100px;
	padding: 30px 0;
	padding-left: 60px;
	width: 70%;
}
.sec-tb {
	float: left;
	padding-top: 5px;
}
.logo-2 {
	float: right;
}
.pagetop {
	float: right;
	position: fixed;
	top: 80%;
	right: 10%;
	z-index: 10;
}

/* header */
body {
	width: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	/* padding-top: 13.3333vw; */
	padding-top: 60px;
	box-sizing: border-box;
}
header .header-box .tel, header .header-box .header-nav {
	display: none;
}
.pc_only {
	display: none;
}
body.fixing-body {
	position: fixed;
	width: 100%;
	height: 100%;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff;
	width: 100%;
	/* height: 16vw; */
	height: 60px;
	line-height: 1;
	z-index: 1000;
}
header .header-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.header img {
	width: 100%;
	height: auto;
}
header .logo {
	position: absolute;
	top: 0;
	left: 4%;
	width: 28%;
	height: 100%;
	padding: 3.1% 0 0 0;
}
header nav#mainMenu {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	/* padding: 16vw 0; */
	padding: 60px 0;
	box-sizing: border-box;
	z-index: 1000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
header #menuOpen {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #1d2731 url(/img/common/spmenu-on.png) center center no-repeat;
	background-size: 100%;
	width: 60px;
	height: 100%;
	cursor: pointer;
	margin: 0;
}
header nav #menuClose {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #1d2731 url(/img/common/spmenu-off.png) center center no-repeat;
	background-size: 100%;
	width: 60px;
	height: auto;
	cursor: pointer;
}
header nav #menuOpen:before, header nav #menuClose:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#menuBg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 99999px;
	margin: auto;
	cursor: pointer;
	z-index: 100;
}
.global-nav ul {
	width: 100%;
}
.global-nav a {
	color: #fff;
}
.global-nav li:hover {
	border-bottom: none;
}
.global-nav li {
	display: block;
	text-align: left;
	width: 100%;
}
header nav .nav1 {
	position: relative;
	width: 100%;
	margin: 0 0 6.6% 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
	background: #333;
}
header nav .nav1 li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(150,150,150,0.2);
}
header nav .nav1 li a {
	position: relative;
	display: block;
	/* padding: 2vw 0 2vw 4vw; */
	padding: 10px 0;
	/* font-size: 4vw; */
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}
.sub-menu {
	display: none !important;
}
header nav ul ul li a:before {
	content: "-";
	margin-left: 2em;
	margin-right: 0.5em;
}
.global-nav ul {
	box-sizing: border-box;
	display: table;
	width: 1000px;
}
.sp_tel {
	color: #fff;
	text-align: center !important;
	line-height: 1 !important;
	padding: 3vw 0!important;
}
.header_tel {
	/* font-size: 8vw !important; */
	/* font-family: 'Cinzel Decorative', cursive; */
	/* padding: 2vw 0 !important; */
	font-size: 32px !important;
}
.sp_engl, .sp_simplified, .sp_merged {
	display: inline-block !important;
	width: 33.3% !important;
}
.sp_engl a, .sp_simplified a, .sp_merged a {
	width: 100% !important;
	padding:2vw 0 !important;
}

.page-name{
  margin-top: 40px;
}
.name-h1{
	/* font-size: 5vw;
	margin-bottom: 2vw; */
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}
.page-name .name {
    /* font-family: 'Cinzel Decorative',cursive; */
	font-family: 'Noto Serif JP', serif;
    font-size: 6vw;
    border-bottom: 1px solid #e5e5e5;
    letter-spacing: 3px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
main{
  background: #fafafa;
  width: 100%;
}

section{
  width: 100%;
}

.key-img{
  /* margin-top:50px; */
}

.wrapper{
	background: #fff;
	/* margin-bottom: 5vw; */
	margin-bottom: 70px;
}


/*button*/
.button {
    position: relative;
    display: inline-block;
    font-size: 120%;
    line-height: 3.0em;
    height: 50px;
    width: 100%;
    background-image: linear-gradient( -45deg, #fff 25%, #d7d7d7 25%, #d7d7d7 50%, #fff 50%, #fff 75%, #d7d7d7 75%, #d7d7d7);
    background-size: 6px 6px;
    border: 1px solid #333;
    color: #333;
    text-align: center;
    text-decoration: none;
}
.button.more{
    /* font-family: 'Cinzel Decorative',cursive; */
	font-family: 'Noto Serif JP', serif;
    color: #333 !important;
    text-align: center;
    text-decoration: none;
    background-image: none;
    font-size: 125%;
    line-height: 3em;
}

/*button_white*/
.button_white {
    position: relative;
    display: inline-block;
    font-size: 120%;
    line-height: 3.0em;
    height: 50px;
    width: 100%;
    background-image: linear-gradient( -45deg, transparent 25%, #595959 25%, #595959 50%, transparent 50%, transparent 75%, #595959 75%, #595959);
    background-size: 6px 6px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.button_white.more{
    /* font-family: 'Cinzel Decorative',cursive; */
	font-family: 'Noto Serif JP', serif;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    background-image: none;
    font-size: 125%;
    line-height: 3em;
}

/* pankuzu */
.pankuzu_wrapper{
  background: #fff;
}
.pankuzu_text{
  margin-left: 3vw;
  padding: 1vw 0;
}


footer {
	position: relative;
	background: #1d2731;
	width: 100%;
	color: #ffffff;
	line-height: 1;
	overflow: hidden;
}
footer a:link, footer a:hover, footer a:visited {
	/* font-size: 68%; */
	font-size: 14px;
	color: #ffffff;
}
footer #contact_bl {
	height: auto;
	background: #1d2731;
	color: #ffffff;
}
footer .contact-tel_bl,  footer .contact-form_bl {
	/* width: 44%; */
	width: 100%;
	color: #fff;
	border: 1px solid #fff;
    padding: 10px 0;
}
footer .contact-tel_bl {
	/* margin-left: 4%; */
	margin: 0 0 20px;
    padding: 10px 0;
}
footer .sec-tit-img .contact {
	border-bottom: 1px solid #fff;
	padding-bottom: 0.5em;
	/* width: 90%; */
	width: 100%;
	/* font-family: 'Cinzel Decorative', cursive; */
	font-family: 'Noto Serif JP', serif;
	display: inline-block;
	margin-bottom: 3px;
	font-size: 24px;
	letter-spacing: 5px;
	font-weight: normal;
}
footer .contact-inner {
	/* width: 100%; */
	width: 90%;
	margin: 0 auto;
	/* padding: 40px 0 50px; */
	padding: 40px 0 50px;
	text-align: center;
}
footer .contact-inner .sec-tit {
	font-size: 14px;
}
footer .ft-inner {
	width: 100%;
	overflow: hidden;
	padding-top: 0;
}
footer dl.sitemap {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
footer dl.sitemap:nth-child(2n) {
	border-bottom: 1px solid #333;
}
footer dl.sitemap:nth-child(2n-1) {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
footer dl.sitemap:nth-child(1), footer dl.sitemap:nth-child(2) {
	border-top: 1px solid #333;
}
footer .sitemap dt {
	border: none;
	text-align: center;
	padding: 1.5em 1em;
	margin-bottom: 0;
}
footer .sitemap dd {
	display: none;
}
footer .sitemap:last-child {
	float: none;
	/*display: none;*/
}
footer .sitemap:last-child .sp_none{
	display: none;
}
footer .tel {
	padding-left: 24px;
}
footer .tel1 {
	/* font-size: 6.3vw; */
	/* font-family: 'Cinzel Decorative', cursive; */
	font-family: 'Noto Serif JP', serif;
	/* line-height:220%; */
	font-size: 20px;
}
footer .tel1 a {
	font-size: 3.2rem;
}
footer .company_name {
	width: 100%;
	background-color: #fff;
	position: relative;
}
footer .company_name .logo {
	position: absolute;
	left: 0;
	top: 20%;
	width: 100%;
	text-align: center;
}

footer .company_name .logo img{
	width:144px;
	height:59px;
}

footer .company_name .address {
	display: none;
}
footer .company_name .logo-2 {
	display: none;
}
footer .company_name .tel {
	display: none;
}
/* go top */

.pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	z-index: 500;
}
.pagetop img {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
}


/*  pankuzu  */
.pankuzu_bottom{
	line-height: 40px;

	padding: 0 10px;
    box-sizing: border-box;
}
/* side-navi */
.side-nav{
    display: none;
}

.pc-open{
	display: none !important;
}

span.sp-open{
    position: relative;
    display: block;
    /* padding: 2vw 0 0 4vw;
    font-size: 4vw; */
    padding: 5px 0;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 42px;
    color:#ffffff;
}

span.sp-open .sub-menu{
	background-color: #262629;
    margin-left: -15px;
    margin-right: 0px;
    padding-left: 10px;
    width: 105%!important;
}

span.active ul.sub-menu{
    display: block !important;
    cursor: pointer;
    width: 100%;
}

span.active ul.sub-menu a{
	padding-left:0px;
}
span.active ul.sub-menu a:before{
	content: "";
    margin-left: 0px;
    margin-right: 0px;
}

nav.global-nav ul li span:after {
	content: "+";
	position: absolute;
    right: 15px;
    top: 6px;
}

nav.global-nav ul li span.active:after {
	content: "－";
	position: absolute;
    right: 15px;
    top: 6px;
}

.tel2{
font-size: 38px;
/* font-family: 'Cinzel Decorative', cursive; */
font-family: 'Noto Serif JP', serif;
color:#ffffff!;


}

.tel3{
font-size: 17px;
/* font-family: 'Cinzel Decorative', cursive; */
font-family: 'Noto Serif JP', serif;
color:#ffffff;

}

/* 追記 20220120 東証ロゴ */
.logo__jrex {
	position: relative;
	display: inline-block;
	left: 7px;
	top: -5px;
	width: 115px;
    /* padding: 7px 0 0; */
}
.logo__jrex a {
	display: block;
}
.logo__jrex a img {
	vertical-align: bottom;
	width: 100%;
}
.logo__jpx {
	position: absolute;
	/* right: 70px; */
	/* left: 130px; */
	left: 140px;
	top: 4px;
	display: flex;
	align-items: center;
}
.logo__jpx figure {
	margin: 0 7px 0 0;
	padding: 0;
	display: inline-block;
	width: 46px;
}
.logo__jpx figure img {
	/* width: 100%; */
	width: 46px;
	height: 51px;
}
.logo__jpx span {
	/* display: none; */
	font-size: 10px;
}

/* 追記 20220120 東証ロゴ(フッター) */
.footer__info {
	padding: 20px 0 30px;
	/* border-top: 2px solid #e7e7e7; */
	background: #fff;
}
.footer__info .info__inner {
	position: relative;
	/* width: 1000px; */
	margin: 0 10px;
	/* overflow: hidden; */
}
.footer__info .info__inner .info__logo {
	/* float: left; */
	/* padding: 10px 0 0; */
	text-align: center;

	display: none;
}
.footer__info .info__inner .info__logo img {
	width: 180px;
}
.footer__info .info__inner .info__address {
	/* float: left; */
	margin: 20px 0 0;
	font-size: 14px;
	/* padding: 10px 0 0; */
	text-align: center;
	color: #333;
	line-height: 1.4em;
}
.footer__info .info__inner .info__address span {
	display: block;
	margin: 0 0 0;
}
.footer__info .info__inner .info__address a {
	color: #333;
}
.footer__info .info__inner .info__wrap {
	text-align: center;
	margin: 30px 0 0;
}
.footer__info .info__inner .info__wrap .info__logo--isJpx {
	display: inline-block;
	width: 75px;
}
.footer__info .info__inner .info__wrap .info__logo--isTs {
	display: inline-block;
	width: 75px;
    margin: 0 0 0 10px;
}
.footer__info .info__inner .info__wrap .info__logo--isPmark {
	display: inline-block;
	width: 80px;
	margin: 0 0 0 20px;
}
.footer__info .info__inner .info__wrap .info__logo--isHap img,
.footer__info .info__inner .info__wrap .info__logo--isTs img,
.footer__info .info__inner .info__wrap .info__logo--isPmark img,
.footer__info .info__inner .info__wrap .info__logo--isJpx img {
	width: 100%;
}
.footer__info .info__inner .info__wrap .info__logo--isHap {
	display: inline-block;
	width: 100px;
	margin: 0 0 0 10px;
}
.footer__info .info__inner .info__wrap .info__logo--isTs {
	display: inline-block;
	width: 75px;
	margin: 0 0 0 10px;
}
