@charset "UTF-8";

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gnav ul li:nth-of-type(1) {
     padding: 0 2em 0 0;
    width: auto;
}
#header{
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(3,3,3,0.7) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(3,3,3,0.7) 1%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(3,3,3,0.7) 1%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00ffffff',GradientType=0 );
    width: 100%;
    left:0;
	top:0;
}
header h1 a {
	display: block;
	padding: 5px 0;
	background: transparent;
}
header h1 span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/common/logo-toretore-w.svg);
	background-repeat: no-repeat;
	width:68px;
	height:38px;
	display: block;
	margin: auto;
}
header h1 img {
	width: 100px;
	transition: .3s;
}

#gnav {
	z-index: 1000;
	padding: 17px 0 0 0;
	width: calc(100% - 125px);
	vertical-align: middle;
	text-align: left;
	background: none;
	border-radius: 0 12px 12px 0;
	display: flex;
	align-items: center;
	padding: 0;
}
#gnav ul {
	text-align: left;
	display: flex;
	align-items: center;
	padding: 0 70px;
}
#gnav li a,
#gnav ul li:nth-of-type(1) a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0;
	display: block;
	white-space: nowrap;
	border-bottom: 3px solid transparent;
	position: relative;
}

#gnav li a:after {
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 0%;
	bottom: 0;
	height: 3px;
	background: #fff;
}
#gnav ul li:nth-of-type(1) a:after{
	display:inline-block;
}

#company{
	margin-bottom:40px;
}
#company .visual{
	position: relative;
}
#company .visual img{
	width: 100%;
}
#company .visual h2 {
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 101;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: .5rem;
}
#company.top .visual h2{
	top: 48%;
	letter-spacing: .7rem;
	font-size: 4rem;
	text-indent: 0.7em;
}
#company .visual h2 span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#company .visual::after{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0,0,0,.3);
}
#company .bread{
	font-size: 1.2rem;
	max-width: 994px;
	margin: 9px auto;
	color: #929292;
}
#company .bread a{
	color: black;
}
header h1 a,
#gnav{
	background-color: inherit;
}
header h1 .hidden{
	display: none;
}

#gnav li a{
	color:white;
}
#gnav li a::after{
	background: white;
}
.btns{
	margin: 60px auto;
	max-width: 355px;
}
.btns .btnc{
	display: table;
	border: 1px solid #3f639e;
	padding: 6px;
	margin: 6px 0 15px;
	width: 100%;
	text-align: center;
	color: #3f639e;
	font-size: 1.8rem;
	font-weight: bold;
}
.area01 {
	max-width: 994px;
	margin: auto;
}
.area01 h1{
	text-align: center;
	font-size: 2.4rem;
	font-weight: bolder;
	margin-bottom: 10px;
}
.block{
	margin-bottom: 27px;
}
.block dl{
	position: relative;
}
.block dl dt{
	position: relative;
}
.block dl dt::after{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0,0,0,.3);
	border-radius: 9px;
}
.block dl dd {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 101;
}
.block dl dd div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-top: 40px;
}
.block dl dd div h2{
	font-size: 3.6rem;
	font-weight: bold;
	color: white;
	margin-bottom: 15px;
}
.block dl dd div a{
	font-size: 1.2rem;
	font-weight: bold;
	color: white;
	border: 1px solid white;
	padding: 9px 36px;
}
.block.half ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
	flex-flow: wrap;
}
.block.half ul li{
	width:48.5%;
}
.btm_nav{
	display: table;
	margin: 60px auto;
	text-align: center;
	line-height: 3;
}
.btm_nav li{
	margin:20px 0;
	text-align:center;
}
.btm_nav a{
	margin:auto;
}


.kaisya .visual,
.saiyo .visual{
	height: 300px;
	background: url("../img/company/main.jpg") center no-repeat;
	background-size: cover;
}
.kaisya .sec1,
.saiyo .sec1{
	background: #e8f4f5;
	padding: 60px 15px;
}
.kaisya .sec1 .inner,
.saiyo .sec1 .inner{
	max-width: 994px;
	margin: auto;
}
.kaisya .sec1 .inner .block,
.saiyo .sec1 .inner .block{
	background: white;
	padding: 48px 90px;
}
.kaisya .sec .inner h1,
.saiyo .sec .inner h1{
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.kaisya .sec1 .inner h2{
	text-align: center;
	font-size: 2.7rem;
	font-weight: bold;
	color: #1f63a1;
	line-height: 1.5;
	margin: 48px 0 27px;
		
}
.kaisya .block1 h2:first-child{
	margin-top: 0;
}
.kaisya .sec1 .inner h2 span{
	font-size: 1.2rem;
	font-weight: normal;
	display: table;
	margin: auto;
}
.kaisya .block table{
	width: 100%;
}
.kaisya .block1 td,
.kaisya .block1 th {
	border-top: 1px solid #e5e5e5;
}
.kaisya .block th{
	width: 120px;
	color: #1f63a1;
	padding: 27px 0px 27px 25px;
}
.kaisya .block td {
	padding: 27px 25px 27px 75px;
}
.kaisya .block td ul{
	list-style: circle outside;
	margin-left: 1.5rem;
}
.kaisya .sec2{
	padding: 60px 15px;

}
.kaisya .sec2 .inner .block{
	background: #f6f4f0;
	padding: 30px;

	max-width: 994px;
	margin: 0 auto;
}
.kaisya .sec2 .inner table tr:nth-child(odd){
	background: #fbf9f7;
}
.kaisya .sec2 .inner table th{
	border-right: 1px solid #b6b6b6;
	color: black;
	text-align: center;
	padding: 12px 0px 12px 12px;
}
.kaisya .sec2 .inner table td{
	vertical-align: middle;
	padding: 12px 25px 12px 75px;
}

.saiyo .sec1{
	background: #e8f4f5;
	padding: 35px 15px 60px 15px;
}
.saiyo .wrap{
	border: 1px solid #c7c7c7;
	padding: 40px 30px 70px 30px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.saiyo h2{
	text-align:center;
	font-size:24px;
	color:#1D5EA7;
	margin-bottom:25px;
}
.saiyo .wrap h3{
	display: table;
	margin: 0 auto 15px;
	padding:0 20px;
	color:#231815;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #1D5EA7;
}
.saiyo .row .wrap h3{
	border-bottom: 1px solid #c7c7c7;
}
.saiyo .wrap p{
	text-align: center;	
}
.saiyo .wrap p a{
	margin:auto;
	width:340px;
	margin-top:35px;
}
.saiyo .wrap .blue{
	color: #1d5ea7;
	margin-top: 36px;
	line-height: 1;
	font-size:16px;
	font-weight:700;
	position:relative;
}
.saiyo .wrap .blue:before{
	content:"";
	display:block;
	width:105px;
	height:85px;
	background-image:url(../img/company/saiyo_img3.png);
	background-size:100%;
	position:absolute;
	right:80px;
}
.saiyo .wrap .tel{
	color: #1d5ea7;
	font-size: 20px;
	margin-top: 12px;
	line-height: 1;
}
.saiyo .wrap .tel span{
	font-size: 39px;
	font-weight: bold;
}
.saiyo .wrap .bnr{
	text-align: center;
	margin-top: 20px;
}
.saiyo .row{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.saiyo .row .wrap{
	width: 49%;
}
.saiyo .wrap .bt{
	margin-top: 40px;
}

@media screen and (max-width:801px){
	#gnav {
		display: block;
		 border-radius:0;
	}
	#gnav ul {
		display: block;
	width: 100%;
	}
	header h1 span {
		display: none;
		background: none;
	}
	header h1:after {
		display: none;
		background: none;
	}
	#gnav ul li:nth-of-type(1){
		display: block;
		margin-right: 0;
	}
header h1 img {
    width: 50px !important;
}
	#company.top .visual h2,
	#company .visual h2 {
		font-size: 2rem;
		letter-spacing: .2rem;
	}
#gnav li a:after {
    display: none !important;
}
	.kaisya .visual, .saiyo .visual{
		height: 180px;
	}
	.btns{
		padding: 0 20px;
	}
	.btns .btnc{
		display: block;
	}

	.area01 {
		padding: 0 15px;
	}
	header h1 .hidden {
		display: inline-block;
	}
	header h1 .show {
		display: none;
	}

	.block dl{
	}
	.block dl dt{
	}
	.block dl dt::after{
	}
	.block dl dd {
	}
	.block dl dd div {
		padding-top: 5vw;
	}
	.block.half dl dd div{
		padding-top: 0vw;
	}
	.block dl dd div h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.block dl dd div a{
		font-size: 16px;
		padding: 9px 36px;
	}

	.block.half ul li {
		margin-bottom: 30px;
	}
	.block dl dd span h2{
		font-size: 1.8rem;
	}

	ul.btm_nav{
		margin: 0 0 50px 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	ul.btm_nav a{
		font-size: 18px;
	}

	.kaisya .sec1 .inner h2{
		font-size: 22px;
		line-height: 1.5;
	}
	.kaisya .sec1 .inner h2 span{
		padding-top: 5px;
	}
	.kaisya .block{
		box-sizing: border-box!important;
		width: 100%!important;
		margin: 0!important;
		padding: 15px!important;
	}
	.kaisya .block th{
		padding-top: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
	}
	.kaisya .block td{
		padding-bottom: 10px;
		padding-top: 0;
		padding-left: 10px;
	}
	.kaisya table th,
	.kaisya table td{
		box-sizing: border-box!important;
		display: block;
		width: 100%!important;
		padding: 15px;
	}
	.kaisya table th br{
		display: none;
	}
	.kaisya table th {
		font-weight: bold;
		padding-bottom: 5px;
		padding-left: 15px;
	}

	.kaisya table td{
		border-top:none!important;
	}
	.kaisya .sec2 .inner table th{
		text-align: left;
		border-right: none;
		padding-left: 15px;
		padding-bottom: 5px;
	}
	.kaisya .sec2 .inner table td{
		vertical-align: middle;
		padding: 0px 25px 12px 30px;
	}

	.kaisya .sec1, .saiyo .sec1{
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.saiyo .row{
		display: block;
	}
	.saiyo .row .wrap {
		width: 100%;
	}
	.saiyo .wrap:last-of-type{
		margin-bottom: 5px;
	}

	.kaisya .sec1 .inner .block,
	.saiyo .sec1 .inner .block{
		background: white;
		padding: 10px 10px 5px;
	}
	.saiyo .sec1 .inner .block{
		margin-bottom: 0;
	}
	.saiyo .wrap{
		padding: 10px 10px 20px;
	}

	.saiyo .wrap .blue{
		margin-top: 15px;
	}
.saiyo .wrap .blue:before{
	display:none;
}
	.saiyo .wrap .tel{
		font-size: 18px;
	}
	.saiyo .wrap .tel span{
		font-size: 26px;
	}
	.saiyo .sec1 .inner .block{
		padding-bottom: 10px;

	}
	
.block.half ul li{
	width:100%;
}
.block.half ul li img{
	width:100%;
}
}

.form_section{
	padding:60px 0;
}
.form_section h3{
	font-size:20px;
	text-align:center;
	font-weight:500;
}
.form_section h3:after{
	content:"";
	display:block;
	margin:10px auto 0 auto;
	width:100px;
	height:1px;
	background:#1D5EA7;
}
.form_section dl{
	text-align:center;
	margin:15px 0 30px 0;
	font-size:12px;
}
.form_section dl dt{
}
.form_section dl dd{
	color:#f30;
}
.form_section .form_bg_content{
	max-width:750px;
	width:100%;
	margin:auto;
	padding:40px 80px;
	box-sizing:border-box;
	background:#F8F8F8;
}
.form_section .form_bg_content table{
	width:100%;
}
.form_section .form_bg_content th{
	border-bottom:1px solid #D2DFED;
	padding:15px 0;
}
.form_section .form_bg_content th.vt{
	vertical-align:top;
}
.form_section .form_bg_content td{
	border-bottom:1px solid #D2DFED;
	padding:15px 0;
}
.form_section .form_bg_content p.p1{
	font-size:12px;
	margin:10px 0 50px 0;
}
.form_section .form_bg_content p.p1 a{
	color:#5A8AD4;
	text-decoration:underline;
}
.form_section .form_bg_content p.aC{
	text-align:center;
}
.form_section .form_bg_content p.aC button{
	margin:auto;
	text-align:center;
}
.form_section .form_bg_content button,
.form_section .form_bg_content textarea,
.form_section .form_bg_content select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form_section .form_bg_content input[type="submit"],
.form_section .form_bg_content input[type="reset"]{
	font-size:16px;
	line-height:1.2;
	padding:20px 0px;
	width:30%;
	border:5px;
	text-align:center;
	margin:30px 10px;
	border:1px solid #4E4E4E;
	display:inline-block;
	background:#fff;
}
.form_section .form_bg_content input[type="text"],
.form_section .form_bg_content input[type="tel"],
.form_section .form_bg_content input[type="email"],
.form_section .form_bg_content textarea {
	padding: 10px;
	font-size:14px;
	width:100%;
	box-sizing:border-box;
	border: 1px solid #ccc;
}
.form_section .form_bg_content input.inp2{
	width:100px;
	margin-right:10px;
}
.form_section .form_bg_content input.inp3{
	width:150px;
	margin-left:10px;
	margin-bottom:10px;
}
.form_section .form_bg_content input[type="button"],
.form_section .form_bg_content input[type="file"]{
}
.form_section .form_bg_content button{
	padding: 15px 0;
	border-radius: 10px;
	border-bottom: solid 4px #c9d4da;
}
.form_section .form_bg_content textarea{
	width:100% !important;
	height:130px !important;
	background:#fff;
}
.form_section .form_bg_content input[type="text"]:focus,
.form_section .form_bg_content input[type="tel"]:focus,
.form_section .form_bg_content input[type="email"]:focus,
.form_section .form_bg_content textarea:focus {
}
.form_section .form_bg_content ::placeholder{
	color:#ccc;
}

@media screen and (max-width:801px){
	.form_section{
		padding:30px 0;
	}
	.form_section h3{
		font-size:18px;
	}
	.form_section h3:after{
	}
	.form_section dl{
		margin:15px 5% 30px 5%;
	}
	.form_section dl dt{
	}
	.form_section dl dd{
	}
	.form_section .form_bg_content{
		padding:20px;
	}
	.form_section .form_bg_content table{
		width:100%;
	}
	.form_section .form_bg_content th{
		padding:10px 0 0 0;
		display:block;
		border-bottom:none;
	}
	.form_section .form_bg_content th.vt{
		vertical-align:top;
	}
	.form_section .form_bg_content td{
		display:block;
		padding:10px 0;
	}
	.form_section .form_bg_content p.p1{
		margin:10px 0 30px 0;
	}
	.form_section .form_bg_content p.p1 a{
	}
	.form_section .form_bg_content p.aC{
		margin-bottom:30px;
	}
	.form_section .form_bg_content p.aC button{
	}
	.form_section .form_bg_content button,
	.form_section .form_bg_content textarea,
	.form_section .form_bg_content select {
	}
	.form_section .form_bg_content input[type="submit"],
	.form_section .form_bg_content input[type="reset"]{
	}
	.form_section .form_bg_content input[type="text"],
	.form_section .form_bg_content input[type="tel"],
	.form_section .form_bg_content input[type="email"],
	.form_section .form_bg_content textarea {
		padding: 8px;
	}
	.form_section .form_bg_content input.inp2{
	}
	.form_section .form_bg_content input.inp3{
	}
	.form_section .form_bg_content input[type="button"],
	.form_section .form_bg_content input[type="file"]{
	}
	.form_section .form_bg_content button{
	}
	.form_section .form_bg_content textarea{
	}
	.form_section .form_bg_content input[type="text"]:focus,
	.form_section .form_bg_content input[type="tel"]:focus,
	.form_section .form_bg_content input[type="email"]:focus,
	.form_section .form_bg_content textarea:focus {
	}
}

.thanks{
	padding:60px 0 120px 0;
}
.thanks h3{
	font-size:26px;
	color:#5A8AD4;
	text-align:center;
	font-weight:700;
	margin-bottom:80px;
}
.thanks h3 span{
	display:block;
	margin:auto;
	margin-bottom:40px;
	width:135px;
}
.thanks .thk{
	width:100%;
	margin:auto;
	padding:100px 0px 150px 0;
	box-sizing:border-box;
	background:#F8F8F8;
	position:relative;
}
.thanks .thk:before,
.thanks .thk:after{
	content:"";
	display:block;
	position:absolute;
}
.thanks .thk:before{
	background:url(../img/company/saiyo_img4.png);
	width:210px;
	height:110px;
	background-size:100%;
	top:-50px;
	right:15%;
}
.thanks .thk:after{
	background:url(../img/company/saiyo_img5.png);
	width:255px;
	height:206px;
	background-size:100%;
	bottom:-50px;
	right:35%;
}
.thanks .thk p{
	max-width:750px;
	width:90%;
	margin:auto;
	font-size:16px;
	line-height:2;
}

@media screen and (max-width:801px){
	.thanks{
		padding:30px 0 60px 0;
	}
	.thanks h3{
		font-size:18px;
		margin-bottom:40px;
	}
	.thanks h3 span{
		margin-bottom:20px;
		width:100px;
	}
	.thanks .thk{
		padding:50px 0px 120px 0;
	}
	.thanks .thk:before,
	.thanks .thk:after{
	}
	.thanks .thk:before{
		width:150px;
		height:77px;
		top:-30px;
		right:10%;
	}
	.thanks .thk:after{
		width:160px;
		height:130px;
		bottom:-20px;
		right:30%;
	}
	.thanks .thk p{
		font-size:16px;
		line-height:1.7;
	}
}
