@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	background: #F7F1DA;
	margin: auto;
}

h1,h2,h3,h4,h5,h6{
	line-height: 100%;
}

ol, ul{
	list-style: none;
	margin: unset;
	padding: unset;
}

img{
	display: inherit;
	width: 100%;
}

p{
	width: 100%;
	margin: unset;
}

a{
	text-decoration: none;
	color: #000000;
}

.sp_540{
	display: none;
}

#header{
	position: relative;
}

.logo-area{
	position: relative;
	width: 100%;
	min-height: 150px;
	align-content: center;
	background: #ffffff;
	filter: drop-shadow(0 0 3px #000000bc);
	z-index: 9999;
}

.logo-area h1{
	max-width: 1100px;
	min-height: 150px;
	text-align: center;
	align-content: center;
    margin: auto;
}

.logo-area h1 small{
	display: flex;
	font-size: 11px;
    letter-spacing: 2px;
    line-height: 150%;
    align-items: center;
    margin-bottom: 10px;
	font-weight: 400;
}

.logo-area h1 small strong{
	font-size: 1.75rem;
    letter-spacing: 4px;
    margin-right: 1.25rem;
    margin-left: 0.5rem;
}

.top_area{
	max-width: 1500px;
	width: 100%;
	min-height: 815px;
	background-image: url(../images/top_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin: auto;
	margin-bottom: 3.5rem;
	background-position: top center;
}

.top_area.main{
	background-size: cover;	
}

.top_area .cl2{
	max-width: 1100px;
	display: flex;
	margin: auto;
    justify-content: space-between;
}

.nav{
    max-width: 260px;
    margin: 35px 40px auto 0;
}

.nav ul{
	padding: 10px;
	margin-right: 0;
	margin-left: auto;
	border-radius: 0.75rem;
	width: 100%;
	background: #238C55;
}

.nav ul li:last-child{
	border-bottom: none;
}

.nav ul li a{
	position: relative;
    display: block;
    width: 100%;
    min-height: 56px;
    font-size: 0.875rem;
    color: #ffffff;
    line-height: 1.25rem;
    text-align: justify;
    word-break: auto-phrase;
    background: transparent;
    padding: 1rem 2rem;
    padding-right: 0.75rem;
	border-bottom: 1px solid #ffffff;
    align-content: center;
    transition: .3s;
}

.nav ul li:last-child a{
	border: none;
}

.nav ul li a.selected,
.nav ul li a:hover{
	color: #0FA36A;
	background: #ffffff;
	border-bottom: 1px solid #238C55;
}

.nav ul li a::before{
	content: "";
	position: absolute;
	width: 8px;
	height: 10px;
	top: 1.5rem;
	left: 0.75rem;
	background-image: url(../images/menu_arr_off.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: .3s;
}

.nav ul li a.selected::before,
.nav ul li a:hover::before{
	background-image: url(../images/menu_arr_on.png);
}

.nav ul li a.no-page {
	pointer-events: none;
}
.cl2 .nav .contact-list li p a {
	background-image: none;
	padding: 0;
	position: static;
	display: initial;
}
.cl2 .nav .contact-list li p a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}
.cl2 .cont_area{
	max-width: 800px;
	margin-top: 35px;
}

.cl2 .cont_area.sub {
    background: #ffffff;
    border-radius: 0.625rem;
    margin-bottom: 4rem;
	width: 800px;
}

.cl2 .cont_area h2 {
    margin: 0;
}

.cl2 .cont_area.sub h2 {
	margin-bottom: 0;
}

.cl2 .cont_area .detail_area{
	font-family: "Noto Serif JP", serif;
	display: flex;
	flex-direction: row;
	font-weight: 700;
    justify-content: space-between;
    align-items: end;
}

.cl2 .cont_area .detail_area .l_box{
    max-width: 410px;
    margin-bottom: 2.75rem;
}

.cl2 .cont_area .detail_area .r_box{
	max-width: 370px;
}

#container .content.top{
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 6.75rem;
}

.cl2 .cont_area.sub .cl2.greet{
	max-width: 750px;
	position: relative;
    padding: 50px 15px;
	margin-bottom: 40px;
    align-items: center;
	border-bottom: 3px solid #e2e2e2;
	width: 100%;
}

.cl2 .cont_area.sub .cl2.greet::before{
	content: "";
	position: absolute;
	width: 200px;
	height: 3px;
	background: #0FA36A;
	left: 0;
	bottom: -3px;
}

.cl2 .cont_area.sub .cl2.greet .img_box{
	max-width: 220px;
	margin-right: 50px;
}

.cl2 .cont_area.sub .cl2.greet .tx_box{
	width: calc(100% - 270px);
}

.cl2 .cont_area.sub .cl2.greet .tx_box h3{
	font-weight: 500;
	font-size: 1.5rem;
    line-height: 2rem;
}

.cl2 .cont_area.sub .cl2.greet .tx_box h3 small{
	display: block;
	font-size: 14px;
    line-height: 1.75rem;
	font-weight: 400;
}

.cl2 .cont_area.sub .cl2.greet .tx_box h3 span{
	display: block;
	font-size: 15px;
    line-height: 2rem;
    margin-top: 0.5rem;
	font-weight: 400;
}

.greet_box{
	padding: 0 40px;
}

.greet_box p{
	text-indent: 1.125rem;
	line-height: 200%;
	margin-bottom: 1.25rem;
	text-align: justify;
	letter-spacing: 0.75px;
}

.greet_box p:last-child{
	margin-bottom: 6rem;
}

.contact-list{
	width: 260px;
}

.nav .contact-list{
	padding: 0;
	background: transparent;
	margin-top: 1.625rem;
}

.contact-list li {
	margin-bottom: 1.625rem;
}

.nav .contact-list li{
	border: none;
}

.contact-list li:last-child {
	margin-bottom: 0;
}

.contact-list li h4,.contact-list li .title {
	background: #959CA5;
	color: #ffffff;
	min-height: 45px;
	align-content: center;
	font-weight: 500;
	padding-left: 1rem;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.contact-list li p{
    padding: 1.125rem 0.875rem;
    background: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.contact-list li p a {
	text-decoration: none;
	color: #000;
}

.topics {
    width: 800px;
    padding: 1.5625rem;
    height: fit-content;
    border-radius: 0.75rem;
    background: #ffffff;
}

.topics h3{
	position: relative;
	min-height: 70px;
	align-content: center;
	padding: 0 0 0 50px;
    font-size: 1.875rem;
	color: #0FA36A;
	border-bottom: 3px solid #E2E2E2;
}

.topics h3::before{
	content: "";
	position: absolute;
	width: 200px;
	height: 3px;
	background: #0FA36A;
	left: 0;
	bottom: -3px;
}

.topics h3::after{
	content:"";
	position: absolute;
	width: 32px;
	height: 40px;
	background-image: url(../images/topics_icn.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.topics .toplcs_list{
	min-height: 330px;
    padding-top: 2.25rem;
    padding-left: .625rem;
	color: #000000;
	background: #ffffff;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.topics .toplcs_list ul{
	font-size: 1.125rem;
    max-height: 260px;
    overflow-y: scroll;
}

.topics .toplcs_list ul li{
    display: flex;
    width: calc(100% - 1.5rem);
	min-height: 65px;
	padding: 1.25rem;
	line-height: 1.5rem;
	border-bottom: 1px solid #999999;
}

.topics .toplcs_list ul li span{
    min-width: 160px;
	color: #0A5629;
}

#container .content.top .topics .toplcs_list ul li a{
	text-decoration: underline;
    color: #0000ff;
}

#container .content.top .topics .toplcs_list ul li p.limit{
	color: #ff0000;
}

#container .content.sub h2{
	position: relative;
	min-height: 130px;
	align-content: center;
	padding-left: 2rem;
	margin-bottom: 4.125rem;
	font-size: 2rem;
	text-shadow: 0 0 2px #000000;
	letter-spacing: 4px;
	color: #ffffff;
	background: #A89441;
	filter: drop-shadow(0 0 2px #000000CC);
}

#container .content.sub h2::before{
	content: "";
	position: absolute;
	width: 55px;
	height: auto;
	aspect-ratio: 11 / 26;
	background-image: url(../images/sub-top-bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#container .content.sub .col2.greeting{
    padding-bottom: 3.75rem;
    display: flex;
	align-items: center;
    max-width: 850px;
    margin: 0 auto 3.75rem;
    border-bottom: 1px solid #E4AB39;
}

#container .content.sub .col2.greeting .img_box{
	max-width: 200px;
	width: 100%;
	margin:auto 5rem auto 1rem;
}

#container .content.sub .col2.greeting .tx_box{
	width: 100%;
}

#container .content.sub .col2.greeting .tx_box h3{
    font-size: 1.25rem;
    line-height: 100%;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

#container .content.sub .col2.greeting .tx_box p.name_tx{
    font-size: 1.25rem;
    font-weight: 500;
	line-height:1.5rem;
}

#container .content.sub .col2.greeting .tx_box p.name_tx small{
    font-size: 1rem;
    font-weight: 400;
    margin-right: 1.5rem;
}

#container .content.sub .col2.greeting .tx_box p.name_tx span{
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0.5rem;
}

#container .content.sub .greet_box{
    max-width: 850px;
    width: 100%;
	margin: auto;
}

#container .content.sub .greet_box p{
    font-size: 18px;
    margin: 0 auto 1.25rem;
    text-indent: 1.125rem;
    text-align: justify;
	letter-spacing: 2px;
    line-height: 200%;
}

#container .content.sub .greet_box p:nth-child(5){
	margin-bottom: 4rem;
}

#container .content.sub .greet_box p.right_tx{
	text-align: right;
	text-indent: 0;
	margin-bottom: 5.75rem;
}

#footer{
	background: #F7F6F0;
}

#footer .foot_col2{
	display: flex;
	max-width: 1120px;
	width: 100%;
	margin: auto;
	padding: 3.75rem 1rem;
}

#footer .foot_col2 .l_box{
	max-width: 180px;
	padding: 1rem 2.5rem;
	padding-left: 0;
	width: 100%;	
	border-right: 1px solid #B0B0B0;
}

#footer .foot_col2 .l_box h2{
	font-size: 18px;
}

#footer .foot_col2 .r_box{
	width: 100%;
	padding: 1rem 2.5rem;
}

#footer .foot_col2 .r_box h3{
	font-size: 1rem;
	margin-bottom: 0.75rem;
}


#footer .copyright{
	padding: 0.75rem;
	background: #ffffff;
	text-align: center;
	font-size: 0.75rem;
}

.cl2 .cont_area.sub .w750 {
	max-width: 750px;
	width: 96%;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
.cl2 .cont_area.sub .w750 h3 {
	font-size: 26px;
	padding: 20px 0;
	position: relative;
	margin: 40px auto 20px auto;
}
.cl2 .cont_area.sub .w750 h3:first-child {
	margin-top: 0;
}
.cl2 .cont_area.sub .w750 h3::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #E2E2E2;
}
.cl2 .cont_area.sub .w750 h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 250px;
	height: 3px;
	background-color: #0FA36A;
	z-index: 2;
}
.cl2 .cont_area.sub .w750 p {
	width: 98%;
	margin: 0 auto;
	padding: 0 0 16px 0;
	letter-spacing: 0.06em;
	line-height: 1.7;
}
.cl2 .cont_area.sub .w750 p a {
	text-decoration: underline;
	color: #3C6891;
}
.fw-m {
	font-weight: 500;
}
table.yakuin {
	border-collapse: collapse;
	margin: 30px auto 50px auto;
	padding: 0;
	width: 98%;
	border: none;
	background-color: #FFF;
	table-layout: fixed;
}
table.yakuin td {
	margin: 0;
	padding: 0 0 5px 0;
	border: none;
	vertical-align: top;
}
table.yakuin tr td:nth-child(1) {
	width: 25%;
}
table.yakuin tr td:nth-child(2) {
	width: 14%;
}
table.yakuin tr td:nth-child(3) {
	width: 61%;
}
.cl2 .cont_area.sub .w750 p a.mail {
	text-decoration: none;
	color: #000;
}
.top-movie {
	margin: 0 auto;
	padding: 60px 0 30px 0;
	width: 100%;
}
.movie-area {
	display: block;
	margin: 0 auto;
	max-width: 640px;
	width: 92%;
	padding: 0;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
.movie-wrap video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
img.main-sp {
	display: none;
}
body.sub h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 2.25rem;
	color: #135429;
	font-weight: 900;
	width: 100%;
	text-shadow: 0 0 5px #FFFFFF,0 0 5px #FFFFFF,0 0 5px #FFFFFF,0 0 5px #FFFFFF,0 0 5px #FFFFFF;
	padding: 4rem 2.5rem;
	background-image: url(../images/title-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 10px 10px 0 0;
	letter-spacing: 0.08em;
}
@media screen and (max-width:1100px){
	.logo-area {
		min-height: initial;
		padding: 10px 80px 10px 0;
		align-content: initial;
	}
	.logo-area h1 {
		min-height: initial;
	}
	img.main-sp {
		display: block;
		width: 100%;
		height: auto;
	}
	img.main-pc {
		display: none;
	}
	.nav {
		margin: 0;
		max-width: initial;
		width: 100%;
		order: 2;
	}
	.top_area.main {
		background-size: cover;
		background-image: none;
		min-height: initial;
		margin: 0 auto;
	}
	.top_area .cl2{
		width: 100%;
		flex-wrap: wrap;
	}
	.cl2 .cont_area {
		width: 100%;
		max-width: initial;
		margin: 0 auto;
	}
	#container .content.top {
		padding: 2.5rem 1.5rem;
		flex-wrap: wrap;
		width: 100%;
	}
	.contact-list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		order: 2;
		padding-top: 3rem;
	}
	.contact-list li {
		width: 46%;
		margin: 0 2%;
	}
	.topics {
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
		order: 1;
	}
	.nav ul {
		border-radius: 0;
	}
	.cl2 .cont_area.sub {
		order: 1;
	}
	body.sub .top_area {
		padding: 2rem;
	}
	.cl2 .cont_area.sub .cl2.greet {
		max-width: 930px;
		width: 94%;
		margin: 0 auto 45px auto;
	}
	.cl2 .cont_area.sub {
		width: 96%;
		max-width: initial;
	}
	.cl2 .cont_area.sub .w750 {
		width: 94%;
	}
	table.yakuin tr td:nth-child(2) {
		width: 17%;
	}
	table.yakuin tr td:nth-child(3) {
		width: 58%;
	}
}
@media screen and (max-width:768px){
	.topics .toplcs_list {
		padding-top: 1rem;
	}
	.topics .toplcs_list ul li {
		flex-wrap: wrap;
		padding: 1.25rem 0;
	}
	.topics .toplcs_list ul li span {
		width: 100%;
	}
	.topics .toplcs_list ul li p {
		margin-top: .5rem;
	}
	.contact-list li {
		width: 100%;
		max-width: initial;
		margin: 0 auto;
	}
	.contact-list li:last-child {
		margin-top: 2rem;
	}
	body.sub h2 {
		padding: 3rem 1.75rem;
	}
	.cl2 .cont_area.sub .cl2.greet .img_box {
		max-width: 190px;
		margin-right: 30px;
	}
	.cl2 .cont_area.sub .cl2.greet .tx_box {
		width: calc(100% - 220px);
	}
	.greet_box {
		padding: 0 30px;
	}
	table.yakuin tr {
		display: flex;
		flex-wrap: wrap;
		width: ;
	}
	table.yakuin tr td:nth-child(1) {
		width: 100%;
		font-weight: 500;
	}
	table.yakuin tr td:nth-child(2) {
		width: 100%;
	}
	table.yakuin tr td:nth-child(3) {
		width: 100%;
		padding-bottom: 20px;
	}
	table.yakuin tr td:nth-child(1).fw-n {
		font-weight: normal;
	}
	table.yakuin tr td:nth-child(3).pb0 {
		padding-bottom: 0;
	}
	.cl2 .cont_area.sub .w750 h3::after {
		width: 25%;
	}
	.cl2 .cont_area.sub .cl2.greet::before {
		width: 35%;
	}
}
@media screen and (max-width:640px){
	.topics h3 {
		font-size: 1.5rem;
		padding-left: 40px;
	}
	.topics h3::after {
		width: 25px;
		height: 32px;
	}
	#container .content.top {
		margin-bottom: 3rem;
	}
	#footer .copyright {
		text-align: left;
	}
	.cl2 .cont_area.sub .cl2.greet {
		padding-top: 15px;
	}
	.cl2 .cont_area.sub .cl2.greet .img_box {
		margin: 0 auto 2rem auto;
	}
	.cl2 .cont_area.sub .cl2.greet .tx_box {
		width: 100%;
	}
	body.sub h2 {
		font-size: 2rem;
		padding: 2.5rem 1rem 4rem 1rem;
		background-size: cover;
	}
	.greet_box {
		padding: 0 18px;
	}
	body.sub .top_area {
		padding: 1.25rem;
	}
	.cl2 .cont_area.sub .w750 h3 {
		margin-top: 20px;
		font-size: 1.375rem;
	}
	table.yakuin tr {
		display: flex;
		flex-wrap: wrap;
	}
	table.yakuin tr td:nth-child(1) {
		width: 100%;
		font-weight: 500;
	}
	table.yakuin tr td:nth-child(3) {
		padding-bottom: 20px;
	}
	table.yakuin tr.rs-s td:nth-child(1) {
		font-weight: normal;
		padding-left: 10px;
	}
	table.yakuin tr.rs-s td:nth-child(2) {
		padding-left: 0;
		padding-bottom: 5px;
	}
	table.yakuin tr td:nth-child(3).pb0 {
		padding-bottom: 5px;
	}
}
@media screen and (max-width:480px){
	.cl2 .cont_area.sub .cl2.greet .img_box {
		width: 60%;
	}
	body.sub h2 {
		font-size: 1.75rem;
	}
	table.yakuin tr td:nth-child(2) {
		width: auto;
		padding-left: 10px;
	}
	.cl2 .cont_area.sub .w750 h3 {
		font-size: 1.25rem;
	}
}