@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 {
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.75;
}


.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 {
}

.contents-box p a {
}

.space-box {
	clear:both;
}

.wc_anctxt {
	display: block; 
    position: relative;
    top: -140px;
    visibility: hidden;
	height: 1px;
}

/*header*/

#header {
	z-index: 9999999;
	width: 100%;
	position: relative;
	padding-top: 150px;
}

.header {
	display: flex;
  justify-content: space-between;
	position: fixed;
left: 0px;
top: 0px;
	width: 100%;
	background-color: rgba(255,255,255,1);
}

.header-left h1 {
	padding-left: 30px;
	padding-top: 30px;
}

.header-left h3 {
	background-image: url("../images/header-text.png");
background-position: left top;
background-repeat: no-repeat;
	width: 621px;
	text-align: center;
	padding: 8px 0px;
	font-size: 21px;
color: #16447c;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 200;
	margin-top: 20px;
}

.header-right {
	display: flex;
  justify-content: flex-end;
	padding-right: 30px;
}

.header-right .box001 {
	padding-right: 30px;
	padding-top: 15px;
	text-align: right;
}

.header-right h4 img {
	height: 58px;
	width: auto;
}

.header-right .box001 h5, .header-right .box001 h5 a {
	font-size: 34px;
color: #c59b6d;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	font-style: italic;
	font-family: 'Zen Old Mincho', serif;
}

.header-right .box001 h5 {
	display: inline-block;
	position: relative;
	padding-left: 50px;
}

.header-right .box001 h6 {
	font-size: 20px;
color: #000;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 200;
	padding-top: 10px;
}

.header-right .box001 h5::before {
	content: "";
	position: absolute;
left: 0px;
top: 10px;
	background-image: url("../images/tel-header.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 40px;
	height: 28px;
}

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

/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		min-height: 100vh;
		background:#FFF;
		left: 0;
		overflow: auto;
		
	}
	nav div {
		display: block;
		width: 100%;
		height:100%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		padding-top: 250px;
	}
	nav ul{
		margin: 0 auto;
		width: 840px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		display: flex;
  justify-content: space-between;
		flex-wrap: wrap;
	}

nav ul li{
	width: 50%;
	}
	nav ul li:last-child{
		border: none;
	}

	nav ul li a {
		display: block; 
		color: #384f78;
		font-weight: normal;
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: 0.3em;
		padding: 10px 15px;
		transition: .5s;
	}

nav ul li:nth-child(5) a, nav ul li:nth-child(6) a {
	padding-bottom: 25px;
	}


nav ul li:nth-child(n+7) a {
		color: #FFF;
	background-color: #384f78;
	letter-spacing: 0em;
	border-style : solid;
border-color : #FFF;
border-width : 1px;
	}

nav ul li a:before {
		content: "●";
	font-size: 18px;
	}

nav ul li:nth-child(n+7) a:before {
		content: "・";
	}

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

nav ul li:nth-child(n+7) a:hover {
	color: #FFF;
	background-color: #c59b6d;
	}

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

/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 90px;
		height: 90px;
		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: 22px 22px;
		margin-top: 0px;
		margin-right: 0px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #000;
		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:14px;
	}
	#nav_toggle span:nth-child(3){
		top:28px;
	}
	
	/*開閉ボタン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: 90%;
	position: relative;
	overflow: hidden;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	flex-direction: row-reverse;
	background-image: url("../images/main-img-back.jpg");
background-position: left top;
background-repeat: no-repeat;
	text-align: center;
}

.main-img .box01 {
	width: 60%;
}

.main-img .box02 {
	flex: 1;
	width: 100%;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	flex-direction: column;
}

.main-img img {
	width: 100%;
	height: auto;
max-height: 580px;
	object-fit: cover;
}

.main-img h3, .main-img h4 {
color: #384f78;
line-height: 1.2;
font-weight: 200;
}

.main-img h3 {
	font-size: 46px;
letter-spacing: 0.1em;
}

.main-img h4 {
	font-family: 'Roboto', sans-serif;
font-size: 30px;
	padding-top: 25px;
}


/*contents*/

.contents {
	width: 100%;
	padding-top: 40px;
}

/*about-box*/

.about-box {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
  justify-content: space-between;
	align-items: center;
flex-wrap: wrap;
	gap:0px 30px;
}

.about-box .box01 {
	text-align: center;
	clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
	background-color: #384f78;
	width: 280px;
	height: 105px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

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

.about-box h2, .about-box h3, .about-box h4 {
line-height: 1.3;
font-weight: 200;
}

.about-box h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
color: #FFF;
}

.about-box h3 {
	font-size: 38px;
color: #000;
	letter-spacing: 0.15em;
}

.about-box h4 {
	font-size: 24px;
color: #384f78;
	padding-top: 10px;
}


/* contents-guide */

.contents-guide {
	width: 100%;
	text-align: center;
	background-image: url("../images/back-linkbox.jpg");
background-position: center bottom 45px;
background-repeat: repeat-x;
	margin-bottom: 100px;
}

.contents-guide h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 41px;
color: #384f78;
line-height: 1.2;
font-weight: 200;
	padding-bottom: 28px;
	margin-bottom: 40px;
	border-bottom-style : solid;
border-bottom-color : rgba(0, 0, 0, 0.5);
border-bottom-width : 1px;
	width: 1280px;
}

.contents-guide .box-in {
	width: 1200px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.contents-guide .box {
	width: 50%;
	height: 223px;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}

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

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

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

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

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

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

.contents-guide h6 {
	font-size: 17px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: normal;
	display: inline-block;
	background-color: #384f78;
	padding: 8px 40px;
	min-width: 260px;
	transition: .5s;
}

.contents-guide .box:hover h6 {
color: #384f78;
	background-color: #FFF;
}

.contents-guide .box-in2 {
	width: 1200px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	padding-top: 30px;
	margin-bottom: 80px;
}

.contents-guide .box-in2 .box-box {
	position: relative;
	padding-bottom: 160px;
}

.contents-guide .box-in2 h4 {
	font-size: 34px;
color: #000;
line-height: 1.2;
font-weight: 200;
}

.contents-guide .box-in2 h5 {
	position: absolute;
left: 0px;
bottom: 0px;
	width: 100%;
}

.contents-guide .box-in2 h5 img {
	width: 140px;
height: auto;
}

.contents-guide .box-in2 h5 a {
	position: relative;
	display: inline-block;
}

.contents-guide .box-in2 h5 a:hover {
	opacity: 1;
}

.contents-guide .box-in2 h5 a::after {
	content: "";
	position: absolute;
right: 0px;
bottom: 30px;
	background-image: url("../images/link-arrow02.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 82px;
	height: 10px;
	margin-right: -20px;
	transition: .5s;
}

.contents-guide .box-in2 h5 a:hover::after {
	margin-right: -30px;
}

.contents-guide .box-in2 p {
	font-size: 20px;
color: #000;
line-height: 1.6;
	padding-top: 20px;
}

.contents-guide2 {
	width: 100%;
	margin-bottom: 120px;
}

.contents-guide2 .box-in {
	width: 1276px;
	height: 369px;
	box-shadow: 20px 20px 10px rgba(0,0,0,0.2);
}

.contents-guide2 a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../images/link05.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}

.contents-guide2 .box {
	width: 39%;
	height: 100%;
	display: flex;
  justify-content: center;
align-items: flex-start;
	flex-direction: column;
	padding-left: 90px;
}

.contents-guide2 h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 36px;
color: #384f78;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 200;
}

.contents-guide2 h4 {
	font-size: 36px;
color: #c59b6d;
line-height: 1.3;
letter-spacing: 0.6em;
font-weight: 200;
	padding: 20px 0px;
}

.contents-guide2 h6 {
	font-size: 18px;
color: #384f78;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	text-align: right;
	width: 100%;
	position: relative;
}

.contents-guide2 h6::before {
	content: "";
	position: absolute;
right: 90px;
top: 0px;
	background-image: url("../images/link-arrow02.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 8px;
	width: 98px;
	height: 100%;
	transition: .5s;
}

.contents-guide2:hover h6::before {
right: 70px;
}




/*lay01*/

.lay01 {
	border-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
	padding: 35px 50px 45px;
}

.lay01 > div:not(:last-child) {
	margin-bottom: 50px;
}

.lay01 .box01 {
	border-bottom-style : solid;
border-bottom-color : rgba(0, 0, 0, 0.5);
border-bottom-width : 1px;
	padding: 0px 10px 30px;
}

.lay01 .box02 .box001 {
	display: flex;
  justify-content: flex-start;
	align-items: flex-start;
flex-wrap: wrap;
	gap:0px 25px;
}

.lay01 .box02 .box002 {
	padding-top: 15px;
}

.lay01 .box02 h3 {
	display: inline-block;
	padding: 5px 25px;
	background-color: #384f78;
	font-size: 20px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
	font-weight: 300;
}

.lay01 .box02 h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
color: #384f78;
line-height: 1.4;
font-weight: 300;
}

.lay01 .box02 h4::after {
	font-family: 'Noto Sans JP', sans-serif;
	content: " 円 (税込)";
	font-size: 18px;
}

.lay01 .box02 h5 {
	font-size: 18px;
color: #384f78;
	line-height: 1.6;
	font-weight: 400;
}

.lay01 .box03 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:0px 25px;
}

.lay01 .box03 .box001 {
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	width: 200px;
	padding: 15px 0px;
	text-align: center;
	background-color: #808080;
}

.lay01 .box03 .box002 {
	flex: 1;
}

.lay01 .box03 h4 {
	font-size: 20px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 300;
}

.lay01 .box03 ul li {
line-height: 1.4;
	text-indent: -16px;
	margin-left: 16px;
}

.lay01 .box03 ul li:not(:last-child) {
	margin-bottom: 10px;
}

.lay01 .box04 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:0px 50px;
}

.lay01 .box04 .box001 {
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	width: 250px;
	text-align: center;
	background-color: #384f78;
}

.lay01 .box04 .box002 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	flex: 1;
}

.lay01 .box04 .box002 .box {
	width: 330px;
	position: relative;
}

.lay01 .box04 .box002 .box:nth-child(1)::after {
	content: "";
	position: absolute;
right: 0px;
bottom: 0px;
	background-image: url("../images/after.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 87px;
	width: 104px;
	height: 100%;
	margin-right: -104px;
}

.lay01 .box04 .box002 .boxa:nth-child(1)::after {
	display: none;
}

.lay01 .box04 .box002 .box img {
	width: 100%;
height: auto;
}

/*lay02*/

.lay02 {
}


/*midashi*/

p.text01 {
	color:#807c7a;
	line-height:2.1;
	font-size: 16px;
}

.midashi01 {
	font-size: 33px;
color: #384f78;
line-height: 1.4;
letter-spacing: 0.1em;
font-weight: 200;
	margin-bottom: 20px;
	padding-left: 10px;
}

.midashi02 {
	font-size: 28px;
color: #384f78;
line-height: 1.4;
letter-spacing: 0.2em;
font-weight: 200;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom-style : solid;
border-bottom-color : #384f78;
border-bottom-width : 1px;
	text-align: center;
}

.midashi03 {
	background-color: #4fc4a9;
	padding: 10px 0px;
	font-size: 23px;
color: #FFF;
line-height: 1.4;
letter-spacing: 0.3em;
font-weight: 200;
	margin-bottom: 30px;
	text-align: center;
}

/*banner-side*/

.banner-side {
	position: fixed;
right: 0px;
top: 32%;
	z-index: 9999999;
}

.banner-side img {
	width: 116px;
	height: auto;
}


/*pagetop_btn*/

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

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


/*subcontents-map*/

.subcontents-map {
	width: 100%;
	clear: both;
}

.subcontents-map .map-box, .subcontents-map iframe {
	width: 100%;
	clear: both;
	height: 400px;
}

.subcontents-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*footer*/

.footer-img {
	width: 100%;
}

.footer-img img {
	width: 100%;
height: 485px;
	object-fit: cover;
}

.footer {
	width: 100%;
	text-align: center;
}

.footer .box01 {
	padding: 60px 0px 45px;
}

.footer .box01 h4, .footer .box01 h4 a {
	font-family: 'Zen Old Mincho', serif;
	font-size: 42px;
color: #384f78;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	font-style: italic;
}

.footer .box01 h4 {
	display: inline-block;
	position: relative;
	padding-left: 58px;
	margin: 15px auto;
}

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

.footer .box01 p {
	color: #384f78;
}

.footer .box02 {
	padding: 40px 0px;
	background-image: url("../images/time-back.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}


.copy p {
	font-family: 'Zen Old Mincho', serif;
	font-size: 12px;
	color: #384f78;
	line-height: 1.2;
	padding: 20px 0px;
	text-align: center;
}


/*footer-link*/

.footer-link {
	width: 100%;
	text-align: center;
	background-color: #384f78;
	position: fixed;
	left: 0px;
	bottom: 0px;
	display: none;
}

.footer-link ul {
	display: flex;
  justify-content: center;
}

.footer-link ul li {
/*
	width: 32%;
	margin: 0px 1%;
*/
}

.footer-link ul li img {
	width: 100%;
height: auto;
}



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

#header .sp-view {
	display: none;
}
	
	.header .contents-right .box02 {
		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;
}
	
.wc_anctxt {
	display: block; 
    position: relative;
    top: -80px;
    visibility: hidden;
	height: 1px;
}


/*header*/


/*header*/

#header {
	width: 100%;
	padding-top: 58px;
}

.header {
	padding-bottom: 5px;
}
	
.header-left {
	display: flex;
  justify-content: flex-start;
	gap:0px 15px;
}

.header-left h1 {
	padding-left: 12px;
	padding-top: 12px;
}
	
.header-left h1 img {
	height: 34px;
	width: auto;
}

.header-left h3 {
	display: none;
}
	
.header-left h4 {
	padding-top: 10px;
	font-size: 16px;
color: #c59b6d;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 300;
}

.header-right {
	padding-right: 5px;
}
	
.header-right .box001 {
	display: none;
}
	
#header h2 {
	padding-top: 60px;
}
	
#header h2 img {
		height: 55px;
		width: auto;
}

	
/*開閉ボタン*/
	#nav_toggle{
		width: 53px;
		height: 53px;
		padding: 12px 10px;
	}
	#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 div {
		padding-top: 130px;
	}
	nav ul{
		width: 100%;
	}
	
nav ul li {
	width: 100%;
	
}
	
nav ul li a {
		font-size: 17px;
	}
	
	nav ul li a {
		padding: 10px 15px;
	}

nav ul li:nth-child(5) a {
	padding-bottom: 5px;
	}
	
nav ul li:nth-child(6) a {
	padding-bottom: 15px;
	}
	

/* main-img */

.main-img {
	width: 90%;
	flex-direction: column;
}

.main-img .box01 {
	width: 100%;
}

.main-img .box02 {
	padding: 15px 10px 18px;
}

.main-img img {
max-height: 250px;
}

.main-img h3 {
	font-size: 28px;
}

.main-img h4 {
font-size: 16px;
	padding-top: 10px;
}
	
/*contents*/


.contents {
	padding-top: 20px;
}
	
/*about-box*/

.about-box {
	width: 100%;
	margin-bottom: 20px;
  justify-content: center;
	gap:15px 0px;
}

.about-box .box01 {
	text-align: center;
	clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
	width: 100%;
	height: auto;
	padding: 12px 10px;
}

.about-box h2 {
	font-size: 18px;
}

.about-box h3 {
	font-size: 26px;
}

.about-box h4 {
	font-size: 18px;
	padding-top: 5px;
}
	
/* contents-guide */

.contents-guide {
	width: 100%;
	background-image: none;
	margin-bottom: 60px;
}

.contents-guide h3 {
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	width: 90%;
}

.contents-guide .box-in {
	width: 100%;
}

.contents-guide .box {
	width: 50%;
	height: 180px;
	overflow: hidden;
}

.contents-guide h6 {
	font-size: 14px;
letter-spacing: 0.05em;
	display: block;
	padding: 10px 0px;
	width: 90%;
	min-width: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
.contents-guide .box-in2 {
	width: 100%;
  justify-content: center;
	padding-top: 10px;
	margin-bottom: 50px;
	gap:35px 5px;
}

.contents-guide .box-in2 .box-box {
	padding-bottom: 100px;
	width: 165px;
}

.contents-guide .box-in2 h4 {
	font-size: 18px;
}

.contents-guide .box-in2 h5 {
}

.contents-guide .box-in2 h5 img {
	width: 100px;
	display: inline-block;
}

.contents-guide .box-in2 h5 a:hover::after {
	margin-right: -20px;
}

.contents-guide .box-in2 p {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.contents-guide2 {
	width: 100%;
	margin-bottom: 60px;
}

.contents-guide2 .box-in {
	width: 92%;
	height: 200px;
	box-shadow: 15px 15px 8px rgba(0,0,0,0.2);
}

.contents-guide2 a {
background-position: center top;
background-size: cover;
}

.contents-guide2 .box {
	width: 100%;
	height: 100%;
	padding: 25px 30px;
}

.contents-guide2 h3 {
	font-size: 18px;
}

.contents-guide2 h4 {
	font-size: 22px;
line-height: 1.3;
letter-spacing: 0.4em;
	padding: 12px 0px;
}

.contents-guide2 h6 {
	font-size: 14px;
}

.contents-guide2 h6::before {
right: 60px;
}

.contents-guide2:hover h6::before {
right: 60px;
}



/*lay01*/

.lay01 {
	padding: 30px 20px 35px;
}

.lay01 > div:not(:last-child) {
	margin-bottom: 40px;
}

.lay01 .box02 .box001 {
  justify-content: center;
	gap:20px;
}

.lay01 .box02 h3 {
	display: block;
	font-size: 18px;
	width: 100%;
	text-align: center;
	padding: 8px 0px;
}

.lay01 .box02 h4::after {
	font-size: 16px;
}

.lay01 .box02 h5 {
	font-size: 16px;
}

.lay01 .box03 {
  justify-content: center;
	gap:20px;
}

.lay01 .box03 .box001 {
	width: 100%;
	padding: 8px 0px;
}

.lay01 .box03 .box002 {
	width: 100%;
}

.lay01 .box03 h4 {
	font-size: 18px;
}

.lay01 .box03 ul li {
	text-indent: -14px;
	margin-left: 14px;
}

.lay01 .box04 {
  justify-content: center;
	gap:20px;
}

.lay01 .box04 .box001 {
	width: 100%;
	padding: 15px 0px;
}

.lay01 .box04 .box002 {
  justify-content: center;
	flex-direction: column;
	gap:70px 0px;
}

.lay01 .box04 .box002 .box {
	width: 100%;
	max-width: 400px;
	margin: 0px auto;
}

.lay01 .box04 .box002 .box:nth-child(1)::after {
	background-image: url("../images/after-sp.svg");
background-position: center bottom;
	background-size: auto 100%;
	width: 100%;
	height: 67px;
	margin-right: 0px;
	margin-bottom: -67px;
}


/*midashi*/

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

.midashi01 {
	font-size: 24px;
}
	
.midashi02 {
	font-size: 22px;
	margin-bottom: 22px;
	padding-bottom: 15px;
}
	
.midashi03 {
	padding: 8px 0px;
	font-size: 18px;
letter-spacing: 0.1em;
	margin-bottom: 20px;
}

	
/*banner-side*/
	
.banner-side {
	display: none;
}

/*btn-top*/
	
	.pagetop_btn {
		bottom: 12%;
		right: 5px;
	}
	

/*subcontents-map*/

.subcontents-map .map-box, .subcontents-map iframe {
	width: 100%;
	clear: both;
	height: 150px;
}

/*footer*/

.footer-img {
	width: 100%;
}

.footer-img img {
	width: 100%;
height: 180px;
}

.footer {
	width: 100%;
}

.footer .box01 {
	padding: 50px 0px 35px;
}
	
.footer .box01 h3 img {
	height: 50px;
	width: auto;
}

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

.footer .box01 h4 {
	padding-left: 45px;
}

.footer .box01 h4::before {
top: 10px;
	height: 25px;
}

.footer .box01 p {
	font-size: 13px;
}

.footer .box02 img {
	width: 92%;
height: auto;
}

	
.copy p {
	font-size: 10px;
	padding: 15px 0px;
	padding-bottom: 20%;
}
	
	/*footer-link*/

.footer-link {
	display: block;
}

      
}
