@charset "UTF-8";



.l-container {
	min-width: 1140px;
}

.l-inner {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.g_container {
	width: 100%;
}



.c-bread {
	font-size: 0.8rem;
}

.c-bread__list {
	word-break: break-all;
}

.c-bread__list > li {
	display: inline;
	margin-right: 0.2em;
}

.c-bread__list > li span {
	color: #999999;
}

.c-bread__list > li + li:before {
	content: "\FF1E";
	color: #999999; /*	content: ">";*/
}

.c-bread .l-inner {
	margin-top: 80px;
	padding-top: 10px;
	padding-bottom: 0;
	position: relative;
}

.c-bread .l-inner::before {
	content: "";
	position: absolute;
	top: 0%;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 1px;
	border-top: #F4F4F4 1px solid;
}

.bg01 {
	background-color: rgba(188, 164, 117, 0.1);
}

.bg02 {
	background-color: #FFF3DD;
}

.bg03 {
	background-color: #000;
}

.section_title {
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 50px;
	font-size: 110px;
	font-family: "Cinzel", serif;
	font-weight: 400;
}

.h3_title {
	font-size: 25px;
	font-family: "Cinzel", serif;
	font-weight: 400;
}

[data-js-tel] a {
	color: inherit;
	text-decoration: underline;
}

/*アニメーション*/

.sa {
	opacity: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.sa--lr {
	-webkit-transform: translate(-80px, 0);
	-ms-transform: translate(-80px, 0);
	transform: translate(-80px, 0);
}

.sa--up {
	-webkit-transform: translate(0, 80px);
	-ms-transform: translate(0, 80px);
	transform: translate(0, 80px);
}

.sa--down {
	-webkit-transform: translate(0, -80px);
	-ms-transform: translate(0, -80px);
	transform: translate(0, -80px);
}

.sa.show {
	opacity: 1;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sa.show.sa--up {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.sa.show.sa--lr {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.sa.show.sa--down {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.mw_wp_form.mw_wp_form_confirm .mw_confirm-hidden {
	display: none;
}

.mw_wp_form:not(.mw_wp_form_confirm) .mw_confirm-show {
	display: none;
}



/* pagenavi */

.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 80px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	background: transparent;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	z-index: 5;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.wp-pagenavi span.current {
	font-weight: normal;
	background: #EBDBF4;
	border-radius: 50%;
}

.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}



/*single markup style*/

.post_text {
	overflow: hidden;
}

.post_text p {
	margin-bottom: 25px;
	line-height: 1.6;
}

.post_text img {
	max-width: 100%;
	height: auto;
}

.post_text img.alignright {
	float: right;
	margin: 0 0 15px 15px;
	display: block;
}

.post_text img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
	display: block;
}

.post_text img.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

.post_text h1 {
	font-size: 36px;
	border-bottom: 6px solid;
	margin: 0 0 35px;
}

.post_text h2 {
	font-size: 32px;
	border-bottom: 5px solid;
	margin: 0 0 35px;
}

.post_text h3 {
	font-size: 28px;
	border-bottom: 4px solid;
	margin: 0 0 35px;
}

.post_text h4 {
	font-size: 24px;
	border-bottom: 3px solid;
	margin: 0 0 35px;
}

.post_text h5 {
	font-size: 20px;
	border-bottom: 2px solid;
	margin: 0 0 35px;
}

.post_text h6 {
	font-size: 16px;
	border-bottom: 1px solid;
	margin: 0 0 35px;
}

.post_text td {
	padding: 10px;
	border: 1px solid;
}

.post_text table {
	margin-bottom: 25px;
}

.post_text ul,
.post_text ol {
	padding-left: 1.3em;
	margin-bottom: 25px;
}

.post_text li {
	list-style-type: inherit;
}

.post_text ul li {
	margin-bottom: 10px;
	line-height: 1.4;
}

.post_text ol li {
	margin-bottom: 10px;
	line-height: 1.4;
}

.post_text a {
	text-decoration: underline;
	color: #999;
}

a,
button {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:hover,
button:hover {
	text-decoration: none;
	opacity: 0.6;
}

/*全画面*/

.g-wrapper {
	overflow: hidden;
}

.anim_line {
	position: relative;
	z-index: 1;
	margin: 20px 0 40px -120px;
	width: 1300px;
	height: 1px;
}

.anim_line::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: rgba(0, 0, 0, 0.4);
	z-index: -1;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.anim_line.isActive::after {
	width: 100%;
}

/*ヘッダー*/

.g-header {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 100;
	background-color: transparent;
	pointer-events: none; /* button */
}

.g-header.active .global_navi {
	left: 0px;
}

.g-header.active .menu_trigger span {
	background-color: #999 !important;
}

.g-header .l-inner {
	width: 100%;
	min-width: 1140px;
	max-width: 1140px;
	height: inherit;
	padding: 60px 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.g-header .l-inner a {
	color: #fff;
}

.g-header button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.g-header .menu_btn {
	display: block;
	width: 30px;
	height: 30px;
	z-index: 110;
	text-align: center;
	cursor: pointer;
	position: relative;
	pointer-events: auto;
}

.g-header .menu_btn .menu_txt {
	display: none;
}

.g-header .menu_trigger,
.g-header .menu_trigger span {
	display: inline-block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.g-header .menu_trigger {
	position: relative;
	width: 30px;
	height: 15px;
	top: 0;
}

.g-header .menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #999;
}

.g-header .menu_trigger span:nth-of-type(1) {
	top: 0;
}

.g-header .menu_trigger span:nth-of-type(2) {
	bottom: 0;
}

.g-header.active .menu_btn .menu_trigger span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	-ms-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.g-header.active .menu_btn .menu_trigger span:nth-of-type(2) {
	-webkit-transform: translateY(-3px) rotate(45deg);
	-ms-transform: translateY(-3px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg);
}

.logo {
	font-size: 26px;
	font-family: "Cinzel", serif;
	pointer-events: auto;
	color: #fff;
}

/*global_navi*/

.global_navi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 100;
	top: 0;
	right: 0;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-align: left;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: auto;
}

.global_navi li {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.global_navi li a {
	display: block;
	width: auto;
	height: 100%;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 2;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 300;
}

/*ヘッダーSP*/

/*ナビSP*/

/*フッター*/

.g-footer {
	font-size: 1rem;
	color: #000;
	position: relative;
	z-index: 1;
}

.g-footer .l-inner {
	border-top: rgba(0, 0, 0, 0.4) solid 1px;
	padding-top: 35px;
	padding-bottom: 60px;
	text-align: center;
	max-width: 1300px;
}

.g-footer .copy {
	font-size: 10px;
	font-family: "Cinzel", serif;
}

/*footer_sp*/

/*メイン*/

.g-main {
	display: block;
}

.g-main:after {
	content: " ";
	display: block;
	clear: both;
}

/*----------------------------------------

index

-----------------------------------------*/

/*mv*/

.mv {
	width: 100%;
	height: 978px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /*キャッチコピー*/
}

.mv_inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.mv_panel_container {
	height: auto;
	position: absolute;
	z-index: 2;
	bottom: 10%;
	left: 37%;
	display: block;
	color: #fff;
	text-align: left;
}

.mv_panel_cap {
	font-size: 110px;
	letter-spacing: 0;
	font-family: "Cinzel", serif;
	font-weight: 400;
	line-height: 0.9;
	overflow: hidden;
}

.mv_panel_cap span {
	display: block;
	-webkit-animation-name: fadeUpAnime;
	animation-name: fadeUpAnime;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
}

.mv .strong {
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	margin-left: -100px;
	float: left;
}

.mv .mini_cap {
	font-size: 12px;
	line-height: 1.3;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	float: left;
	margin-left: 95px;
	margin-top: 17px;
	position: absolute;
	right: 0;
}

.mv .cap_3 {
	margin-left: 59px;
	padding-top: 13px;
	clear: both;
}

.mv .mv_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.mv .mv_wrap .mv_image {
	width: 100%;
	height: 100%; /*スライド*/
}

.mv .mv_wrap .mv_image .bg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 978px;
	background: #000;
}

.mv .mv_wrap .mv_image .bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit:cover;";
}

.top_ido {
	background: #000;
	color: #fff;
}

.top_ido .l-inner {
	padding-top: 83px;
	padding-bottom: 104px;
}

.top_ido .section_title {
	font-size: 25px;
	margin-bottom: 26px;
}

.top_ido .anim_line {
	margin-bottom: 70px;
}

.top_ido .anim_line::after {
	background: #999;
}

.top_ido .ido_text {
	font-size: 14px;
	line-height: 1.3;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.top_ido .ido_text span {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	font-size: 24px;
	margin-bottom: 43px;
	line-height: 1.5;
	display: block;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.slider_up {
	margin-bottom: 20px;
}

.slider_up,
.slider_under {
	height: 80px;
}

.slider_up .slick-list,
.slider_up .slick-track,
.slider_under .slick-list,
.slider_under .slick-track {
	height: 100% !important;
}

.slider_up .slick-slide,
.slider_under .slick-slide {
	margin-left: 30px;
}

.slider_up img,
.slider_under img {
	width: auto;
	height: 100%;
}

.top_service .l-inner {
	padding-top: 93px;
	padding-bottom: 114px;
}

.top_service .section_title {
	color: #999;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 0;
	position: absolute;
	top: 30px;
	left: -160px;
}

.top_service .service_box {
	margin-bottom: 34px;
	font-weight: 400;
	line-height: 1.5;
}

.top_service .service_box:last-child {
	margin-bottom: 0;
}

.top_service .caption {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin: 0 auto 6px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.top_service h3 {
	font-size: 25px;
	font-family: "Cinzel", serif;
	margin-right: 5px;
}

.top_service p {
	font-size: 12px;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.top_service .explanation {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.top_about .l-inner {
	padding-top: 120px;
	padding-bottom: 140px;
}

.top_about .section_title {
	font-size: 25px;
	margin-bottom: 31px;
	text-align: left;
	margin-left: -18px;
}

.top_about h3 {
	margin-bottom: 40px;
	margin-top: 46px;
	font-size: 54px;
	font-family: "Cinzel", serif;
	font-weight: 400;
}

.top_about .about_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 77px;
}

.top_about .about_flex .image {
	width: 403px;
	height: 544px;
}

.top_about .about_flex .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.top_about .about_flex .text {
	font-size: 12px;
	font-weight: 400;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	text-align: left;
	width: 49.7%;
	line-height: 1.74;
	margin-top: -5px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.top_about .about_flex .text .en_text {
	display: block;
	margin-top: 40px;
	font-size: 13px;
	color: #999;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	line-height: 1.45;
}

.top_about .connect {
	overflow: hidden;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 55px auto 0;
	font-size: 14px;
	text-align: left;
	line-height: 1.6;
}

.top_about .connect dt {
	clear: both;
	float: left;
	display: block;
	width: 144px;
	font-size: 17px;
	font-family: "Cinzel", serif;
	font-weight: 400;
}

.top_about .connect dd {
	float: left;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.top_works {
	background: #000;
	color: #fff;
}

.top_works .l-inner {
	padding-top: 74px;
	padding-bottom: 106px;
	max-width: 1360px;
}

.top_works .section_title {
	margin-bottom: -78px;
}

.top_works .works_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.top_works .works_box {
	width: 416px;
	text-align: left;
}

.top_works .works_box .image {
	margin-bottom: 19px;
	display: block;
}

.top_works .works_box p {
	font-size: 14px;
	line-height: 1.3;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.top_contact .l-inner {
	padding-bottom: 140px;
}

.top_contact .section_title {
	line-height: 1.4;
	margin-bottom: 7px;
}

.top_contact .section_title span {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

.top_contact p {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

@media only screen and (min-width: 1400px) {

.mv {
	height: 978px;
}

}

@media (max-width: 1100px) {

.post_text img.alignright,
.post_text img,
.post_text img.alignleft {
	float: none;
	margin: 0 auto;
	display: block;
}

.post_text img.emoji {
	display: inline !important;
}

.post_text table {
	width: 100% !important;
}

}

@media (max-width: 768px) {

.l-container {
	min-width: 360px;
}

.l-inner {
	padding: 50px 20px;
	text-align: left;
}

.c-bread {
	display: none;
}

.section_title {
	margin-bottom: 40px;
	font-size: 67px;
	line-height: 1;
}

.wp-pagenavi {
	margin-top: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.padding_sp {
	padding: 0 20px;
}

.anim_line {
	margin: 20px 0;
	width: 100%;
}

.g-header.color_change .logo,
.g-header.color_change .menu_btn {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.g-header.color_change .logo {
	color: #000;
}

.g-header.color_change .menu_trigger span {
	background-color: #999;
}

.g-header {
	position: fixed;
}

.g-header .l-inner {
	min-width: auto;
	padding: 24px 20px 0;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.g-header .l-inner .logo {
	font-size: 19px;
	line-height: 1;
}

.g-header .menu_btn .menu_txt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #d71618;
}

.global_navi {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	padding: 70px 20px 0;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
	text-align: left;
}

.global_navi li {
	width: 100%;
}

.global_navi li:last-child {
	margin-bottom: 0;
}

.global_navi li a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
	font-size: 12px;
	line-height: 38px;
}

.g-footer .l-inner {
	border-top: none;
	padding-top: 0;
}

.g-footer .copy {
	border-top: rgba(0, 0, 0, 0.4) solid 1px;
	padding-top: 22px;
}

.mv {
	top: 0;
	width: 100%;
	height: 608px;
}

.mv_panel_container {
	right: 0;
	left: 20px;
	bottom: 3%;
}

.mv_panel_cap {
	font-size: 42px;
	margin-left: 40px;
}

.mv .strong {
	margin-left: 0;
	float: none;
	position: relative;
	top: 4px;
}

.mv .mini_cap {
	margin-left: 0px;
	float: none;
	font-size: 10px;
	position: relative;
}

.mv .cap_3 {
	margin-left: 65px;
}

.mv .mv_wrap .mv_image .bg {
	height: 608px;
}

.top_ido .l-inner {
	padding-top: 49px;
	padding-bottom: 42px;
}

.top_ido .section_title {
	font-size: 23px;
}

.top_ido .anim_line {
	margin-bottom: 20px;
}

.top_ido .ido_text {
	font-size: 14px;
	font-weight: 300;
}

.top_ido .ido_text span {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.64;
	margin-bottom: 13px;
}

.slider_up,
.slider_under {
	height: 37px;
}

.top_service .l-inner {
	padding-top: 87px;
	padding-bottom: 49px;
}

.top_service .section_title {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	color: #000;
	top: -8px;
	right: 20px;
	left: auto;
}

.top_service .service_box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: rgba(0, 0, 0, 0.4) solid 1px;
}

.top_service .service_box:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.top_service .caption {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto 10px 0;
}

.top_service h3 {
	margin-right: 0;
	line-height: 1.3;
}

.top_service p {
	font-size: 10px;
	margin-left: 9px;
}

.top_about .l-inner {
	padding-top: 52px;
	padding-bottom: 49px;
}

.top_about .section_title {
	margin-left: 0;
	text-align: center;
}

.top_about .anim_line {
	margin-bottom: 15px;
}

.top_about h3 {
	font-size: 32px;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 0;
}

.top_about .about_flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 63px;
}

.top_about .about_flex .image {
	width: 203px;
	height: auto;
	margin: 0 auto 45px;
}

.top_about .about_flex .text {
	width: 100%;
	line-height: 1.5;
}

.top_about .about_flex .text .en_text {
	font-size: 12px;
	margin-top: 25px;
}

.top_about .connect {
	margin: 30px auto 0 0;
	width: 100%;
}

.top_about .connect dt {
	float: none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 6px;
}

.top_about .connect dd {
	margin-bottom: 19px;
}

.top_about .connect dd:last-child {
	margin-bottom: 0;
}

.top_works .l-inner {
	padding-top: 35px;
	padding-bottom: 33px;
}

.top_works .section_title {
	margin-bottom: -29px;
}

.top_works .works_flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.top_works .works_box {
	width: 100%;
	margin-bottom: 30px;
}

.top_works .works_box:last-child {
	margin-bottom: 0;
}

.top_works .works_box .image {
	margin-bottom: 14px;
}

.top_works .works_box p {
	font-size: 12px;
}

.top_contact .l-inner {
	padding-top: 60px;
	padding-bottom: 94px;
}

.top_contact .section_title {
	text-align: left;
	white-space: nowrap;
	line-height: 1;
	margin-bottom: 0;
	margin-left: -4px;
}

.top_contact p {
	font-size: 13px;
	line-height: 1.6;
}

}

@media not all and (max-width: 768px) {

.sa--down--pc {
	-webkit-transform: translate(0, -80px);
	-ms-transform: translate(0, -80px);
	transform: translate(0, -80px);
}

.sa.show.sa--down--pc {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

}

@-webkit-keyframes fadeUpAnime {

from {
	opacity: 0;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes fadeUpAnime {

from {
	opacity: 0;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

