body {
	font-family: 'Hiragino Mincho Pro', 游明朝, 'Yu Mincho', 'YuMincho', 'HGS明朝E', serif;
	font-weight: normal;
	overflow-x: hidden;
}
h1 {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Arial', sans-serif;
}
h2, p, h3 {
	margin: 0px;
}
/* ----------------------------------------
TOP用ヘッダー
---------------------------------------- */
#t_h_wrap {
	width: 100%;
	padding: 40px 30px;
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	z-index: 20;
	position: relative;
}
.t_h_r {
	display: flex;
	align-items: center;
	gap: 0px 60px;
	min-width: 570px;
}
.t_h_r ul {
	display: flex;
	align-items: center;
	gap: 0px 60px;
}
.t_h_r ul li {
	list-style: none;
	position: relative;
}
.t_h_r ul li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: -30px;
}
.t_h_r ul li a {
	text-decoration: none;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #ffffff;
	position: relative;
}
.t_h_r a {
	display: block;
}
.t_h_r a img {
	display: block;
}
.t_h_r ul li a:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffffff;
	bottom: -3px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.2s;
}
.t_h_r ul li a:hover:after {
	transform: scale(1, 1);
}
.container {
	width: 100% !important;
}
/* ----------------------------------------
メイン部分
---------------------------------------- */
.t_main_w {
	height: 900px;
	overflow: hidden;
	position: relative;
	margin: 10px 0px 0px 0px;
}
.main_img {
	z-index: 10;
	opacity: 0;
	width: 100%;
	height: 900px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 40s 0s infinite;
	animation: anime 40s 0s infinite;
}
.main_img:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.main_img:nth-of-type(2) {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}
.main_img:nth-of-type(3) {
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
}
.main_img:nth-of-type(4) {
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
}
.main_img:nth-of-type(5) {
	-webkit-animation-delay: 32s;
	animation-delay: 32s;
}
@keyframes anime {
	0% {
		opacity: 0;
	}
	12% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		transform: scale(1.2);
		z-index: 9;
	}
	100% {
		opacity: 0
	}
}
@-webkit-keyframes anime {
	0% {
		opacity: 0;
	}
	12% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		transform: scale(1.2);
		z-index: 9;
	}
	100% {
		opacity: 0
	}
}
.t_main_in {
	position: relative;
	z-index: 10;
	max-width: 1400px;
	min-width: 1200px;
	margin: 325px auto 0px auto;
	padding: 0px 0px 0px 30px;
}
.t_main_text {
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 0.1em;
	color: #ffffff;
}
.t_main_in h2 {
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 0.25em;
	color: #ffffff;
	margin: 30px 0px 0px 0px;
	font-weight: normal;
}
/* ----------------------------------------
紹介部分
---------------------------------------- */
.t_intro_w {
	width: 1150px;
	margin: 180px auto 0px auto;
	text-align: center;
	position: relative;
}
.t_bg_eng {
	position: absolute;
	z-index: -1;
	font-size: 135px;
	line-height: 135px;
	letter-spacing: 0.03em;
	color: #f8f8f9;
}
.t_intro_w .t_bg_eng {
	top: -80px;
	text-align: center;
}
.t_info_text {
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 0.2em;
	color: #3c4652;
}
/* ----------------------------------------
使命と価値
---------------------------------------- */
.t_mission_w {
	width: 1100px;
	margin: 215px auto 0px auto;
	position: relative;
}
.t_mission_w .t_bg_eng {
	top: -115px;
	left: -20px;
	line-height: 130px;
}
.t_mission_w h2 {
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0.1em;
	color: #3c4652;
	font-weight: normal;
}
.t_mission_subtit {
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	letter-spacing: 0.1em;
	color: #3c4652;
}
.t_mission_cont {
	font-size: 22px;
	line-height: 40px;
	letter-spacing: 0.1em;
	color: #3c4652;
}
.t_mission_w ul {
	margin: 30px 0px 0px 0px;
}
.t_mission_w ul li:nth-child(2) {
	margin: 60px 0px 0px 0px;
}
/* ----------------------------------------
代表挨拶部分
---------------------------------------- */
.t_greet_w {
	width: 1100px;
	margin: 155px auto 0px auto;
	position: relative;
}
.t_greet_w .t_bg_eng {
	top: -70px;
	right: 0px;
}
.t_greet_t {
	display: flex;
	gap: 0px 45px;
	align-items: center;
}
.t_greet_r {
	width: 621px;
}
.t_greet_r h2 {
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 0.1em;
	color: #3c4652;
	font-weight: normal;
}
.t_greet_subtit {
	font-size: 30px;
	line-height: 60px;
	letter-spacing: 0.1em;
	color: #3c4652;
}
.default-view {
	width: 100%;
	height: 60%;
	background: linear-gradient(to top, #ffffff 30%, transparent 100%);
}
.t_greet_text {
	font-size: 18px;
	line-height: 35px;
	letter-spacing: 0.1em;
	color: #3c4652;
	margin: 10px 0px 0px 0px;
}
.t_greet_b {
	margin: 35px 0px 0px 0px;
}
.t_greet_b p {
	font-size: 18px;
	line-height: 35px;
	letter-spacing: 0.1em;
	color: #3c4652;
}
.t_greet_b .hidden-view {
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.t_greet_b .button::before {
	content: "MORE VIEW";
	width: 263px;
	background-color: #3c4652;
	border: 1px solid #3c4652;
	border-radius: 23px;
	line-height: 44px;
	color: #ffffff;
	display: block;
	text-align: center;
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	padding: 0px 0px 0px 20px;
	position: absolute;
	bottom: -29px;
	z-index: 10;
	left: 0px;
	right: 0px;
	margin: auto;
	transition: all 0.2s;
}
.t_greet_b .button:hover::before {
	background-color: #FFF;
	color: #3c4652;
}
.t_greet_b .button::after {
	position: absolute;
	content: "+";
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	font-size: 30px;
	left: 475px;
	bottom: -24px;
	color: #ffffff;
	z-index: 20;
	transition: all 0.2s;
}
.t_greet_b .button:hover::after {
	color: #3c4652;
}
.t_greet_b label {
	cursor: pointer;
}
input[type="checkbox"]#trigger {
	display: none;
}
input[type="checkbox"]#trigger:checked~.hidden-view {
	height: 1580px;
}
input[type="checkbox"]#trigger:checked~.button::before {
	content: "close";
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	position: absolute;
	bottom: -55px;
}
input[type="checkbox"]#trigger:checked~.button::after {
	left: 500px;
	bottom: -48px;
	content: "-";
}
.default-view {
	display: inline-block;
	position: relative;
	height: 100px;
	overflow: hidden;
}
.default-view:before {
	content: "";
	position: absolute;
	border-style: none;
	left: 0;
	bottom: -35px;
	z-index: 2;
	width: 100%;
	height: 100px;
	background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100px);
}
input[type="checkbox"]#trigger:checked~.default-view:before {
	display: none;
}
/* ----------------------------------------
事業紹介
---------------------------------------- */
.t_service_w {
	width: 100%;
	position: relative;
	padding: 0px 0px 200px 0px;
	margin: 265px 0px 0px 0px;
}
.t_service_w:before {
	position: absolute;
	content: "";
	top: 0px;
	right: 0px;
	width: calc(50% + 400px);
	height: 100%;
	background-color: #edf7fc;
	z-index: -1;
}
.t_service_in {
	padding: 230px 0px 0px 0px;
}
.t_service_box_con_w {
	position: relative;
	width: 100%;
}
.t_service_box_con_w:nth-of-type(1) .t_service_img {
	display: block;
	width: 563px;
	height: 461px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: calc(50% - 678px);
}
.t_service_box_con_w:nth-of-type(1) .t_service_img img {
	width: 100%;
	height: 461px !important;
	object-fit: cover;
	border-radius: 10px;
}
.t_service_box_con_w:nth-of-type(2) .t_service_img {
	display: block;
	width: 563px;
	height: 461px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: calc(50% - 683px);
}
.t_service_box_con_w:nth-of-type(2) .t_service_img img {
	width: 100%;
	height: 461px !important;
	object-fit: cover;
	border-radius: 10px;
}
.t_service_box_con_in {
	width: 1200px;
	margin: 0 auto;
}
.t_service_box_con_in div {
	width: 650px;
}
.t_service_box_con_w:nth-of-type(1) .t_service_box_con_in div {
	margin: 0px 0px 0px 50px;
}
.t_service_box_con_w:nth-of-type(2) .t_service_box_con_in div {
	margin: 250px 0px 0px 560px;
}
.t_service_in h2 {
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 0.1em;
	color: #3c4652;
	text-align: center;
	font-weight: normal;
}
.t_service_in .t_bg_eng {
	top: 130px;
	left: 0px;
	right: 0px;
	margin: auto;
	color: #ffffff;
	text-align: center;
}
.t_service_box {
	margin: 130px 0px 0px 0px;
}
.t_service_box_con_in p {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #3d5f89;
}
.t_service_box_con_in h3 {
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 0.15em;
	color: #3c4652;
	font-weight: normal;
}
.t_service_box_con_in ul {
	margin: 20px 0px 0px 0px;
}
.t_service_box_con_in ul li {
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0.1em;
	color: #3c4652;
	position: relative;
	margin: 0px 0px 0px 30px;
}
.t_service_box_con_in ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: -20px;
	width: 4px;
	height: 4px;
	background-color: #2d404f;
	border-radius: 50%;
}
/* ----------------------------------------
インスタ
---------------------------------------- */
.t_info_w {
	width: 1100px;
	margin: 160px auto 0px auto;
}
.t_info_tit {
	display: flex;
	align-items: center;
	gap: 0px 10px;
}
.t_info_tit h2 {
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 0.1em;
	color: #3c4652;
	font-weight: normal;
}
.t_info_w ul {
	margin: 20px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0px 13.75px;
}
.t_info_w ul li {
	width: 209px;
	height: 270px;
	position: relative;
}
.t_info_w ul li div {
	width: 100%;
	height: 209px;
	overflow: hidden;
}
.insta_pho {
	display: block;
	transition: all 0.2s;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 220px 0 0 0;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.insta_pho:hover {
	opacity: 0.6;
}
.t_info_w ul li p {
	font-size: 15px;
	color: #111111;
	line-height: 24px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.t_info_w ul li p span {
	overflow: hidden;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.t_info_w ul li iframe {
	width: 209px !important;
	min-width: 200px !important;
	margin-top: -57px !important;
}
.t_more_btn {
	width: 263px;
	line-height: 46px;
	margin: 60px auto 0px auto;
	border: 1px solid #3c4652;
	border-radius: 23px;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.15em;
	color: #3c4652;
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	box-sizing: border-box;
	padding: 0px 0px 0px 20px;
	position: relative;
	transition: all 0.2s;
}
.t_more_btn:hover {
	background-color: #3c4652;
	border: 1px solid #3c4652;
	color: #ffffff;
}
.t_more_btn:before {
	position: absolute;
	content: "+";
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	font-size: 30px;
	left: 55px;
	bottom: 0px;
	top: 0px;
	margin: auto;
	color: #3c4652;
	z-index: 20;
	transition: all 0.2s;
}
.t_more_btn:hover:before {
	color: #ffffff;
}
.t_info_w .t_more_btn {
	margin: 85px auto 0px auto;
}
/* ----------------------------------------
できること
---------------------------------------- */
.t_question_w {
	width: 1100px;
	margin: 235px auto 0px auto;
	position: relative;
}
.t_question_w h2 {
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 0.1em;
	color: #3c4652;
	font-weight: normal;
	margin: 0px 0px 0px 560px;
}
.t_question_w .t_bg_eng {
	top: -70px;
	right: 70px;
}
.t_question_w dl {
	margin: 95px 0px 0px 0px;
}
.t_question_w dt {
	padding: 34px 0px 34px 50px;
}
.t_question_w dl div:nth-of-type(1) dt {
	border-top: 1px solid #3c4652;
}
.t_question_box_side {
	display: flex;
	gap: 0px 25px;
}
#accordion .t_question_box dd div {
	display: flex;
	gap: 0px 25px;
}
.t_question_box_icon_q {
	font-size: 27px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #b9e3f9;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.t_question_box_tit, .t_question_box_text {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.t_question_box_icon_a {
	font-size: 27px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #b9e3f9;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/* ----------------------------------------
動画
---------------------------------------- */
#t_movie {
	width: 90%;
	min-width: 1240px;
	margin: 100px auto 0 auto;
	padding: 55px 0 35px 0;
	background: #edf7fc;
	position: relative;
}
#t_movie:after {
	content: "MOVIE";
	font-size: 135px;
	line-height: 135px;
	color: #FFF;
	letter-spacing: 0.03em;
	position: absolute;
	top: 40px;
	right: 40px;
}
#t_movie div {
	width: 1160px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#t_movie h2 {
	margin: 0 0 30px 0;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 0.1em;
	color: #3c4652;
	font-weight: normal;
}
#t_movie ul {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
	padding: 30px;
	background: #FFF;
	border-radius: 10px;
}
#t_movie ul li {
	width: 355px;
	height: 240px;
}
#t_movie ul li iframe {
	width: 100%;
	height: 100%;
}
#t_movie a {
	width: 263px;
	margin: 0 auto;
	line-height: 46px;
	border: 1px solid #3c4652;
	border-radius: 23px;
	background: #FFF;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.15em;
	color: #3c4652;
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	position: relative;
	transition: all 0.2s;
}
#t_movie a:hover {
	background-color: #3c4652;
	border: 1px solid #3c4652;
	color: #ffffff;
}
#t_movie a:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin: auto;
	background: url(/img/top/youtube_ar.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
}
#t_movie a:hover:after {
	background: url(/img/top/youtube_ar_h.png);
	background-repeat: no-repeat;
	background-size: cover;
}
/* ----------------------------------------
Q＆A部分
---------------------------------------- */
#accordion .t_question_box {
	display: block;
	overflow: hidden;
	cursor: pointer;
	filter: drop-shadow(0px 0px 5px #0001);
	border-bottom: 1px solid #3c4652;
}
.question {
	display: block;
	overflow: hidden;
}
.t_question_w .accordionlist dt:first-child, .t_question_w .accordionlist dt:nth-child(2) {
	border-top: none !important;
}
#accordion .t_question_box dd {
	position: relative;
	display: none;
	margin: 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
	padding: 34px 0px 34px 50px;
}
.t_question_w .accordionbox .question.active {
	border-bottom: none;
}
.t_question_w .accordion_icon,
.t_question_w .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.t_question_w .accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 50px;
	margin-top: -45px;
}
.t_question_w .accordion_icon span {
	position: absolute;
	left: 0px;
	width: 70%;
	height: 2px;
	background-color: #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.t_question_w .accordion_icon span:nth-of-type(1) {
	top: 34px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.t_question_w .accordion_icon span:nth-of-type(2) {
	top: 34px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.t_question_w .accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.t_question_w .accordion_icon.active span:nth-of-type(2) {
	top: 34px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
/* ----------------------------------------
会社概要
---------------------------------------- */
.com_bg_pho {
	margin: 130px 0px 0px 0px;
}
.t_com_w {
	margin: 160px 0px 140px 0px;
	position: relative;
}
.t_com_w h2 {
	text-align: center;
	font-size: 35px;
	line-height: 60px;
	letter-spacing: 0.1em;
	color: #3c4652;
	font-weight: normal;
}
.t_com_w .t_bg_eng {
	top: -75px;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
}
.t_com_box {
	width: 1100px;
	margin: 0 auto;
}
.t_com_box table {
	border-top: 1px dotted #bdbdbd;
	border-collapse: collapse;
	width: 100%;
	margin: 60px 0px 0px 0px;
}
.t_com_box tbody {
	vertical-align: top;
}
.t_com_box th,
.t_com_box td {
	border-bottom: 1px dotted #bdbdbd;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #3c4652;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}
.t_com_box td a {
	text-decoration: none;
	color: #3c4652;
}
.t_com_box th {
	padding: 30px 0px 30px 80px;
	width: 100px;
	text-align: left;
}
.t_com_box td {
	padding: 30px 0px 30px 160px;
}
.t_com_w img {
	margin: 280px 0px 0px 0px;
}
.t_com_text {
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #000000;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-align: center;
	margin: 100px 0px 0px 0px;
}
.t_com_w .t_more_btn {
	margin: 40px auto 0px auto;
}
/* ----------------------------------------
コラム表示
---------------------------------------- */
.column_w {
	margin-top: 100px;
	background-color: #e3ddc6;
}
.column_tl {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.column_w iframe {
	width: 1100px;
	height: 440px;
}
.column_in {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0px 52px 0px;
}
.column_lis {
	background-color: #FFF;
	display: block;
	color: #666;
	text-decoration: none;
	width: 552px;
	margin: 0 auto 55px auto;
	border-radius: 60px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0px;
	letter-spacing: 5px;
	transition: 0.2s;
}
.column_lis:hover {
	background-color: #535353;
	color: #FFF;
}
.tag_white_box {
	background-color: #ffffff;
	border-radius: 5px;
	padding: 30px;
	box-sizing: border-box;
}
.colu_tag_list {
	border-bottom: 1px solid #cabc91;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.colu_tag_list p {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #666;
}
.tag_white_box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 6px;
}
.tag_white_box ul li a {
	display: inline-block;
	background: #f6f6f6;
	color: #000;
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px;
	padding: 8px 15px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2px;
	transition: all 0.2s;
}
.tag_white_box ul li a:hover {
	background: #535353;
	color: #FFF;
}
.js-animation {
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: all 1s;
}
.js-animation.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.fadein_l.fade_in_l, .fadein_r.fade_in_r {
	opacity: 1;
	transform: translate(0px, 0);
}
.fadein_l {
	opacity: 0;
	transition: 3s;
	transform: translate(-50px, 0);
}
.fadein_r {
	opacity: 0;
	transition: 3s;
	transform: translate(50px, 0);
}
.com_map {
	margin: 280px 0px 0px 0px;
}
#map {
	width: 100%;
	height: 400px;
	background-color: grey;
}
#jsp {
	width: 100%;
	height: 18px;
	font-size: 12px;
	text-align: right;
}
#jsp a {
	color: #000;
	text-decoration: none;
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
}