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

* common.css

*********************************************************************
*/

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	line-height: 2;
	color: #000000;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	word-break: break-all;
}
body.no-scroll {
	overflow-y: hidden;
	touch-action: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
iframe {
  max-width:100%;
}
a {
	color: #000000;
	text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	outline: none;
}
#site a,
#site button,
#site .hover {
  transition: all 300ms 0s ease;
}
#site a:hover,
#site button:hover,
#site .hover:hover {
	opacity: 0.6;
}
.sp-area {
	display: none;
}
.sp-area-inline {
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
/* WinIE7 only */
*:first-child+html .clearfix {
	height: 1%;
}
/* WinIE6 and below */
/* hide \*/
* html .clearfix {
	height: 1%;
}
#window-size-check {
	display: block;
}
@media screen and (min-width:641px) {
.pc-area {
	display: block;
}
.pc-area-inline {
	display: inline-block;
}
.sp-area,
.sp-area-inline	{
	display: none !important;
}
}
@media screen and (max-width:640px) {
body {
	font-size: 16px;
}
.pc-area,
.pc-area-inline {
	display: none !important;
}
.sp-area	{
	display: block;
}
.sp-area-inline	{
	display: inline-block;
}
#window-size-check {
	display: none;
}
}



/* ///////////////////////////////////////////////////////////////////

#site

/////////////////////////////////////////////////////////////////// */
#site {
	overflow: clip;
}
.global-inner {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 60px;
	width: 1400px;
	max-width: 1400px;
}
.global-inner-02 {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 60px;
	width: 1000px;
	min-width: 1000px;
}

@media screen and (max-width:640px) {
#site {
	
}
.global-inner,
.global-inner-02 {
	margin: 0 6%;
	padding: 0;
	width: auto;
	min-width: auto;
}
}


/*===================================================================
  global-header
===================================================================*/
.global-header {
	display: flex;
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	min-width: 1000px;
	background: #ffffff;
	z-index: 50;
}
.global-header .logo {
	display: flex;
	margin-left: 50px;
	padding: 30px 0;
	width: 320px;
	align-items: center;
}
.global-header .header-right-pc {
	display: flex;
	align-items: center;
	justify-content: end;
	flex: 1;
}
.global-header .header-right-pc .nav {
	display: flex;
	height: 100%;
	align-items: center;
}
.global-header .header-right-pc .nav ul {
	display: flex;
	height: 100%;
	align-items: center;
}
.global-header .header-right-pc .nav ul li {
	position: relative;
	display: flex;
	height: 100%;
	margin-left: 40px;
	align-items: center;
}
.global-header .header-right-pc .nav ul li a {
	display: flex;
	position: relative;
	height: 100%;
	color: #000000;
	align-items: center;
}
.global-header .header-right-pc .entry {
	margin-left: 60px;
	width: 140px;
	height: 100%;
}
.global-header .header-right-pc .entry a {
	display: flex;
	width: 100%;
	height: 100%;
	background: #5CB85C;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}
.global-header .header-right-sp {
	display: none;
}
.global-header-02 {
	display: none;
}


@media screen and (max-width:1300px) {
	
.global-header .header-right-pc .nav ul li {
	margin-left: 30px;
}
.global-header .header-right-pc .entry {
	margin-left: 40px;
}

}

@media screen and (max-width:1200px) {
	
.global-header .header-right-pc .nav ul li {
	margin-left: 20px;
}
.global-header .header-right-pc .entry {
	margin-left: 30px;
}

}


@media screen and (max-width:1100px) {
	
.global-header .logo {
	width: 240px;
}

}


@media screen and (max-width:640px) {

.global-header {
	min-width: auto;
}
.global-header .logo {
	margin: 0 5%;
	padding: 0;
	width: 52%;
}
.global-header .header-right-pc {
	display: none;
}
.global-header .header-right-sp {
	display: flex;
	justify-content: end;
	align-items: center;
	flex: 1;
}
.global-header .header-right-sp .entry {
	height: 100%;
	flex: 1;
}
.global-header .header-right-sp .entry a {
	display: flex;
	width: 100%;
	height: 100%;
	background: #F3F3F3;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 3.2vw;
	font-weight: bold;
	color: #5CB85C;
}
.global-header .header-right-sp .menu-btn {
	width: 40%;
	cursor: pointer;
}
.global-header .header-right-sp .menu-btn-close {
	display: none;
}
	
#global-nav-sp {
	overflow: auto;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #D3EDD3;
	z-index: -1;
	opacity: 0;
  transition: all 300ms 0s ease;
}
#global-nav-sp.open {
	z-index: 200;
	opacity: 1;
}
#global-nav-sp .global-nav-main {
	color: #ffffff;
}
#global-nav-sp .global-nav-main .global-header {
	background: #ffffff;
}
#global-nav-sp .global-nav-main .global-nav-main-bottom {
	padding: 30px 10%;
}
#global-nav-sp .global-nav-main .global-nav-main-bottom .nav {
	margin-bottom: 50px;
}
#global-nav-sp .global-nav-main .global-nav-main-bottom .nav ul li {
	margin-bottom: 20px;
}
}



/*===================================================================
  contents
===================================================================*/
#contents {
}

@media screen and (max-width:640px) {
#contents {
}
}



/*===================================================================
  breadcrumb
===================================================================*/
.breadcrumb-area {
	margin-bottom: 100px;
	padding: 10px 0;
	font-size: 14px;
}
.breadcrumb-area .global-inner-02 > span::before {
	margin: 0 10px;
	content: ">";
	color: #000000;
}
.breadcrumb-area .global-inner-02 > span:first-child::before {
	display: none;
}
.breadcrumb-area span {
	color: #000000;
}
.breadcrumb-area a span {
	color: #000000;
}


@media screen and (max-width:640px) {
.breadcrumb-area {
	margin-bottom: 40px;
}
}


/*===================================================================
  main
===================================================================*/
.entry-content {
}
.entry-content p {
	margin-bottom: 20px;
	line-height: 1.8;
}
.entry-content a {
	color: #395FC8;
	text-decoration: underline;
}
.entry-content a:hover {
}
.link-list-area {
	margin: 100px 0;
}
.link-list-area h2 {
	margin-bottom: 30px;
	font-size: 36px;
	text-align: center;
	color: #028a2b;
}
.link-list-area ul {
	text-align: center;
}
.link-list-area ul li {
	display: inline-block;
	margin: 0 10px 20px;
	width: 47%
}
.link-list-area ul li.w-max {
	width: 98%
}

@media screen and (max-width:640px) {
.entry-content {
}
.entry-content p {
	line-height: 2;
}
}



/* ///////////////////////////////////////////////////////////////////

message-area

/////////////////////////////////////////////////////////////////// */


.last-message-area {
	position: relative;
	padding: 100px 0;
	min-width: 1060px;
}
.last-message-area.last-message-g {
	background: #E7F4E7;
}
.last-message-area .global-inner-02 {
	display: flex;
}
.last-message-area .last-message-img {
	position: absolute;
	right: 0;
	top: -6vw;
	width: 35%;
}
.last-message-area .last-message-text {
	width: 70%;
}


@media screen and (max-width:1200px) {

.last-message-area .last-message-img {
	width: 40%;
}
.last-message-area .last-message-text {
	width: 50%;
}
	
}


@media screen and (max-width:640px) {

.last-message-area {
	padding: 30vw 0 60px;
	min-width: auto;
}
.last-message-area .last-message-img {
	top: -20vw;
	width: auto;
	text-align: right;
}
.last-message-area .last-message-img img {
	width: 94%;
}
.last-message-area .last-message-text {
	width: auto;
}


}



/* ///////////////////////////////////////////////////////////////////

entry-area

/////////////////////////////////////////////////////////////////// */

.entry-area {
	position: relative;
	padding: 100px 0;
	background-image: url(../images/0-entry-bg-01.png?01);
	background-size: cover, 50% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.entry-area::before {
	content: "";
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 100px 0;
	background-image: url(../images/0-entry-bg-02.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}


@media screen and (max-width:640px) {

.entry-area {
	padding: 60px 0;
}

}



/* ///////////////////////////////////////////////////////////////////

#global-footer

/////////////////////////////////////////////////////////////////// */

#global-footer {
	margin-top: 80px;
}
#global-footer .footer-main {
	margin-bottom: 100px;
}
#global-footer .footer-main .footer-main-left {
	position: absolute;
	top: 0;
  left: 60px;
	width: 350px;
}
#global-footer .footer-main .footer-main-left .logo {
	margin-bottom: 60px;
	width: 150px;
}
#global-footer .footer-main .footer-main-left dl {
	font-family: "Vollkorn", serif;
}
#global-footer .footer-main .footer-main-left dl dt {
	font-size: 20px;
}
#global-footer .footer-main .footer-main-left dl dd {
	font-size: 16px;
}
#global-footer .footer-main .footer-main-right {
	margin: 0 auto;
	width: 1000px;
}
#global-footer .footer-main .footer-main-right ul {
	padding: 50px 0 70px 210px;
}
#global-footer .footer-main .footer-main-right ul li {
	display: inline-block;
	margin-right: 40px;
}
#global-footer .footer-main .footer-main-right .btn-01 {
	text-align: center;
}
#global-footer .copyright {
	padding: 20px 0;
	border-top: solid 1px #323232;
	text-align: center;
	font-family: "Vollkorn", serif;
}


@media screen and (max-width:640px) {

#global-footer {
	margin-top: 50px;
}
#global-footer .footer-main {
	margin-bottom: 50px;
}
#global-footer .footer-main .footer-main-left {
  position: static;
	margin-bottom: 30px;
	width: auto;
}
#global-footer .footer-main .footer-main-left .logo {
	margin-bottom: 40px;
	width: 50%;
}
#global-footer .footer-main .footer-main-right {
	width: auto;
}
#global-footer .footer-main .footer-main-right ul {
	margin-bottom: 30px;
	padding: 0;
}
#global-footer .footer-main .footer-main-right ul li {
	display: block;
	margin: 0 0 10px;
}
#global-footer .copyright {
	padding: 10px 0;
	font-size: 14px;
}


}


/* ///////////////////////////////////////////////////////////////////

other

/////////////////////////////////////////////////////////////////// */
.link-point {
	margin-top: -120px;
	padding-top: 120px;
}


@media screen and (max-width:640px) {
.link-point {
	margin-top: -70px;
	padding-top: 70px;
}
}

