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

* {
	line-height: 1;
}

html {
	scroll-padding-top:160px;
	scroll-behavior: smooth;
}

img {
    border: 0;
    vertical-align: top;
	object-fit: cover;
}


/*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%;
	}


li {
	list-style-type: none;
}

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

a:hover {
	opacity: 0.75;
	transition: .5s;
}


.contents-box {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 16px;
	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: #000;
	font-weight: 400;
}

.contents-box p a {
	color: #000;
	font-weight: 400;
}


/* midashi-box */

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

.midashi-box h2, .midashi-box h3 {
	font-family: "Zen Maru Gothic", serif;
line-height: 1.2;
font-weight: 500;
}

.midashi-box h2 {
	font-size: 44px;
	letter-spacing: 0.05em;
}

.midashi-box h3 {
	font-size: 22px;
	color: #666666;
	padding-top: 10px;
}


/*footer*/

footer {
	width: 100%;
	background-image: url("../images/back-footer.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
	padding: 110px 0px 30px;
}

/*subcontents-box*/

.subcontents-box {
	width: 90%;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	flex-direction: row-reverse;
}

.subcontents-box .box01 {
	width: 50%;
	padding-top: 20px;
}

.subcontents-box .box02 {
	flex: 1;
}

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

.subcontents-box h3 img {
	height: 75px;
	width: auto;
}

.subcontents-box h4, .subcontents-box h4 a, .subcontents-box p {
color: #FFF;
font-weight: normal;
	line-height: 1.6;
}

.subcontents-box h4 {
	padding: 40px 0px 15px;
}

.subcontents-box h6 a {
	background-color: #FFF;
	font-size: 15px;
color: #000;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 300;
	display: inline-block;
	margin-bottom: 50px;
	padding: 15px 20px;
	min-width: 420px;
	text-align: center;
	position: relative;
}

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

.subcontents-box h6 a::before {
	content: "";
	position: absolute;
right: 40px;
top: 0px;
	background-image: url("../../common/images/link-arrow.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 14px;
	width: 9px;
	height:100%;
	transition: .5s;
}

.subcontents-box h6 a:hover::before {
right: 30px;
	background-image: url("../../common/images/link-arrow2.svg");
}

.subcontents-box p {
	font-size: 12px;
line-height: 1.2;
}


/**
 * for SmartPhone
 */
@media screen and (min-width: 737px) {
	
	body {
	min-width: 1280px;
	}
	
a[href^="tel:"] {
    pointer-events: none;
}

#header .sp-view {
	display: none;
}
	

}
@media screen and (max-width: 737px) {
	html {
		scroll-padding-top:80px;
	}


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

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

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

.midashi-box {
	width: 100%;
	margin-bottom: 35px;
}

.midashi-box h2 {
	font-size: 30px;
}

.midashi-box h3 {
	font-size: 18px;
}
	
/*footer*/

footer {
	background-image: url("../images/back-footer-sp.jpg");
	padding: 70px 0px 30px;
}

/*subcontents-box*/

.subcontents-box {
	width: 88%;
  justify-content: center;
	flex-direction: column;
	gap:50px;
	text-align: center;
}

.subcontents-box .box01 {
	width: 100%;
	padding-top: 0px;
}

.subcontents-box .box02 {
	width: 100%;
}

.subcontents-box h3 img {
	height: 35px;
	width: auto;
}

.subcontents-box h4 {
	padding: 30px 0px 20px;
}
	
.subcontents-box h6 a {
	font-size: 14px;
	min-width: 0px;
	display: block;
}
	
.subcontents-box h6 a::before {
	right: 30px;
}

.subcontents-box p {
	font-size: 10px;
}



      
}
