@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');
@import url('https://use.fontawesome.com/releases/v5.15.4/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');

@charset "utf-8";

:root {
	--color-brown: #7E584B;
	--color-blue: #0093BE;
	--color-green: #4AA636;
	--color-orange: #EC8000;
	--color-pink: #F09397;
}

img.footer-tel {
	width: 65%;
}
#pagetopbox{ display:none; position:fixed; bottom:10px; right:10px; z-index:999999;}
#pagetopbox a{ display:block; padding:0.5em 1em;}
@media (max-width: 767px) {
	#pagetopbox{ bottom:10px; right:10px;}
	#pagetopbox img { width: 60px;}
	#pagetopbox a{ padding-right:0;}
}

html, body {
    overflow-x: hidden;
}

.cl-brown {color: var(--color-brown) !important;}
.cl-blue {color: var(--color-blue) !important;}
.cl-green {color: var(--color-green) !important;}
.cl-orange {color: var(--color-orange) !important;}
.bg-orange {background-color: var(--color-orange) !important;}

*, *::before, *::after {box-sizing: border-box;}

html {font-size:62.5%;}
* {font-family:'Zen Maru Gothic', sans-serif; font-weight:400; font-style:normal; font-size:1.7rem; line-height:1.5em; letter-spacing:0.05em; color: var(--color-brown);}

body {
	background: #FFFADC;
}

/* common */
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}

.form-control {
	font-size: 1.6rem;
	padding: 0.5em;
	color: var(--color-brown) !important;
	border-color: var(--color-brown);
}

a, a:visited, a:hover, a:active {
	color: inherit;
	text-decoration: none;
}

div.right-fixed-menu a {
	position: fixed;
	top: 200px;
	right: 30px;
}
div.right-fixed-menu a:last-child {
	top: 350px;
}
.indent * {
	text-indent: -1em;
	padding-left: 1em;
	text-align: justify;
}

.btn01 {
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	border: solid 1px #9A8EBC;
}
.btn01:after {
	content: '▶';
	font-size: 0.9em;
	font-weight: 600;
	margin-left: 0.75em;
	background: #fff;
	padding: 4px 7px 5px 9px;
	border-radius: 15px;
}
a.btn01.purple {
	background-color: #9A8EBC;
}
a.btn01.purple:after {
	color: #9A8EBC;
}
a.btn01.purple:hover {
	background-color: #fff;
	color: #9A8EBC;
	border: solid 1px #9A8EBC;
}
a.btn01.purple:hover:after {
	background-color: #9A8EBC;
	color: #fff;
}

a.btn01.green {
	background-color: #B3C900;
}
a.btn01.green:after {
	color: #B3C900;
}
a.btn01.green:hover {
	background-color: #fff;
	color: #B3C900;
	border: solid 1px #B3C900;
}
a.btn01.green:hover:after {
	background-color: #B3C900;
	color: #fff;
}

a.btn01.yellow {
	background-color: #FABE00;
}
a.btn01.yellow:after {
	color: #FABE00;
}
a.btn01.yellow:hover {
	background-color: #fff;
	color: #FABE00;
	border: solid 1px #FABE00;
}
a.btn01.yellow:hover:after {
	background-color: #FABE00;
	color: #fff;
}

.btn01.brown {
	background-color: #7E584B;
}
.btn01.brown:after {
	color: #7E584B;
}
.btn01.brown:hover {
	background-color: #fff;
	color: #7E584B;
	border: solid 1px #7E584B;
}
.btn01.brown:hover:after {
	background-color: #7E584B;
	color: #fff;
}

a.btn02 {
	color: #7E584B;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	min-width: 8em;
}
a.btn02:after {
	content: '▶';
	font-size: 0.9em;
	font-weight: 600;
	margin-left: 0.75em;
	background: #7E584B;
	padding: 4px 7px 5px 9px;
	border-radius: 15px;
}
a.btn02.white {
	background-color: #fff;
}
a.btn02.white:after {
	color: #fff;
}
a.btn02.white:hover {
	background-color: #7E584B;
	color: #fff;
}
a.btn02.white:hover:after {
	background-color: #fff;
	color: #7E584B;
}

a.btn03 {
	color: #ffffff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	border: solid 1px #fff;
}
a.btn03:after {
	content: '▶';
	font-size: 0.9em;
	font-weight: 600;
	margin-left: 0.75em;
	color: #ffffff;
	padding: 4px 7px 5px 9px;
}
a.btn03.light-blue {
	background-color: #00A0CB;
	border: solid 1px #00A0CB;
}
a.btn03.light-blue:after {
	color: #ffffff;
}
a.btn03.light-blue:hover {
	background-color: #fff;
	color: #00A0CB;
	border: solid 1px #00A0CB;
}
a.btn03.light-blue:hover:after {
	background-color: #ffffff;
	color: #00A0CB;
}

.fs18 {
	font-size: 1.8rem !important;
}
.fs20 {
	font-size: 2rem !important;
}
.text-bold {
	font-weight: 700;
}
.fs-red::first-letter {
	color: #D85513;
	font-size: 1.8rem !important;
}

/* Header */
#box-header {
	background: rgba(255, 255, 255, 0.85);
}
#box-header * {font-weight: 500;}
#box-header a.btn-contact {
	border: solid 1px var(--color-brown);
	border-radius: 15px;
	padding: 0.1em 0.5em 0.1em 1em;
}
#box-header a.btn-contact:before {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	content: '\f0e0';
	font-weight: 600;
	margin-right: 0.5em;
}
#box-header a.btn-contact:after {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	content: '\f105';
	font-weight: 600;
	margin-left: 0.75em;
}
#box-header a.btn-contact:hover, #box-header a.btn-contact:hover * {
	color: #fff;
	background: var(--color-brown);
}
#box-header a.btn-contact span {
	margin-top:-1em;
}
#box-header a.btn-contact img {max-width: 20px; margin-right:0.5em;}

img.logo {
	max-width: 234px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.g-navi {
	margin: 0.5em;
}
.g-navi div.active {
	position: relative;
}
.g-navi div.active p {
	position: absolute;
	right: 0;
	left: -120px;
	bottom: -25px;
	margin: 0 auto;
	margin-left: -12px;
	transform: scale(2, 1) rotate(270deg);
	color: var(--color-orange);
	font-size: 4rem;
	height: 0;
}



.g-navi div {
	text-align: center;
	border-right: dotted 1px #0089C5;
}
.g-navi div:first-child {
	border-left: dotted 1px #0089C5;
}
.g-navi a {
	font-size: 1.7rem;
}
.g-navi div.active a {
	color: var(--color-orange);
}
.g-navi a:hover {
	color: var(--color-orange);
}

img.mainphoto {
	background: #fff;
}

.navi {
	background: #fff;
	margin: 0 0 -1px 0;
}
.navi a {
	font-size: 1.9rem;
	padding: 0 1.5em;
}
.navi img {
	max-width: 31px;
	margin-right: 0.5em;
}

/* footer */
footer {
	margin-top: 60px;
	padding: 0 140px;
	background: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	background-color: #FFFADC;
}
footer > div {
	padding-top: 100px;
}
div.footer {
	margin-top: 380px;
	margin-bottom: 40px;
	display: grid;
	grid-template-columns: auto auto auto auto;
	align-items: center;
	gap: 30px;
}
div.footer img.logo {
	max-width: 320px;
}
div.footer address {
	font-size: 1.6rem;
	margin: 0;
}
div.footer div.tel span {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 2rem;
}
div.footer a.link {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
}
div.footer a.btn-contact {
	color: #fff;
	background: var(--color-brown);
	border: solid 1px var(--color-brown);
	border-radius: 15px;
	padding: 0.1em 0.5em 0.1em 1em;
}
div.footer a.btn-contact:before {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	content: '\f0e0';
	font-weight: 600;
	margin-right: 0.5em;
}
div.footer a.btn-contact:after {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	content: '\f105';
	font-weight: 600;
	margin-left: 0.75em;
}
div.footer a.btn-contact:hover, div.footer a.btn-contact:hover * {
	color: var(--color-brown);
	background: #fff;
}
div.footer a.btn-contact span {
	color: #fff;
	margin-top:-1em;
}
div.copyright {
	background: #008744;
	text-align: center;
}
div.copyright p {
	color: #fff;
	font-size: 1.4rem;
	padding-top: 0.5em;
}

/* Top */
div.box-news {
	margin: 90px 0 120px 0;
}
div.box-news table {
	margin: 34px 0;
}
div.box-news tr {
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
}
div.box-news th, div.box-news td {
	text-align: left;
	padding: 16px 0;
	background: #FFFADC;
}
div.box-news th {
	font-size: 1.8rem;
	color: #717071;
}
div.box-news td {
	font-size: 1.6rem;
	color: #000;
}
div.box-news a.btn {
	background: #EC8000;
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	border-radius: 10px;
	padding: 0.25em 2em 0.4em 2em;
}

div.box-purpose {
	margin-top: 115px;
	margin-bottom: 115px;
}
div.box-purpose div {
	width: 80%;
	top: 56%;
	left: 50%;
	transform: translate(-50%, -50%);
}
div.box-purpose h2 {
	font-weight: 500;
	font-size: 2.8rem;
	white-space: nowrap;
	line-height: 1.5em;
	margin-bottom: 1em;
}
div.box-purpose p {
	text-align: left;
	font-size: 1.7rem;
}
div.box-policy p {
	font-size: 1.7rem;
}
.bg-arch {
	padding: 0em 0em;
	width: 100%;
	max-width: 120px;
	min-height: 50px;
	margin: 0 auto;
	background-image: url('../images/bg-arch.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-cloud4 {
	padding: 0em 0em;
	width: 100%;
	max-width: 878px;
	min-height: 82px;
	margin: 0 auto;
	background-image: url('../images/bg-cloud4.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-cloud4 h2 {
	font-size: 2.2rem;
	color: var(--color-orange);
	font-weight: 700;
	padding: 1.5em 0em;
	text-align: center;
}
.text {
	font-size: 2rem;
	font-weight: 700;
}
.bg-cloud4-sp h2 {
	font-size: 2.2rem;
	color: var(--color-orange);
	font-weight: 700;
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 0px;
	margin: 0px 20px;
}
.text-sp {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
.box-youtube  {
	background-color: var(--color-orange);
	margin-bottom: 10px;
	padding: 5px 0;
}
.box-youtube  div {
	color: #fff;
	text-align: center;
}
.box-youtube .title {
	font-size: 2rem;
}



.contact table {
	border-collapse: separate;
	border-spacing: 0;
}
.contact table th, .contact table td {
	color:  var(--color-brown);
	text-align: left;
	vertical-align: middle;
	padding: 2em;
	border-top: solid 1px #d5c8c4;
}
.contact table th {
	white-space: nowrap;
	font-weight: bold;
	background: #ece6e4 !important;
	border-left: solid 1px #d5c8c4;
}
.contact table td {
	width: 100%;
	font-weight: bold;
	background: #fff !important;
	border-right: solid 1px #d5c8c4;
}
.contact table tr:first-child th {
	border-top-left-radius: 10px;
}
.contact table tr:first-child td {
	border-top-right-radius: 10px;
}
.contact table tr:last-child th {
	border-bottom-left-radius: 10px;
	border-bottom: solid 1px #d5c8c4;
}
.contact table tr:last-child td {
	border-bottom-right-radius: 10px;
	border-bottom: solid 1px #d5c8c4;
}

@media (max-width: 1400px) {
	img.logo {
		max-width: 200px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	div.right-fixed-menu img {
		width: 100px;
	}
	div.right-fixed-menu a {
		top: 200px;
	}
	div.right-fixed-menu a:last-child {
		top: 320px;
	}
	.navi {
		margin-bottom: -3px;
	}
	.navi a {
		font-size: 1.8rem;
		padding: 0 1.2em;
	}
	.navi img {
		max-width: 25px;
		margin-right: 0.5em;
	}
	footer {
		padding: 0 120px;
	}
	div.footer img.logo {
		max-width: 240px;
	}
}
@media (max-width: 1200px) {
	img.logo {
		max-width: 150px;
	}
	div.right-fixed-menu img {
		width: 90px;
	}
	div.right-fixed-menu a {
		top: 200px;
	}
	div.right-fixed-menu a:last-child {
		top: 300px;
	}
	.navi {
		margin-bottom: -6px;
	}
	.navi a {
		font-size: 1.6rem;
		padding: 0 0.8em;
	}
	.navi img {
		max-width: 23px;
		margin-right: 0.5em;
	}
	footer {
		margin-top: 0;
		padding: 0 100px;
		background-size: 100%;
	}
	div.footer {
		margin-top: 200px;
		padding: 0;
		gap: 20px;
	}
	div.footer img.logo {
		max-width: 200px;
	}
}

@media (max-width: 992px) {
	div.right-fixed-menu img {
		width: 80px;
	}
	div.right-fixed-menu a {
		top: 190px;
	}
	div.right-fixed-menu a:last-child {
		top: 280px;
	}
	.navi {
		margin-bottom: -8px;
	}
	.navi a {
		font-size: 1.6rem;
		padding: 0 0.25em;
		letter-spacing: -0.06em;
	}
	.navi img {
		max-width: 18px;
		margin-right: 0.1em;
	}
	footer {
		padding: 0 0 0 40px;
	}
	div.footer {
		margin-bottom:10px;
	}
	div.footer div.tel span {
		font-size: 1.6rem;
	}

	div.box-purpose h2 {
		font-size: 2.2rem;
	}
	div.box-purpose p {
		font-size: 1.6rem;
	}

}

@media (max-width: 768px) {
	#box-header div.container-md {
		padding: 0 20px;
	}
	div.container-md {
		padding: 0 40px;
	}
	div.right-fixed-menu img {
		width: 70px;
	}
	div.right-fixed-menu a {
		top: 140px;
		right: 10px;
	}
	div.right-fixed-menu a:last-child {
		top: 220px;
	}
	img.mainphoto {
		background: none;
	}
	.navi {
		margin-bottom: -9px;
	}
	.navi a {
		font-size: 1.6rem;
		padding: 0 0.8em;
	}
	.navi img {
		max-width: 23px;
		margin-right: 0.5em;
	}
	.box-news img.news {
		max-width: 300px;
	}
	div.footer {
		margin-top: 0px;
	}
	div.box-purpose {
		margin-top: 0;
		margin-bottom: 0;
	}
	div.box-purpose h2 {
		font-size: 2.2rem;
		text-align: center;
	}
	div.box-purpose p {
		padding: 0 1em;
		margin: 0;
	}

}
