<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
**********************************************************************

* common.css

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

body {
	font-family: 'yu-gothic-pr6n', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック';
	font-size: 14px;
	line-height: 2;
	color: #3B4043;
	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: #323232;
	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 {
}
.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: hidden;
}
.global-inner {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 1000px;
	min-width: 1000px;
}
.global-inner-02 {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 800px;
	min-width: 800px;
}
.global-inner-03 {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 480px;
	min-width: 480px;
}

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


/*===================================================================
  global-header
===================================================================*/
#global-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
#global-header .header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255, 0.7);
	-webkit-backdrop-filter: blur(10px) brightness(1);
  backdrop-filter: blur(10px) brightness(1);
}
#global-header .header-main {
	position: relative;
	padding: 20px 0;
}
#global-header .inner {
	display: flex;
	padding: 0 3%;
	align-items: center;
	min-width: 1000px;
}
#global-header .logo {
	position: relative;
	margin-right: 10px;
	width: 200px;
}
#global-header .nav-pc {
	flex: 1;
	margin: 0 3% 0 0;
}
#global-header .nav-pc ul {
	text-align: right;
}
#global-header .nav-pc ul li {
	display: inline-block;
	margin-left: 3%;
}
#global-header .nav-pc ul li:first-child {
	margin: 0;
}
#global-header .nav-pc ul li a {
	position: relative;
	display: block;
	font-size: 14px;
}
#global-header .btn {
	position: relative;
	width: 180px;
}
#global-header .btn a {
	display: block;
	padding: 8px 10px;
	border-radius: 100px;
	background: #65A1CD;
	text-align: center;
	color: #ffffff !important;
	line-height: 1.4;
}
#global-header .btn a span {
	display: inline-block;
	padding-right: 40px;
	background-image: url(../images/0-icon-bag.png);
	background-size: 28px auto;
	background-position: right center;
	background-repeat: no-repeat;
}
#global-header .menu-btn {
	position: relative;
	cursor: pointer;
}
.nav-pc-sub {
	display: none;
	padding: 60px 0 20px;
	background: rgb(255, 255, 255, 0.95);
	margin-top: -40px;
}
.nav-pc-sub.show {
	display: block;
}
.nav-pc-sub.show-show {
	display: block !important;
}
.nav-pc-sub ul li {
	display: inline-block;
	margin: 5px 0;
	width: 24%;
	font-weight: bold;
}
.nav-pc-sub ul li a {
	position: relative;
	padding-left: 10px;
	letter-spacing: 0.5px;
}
.nav-pc-sub ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 4px;
	height: 1px;
	background: #394353;
}


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

	
#global-header .inner {
	min-width: auto;
}
#global-header .header-main {
	padding: 10px 0;
}
#global-header .logo {
	flex: 1;
}
#global-header .logo img {
	width: 50%;
}
#global-header .menu-btn {
	width: 12%;
	margin: 0;
}
#global-header .menu-btn .close {
	display: none;
}
#global-nav-sp {
	overflow: auto;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: -1;
	opacity: 0;
  transition: all 300ms 0s ease;
}
#global-nav-sp.open {
	z-index: 90;
	opacity: 1;
}
#global-nav-sp .global-nav-main {
	padding: 20% 5% 30px;
}
#global-nav-sp .global-nav-main .global-nav-list {
	margin-bottom: 30px;
}
#global-nav-sp .global-nav-main .global-nav-list nav &gt; ul &gt; li {
	margin-bottom: 30px;
}
#global-nav-sp .global-nav-main .global-nav-list nav &gt; ul &gt; li &gt; a {
	font-size: 16px;
	font-weight: bold;
	color: #65A1CD;
}
#global-nav-sp .global-nav-main .global-nav-list nav &gt; ul &gt; li ul li {
	margin-top: 10px;
}
#global-nav-sp .global-nav-main .global-nav-list nav &gt; ul &gt; li ul li a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
#global-nav-sp .global-nav-main .global-nav-list nav &gt; ul &gt; li ul li a::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 1px;
	background: #394353;
}
#global-nav-sp .global-nav-main .btn {
	margin: 80px 0 40px;
}
#global-nav-sp .global-nav-main .btn a {
	display: block;
	margin: 0 10%;
	padding: 8px 10px;
	border-radius: 100px;
	background: #65A1CD;
	text-align: center;
	color: #ffffff !important;
	line-height: 1.4;
}
#global-nav-sp .global-nav-main .btn a span {
	display: inline-block;
	padding-right: 40px;
	background-image: url(../images/0-icon-bag.png);
	background-size: 28px auto;
	background-position: right center;
	background-repeat: no-repeat;
}
#global-nav-sp .global-nav-main .menu-btn {
	cursor: pointer;
}
	
	
}


/*===================================================================
  contents
===================================================================*/
#contents {
	margin-top: 95px;
}

@media screen and (max-width:640px) {
#contents {
	margin-top: 17%;
	min-width: auto;
}
}



/*===================================================================
  breadcrumb
===================================================================*/
.breadcrumb-area {
	padding: 15px 0;
	background: #F8F7F7;
	font-size: 15px;
}
.breadcrumb-area .global-inner &gt; span::before {
	margin: 0 10px;
	content: "&gt;";
	color: #333333;
}
.breadcrumb-area .global-inner &gt; span:first-child::before {
	display: none;
}
.breadcrumb-area span {
	color: #aba7ab;
}
.breadcrumb-area a span {
	color: #333333;
}

@media screen and (max-width:640px) {
.breadcrumb-area {
	padding: 10px 0;
	font-size: 14px;
}
}


/*===================================================================
  main
===================================================================*/
.entry-content {
}
.entry-content p {
	margin-bottom: 20px;
	line-height: 2;
}
.entry-content a {
	color: #65A1CD;
	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;
}
}


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

#global-footer

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

#global-footer {
	background: #394353;
	color: #ffffff;
}
#global-footer a {
	color: #ffffff;
}
#global-footer .global-footer-main {
	display: flex;
	padding: 50px 0;
}
#global-footer .global-footer-main .global-footer-main-item-01 {
	width: 45%;
}
#global-footer .global-footer-main .global-footer-main-item-01 .info h2 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
#global-footer .global-footer-main .global-footer-main-item-02 {
	width: 30%;
}
#global-footer .global-footer-main .global-footer-main-item-02 .nav li {
	margin-bottom: 10px;
}
#global-footer .global-footer-main .global-footer-main-item-03 {
	flex: 1;
	text-align: right;
}
#global-footer .global-footer-main .global-footer-main-item-03 .btn {
	display: inline-block;
	width: 180px;
}
#global-footer .global-footer-main .global-footer-main-item-03 .btn a {
	display: block;
	padding: 8px 10px;
	border-radius: 100px;
	background: #65A1CD;
	text-align: center;
	color: #ffffff !important;
	line-height: 1.4;
}
#global-footer .global-footer-main .global-footer-main-item-03 .btn a span {
	display: inline-block;
	padding-right: 40px;
	background-image: url(../images/0-icon-bag.png);
	background-size: 28px auto;
	background-position: right center;
	background-repeat: no-repeat;
}
#global-footer .copyright {
	margin-top: 10px;
	border-top: solid 1px #CACDD0;
	padding: 15px 0;
	text-align: center;
	font-size: 12px;
}


@media screen and (max-width:640px) {
	
#global-footer .global-footer-main {
	display: block;
	text-align: center;
}
#global-footer .global-footer-main .global-footer-main-item-01 {
	margin-bottom: 40px;
	width: auto;
}
#global-footer .global-footer-main .global-footer-main-item-02 {
	margin-bottom: 50px;
	width: auto;
}
#global-footer .global-footer-main .global-footer-main-item-03 {
	text-align: center;
}


}


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

other

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

.fixed-bottom-sp {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}
.fixed-bottom-sp ul {
	display: flex;
}
.fixed-bottom-sp ul li {
	display: flex;
	margin-left: 0.5%;
	width: 49.5%;
}
.fixed-bottom-sp ul li:first-child {
	margin: 0 0.5% 0 0;
}
.fixed-bottom-sp ul li a {
	display: flex;
	background: #403B3B;
	background: rgba(64, 59, 59, 0.9);
	text-align: center;
	padding: 10px 0;
	width: 100%;
	color: #ffffff;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1;
}
.fixed-bottom-sp ul li a .text-01 {
	display: block;
	margin-bottom: 3px;
	font-size: 11px;
}
.fixed-bottom-sp ul li a .text-02 {
	padding-left: 20px;
	background-image: url(../images/0-icon-tel.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	font-size: 18px;
}
.link-point {
	margin-top: -120px;
	padding-top: 120px;
}
.link-point-02 {
	margin-top: -250px;
	padding-top: 250px;
}
.effect {
	position: relative;
  transition: 1s;
	opacity: 0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

body.no-scroll .effect  {
	opacity: 1 !important;
	top: 0 !important;
}

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

</pre></body></html>