/*===================================
    COMMON
===================================*/

html, body {
    height: 100%;
}
body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
	color: #000;
	line-height: 2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

/*-----------------------------------
    tools
-----------------------------------*/

.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.mb90 { margin-bottom: 90px;}
.mb100 { margin-bottom: 100px;}
.mt5 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
.mt60 { margin-top: 60px;}
.mt70 { margin-top: 70px;}
.mt80 { margin-top: 80px;}
.mt90 { margin-top: 90px;}
.mt100 { margin-top: 100px;}
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
a {
    text-decoration: none;
	color: #000;
	transition: all 0.3s ease;
}
a:hover {
	color: #999;
}
a.underline {
    text-decoration: underline;
	padding-bottom: 10px;
	transition: all 0.3s ease;
}
a.underline:hover {
    text-decoration: none;
}
a.anchor{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
.list_disc {
    margin-left: 1.5em;
    padding: 0;
	list-style-type: disc;
}
.list_decimal {
    margin-left: 1.5em;
    padding: 0;
	list-style-type: decimal;
}
.br_pc_non {
	display: none;
}
.br_sp_non {
	display: block;
}
@media only screen and ( max-width : 736px ) {
.br_pc_non {
	display: block;
}
.br_sp_non {
	display: none;
}
}

/*-----------------------------------
    header
-----------------------------------*/

#hdr_logo {
    height: 90px;
}
#hdr_logo img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	top: 20px;
}
#hdr_icon {
    width: 17px;
	height: 76px;
	text-align: center;
	position: fixed;
	right: 35px;
	top: 0;
    bottom: 0;
    margin: auto;
	z-index: 10000;
}
#hdr_icon p {
    line-height: 0;
}
#hdr_icon p:nth-of-type(2) {
    margin: 15px 0;
}
#hdr_icon p img {
    transition: all 0.3s ease;
}
#hdr_icon p:hover img {
    opacity: 0.5;
}

@media only screen and ( max-width : 736px ) {
#hdr_logo {
    /*height: 45px;*/
	height: 80px
}
#hdr_logo img {
    width: 100px;
    position: absolute;
	top: 27px;
}
#hdr_icon {
    display: none;
}
}

/*-----------------------------------
    footer
-----------------------------------*/

footer {
    clear: both;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #000;
	padding: 50px 80px;
	box-sizing: border-box;
	overflow: hidden;
    zoom: 1;
}
#ftr_top {
    padding-bottom: 50px;
    border-bottom: 1px solid #303030;
	overflow: hidden;
    zoom: 1;
}
#ftr_contact {
    float: left;
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1em;
	position: relative;
	padding-top: 20px;
}
#ftr_contact::before {
    content: "";
	display: inline-block;
	width: 17px;
	height: 14px;
	background-image: url("../images/common/ftr_icon_mail@2x.gif");
	background-size: 17px 14px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
	vertical-align: middle;
}
#ftr_contact a {
    color: rgba(255, 255, 255, 1);
	transition: all 0.3s ease;
}
#ftr_contact a:hover {
    color: rgba(255, 255, 255, 0.7);
}
#ftr_address {
    float: right;
	text-align: right;
}
#ftr_btm {
    clear: both;
	padding-top: 50px;
	overflow: hidden;
    zoom: 1;
}
#ftr_btm_l {
    float: left;
}
#ftr_logo {
    line-height: 0;
	margin-bottom: 10px;
}
#ftr_copy {
    font-size: 11px;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#ftr_navi {
    float: right;
	width: calc(100% - 200px);
    text-align: right;
	padding-top: 10px;
}
#ftr_navi li {
    display: inline-block;
	margin-left: 20px;
}
#ftr_navi a {
    color: rgba(255, 255, 255, 1);
	transition: all 0.3s ease;
}
#ftr_navi a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.ftr_navi_uc {
    color: rgba(255, 255, 255, 0.3);
}

@media only screen and ( max-width : 736px ) {
footer {
	padding: 30px 20px;
}
#ftr_top {
    padding-bottom: 30px;
}
#ftr_contact {
    float: none;
	padding-top: 0;
	text-align: center;
	margin-bottom: 10px;
}
#ftr_address {
    float: none;
	text-align: center;
}
#ftr_btm {
	padding-top: 30px;
}
#ftr_btm_l {
    float: none;
	text-align: center;
}
#ftr_logo img {
    width: 100px;
}
#ftr_navi {
    display: none;
}
}

/*-----------------------------------
    inner page
-----------------------------------*/

#inner_hdr_wrapp {
    width: 100%;
    height: 690px;
	box-sizing: border-box;
	border-bottom: 400px solid #f2f2f2;
}
#page_title {
    width: calc(100% - 180px);
	min-width: calc(1000px - 180px);
	height: 500px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#page_title h2 {
    font-size: 38px;
	color: #fff;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#page_title img {
    width: 100%;
	height: 100%;
    object-fit: cover;
	object-position: 50% 50%;
}
#bread {
    width: calc(100% - 180px);
	margin: 0 auto;
	padding-top: 10px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#bread a {
    color: #999;
}
#bread a:hover {
    color: #000;
}

@media only screen and ( max-width : 1440px ) {
#inner_hdr_wrapp {
    height: 590px;
	border-bottom: 300px solid #f2f2f2;
}
#page_title {
	height: 400px;
}
}
@media only screen and ( max-width : 736px ) {
#inner_hdr_wrapp {
    height: 260px;
	border-bottom: 100px solid #f2f2f2;
}
#page_title {
	width: 100%;
	min-width: 100%;
	height: 150px;
	margin-top: 35px;
}
#page_title h2 {
    font-size: 20px;
}
#bread {
	width: 90%;
}
}

/*-----------------------------------
    Block Reveal Effects
-----------------------------------*/

.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}
.block-revealer__content {
    opacity: 0;
    height: 100%;
}

/*-----------------------------------
    inview
-----------------------------------*/

.inview {
    opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 1s;
}
.fade_in {
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-delay: 0.5s;
}

/*===================================
    TOP
===================================*/

#top_main_wrapp {
    width: 100%;
    height: 100vh;
	position: relative;
}
#top_main {
    width: calc(100% - 180px);
    height: calc(100% - 180px);
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	overflow: hidden;
}
#top_main a {
    font-size: 12px;
	color: rgba(255, 255, 255, 1);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#top_main a:hover {
    color: rgba(255, 255, 255, 0.7);
}
#top_main a::before {
    content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url("../images/top/icon_play@2x.png");
	background-size: 13px 13px;
	background-repeat: no-repeat;
	margin-right: 5px;
	position: relative;
	top: 2px;
	transition: all 0.3s ease;
}
#top_main a:hover::before {
    opacity: 0.7;
}
#top_main video {
    width: 100%;
	height: 100%;
    object-fit: cover;
}

/*20.01.07追記ここから*/
.swiper-container {
    width: calc(100% - 180px);
    height: calc(100% - 180px);
}
.top_main {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.top_main img {
    width: 100%;
	height: 100%;
    object-fit: cover;
}

@media only screen and ( max-width : 736px ) {
#top_main_wrapp {
    height: auto;
}
.swiper-container {
    width: 100%;
	height: 300px;
	/*margin-top: 35px;*/
    /*height: calc(100% - 80px);*/
}
.top_main {
    width: 100%;
    height: 100%;
	position: absolute;
    top: auto;
    left: auto;
	bottom: 0;
    transform: translateY(0) translateX(0);
    -webkit- transform: translateY(0) translateX(0);
}
#main_copy {
	display: none;
}
#main_scroll {
	display: none;
}
}
/*20.01.07追記ここまで*/

#main_copy {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: absolute;
	left: 32px;
	top: 90px;
	z-index: 10000;
}
/*#main_scroll {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: absolute;
	left: 32px;
	bottom: 90px;
	z-index: 10000;
}
#main_scroll::after {
    content: '';
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #000;
	margin-top: 10px;
}*/
#main_scroll {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: absolute;
	left: 32px;
	bottom: 90px;
	z-index: 10000;
}
#main_scroll::after {
    content: "";
	display: inline-block;
    vertical-align: middle;
	width: 1px;
	height: 50px;
	background-color: #000;
	/*margin: 5px auto 0 auto;*/
    margin-top: 10px;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media only screen and ( max-width : 736px ) {
#top_main {
    width: 100%;
    height: calc(100% - 80px);
	top: auto;
    left: auto;
	bottom: 0;
    transform: translateY(0%) translateX(0%);
    -webkit- transform: translateY(0%) translateX(0%);
}
/*#main_copy {
	font-size: 10px;
	left: 10px;
    top: 100px;
	color: #fff;
}
#main_scroll {
	font-size: 10px;
	left: 10px;
	bottom: 20px;
	color: #fff;
}*/
#main_scroll::after {
	background-color: #fff;
	position: relative;
	left: 3px;
}
}

/*-----------------------------------
    INFO
-----------------------------------*/

#top_info_warpp {
    clear: both;
	max-width: 1580px;
	min-width: 1180px;
	padding: 80px 90px 130px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
    zoom: 1;
}
.h3_01 {
    float: left;
    font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.h3_01::after {
    content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #000;
	margin-left: 10px;
	position: relative;
	top: -7px;
}
#top_info_r {
    width: calc(100% - 200px);
	float: right;
}
.top_info_contents {
    clear: both;
	padding: 20px 0;
    border-bottom: 1px solid #ddd;
	overflow: hidden;
    zoom: 1;
}
.top_info_contents a {
    display: block;
	overflow: hidden;
    zoom: 1;
}
#top_info_r div:nth-of-type(1) {
    padding-top: 0;
}
#top_info_r div:nth-of-type(3) {
	border-bottom: none;
	margin-bottom: 80px;
}
.top_info_img {
    width: 190px;
	height: 130px;
	float: left;
	margin-right: 20px;
	line-height: 0;
	overflow: hidden;
}
.top_info_img img {
	display: block;
	width: 100%;
	transition: all 0.5s ease;
}
.top_info_contents a:hover img {
	transform: scale(1.1);
}
.top_info_postinfo {
    font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #999;
	letter-spacing: 0.08em;
}
.top_info_postinfo span {
    margin: 0 10px;
}
.top_postinfo a {
    color: #999;
}
.top_postinfo a:hover {
    color: #000;
}
.top_info_h4 {
    font-size: 14px;
	font-weight: normal;
}
.btn_01 {
    clear: both;
	width: 230px;
	height: 60px;
	border: 1px solid #000;
	box-sizing: border-box;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: 0.1em;
	position: relative;
	margin: 0 auto;
}
.btn_01::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #000;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.btn_01:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.btn_01 a {
    display: block;
	padding-left: 20px;
	box-sizing: border-box;
}
.btn_01 a:hover {
    color: #fff;
}
.btn_01 a::after {
    content: "";
	display: block;
	width: 50px;
	height: 10px;
	background-image: url("../images/common/arrow_b.png");
	background-size: 50px 10px;
	position: absolute;
	top: 20px;
	right: -20px;
	transition: all 0.3s ease;
}
.btn_01 a:hover::after {
    content: "";
	display: block;
	width: 50px;
	height: 10px;
	background-image: url("../images/common/arrow_w.png");
	background-size: 50px 10px;
	position: absolute;
	top: 20px;
	right: 10px;
}

@media only screen and ( max-width : 736px ) {
#top_info_warpp {
	max-width: 90%;
	min-width: 90%;
	padding: 50px 0 80px;
}
.h3_01 {
    float: none;
	margin-bottom: 40px;
}
#top_info_r {
    width: 100%;
	float: none;
}
#top_info_r div:nth-of-type(3) {
	margin-bottom: 30px;
}
.top_info_img {
    width: 120px;
	height: 82px;
}
}

/*-----------------------------------
    ABOUT
-----------------------------------*/

#top_about_warpp {
    clear: both;
	padding: 0 0 130px;
	position: relative;
}
#top_about_warpp::after {
    content: "";
	display: block;
	width: 100%;
	height: 43%;
	background-color: #f2f2f2;
	z-index: -1;
	position: absolute;
	top: 110px;
}
#top_about_in {
    max-width: 1580px;
	min-width: 1180px;
	padding: 0 90px 100px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.h3_02 {
    font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 80px;
}
.h3_02::after {
    content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #000;
	margin-left: 10px;
	position: relative;
	top: -7px;
}
#top_about_txt_01 {
    font-size: 3.5vw;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	padding-top: 70px;
	margin-bottom: 50px;
	position: relative;
}
#top_about_txt_01 span {
    border-bottom: 1px solid #000;
	display: inline-block;
    overflow: hidden;
}
#top_about_txt_02 {
    width: 45%;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.top_about_btn {
    clear: both;
	width: 230px;
	height: 60px;
	border: 1px solid #000;
	box-sizing: border-box;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: 0.1em;
	position: relative;
}
.top_about_btn::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #000;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.top_about_btn:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.top_about_btn a {
    display: block;
	padding-left: 20px;
	box-sizing: border-box;
}
.top_about_btn a:hover {
    color: #fff;
}
.top_about_btn a::after {
    content: "";
	display: block;
	width: 50px;
	height: 10px;
	background-image: url("../images/common/arrow_b.png");
	background-size: 50px 10px;
	position: absolute;
	top: 20px;
	right: -20px;
	transition: all 0.3s ease;
}
.top_about_btn a:hover::after {
    content: "";
	display: block;
	width: 50px;
	height: 10px;
	background-image: url("../images/common/arrow_w.png");
	background-size: 50px 10px;
	position: absolute;
	top: 20px;
	right: 10px;
}
#top_about_img_sp {
    display: none;
}
#top_about_img {
    width: 45%;
    position: absolute;
	right: 0;
	bottom: 0;
	line-height: 0;
}
#top_about_img img {
    width: 100%;
}

@media only screen and ( max-width : 736px ) {
#top_about_warpp {
	padding: 0 0 80px;
}
#top_about_warpp::after {
	height: 260px;
	top: 70px;
}
#top_about_in {
    max-width: 90%;
	min-width: 90%;
	padding: 0;
}
.h3_02 {
	margin-bottom: 40px;
}
#top_about_txt_01 {
    font-size: 28px;
	padding-top: 30px;
	margin-bottom: 25px;
}
#top_about_txt_01 span {
    margin-bottom: 5px;
}
#top_about_txt_02 {
    width: 100%;
	/*margin-bottom: 40px;*/
	margin: 0;
}
.top_about_btn {
	margin: 0 auto;
}
#top_about_img {
    display: none;
}
#top_about_img_sp {
    display: block;
	width: 100%;
	line-height: 0;
	margin-bottom: 30px;
}
#top_about_img_sp img {
    width: 100%;
}
}

/*-----------------------------------
    SERVICE
-----------------------------------*/

#top_service_wrapp {
    clear: both;
    max-width: 1580px;
	min-width: 1180px;
	padding: 0 90px 130px;
	box-sizing: border-box;
	margin: 0 auto;
}
#top_service_navi {
    clear: both;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
	flex-wrap: wrap;
}
.top_service_contents {
    width: 25%;
	font-size: 13px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	padding: 30px 30px 40px;
	position: relative;
}
.top_service_number {
    font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1em;
	color: #ddd;
	position: absolute;
	left: 30px;
	top: 20px;
}
#top_service_icon_01, #top_service_icon_02, #top_service_icon_03, #top_service_icon_04, #top_service_icon_05, #top_service_icon_06, #top_service_icon_07, #top_service_icon_08 {
    height: 67px;
    text-align: center;
	line-height: 0;
	position: relative;
}
#top_service_icon_01 img {
    position: relative;
    top: 3px;
}
#top_service_icon_02 img {
    position: relative;
    top: 8px;
}
#top_service_icon_03 img {
    position: relative;
    top: 4px;
}
#top_service_icon_04 img {
    position: relative;
    top: 11px;
}
#top_service_icon_05 img {
    position: relative;
    top: 1px;
}
#top_service_icon_06 img {
    position: relative;
    top: 0;
}
#top_service_icon_07 img {
    position: relative;
    top: 7px;
}
#top_service_icon_08 img {
    position: relative;
    top: 8px;
}
.top_service_contents h4 {
    text-align: center;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 15px 0;
}
.top_service_txt {
    /*margin-bottom: 20px;*/
}
.top_service_btn {
    clear: both;
	width: 160px;
	height: 40px;
	border: 1px solid #000;
	box-sizing: border-box;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	position: relative;
	margin: 0 auto;
}
.top_service_btn::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #000;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.top_service_btn:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.top_service_btn a {
    display: block;
	padding-left: 15px;
	box-sizing: border-box;
}
.top_service_btn a:hover {
    color: #fff;
}
.top_service_btn a::after {
    content: "";
	display: block;
	width: 50px;
	height: 10px;
	background-image: url("../images/common/arrow_b.png");
	background-size: 50px 10px;
	position: absolute;
	top: 10px;
	right: -20px;
	transition: all 0.3s ease;
}
.top_service_btn a:hover::after {
    content: "";
	display: block;
	width: 50px;
	height: 10px;
	background-image: url("../images/common/arrow_w.png");
	background-size: 50px 10px;
	position: absolute;
	top: 10px;
	right: 10px;
}

@media only screen and ( max-width : 736px ) {
#top_service_wrapp {
    max-width: 90%;
	min-width: 90%;
	padding: 0 0 60px;
}
#top_service_navi {
	border-top: none;
	border-left: none;
    display: block;
}
.top_service_contents {
    width: 100%;
	font-size: 13px;
	border-right: none;
	border-bottom: none;
	padding: 0 0 20px;
}
.top_service_number {
    font-size: 25px;
	left: 0;
	top: 0;
}
#top_service_icon_01, #top_service_icon_02, #top_service_icon_03, #top_service_icon_04, #top_service_icon_05, #top_service_icon_06, #top_service_icon_07, #top_service_icon_08 {
    width: 81px;
    height: auto;
	position: absolute;
	left: 0;
	top: 40px;
}
#top_service_icon_01 img, #top_service_icon_02 img, #top_service_icon_03 img, #top_service_icon_04 img, #top_service_icon_05 img, #top_service_icon_06 img, #top_service_icon_07 img, #top_service_icon_08 img {
	top: 0;
}
.top_service_contents h4 {
    text-align: left;
	padding: 0 0 5px 100px;
}
.top_service_txt {
    /*margin-bottom: 20px;*/
	padding-left: 100px;
}
}

/*-----------------------------------
    WORKS
-----------------------------------*/

#top_works_warpp {
    clear: both;
	max-width: 1580px;
	min-width: 1180px;
	padding: 0 90px 160px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
    zoom: 1;
}
#top_works_in {
	margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_works_contents {
    width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.top_works_contents:nth-child(3n) {
    margin-right: 0;
}
.works_day {
    padding-top: 5px;
}
.works_category span {
    margin-right: 10px;
}
.works_day, .works_category {
    font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #999;
}
.works_h4_01 {
    font-size: 14px;
	font-weight: normal;
}
.top_works_contents a {
	display: block;
}
.works_thumb {
	line-height: 0;
	overflow: hidden;
}
.works_thumb img {
	display: block;
	width: 100%;
	transition: all 0.5s ease;
}
.top_works_contents a:hover img {
	transform: scale(1.1);
}

@media only screen and ( max-width : 736px ) {
#top_works_warpp {
    max-width: 90%;
	min-width: 90%;
	padding: 0 0 80px;
}
#top_works_in {
	margin-bottom: 20px;
	justify-content: space-between;
}
.top_works_contents {
    width: 48%;
	margin-right: 0;
	margin-bottom: 20px;
}
}

/*-----------------------------------
    COMPANY PARTNER
-----------------------------------*/

#company_partner_wrapp {
    clear: both;
	width: 1000px;
	margin: 0 auto 160px;
	overflow: hidden;
    zoom: 1;
}
#company_bnr_wrapp {
    width: 475px;
	float: left;
}
#partner_bnr_wrapp {
    width: 475px;
	float: right;
}
.company_partner_img {
    width: 475px;
	height: 340px;
	line-height: 0;
    overflow: hidden;
	position: relative;
}
.company_partner_img img {
	display: block;
	width: 100%;
	transition: all 0.5s ease;
}
.company_partner_img a:hover img {
	transform: scale(1.1);
	position: relative;
	z-index: 100;
}
.company_partner_title {
    font-size: 20px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	z-index: 200;
}
.company_partner_uc {
    font-size: 20px;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	z-index: 200;
}

@media only screen and ( max-width : 736px ) {
#company_partner_wrapp {
	width: 90%;
	margin: 0 auto 80px;
}
#company_bnr_wrapp {
    width: 100%;
	float: none;
	margin-bottom: 20px;
}
#partner_bnr_wrapp {
    width: 100%;
	float: none;
}
.company_partner_img {
    width: 100%;
	height: auto;
}
.company_partner_title {
    font-size: 16px;
}
.company_partner_uc {
    font-size: 16px;
}
}

/*===================================
    INFO
===================================*/

#inner_wrapp_01 {
    clear: both;
	max-width: 1580px;
	min-width: 1180px;
	padding: 80px 90px 150px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
    zoom: 1;
}
#inner_info_in {
    clear: both;
    padding: 100px 0 80px;
}
#inner_info_in div:last-of-type {
	border-bottom: none;
}
#info_navi_wrapp {
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	word-wrap : break-word;
    overflow-wrap : break-word;
}
#info_category {
    float: left;
	width: calc(100% - 240px);
}
#info_category a {
    margin: 0 15px;
}

/*---------- selectbox ----------*/

.cp_ipselect {
	overflow: hidden;
	width: 200px;
	float: right;
	position: relative;
	top: -3px;
	box-sizing: border-box;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #ddd;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #000;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #ddd;
}
.cp_ipselect.cp_sl02 select {
    height: 30px;
	box-sizing: border-box;
	padding: 0 40px 0 10px;
	font-size: 14px;
}
.cp_ipselect option {
    padding: 10px 0;
}

/*---------- pager_01 ----------*/

#pager_01 {
	clear: both;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#pager_01 a.page-numbers {
	padding: 7px 13px;
	background-color: #f2f2f2;
	margin: 0 2px;
	transition: all 0.3s ease;
}
#pager_01 a.page-numbers:hover {
	background-color: #e3e3e3;
	color: #000;
}
#pager_01 span.current {
	padding: 7px 13px;
	background-color: #000;
    color: #fff;
	margin: 0 2px;
}
#pager_01 a.prev, #pager_01 a.next {
	padding: 0 10px;
	background: none;
	letter-spacing: 0.1em;
}
#pager_01 a.prev:hover, #pager_01 a.next:hover {
	background: none;
	color: #999;
}

/*-----------------------------------
    info single
-----------------------------------*/

#info_single_wrapp {
    width: 800px;
	margin: 0 auto 100px;
}
.info_h3_01 {
    font-size: 23px;
	line-height: 1.8em;
	padding: 20px 0;
}

/*---------- pager_02 ----------*/

#pager_02 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
	flex-wrap: wrap;
}
#single_prev a::before {
    content: '';
	display: inline-block;
	width: 50px;
	height: 10px;
	background-image: url("../images/info/arrow_prev.png");
	background-size: 50px 10px;
	background-repeat: no-repeat;
	margin-right: 10px;
	position: relative;
	top: -5px;
}
#single_index a::before {
    content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url("../images/info/icon_01@2x.gif");
	background-size: 17px 17px;
	background-repeat: no-repeat;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
#single_next a::after {
    content: '';
	display: inline-block;
	width: 50px;
	height: 10px;
	background-image: url("../images/info/arrow_next.png");
	background-size: 50px 10px;
	background-repeat: no-repeat;
	margin-left: 10px;
	position: relative;
	top: -5px;
}

@media only screen and ( max-width : 736px ) {
#inner_wrapp_01 {
    max-width: 90%;
	min-width: 90%;
	padding: 50px 0 80px;
}
#inner_info_in {
    clear: both;
    padding: 50px 0;
}
#info_category {
    float: none;
	width: 100%;
	margin-bottom: 20px;
}
.cp_ipselect {
	width: 100%;
	float: none;
	top: 0;
}
#info_single_wrapp {
    width: 100%;
	margin: 0 auto 50px;
}
#info_single_wrapp img {
    width: 100%;
}
.info_h3_01 {
    font-size: 20px;
	padding: 15px 0;
}
#single_prev span {
    display: none;
}
#single_next span {
    display: none;
}
}

/*===================================
    WORKS
===================================*/

#works_navi_wrapp {
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 100px;
	word-wrap : break-word;
    overflow-wrap : break-word;
}
#works_category {
    text-align: center;
}
#works_category a {
    margin: 0 15px;
}
#inner_works_in {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
	flex-wrap: wrap;
}

/*-----------------------------------
    works single
-----------------------------------*/

#works_single_warpp {
    clear: both;
    width: 1000px;
	margin: 0 auto;
	padding: 80px 0 150px;
	overflow: hidden;
    zoom: 1;
}
#works_l {
    width: 340px;
	float: left;
	margin-bottom: 100px;
}
#works_r {
    width: 620px;
	float: right;
	margin-bottom: 100px;
}
#works_r p {
    line-height: 0;
	margin-bottom: 20px;
}
#works_r p:last-of-type {
    margin-bottom: 0;
}
.works_mov {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.works_mov iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#works_single_title {
    font-size: 23px;
	line-height: 1.8em;
	margin-bottom: 60px;
}
.works_h3_01 {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 40px 0 20px;
}
.works_h3_01::after {
    content: "";
	display: block;
	width: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	padding-top: 10px;
}
.works_list_01 {
    margin-left: 1.2em;
	list-style-type: square;
}
#works_single_btn {
	clear: both;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#works_single_btn a::before {
    content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url("../images/info/icon_01@2x.gif");
	background-size: 17px 17px;
	background-repeat: no-repeat;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

@media only screen and ( max-width : 736px ) {
#works_navi_wrapp {
	margin-bottom: 50px;
}
#inner_works_in {
    margin-bottom: 50px;
    justify-content: space-between;
}
#works_single_warpp {
    width: 90%;
	margin: 0 auto;
	padding: 50px 0 80px;
}
#works_l {
    width: 100%;
	float: none;
	margin-bottom: 50px;
}
#works_r {
    width: 100%;
	float: none;
	margin-bottom: 30px;
}
#works_single_title {
    font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
.works_h3_01 {
	margin: 20px 0;
}
}

/*===================================
    COMPANY
===================================*/

#company_wrapp_01 {
    clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 100px;
	box-sizing: border-box;
	overflow: hidden;
    zoom: 1;
}
.h3_03 {
    clear: both;
    font-size: 25px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 80px;
}
.company_list_01 {
	clear: both;
	border-top: 1px solid #ddd;
	margin-bottom: 120px;
}
.company_list_01 dt {
    float: left;
    width: 9em;
	padding: 30px 0 30px 20px;
}
.company_list_01 dd {
	padding: 30px 0 30px 11em;
	border-bottom: 1px solid #ddd;
}
.map_link {
    text-decoration: underline;
}
.map_link::after {
    content: '';
	display: inline-block;
	width: 11px;
	height: 12px;
	background-image: url("../images/company/icon_01@2x.gif");
	background-size: 11px 12px;
	background-repeat: no-repeat;
	margin-left: 5px;
	position: relative;
	top: 2px;
}
#concept_img {
    text-align: center;
	line-height: 0;
	margin-bottom: 60px;
}
#concept_txt {
    text-align: center;
	margin-bottom: 120px;
}
#office_txt {
    text-align: center;
}

/*-----------------------------------
    slick
-----------------------------------*/

#company_slide {
    clear: both;
	width: 100%;
    margin-bottom: 150px;
}

@media only screen and ( max-width : 736px ) {
#company_wrapp_01 {
	width: 90%;
	padding: 50px 0;
}
.h3_03 {
    font-size: 18px;
	margin-bottom: 40px;
}
.company_list_01 {
	margin-bottom: 80px;
}
.company_list_01 dt {
    float: left;
    width: 6em;
	padding: 20px 0 20px 10px;
}
.company_list_01 dd {
	padding: 20px 0 20px 8em;
}
#concept_img {
	margin-bottom: 40px;
}
#concept_img img {
    width: 100%;
}
#concept_txt {
    text-align: center;
	margin-bottom: 80px;
}
#company_slide {
    margin-bottom: 80px;
}
.slick-slide {
    width: 200px;
	height: 130px;
}
.slick-slide img {
    width: 100%;
	height: auto;
}
}

/*===================================
    PRIVACY POLICY
===================================*/

#privacy_wrapp_01 {
    clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 150px;
	box-sizing: border-box;
	overflow: hidden;
    zoom: 1;
}
.privacy_h4_01 {
    font-size: 16px;
	font-weight: bold;
	margin: 30px 0 15px 0;
}

@media only screen and ( max-width : 736px ) {
#privacy_wrapp_01 {
	width: 90%;
	padding: 20px 0 80px;
}
}

/*===================================
    CONTACT
===================================*/

#contact_wrapp_01 {
    clear: both;
	width: 1000px;
	padding: 80px 0 150px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
    zoom: 1;
}
.form_top_txt {
	font-size: 12px;
	margin: 0 0 10px 15px;
}
.required {
	color: #F00;
}
.table_form {
	width: 100%;
	border-top: 1px solid #ddd;
}
.table_form th {
	width: 25%;
	padding: 25px 20px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	font-weight: normal;
}
.table_form td {
	width: 75%;
	padding: 25px 20px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.table_form input {
	border: 1px solid #ebebeb;
    padding: 10px;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px 0px #f2f2f2 inset;
}
.table_form .input_add {
	width: 500px;
}
.table_form textarea {
	border: 1px solid #ebebeb;
    padding: 8px 10px;
	resize: none;
	width: 500px;
	height: 200px;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px 0px #f2f2f2 inset;
}
#submit_btn_wrapp {
    text-align: center;
}
#btn_submit {
    clear: both;
	width: 230px;
	height: 60px;
	border: 1px solid #000;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 60px;
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	z-index: 1;
}
#btn_submit::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    background: #000;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
#btn_submit:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
#btn_submit a {
    display: block;
	position: relative;
	z-index: 3;
}
#btn_submit a:hover {
    color: #fff;
}
.form_btm_txt {
    padding: 30px 0 80px;
}

@media only screen and ( max-width : 736px ) {
#contact_wrapp_01 {
	width: 90%;
	padding: 50px 0 80px;
}
.form_top_txt {
	margin: 0 0 10px 0;
}
.table_form {
	margin-bottom: 20px;
	border-top: none;
	border-bottom: 1px solid #ddd;
}
.table_form th {
	display: block;
	width: 100%;
	padding: 15px 0 5px;
	border-bottom: none;
	border-top: 1px solid #ddd;
}
.table_form td {
	display: block;
	width: 100%;
	padding: 0 0 20px;
	border-bottom: none;
}
.table_form input {
	width: 100%;
}
.table_form .input_add {
	width: 100%;
}
.table_form textarea {
	width: 100%;
}
.form_btm_txt {
    padding: 0 0 40px;
}
}

/*===================================
    GARELLY
===================================*/

#partner_wrapp_01 {
    clear: both;
	width: 1110px;
	margin: 0 auto;
	padding: 80px 0 150px;
	box-sizing: border-box;
	overflow: hidden;
    zoom: 1;
}
#gallery {
    margin: 0 auto;
    overflow: hidden;
}
#gallery li {
    line-height: 0;
    padding: 5px;
}
#gallery li img {
    max-width: 100%;
    height: auto;
}

@media only screen and ( max-width : 736px ) {
#partner_wrapp_01 {
	width: 90%;
	padding: 20px 0 80px;
}
}