@charset "utf-8";

::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(0,0,0,.2);
}
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(0,0,0,.4);
}
div#Contents,
.GridSet,
.Grid4 {
	width: 100%;
	margin: auto;
	overflow: visible;
}
div.Section {
	width: 100%;
}
div.Section:before {
content: "";
display: block;
clear: both;
float: none;
}
.Section>.Inner {
	width: 965px;/*ワイド幅適用の場合、1275px*/
	margin: auto;
	padding: 4em 0;
	word-break: break-word;
}
.Section h2 {
	text-align: center;
	font-size: 2em;
	padding: .5em 0;
}
.Section .Inner h3 {
	background: transparent;
	border: none;
	font-size: 1.8em;
	text-align: center;
}
.Section .Inner h3:after {
	content: "";
	display: block;
	float: none;
	clear: both;
}
.PageTitleStyle3 {
	background: transparent; /*linear-gradient(145deg,#D3FFFE,#BEEFEC);*/
	height: auto;
	margin-bottom: 0;
}

.PageTitleStyle3 .Inner {
	width: 100%;
	/*min-height: 500px*/
	background: transparent;
	display: block;
	margin: auto;
	padding: 1em 0;
	text-align: center;
}
.PageTitleStyle3 .Inner h1 {
	width: 965px;
	margin: auto;
	font-size: 2.25em;
	font-weight: bold;
	text-shadow: none;
	gap: .5em;
}
.PageTitleStyle3 .Inner .Lead {
	width: 965px;
	margin: auto;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;
	color: var(--black);
	text-shadow: none;
}
.Grid4 .ColumnOneThird {
	width: calc((100% / 3) - 10.5px);
	margin: 0 0 0 15px;
	padding: 0em;
	box-sizing: border-box;
	float: left;
	transition: .08s ease-in;
}


.Grid4 .ColumnSet .ColumnOneThird:nth-of-type(1) {
	margin: 0;
}

@media screen and (max-width: 994px) {
    .JS #Contents,
    .JS .GridSet,
    .JS .Grid4 {
        padding:0;
        margin: 0;
        width: auto;
    }

    .JS .Inner {
        padding: 1em;
        width: auto;
    }

    .JS .PageTitleStyle3 h1 {
        line-height: 1.2;
    }
	
	.JS .PageTitleStyle3 .Read {
		width: auto;
	}
	
	.JS .ColumnSet {
		margin: 0;
	}

}

@media screen and (max-width: 767px) {

    .JS .PageTitleStyle3 h1{
        font-size: 1.6em;
    }
    .JS .PageTitleStyle3 .Read {
        font-size: 1.4em;
    }


    .JS .Section h2 {
        font-size: 1.4em;
    }

    .JS .Section .Inner h3 {
        font-size: 1.4em;
        text-align: left;
    }


   .JS .Contact a:link,
   .JS .Contact a:visited,
   .JS .Contact .TextStyle1 {

       width: auto;
       justify-content: flex-start;
    }

    .JS .Contact a:link,
    .JS .Contact a:visited {
        font-size: 1.6em;
        justify-content: center;
    }


	
	.JS .Grid4 .ColumnSet .ColumnOneThird:nth-of-type(1),
	.JS .Grid4 .ColumnOneThird {
		width: 100%;
		float: none;
		margin: 0 0 1em;
	}



}