@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%;
	background-position: center top;
background-repeat: no-repeat;
	background-size: 100% auto;
}

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;
}


.contents-box {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.6;
}

.contents-box p {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 1;
}

.contents-box a {
}

.contents-box p a {
}

.space-box {
	clear:both;
}


/*header*/

#header {
	width: 100%;
	z-index: 99999999999;
	position: relative;
}


.header {
	width: 100%;
	position: absolute;
left: 0px;
top: 0px;
	
}

.header .contents-left {
	width: 400px;
	padding-top: 20px;
	padding-left: 20px;
}

.header .contents-right {
	text-align: right;
	width: 400px;
}


nav {
	text-align: center;
	padding-top: 180px;
}

nav ul{
	display: flex;
	
}
nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding: 14px;
	display: inline-block;
}

/*メニュー部分*/
	nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background-color: #f05a24;
		left: 0;
		background-image: url("../images/nav-back.png");
background-position: center top;
background-repeat: repeat-x;
	}

nav .nav-wrap {
		display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:80px 0px;
	}

	nav ul{
		width: 33.3%;
		display: inline-block;
vertical-align: top;
		float: left;
		border-left-style : solid;
border-left-color : rgba(255, 255, 255, 0.5);
border-left-width : 1px;
		height: 380px;
	}

nav ul:first-child {
		border-left-style : none;
	}



	nav ul li{
		margin: 0 auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

nav ul:nth-child(1) li{
	text-align: right;
	padding-right: 40px;
	padding-top: 30px;
	}

nav ul:nth-child(3) li{
	text-align: left;
	padding-left: 80px;
	padding-top: 100px;
	}
	

	nav ul li a {
		display: block; 
		color: #FFF;
		font-weight: normal;
		font-size: 18px;
		line-height: 1.2;
		letter-spacing: 0.3em;
	}

nav ul li a span {
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	color: #f05a24;
	letter-spacing: 0.1em;
	}

nav h6 a {
		font-size: 22px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	border-style : solid;
border-color : #FFF;
border-width : 1px;
	padding: 25px 100px;
	text-align: center;
	transition: .5s;
	}

nav h6 a:hover {
		opacity: 1;
	color: #f05a24;
	background-color: #FFF;
	}

/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 85px;
		height: 85px;
		padding: 18px 15px 0px;
		position: relative;
		top: 0px;
		z-index: 10000000000;
		background-image: url("../images/menu-nav.svg");
		background-position: right top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		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);
		}



/* main-img-top */

#main-img {
	width:100%;
	height: 550px;
	overflow:hidden;
	position: relative;
}

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

.title-box {
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	height: 100%;
	background-image: url("../images/title-back.png");
background-position: right 30px top 30px;
background-repeat: no-repeat;
	background-size: auto 99%;
}

.title-box h2 {
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	width: 80%;
	text-align: left;
}

#main-img .title-box h2 img {
	width: auto;
	height: auto;
}


/*contents*/

.contents {
}

/* contents002 */

.contents002-box {
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}

.box002 {
	width: 100%;
}

.box002 ul {
	display: inline-block;
}

.box002 ul li {
	display: inline-block;
vertical-align: top;
margin-left: 15px;
margin-right: 15px;
}

.box002 ul li a:hover {
	opacity: 0.75;
}


/* contents003 */

.contents003 {
	width: 100%;
	text-align: center;
	padding: 50px 0px;
	background-color: #f1f1f1;
}

.contents003 .box-in {
	width: 1090px;
}

.contents003 .contents-right {
	width: 746px;
}

.contents003 .contents-right img {
	width: 100%;
height: auto;
}

.contents003 .contents-left {
	width: 344px;
	height: 350px;
	background-color: #f05a24;
	position: relative;
}

.contents003 .contents-left .box {
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	width: 100%;
}

.contents003 h3 {
	margin-bottom: 50px;
}

.contents003 a:hover {
	opacity: 0.75;
}

.contents004 {
	margin-bottom: 70px;
	text-align: center;
}

.contents004 h4 {
	font-size: 36px;
color: #ffff00;
line-height: 1.2;
	padding: 8px 30px;
	margin-bottom: 20px;
	display: inline-block;
	background-color: #f05a24;
}

.contents004 p.text01 {
	text-align: center;
	font-size: 19px;
	margin-bottom: 40px;
}

.contents004 h6 a:hover {
	opacity: 0.75;
}




/*midashi*/

p.text01 {
	line-height: 1.8;
	color: #000;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-align: left;
}


.midashi01 {
	width: 835px;
	margin-bottom: 30px;
	background-image: url("../images/logo-midashi01.svg");
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 260px;
}

.midashi01 h4 {
	width: 100%;
	padding: 6px 0px;
	font-size: 27px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	background-color: #231815;
}

.midashi02 {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	background-image: url("../images/midashi02-back.png");
background-position: center top;
background-repeat: repeat-x;
}

.midashi02 h4 {
	margin-bottom: 10px;
}

.midashi02 p {
	font-size: 23px;
color: #000;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: bold;
}


/*subcontents*/

#subcontents {
	width: 100%;
	clear: both;
	padding: 25px 0px;
	background-color: #f6921e;
}

.subcontents-box {
	width: 1280px;
}

.subcontents-box .contents-left {
	width: 30%;
	border-right-style : solid;
border-right-color : #FFF;
border-right-width : 1px;
}

.subcontents-box .contents-left img {
	width: 80%;
	height: auto;
}

.subcontents-box .contents-right {
	width: 70%;
	padding-left: 60px;
	padding-top: 30px;
}

.subcontents-box h5, .subcontents-box h6 {
	display: inline-block;
vertical-align: top;
}

.subcontents-box h5 {
	background-image: url("../images/tel-footer.svg");
background-position: left top;
background-repeat: no-repeat;
	height: 73px;
	padding-top: 35px;
	padding-left: 60px;
	font-size: 42px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: normal;
	font-family: Helvetica, "sans-serif";
	margin-right: 20px;
}

.subcontents-box h6 {
	width: 380px;
	padding-top: 10px;
}

.subcontents-box h6 img {
	width: 100%;
height: auto;
}

.subcontents-box h6 a:hover {
	opacity: 0.75;
}




/*footer*/

.footer {
	clear: both;
	width: 100%;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#0f0f0f;
}

.footer p {
	font-size: 14px;
	color: #FFF;
	padding-right: 20px;
}


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

#header {
	min-width: 1280px;
}
	

		
		
	
.main-img {
	min-width: 1280px;
}		

	
/*subcontents*/

#subcontentslist {
	min-width: 1280px;
}

#subcontents {
	min-width: 1280px;
}

.subcontents-box {
}


.footer {
}
	
.footer p {
}



}
@media screen and (max-width: 737px) {
    body {
		background-size: 150% auto;
    }

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

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


.contents-box {
}

.contents-box p {
}



/*header*/



#header {
	position: relative;
	width:100%;
}

.header {
	width:100%;
}

.header .contents-left {
	width: 50%;
	padding-top: 5px;
	padding-left: 5px;
}
	
.header .contents-left img {
	height: 80px;
	width: auto;
}

.header .contents-right {
	width: 40%;
}
	
	
	
.header-sp {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	text-align: right;
	z-index: 99999999;
	
}

	
nav {
	padding-top: 50px;
	background-size: auto 30px;
	}

nav .nav-wrap {
	gap:30px 0px;
	}

	nav ul{
		width: 100%;
		display: block;
		border-left-style : none;
		border-top-style : solid;
border-top-color : rgba(255, 255, 255, 0.5);
border-top-width : 1px;
		height: auto;
	}

nav ul:first-child {
	display: none;
	}
	
nav ul:first-child, nav ul:nth-child(2) {
		border-top-style : none;
	}
	
nav ul:nth-child(2) li {
	height: 38px;
	}
	
nav ul:nth-child(2) li img {
	width: 200px;
	height: auto;
	}

nav ul:nth-child(3) li{
	text-align: center;
	padding-left: 0px;
	padding-top: 30px;
	}
	
nav ul:nth-child(3) li img {
	width: 100px;
	height: auto;
	}
	
nav h6 a {
	font-size: 16px;
line-height: 1.4;
letter-spacing: 0em;
	display: block;
	padding: 20px 0px;
	width: 300px;
	margin: 0px auto;
	}

/*開閉ボタン*/
	#nav_toggle{
		width: 65px;
		height: 65px;
		padding: 12px 10px 0px;
	}
	

.header-sp .contents-left {
	width: auto;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	float: left;
	padding-top: 5px;
	padding-left:5px;
}
	
#header .header-sp .contents-left img {
	height: 60px;
	width: auto;
}
	
	
.header-sp .contents-right {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

/* main-img-top */

#main-img {
	height: 200px;
}

.title-box {
background-position: right 10px top 20px;
	background-size: auto 88%;
}
	
#main-img .title-box h2 {
	width: 92%;
}

#main-img .title-box h2 img {
	height: 30px;
	width: auto;
}


/*contents*/



.contents {
	width: 100%;
}

/* contents002 */

.contents002-box {
	margin-bottom: 10%;
}
	
.box002 {
	width: 100%;
}


.box002 ul li {
margin-left: 0px;
margin-right: 0px;
	width: 33.3%;
	float: left;
}

.box002 ul li img {
	width: 100%;
height: auto;
}

	
/* contents003 */

.contents003 {
	width: 100%;
	padding: 30px 0px;
}

.contents003 .box-in {
	width: 92%;
}

.contents003 .contents-right {
	width: 100%;
}

.contents003 .contents-left {
	width: 100%;
	height: auto;
	position: static;
	padding: 15px 0px;
}

.contents003 .contents-left .box {
	position: static;
   -webkit-transform: translate(0%, 0%);
   transform: translate(0%, 0%);
}

.contents003 h3 {
	margin-bottom: 10px;
}

.contents003 h3 img {
	height: 50px;
	width: auto;
}
	
	.contents003 h6 img {
	height: 25px;
	width: auto;
}

.contents004 {
	margin-bottom: 10%;
	width: 92%;
}

.contents004 h4 {
	font-size: 20px;
	padding: 6px 15px;
}

.contents004 p.text01 {
	font-size: 14px;
	margin-bottom: 30px;
	text-align: left;
}

.contents004 h6 img {
	width: 280px;
	height: auto;
}
	
	
	
	
/*midashi*/

p.text01 {
	line-height: 1.6;
	font-size: 14px;
}


.midashi01 {
	width: 92%;
	margin-bottom: 20px;
	background-size: auto 70px;
	padding-top: 72px;
}
	
.midashi01 h3 img {
	height: 35px;
	width: auto;
}
	
.midashi01 h3 {
	margin-bottom: 5px;
}

.midashi01 h4 {
	padding: 4px 0px;
	font-size: 17px;
}

.midashi02 {
	width: 100%;
	margin-bottom: 12px;
	background-size: auto 10px;
}

.midashi02 h4 img {
	height: 22px;
	width: auto;
}

.midashi02 p {
	font-size: 16px;
}



/*subcontents*/

#subcontents {
	width: 100%;
	padding: 15px 0px;
	text-align: center;
}
	
.subcontents-box {
	width: 92%;
}

.subcontents-box .contents-left {
	width: 100%;
	border-right-style : none;
}

.subcontents-box .contents-left img {
	width: auto;
	height: 80px;
}

.subcontents-box .contents-right {
	width: 100%;
	padding-left: 0px;
	padding-top: 20px;
}


.subcontents-box h5 {
	background-size: auto 50px;
	height: auto;
	padding-top: 20px;
	padding-left: 40px;
	font-size: 30px;
	margin-right: 0px;
}

.subcontents-box h6 {
	width: 250px;
}

	
.footer p {
	font-size: 12px;
}

      
}
