@charset "utf-8";
/* CSS Document */

* {
	line-height: 1;
}

img {
    border: 0;
    vertical-align: top;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;

	
}

/*body*/

body {
width: 100%;
	-webkit-text-size-adjust: 100%;
}

img {
    border: 0;
    vertical-align: top;
}

.contents-left {
	float: left;
	vertical-align: top;
	display: inline-block;
}

.contents-right {
	float: right;
	vertical-align: top;
	display: inline-block;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	transition: .5s;
}

a:hover {
	opacity: 0.75;
}

a[href^="tel:"] {
  pointer-events: none;
}


.contents-box {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 17px;
	line-height: 1;
}

.contents-box p {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.contents-box p br.sp-view {
	display: none;
}

.contents-box a {
	color: #29aae1;
}

.contents-box p a {
	color: #29aae1;
}

.space-box {
	clear:both;
}

/*header*/

#header {
	width: 100%;
}

.header-wrap {
	width: 100%;
	position: fixed;
left: 0px;
top: 0px;
	z-index: 999999999999;
	transition: all 0.5s ease;
	background-color: rgba(0,0,0,0.5);
}

.header {
	padding: 35px;
	display: flex;
  justify-content: space-between;
	width: 100%;
}

.hidden {
  background: none;
  transition: all 0.5s ease;
}


.header-left h1 {
	position: absolute;
left: 35px;
top: 35px;
}

.header-left h1 img {
	height: 68px;
	width: auto;
}


#header h2 {
	position: absolute;
   top: 0%;
   left: 50%;
   -webkit-transform: translate(-50%, -0%);
   transform: translate(-50%, -0%);
	padding-top: 10%;
}

#header h2 img {
	height: 68px;
	width: auto;
}

/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		min-height: 100vh;
		background : #001870;
		left: 0;
		overflow: auto;
		
	}
	nav > div {
		width: 100%;
		height:100%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		display: flex;
  justify-content: center;
		align-items: center;
	}
	nav .nav-box {
		display: flex;
  justify-content: center;
flex-wrap: wrap;
		padding-top: 50px;
	}

nav ul:nth-child(1){
	border-right-style : solid;
border-right-color : rgba(255, 255, 255, 0.5);
border-right-width : 1px;
	}

	.contents-box nav ul li a {
		display: block; 
		color: #FFF;
		font-weight: 300;
		font-size: 22px;
		line-height: 1.2;
		letter-spacing: 0.1em;
		padding: 10px 80px;
	}

.contents-box nav ul li a::before {
		content: "■ ";
	font-size: 16px;
	}

nav ul li a:hover {
		opacity: 1;
	color: #F4FF00;
	}

nav ul li a span {
	display: inline-block;
	font-weight: normal;
	padding-left: 20px;
	font-size: 14px;
	}

/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 77px;
		height: 77px;
		position: relative;
		top: 0px;
		z-index: 10000000000;
		background-image: url("../images/menu-nav.svg");
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding: 27px 22px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 1px;
		background: #FFF;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}



/* nav-pc */

.nav-pc {
	width: 100%;
	line-height: 0;
	text-align: center;
	position: absolute;
left: 0px;
bottom: 0px;
}

.nav-pc ul {
	display: inline-block;
}

.nav-pc ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 35px;
}

.nav-pc ul li a:hover {
	opacity: 0.75;
}




/* main-img */

.main-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.main-img img {
	width: 100%;
height: auto;
}

/*title-box*/
 
.title {
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: flex-start;
align-items: center;
}

.title .box-in {
	padding: 60px 0px;
	border-radius: 0px 30px 30px 0px;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	width: 35%;
	margin-top: 50px;
}

.title h3, .title h4 {
line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #FFF;
	text-shadow: 0px 0px 5px #000;
}

.title h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 300;
	background-image: url("../images/title.svg");
background-position: center bottom;
background-repeat: no-repeat;
	margin-bottom: 10px;
}

.title h4 {
font-size: 18px;
	letter-spacing: 0.2em;
}


/*contents*/

.contents {
	width: 100%;
	padding-top: 60px;
	overflow: hidden;
	position: relative;
}

.contents::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../images/contents-back01.png");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 274px;
	height: 190px;
}

.contents::after {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("../images/contents-back02.png");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 274px;
	height: 190px;
}


/*midashi*/

p.text01 {
	color:#4d4d4d;
	line-height:1.8;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.midashi01 {
	text-align: center;
	margin-bottom: 50px;
}

.midashi01 h3, .midashi01 h4 {
line-height: 1.2;
font-weight: normal;
}

.midashi01 h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
color: #ff0000;
	margin-bottom: 7px;
}

.midashi01 h4 {
font-size: 18px;
	color: #FFF;
	letter-spacing: 0.1em;
	background-image: url("../images/midashi01.svg");
background-position: center top;
background-repeat: no-repeat;
	height: 29px;
	width: 100%;
	display: flex;
  justify-content: center;
align-items: center;
}



/*btn01*/

.btn01 a, .btn01 span {
	font-family: 'Noto Serif JP', serif;
	font-size: 19px;
color: #000;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	display: inline-block;
	position: relative;
	padding-right: 100px;
}

.btn01 a:hover {
	opacity: 1;
}

.btn01 a::after, .btn01 span::after {
	content: "";
	position: absolute;
right: 10px;
bottom: 10px;
	background-image: url("../images/link-arrow03.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 79px;
	height: 9px;
	transition: .5s;
}

.btn01 a:hover::after, .btn01 span:hover::after {
right: 0px;
}


/*btn02*/

.btn02 {
	text-align: right;
}

.btn02 a {
	font-size: 19px;
color: #000;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	display: inline-block;
	position: relative;
	padding-left: 80px;
}

.btn02 a:hover {
	opacity: 1;
}

.btn02 a::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 6px;
	background-image: url("../images/link-arrow04.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 66px;
	height: 9px;
	transition: .5s;
}

.btn02 a:hover::after {
left: 10px;
}



/*pagetop_btn*/

.pagetop_btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 100;
}

.contents-box .pagetop_btn a {
    display: block;
    background : #1d91ac;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	border-radius: 5px;
}

.pagetop_btn a:hover {
    display: block;
    background-color: #8bc53f;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	border-radius: 5px;
}


/* contents-service */

.contents-service {
	width: 100%;
	text-align: center;
	padding-bottom: 60px;
}

.contents-service .btn01 {
	text-align: right;
}

.contents-service .btn01 span {
	color: #FFF;
	padding: 6px 20px;
	padding-right: 80px;
	background-color: #ff0000;
	font-size: 15px;
}

.contents-service .btn01 span::after {
	background-image: url("../images/link-arrow02.svg");
	bottom: 12px;
	right: 20px;
	width: 50px;
}

.contents-service .midashi-box {
	padding-bottom: 40px;
}

.contents-service .midashi-box h3, .contents-service .midashi-box h4 {
font-weight: normal;
	line-height: 1.2;
}

.contents-service .midashi-box h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
font-weight: 300;
	color: #000;
}

.contents-service .midashi-box h3:first-letter {
	font-size: 50px;
}

.contents-service .midashi-box h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	color: #FFF;
	letter-spacing: 0.3em;
	background-image: url("../../top/images/text-back02.svg");
background-position: center top;
background-repeat: no-repeat;
	height: 31px;
	display: flex;
  justify-content: center;
	align-items: center;
}

.contents-service .midashi-box h4::before,
.contents-service .midashi-box h4::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
 
.contents-service .midashi-box h4::before {
    margin-right: 60px;
}
 
.contents-service .midashi-box h4::after {
    margin-left: 60px;
}


.contents-service .box-wrap {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents-service .box {
	width: 32.9%;
	margin-bottom: 10px;
	height: 400px;
background-repeat: no-repeat;
background-size: cover;
	-webkit-clip-path: polygon(5% 0, 95% 0, 100% 8%, 100% 92%, 95% 100%, 5% 100%, 0 92%, 0 8%);
	clip-path: polygon(5% 0, 95% 0, 100% 8%, 100% 92%, 95% 100%, 5% 100%, 0 92%, 0 8%);
}

.contents-service .box a {
	width: 100%;
	height: 100%;
	display: block;
	display: flex;
  justify-content: center;
	align-items: center;
}

.contents-service .box:nth-child(1), .contents-service .box:nth-child(6) {
-webkit-clip-path: polygon(5% 0, 95% 0, 100% 0, 100% 92%, 95% 100%, 5% 100%, 0 100%, 0 8%);
	clip-path: polygon(5% 0, 95% 0, 100% 0, 100% 92%, 95% 100%, 5% 100%, 0 100%, 0 8%);
}

.contents-service .box:nth-child(3), .contents-service .box:nth-child(4) {
-webkit-clip-path: polygon(5% 0, 95% 0, 100% 8%, 100% 100%, 95% 100%, 5% 100%, 0 92%, 0 0);
	clip-path: polygon(5% 0, 95% 0, 100% 8%, 100% 100%, 95% 100%, 5% 100%, 0 92%, 0 0);
}

.contents-service .box:nth-child(2) {
-webkit-clip-path: polygon(5% 0, 95% 0, 100% 0, 100% 92%, 95% 100%, 5% 100%, 0 92%, 0 0%);
	clip-path: polygon(5% 0, 95% 0, 100% 0, 100% 92%, 95% 100%, 5% 100%, 0 92%, 0 0%);
}

.contents-service .box:nth-child(5) {
-webkit-clip-path: polygon(5% 0, 95% 0, 100% 0, 100% 92%, 95% 100%, 5% 100%, 0 100%, 0 8%);
	clip-path: polygon(5% 0, 95% 0, 100% 8%, 100% 100%, 95% 100%, 5% 100%, 0 100%, 0 8%);
}

.contents-service .box:nth-child(1) {
	background-image: url("../../top/images/img01.jpg");
}

.contents-service .box:nth-child(2) {
	background-image: url("../../top/images/img02.jpg");
}

.contents-service .box:nth-child(3) {
	background-image: url("../../top/images/img03.jpg");
}

.contents-service .box:nth-child(4) {
	background-image: url("../../top/images/img04.jpg");
}

.contents-service .box:nth-child(5) {
	background-image: url("../../top/images/img05.jpg");
}

.contents-service .box:nth-child(6) {
	background-image: url("../../top/images/img06.jpg");
}

.contents-service .box-box {
	width: 400px;
}

.contents-service .box h3, .contents-service .box h4, .contents-service p {
color: #FFF;
font-weight: normal;
	line-height: 1.2;
	text-shadow: 0px 0px 7px #000;
}

.contents-service .box h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
font-weight: 300;
}

.contents-service .box h3:first-letter {
	font-size: 52px;
}

.contents-service .box h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
letter-spacing: 0.15em;
	margin-bottom: 25px;
}

.contents-service p {
	line-height: 1.8;
	font-size: 14px;
	padding: 20px 25px;
	background-color: rgba(0,0,0,0.7);
	text-align: left;
}

.contents-service .box a:hover {
	opacity: 1;
	background-color:rgba(0,0,0,0.5);
background-blend-mode:lighten;
}

.contents-service .btn01 span:hover::after {
	right: 20px;
}

.contents-service .box a:hover .btn01 span::after {
	right: 10px;
}

/* contents-contact */

.contents-contact {
	width: 100%;
	height: 476px;
	background-image: url("../../top/images/back03.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
	display: flex;
  justify-content: center;
	align-items: center;
	text-align: center;
}

.contents-contact h3, .contents-contact h4, .contents-contact h6, .contents-contact h6 a, .contents-contact p {
font-weight: normal;
	line-height: 1.2;
	color: #FFF;
}

.contents-contact h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
font-weight: 300;
}

.contents-contact h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 19px;
	letter-spacing: 0.3em;
	margin-bottom: 40px;
	padding-top: 5px;
}

.contents-contact h5 a {
	width: 500px;
	font-size: 17px;
color: #c0272d;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	display: inline-block;
	padding: 20px 0px 22px;
	padding-left: 30px;
	background-color: #FFF;
	margin: 25px auto;
	position: relative;
}

.contents-contact h5 a:hover {
color: #FFF;
	background-color: #000;
	opacity: 1;
}

.contents-contact h5 a::before {
	content: "";
	position: absolute;
left: 75px;
top: 0px;
	background-image: url("../images/icon-mail.svg");
background-position: left center;
background-repeat: no-repeat;
	background-size: auto 17px;
	width: 22px;
	height: 100%;
	transition: .5s;
}

.contents-contact h5 a:hover::before {
	background-image: url("../images/icon-mail-on.svg");
}

.contents-contact h6, .contents-contact h6 a {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
letter-spacing: 0.05em;
}

.contents-contact h6 {
	display: inline-block;
	padding-left: 30px;
	margin-left: 20px;
	position: relative;
}

.contents-contact h6::before {
	content: "";
	position: absolute;
left: 0px;
top: 12px;
	background-image: url("../images/icon-tel.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 20px;
	height: 27px;
}

.contents-contact .box-in > p {
	line-height: 2
}

.contents-contact .box-box {
	display: flex;
  justify-content: center;
	align-items: center;
}

/* contents-company */

.contents-company {
	width: 100%;
	height: 476px;
	position: relative;
	overflow: hidden;
}

.contents-company .btn01 span {
	color: #FFF;
}

.contents-company .btn01 span::after {
	background-image: url("../images/link-arrow02.svg");
}

.contents-company-in {
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	height: 100%;
	clip: rect(auto, auto, auto, auto);
}
	
.contents-company .bg-box {
	position: fixed;
left: 0px;
top: 0px;
	display:block;
	background-image: url("../../top/images/back04.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
	width:100%;
height:100vh;
	z-index: -1;
}

.contents-company .box-wrap {
	display: flex;
  justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100%;
}

.contents-company .box-in {
	width: 600px;
	text-align: right;
}

.contents-company .box-in > a {
	width: 100%;
	text-align: right;
	padding: 50px 100px 40px;
	padding-left: 0px;
	background-color: rgba(0,0,0,0.55);
	display: block;
}

.contents-company .box-in > a:hover {
	background-color: rgba(0,0,0,0.8);
}

.contents-company h3, .contents-company h4 {
font-weight: normal;
	line-height: 1;
	color: #FFF;
}

.contents-company h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 68px;
font-weight: 300;
}

.contents-company h3:first-letter {
	font-size: 78px;
}

.contents-company h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 19px;
	letter-spacing: 0.3em;
	margin-bottom: 40px;
	padding-top: 10px;
}

.contents-company .box-in a:hover {
	opacity: 1;
}

.contents-company .btn01 span:hover::after {
	right: 10px;
}

.contents-company .box-in a:hover .btn01 span::after {
	right: 0px;
}



/*footer*/

footer {
	position: relative;
}

footer::after {
	content: "";
	position: fixed;
left: 20px;
bottom: 10%;
	background-image: url("../images/scroll.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 21px;
	height: 201px;
}

.footer {
	width: 1090px;
	padding: 60px 0px;
	display: flex;
  justify-content: space-between;
	align-items: flex-end;
}

.footer .box01 {
	width: 470px;
	text-align: center;
}

.footer .box01 h3 img {
	height: 90px;
	width: auto;
}

.footer p, .footer h4, .footer h5, .footer h5 a, .footer h6 a, .footer ul li a {
	color: #000;
	line-height: 1.2;
	font-weight: normal;
}

.footer .box01 p {
	font-size: 16px;
	padding: 20px 0px 10px;
}

.footer .box01 h5, .footer .box01 h5 a {
	font-size: 40px;
letter-spacing: 0.05em;
	font-family: 'Roboto', sans-serif;
}

.footer .box01 h5 {
	display: inline-block;
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
}

.footer .box01 h5::before {
	content: "";
	position: absolute;
left: 0px;
top: 12px;
	background-image: url("../images/tel-footer.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 18px;
	height: 25px;
}

.footer .box01 h6 a {
	font-size: 12px;
letter-spacing: 0.1em;
font-weight: 500;
	width: 360px;
	margin: 0px auto;
	border-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
	padding: 20px 0px;
	position: relative;
	display: block;
	transition: .5s;
}

.footer .box01 h6 a:hover {
	background-color: #000;
	opacity: 1;
	color: #FFF;
}

.footer .box01 h6 a::before {
	content: "";
	position: absolute;
left: 55px;
top: 0px;
	background-image: url("../images/icon-mail-footer.svg");
background-position: left center;
background-repeat: no-repeat;
	background-size: auto 12px;
	width: 15px;
	height: 100%;
	transition: .5s;
}

.footer .box01 h6 a:hover::before {
	background-image: url("../images/icon-mail-footer-on.svg");
}

.footer .box01 h6 a::after {
	content: "";
	position: absolute;
right: 30px;
top: 0px;
	background-image: url("../images/icon-arrow-footer.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 12px;
	width: 7px;
	height: 100%;
	transition: .5s;
}

.footer .box01 h6 a:hover::after {
	background-image: url("../images/icon-arrow-footer-on.svg");
	right: 20px;
}

.footer .box02 {
	width: 520px;
}

.footer .box02 h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
font-weight: 600;
	margin-bottom: 20px;
}

.footer .box02 .box001 ul {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.footer .box02 .box001 ul li {
	width: 30%;
	margin-bottom: 10px;
}

.footer .box02 .box001 ul li:nth-child(3n) {
	width: 40%;
}

.footer .box02 .box001 ul li::before {
	content: "・";
}

.footer .box02 .box001 ul li a {
	font-size: 15px;
}

.footer .box02 .box001 ul li a:hover {
	opacity: 1;
	color: #ff0000;
}

.footer .box02 .box002 a {
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	border-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
	padding: 12px 0px;
	padding-left: 30px;
	position: relative;
	display: block;
	text-align: center;
	margin: 30px auto;
	background-image: url("../images/indtagram.svg");
background-position: left 15px center;
background-repeat: no-repeat;
}

.footer .box02 .box002 a:hover {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.1);
}

.footer .box02 .box002 a::before {
	content: "";
	position: absolute;
left: 170px;
top: 9px;
	width: 1px;
	height: 23px;
	border-left-style : solid;
border-left-color : rgba(0, 0, 0, 0.5);
border-left-width : 1px;
}

.footer .box02 .box002 a::after {
	content: "";
	position: absolute;
right: 30px;
top: 0px;
	background-image: url("../images/link-arrow03.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 9px;
	width: 103px;
	height: 100%;
	transition: .5s;
}

.footer .box02 .box002 a:hover::after {
right: 20px;
}


.footer .box02 .box003 p {
	text-align: right;
	font-size: 11px;
	color: #534741;
}



/**
 * for SmartPhone
 */
@media screen and (min-width: 737px) {
	
	body {
	min-width: 1280px;
	}
	

#header .sp-view {
	display: none;
}
	
	
}
@media screen and (max-width: 737px) {
    body {
    }

.contents-left {
	float: none;
	display: block;
}

.contents-right {
	float: none;
	display: block;
}


.contents-box {
	font-size: 14px;
}

.contents-box p {
	font-size: 14px;
}

.contents-box p br.sp-view {
	display: inline-block;
}
	


/*header*/


.header-wrap {
	width: 100%;
}

.header {
	padding: 10px 10px;
	width: 100%;
}
	
.header-left {
	width: 250px;
}
	
.header-left h1 {
left: 10px;
top: 15px;
}
	
.header-left h1 img {
	width: auto;
	height: 42px;
}



#header h2 {
	padding-top: 20%;
}
	
#header h2 img {
		height: 50px;
		width: auto;
}

	
/*開閉ボタン*/
	#nav_toggle{
		width: 53px;
		height: 53px;
		padding: 16px 15px;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:9px;
	}
	#nav_toggle span:nth-child(3){
		top:18px;
	}

	
	.nav-pc {
		display: none;
	}
	
nav .nav-box {
		display: block;
	}

nav ul:nth-child(1){
	border-right-style : none;
	}

	
nav ul li {
	width: 100%;
	
}
	
.contents-box nav ul li a {
		font-size: 18px;
	padding: 8px 0px;
	}
	
.contents-box nav ul li a::before {
		font-size: 13px;
	}
	
	nav ul li a span {
font-size: 13px;
	}


/* main-img */

.main-img img {
height: 200px;
	object-fit: cover;
}
	
/*title-box*/
 
.title {
	position: static;
	height: auto;
}

.title .box-in {
	padding: 10px 0px 15px;
	border-radius: 0px;
	width: 100%;
	margin-top: 0px;
}

.title h3 {
	font-size: 30px;
	background-size: auto 15px;
	margin-bottom: 10px;
}

.title h4 {
font-size: 14px;
}


	
/*contents*/

.contents {
	padding-top: 40px;
}
	
.contents::before {
	height: 70px;
	width: 50%;
}
	
.contents::after {
	height: 70px;
	width: 50%;
}


/*midashi*/

p.text01 {
	font-size: 14px;
}
	
.midashi01 {
	margin-bottom: 40px;
}

.midashi01 h3 {
	font-size: 30px;
	margin-bottom: 8px;
}

.midashi01 h4 {
font-size: 14px;
	background-size: auto 100%;
	height: 25px;
}

	
/*btn02*/

.btn02 a {
	font-size: 16px;
	padding-left: 65px;
}

.btn02 a::after {
bottom: 4px;
	height: 7px;
}



/*btn-top*/
	
	.pagetop_btn {
		bottom: 10px;
		right: 5px;
	}
	
	
/* contents-service */

.contents-service {
	width: 100%;
	padding-bottom: 50px;
}
	
.contents-service .midashi-box {
	padding-bottom: 25px;
}
	
.contents-service .midashi-box h3 {
	font-size: 30px;
}

.contents-service .midashi-box h3:first-letter {
	font-size: 38px;
}

.contents-service .midashi-box h4 {
	font-size: 14px;
	height: 28px;
}
	
.contents-service .box-wrap {
	justify-content: center;
}

.contents-service .box {
	width: 360px;
	margin: 0px 5px;
	margin-bottom: 10px;
	height: 180px;
}
	
.contents-service .box:nth-child(1), .contents-service .box:nth-child(4), .contents-service .box:nth-child(5) {
-webkit-clip-path: polygon(5% 0, 95% 0, 100% 0, 100% 92%, 95% 100%, 5% 100%, 0 100%, 0 8%);
	clip-path: polygon(5% 0, 95% 0, 100% 0, 100% 92%, 95% 100%, 5% 100%, 0 100%, 0 8%);
}

.contents-service .box:nth-child(2), .contents-service .box:nth-child(3), .contents-service .box:nth-child(6) {
-webkit-clip-path: polygon(5% 0, 95% 0, 100% 8%, 100% 100%, 95% 100%, 5% 100%, 0 92%, 0 0);
	clip-path: polygon(5% 0, 95% 0, 100% 8%, 100% 100%, 95% 100%, 5% 100%, 0 92%, 0 0);
}

.contents-service .box-box {
	width: 90%;
}

.contents-service .box h3 {
	font-size: 28px;
}

.contents-service .box h3:first-letter {
	font-size: 38px;
}

.contents-service .box h4 {
	font-size: 15px;
	margin-bottom: 15px;
}

.contents-service p {
	display: none;
}

.contents-service .btn01 {
	text-align: center;
}
	
.contents-service .btn01 span {
	color: #FFF;
	padding: 6px 20px;
	padding-right: 115px;
	background-color: #ff0000;
}

.contents-service .btn01 span::after {
	background-image: url("../images/link-arrow02.svg");
	bottom: 15px;
	right: 20px;
}

	
/* contents-contact */

.contents-contact {
	width: 100%;
	height: auto;
	padding: 45px 0px 35px;
}

.contents-contact h3 {
	font-size: 35px;
}

.contents-contact h4 {
	font-size: 16px;
	margin-bottom: 30px;
	padding-top: 3px;
}

.contents-contact h5 a {
	width: 320px;
	font-size: 14px;
letter-spacing: 0.05em;
	padding: 18px 0px 20px;
	padding-left: 30px;
}

.contents-contact h5 a::before {
left: 25px;
}

.contents-contact h6, .contents-contact h6 a {
	font-size: 32px;
}

.contents-contact h6 {
	padding-left: 27px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
}

.contents-contact h6::before {
top: 8px;
	height: 25px;
}

.contents-contact .box-in > p {
	line-height: 1.8
}

.contents-contact .box-box {
	flex-wrap: wrap;
}

/* contents-company */

.contents-company {
	width: 100%;
	height: 350px;
	background-image: url("../../top/images/back04.jpg");
background-position: right center;
background-repeat: no-repeat;
background-size: cover;
}
	
.contents-company .btn01 span {
	color: #FFF;
}

.contents-company .btn01 span::after {
	background-image: url("../images/link-arrow02.svg");
}
	
.contents-company .bg-box {
	display: none;
}
	
.contents-company .box-in {
	width: 90%;
	text-align: center;
}

.contents-company .box-in > a {
	width: 100%;
	padding: 35px 30px 30px;
}

.contents-company h3 {
	font-size: 40px;
}

.contents-company h3:first-letter {
	font-size: 50px;
}

.contents-company h4 {
	font-size: 16px;
	margin-bottom: 30px;
	padding-top: 10px;
}

.contents-company .btn01 span:hover::after {
	right: 10px;
}

	
	
/*footer*/
	
footer::after {
left: 15px;
bottom: 10%;
	height: 160px;
}

.footer {
	width: 90%;
	padding: 45px 0px;
	display: block;
	text-align: center;
}

.footer .box01 {
	width: 100%;
	margin-bottom: 30px;
}

.footer .box01 p {
	font-size: 14px;
}
	
.footer .box01 h3 img {
	height: 70px;
	width: auto;
}

.footer .box01 h5, .footer .box01 h5 a {
	font-size: 32px;
}

.footer .box01 h5 {
	display: inline-block;
	padding-left: 25px;
	position: relative;
	margin-bottom: 20px;
}

.footer .box01 h5::before {
top: 10px;
	height: 20px;
}

.footer .box01 h6 a {
	width: 280px;
	padding-left: 20px;
}

.footer .box01 h6 a::before {
left: 20px;
}

.footer .box01 h6 a::after {
right: 20px;
}

.footer .box01 h6 a:hover::after {
	right: 10px;
}

.footer .box02 {
	width: 100%;
}

.footer .box02 h4 {
	font-size: 22px;
	margin-bottom: 15px;
}


.footer .box02 .box001 ul li {
	width: 40%;
	text-align: left;
}

.footer .box02 .box001 ul li:nth-child(3n) {
	width: 40%;
}
	
.footer .box02 .box001 ul li:nth-child(2n) {
	width: 60%;
}

.footer .box02 .box001 ul li a {
	font-size: 14px;
}
	
.footer .box02 .box002 {
	width: 340px;
	margin: 0px auto;
}

.footer .box02 .box002 a {
	padding: 12px 0px;
	padding-left: 0px;
	padding-right: 15px;
	text-align: right;
	background-image: url("../images/indtagram.svg");
background-position: left 15px center;
	background-size: auto 25px;
}


.footer .box02 .box002 a::before {
	display: none;
}

.footer .box02 .box002 a::after {
	display: none;
}


.footer .box02 .box003 p {
	font-size: 10px;
}


.copy {
	padding: 20px 0px;
}

.copy p {
	font-size: 10px;
}


      
}
