@charset "UTF-8";
@media screen and (min-width:1200px) {
	body.home .header {
		top: -90px;
		-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
	}

	body.home .header.show {
		top: 0
	}

	.header {
		position: relative;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 901px;
		height: 90px;
		margin: 0 auto;
		border-bottom: 5px solid #0B2441;
		background: #FFF
	}

	.common_logo {
		position: absolute;
		top: 18px;
		left: 30px;
		width: 248px;
		height: 52px
	}

	.common_logo a {
		display: block;
		overflow: hidden;
		width: 248px;
		height: 52px;
		white-space: nowrap;
		text-indent: 100%;
		background-image: url(../img/common/common_logo_sp.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
	}

	.gnav {
		position: absolute;
		top: 18px;
		right: 30px;
		text-align: right
	}

	.gnav>li {
		position: relative;
		display: inline-block;
		height: 72px;
		padding: 5px 0
	}

	.gnav>li.gnav_menu_txt {
		margin-right: 10px
	}

	.gnav>li.gnav_menu_txt>a,
	.gnav>li.gnav_menu_txt>span {
		font-size: 12px;
		font-weight: 400;
		line-height: 38px;
		display: block;
		height: 48px;
		padding: 0 10px;
		cursor: pointer;
		letter-spacing: 0.2em;
		color: #0B2441
	}

	.gnav>li.gnav_menu_txt>a.current,
	.gnav>li.gnav_menu_txt>a:hover,
	.gnav>li.gnav_menu_txt>span.current {
		background-image: url(../img/common/gnav_menu_txt_bg.png);
		background-repeat: repeat-x
	}

	.gnav>li.gnav_menu_txt:hover span.mega_trigger {
		background-image: url(../img/common/gnav_mega_trigger_bg.png);
		background-repeat: no-repeat;
		background-position: 50% 100%
	}

	.gnav>li.gnav_menu_btn {
		padding: 0;
		width: 185px;
	}

	.gnav>li.gnav_menu_btn>a {
		font-size: 12px;
		font-weight: 400;
		line-height: 46px;
		position: relative;
		display: block;
		height: 46px;
		padding: 0;
		-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		letter-spacing: 0.2em;
		color: #0B2441;
		border: 1px solid #0B2441;
		text-align: center;
		text-indent: 1em;
	}

	.gnav>li.gnav_menu_btn>a:after {
		position: absolute;
		top: 0;
		left: -3px;
		display: block;
		width: 46px;
		height: 46px;
		content: '';
		background-image: url(../img/common/gnav_menu_btn_arr.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 25%;
	}

	.gnav>li.gnav_menu_btn>a:hover {
		color: #FFF;
		background: #0B2441
	}

	.gnav>li.gnav_menu_btn>a:hover:after {
		background-image: url(../img/common/gnav_menu_btn_arr_wh.png)
	}

	.gnav li ul {
		position: absolute;
		z-index: 9999;
		top: 72px;
		left: -70px;
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}

	.gnav li ul li {
		width: 220px;
		padding: 5px 0;
		background: rgba(255, 255, 255, 0.9)
	}

	.gnav li ul li:first-child {
		padding-top: 20px;
	}

	.gnav li ul li:last-child {
		padding-bottom: 20px;
	}

	.gnav li ul li a {
		font-size: 13px;
		line-height: 44px;
		display: block;
		height: 44px;
		margin: 0 28px;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		text-align: center;
		letter-spacing: 2px;
		color: #0B2441
	}

	.gnav li ul li a.current,
	.gnav li ul li a:hover {
		background-image: url(../img/common/gnav_menu_txt_bg2.png);
		background-repeat: repeat-x
	}

	.gnav li ul {
		visibility: hidden;
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
		opacity: 0
	}

	.gnav li:hover ul {
		visibility: visible;
		opacity: 1
	}

	.gnav li ul li a {
		visibility: hidden;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		opacity: 0
	}

	.gnav li:hover ul li a {
		visibility: visible;
		opacity: 1
	}
}

@media screen and (min-width:900px) and (max-width:1919px) {
	.service_slide {
		position: absolute;
		left: 50%;
		overflow: hidden;
		width: 100%;
		min-width: 1920px;
		height: 449px;
		margin-left: -960px
	}
}

@media screen and (min-width:900px) {
	.kv01 {
		background-image: url(../img/home/kv_pc.jpg)
	}

	.kv02 {
		background-image: url(../img/home/kv_pc02.jpg)
	}

	.kv03 {
		background-image: url(../img/home/kv_pc03.jpg)
	}

	.kv_filter {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		background-image: url(../img/home/zigzag.png)
	}

	.home_header {
		position: relative;
		width: 100%;
		padding: 40px;
		height: 100vh
	}

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

	.home_header_kv .kv {
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: 50% 0;
		background-size: cover
	}

	.home_header_inner {
		position: relative;
		z-index: 2;
		height: 100%;
		border: 1px solid #FFF
	}

	span.home_header_inner-line01,
	span.home_header_inner-line02,
	span.home_header_inner-line03,
	span.home_header_inner-line04 {
		position: absolute;
		z-index: 2;
		display: block;
		width: 91px;
		height: 91px
	}

	span.home_header_inner-line01 {
		top: 0;
		left: 0;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF
	}

	span.home_header_inner-line02 {
		top: 0;
		right: 0;
		border-bottom: 1px solid #FFF;
		border-left: 1px solid #FFF
	}

	span.home_header_inner-line03 {
		bottom: 0;
		left: 0;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF
	}

	span.home_header_inner-line04 {
		right: 0;
		bottom: 0;
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF
	}

	.logo_container {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 435px;
		height: 436px;
		margin-top: -218px;
		margin-left: -218px
	}

	.logo_container .home_logo {
		width: 435px;
		height: 436px
	}

	.logo_container .home_logo a {
		display: block;
		overflow: hidden;
		width: 435px;
		height: 436px;
		white-space: nowrap;
		text-indent: 100%;
		background-image: url(../img/home/pc_logo.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 435px auto
	}

	.logo_container .home_logo_txt {
		font-size: 0;
		font-weight: 500;
		text-align: center;
		letter-spacing: 10px;
		opacity: 0;
		color: #FFF
	}

	.home_about {
		width: 100%;
		padding: 68px 0;
		padding-top: 68px;
		background-image: url(../img/home/home_about_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover
	}

	.home_about__txt {
		line-height: 2;
		text-align: center
	}

	.home_about__txt span {
		font-weight: bold;
		font-size: 20px
	}

	.sec_copy_img_about {
		overflow: hidden;
		width: 100%;
		height: 63px;
		margin: 62px 0;
		white-space: nowrap;
		text-indent: 100%;
		background-image: url(../img/home/sec_copy_img_about.png);
		background-repeat: no-repeat;
		background-position: 50% 0
	}

	.home_about p {
		line-height: 42px;
		width: 750px;
		margin: 0 auto;
		color: #FFF
	}

	.home_recruit p {
		line-height: 42px;
		color: #0B2441
	}

	.pc_none {
		display: none
	}

	.wrapper {
		width: 100%;
		min-width: 901px;
		margin: 0 auto;
		padding-bottom: 0;
		/* background-image: url(../img/common/bg.jpg); */
	}


	.title_full {
		width: 100%;
		padding: 40px 0 50px;
		text-align: center;
		background: #0B2441;
		display: flex;
		flex-direction: column;
		align-items: center;
	}


	.title_full h1 {
		z-index: 10;
		font-size: 30px;
		font-weight: 400;
		line-height: 1.75;
		position: relative;
		display: inline-block;
		letter-spacing: 5px;
		color: #FFF;
		margin-top: 30px;
	}

	.title_full span {
		font-size: 16px;
		font-weight: 200;
		line-height: 62px;
		position: relative;
		display: inline-block;
		letter-spacing: 7px;
		color: #CACACA;
		width: fit-content;
	}

	.title_full span:before {
		position: absolute;
		top: 30px;
		left: -160px;
		width: 122px;
		height: 1px;
		content: '';
		background: #CACACA
	}

	.title_full span:after {
		position: absolute;
		top: 30px;
		right: -160px;
		width: 122px;
		height: 1px;
		content: '';
		background: #CACACA
	}

	.btn_center_tagline {
		padding: 180px;
		text-align: center
	}

	.contact-list {
		margin: 0 auto;
		width: 100%;
		height: 7em;
		overflow: auto;
		font-size: 18px;
		max-width: 650px;
		border: 1px solid #dfdfdf;
		padding: 5px 15px;
	}

	.contact-list p {
		display: flex;
		gap: 20px;
	}

	.contact-list-wrap {
		position: relative;
	}

	.contact-list-wrap::after {
		width: 100%;
		height: 60px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 50%, #fff 100%);
		pointer-events: none;
	}

	.sec_ttl {
		font-size: 22px;
		font-weight: 300;
		line-height: 1;
		position: relative;
		padding-bottom: 27px;
		text-align: center;
		letter-spacing: 10px
	}

	.sec_ttl:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		display: block;
		width: 58px;
		height: 2px;
		margin-left: -29px;
		content: '';
		background: #FFF
	}

	.sec_ttl_white {
		color: #FFF
	}

	.sec_ttl_white:after {
		background: #FFF
	}

	.sec_ttl_blue {
		color: #0B2441
	}

	.sec_ttl_blue:after {
		background: #0B2441
	}

	.basic_block {
		width: 89.6%;
		max-width: 1720px;
		margin: 0 auto;
		margin-top: 56px;
		padding: 70px 8% 55px 8%;
		border-top: 16px solid #0B2441;
		background: rgba(255, 255, 255, 0.9);
		-webkit-box-shadow: 0 5px 15px 0 rgba(50, 50, 50, 0.5);
		-moz-box-shadow: 0 5px 15px 0 rgba(50, 50, 50, 0.5);
		box-shadow: 0 5px 15px 0 rgba(50, 50, 50, 0.5)
	}

	.basic_block .sec_ttl {
		margin-bottom: 50px
	}

	.btn_center {
		padding-top: 40px;
		text-align: center
	}



	.btn {
		font-size: 13px;
		line-height: 50px;
		position: relative;
		display: inline-block;
		width: 286px;
		height: 52px;
		-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		text-align: center;
		letter-spacing: 0.25em;
		border: 2px solid;
		text-indent: 0.75em;
	}

	.btn:after {
		position: absolute;
		top: 18px;
		left: 22px;
		width: 13px;
		height: 15px;
		content: ''
	}

	.btn_clear {
		color: #FFF;
		border: 1px solid;
		border-color: #FFF
	}

	.btn_clear:after {
		background-image: url(../img/common/btn_arrow_wh.png)
	}

	.btn_clear:hover {
		color: #0B2441;
		background: #FFF
	}

	.btn_clear:hover:after {
		background-image: url(../img/common/btn_arrow_blue.png)
	}

	.btn_blue {
		color: #0B2441;
		border: 2px solid;
		border-color: #0B2441
	}

	.btn_blue:after {
		background-image: url(../img/common/btn_arrow_blue.png)
	}

	.btn_blue:hover {
		color: #FFF;
		background: #0B2441
	}

	.btn_blue:hover:after {
		background-image: url(../img/common/btn_arrow_wh.png)
	}

	.btn_border {
		color: #0B2441;
		border: 2px solid;
		border-color: #0B2441
	}

	.btn_border:after {
		background-image: url(../img/common/btn_arrow_blue.png)
	}

	.btn_border:hover {
		color: #FFF;
		background: #0B2441
	}

	.btn_border:hover:after {
		background-image: url(../img/common/btn_arrow_wh.png)
	}

	.btn_wide {
		font-size: 16px;
		line-height: 78px;
		position: relative;
		display: inline-block;
		width: 660px;
		height: 78px;
		-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		text-align: center;
		letter-spacing: 5px;
		border: 2px solid
	}

	.btn_wide:after {
		position: absolute;
		top: 23px;
		left: 30px;
		width: 25px;
		height: 32px;
		content: ''
	}

	.btn_wide.btn_blue {
		color: #0B2441;
		border: 2px solid;
		border-color: #0B2441
	}

	.btn_wide.btn_blue:after {
		background-image: url(../img/common/btn_arrow_blue_b.png)
	}

	.btn_wide.btn_blue:hover {
		color: #FFF;
		background: #0B2441
	}

	.btn_wide.btn_blue:hover:after {
		background-image: url(../img/common/btn_arrow_wh_b.png)
	}

	.content_ttl {
		font-size: 24px;
		font-weight: 500;
		line-height: 1;
		margin-top: 15px;
		margin-bottom: 30px;
		letter-spacing: 10px;
		color: #0B2441;
		text-align: center;
	}

	.content_ttl_sub {
		font-size: 16px;
		line-height: 1;
		display: block;
		margin-top: 15px;
		letter-spacing: 5px;
		color: #0B2441
	}

	.thumb_list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.thumb_block {
		width: 30%;
		border-top: 8px solid #0B2441;
		margin-top: 20px;
	}

	.thumb_block>span {
		font-size: 12px;
		display: inline-block;
		padding-top: 15px;
	}

	.thumb_block p {
		line-height: 30px;
		padding-top: 10px;
		font-size: 18px;
	}

	.thumb_block_inner {
		line-height: 1;
		position: relative;
		width: 100%;
		margin-top: 6px
	}

	.thumb_block_inner img {
		width: 100%;
		height: auto;
		border: 1px solid #CCC;

	}

	.thumb_block_inner img {
		height: 200px;
		object-fit: contain;
		border: none;
	}

	.thumb_block_inner a {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		text-indent: 0.5em;
	}

	.thumb_block_inner a:hover {
		background: rgba(7, 39, 64, 0.9)
	}

	.thumb_block_inner a .btn_readmore,
	.works_block_inner a .btn_readmore {
		font-size: 10px;
		font-weight: 200;
		line-height: 34px;
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 188px;
		height: 34px;
		margin-top: -17px;
		margin-left: -94px;
		-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		text-align: center;
		letter-spacing: 5px;
		opacity: 0;
		color: #FFF;
		border: 1px solid #FFF
	}

	.thumb_block_inner a .btn_readmore:after,
	.works_block_inner a .btn_readmore:after {
		position: absolute;
		top: 11px;
		left: 24px;
		display: block;
		width: 10px;
		height: 12px;
		content: '';
		background-image: url(../img/common/btn_arrow_wh_small.png)
	}

	.thumb_block_inner a:hover .btn_readmore,
	.works_block_inner a:hover .btn_readmore {
		opacity: 1
	}

	.thumb_block_inner a:focus .btn_readmore,
	.works_block_inner a:focus .btn_readmore {
		background-image: url(../img/common/btn_hover_blue.png)
	}

	.thumb_list_service .thumb_block>span {
		font-size: 12px;
		display: inline-block;
		padding-top: 10px;
	}

	.thumb_list_service p {
		font-size: 20px;
		font-weight: 700;
		padding-top: 15px;
	}

	.thumb_list_service img {
		/* object-fit: cover; */
		aspect-ratio: 5/4;
	}

	.works_block_inner a .btn_readmore {
		border: 1px solid #FFF
	}

	.works_block {
		width: 100%;
		padding: 0;
	}

	.works_block p {
		line-height: 30px;
		width: 100%;
		padding-top: 10px
	}

	.slide_count {
		display: none
	}

	.works_block_inner {
		position: relative;
		width: 100%;
		margin-top: 10px
	}

	.works_block_inner img {
		width: 100%;
		height: auto
	}

	.works_block_inner a {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
	}

	.works_block_inner a:hover {
		background: rgba(11, 36, 65, 0.5)
	}

	.works_ttl {
		font-size: 16px;
		font-weight: 200;
		line-height: 43px;
		width: 100%;
		height: 43px;
		text-align: center;
		letter-spacing: 10px;
		color: #FFF
	}

	.works_ttl01 {
		background: #0B2441
	}

	.works_ttl02 {
		background: #186E90
	}

	.works_ttl03 {
		background: #6F6762
	}

	.works_date {
		font-size: 16px;
		font-weight: 700;
		display: block;
		padding-top: 15px;
		letter-spacing: 3px
	}

	.works_list .slick-arrow {
		position: absolute;
		top: 156px;
		overflow: hidden;
		width: 43px;
		height: 59px;
		-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		white-space: nowrap;
		text-indent: 150%;
		opacity: 1;
		border: 0
	}

	.works_list .slick-arrow:hover {
		opacity: .5
	}

	.works_list .slick-prev {
		left: -90px;
		background: url(../img/common/works_arrow_prev.png)
	}

	.works_list .slick-next {
		right: -90px;
		background: url(../img/common/works_arrow_next.png)
	}

	.home_access {
		position: relative;
		width: 100%;
		height: 575px;
		margin-top: 72px;
		-webkit-box-shadow: 0 5px 15px 0 rgba(50, 50, 50, 0.5);
		-moz-box-shadow: 0 5px 15px 0 rgba(50, 50, 50, 0.5);
		box-shadow: 0 5px 15px 0 rgba(50, 50, 50, 0.5)
	}

	.access_txt {
		position: absolute;
		z-index: 1;
		width: 100%;
		padding-top: 60px
	}

	.access_sp {
		display: none
	}

	#gmap {
		width: 100%;
		height: 575px
	}

	.footer {
		width: 100%;
		min-height: 430px;
		margin-top: 84px;
		padding-top: 20px;
		padding-bottom: 0;
		background: #FFF
	}

	.pagetop {
		display: block;
		width: 46px;
		height: 32px;
		margin: 0 auto 20px auto;
		background: url(../img/common/pagetop.png)
	}

	.footer_sitemap {
		width: 100%;
		max-width: 1720px;
		margin: 0 auto;
		border-top: 3px solid #0B2441;
		border-bottom: 3px solid #0B2441
	}

	.footer_sitemap_inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		max-width: 1720px;
		margin: 5px auto;
		padding: 38px 10% 30px 10%;
		border-top: 1px solid #0B2441;
		border-bottom: 1px solid #0B2441
	}

	.sitemap_block ul li {
		font-size: 12px;
		line-height: 30px;
		display: inline-block;
		margin-right: 20px;
		letter-spacing: 1px;
		color: #0B2441
	}

	.sitemap_block ul li a {
		-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		opacity: 1;
		color: #0B2441
	}

	.sitemap_block ul li a:hover {
		opacity: .5
	}

	.sitemap_block_ttl {
		font-size: 18px;
		font-weight: 300;
		line-height: 1.25;
		margin-bottom: 20px;
		letter-spacing: 5px;
		color: #0B2441
	}

	.sitemap_block01 {
		width: 200px;
		margin-right: 100px
	}

	.sitemap_block02 {
		width: 220px;
		margin-right: 100px;
	}

	.sitemap_block03 {
		width: 370px
	}

	.sitemap_block04 {
		width: 250px;
		text-align: center
	}

	.mail_icon {
		display: inline-block;
		width: 83px;
		height: 83px;
	}

	.mail_icon a {
		display: block;
		overflow: hidden;
		width: 83px;
		height: 83px;
		-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		white-space: nowrap;
		text-indent: 100%;
		opacity: 1;
		background: url(../img/common/mail_icon.png)
	}

	.mail_icon a:hover {
		opacity: 0.6;
	}


	.footer_logo {
		width: 252px;
		height: 55px;
		margin: 30px auto 10px auto
	}

	.dl_icon {
		display: inline-block;
		width: 83px;
		height: 83px;
	}

	.dl_icon a {
		display: block;
		overflow: hidden;
		width: 83px;
		height: 83px;
		-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		white-space: nowrap;
		text-indent: 100%;
		opacity: 1;
		background: url(../img/common/dl_icon.jpg)
	}

	.dl_icon a:hover {
		opacity: 0.6;
	}

	.footer_logo {
		width: 252px;
		height: 55px;
		margin: 30px auto 10px auto
	}

	.footer_logo a {
		display: block;
		overflow: hidden;
		width: 252px;
		height: 55px;
		white-space: nowrap;
		text-indent: 100%;
		background: url(../img/common/common_logo_sp.png);
		background-position: center;
		background-size: contain;
	}

	.copyright {
		font-size: 11px;
		line-height: 16px;
		text-align: center;
		letter-spacing: 1px
	}

	.copyright span {
		font-size: 14px;
		line-height: 1
	}

	.home_service {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 571px
	}

	.service_slide {
		position: relative;
		overflow: hidden;
		width: 100%;
		min-width: 1920px;
		height: 449px;
		margin-top: 40px
	}

	.service_slide_box {
		width: 564px;
		height: 429px;
		margin: 0 8px;
		background-image: url(../img/home/shadow.png);
		background-repeat: no-repeat;
		background-position: 50% 100%
	}

	.service_slide_box_inner {
		position: relative;
		width: 540px;
		height: 400px;
		margin: 0 auto;
		background: #CCC
	}

	.service_slide_box_inner img {
		width: 540px;
		height: 400px
	}

	.service_slide_box_inner a {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 540px;
		height: 400px;
		-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		background-color: rgba(0, 0, 0, 0.2)
	}

	.service_slide_box_inner a:hover {
		-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		background-color: rgba(11, 36, 65, 0.9)
	}

	.service_slide_box_inner_content {
		position: absolute;
		top: 10px;
		left: 10px;
		display: block;
		width: 520px;
		height: 380px;
		padding: 45px 45px 0 45px;
		border: 1px solid #FFF
	}

	.service_slide_box_inner_content_line {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 25px;
		height: 25px;
		border-bottom: 1px solid #FFF;
		border-left: 1px solid #FFF
	}

	.service_slide_box_inner_content span {
		display: block;
		color: #FFF
	}

	.service_slide_box_inner_title {
		font-size: 26px;
		font-weight: 200;
		line-height: 1;
		padding: 0 0 20px 0;
		letter-spacing: 10px
	}

	.service_slide_box_inner_title_sub {
		font-size: 13px;
		line-height: 1;
		position: relative;
		margin: 0 0 40px 0;
		padding: 0 0 30px 0;
		letter-spacing: 5px
	}

	.service_slide_box_inner_title_sub:after {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 57px;
		height: 2px;
		content: '';
		background: #FFF
	}

	.service_slide_box_inner_txt {
		font-size: 12px;
		line-height: 34px;
		text-align: justify
	}

	.read_more {
		font-size: 11px;
		line-height: 36px;
		position: absolute;
		right: -21px;
		bottom: 15px;
		width: 255px;
		height: 46px;
		text-align: center;
		letter-spacing: 5px
	}

	.read_more:after {
		position: absolute;
		top: 11px;
		left: 55px;
		width: 13px;
		height: 15px;
		content: '';
		background: url(../img/home/readmore_arrow.png)
	}

	.service_slide_box_inner a:hover .read_more {
		background: url(../img/home/readmore_bg.png)
	}

	.second_main_ttl_area {
		position: relative;
		width: 100%;
		height: 370px;
		margin: 0 auto;
		background-position: 50% 50%;
		background-size: cover
	}

	.second_main_ttl_filter {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(../img/home/zigzag.png)
	}

	.second_main_ttl {
		text-align: center;
		color: #FFF
	}

	.second_main_ttl_txt {
		font-size: 52px;
		font-weight: 100;
		line-height: 1;
		position: relative;
		display: inline-block;
		height: 140px;
		margin-top: 165px;
		letter-spacing: 50px;
	}

	.second_main_ttl_txt span {
		font-size: 20px;
		font-weight: 100;
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		height: 62px;
		text-align: left;
		letter-spacing: 20px
	}

	.second_main_ttl_txt span:after {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 75px;
		height: 3px;
		content: '';
		background: #FFF
	}

	.second_basic_block {
		width: 89.6%;
		max-width: 1720px;
		margin: 0 auto;
		margin-top: 80px;
		padding: 60px 8% 30px 8%;
		border-top: 11px solid #0B2441;
		border-bottom: 11px solid #0B2441;
		background: rgba(255, 255, 255, 0.9);
		-webkit-box-shadow: 0 5px 15px 0 rgba(50, 50, 50, 0.5);
		-moz-box-shadow: 0 5px 15px 0 rgba(50, 50, 50, 0.5);
		box-shadow: 0 5px 15px 0 rgba(50, 50, 50, 0.5)
	}

	.second_sec_ttl {
		font-size: 46px;
		font-weight: 300;
		text-align: center;
		letter-spacing: 36px;
		color: #0B2441
	}

	.second_sec_ttl span {
		font-size: 16px;
		font-weight: 700;
		display: block;
		padding-top: 15px;
		padding-bottom: 30px;
		letter-spacing: 10px
	}

	.second_sec_ttl_read {
		font-size: 40px;
		font-weight: 100;
		line-height: 70px;
		text-align: center;
		letter-spacing: 5px;
		color: #0B2441
	}

	.sp_br {
		display: none
	}

	.second_basic_block_inner {
		margin: 0 auto;
		margin-top: 55px;
		padding: 60px 0 0 0;
		border-top: 8px solid #0B2441
	}

	.width1420 {
		width: 100%;
		margin-right: auto;
		margin-left: auto
	}

	.contents_list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.contents_list.column4 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.contents_list_box {
		margin-bottom: 60px
	}

	.column4 .contents_list_box,
	.column4.tagtoru div {
		/* width: 24%; */
		/* margin-right: 1%; */
	}

	.column4 .contents_list_box:nth-child(4n),
	.column4.tagtoru div:nth-child(4n) {
		margin-right: 0
	}

	.column4 .contents_list_box img,
	.column4.tagtoru div img {
		width: 100%;
		height: auto
	}

	.column4.tagtoru div {
		line-height: 0;
		margin-bottom: 20px;
		border: 1px solid #5F5F5F
	}

	.column4.tagtoru div img {
		line-height: 0;
		width: 100%;
		height: auto
	}

	.column4.tagtoru {
		margin-bottom: 20px
	}

	.column3 .contents_list_box {
		width: 32%;
		max-width: 450px
	}

	.column3 .contents_list_box img {
		width: 100%;
		height: auto
	}

	.column2 .contents_list_box {
		width: 49%
	}

	.contents_list_box_ph.column2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.contents_list_box_ph.column2 img {
		display: block;
		width: 49%
	}

	.contents_list_box_ph img {
		border: 1px solid #CCC
	}

	.contents_list_box_works_ttl {
		font-size: 16px;
		font-weight: 300;
		line-height: 41px;
		height: 41px;
		margin-bottom: 10px;
		text-align: center;
		letter-spacing: 5px;
		color: #FFF;
		background-color: #0B2441
	}

	.contents_list_box_ttl {
		font-size: 24px;
		font-weight: 400;
		line-height: 44px;
		padding: 15px 0;
		text-align: left;
		letter-spacing: 0.25em;
		color: #0B2441
	}

	.contents_list_box p {
		font-size: 16px;
		line-height: 30px
	}

	.second_basic_block .sec_ttl {
		margin-bottom: 30px
	}

	.contents_list_box_data {
		padding: 10px 0 0 0
	}

	.contents_list_box_data dt {
		font-size: 12px;
		font-weight: 200;
		line-height: 20px;
		display: inline-block;
		min-width: 110px;
		padding: 5px 10px;
		text-align: center;
		letter-spacing: 2px;
		color: #FFF;
		background: #0B2441
	}

	.contents_list_box_data dd {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		display: inline-block;
		padding: 5px 20px;
		letter-spacing: 2px;
		color: #0B2441
	}

	.column4 .contents_list_box_data dd {
		display: block;
		padding: 15px 0;
		padding-right: 0;
		padding-left: 0
	}

	.column4 .contents_list_box_ph img {
		border: 0
	}
}

#video {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	height: auto;
	margin-top: -190px;
}

#movie {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0 auto;
	max-width: 100%;
}

.home_header2 {
	position: relative;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0 auto;
	height: auto;
	margin-top: -140px;
}

#header {
	background-color: rgba(255, 255, 255, 0.90);
	display: none;
}

#header.show {
	background-color: rgba(255, 255, 255, 0.90);
	display: block;
}

.service_slide .slick-prev {
	bottom: 5px;
	left: 40%;
}

.service_slide .slick-prev:after {
	position: absolute;
	bottom: -8px;
	left: 36%;
	width: 45px;
	height: 30px;
	content: '';
	background: url(../img/common/arr_sp_l.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
}

.service_slide .slick-next {
	right: 40%;
	bottom: 5px
}

.service_slide .slick-next:after {
	position: absolute;
	bottom: -8px;
	right: 3%;
	width: 45px;
	height: 30px;
	content: '';
	background: url(../img/common/arr_sp_r.png);
	background-repeat: no-repeat;
	background-size: 15px auto
}

.service_slide .slick-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	width: 80px;
	height: 30px;
	border: 2px solid #FFF;
	background-color: #B2B2B2;
	-webkit-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.5);
	box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.5)
}

.service_slide .slick-dots {
	position: absolute;
	bottom: 13px;
	width: 100%;
	text-align: center
}

.service_slide .slick-dots li {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.service_slide .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	content: '•';
	text-align: center;
	border: 2px solid #FFF;
	border-radius: 16px;
	background-color: #B2B2B2;
	-webkit-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.5);
	box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.5)
}

.slick-dots li.slick-active button:before {
	background-color: black
}

.home_service {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 635px;
}

.button_ {
	text-align: right;
	display: block;
	clear: both;
	width: 100%;
}

.button_ img {
	text-align: right;
	margin-right: 20px;
	margin-top: 5px;
}

#r_news {
	margin-top: 5px;
	height: 90px;
	/*スクロールの高さ*/
	overflow-y: scroll;
}

div.example {
	width: 100px;
	height: 100px;
	background-color: red;
	overflow: scroll;
}

/*0513追加フッターのimg*/

div.footer_logo_1 {
	text-align: center;
	max-width: 200px;
	width: 30%;
	display: block;
	margin: 0 auto;
}

div.footer_logo_1 img {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 80%;
	margin-top: 40px;
	height: auto;
}

@media screen and (max-width:480px) {
	#video {
		margin-top: 0px;
	}

	.home_header2 {
		margin-top: 0px;
	}

	#works_top div:nth-of-type(4) {
		display: none;
	}

	.button_ {
		display: none;
	}

	#works_top div:nth-of-type(5) {
		display: none;
	}

	#works_top div:nth-of-type(6) {
		display: none;
	}

}

.mv {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3em;
}

.mv img {
	width: 100%;
	height: auto;
	max-width: 600px
}

/*資料ダウンロード調整*/
.download_area .contact__ttl {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 60px;
	text-align: center;
}

.download_area .btn_download {
	font-size: 20px;
	font-weight: 700;
}

.download_area .btn_download:hover {
	color: #fff;
	background: #0B2441;
}

.btn_wide {
	color: #0B2441;
	border: 2px solid;
	border-color: #0B2441
}

.btn_wide:after {
	background-image: url(../img/common/btn_arrow_blue_b.png)
}

.btn_wide:hover {
	color: #FFF;
	background: #0B2441
}

.btn_wide:hover:after {
	background-image: url(../img/common/btn_arrow_wh_b.png)
}


@media screen and (max-width:767px) {
	.download_area .contact__ttl {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.download_area .btn_download {
		font-size: 15px;
		padding: 15px 0;
	}

	.download_area .btn_wide:after {
		position: absolute;
		top: 20px;
		left: 15px;
		width: 12px;
		height: 24px;
		content: '';
		background-repeat: no-repeat;
		background-size: contain;
	}

}