﻿@charset "utf-8";
/* page_name
-------------------------------------------------------------------*/
#header{
    position: relative;
} 
.scrolldown1{
	position:absolute;
	right: 6.9%;
	bottom:0;
	height: 220px;
}
.scrolldown1 span{
	position: absolute;
	left:-15px;
	top: -15px;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scrolldown1::after{
	content: "";
	position: absolute;
	top:70px;
	left: 50%;
	transform: translateX(-200%);
	width: 2px;
	height: 150px;
	background: #fff;
}
.phone{
	line-height: 20px;
	height: 20px;
	min-width: 180px;
	font-size: 2.0rem;
	font-weight: bold;
	box-sizing: border-box;
}
.phone a img{
	vertical-align: middle;
}
.phone a{
	display: inline-block;
	padding-left:5px; 
	text-decoration: none;
	vertical-align: middle;
}
.tel{
	display: inline-block;
}
.time{
	display: block;
	font-size: 1.4rem;
	line-height: 0;
	text-align: right;
}
#pageTop {
    position: fixed;
	width: 100px;
	height: 100px;
	font-size: 16px;
    right: 0;
    bottom: 125px;
    z-index: 500;
    text-decoration: none;
    transform: rotate( 
90deg
 );
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#pageTop::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(-35deg);
    transform-origin: left top;
}
.pagetop{
	position: absolute;
	left:120px;
	top: -10px;
	font-weight: bold;
	width: 100%;
	color: #333;
	letter-spacing: 0.05em;
	text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
}
.main_v{
	background: url("../img/common/quelitybg_a.png") no-repeat right bottom;
	background-size: cover;
	width: 100%;
	margin-bottom: 25px;
}
.catch{
	padding: 330px 0 110px 0;
    color:#fff;
	text-align: left;
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
.catch h1{
	font-size: 5.2rem;
	margin-bottom: 35px;
	font-weight: bold;
	text-shadow:0 0 10px #3270c5;
}
.greybg{
	width: 1315px;
	height: 450px;
	position: absolute;
	bottom:0;
	right: 50%;
	transform: translateX(-20%);
	z-index: 1;
	background: #f5f5f5;
}
.container{
	width: 100%;
	background: #fffbf0;
}
.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	
}
.bread ul {
  display: flex; 
  list-style-type: none; 
	width: 100%;
	margin: auto;
	margin-bottom: 60px;
	font-size: 1.4rem;
}
.bread ul a{
	color: #282828;
}
.bread ul li{
		margin-right: 5px;
	}
.pageabout{
	font-size: 3.6rem;
	color: #282828;
	text-align: left;
	border-left: solid 6px #120aa5;
	padding-left: 14px;
	font-weight: bold;
	margin-bottom: 33px;
}
.sitewrap{
	position: relative;
	z-index: 2;
}
.sitewrap p{
	font-size: 1.6rem;
	text-align: left;
}

h3{
	font-size: 2.6rem;
	text-align: left;
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 32px;
	position: relative;
}
h3:after{
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 30%;
	border-bottom: 1px solid #120aa5;
}
.box{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 30px 0 0;
}
.box_text{
	margin-left: 45px;
	width: 100%;
}
.box_img{
	position: relative;
}
.last{
	padding-bottom: 68px;
}

.sitewrap .tittle_text{
	text-align: left;
	font-size: 2.6rem;
	border-bottom: solid 1px #120aa5;
	margin-bottom: 20px;
	background: #f9e9c2;
}
.tittle_text span{
	display: inline-block;
	color: #fff;
	padding: 12px;
	background: #120aa5;
	margin-right: 22px;
	letter-spacing: -0.6rem;
	text-indent: -0.2em;
	line-height: 2.6rem;
}
.botan{
	padding:50px 0 0 40px;
}
.botan a{
	display: block;
	color: #fff;
	background: #3b3b3b;
	border-radius:45px;
	line-height: 40px;
	width: 260px;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.botan a::after{
	content: url("../img/common/arrow_w.png");
	position: absolute;
	top: 0;
	right: 15px;
	
}

.botan_w{
	margin-top: 55px;
}
.botan_w a{
	display: block;
	color: #000;
	background: #fff;
	border-radius:45px;
	line-height: 55px;
	width: 260px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
}
.botan_w a::after{
	content: url("../img/common/arrow_b.png");
	position: absolute;
	top: 0;
	right: 15px;
	
}

.footer{
	background: #333333;
	width: 100%;
}
.footer li a{
	color: #fff;
}
.footer_inner{
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
	color: #fff;
	margin-top: 65px;
}
.footer_logo{
	margin-bottom: 20px;
}
.footer_text{
	font-size: 1.4rem;
	line-height: 2.5rem;
	text-align: left;
}
.foot_right{
	display: flex;
	justify-content: flex-end;
}
.foot_right ul{
	display: flex;
	justify-content: space-around;
}
.foot_right ul li{
	margin: 0 30px 0 0;
	text-align: left;
	font-size: 1.4rem;
}
.foot_right ul li ul{
	display: block;
	margin-top: 20px;
	opacity: 0.6;
}
.foot_right ul li ul li{
	margin-bottom: 15px;
}
.footer_rigiht_text a{
	display: block;
	text-align: left;
	color: #fff;
	text-decoration: none;
	margin-bottom: 13px;
	font-size: 1.4rem;
}
.foot_contact_btn a{
	display: block;
	color: #333;
	font-size: 1.4rem;
	background: #fff;
	border-radius:45px;
	line-height: 40px;
	width: 187px;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.foot_contact_btn a::after{
	content: url("../img/common/arrow_b.png");
	position: absolute;
	top: 0;
	right: 15px;
	
}
.foot_contact_btn{
	margin-bottom: 20px;
}
small{
	display: block;
	width: 100%;
	background: #fff;
	color: #333;
	font-size: 1.4rem;
	text-align: center;
	padding: 15px 0;
}
@media screen and (max-width:1200px) {
	.outwrap{
		width: 100%;
		padding: 0 5%;
		box-sizing: border-box;
	}
}
@media screen and (max-width:768px) {
	#site_ttl {
		text-align: left;
		width: 65%;
	}
	.pageabout,h3{
		font-size: 2.4rem;
	}
	.phone span{
		display: none;
	}
	.phone a{
		position: fixed;
		display: block;
		top:10px;
		right: 60px;
	}
	.phone {
		min-width: 0px;
	}
	.bread ul {
		font-size: 1.2rem;
	}
	.greybg{
		display: none;
	}
	.catch {
		padding: 160px 5% 40px 5%;
		color: #fff;
		text-align: left;
		max-width: 1000px;
		width: 100%;
		margin: auto;
		box-sizing: border-box;
	}
	.catch h1{
		font-size: 3.2rem;
	}
	.wrapper{
		max-width: 1000px;
		width: 100%;
		margin: auto;
		padding: 0 5%;
		box-sizing: border-box;

	}
	.sitewrap .tittle_text {
		font-size: 2.0rem;
	}
	.box{
		display: flex;
		flex-direction: column-reverse;
	}
	.box_text {
		margin-left: 0px;
		margin-bottom: 20px;
		width: 100%;
	}
	.box .box_img {
		text-align: center;
	}
	.foot_right {
    display: none;
	}
	.footer_logo{
		text-align: left;
		margin-bottom: 30px;
	}
	.footer{
		padding-bottom: 45px !important;
	}
	
}
