@charset "utf-8";
/* CSS Document */

.gradation .animation-bg {
  background: #222;
  background-size: 200% 200%;
  content: "";
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
 

body#company-page::before{
	content: "";
	background-image: url("../img/bg-company.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #222;
	position: fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100vh;
}
body#service-page::before{
	content: "";
	background-image: url("../img/bg-service.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #222;
	position: fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100vh;
}
body#performance-page::before{
	content: "";
	background-image: url("../img/bg-performance.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #222;
	position: fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100vh;
}
body#privacy-page::before,
body#contact-page::before,
body#error-page::before{
	content: "";
	background-image: url("../img/bg-common.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #222;
	position: fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100vh;
}

#h1-area{
	position: relative;
	width: 500px;
	padding-left: 60px;
	border-right: 1px solid rgba(255,255,255,0.3);
}
#h1-area::before{
    content: "";
	display: block;
	position: absolute;
    top: 0;
    right: -2px;
	height: 80%;
	width: 100vw;
	opacity: .4;
	z-index: 1;
	transition: all .3s ease-out;
}
#h1-area.stop::before{
    top: 30px;
}
body#company-page #h1-area::before{
	background: url("../img/bg-company-txt.png") no-repeat top right;
	background-size: auto 100%;
	pointer-events: none;
}
body#service-page #h1-area::before{
	background: url("../img/bg-service-txt.png") no-repeat top right;
	background-size: auto 100%;
	pointer-events: none;
}
body#performance-page #h1-area::before{
	background: url("../img/bg-performance-txt.png") no-repeat top right;
	background-size: auto 100%;
	pointer-events: none;
}
body#privacy-page #h1-area::before{
	background: url("../img/bg-privacy-txt.png") no-repeat top right;
	background-size: auto 100%;
	pointer-events: none;
}
body#contact-page #h1-area::before{
	background: url("../img/bg-contact-txt.png") no-repeat top right;
	background-size: auto 100%;
	pointer-events: none;
}

#h1-area #h1-wrap{
	position: absolute;
	top:50%;
	left: 60px;
    transform: translateY(-50%);
	z-index:2;
}
#h1-area ul.p-nav{
	color: #fff;
	background: #dc004e;
	display: inline-block;
	padding: 2px 5px 5px 10px;
	margin-bottom: 40px;
}
#h1-area ul.p-nav li{
	display: inline-block;
	font-size: 14px;
	padding-right: 3px;
}
#h1-area ul.p-nav li::after{
	content: "";
	display: inline-block;
	height:0.6em;
	width:0.6em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin-left: 3px;
}
#h1-area ul.p-nav li:last-child::after{
	display: none;
}
#h1-area h1{
	color: #fff;
	font-size: 24px;
	padding-right:1em;
}
#h1-area h1 span{
	display: block;
	font-size: 72px;
	margin-bottom: 5px;
}



#body#company-page #content-link{
/*	width: 100vw;*/
	width: 2100px;
}

#body#performance-page #content-link{
/*	width: 100vw;*/
	width: 1500px;
}

#content-link ul{
	width: 100%;
	display: flex;
}
#content-link ul li{
	color: #fff;
	width: 300px;
	height: 100%;
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.1);
	overflow: hidden;
}
#content-link ul li::before{
    content: "";
	display: block;
	position: absolute;
    top: 30px;
    right: -2px;
	height: 80%;
	width: 100%;
	opacity: .2;
	z-index: 1;
}

#content-link ul li a{
	position: relative;
	font-size: 16px;
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 2;
	
}

#content-link ul li a div{
	position: absolute;
	top:35%;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
	padding: 0 30px;
	transition: .5s;
}
#content-link ul li a:hover div{
	top:32%;
	text-shadow: 0px 0px 10px #fff;
}
#content-link ul li a p.index-ttl{
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}
#content-link ul li a p.index-ttl span{
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}
#content-link ul li a p.kerning{
	letter-spacing: -0.04em;
	font-size: 19.2px;
}
#content-link ul li a p.kerning span{
	letter-spacing: 0;
}
#content-link ul li a p img{
	margin: 0 auto;
	display: block;
	width: 100px;
	height: auto;
	margin-bottom: 40px;
}
#content-link ul li a p.index-read{
	display: inline-block;
	font-size: 16px;
	text-align:left;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}




.area {
	overflow: hidden;
	margin-left: 60px;
}
body#company-page .x-wrap {
	display: flex;
  	width: calc(500px + 2100px + 1000px);/**500px + (300px × 項目数) + 1000px**/
}
body#performance-page .x-wrap {
	display: flex;
  	width: calc(500px + 1800px + 1000px);/**500px + (300px × 項目数) + 1000px**/
}

.item {
	color: #fff;
	height: 100vh;
	display: flex;
	justify-content: center;
}



/**縦スクロール***********/

.y-wrap #h1-area{
	position: fixed;
	left: 60px;
	top: 0;
	height: 100vh;
}
.y-wrap #right-area{
	margin-left: 560px;
	width: calc(100% - 560px);
	background: #fff;
}
.y-wrap #content-area{
	padding: 80px 100px 100px 100px;
	color: #333;
}
.y-wrap #footer-area{
	width: 100%;
}
.y-wrap footer {
    max-width: 100%;
}
#content-area p{
	line-height: 1.8em;
	margin-bottom: 1.8em;
}
#content-area p#h-txt{
	font-size: 36px;
	line-height: 1em;
	padding-bottom: 40px;
	margin-bottom: 0;
	font-weight: 500;
}
#content-area p#h-txt span{
	font-size: 18px;
	margin-bottom: 20px;
	color: #dc004e;
	display: inline-block;
	padding: 0 110px 0 0;
	background: url("../img/bg-h-txt.png") no-repeat right center;
}


/**経営理念********/
#policy-img img{
	display: block;
	margin: 80px auto;
	width: 100%;
	max-width: 600px;
}

ul#policy-num{
	display: inline-block;
	margin: 0 auto 100px auto;
}
ul#policy-num li{
	font-size: 20px;
    text-indent: -25px;
    margin: -2px 0 20px 48px;
    text-align: left;
}
ul#policy-num li span{
	font-size: 36px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

#logo-exp{
	text-align: center;
}
#logo-exp #logo-mark img{
	display: block;
	width: 260px;
	height: auto;
	margin: 0 auto 40px auto;
}

#logo-exp h2 {
    display: flex;
    align-items: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 80px;
	border: none;
	padding: 0;
}
 
#logo-exp h2:before,
#logo-exp h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
 
#logo-exp h2:before {
    margin-right: 2rem;
}
 
#logo-exp h2:after {
    margin-left: 2rem;
}
#content-area #logo-txt{
	text-align: left;
	display: inline-block;
	margin: 0 auto 50px auto;
	font-size: 22px;
	line-height: 2.5em;
	font-weight: 500;
}

/***トップメッセージ*****************************************/
.sign{
    display: flex;
	flex-direction: column;
}

.sign p{
	text-align: right;
	font-weight: 600;
/*	display: inline-block;
    width: 100%;*/
}

#content-area div.sign p.sign-in{
	margin-bottom: 0;
}

.message #content-area p.massage-img {
   margin-bottom: 0;
}

.message #content-area div.massage-img {
	background-image: url("../img/topmessage2.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size:auto;
	
}

.message #content-area div.massage-img p.pc img{
	float: right;
	padding-left: 20px;
}

.message #content-area div.massage-img p.mobile img{
    display: none!important;
}
/*#right-area.message{
	background:#fff url("../img/bg-message.png") no-repeat top 300px center;
	background-size: 70% auto;
}*/
/***業務実績*****************************************/
.performance-img img{
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin: 20px 0;
}

/***組織図*****************************************/
.chart img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}

/***業務案内*****************************************/
#content-area .read-txt{
	text-align: center;
	font-size: 36px;
}
#content-area .english-name{
	text-align: center;
	font-size: 65px;
	padding-top: 40px;
	margin-bottom: 20px;
	line-height: 1em;
}
#content-area .english-name span{
	color: #dc004e;
}
#content-area .since{
	text-align: center;
	margin-bottom: 60px;
}
#content-area .since span{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	font-size: 26px;
	color: #fff;
	background: #dc004e;
	padding: 5px 25px 2px 25px;
}
#content-area .sercive-img{
	text-align: center;
}
#content-area .sercive-img img{
	width: 100%;
	max-width: 568px;
	height: auto;
}

/***お問い合わせ*****************************************/
#content-area .dep-name{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#content-area .tel-txt span{
	color: #5782b2;
	font-size: 28px;
	font-weight: bold;
	padding-right: 10px;
	vertical-align: bottom;
}
#content-area .tel-txt br{
	display: none;
}


#content-area .btn-link{
	display: block;
	width: 100%;
	max-width: 340px;
}
#content-area .btn-link a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: #1d2089;
	width: 100%;
	height: 100%;
	padding: 20px 30px 20px 10px;
	text-align: center;
	border-radius: 40px;
}
#content-area .btn-link a:hover{
	background: #7779b8;
}
#content-area .btn-link a::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	background: #fff;
	width: 15px;
	height: 1px;
}
#content-area .btn-link a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#content-area .btn-link.blank a::before{
	display: none;
}
#content-area .btn-link.blank a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(0deg);
	width: 15px;
	height: 12px;
	border-top: none;
	border-right: none;
	background: url("../img/icon-blank-w.png") no-repeat top left;
	background-size: 100% auto;
}


#content-area .btn-area{/*2カラム表示*/
	display: flex;
}
#content-area .btn-area .btn-link{
	width: calc(50% - 10px);
}
#content-area .btn-area .btn-link:first-child{
	margin-right: 20px;
}

#contact-page #content-area ul.pdf{
	display: flex;
	border-bottom: none;
	
}
#contact-page #content-area ul.pdf li{
	width: 32%;
	margin-right: 2%;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#contact-page #content-area ul.pdf li:last-child{
	margin-right: 0;
}
#contact-page #content-area ul.pdf li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 40px 10px 60px 10px;
	text-align: center;
	line-height: 1.8em;
	font-weight: bold;
}
#contact-page #content-area ul.pdf li a::before {
    content: "";
    display: block;
    width: 36px;
    height: 33px;
    background: url(../img/icon-pdf.png) no-repeat 0 0;
    background-size: 100% auto;
    vertical-align: middle;
	margin: 0 auto 20px auto;
}



#contact-page #content-area ul.pdf li a span::before{
	content: "";
	display: block;
	position: absolute;
	bottom:36px;
	left: 50%;
	transform: translateX(-50%);
	background: #333;
	width: 15px;
	height: 1px;
}
#contact-page #content-area ul.pdf li a span::after{
	content: "";
	display: block;
	position: absolute;
	bottom:30px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

/***その他のお問い合わせ*********************************************/

#othercontact-page dl.table div dt{
	position: relative;
	width: 260px;
	padding: 30px 60px 30px 15px;
}
#othercontact-page dl.table div dd {
    width: calc(100% - 260px);
    padding: 30px 15px 30px 30px;
}
#othercontact-page input[type="text"],
#othercontact-page input[type="email"],
#othercontact-page input[type="tel"],
#othercontact-page textarea{
	padding: 10px 20px;
	width: 100%;
	background: #efefef;
	border: none;
}
label{
	margin: 0 15px 0 0;
	white-space: nowrap;
}
span.req{
	position: absolute;
	right: 10px;
	top: 30px;
	display: inline-block;
	background: #1d2089;
	color: #fff;
	font-size: 14px;
	padding: 1px 10px;
	font-weight: bold;
}
#submit_box{
	text-align: center;
}

#submit_box label{
	font-weight: bold;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.btn_submit{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 300px;
	height: 100%;
}

.btn_submit input{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background: #1d2089;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	text-align: center;
	border-radius: 40px;
	transition: .3s;
}

.btn_submit::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	background: #fff;
	width: 15px;
	height: 1px;
}
.btn_submit::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.btn_submit input:hover{
	background: #7779b8;
}
.btn_submit input:disabled,
.btn_submit input:disabled:hover{
	background: #AAA;
	color: #eee;
	cursor:auto;
}

.btn_back{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 100%;
	margin-right: 20px;
	margin-bottom: 20px;
}
.btn_back input {
    display: inline-block;
	font-size: 16px;
	width: 100%;
	height: 100%;
    border: 2px solid #1d2089;
    background: #fff;
    color: #1d2089;
    font-weight: 900;
    text-decoration: none;
    line-height: 1em;
    cursor: pointer;
	padding: 20px 30px;
	transition: .3s;
	border-radius: 40px;
}


.btn_back::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	background: #1d2089;
	width: 15px;
	height: 1px;
}
.btn_back::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%) rotate(-135deg);
	width: 12px;
	height: 12px;
	border-top: 1px solid #1d2089;
	border-right: 1px solid #1d2089;
}

.btn_back input:hover{
	background: #dadbf8;
}


.error{
	color: #dc004e;
	font-size: 14px;
}

/**売上実績********/
.salesresults-img img{
	display: block;
	margin: 80px auto;
	width: 100%;
	max-width: 600px;
}

.salesresults-img.sales img{
	max-width: 800px;
}

/***共通*********************************************/
section{
	padding: 50px 0;
}
section h2{
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #333;
}
section h3{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
div.sec{
	margin-bottom: 40px;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.att{
	text-indent: -1em;
	margin-left: 1em;
}

.box-gray{
	background:#eee;
	padding: 20px;
}
#content-area .box-gray p{
	margin-bottom: 0;
}
#content-area a{
	border-bottom: 1px solid #222;
	transition: .3s;
}
#content-area a:hover{
	background:#e9f1ff;
}
#content-area a.blank::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 12px;
	background: url("../img/icon-blank.png") no-repeat center center;
	background-size: 100% auto;
	margin: 0 5px;
}

#bottom-nav ul{
	padding: 40px 100px 20px 100px;
	background: #eee;
}
#bottom-nav ul li{
	display: inline-block;
	margin-bottom: 1em;
}

#bottom-nav ul li a{
	padding: 2px 0 2px 20px;
	margin-right: 2em;
	transition: 0.3s;
	font-weight: bold;
	color: #555;
	position: relative;
}

#bottom-nav ul li a::before{
	content: "";
	display: block;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	width: 10px;
	height: 1px;;
	background: #333;
	transition: 0.3s;
}

#bottom-nav ul li a::after{
	content: "";
	display: block;
	position: absolute;
	top:50%;
	left: 2px;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	vertical-align: middle;
	margin-right: 10px;
	transition: 0.3s;
}

#bottom-nav ul li a:hover{
	color: #222;
}

#bottom-nav ul li a:hover::before{
	left: 4px;
}
#bottom-nav ul li a:hover::after{
	left: 6px;
}


dl.table div{
	line-height: 1.8em;
	border-top: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
}
dl.table div dt{
	color: #5782b2;
	font-size: 20px;
	font-weight: 400;
	width: 25%;
	padding: 30px 15px;
}
dl.table div dd{
	width: 75%;
	padding: 30px 15px;
}
#othercontact-page div dt{
	font-size: 16px;
}
.executive dl.table div dt{
	font-size: 16px;
	width: 350px;
}
.executive dl.table div dd{
	width: calc(100% - 350px);
}


dl.history div{
	line-height: 1.8em;
	border-top: 1px solid #ddd;
	padding: 30px 15px 15px 15px;
}
dl.history div::after{
	content: "";
	clear: both;
	display: block;
}
dl.history div dt{
	width: 160px;
	font-size: 20px;
	color: #5782b2;
	font-weight: 400;
	float: left;
}
dl.history div dd{
	width: calc(100% - 160px);
	padding: 0  0 15px 15px;
	float: right;
}

dd ul.disc>li:last-child{
	margin-bottom: 0;
}
ol.num{
	list-style:decimal;
	padding-left: 1.5em;
}

ol.num>li{
	margin-bottom: 1em;
	line-height: 1.8em;
}
dd ol.num>li:last-child{
	margin-bottom: 0;
}
#content-area ol.num>li>p{
	margin-bottom: 0.8em;
}

li>ol.brackets{
	padding: 1em 0;
}

ol.brackets>li {
	counter-increment: cnt;
	text-indent: -1.5em;
	margin-left: 1.5em;
	margin-bottom: 1em;
	line-height: 1.8em;
}
ol.brackets>li::before {
	content: "(" counter(cnt) ") ";
}
#content-area ol.brackets>li>p{
	margin-bottom: 0.8em;
	text-indent: 0;
}

li>ol.point{
	padding: 1em 0;
}
ol.point>li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 1em;
	line-height: 1.8em;
}

ul.disc{
	list-style: disc;
	padding-left: 1.5em;
}

ul.disc>li{
	margin-bottom: 1em;
}

li>ul.disc>li{
	text-indent: 0;
}


#content-area ul.pdf{
	margin: 20px 0;
	border-bottom: 1px solid #ddd;
}
#content-area ul.pdf li{
	border-top: 1px solid #ddd;
	display: block;
}
#content-area ul.pdf li a{
	display: block;
	padding: 20px 5px;
	border-bottom: none;
	text-indent: -50px;
	padding-left: 55px;
}
#content-area ul.pdf li a::before{
	content: "";
	display: inline-block;
	width: 36px;
	height: 33px;
	background: url("../img/icon-pdf.png") no-repeat 0 0;
	background-size: 100% auto;
	vertical-align: middle;
	margin-right: 14px;
}
li>table.table-line{
	margin-top: 1em;
	margin-bottom: 1.8em;
}
table.table-line{
	border-bottom:1px solid #888;
}
table.table-line th{
	background: #ddd;
}
table.table-line th,
table.table-line td{
	padding: 15px;
	border-top:1px solid #888;
	line-height: 1.8em;
}
/************************************************/

/*


@media screen and (min-width: 1800px) {
	#main-visual{
		width: calc(100vw - 800px);
	}
	.x-wrap {
		width: calc(100vw - 800px + 1600px + 1000px);
	}
	#content-link  {
		width: 1600px;
	}
	#content-link ul li {
		width: 400px;
	}
}
*/

@media screen and (min-width: 1900px) {
/*
	.x-wrap {
		width: calc(100vw - 960px + 1200px + 1000px);
	}
*/
}


@media screen and (max-width: 1350px) {
/*
	#content-link ul li a span {
		font-size: 36px;
		display: block;
	}
	
	#main-visual{
		width: calc(100vw - 560px);
	}
	.x-wrap {
		width: calc(100vw - 560px + 1000px + 1000px);
	}
*/

	
	.y-wrap #h1-area{
		width: calc(40% - 40px);;
		left: 40px;
	}
	.y-wrap #h1-area h1 {
		font-size: 20px;
	}
	.y-wrap #h1-area h1 span {
		font-size: 55px;
	}
	.y-wrap #right-area {
		margin-left: 40%;
		width: 60%;
	}
	.y-wrap #content-area {
		padding: 80px 50px 100px 50px;
		color: #333;
	}
	

	#contact-page #content-area ul.pdf li a br{
		display: none;
	}

	#bottom-nav ul{
		padding: 40px 50px 20px 50px;
	}
	
}

@media screen and (max-width: 1280px) {
	
/**トップメッセージ********/
	.message #content-area div.massage-img p.pc img{
	width: 50%;
	padding-bottom: 30px;}
}

@media screen and (max-width: 1175px) {
	
/**トップメッセージ********/
	.message #content-area div.massage-img p.pc img{
	padding-bottom: 50px;}
}

@media screen and (max-width: 1120px ) {
	
	

	#h1-area ul.p-nav li{
		font-size: 12px;
	}
	
	/***業務案内********************************************/
	#content-area .read-txt{
		font-size: 32px;
	}
	/***お問い合わせ*****************************************/

	#content-area .btn-link a{
		font-size: 15px;
	}
	
	#content-area .btn-link a::before{
		content: "";
		right: 15px;
		width: 15px;
	}
	#content-area .btn-link a::after{
		content: "";
		right: 15px;
		width: 12px;
		height: 12px;
	}
	#content-area .btn-link.blank a::after{
		content: "";
		right: 15px;
	}
	
	#contact-page #content-area ul.pdf li a {
		font-size: 14px;
	}

/******その他のお問い合わせ*****/
	.btn_submit{
		max-width: 260px;
	}
	.btn_back{
		max-width: 180px;
	}

}


@media screen and (max-width: 1040px) {
	
/**トップメッセージ********/
	.message #content-area div.massage-img p.pc img{
	width: 56%;
}
}


@media screen and (max-width: 960px ) {
	#h1-area ul.p-nav li{
		font-size: 14px;
	}
	body#company-page .x-wrap,
	body#performance-page .x-wrap {
		display: block;
		width: auto;
	}
	#h1-area,
	.y-wrap #h1-area{
    	position: relative;
		left: 0;
		width: 100%;
		height: 70vh;
		overflow: hidden;
		padding-left: 0;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		
	}
	.y-wrap #h1-area h1 {
		font-size: 24px;
	}
	.y-wrap #h1-area h1 span {
		font-size: 72px;
	}
	#content-link ul {
		display: block;
	}
	#content-link ul li {
		display: block;
		height: 400px;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	#content-link ul li a div,
	#content-link ul li a:hover div{
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	#content-link ul li a p {
		top: 0;
		transform:none;
	}
	.area,
	.y-wrap{
		position: relative;
		z-index: 9;
		overflow-y: scroll;
		margin-left: 0;
		top: 80px;
		height: calc(100vh - 80px);
	}
	.y-wrap #right-area {
		margin-left: 0;
		width: 100%;
	}
	.y-wrap #content-area {
		padding: 80px 30px 100px 30px;
	}

	#bottom-nav ul{
		padding: 40px 30px 20px 30px;
	}
/*
	.area {
		overflow: hidden;
		margin-left: 0;
	}
*/

	.item {
		height: auto;
		display: block;
	}

	#content-link ul li {
		width: 100%;
	}
	
	
	#content-link {
		width: 100%
	}
	
	
	#content-link ul li a span.arrow {
		margin: 30px auto 0 auto;
		width: 50px;
		height: 50px;
	}
	#content-link ul li a span.arrow::before {
		width: 22px;
		height: 1px;
	}
	#content-link ul li a span.arrow::after {
		width: 15px;
		height: 15px;
	}

	
	#contact-page #content-area ul.pdf li a br{
		display: block;
	}
	
/**トップメッセージ********/
	.message #content-area div.massage-img p.pc img{
	width: 45%;
}
	
}

@media screen and (max-width: 650px ) {
	#bottom-nav ul li{
		display: block;
		margin-bottom: 1em;
		font-size: 14px;
	}
	#bottom-nav ul li a {
		margin-right: 0;
	}

	#h1-area #h1-wrap,
	.y-wrap #h1-area #h1-wrap {
		left: 30px;
	}
	#h1-area h1,
	.y-wrap #h1-area h1 {
		color: #fff;
		font-size: 18px;
	}
	#h1-area h1 span,
	.y-wrap #h1-area h1 span {
		font-size: 56px;
		margin-bottom: 5px;
	}	
	
	#content-area p#h-txt {
		font-size: 28px;
	}
	
	ul#policy-num li {
		font-size: 18px;
	}
	ul#policy-num li span {
		font-size: 32px;
	}	
	#logo-exp h2 {
		font-size: 20px;
		margin-bottom: 40px;
	}	
	#logo-exp #logo-mark img {
		width: 70%;
		max-width: 260px;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	section h2{
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 20px;
		margin-bottom: 50px;
		border-bottom: 1px solid #333;
	}
	section h3{
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 20px;
	}
	
	/***業務案内*****************/
	#content-area .read-txt{
		font-size: 22px;
	}
	#content-area .english-name{
		font-size: 44px;
		padding-top: 40px;
		margin-bottom: 20px;
	}
	
	#content-area .since{
		margin-bottom: 40px;
	}
	#content-area .since span{
		font-size: 16px;
   		padding: 5px 25px 2px 25px;
		line-height: 1em;
	}	
	
	/***お問い合わせ*****************************************/

	#content-area .tel-txt br{
		display: block;
	}
	
	#content-area .btn-link a{
		font-size: 16px;
	}
	#content-area .btn-link a::before{
		content: "";
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%);
		background: #fff;
		width: 15px;
		height: 1px;
	}
	#content-area .btn-link a::after{
		content: "";
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) rotate(45deg);
		width: 12px;
		height: 12px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	#content-area .btn-link.blank a::after{
		content: "";
		right: 25px
	}

	#content-area .btn-area{
		display: block;
	}
	#content-area .btn-area .btn-link{
		width: 100%;
	}
	#content-area .btn-area .btn-link:first-child{
		margin-right:0;
	}
	
	#contact-page #content-area ul.pdf{
		display: block;
		margin: 20px 0;
		border-bottom: 1px solid #ddd;
	}
	#contact-page #content-area ul.pdf li{
		display: block;
		width: 100%; 
		margin-right: 0;
		border: none;
		border-top: 1px solid #ddd;
		border-radius: 0;
	}
	#contact-page #content-area ul.pdf li a{
		display: block;
		padding: 20px 5px;
		border-bottom: none;
		text-indent: -50px;
		padding-left: 55px;
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}
	#contact-page #content-area ul.pdf li a::before{
		content: "";
		display: inline-block;
		width: 36px;
		height: 33px;
		background: url("../img/icon-pdf.png") no-repeat 0 0;
		background-size: 100% auto;
		vertical-align: middle;
		margin:0 14px 0 0;
	}
	#contact-page #content-area ul.pdf li a span::before,
	#contact-page #content-area ul.pdf li a span::after{
		display: none;
	}
	#contact-page #content-area ul.pdf li a br{
		display: none;
	}
	
	/***その他のお問い合わせ*********************************************/

	#othercontact-page dl.table div dt{
		position: relative;
		width: 100%;
		padding: 30px 15px 10px 15px;
	}
	#othercontact-page dl.table div dd {
		width: 100%;
		padding: 0 15px 30px 15px;
	}
	span.req {
		right: 15px;
	}

	/***共通*****************/
	
	dl.table div{
		display: block;
	}
	dl.table div dt,
	.executive dl.table div dt{
		width: 100%;
		padding: 30px 15px 10px 15px;
	}
	dl.table div dd,
	.executive dl.table div dd{
		width: 100%;
		padding: 0 15px 30px 15px;
	}
	
	dl.history div{
		line-height: 1.8em;
		border-top: 1px solid #ddd;
		padding: 30px 15px 15px 15px;
	}
	dl.history div dt{
		width: 100%;
		font-size: 20px;
		float: none;
		padding: 0 0 15px 0;
	}
	dl.history div dd{
		width: 100%;
		padding: 0 0 15px 0;
		float: none;
	}
	table.table-line th,
	table.table-line td {
		padding: 5px 10px;
		font-size: 13.5px;
	}
	
	.btn_submit,
	.btn_back{
		display: block;
		max-width: 300px;
		margin: 0 auto 20px auto;
	}
	
/**トップメッセージ********/
	.message #content-area div.massage-img p.mobile img{
	display: block!important;
	padding:0 0 30px 0;
	margin: 0 auto;
	width: 100%;
}
	
	.message #content-area div.massage-img {
	background-image: none;
}
	
.message #content-area div.massage-img p.pc img{
	display: none;
}
}

