* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 1rem;
  color: #383F29;
  
}
img, video {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
a{
	color: #383F29;
}
a:hover{
	cursor: pointer;
}
a.all{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.flex{
	display: flex;
}
.f-b{
	font-weight: bold;
}
.flex-wrap{flex-wrap: wrap;}
.a-c-spacearound{align-content:space-around;}
.a-c-spacebetween{align-content:space-between;}
.f-green{
	color: #52AA75;
}
.f-pink{
	color: #C386B8;
}
.f-blue{
	color: #DB6124;;
}
.bold{
	font-weight: bold;
}
.f-small{
	font-size: 0.8rem;
}
.mincho{
	font-family: 'Shippori Mincho', serif;
}
.e{
	font-family: "trajan-pro-3", serif;
	font-weight: 400;
	font-style: normal;
}
.mt3{
	margin-top:3em;
}
.mt2{
	margin-top:2em;
}
.mt1{
	margin-top:1em;
}
.mb5{
	margin-bottom:5em;
}
.mb4{
	margin-bottom:4em;
}
.mb3{
	margin-bottom:3em;
}
.mb2{
	margin-bottom:2em;
}
.mb1{
	margin-bottom:1em;
}
.fs12{
	font-size: 1.2rem;
}
.fs13{
	font-size: 1.3rem;
}
.fs14{
	font-size: 1.4rem;
}
.fs15{
	font-size: 1.5rem;
}
.fs16{
	font-size: 1.6rem;
}
.fs17{
	font-size: 1.7rem;
}
.fs18{
	font-size: 1.8rem;
}
.fs19{
	font-size: 1.9rem;
}
.e{
	font-family: Montserrat;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight: bold;
	letter-spacing: 2px;
}
.num-list li {
	list-style-type: decimal;
}
.alpha-list li {
	list-style-type: lower-alpha;
}
.roman-list li {
	list-style-type: lower-roman;
}
.sp-br{display: none;}
.pc-br{display: block;}
/*ヘッダー*/
.main-img{
	padding-top: 70px;
	/* margin-top: 70px; */
	background: url(../img/top/pic-mv.jpg);
	width: 100%;
	height: auto;
	position: relative;
	background-repeat:no-repeat;
	background-size: 85%;
	background-position: left top;
	aspect-ratio: 1503 / 770;
}
.main-img::after {
	content: '';
	background-image: url("../img/top/mv-right.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 747px;
	height: 840px;
	position: absolute;
	top: 0;
	right: 0;
}
.main-copy{
	position: absolute;
	top:30%;
	right: 0;
	z-index: 1;
}
.main-copy img {
	max-width: 80%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.top-bar {
	    padding: 0;
		height: 70px;
		align-items: flex-start;
}
.top-bar, .top-bar ul{
    background-color: transparent;
}
.header_wrap{
	position: fixed;
	width: 100%;
	z-index: 99;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.top-bar ul{
	padding-right: 70px;
}
.menu {
	flex-wrap: nowrap;
}
.menu .h-link{
	color:#383F29;
	padding: 0.7rem 1rem;
}
.menu a.h-btn{
    padding: 0.3rem 3rem;
    background-color: transparent;
    color: #fefefe;
    border: 1px solid #ffffff;
    margin-right: 10px;
}
.menu a.h-btn:hover{
	background: linear-gradient(96.6deg, #E3CDDF 15.15%, rgba(184, 218, 190, 0.8) 51.75%, #DEE2C5 75.27%);
}
.top-bar-left .menu a{
	padding: 0;
}
.top-bar-left .menu .menu-text {
    padding: 0;
}
.top-bar-right{display: flex;}
.h-contact{
	background: #DB6124;
    color: #ffffff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1.5px;
    height: 70px;
    display: block;
    text-align: end;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 260px;
	transition: opacity 0.5s;
}

.h-contact span{
	position: relative;
}
.h-contact span::after{ 
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	width: 10px;   
	height: 10px;   
	border-top: 2px solid #ffffff;     
	border-right: 2px solid #ffffff;   
	transform: rotate(45deg);
	transition: border 0.5s, left 0.5s;
}
.invert .menu a.h-btn{
    color: #414141;
    border: 1px solid #414141;
}
.btn{
    width: 100%;
    display: block;      
    width: 39px;      
    height: 39px;      
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 999;
}
.bar{      
    width: 20px;      
    height: 1px;        
    display: block;      
    position: absolute;      
    left: 50%;      
    transform: translateX(-50%);      
    background-color: #414141;    
}
.close .bar{   
    background-color: #414141;    
}
.invert .bar{   
    background-color: #414141;    
}
.bar-top{ 
	top: 10px;
}
.bar-middle{    
    top: 50%;
    transform: translate(-50%,-50%);
}
.bar-bottom{ 
	bottom: 10px;
}
.btn.close .bar-top{      
    transform: translate(-50%,10px) rotate(45deg);      
    transition: transform .3s;    
}  
.btn.close .bar-middle{      
    opacity: 0;       
    transition: opacity .3s;    
}    
.btn.close .bar-bottom{      
    transform: translate(-50%,-8px) rotate(-45deg);      
    transition: transform .3s;    
}
.menu-lists{
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
    text-align: center;
    
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
    text-align: left;
    color: #ffffff;
    z-index: 9;
}
.menu-lists_innner{
    /*display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;*/
    display: block;
    width: 200px;
    margin: 4em auto 4em;
}
.menu-lists_btn{
	width:900px;
	margin:0 auto;
}
.menu-lists_box{
	max-width:400px;
	margin:1em auto;
	text-align: center;
	font-size: 1.1rem;
}
.head_message{
	position: absolute;
	top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.head_message_main{
	font-size: 3rem;
}
.head_message_main_c{
	font-size: 1.1rem;
	margin-bottom: 0.5em;
}
.top-bar .top-bar-left {
    padding-left: 20px;
}
.btn {
	display: none;
}
@media screen and (min-width: 988px){
	.h-contact:hover{
		opacity: 0.6;
	}
	.h-contact:hover span::after{ 
		left: 20px;    
	}
}
@media screen and (max-width: 988px){
	.menu-lists_btn{
		width:100%;
		margin:0 auto;
	}
	.btn {
		display: block;
	}
	.top-bar-right .menu{
		display: none;
	}
	.h-contact {
		height: 60px;
		width: 130px;
		font-size: 0.8rem;
		margin-right: 50px;
	}
	.top-bar {
		padding: 0;
		height: 60px;
	}
	.main-img{
		background: url(../img/top/pic-mv.jpg);
		height: 770px;
		background-position: center top;
	}
	.main-copy{
		top:40%;
		left: 10%;
		font-size: 4rem;
		letter-spacing: 3.5px;
	}
}
@media screen and (max-width: 640px){
	.sp-br{
		display: block;
	}
	.pc-br{
		display: none;
	}
	.btn {
		right: 5px;
	}
	.top-bar .top-bar-right {
	    flex: 0 0 60%;
	}
	.top-bar .top-bar-left{
	    flex: 0 0 70%;
		padding-left: 0;
	}
	.menu a.h-btn {
	    padding: 0.3rem 1rem;
	}
	.top-bar-right ul {
	    padding-right: 40px;
	    margin: 0 0 0 auto;
	    display: flex;
	    justify-content: end;
	}
	.top-bar-left ul {
	    padding-right: 20px;
	}
	.menu-lists_btn{
		padding:0 1em;
		margin-bottom: 3em;
	}
	.menu-lists_btn a {
		background-color: #DB6124;
		color: #fff;
		padding: 0.7em 5em 0.8em;
	}
	.header-sns {
		display: flex;
		gap: 20px;
		justify-content: center;
		margin-left: 0;
	}
	.header-sns li{
		list-style-type: none;
	}
	.header-sns li img{
		width: 30px;
	}
	.h-contact {
		display: none;
	}
	.bar {
		width: 30px;
	}
	.head_message_main {
	    font-size: 1.8rem;
	}
	.main-img{
		background: url(../img/top/pic-mv-small.jpg);
		height: 90vh;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.main-img::after {
		content: '';
		background-image: url("../img/top/mv-right-small.png");
		background-repeat: no-repeat;
		background-size: contain;
		width: 205px;
		height: 604px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.main-copy{
		top:25%;
		right: auto;
		left: 5%;
	}
	.p-top{padding-top: 60px;}
}
/*フッター*/
.footer{
	padding:3em 3em 2em 3em;
	background: #303030;
	color: #ffffff;
}
.footer-link-p {
	display: flex;
	align-items: center; 
	/*margin-bottom: 2em;*/
}
.footer-logo img{
	width: 285px;
	margin-bottom:1em
}
.footer_company_info {
	line-height: 1.8;
	letter-spacing: 2px;
}
.company-name {
	font-size: 1.2rem;
}
footer .tel {
	color: #303030;
}
.footer-tel-box{
	display: flex;
	padding: 10px 25px;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-shrink: 0;
	border-radius: 6px;
	background: #FFF;
	width: 300px;
	margin-top: 10px;
	line-height: 1.3;
}
.footer-tel-box_icon{width: auto;}
.footer-tel-box_content{width: 78%;}
/* .footer-tel-box img{width: 30px;} */
.footer_rifht_link {
	height: 100%;
	margin-top: 2em;
}
.footer_rifht_link .footer_sitelink {
	justify-content:  flex-end;
}
.footer-tel-box_number{
	font-size: 1.3rem;
	font-weight: bold;
}
.footer-tel-box_info{
	font-size: 0.9rem;
	letter-spacing: 0;
}
/* .footer-logo{
	margin-top:4em;
} */
.footer nav ul{
	display: flex;
	flex-wrap: wrap;
}
.footer nav li{
	list-style: none;
}
.footer-sns{
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	margin-left: 0;
}
.footer-sns li{
	list-style-type: none;
}
.footer-sns li img{
	width: 30px;
}
.footer nav li a{
	color:#ffffff;
	font-size: 0.8rem;
	letter-spacing: 1px;
	padding: 0 20px;
	position: relative;
	display: block;
	text-align: center;
}
.footer nav li a::after {
	content: '';
	width: 1px;
	height: 15px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer nav li:last-child{
	border:none;
}
.footer-copy{
	margin: auto 0 30px;
	font-size: 0.7rem;
	text-align: right;
}
.footer-link{
	white-space: nowrap;
}
.footer-link div{
	margin-right: 10px;
}
@media screen and (min-width: 981px){
	a:hover{
		opacity: 0.5;
	}
}
@media print, screen and (max-width: 64em) {
	.footer-link div{
		width: 45%;
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 640px){
	.footer {
	    padding: 5em 1em 1em 1em;
	}
	.footer-logo,
	.company-name {
		text-align: center;
		font-size: 1rem;
	}
	.footer-logo img {
		width: auto;
		margin-bottom: 0.5em;
	}
	.company-address {
		margin: 1.5em auto 2em;
		font-size: 1rem;
		text-align: center;
	}
	.footer-tel-box {
		width: 300px;
		margin: 0 auto 2em;
	}
	.footer-tel-box_icon {
		width: auto;
	}
	.footer-link div{
		width: 45%;
		margin-bottom: 1em;
	}
	.footer nav li{
		width: 33%;
		border-right:none;
		margin-bottom: 5px;
	}
	.footer nav li a{
		letter-spacing: 0;
		font-size: 0.7rem;
		padding: 0;
	}
	.footer nav li a::after {
		content: none;
	}
	.footer_rifht_link {
		margin-top: 1em;
	}
	.footer_rifht_link .footer_sitelink {
		justify-content:  center;
		margin-left: 0;
	}
	.footer-sns{
		justify-content: center;
		margin: 2em auto 2.5em;
	}
	.footer-copy{
		margin: 0 auto 6em;
	}
}
/* ボタン */
.circle-btn{
	border-radius: 40px;
	border: 2px solid #DB6124;
	background: #DB6124;
	margin-bottom: 1em;
  	padding: 18px 0;
	display: inline-block;
	width: 380px;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 2px;
	transition: background-color 0.5s, color 0.5s;
}
.cta-btn{
	border-radius: 40px;
  	padding: 18px 0;
	display: inline-block;
	width: 350px;
	text-align: center;
	color: #303030;
	margin:0 auto;
	background-color: #fff;
	border: 2px solid #ffffff;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 2px;
	transition: background-color 0.5s, color 0.5s;
}
.circle-btn span,.cta-btn span{
	position: relative;
}
.circle-btn span::after,.cta-btn span::after { 
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 10px;   
	height: 10px;   
	border-top: 2px solid #fff;     
	border-right: 2px solid #fff;   
	transform: rotate(45deg);
	transition: left 0.5s;
}
@media screen and (min-width: 981px){
	.circle-btn:hover{
		background: #ffffff;
		color: #DB6124;
		border: 2px solid #DB6124;
		opacity: 1;
	}
	.circle-btn:hover span::after { 
		border-top: 2px solid #DB6124;     
		border-right: 2px solid #DB6124;
		left: 25px;
	}
	.cta-btn:hover{
		color: #fff;
		background-color: #db6125;
		opacity: 1;
	}
	.cta-btn:hover span::after {    
		border-top: 2px solid #fff;     
		border-right: 2px solid #fff;
		left: 25px;
	}
}
@media screen and (max-width:64em){
	.circle-btn{
		  padding: 12px 0;
		  font-size: 1.1rem;
	}
}
.p-5{
	padding: 5em 0;
}
.p-4{
	padding: 4em 0;
}
.p-3{
	padding: 3em 0;
}
.p-2{
	padding: 4em 0;
}
.p-r-2{
	padding-right: 2em;
}
.p-l-1{
	padding-left: 1em;
}
.p-l-2{
	padding-left: 2em;
}

@media screen and (max-width: 988px){
	.p-l-1md{
		padding-left: 1em;
	}
	.p-r-1md{
		padding-right: 1em;
	}
	.mt2-md{
		margin-top: 2em;
	}
	.mb2-md{
		margin-bottom: 2em;
	}
	.m-automd{
		margin: 0 auto;
	}
	.t-center-mg{
		text-align: center;
	}
	.circle-btn {
		width: 300px;
	}
}
@media screen and (max-width: 680px){
	.p-5xs{
		padding: 5em 0;
	}
	.p-4xs{
		padding: 4em 0;
	}
	.p-3xs{
		padding: 3em 0;
	}
	.p-2xs{
		padding: 4em 0;
	}
	.p-r-2{
		padding-right: 2em;
	}
	.p-r-0xs{
		padding-right: 0;
	}
	.fs11xs{
		font-size: 1.1rem;
	}
	.fs12xs{
		font-size: 1.2rem;
	}
	.fs13xs{
		font-size: 1.3rem;
	}
	.fs14xs{
		font-size: 1.4rem;
	}
	.fs15xs{
		font-size: 1.5rem;
	}
	.mb4xs{
		margin-bottom:4em;
	}
	.mb3xs{
		margin-bottom:3em;
	}
	.mb2xs{
		margin-bottom:2em;
	}
	.mb1xs{
		margin-bottom:1em;
	}
}
/* TOPページ */
.p-top {
	padding-top: 70px;
} 
.p-top p{
	font-size: 1.2rem;
	line-height: 1.8;
}
.catch-e{
	color: #F0AB33;
	font-family: Montserrat;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 4.76px;
	line-height: 1.5;
}
.p-top-service{
	background: #F7E4CD;
	padding: 5em 0;
}
.p-top-about {
	padding: 4.36em 0;
}
.p-top-about h2{
	color: #303030;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 2.52px;
    margin-bottom: 1em;
}
.p-top-about img {
	/* box-shadow: 0 0 10px 0 #B7B7B7; */
	border-radius: 10px 0 0 10px;
}
.p-top-service h2{
	color: #303030;
	font-size: 1.3rem;
	margin-bottom: 5rem;
	margin-top: 10px;
}
.p-top-service_box{
	padding-right: 0!important; 
    padding-left: 0!important; 
    margin: 0 4rem;
}
.p-top-service h3{
	color: #DB6124;
	font-size: 1.2rem;
	font-weight: 700;
	display: flex;
}
.card {
	box-shadow: 16px 16px 50px 0 #B7B7B7;
	border-radius: 10px;
	margin-bottom: 0;
	color: inherit;
}
.p-top-service_box:hover {
	opacity: 1;
}
.p-top-service_box:hover .card {
	box-shadow: none;
}
.card-section{
	padding: 2em;
	font-size: 1.4rem;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	
}
.arrow-circle::before{
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #DB6124;
	margin-left: 10px;
}
.arrow-circle::after{
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 11px;
}
.p-top-company {
	padding: 5em 0;
}
.p-top-company h2{
	color: #303030;
	margin-bottom: 0;
	font-size: 1.3rem;
	margin-left: 20px;
}
.p-top-company img {
	box-shadow: 16px 16px 50px 0 #B7B7B7;
	border-radius: 0 10px 10px 0;
}
.p-top-company-info {
	margin-bottom: 30px;
	font-size: 1.2em;
}
.p-top-company-info dt {
	font-weight: 600;
}
.p-top-company-info dd .tel {
	display: block;
}
.p-top-company-info dd:not(:last-child) {
	margin-bottom: 20px;
}
.cta-wrap{
	position: relative;
	color: #ffffff;
	/* padding:2em 1em; */
}
.cta-wrap_title{
	font-size: 4rem;
    font-family: Montserrat;
    letter-spacing: 4.76px;
}
.cta-wrap_content{
	position: absolute;
	/* height: 100%; */
	top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	display: flex;
	width: 100%;
}
.cta-wrap_detail{
	margin-bottom:2em;
	font-size: 1.1rem;
	font-weight: bold;
}
@media screen and (max-width: 988px){
	.p-top{padding-top: 60px;}
	.p-top-service_box{
		margin: 0 1em 1em 1em;
	}
	.cta-wrap_title{
		font-size: 3rem;
	}
	.cta-wrap_detail{
		font-size: 1rem;
	}
}
@media screen and (max-width: 640px){
	.p-top {
		padding-top: 0;
	}
	.p-top p{
		font-size: 1rem;
	}
	.catch-e{
		font-size: 3.4rem;
	}
	.p-top-about,
	.p-top-company,
	.p-top-service {
		padding: 3em 0;
	}
	.p-top-service h2{
		font-size: 1.3rem;
		margin-top: 0;
		margin-bottom: 2rem;
	}
	.cta-btn {
		width: 300px;
		padding: 14px 0;
	}
	.p-top-about h2,
	.p-top-company h2 {
		font-size: 1.5rem;
		margin-left: 0;
	}
	.p-top-about .grid-x {
		justify-content: flex-end;
	}
	.p-top-service h3 {
		font-size: 1.2rem;
		justify-content: center;
		padding: 0 30px 0 15px;
	}
	.card-section{
		padding: 2em 1.5em;
		font-size: 1.1rem;
	}
	.p-top-company-info {
		font-size: 1em;
	}
}
/* 事業内容 */
.p-service{
	padding-top: 70px;
}
.p-service h2 {
	font-size: 1.8rem;
}
.p-service p {
	font-size: 1.2rem;
	line-height: 1.8;
}
.head-img{
	padding-top: 70px;
	/* margin-top: 70px; */
	background: url(../img/common/pic-h1.jpg);
	width: 100%;
	height: 370px;
	position: relative;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.head-img-copy{
	position: absolute;
	top:48%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 5rem;
	color: #ffffff;
	text-shadow: 0px 0px 0px 0px rgba(120, 120, 120, 0.08), 0px 1px 2px 0px rgba(120, 120, 120, 0.08), 0px 3px 3px 0px rgba(120, 120, 120, 0.07), 0px 7px 4px 0px rgba(120, 120, 120, 0.04), 0px 13px 5px 0px rgba(120, 120, 120, 0.01), 0px 21px 6px 0px rgba(120, 120, 120, 0.00);
	font-weight: 400;
	letter-spacing: 3.5px;
}
.head-img-copy div{
	color: #fff;
	font-size: 3.5rem;
	font-weight: 400;
	letter-spacing: 4.76px;
	line-height: 1;
}
.head-img-copy h1{
	color: #FFF;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2;
}
.p-service-top_main{
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 2.38px;
	margin-bottom: 3rem;
}
.p-service-top{
	margin: 4em 0 8em;
}
.p-service-top #chintai,
.p-service-top #kaitori {
	padding-top: 100px;
	margin-top: -100px;
}
.tate-solid-h3{
	padding: 0 0.5em;
  color: #DB6124;
  background: transparent;
  border-left: solid 8px #DB6124;
}
.p-service-list{
	background: #fff1e0;
	padding: 3em 3.5em;
	margin-top: 3em;
	margin-bottom: 4em;
}
.p-service-list.bggray{
	background: #fff;
    border: 1px solid #e8e3e3;
	margin-bottom: 0;
}
.p-service-list ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 2em;
}
.p-service-list li{
	list-style: none;
	background:url(../img/common/list-icon.svg) no-repeat 0 0;
	background-size:auto 20px;
	padding-left: 30px;
	width: 50%;
	margin-bottom: 1em;
}
.p-service-top img{width: 100%;}
.breadcrumbs{margin:1em 2em;}
.breadcrumbs a{
	color: #595757;
	font-size: 0.9rem;
}
@media screen  and (max-width: 988px){
	.p-service {
		padding-top: 60px;
	}
	.head-img {
		height: 220px;
	}
	.head-img-copy div{
		font-size: 1.9rem;
	}
	.head-img-copy h1{
		font-size: 1.2rem;
	}
	.p-service-top_main{
		font-size: 1.4rem;
		letter-spacing: 1.38px;
	}
	.p-service-list{
		padding: 2em 1em;
	}
}
@media screen  and (max-width:64em){
	.p-service p {
		font-size: 1rem;
	}
	.p-service-top{
		margin: 2em 0 0;
	}
	.p-service-list li{
		width: 100%;
	}
	.p-service-list{
		margin-top: 2em;
		margin-bottom: 1em;
	}
	.breadcrumbs{
		margin: 0.7em;
	}
	.breadcrumbs a{
		font-size: 0.9rem;
	}

}
/* 企業理念 */
.p-philosophy h2,.p-company h2{
	border-bottom: 2px solid #C6D4DA;
	font-size: 1.5rem;
	padding-bottom: 7px;
}
.p-philosophy h3{
	color: #303030;
	font-size:2.1rem;
}
.p-philosophy_logo img{
	width: 500px;
}
@media screen  and (max-width:64em){
	.p-philosophy h2,.p-company h2{
		font-size: 1.3rem;
	}
	.p-philosophy h3{
		font-size:1.2rem;
	}
	.p-philosophy_logo img{
		width: 80%;
	}
}
/* 企業情報 */
.company-info table th {
    width: 300px;
	color: #303030;
	font-weight: bold;
}
.company-info table th, .company-info table td {
    border-bottom: 1px dotted #E9E5E0;
    padding: 1.5em 0;
}
caption, td, th {
    font-weight: 400;
    text-align: left;
    vertical-align: top;
}
@media screen and (max-width:64em){
.company-info table th {
    border-bottom: none;
    padding-bottom: 0;
}
}
@media screen and (max-width:64em){
.company-info table th, .company-info table td {
    display: block;
	padding: 0.8em 0;
}
.company-info table th {
    display: block;
	padding: 0;
	margin-top: 1em;
}
}
.p-company_message {
	padding-right: 5em;
}
.p-company_message p{
	margin-bottom: 1em;
}
iframe {
    width: 100%;
    aspect-ratio: 3/1;
}
.p-contact h2{
	border-bottom: 2px solid #C6D4DA;
	font-size: 1.5rem;
	padding-bottom: 7px;
}
@media screen and (max-width:64em){
	.p-company_message {
		padding-right: 0;
		margin-bottom: 30px;
	}
}
/* プライバシーポリシー */
.p-policy h2{
	border-bottom: 2px solid #C6D4DA;
	font-size: 1.4rem;
	padding-bottom: 7px;
}
.p-policy .num-list li {
	margin-bottom: 20px;
}
.p-policy .alpha-list li {
	margin-bottom: 13px;
}
.p-policy .roman-list li {
	margin-bottom: 5px;
}
@media screen  and (max-width:64em){
	.p-policy h2{
		font-size: 1.1rem;
	}
}
/*お問い合わせ*/
.p-contact .tel-box a {
	color: #DB6124;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 2px;
}
.p-contact .time-box {
	font-size: 1.1rem;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.p-contact .msg {
	font-size: 1rem;
}
.form-table {
	margin: 50px auto;
	width: 80%;
	border: 1px solid #eeeeee;
}
.form-table th,
.form-table td {
	font-size: 1rem;
	letter-spacing: 2px;
	padding:30px;
	position: relative;
}
.form-table th {
	width: 35%;
	background-color: #f1f1f1;
}
.form-table td {
	border-bottom: 1px solid #f1f1f1;
}
.form-table th .hissutag {
	background-color: #BE0D0D;
	color: #fff;
	font-size: 0.7rem;
	display: inline-block;
	padding: 0 5px;
	margin-left: 20px;
}
.form-table td a {
	text-decoration: underline;
}
input[type="text"],
input[type="textarea"],
input[type="email"],
input[type="tel"],
textarea {
	border-color: #858585;
}
input[type="text"].short,
input[type="email"].short,
input[type="tel"].short {
	width: 430px;
}
input[type="tel"].short2 {
	width: 100px;
	display: inline;
}
/*入力内容確認*/
input[type="submit"] {
	width: 100%;
	background-color: #DB6124;
	background-image: url(../img/common/arrow-wh.png);
	background-repeat: no-repeat;
	background-position: center right 40px;
	border: 1px solid #DB6124;
	border-radius: 40px;
	color: #fff;
	font-weight: bold;
	padding: 20px;
	cursor: pointer;
	transition: color 0.3s, background-color 0.3s, background-position 0.3s;
}
input[type="submit"]:hover {
	background-color: #fff;
	background-image: url(../img/common/arrow-gr.png);
	background-repeat: no-repeat;
	background-position: center right 30px;
	color: #DB6124;
}
/*完了ボタン*/
button[type="submit"] {
	width: 95%;
	background-color: #DB6124;
	background-image: url(../img/common/arrow-wh.png);
	background-repeat: no-repeat;
	background-position: center right 40px;
	border: 1px solid #DB6124;
	border-radius: 40px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 20px;
	cursor: pointer;
}
/*修正するボタン*/
input[type="button"] {
	width: 95%;
	background-color: #fff;
	background-image: url(../img/common/arrow-wh.png);
	background-repeat: no-repeat;
	background-position: center right 40px;
	border: 1px solid #DB6124;
	border-radius: 40px;
	color: #DB6124;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 20px;
	cursor: pointer;
}
@media screen  and (max-width:64em){
	.p-contact h2{
		font-size: 1.1rem;
	}
	.p-contact .msg {
		font-size: 1rem;
	}
	.form-table {
		margin: 50px auto;
		width: 95%;
	}
	.form-table th,
	.form-table td {
		display: block;
		width: 100%;
		font-size: 0.9rem;
		padding: 15px;
	}
	input[type="text"].short,
	input[type="email"].short,
	input[type="tel"].short,
	button[type="submit"],
	input[type="button"]{
		width: 100%;
	}
}