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

* common.css

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

body {
	font-family: 'Montserrat','Noto Sans JP','メイリオ','Meiryo','ＭＳ Ｐゴシック';
	font-size: 13px;
	line-height: 2;
	color: #202739;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	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: 750px;
	min-width: 750px;
}
.global-inner-03 {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 800px;
	min-width: 800px;
}

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


/*===================================================================
  global-header
===================================================================*/
#global-header {
	position: fixed;
	display: flex;
	width: 100%;
	min-width: 1000px;
	top: 0;
	left: 0;
	background: #ffffff;
	z-index: 210;
}
#global-header.global-header-top-fixed {
	top: -100%;
  transition: all 300ms 0s ease;
}
.top-scroll #global-header.global-header-top-fixed {
	top: 0;
}
#global-header .logo {
	display: flex;
	padding: 0 2% 0 3%;
	width: 120px;
	justify-content: center;
  align-items: center;
}
#global-header .header-center {
	flex: 1;
	margin: 0 3%;
	font-size: 12px;
}
#global-header .header-center .header-center-top {
	display: flex;
	padding: 10px 0 0;
	width: 100%;
}
#global-header .header-center .header-center-top .text {
	flex: 1;
	font-size: 10px;
}
#global-header .header-center .header-center-top .language {
	text-align: right;
	width: 100px;
	font-size: 12px;
}
#global-header .header-center .header-center-top .language ul li {
	display: inline-block;
	font-weight: bold;
}
#global-header .header-center .header-center-top .language ul li.jp {
	color: #5EB2AF;
}
#global-header .header-center .header-center-top .language ul li.jp::after {
	content: "/";
	padding-left: 4px;
	color: #8D98A3;
}
#global-header .header-center .nav-pc {
	display: flex;
	width: 100%;
}
#global-header .header-center .nav-pc > ul {
	display: flex;
	width: 100%;
}
#global-header .header-center .nav-pc > ul > li {
	display: inline-block;
	text-align: center;
	line-height: 1;
	flex: 1;
}
#global-header .header-center .nav-pc > ul > li > a {
	display: block;
	position: relative;
	padding: 20px 3px;
	font-weight: bold;
	opacity: 1;
}
#global-header .header-center .nav-pc > ul > li > a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	height: 25px;
	width: 1px;
	background: #E5E7EB;
}
#global-header .header-center .nav-pc > ul > li:last-child > a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	height: 30px;
	width: 1px;
	background: #E5E7EB;
}
#global-header .header-center .nav-pc > ul > li > a .text {
	display: inline-block;
	position: relative;
	font-size: 12px;
}
#global-header .header-center .nav-pc > ul > li > a .text::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #75B0AE;
	opacity: 0;
  transition: all 300ms 0s ease;
}
#global-header .header-center .nav-pc > ul > li > a:hover .text::before {
	opacity: 1;
}
#global-header .header-center .nav-pc > ul > li > a .text span {
	display: block;
	margin-bottom: 5px;
	font-size: 8px;
}
dl.nav-pc-child {
	display: none;
	position: absolute;
	left: 0;
	width: 100vw;
	font-size: 12px;
  transition: all 300ms 0s ease;;
}
dl.nav-pc-child.open {
	display: flex;
}
dl.nav-pc-child a {
	color: #202739 !important;
}
dl.nav-pc-child > dt {
	display: flex;
	width: 18%;
	background: #E4E7EC;
}
dl.nav-pc-child > dt a {
	display: flex;
	justify-content: center;
  align-items: center;
	width: 100%;
	min-height: 100px;
}
dl.nav-pc-child > dd {
	display: flex;
	flex: 1;
}
dl.nav-pc-child > dd > ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
dl.nav-pc-child > dd > ul > li {
	display: flex;
	position: relative;
	width: 16.66%;
	background: #ffffff;
}
dl.nav-pc-child > dd > ul > li::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #E5E7EB;
	width: 1px;
	height: 100%;
}
dl.nav-pc-child > dd > ul > li:nth-child(n+7)::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #E5E7EB;
	width: 100%;
	height: 1px;
}
dl.nav-pc-child > dd > ul > li > a {
	display: flex;
	width: 100%;
	min-height: 100px;
	justify-content: center;
  align-items: center;
}
dl.nav-pc-child > dd > ul > li > a > span {
	padding-top: 40px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 26px auto;
}
dl.nav-pc-child-02 > dd > ul > li.nav-pc-child-dd-01 a span {
	background-image: url(../images/0-header-nav-icon-01.png);
}
dl.nav-pc-child-02 > dd > ul > li.nav-pc-child-dd-02 a span {
	background-image: url(../images/0-header-nav-icon-02.png);
}
dl.nav-pc-child-02 > dd > ul > li.nav-pc-child-dd-03 a span {
	background-image: url(../images/0-header-nav-icon-03.png);
}
dl.nav-pc-child-02 > dd > ul > li.nav-pc-child-dd-04 a span {
	background-image: url(../images/0-header-nav-icon-04.png);
}
dl.nav-pc-child-02 > dd > ul > li.nav-pc-child-dd-05 a span {
	background-image: url(../images/0-header-nav-icon-05.png);
}
dl.nav-pc-child-02 > dd > ul > li.nav-pc-child-dd-06 a span {
	background-image: url(../images/0-header-nav-icon-06.png);
}
dl.nav-pc-child > dd > ul > li dl {
	margin: 20px 10%;
	text-align: left;
}
dl.nav-pc-child > dd > ul > li dl dt {
	margin-bottom: 10px;
}
dl.nav-pc-child > dd > ul > li dl dt a {
	font-size: 10px;
	color: #8D98A3 !important;
}
dl.nav-pc-child > dd > ul > li dl dd ul li {
	margin-top: 8px;
}
dl.nav-pc-child > dd > ul > li dl dd ul li a {
	display: inline-block;
	position: relative;
	padding-left: 10px;
}
dl.nav-pc-child > dd > ul > li dl dd ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 5px;
	height: 1px;
	background: #000000;
}
#global-header .header-right {
	display: flex;
	width: 205px;
}
#global-header .header-right .btn-list {
	display: flex;
	width: 100%;
}
#global-header .header-right .btn-list li {
	display: flex;
	flex: 1;
	background: #22445A;
}
#global-header .header-right .btn-list li:first-child {
	background: #8D98A3;
}
#global-header .header-right .btn-list li a {
	display: flex;
	width: 100%;
	font-size: 10px;
	color: #ffffff;
	justify-content: center;
  align-items: center;
}
#global-header .header-right .btn-list li a span {
	padding-top: 35px;
	background-image: url(../images/0-icon-mail.png);
	background-size: 37px auto;
	background-position:  center top;
	background-repeat: no-repeat;
}
#global-header .header-right .btn-list li:first-child a span {
	background-image: url(../images/0-icon-book.png);
}


@media screen and (max-width:1100px) {
#global-header .header-center .nav-pc ul li a .text {
	font-size: 11px;
}
}

@media screen and (max-width:1000px) {
#global-header .header-center .nav-pc ul li a .text {
	font-size: 10px;
}
}


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

#global-header {
	height: 14vw;
	min-width: auto;
}	
#global-header .logo {
	padding: 0 5%;
	width: 20%;
}
#global-header .header-center {
	display: flex;
	margin: 0 7%;
}
#global-header .header-center .header-center-top {
	align-items: center;
}
#global-header .header-center .header-center-top .language {
	width: 100%;
	font-size: 10px;
}
#global-header .header-right {
	margin-right: 5%;
	width: 8%;
	justify-content: center;
	align-items: center;
}
#global-header .header-right .menu-btn .menu-btn-close {
	display: none;
}
#global-header .language {
	padding-left: 5%;
	background-position: left center;
	background-size: 12px auto;
	font-size: 3.4vw;
}
#global-nav-sp {
	overflow: auto;
	top: 14vw;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000;
	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 {
	padding: 30px 7% 30vw;
	color: #ffffff;
}
#global-nav-sp .global-nav-main a {
	color: #ffffff;
}
#global-nav-sp .global-nav-main .searchform {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	height: 40px;
	border-radius: 100px;
	background-color: #474C52;
	text-align: left;
}
#global-nav-sp .global-nav-main .searchform input {
	width: 85%;
	height: 40px;
	padding: 0 0 0 5%;
	background-color: inherit;
	color: #8D98A3;
	border: none;
	border-radius: 100px;
	line-height: normal;
	font-size: 12px;
}
#global-nav-sp .global-nav-main .searchform button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 25px;
	height: ３０px;
	margin: auto 0;
	border: none;
	background: none;
	cursor: pointer;
}	
#global-nav-sp .global-nav-main .global-nav-list {
	margin-bottom: 30px;
}
#global-nav-sp .global-nav-main .global-nav-list nav dl {
	border-bottom: solid 1px #8D98A3;
}
#global-nav-sp .global-nav-main .global-nav-list nav dl dt {
	position: relative;
	border-top: solid 1px #8D98A3;
	padding: 15px 40px 15px 0;
	font-weight: bold;
}
#global-nav-sp .global-nav-main .global-nav-list nav dl dt::before {
	content: "";
}
#global-nav-sp .global-nav-main .global-nav-list nav dl dt::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 6%;
	width: 6px;
	height: 6px;
	margin: auto 0;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#global-nav-sp .global-nav-main .global-nav-list nav dl dt.open::after {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
#global-nav-sp .global-nav-main .global-nav-list nav dl dt .text-01 {
	margin-right: 5px;
	font-size: 14px;
}
#global-nav-sp .global-nav-main .global-nav-list nav dl dt .text-02 {
	display: inline-block;
	font-size: 10px;
	color: #8D98A3;
}
#global-nav-sp .global-nav-main .global-nav-list nav dl dt .text-02::before {
	content: "/";
	padding-right: 3px;
}
#global-nav-sp .global-nav-main .global-nav-list nav dl dd {
	display: none;
	margin: 0 15px;
	padding-bottom: 20px;
}
#global-nav-sp .global-nav-main .global-nav-list nav dl dd p {
	margin-bottom: 10px;
	font-weight: bold;
}
#global-nav-sp .global-nav-main .global-nav-list nav dl dd ul li {
	margin-bottom: 10px;
	font-size: 12px;
}
#global-nav-sp .global-nav-main .global-nav-list nav dl dd ul li a {
	position: relative;
	padding-left: 13px;
	color: #8D98A3;
}
#global-nav-sp .global-nav-main .global-nav-list nav dl dd ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 5px;
	height: 1px;
	background: #8D98A3;
}
#global-nav-sp .global-nav-main .btn-list li {
	margin-bottom: 10px;
	background: #474C52;
}
#global-nav-sp .global-nav-main .btn-list li:first-child {
	background: #22445A;
}
#global-nav-sp .global-nav-main .btn-list li a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
#global-nav-sp .global-nav-main .btn-list li a span {
	display: inline-block;
	padding: 15px 0 15px 45px;
	background-image: url(../images/0-icon-book.png);
	background-size: 28px auto;
	background-position:  left center;
	background-repeat: no-repeat;
}
#global-nav-sp .global-nav-main .btn-list li:first-child a span {
	background-image: url(../images/0-icon-mail.png);
	background-size: 32px auto;
}

}


/*===================================================================
  global-header-02
===================================================================*/

#global-header-02 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	width: 100%;
	color: #ffffff;
	z-index: 100;
}
#global-header-02 a{
	color: #ffffff;
}
#global-header-02 .global-header-02-top {
	display: flex;
}
#global-header-02 .global-header-02-top .logo {
	display: flex;
	padding: 20px 3%;
	width: 120px;
	justify-content: center;
	align-items: center;
}
#global-header-02 .global-header-02-top .header-center {
	display: flex;
	flex: 1;
	margin-right: 3%;
	padding: 15px 0px;
	align-items: flex-end;
}
#global-header-02 .global-header-02-top .header-center .text {
	flex: 1;
	font-size: 12px;
}
#global-header-02 .global-header-02-top .header-center .language {
	text-align: right;
	width: 100px;
	font-size: 12px;
}
#global-header-02 .global-header-02-top .header-center .language ul li {
	display: inline-block;
	font-weight: bold;
}
#global-header-02 .global-header-02-top .header-center .language ul li.jp {
	color: #5EB2AF;
}
#global-header-02 .global-header-02-top .header-center .language ul li.jp::after {
	content: "/";
	padding-left: 4px;
	color: #8D98A3;
}
#global-header-02 .global-header-02-top .header-center .searchform {
	display: flex;
	align-items: center;
	position: relative;
	width: 170px;
	height: 30px;
	border: none;
	border-radius: 100px;
	background-color: #474C52;
}
#global-header-02 .global-header-02-top .header-center .searchform input {
	width: 89%;
	height: 30px;
	background: rgba(0, 0, 0, 0);
	font-size: 12px;
	text-indent: 0.9em;
	border: none;
	border-radius: 0px;
	color: #ffffff;
	line-height: normal;
}
#global-header-02 .global-header-02-top .header-center .searchform input::placeholder {
	color: #8D98A3;
}
#global-header-02 .global-header-02-top .header-center .searchform button {
	width: 28px;
	height: 30px;
	border: none;
	border-radius: 100px;
	background: inherit;
	cursor: pointer;
}
#global-header-02 .btn {
	display: flex;
	width: 105px;
}
#global-header-02 .global-header-02-bottom {
	display: flex;
	background: #1A1A1A;
}
#global-header-02 .global-header-02-bottom .nav-pc {
	display: flex;
	flex: 1;
	margin: 0 3%;
	width: 100%;
}
#global-header-02 .global-header-02-bottom .nav-pc > ul {
	display: flex;
	width: 100%;
}
#global-header-02 .global-header-02-bottom .nav-pc > ul > li {
	display: inline-block;
	text-align: center;
	line-height: 1;
	flex: 1;
}
#global-header-02 .global-header-02-bottom .nav-pc > ul > li > a {
	display: block;
	position: relative;
	padding: 0 3px;
	padding: 25px 0;
	font-weight: bold;
	opacity: 1;
}
#global-header-02 .global-header-02-bottom .nav-pc > ul > li > a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	height: 30px;
	width: 1px;
	background: #444444;
}
#global-header-02 .global-header-02-bottom .nav-pc > ul > li:last-child > a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	height: 30px;
	width: 1px;
	background: #444444;
}
#global-header-02 .global-header-02-bottom .nav-pc > ul > li > a .text {
	display: inline-block;
	position: relative;
	font-size: 12px;
}
#global-header-02 .global-header-02-bottom .nav-pc > ul > li > a .text::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #75B0AE;
	opacity: 0;
  transition: all 300ms 0s ease;
}
#global-header-02 .global-header-02-bottom .nav-pc > ul > li > a:hover .text::before {
	opacity: 1;
}
#global-header-02 .global-header-02-bottom .nav-pc > ul > li > a .text span {
	display: block;
	margin-bottom: 5px;
	font-size: 8px;
}
#global-header-02 .global-header-02-top .btn {
	background: #22445A;
}
#global-header-02 .global-header-02-bottom .btn {
	background: #474C52;
}
#global-header-02 .btn a {
	display: flex;
	width: 100%;
	font-size: 10px;
	color: #ffffff;
	justify-content: center;
  align-items: center;
}
#global-header-02 .btn a span {
	padding-top: 35px;
	background-size: 37px auto;
	background-position:  center top;
	background-repeat: no-repeat;
}
#global-header-02 .global-header-02-top .btn a span {
	background-image: url(../images/0-icon-mail.png);
}
#global-header-02 .global-header-02-bottom .btn a span {
	background-image: url(../images/0-icon-book.png);
}


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

#global-header-02 {
	min-width: auto;
}	
#global-header-02 .global-header-02-top {
	display: flex;
	height: 14vw;
}
#global-header-02 .global-header-02-top .logo {
	padding: 0 5%;
	width: 20%;
}
#global-header-02 .menu-btn {
	display: flex;
	margin-right: 5%;
	width: 8%;
	justify-content: center;
	align-items: center;
}
#global-header-02 .menu-btn .menu-btn-close {
	display: none;
}
#global-header-02 .global-header-02-top .header-center {
	margin: 0 7%;
	align-items: center;
	justify-content: right;
}
#global-header-02 .global-header-02-top .header-center .language {
	width: auto;
	font-size: 10px;
}

}


/*===================================================================
  contents
===================================================================*/
#contents {
	margin-top: 100px;
}
.body-top #contents {
	margin: 0;
}

@media screen and (max-width:640px) {
#contents {
	margin-top: 14vw;
}
}



/*===================================================================
  breadcrumb
===================================================================*/
.breadcrumb-area {
	padding: 150px 0 30px;
	font-size: 12px;
}
.breadcrumb-area .global-inner > span {
	position: relative;
	margin-left: 10px;
	padding-left: 20px;
}
.breadcrumb-area .global-inner > span:first-child {
	margin: 0;
	padding: 0;
}
.breadcrumb-area .global-inner > span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 10px;
	height: 1px;
	background: #5EB2AF;
}
.breadcrumb-area .global-inner > span:first-child::before {
	display: none;
}
.breadcrumb-area span {
	color: #8D98A3;
}
.breadcrumb-area a span {
	color: #202739;
}

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


/*===================================================================
  main
===================================================================*/
.entry-content {
}
.entry-content p {
	margin-bottom: 30px;
	line-height: 2;
}
.entry-content a {
	color: #5EB2AF;
	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 {
	position: relative;
	background: #202739;
	font-size: 10px;
	color: #ffffff;
}
#global-footer .pagetop {
	position: absolute;
	top: 50px;
	right: 3%;
	width: 15px;
}
#global-footer a {
	color: #ffffff;
}
#global-footer .global-footer-main {
	display: flex;
	padding: 40px 0;
}
#global-footer .global-footer-main .logo {
	margin-bottom: 50px;
	width: 180px;
}
#global-footer .global-footer-main .footer-nav {
}
#global-footer .global-footer-main .footer-nav .footer-nav-item {
	display: inline-block;
	margin-right: 1%;
	width: 14%;
	vertical-align: top;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item-01 {
}
#global-footer .global-footer-main .footer-nav .footer-nav-item-02 {
}
#global-footer .global-footer-main .footer-nav .footer-nav-item-03 {
	width: 25%;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item-04 {
	width: 11%;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item-05 {
	width: 11%;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item-06 {
}
#global-footer .global-footer-main .footer-nav .footer-nav-item .footer-nav-item-item {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item .footer-nav-item-item:last-child {
	margin-left: 5%;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item h3 {
	margin-bottom: 8px;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item h3 a {
	font-size: 13px;
	font-weight: bold;
	color: #5EB2AF;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item h4 {
	margin-bottom: 8px;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item h4 a {
	font-weight: bold;
	color: #5EB2AF;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item ul li {
	margin-bottom: 8px;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item ul li a {
	position: relative;
	display: inline-block;
	padding-left: 10px;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 5px;
	height: 1px;
	background: #ffffff;
}
#global-footer .global-footer-bottom {
	display: flex;
	padding: 15px 3%;
	border-top: solid 1px #8F98A2;
	flex-direction:row-reverse
}
#global-footer .global-footer-bottom .footer-nav-sub {
	flex: 1;
	text-align: right;
}
#global-footer .global-footer-bottom .footer-nav-sub li {
	display: inline-block;
	border-right: solid 1px #ffffff;
	line-height: 1;
}
#global-footer .global-footer-bottom .footer-nav-sub li:last-child {
	border: none;
}
#global-footer .global-footer-bottom .footer-nav-sub li a {
	padding: 0 15px;
}

#global-footer .global-footer-bottom .footer-nav-sub li:last-child a {
	padding-right: 0;
}
#global-footer .global-footer-bottom .copyright {
	width: 150px;
	font-size: 10px;
	color: #8D98A3;
}


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

#global-footer .global-footer-main .logo {
	margin-bottom: 40px;
	width: auto;
	text-align: center;
}
#global-footer .global-footer-main .logo img {
	width: 35%;
}
#global-footer .global-footer-main .footer-nav {
	text-align: center;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item {
	margin: 0 1% 10px;
	width: 33% !important;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item .footer-nav-item-item {
	display: none;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item-01,
#global-footer .global-footer-main .footer-nav .footer-nav-item-04 {
	text-align: right;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item-02,
#global-footer .global-footer-main .footer-nav .footer-nav-item-05 {
	width: 24% !important;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item-03,
#global-footer .global-footer-main .footer-nav .footer-nav-item-06 {
	text-align: left;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item h3 {
	margin: 0;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item h3 a {
	font-size: 11px;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item h4 {
	display: none;
}
#global-footer .global-footer-main .footer-nav .footer-nav-item ul {
	display: none;
}
#global-footer .global-footer-bottom {
	display: block;
	padding: 15px 3%;
}
#global-footer .global-footer-bottom .footer-nav-sub {
	margin-bottom: 20px;
	text-align: center;
}
#global-footer .global-footer-bottom .footer-nav-sub li {
}
#global-footer .global-footer-bottom .footer-nav-sub li:nth-child(3) {
	border: none;
}
#global-footer .global-footer-bottom .footer-nav-sub li:last-child {
	display: block;
	margin-top: 10px;
}
#global-footer .global-footer-bottom .copyright {
	width: auto;
	text-align: center;
}

}


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

other

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

.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;
}
}

