/*
Theme Name: daito layout
Theme URI:
Description:
Version:
Author: fs
Author URI:
*/

/* ヘッダー・ナビゲーション */

.header,
.header_middle {
	padding: 0rem;
}

.header_middle_inner {
	display: flex;
	position: fixed;
	background: #ffffff;
	width: 100%;
	min-height: 80px;
	margin: 0;
	padding: 1rem 1rem 1rem;
	z-index: 999;
}

.header_middle_inner .header_logo {
	position: relative;
	margin: 0 0;
}

.header_middle_inner .header_logo a {
	display: inline-block;
	width: 50vw;
	font-size: 0;
}

.header_middle_inner .header_logo a img {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 35vw;
	max-width: 200px;
	height: auto;
	padding: 0 1rem 0 0;
}

.header_middle_inner .header_logo a .text {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 0.75rem 0 0 0;

}

.sns_block {
	display: none;
	position: fixed;
	width: 100%;
	text-align: right;
	padding: 3rem 15rem 0;
	z-index: 999;
}

#g-nav{
	position:fixed;
	z-index: -1;
	opacity: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(18,102,195,0.95);
	transition: all 0.3s;
	padding: 0;
}

#g-nav.panelactive{
	opacity: 1;
	z-index: 999;
}

#g-nav.panelactive #g-nav-list{
	position: fixed;
	z-index: 998; 
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#g-nav .site_logo {
	position: absolute;
	right: 4rem;
	bottom: 4rem;
	width: 128px;
	margin: 0 0 6rem;
	z-index: 999;
}

#g-nav .site_logo img {
	width: 100%;
	height: auto;
}

/*ナビゲーション*/

#g-nav .nav_list_inner {
	display: none;
	z-index: 999;
}

#g-nav.panelactive .nav_list_inner {
	display: block;
	width: 100%;
	margin: 1rem 0;
	padding: 1rem 1rem;
	vertical-align: top;
}

#g-nav .nav_list_inner li {
	list-style: none;
	margin: 0 0 5rem;
	padding: 0;
}

#g-nav .nav_list_inner li a {
	text-decoration: none;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #ffffff;
}

#g-nav.panelactive .nav_list_inner li .sub-menu {
	margin: 2rem 0 2rem;
}

#g-nav .nav_list_inner li a span {
	display: block;
	font-size: 3.0rem;
	letter-spacing: 0em;
	font-weight: 700;
	color: #ffffff;
	margin: 1rem 0 1rem;
}

#g-nav .nav_list_inner li ul li {
	margin: 1.5rem 0 0;
	padding: 0 0 0 1.5rem;
}

#g-nav .nav_list_inner li ul li a:before {
	position: relative;
	top: -1px;
	font-size: 1.2rem;
	color: #ffffff;
	content: "－ ";
}

#g-nav .nav_list_inner li ul li a {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #ffffff;
}

.site_policy {
	position: absolute;
	left: 1rem;
	bottom: 2rem;
	z-index: 999;
}

.site_policy a {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #ffffff;
}

/* ボタン */

.openbtn1 {
	position: fixed;
	z-index: 9999;
	top: 6px;
	right: 1rem;
	cursor: pointer;
	background: #1266c3;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
  
.openbtn1 span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 21px;
	height: 2px;
	background: #ffffff;
	width: 40%;
}

.openbtn1 span:nth-of-type(1) {
	top: 26px; 
}

.openbtn1 span:nth-of-type(2) {
	top: 35px;
}

.openbtn1 span:nth-of-type(3) {
	top: 44px;
}

.openbtn1.active span:nth-of-type(1) {
	top: 26px;
	left: 21px;
	transform: translateY(9px) rotate(-45deg);
	width: 40%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
	top: 44px;
	left: 21px;
	transform: translateY(-9px) rotate(45deg);
	width: 40%;
}

.nav_list {
	width: 100%;
	text-align: center;
	margin: 0;
}

.nav_list .list_item {
	display: inline-block;
	text-align: center;
	margin: 0 2rem 0;
}

.nav_list .list_item a {
	display: block;
	padding: 6rem 0 0;
}

.nav_list .list_item .ja_menu {
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
}

.nav_list .list_item .en_menu {
	display: block;
	font-size: 0.8rem;
	font-weight: 500;
	color: #c0d9b5;
	margin: 1rem 0 0;
	padding: 0;
}

/* ページトップ */

.pagetop_button a {
	position: fixed;
	z-index: 9998;
	bottom: 20px;
	right: 1rem;
	cursor: pointer;
	background: #1266c3;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.pagetop_button a .name {
	display: block;
	width: 25px;
	font-size: 1.0rem;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 1rem 0 0;
}

.pagetop_button a .marker {
	position: relative;
	top: 14px;
	right: -5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 1rem;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: rotate(-45deg);
}

.pagetop_button a:hover .name {
	border-bottom: 1px solid #ffffff;
}

.pagetop_button a:hover .marker {
	top: 10px;
}

.pagetop_button a::before,
.pagetop_button a::after,
.pagetop_button a span::before,
.pagetop_button a span::after {
	z-index: -1;
	content: '';
}

.pagetop_button a,
.pagetop_button a::before,
.pagetop_button a::after,
.pagetop_button a span,
.pagetop_button a span::before,
.pagetop_button a span::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* パンくず */

.breadcrumbs {
	background: #ffffff;
}

.breadcrumb {
	width: 100%;
	margin: 0;
	padding: 0;
}

.breadcrumb_list {
	margin: 0;
	padding: 0;
}

.breadcrumb_list li {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height:1.4;
	padding: 0 1rem 0 0;
}

.breadcrumb_list li span {
	font-size: 1.4rem;
	font-weight: 500;
}

.breadcrumb_list li a {
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0;
}

/* ページネーション */

.pagination {
	width: 100%;
	margin: 8rem 0 2rem;
	padding: 0;
	text-align: center;
}

.pagination_inner {
	margin: 0 auto;
	padding: 1rem 0 1rem;
}

.pagination_inner li {
	display: inline-block;

}

.pagination_inner li span,
.pagination_inner li a {
	background: #efefef;
	font-size: 2rem;
	font-weight: 500;
	text-decoration: none;
	vertical-align: middle;
	border: none;
	margin: 0.5rem 0.5rem;
	padding: 1rem 1.5rem 1rem;
	border-radius: 5px;
}

.pagination_inner li .dots,
.pagination_inner li .prev,
.pagination_inner li .next {
	background: none;
	font-size: 2rem;
	vertical-align: middle;
}

.pagination_inner li a:hover {

}

.pagination_inner li .current {
	background: #dcdcdc;
}

/* コンテンツトップ・スライドイメージ */

.index_top {
	padding: 90px 0 0;
}

.bx-wrapper {
	left: 0;
	box-shadow: none;
	border: none;
	background: #ffffff;
	padding: 0 1rem;
}

#slider li {
	position: relative;
	height: 80vh;
	min-height: 80vw;
	background: center left / cover no-repeat;
	background-attachment: scroll;
	border-radius: 15px;
	padding-top: 1.5rem;
}

/* ページャー */

.bx-wrapper .bx-pager {
	position: absolute;
	top: 100px;
	right: 0;
	bottom: auto;
	width: 100%;
	text-align: left;
	padding: 0 1.5rem;
	z-index: 997;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	text-indent: -9999px;
	background: url("http://www.daito-const.com/daito_wp/wp-content/themes/daitolayout/images/nav_back.svg") no-repeat bottom;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url("http://www.daito-const.com/daito_wp/wp-content/themes/daitolayout/images/nav_back_current.svg") no-repeat bottom;
}

/* スクロール */

.page_scroll {
	margin-top: -13vh; /* 固定ナビのネガティブマージン */ 
	padding-top: 13vh; /* 打ち消し用のパディング */ 
}

/* フェード */

.fade-in0 {
	opacity: 0;
	transition-duration: 1.2s;
	transition-property: opacity, transform;
	transform: translate(0, 20px)
	z-index: 997;
}

.fade-in150 {
	opacity: 0;
	transition-duration: 1.2s;
	transition-property: opacity, transform;
	transform: translate(0, 20px)
}

.delay1 {
	transition-delay: 0.3s;
}

.delay2 {
	transition-delay: 0.6s;
}

.delay3 {
	transition-delay: 0.9s;
}

.delay4 {
	transition-delay: 1.2s;
}

.delay5 {
	transition-delay: 1.5s;
}

.delay8 {
	transition-delay: 2.1s;
}

.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

/* コンテンツ */

.content_h1_title {
	margin: 10rem 0 4rem;
	padding: 0;

}

.content_h1_title .en_title {
	display: block;
	font-size: 10.2vw;
	font-weight: 900;
	color: #1266c3;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 0 0 2rem;
	padding: 0;
}

.content_h1_title .jp_title {
	display: block;
	font-size: 4.8vw;
	font-weight: 700;
	color: #222222;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0;
}

.content_h2_title {
	width: 100%;
	margin: 2rem 0 4rem;
	padding: 0;
}

.content_h2_title .en_title {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	color: #222222;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0;
}

.content_h2_title .jp_title {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	color: #222222;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 0;
	margin: 1rem 0 2rem;
	padding: 0;
}

.content_h2_copy {
	font-size: 2.2rem;
	font-weight: 700;
	color: #222222;
	line-height: 1.6;
	letter-spacing: 0.4em;
	margin: 2rem 0 2rem;
	padding: 0;
}

.content_h3_title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #222222;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 2rem 0 4rem;
	padding: 0;
}

.content_h3_copy {
	font-size: 3.0rem;
	color: #222222;
	letter-spacing: 0.4em;
	line-height: 1.6;
	margin: 2rem 0 4rem;
	padding: 0 2rem;
}

main p {
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

.text-progress {
	display: block;
    position: relative;
    width: 300px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    color: #ccc;
}

.text-progress::after {
    content: attr(data-txt);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: #1a1e24;
    clip: rect(0,0,100px,0);
    transition: clip 0.4s linear;
}

.text-progress:hover::after {
    clip: rect(0,300px,100px,0);
}

.transition_button_1 {
	display: block;
	position: relative;
	background: #1266c3;
	width: 200px;
	height: 70px;
	line-height: 70px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin: 2rem 0 0 auto;
	border-radius: 35px;
}

.transition_button_1::after {
	content: attr(data-txt);
	position: absolute;
	top: 0;
	left: 0;
	background: #338ff5;
	width: 100%;
	height: 70px;
	line-height: 70px;
	color: #ffffff;
	clip: rect(0,0,200px,0);
	transition: clip 0.2s linear;
	border-radius: 35px;
}

.transition_button_1:hover::after {
	clip: rect(0,200px,70px,0);
}

.transition_button_2 {
	width: 100%;
}

.transition_button_2 a {
	display: block;
	width: 200px;
	background: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 700;
	color: #242424;
	margin: 2rem 0 2rem auto;
	padding: 2.5rem 2rem 2.5rem;
}

.transition_button_2 a .marker {
	font-size: 1.2rem;
	font-weight: 700;
	color: #242424;
	margin-left: 0.5rem;
}

.transition_button_2 a:hover {
	background: #1e1e1e;
	color: #ffffff;
}

.transition_button_2 a:hover span {
	color: #ffffff;
}

.transition_button_2 a::before,
.transition_button_2 a::after,
.transition_button_2 a span::before,
.transition_button_2 a span::after {
	z-index: -1;
	content: '';
}

.transition_button_2 a,
.transition_button_2 a::before,
.transition_button_2 a::after,
.transition_button_2 a span,
.transition_button_2 a span::before,
.transition_button_2 a span::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.transition_image a img {
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.transition_image a:hover img {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.link_button_list {
	width: 100%;
	margin: 4rem 0 0;
	padding: 0 0;
}

/* メインインデックス */

.index_top .gmap_spot {
	display: block;
	width: 97%;
	text-align: right;
}

.index_top .gmap_spot_inner {
	position: relative;
	display: inline-block;
	width: 50vw;
	height: 50vw;
	max-width: 400px;
	max-height: 400px;
}

.index_top .gmap_spot_inner iframe {
	position:absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	width: 100%;
	height: 100%;
	z-index: 997;
	border-radius: 50%;
    outline: 8px solid #2861c3;
    outline-offset: -5px;
}

.index_top .gmap_spot_inner iframe label {
	width: auto;
	display: inline;
}

.index_top .gmap_spot_inner iframe img {
	max-width: none;
}

.index_top .gmap_spot .here {
	position: absolute;
	right: 15vw;
	bottom: 3vw;
	display: block;
	font-size: 2.0rem;
	font-weight: 700;
	color: #222222;
	text-align: left;
	-webkit-text-stroke: 6px #ffffff;
	text-stroke: 6px #ffffff;
	paint-order: stroke;
	z-index: 999;
}

.index_top .works_info {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ffffff;
	width: 80vw;
	z-index: 997;
	padding: 2rem 2rem 2rem 1rem;
	border-radius: 0 15px 0 0;
}

.index_top .works_info::before, .index_top .works_info::after {
	content: "";
	position: absolute;
	background: transparent;
	width: 15px;
	height: 15px;
	border-radius: 0 0 0 15px;
	box-shadow: -6px 6px 0 6px #ffffff;
}

.index_top .works_info::before {
	left: 0;
	top: -15px;	
}

.index_top .works_info::after {
		left: 80vw;
	bottom: 0;
}

.index_top .works_info .title {
	font-size: 1.6rem;
	font-weight: 500;
	color: #222222;
	line-height: 1.2;
	letter-spacing: 0.1em;
	word-break: keep-all;
	overflow-wrap: break-word;
	margin: 0 0 0.5rem;
	padding: 0;
}

.index_top .works_info .spot {
	font-size: 1.2rem;
	font-weight: 500;
	color: #2861c3;
	color: #222222;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin: 0 0 1rem;
	padding: 0;
}

.index_top_copy {
	position: absolute;
	left: 3rem;
	bottom: 22rem;
	font-size: 3.2rem;
	font-weight: 900;
	color: #1266c3;
	line-height: 1.4;
	letter-spacing: 0.10em;
	-webkit-text-stroke: 12px #ffffff;
	text-stroke: 12px #ffffff;
	paint-order: stroke;
	z-index: 998;
}

.index_h2_title {
	width: 100%;
	margin: 6rem 0 8rem;
	padding: 0;
}

.index_h2_title .en_title {
	display: block;
	font-size: 10.2vw;
	font-weight: 900;
	color: #1266c3;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 0 0 2rem;
	padding: 0;
}

.index_h2_title .jp_title {
	display: block;
	font-size: 4.8vw;
	font-weight: 700;
	color: #222222;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0;
}

.index_h3_title {
	width: 100%;
	margin: 2rem 0 4rem;
	padding: 0;
}

.index_h3_title .en_title {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	color: #85A4C2;
	letter-spacing: 0.4em;
	margin: 1rem 0 2rem;
	padding: 0;
}

.index_h3_title .jp_title {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	color: #222222;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0;
}

.index_h3_copy {
	font-size: 3.0rem;
	font-weight: 700;
	color: #222222;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin: 2rem 0 6rem;
	padding: 0;
}

.index_h4_title {
	font-size: 2.0rem;
	font-weight: 700;
	color: #222222;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 2rem 0 4rem;
	padding: 0;
}

.index_h4_copy {
	font-size: 3.0rem;
	color: #222222;
	letter-spacing: 0.4em;
	line-height: 1.6;
	margin: 2rem 0 6rem;
	padding: 0 2rem;
}

/* 大藤建設について */

.about_inner {
	display: block;
	flex-wrap: wrap;
	gap: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

.about_inner .index_middle_left {
	width: 100%;
	padding: 0;
}

.about_inner .index_middle_right {
	width: 100%;
	padding: 0;
}

.about_inner .index_middle_right img {
	display: block;
	width: 100%;
	max-width: 450px;
	height: auto;
	margin: 2rem 0 0 auto;
}

.index_about_inner .index_about_text {
	width: 100%;
	max-width: 750px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 0.1em;
	margin: 0 0 2rem;
	padding: 0;
}

/* サービス */

.service_inner {
	display: block;
	flex-wrap: wrap;
	gap: 0;
	width: 100%;
	margin: 0;
	padding: 0 0;
}

.service_inner .index_middle_left {
	width: 100%;
	padding: 0;
}

.service_inner .index_middle_right {
	width: 100%;
	padding: 0;
}

.service_inner .index_middle_left .service_img {
	position: relative;
	padding: 0;
}

.service_inner .index_middle_left .service_img img {
	position: relative;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 2rem 0 0 auto;
	border-radius: 15px;
}

.service_inner .index_middle_left .service_img .blk2 {
	display: block;
	background: #ffffff;
	width: 20vw;
	height: 20vw;
}

.service_inner .index_middle_left .service_img .blk2 {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius:  0 15px 0 0;
}

.service_inner .index_middle_left .service_img::before,
.service_inner .index_middle_left .service_img::after {
	content: "";
	position: absolute;
	background: transparent;
	width: 15px;
	height: 15px;
	border-radius: 0 0 0 15px;
	box-shadow: -6px 6px 0 6px #ffffff;
}

.service_inner .index_middle_left .service_img::before {
	left: 0;
	bottom: 20vw;
	z-index: 998;
}

.service_inner .index_middle_left .service_img::after {
	left: 20vw;
	bottom: 8px;
	z-index: 998;
}

.service_inner .index_h3_copy .sub {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 1rem 0 0;
}

.index_service_inner .index_service_text {
	width: 100%;
	max-width: 750px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 0.1em;
	margin: 0 0 2rem;
	padding: 0;
}

.service_inner .index_middle_right .list_sub {
	background: #f9f9f8;
	width: 100%;
	margin: 2rem 0 0;
	padding: 2rem 1.5rem;
	border-radius: 15px;
}

.service_inner .index_middle_right .list_sub li {
	list-style: square inside;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 1rem;
}

/* 施工事例 */

.index_works {
	padding: 0 0 2rem;
}

.index_works .bx-wrapper {
	left: 0;
	width: 100%;
	margin: 0 0;
	padding: 0;
	box-shadow: none;
	border: none;
	background: none;
}

.index_works .slider_inner {
	position: relative;
	padding: 0;
}

#slider2 li {
	position: relative;
	background-size: cover;
	height: 70vw;
	max-height: 400px;
	border-radius: 15px;
}

#slider2 li a {
	display: block;
	width: 100%;
	height: 100%;
}

#slider2 li a .name {
	display: block;
	position: absolute;
	bottom: 4rem;
	left: 0;
	background: #ffffff;
	width: 90%;
	min-height: 60px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 1rem 1rem;
	border-radius: 0 15px 15px 0;
}

#slider2 li a .name::before {
	content: "";
	position: absolute;
	left: 0;
	top: -15px;	
	background: transparent;
	width: 15px;
	height: 15px;
	border-radius: 0 0 0 15px;
	box-shadow: -6px 6px 0 6px #ffffff;
}

#slider2 li a .name::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	background: transparent;
	width: 15px;
	height: 15px;
	border-radius: 15px 0 0 0;
	box-shadow: -6px -6px 0 6px #ffffff;
}

.index_works .link_button_list {
	width: 90%;
	margin: 0 auto;
}

/* アクセス */

.index_access {
	width: 100%;
	padding: 0 0;
}

.index_access .index_access_inner {
	width: 100%;
}

.index_access .index_h2_title {
	width: 100%;
	margin: 6rem 0 8rem;
	padding: 1rem 0;
}

.index_access_inner .map_list,
.page-company .map_list {
	display: block;
	flex-wrap: wrap;
	width: 100%;
}

.index_access_inner .map_list .list_item,
.page-company .map_list .list_item {
	position: relative;
	width: 100%;
	height: 80vh;
	margin: 0 0 4rem;
	overflow: hidden;
}

.index_access_inner .map_list .item_c,
.page-company .map_list .item_c {
	width: 100%;
	border-radius: 15px 15px;
}

.index_access_inner .map_list .item_l,
.page-company .map_list .item_l {
	border-radius: 15px 15px;
}

.index_access_inner .map_list .item_r,
.page-company .map_list .item_r {
	border-radius: 15px 15px;
}

.index_access_inner .map_list .list_item iframe,
.page-company .map_list .list_item iframe {
	height: 120vh;
	margin-top: -20vh;
}

.index_access_inner .map_list .list_item .address_list,
.page-company .map_list .list_item .address_list {
	background: #ffffff;
	width: 80vw;
	padding: 2rem 2rem 0;
}

.index_access_inner .map_list .item_c .address_list,
.page-company .map_list .item_c .address_list {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 15px 0 15px 0;
	padding: 0 2rem 2rem;
}

.index_access_inner .map_list .item_l .address_list,
.page-company .map_list .item_l .address_list {
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 15px 0 0;
}

.index_access_inner .map_list .item_r .address_list,
.page-company .map_list .item_r .address_list {
	border-radius: 15px 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

.index_access_inner .map_list .item_c .address_list::before, .index_access_inner .map_list .item_c .address_list::after,
.index_access_inner .map_list .item_l .address_list::before, .index_access_inner .map_list .item_l .address_list::after,
.index_access_inner .map_list .item_r .address_list::before, .index_access_inner .map_list .item_r .address_list::after,
.page-company .map_list .item_c .address_list::before, .page-company .map_list .item_c .address_list::after,
.page-company .map_list .item_l .address_list::before, .page-company .map_list .item_l .address_list::after,
.page-company .map_list .item_r .address_list::before, .page-company .map_list .item_r .address_list::after {
	content: "";
	position: absolute;
	background: transparent;
	width: 15px;
	height: 15px;
}

.index_access_inner .map_list .item_c .address_list::before, .index_access_inner .map_list .item_c .address_list::after,
.page-company .map_list .item_c .address_list::before, .page-company .map_list .item_c .address_list::after {
	border-radius: 15px 0 0 0;
	box-shadow: -6px -6px 0 6px #ffffff;
}

.index_access_inner .map_list .item_l .address_list::before, .index_access_inner .map_list .item_l .address_list::after,
.page-company .map_list .item_l .address_list::before, .page-company .map_list .item_l .address_list::after {
	border-radius: 0 0 0 15px;
	box-shadow: -6px 6px 0 6px #ffffff;
}

.index_access_inner .map_list .item_r .address_list::before, .index_access_inner .map_list .item_r .address_list::after,
.page-company .map_list .item_r .address_list::before, .page-company .map_list .item_r .address_list::after {
	border-radius: 0 0 15px 0;
	box-shadow: 6px 6px 0 6px #ffffff;
}

.index_access_inner .map_list .item_c .address_list::before,
.page-company .map_list .item_c .address_list::before {
	left: 0;
	bottom: -15px;	
}

.index_access_inner .map_list .item_c .address_list::after,
.page-company .map_list .item_c .address_list::after {
	left: 80vw;
	top: 0;
}

.index_access_inner .map_list .item_l .address_list::before,
.page-company .map_list .item_l .address_list::before {
	left: 0;
	top: -15px;	
}

.index_access_inner .map_list .item_l .address_list::after,
.page-company .map_list .item_l .address_list::after {
	left: 80vw;
	bottom: 0;
}

.index_access_inner .map_list .item_r .address_list::before,
.page-company .map_list .item_r .address_list::before {
	right: 0;
	top: -15px;	
}

.index_access_inner .map_list .item_r .address_list::after,
.page-company .map_list .item_r .address_list::after {
	right: 80vw;
	bottom: 0;
}

.address_list .name {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 1rem;
	padding: 0;
}

.address_list .text {
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 0.5rem;
	padding: 0;
}

.map_text {
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
	margin: 2rem 0 0;
	padding: 0;
}

/* 採用情報 */

.index_message_imege_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1vw 1%;
	width: 100%;
	height: auto;
	margin: 1vw 0;
}

.message_text_list {
	display: block;
	height: auto;
}

.index_message_imege_list .list_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.index_message_imege_list .item01 {
	width: 49%;
	height: 44vw;
}

.index_message_imege_list .item02 {
	width: 24%;
	height: 21.5vw;
}

.index_message_imege_list .item03 {
	width: 100%;
	max-width: 750px;
	height: auto;
}

.index_recruit_list {
	width: 100%;
	margin: 2rem 0 4rem;
	padding: 0 0;
}

.index_recruit_list dt {
	font-size: 2.6rem;
	font-weight: 700;
	color: #222222;
	line-height:1.6;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 2rem 0;
}

.index_recruit_list dd {
	font-weight: 500;
	line-height:2.0;
	letter-spacing: 0.15em;
	margin: 0;
	padding: 2rem 0;
}

/* お問い合わせ */

.index_contact {
	background: linear-gradient(rgba(18,102,195,1),rgba(18,102,195,1)),url("") no-repeat top center;
	background-size: cover;
}

.index_contact .index_contact_inner {
	display: flex;
	flex-wrap: wrap;
}

.index_contact .index_h2_title .en_title,
.index_contact .index_h2_title .jp_title {
	color: #ffffff;
}

.contact_list {
	width: 100%;
	margin: 0 0 1rem;
	padding: 0;
}

.contact_list .title {
	font-size: 2.0rem;
	font-weight: 700;
	color: #ffffff;
	line-height:1.6;
	margin: 0 0 1rem;
	padding: 0;
}

.contact_list .text {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	line-height:1.4;
	margin: 4rem 0 0.5rem;
	padding: 0;
}

.contact_list .tel {
	color: #ffffff;
	line-height:1.4;
	margin: 0 0;
	padding: 0;
}

.contact_list .tel .name {
	position: relative;
	top: -3px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0;
	padding: 0;
}

.contact_list .tel .no {
	font-size: 3.8rem;
	font-weight: 700;
	color: #ffffff;
	margin-left: 1rem;
	padding: 0;
}

.index_contact .link_button_list {
	width: 100%;
	margin: 0 0 2rem auto;
}

.index_contact .transition_button_1 {
	background: #338ff5;
	width: 300px;
	font-size: 2.0rem;
	margin: 2rem auto 2rem;
}

.index_contact .transition_button_1::after {
	clip: rect(0,0,300px,0);
}

.index_contact .transition_button_1:hover::after {
	background: #ffffff;
	color: #1266c3;
	clip: rect(0,300px,70px,0);
}

/* メインインデックス　インフォメーション */

.index_infomation {
	padding: 2rem 1rem 2rem;
}

.index_infomation_inner {
	display: block;
	gap: 0;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 1rem 1.5rem 0;
	background: #f9f9f8;
	border-radius: 15px;
}

.index_infomation .index_middle_left {
	width: 100%;
	padding: 0;
}

.index_infomation .index_middle_right {
	width: 100%;
	padding: 0;
}

.index_infomation .index_h2_title .en_title {
	font-size: 5.2rem;
}

.index_infomation .index_h2_title .jp_title {
	font-size: 1.6rem;
}

.index_infomation .infomation_list {
	width: 100%;
	margin: 0 0;
	padding: 0 0 10rem;
}

.index_infomation .infomation_list .infomation_item {
	margin: 0;
	padding: 1rem 0;
	border-top: 1px solid #e2e2e2;
}

.index_infomation .infomation_list .infomation_item:first-child {
	border: none;
}

.index_infomation .infomation_list .infomation_item dl {
	width: 100%;
	line-height: 1.2;
}

.index_infomation .infomation_list .infomation_item_date {
	display: inline-block;
	width: 30%;
	font-size: 1.4rem;
	font-weight: 700;
	line-height:1.4;
	vertical-align: top;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0.5rem 1rem 0.5rem 0;
}

.index_infomation .infomation_list .infomation_item_title {
	display: block;
	position: relative;
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0.75rem 1rem 0 0;
}

.index_infomation .infomation_list .infomation_item_title a {
	font-weight: 500;
	line-height:1.4;
}

.index_infomation .infomation_list .infomation_item_cat {
	display: inline-block;
}

.index_infomation .infomation_list .infomation_item_cat span {
	display: inline-block;
	margin: 0 0.25rem 0.5rem;
	padding: 0;
}

.index_infomation .infomation_list .infomation_item_cat span a {
	display: inline-block;
	background: #1266c3;
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0.25rem 0 0.25rem;
	padding: 0.5rem 1.25rem 0.75rem;
	border-radius: 6px;
}

.index_infomation .infomation_list .infomation_item_cat span a::before {
	content: "#";
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
}

.index_infomation .infomation_list dt:first-child,
.index_infomation .infomation_list dt:first-child + dd,
.index_infomation .infomation_list dt:first-child + dd + dd,
.index_infomation .infomation_list dt:first-child,
.index_infomation .infomation_list dt:first-child + dd,
.index_infomation .infomation_list dt:first-child + dd + dd {
	border: none;
}

.index_infomation_inner .link_button_list {
	display: block;
	position: absolute;
	right: -1rem;
	bottom: 0;
	width: 230px;
	background: #ffffff;
	margin: 0;
	padding: 0 1rem 0 1rem;
	border-radius: 15px 0 0 0;
}

.index_infomation_inner .link_button_list::before,
.index_infomation_inner .link_button_list::after {
	content: "";
	position: absolute;
	background: transparent;
	width: 15px;
	height: 15px;
	border-radius: 0 0 15px 0;
	box-shadow: 6px 6px 0 6px #ffffff;
}

.index_infomation_inner .link_button_list::before {
	right: 0;
	top: -15px;	
}

.index_infomation_inner .link_button_list::after {
	right: 230px;
	bottom: 0;
}

/* アーカイブ */

.archive .archive_top_inner {
	height: auto;
	padding: 1rem 1rem 2rem;
	border-radius: 15px;
}

.archive .archive_middle {
	padding: 2rem 0;
}

.archive .archive_middle_inner {
	padding: 2rem 1rem 2rem;
	border-radius: 6px;
}

/* アーカイブ　インフォメーション */

.post-type-archive-infomation .archive_infomation,
.tax-infomation_cat .archive_infomation {
	padding: 2rem 1rem 2rem;
}

.post-type-archive-infomation .archive_infomation_inner,
.tax-infomation_cat .archive_infomation_inner {

}

.post-type-archive-infomation .infomation_list,
.tax-infomation_cat .infomation_list {
	width: 100%;
	margin: 0 0 10rem;
	padding: 0 0 0.5rem;
}

.post-type-archive-infomation .infomation_list .infomation_item,
.tax-infomation_cat .infomation_list .infomation_item {
	background: #f9f9f8;
	margin: 0 0 1.5rem;
	padding: 2.5rem 4rem;
	border-radius: 15px;
}

.post-type-archive-infomation .infomation_list .infomation_item:first-child,
.tax-infomation_cat .infomation_list .infomation_item:first-child {

}

.post-type-archive-infomation .infomation_list .infomation_item dl,
.tax-infomation_cat .infomation_list .infomation_item dl {
	width: 100%;
	line-height: 1.2;
}

.post-type-archive-infomation .infomation_list .infomation_item_date,
.tax-infomation_cat .infomation_list .infomation_item_date {
	display: inline-block;
	width: 15%;
	font-size: 1.4rem;
	font-weight: 700;
	line-height:1.4;
	vertical-align: top;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0.5rem 1rem 0.5rem 0;
}

.post-type-archive-infomation .infomation_list .infomation_item_title,
.tax-infomation_cat .infomation_list .infomation_item_title {
	display: block;
	position: relative;
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0.75rem 1rem 0 0;
}

.post-type-archive-infomation .infomation_list .infomation_item_title a,
.tax-infomation_cat .infomation_list .infomation_item_title a {
	font-weight: 500;
	line-height:1.4;
}

.post-type-archive-infomation .infomation_list .infomation_item_cat,
.tax-infomation_cat .infomation_list .infomation_item_cat {
	display: inline-block;
}

.post-type-archive-infomation .infomation_list .infomation_item_cat span,
.tax-infomation_cat .infomation_list .infomation_item_cat span {
	display: inline-block;
	margin: 0 0.25rem 0.5rem;
	padding: 0;
}

.post-type-archive-infomation .infomation_list .infomation_item_cat span a,
.tax-infomation_cat .infomation_list .infomation_item_cat span a {
	display: inline-block;
	background: #1266c3;
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0.25rem 0 0.25rem;
	padding: 0.5rem 1.25rem 0.75rem;
	border-radius: 6px;
}

.post-type-archive-infomation .infomation_list .infomation_item_cat span a::before,
.tax-infomation_cat .infomation_list .infomation_item_cat span a::before {
	content: "#";
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
}

.post-type-archive-infomation .infomation_list dt:first-child,
.post-type-archive-infomation .infomation_list dt:first-child + dd,
.post-type-archive-infomation .infomation_list dt:first-child + dd + dd,
.tax-infomation_cat .infomation_list dt:first-child,
.tax-infomation_cat .infomation_list dt:first-child + dd,
.tax-infomation_cat .infomation_list dt:first-child + dd + dd {

}

/* アーカイブ　施工実績 */

.post-type-archive-works .archive_middle {
	padding: 0 0 6rem;
}

.works_category {
	background: #2975c9;
	width: 100%;
	margin: 0;
	padding: 0 0;
}

.works_category_inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 4rem 1rem 4rem;
}

.category_title {
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	letter-spacing: 0.1em;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.category_title::after {
	content: "：";
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
}

.category_list {
	display: inline-block;
	position: relative;
	width: 100%;
	vertical-align: middle;
	margin: 1.5rem 0 1.5rem;
	padding: 0;
}

.category_list .cat-item {
	display: inline-block;
	margin: 0.5rem 0.25rem 0.5rem;
	padding: 0.5rem 0;
}

.category_list .cat-item .children {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.category_list .cat-item .children li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.category_list .cat-item a {
	background: rgba(255,255,255,0.1);
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 2rem 0 2rem;
	padding: 0.25rem 1.25rem 0.5rem;
	border-radius: 6px;
}

.category_list .cat-item a::before {
	content: "#";
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
}

.category_list .cat-item a:hover {
	background: #ffffff;
	color: #2861c3;
}

.category_list .cat-item a:hover::before {
	content: "#";
	font-size: 1.3rem;
	font-weight: 700;
	color: #2861c3;
}

.category_list .cat-item a,
.category_list .cat-item a::before,
.category_list .cat-item a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.works_inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 12vw 4%;
}

.works_inner li {
	position: relative;
	background-size: cover;
	width: 48%;
	height: 70vw;
	max-height: 400px;
	border-radius: 15px;
	padding: 0 2rem;
	vertical-align: top;
}

.works_inner li a {
	display: block;
	width: 100%;
	height: 100%;
}

.works_inner li a .name {
	display: block;
	position: absolute;
	bottom: 4rem;
	left: 0;
	background: #ffffff;
	width: 90%;
	min-height: 60px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 1rem 1rem;
	border-radius: 0 15px 15px 0;
}

.works_inner li a .name::before {
	content: "";
	position: absolute;
	left: 0;
	top: -15px;	
	background: transparent;
	width: 15px;
	height: 15px;
	border-radius: 0 0 0 15px;
	box-shadow: -6px 6px 0 6px #ffffff;
}

.works_inner li a .name::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	background: transparent;
	width: 15px;
	height: 15px;
	border-radius: 15px 0 0 0;
	box-shadow: -6px -6px 0 6px #ffffff;
}

/* アーカイブ　採用情報 */

.recruit_outline_title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #222222;
	letter-spacing: 0.2em;
	margin: 2rem 0 4rem;
	padding: 0;
}

.message_imege_list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 1vw 1%;
	width: 100%;
	height: 44vw;
	margin: 1vw 0;
}

.message_text_list {
		display: block;
		height: auto;
}

.message_imege_list .list_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.message_imege_list .item01 {
	width: 49%;
	height: 44vw;
}

.message_text_list .item_text {
	width: 100%;
	max-width: 750px;
	height: auto;
}

.message_imege_list .item02 {
	width: 24%;
	height: 21.5vw;
}

.message_imege_list .item03 {
	width: 49%;
	height: 21.5vw;
}

.message_imege_list .list_item .message_outline {
	width: 100%;
	margin: 0 0;
}

.message_imege_list .list_item .message_outline dt {
	font-size: 2.8rem;
	font-weight: 500;
	color: #222222;
	line-height:1.6;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 2rem 0;
}

.message_imege_list .list_item .message_outline dd {
	font-weight: 500;
	line-height:2.0;
	letter-spacing: 0.15em;
	margin: 0;
	padding: 2rem 0;
}

.archive_enviroment {
	background: #2975c9;
}

.archive_enviroment .content_h2_title .en_title,
.archive_enviroment .content_h2_title .jp_title,
.archive_enviroment .content_h3_title {
	color: #ffffff;
}

.archive_recruit .enviroment_list {
	display: block;
	flex-wrap: wrap;
	gap: 0;
	width: 100%;
	margin: 0 0 2rem;
	padding: 0;
}

.archive_recruit .enviroment_list .list_item {
	background: rgba(255,255,255, 0.1);
	width: 100%;
	margin: 0 0 1rem;
	padding: 2rem 1.5rem;
	border-radius: 15px;
}

.archive_recruit .enviroment_list .list_item dl {
	width: 100%;
}

.archive_recruit .enviroment_list .list_item100 {
	display: flex;
	width: 100%;
}

.archive_recruit .enviroment_list .list_item dl .list_title {
	font-size: 2.6rem;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin: 0 0 2rem;
	padding: 0 0 2rem;
	border-bottom: 2px solid rgba(255,255,255, 0.3);
}

.archive_recruit .enviroment_list .list_item dl .list_text,
.archive_recruit .enviroment_list .list_item dl .list_text .text {
	font-weight: 500;
	line-height: 2.0;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.archive_recruit .enviroment_list .list_item .list_sub {
	margin: 2rem 0 0;
	padding: 0;
}

.archive_recruit .enviroment_list .list_item .list_sub li {
	list-style: square inside;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.4;
	margin: 0 0 1rem;
}

.archive_photo {
	padding: 0;
}

.archive_photo .archive_photo_inner {
	width: 100%;
	padding: 0;
}

.archive_photo .content_h2_title {
	width: 100%;
	margin: 6rem auto 8rem;
	padding: 0 1rem;
}

.archive_photo_inner .bx-wrapper {
	left: 0;
	width: 100%;
	margin: 0 0;
	padding: 0;
	box-shadow: none;
	border: none;
	background: none;
}

.recruit_outline_title {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 2rem 0 4rem;
	padding: 0;
}

.recruit_outline {
	display: block;
	flex-wrap: wrap;
	width: 100%;
	margin: 4rem 0 12rem;
}

.recruit_outline dt {
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	vertical-align: top;
	line-height:1.8;
	margin: 0;
	padding: 3rem 0;
	border-bottom: 3px solid #e8e8e8;
}

.recruit_outline dd {
	width: 100%;
	font-weight: 500;
	line-height:1.8;
	margin: 0;
	padding: 3rem 0;
	border-bottom: 1px solid #e8e8e8;
}

.recruit_outline dd .recruit_dd_list {
	margin: 0 0 1rem;
	padding: 0;
}

.recruit_outline dd .recruit_dd_list .name {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height:1.4;
	padding: 1rem 0 1.5rem;
	border-bottom: none;
}

.recruit_outline dd .recruit_dd_list .text {
	display: block;
	font-weight: 500;
	line-height:1.4;
	padding: 0 0 1rem;
	border-bottom: none;
}

.tax-recruit_cat .content_h2_title .jp_title {
	color: #1a1a1a;
}

.tax-recruit_cat .recluitment_list {
	display: block;
	flex-wrap: wrap;
	width: 100%;
	margin: 4rem 0 12rem;
}

.tax-recruit_cat .recluitment_list dt {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	vertical-align: top;
	line-height:1.8;
	margin: 0;
	padding: 3rem 0;
	border-bottom: 3px solid #e8e8e8;
}

.tax-recruit_cat .recluitment_list dd {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height:1.8;
	margin: 0;
	padding: 3rem 0;
	border-bottom: 1px solid #e8e8e8;
}

.recluitment_list dd span,.recluitment_list dd h1,.recluitment_list dd h2,.recluitment_list dd h3,.recluitment_list dd h4,.recluitment_list dd h5.recluitment_list dd ,h6,.recluitment_list dd p,.recluitment_list dd dt,.recluitment_list dd dd,.recluitment_list dd li,.recluitment_list dd th,.recluitment_list dd td {
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.notrecruiting_text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 0 0 10rem;
}

/* 固定ページ */

.page .page_top {
	padding: 0;
}

.page .page_top_inner {
	height: auto;
	padding: 1rem 1rem 2rem;
}

.page .page_middle {
	padding: 6rem 0;
}

.page .page_middle_inner {
	padding: 2rem 1rem 2rem;
	background: #ffffff;
	border-radius: 15px;
}

/* 会社案内 */

.page-company .page_middle_inner {
	display: block;
	flex-wrap: wrap;
	gap: 0;
}

.page-company .page_middle_left {
	width: 100%;
	padding: 0;
}

.page-company .page_middle_right {
	width: 100%;
	padding: 0;
}

.page-company .page_middle_right img {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 16rem 0 0;
	border-radius: 15px;
}

.page-company .ceo {
	max-width: 750px;
	text-align: right;
	margin: 8rem 0 0;
}

.page-company .ceo .title {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 0 0 1rem;
}

.page-company .ceo .name {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 0 0 1rem;
}

.page-company .message_text {
	max-width: 750px;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 0.1em;
	margin: 0 0 4rem;
	padding: 0;
}

.page-company .company_outline {
	background: #e7eff9;
	padding: 6rem 1rem;
}

.page-company .company_outline .page_company_inner {
	padding: 4rem 1.5rem;
}

.page-company .profile {
	display: block;
	flex-wrap: wrap;
	width: 100%;
	margin: 4rem 0 12rem;
}
.page-company .profile .name {
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	vertical-align: top;
	line-height:1.8;
	margin: 0;
	padding: 3rem 0;
	border-bottom: 3px solid #e8e8e8;
}

.page-company .profile .text {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height:1.8;
	margin: 0;
	padding: 3rem 0;
	border-bottom: 1px solid #e8e8e8;
}

.page-company .profile ul li {
	font-weight: 500;
	line-height:1.4;
	margin: 0 0 0.5rem;
}

.page-company .profile ul .license .license_name {
	display: inline-block;
	width: 55%;
	font-weight: 500;
	line-height:1.4;
}

.page-company .profile ul .license .perm {
	display: inline-block;
	width: 15%;
	font-weight: 500;
	line-height:1.4;
}

.page-company .profile ul .license .no1 {
	display: inline-block;
	width: 10%;
	font-weight: 500;
	line-height:1.4;
}

.page-company .profile ul .license .no2 {
	display: inline-block;
	width: 18%;
	font-weight: 500;
	line-height:1.4;
}

.page-company .profile ul .license .date {
	display: inline-block;
	width: 40%;
	font-weight: 500;
	line-height:1.4;
}

.page-company .profile ul .license .url {
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 500;
	line-height:1.4;
}

.page-company .profile ul .license .url .link {
	font-size: 1.4rem;
	font-weight: 500;
	color: #4c7f9f;
}

/* 固定ページ　プライバシーポリシー */

.policy_text {
	font-weight: 500;
	line-height: 2.0;
	margin: 0 0 4rem;
	padding: 0;
}

.policy_outline {
	margin: 2rem 0 4rem;
	padding: 0;
}

.policy_outline .neme {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 0 0 2rem;
	padding: 0;
}

.policy_outline .neme .no {
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 500;
	margin: 0 1rem 0 0;
	padding: 0;
}

.policy_outline .text {
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 6rem;
	padding: 0;
}

.policy_outline .text .policy_list {
	margin: 1rem 0 2rem 2rem;
	padding: 0;
}

.policy_list .list_item {
	font-weight: 500;
	line-height: 1.6;
	list-style: square;
	margin: 0 0 0.5rem;
	padding: 0;
}

.policy_outline .text .contact .name {
	font-size: 1.6rem;
	font-weight: 500;
	line-height:1.4;
	margin: 4rem 0 0.5rem;
	padding: 0;
}

.policy_outline .text .contact .text {
	font-weight: 500;
	line-height:1.4;
	margin: 0 0 4rem;
	padding: 0;
}

/* 単一記事 */

.single .single_top {
	padding: 0;
}

.single .single_top_inner {
	height: auto;
	padding: 1rem 1rem 2rem;
}

.single .single_middle {
	padding: 6rem 0;
}

.single .single_middle_inner {
	padding: 2rem 1rem 2rem;
	background: #ffffff;
	border-radius: 6px;
}

/* シングル　インフォメーション */

.single_infomation_inner span,.single_infomation_inner h1,.single_infomation_inner h2,.single_infomation_inner h3,.single_infomation_inner h4,.single_infomation_inner h5.single_infomation_inner ,h6,.single_infomation_inner p,.single_infomation_inner dt,.single_infomation_inner dd,.single_infomation_inner li,.single_infomation_inner th,.single_infomation_inner td {
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.single .infomation_header {
	margin: 1rem 0 4rem;
	padding: 0;
}

.single .infomation_header .date {
	display: block;
	font-size: 2.0rem;
	font-weight: 700;
	line-height:1.4;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 1rem 0 1rem;
}

.single .infomation_header .cat {
	display: block;
	margin: 0.5rem 0 0;
	padding: 0;
}

.single .infomation_header .cat span {
	display: inline-block;
	margin: 0 0.25rem 0;
	padding: 0;
}

.single .infomation_header .cat span a {
	background: #1266c3;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 2rem 0 2rem;
	padding: 0.25rem 1.25rem 0.5rem;
	border-radius: 6px;
}

.single .infomation_header .cat span a::before {
	content: "#";
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
}

/* 単一記事　実績紹介 */

.single_works_inner {
	display: block;
	flex-wrap: wrap;
	padding: 0;
}

.single_works_outline {
	width: 100%;
}

.single_works_map {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.single_works_gmap iframe {
	display: block;
	background: #ffffff;
	width: 100%;
	height: 86vw;
	max-width: 450px;
	max-height: 450px;
	z-index: 997;
	border-radius: 50%;
    outline: 8px solid #2861c3;
    outline-offset: -5px;
	margin: 0 0 4rem auto;
}

.single_works_gmap iframe label {
	width: auto;
	display: inline;
}

.single_works_gmap iframe img {
	max-width: none;
}

.single_works_gmap .here {
	position: absolute;
	right: 25vw;
	bottom: 3vw;
	display: block;
	font-size: 2.0rem;
	font-weight: 700;
	color: #222222;
	-webkit-text-stroke: 6px #ffffff;
	text-stroke: 6px #ffffff;
	paint-order: stroke;
	z-index: 999;
}

.single_works_inner .content_h2_title {
	margin: 2rem 0 2rem;
}

.single_works_inner .single_works_outline .works_cat {
	margin: 0 0 8rem;
}

.single_works_inner .single_works_outline .works_cat .construction_name {
	display: inline-block;
	margin: 0 0.5rem 0 0;
}

.single_works_inner .single_works_outline .works_cat .construction_name a {
	background: #1266c3;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 2rem 0 2rem;
	padding: 0.25rem 1.25rem 0.5rem;
	border-radius: 6px;
}

.single_works_inner .single_works_outline .works_cat .construction_name a::before {
	content: "#";
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
}

.remarks {
	margin: 0 0 4rem;
	padding: 0;
}

.remarks span,.remarks h1,.remarks h2,.remarks h3,.remarks h4,.remarks h5.remarks ,h6,.remarks p,.remarks dt,.remarks dd,.remarks li,.remarks th,.remarks td {
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.single-works .featured_image {
	background: center left / cover no-repeat;
	width: 99%;
	height: 40vw;
	min-height: 460px;
	margin: 0 auto 1.5rem;
	padding: 0;
	border-radius: 15px;
}

.single-works .works_single_thumbnail {
	display: block;
	flex-wrap: wrap;
	width: 100%;
	margin: 4rem 0 2rem;
}

.single-works .thumbnail_item {
	width: 100%;
	margin: 0;
	padding: 1rem 0;
}

.single-works .thumbnail_item img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.single_other {
	padding: 0;
}

.single_other .single_middle_inner {
	width: 100%;
	padding: 1rem 0;
}

.single_other_inner .content_h2_title {
	width: 100%;
	margin: 6rem auto 8rem;
	padding: 0 1rem;
}

.single_other_inner .bx-wrapper {
	left: 0;
	width: 100%;
	margin: 0 0;
	padding: 0;
	box-shadow: none;
	border: none;
	background: none;
}

/* メールフォーム */

.page-contact .page_top,
.page-contact_check .page_top,
.page-contact_thanks .page_top {
}

.mailform {
	width: 100%;
	margin: 0 0 4rem;
	padding: 0;
}

.mailform dt {
	width: 25%;
	display: inline-block;
	font-weight: 500;
	vertical-align: top;
	margin: 0;
	padding: 1rem 0 1rem;
}

.mailform dt p {
	font-weight: 500;
}

.mailform dt .must {
	position: relative;
	top: -2px;
	display: inline-block;
	background: #1266c3;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	line-height:1;
	border-radius: 6px;
	margin: 0 0.5rem;
	padding: 0.5rem 0.75rem 0.5rem;
}

.mailform dd {
	width: 73%;
	display: inline-block;
	margin: 0;
	padding: 1rem 0 1rem;
}

.mailform dd span {
	font-weight: 500;
}

.page input,
.page textarea,
.page select {
	border: 0;
	padding: 1rem;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	margin: 0 auto 2rem;
}

.page .w15 input,
.page .w15 textarea,
.page .w15 select {
	width: 15%;
}

.page .w30 input,
.page .w30 textarea,
.page .w30 select {
	width: 30%;
}

.page .w60 input,
.page .w60 textarea,
.page .w60 select {
	width: 60%;
}

.page .w100 input,
.page .w100 textarea,
.page .w100 select {
	width: 100%;
}

.mailform dd .mwform-radio-field-text {
	margin-right: 1rem;
}

.mailform .anno_text {
	display: block;
	font-size: 1.4rem;
	line-height:1.6;
	margin: 0;
	padding: 0;
}

.terms {
	height: 20rem;
	width: 85%;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	overflow: auto;
	margin: 0 auto 5rem;
	clear: both;
	text-align:left;
}

.terms_title {
	font-size: 2.6rem;
	font-weight: 500;
	text-align: center;
	line-height:1.6;
	margin: 5rem auto 1rem;
	padding: 0;
}

.terms .terms_subhead {
	font-size: 1.8rem;
	font-weight: 500;
	line-height:1.6;
	margin: 1.5rem 0 0;
	padding: 0;
}

.terms p {
	margin: 0.5rem 1rem 1.5rem;
	padding: 0;
	line-height: 1.6;
}

.terms ul {
	margin: 0.5rem 1rem 1.5rem;
}

.terms li {
	margin: 0 0 0.5rem 2rem;
	line-height: 1.6;
	list-style-type: disc;
}

p.terms_agree {
	background: #1e71c2;
	width: 100%;
	color: #ffffff;
	text-align: center;
	margin: 0 1rem 1rem;
	padding: 0;
}

p.terms_agree span {
	color: #ffffff;
}

.sending_button {
	width: 100%;
	text-align: center;
	margin: 3rem 0 3rem;
}

.page .wpcf7-submit {
	display: block;
	background: #d2d3d5;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	padding: 1.5rem 10rem 1.5rem;
	border-radius: 35px;
}

.page .wpcf7-submit:hover {
	background: #1266c3;
	color: #ffffff;
}

.page .wpcf7-submit::before,
.page .wpcf7-submit::after {
	z-index: -1;
	content: '';
}

.page .wpcf7-submit
.page .wpcf7-submit::before,
.page .wpcf7-submit::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page .contact_text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.0;
	margin: 0 0 4rem;
}

/* フッター */

footer {
	background: #e7eff9;
}

.footer_middle_inner,
.footer_bottom_inner {
	padding: 1rem 2rem;
}

.footer_middle_box {
	width: 100%;
	display: flex;
}

.footer_middle_box .box_item {
	width: 100%;
	vertical-align: top;
	padding: 2rem 0;
	vertical-align: bottom;
}

.footer_address {
	width: 100%;
	margin: 2rem 0 1rem;
	padding: 0;
}

.footer_address .footer_logo {
	display: block;
	width: 40vw;
	max-width: 220px;
	margin: 0 0 1rem;
	padding: 0;
}

.footer_address .footer_logo img {
	width: 100%;
	height: auto;
}

.footer_address .name {
	display: block;
	width: 100%;
	font-size: 2.4rem;
	font-weight: 700;
	vertical-align: top;
	line-height:1.6;
	margin: 0 0 2rem;
	padding: 0;
}

.footer_address .text {
	display: block;
	font-weight: 500;
	line-height:1.6;
	margin: 0 2rem 0.5rem 0;
	padding: 0;
}

.footer_address .text a {
	font-weight: 500;
	line-height:1.6;
}

.footer_nav .nav_list_inner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	height: 450px;
	margin: 0 0;
	vertical-align: top;
}

.footer_nav .nav_list_inner li {
	list-style: none;
	margin: 0 0 5rem;
	padding: 0;
}

.footer_nav .nav_list_inner li a {
	text-decoration: none;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.footer_nav .nav_list_inner li a span {
	display: block;
	font-size: 2.6rem;
	letter-spacing: 0em;
	font-weight: 500;
	margin: 1rem 0 1rem;
}

.footer_nav .nav_list_inner li ul {
	margin: 2rem 0 0;
}

.footer_nav .nav_list_inner li ul li {
	margin: 1rem 0 0;
}

.footer_nav .nav_list_inner li ul li a:before {
	position: relative;
	top: -1px;
	font-size: 1.2rem;
	content: "－ ";
}

.footer_nav .nav_list_inner li ul li a {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}

.footer_policy {
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0.5rem 0;
}

.footer_policy a {
	position: relative;
	font-weight: 700;
	padding-right: 1.5rem;
}

.footer_policy a .marker {
	position: absolute;
	top: 0.3vw;
	right: 0;
	width: 1.0vw;
	height: 1.0vw;
	font-size: 1.4rem;
	font-weight: 700;
	line-height:1;
	padding: 0.2vw 0.2vw;
	border-radius: 50%;
}

footer .footer_copyright {
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	padding: 1rem 0;
}

@media (min-width: 961px) {

/* ヘッダー・ナビゲーション */

.header_middle_inner {
	padding: 1.5rem 0 1.5rem 4rem;
}

.header_middle_inner .header_logo a {
	width: 35vw;
	max-width: 550px;
}

.header_middle_inner .header_logo a img {
	width: 40%;
	max-width: 260px;
}

.header_middle_inner .header_logo a .text {
	font-size: 2.0rem;
}

#g-nav .site_logo {
	position: absolute;
	right: 4rem;
	bottom: 4rem;
	width: 256px;
	margin: 0 0 6rem;
	z-index: 999;
}

#g-nav .site_logo img {
	width: 100%;
	height: auto;
}


#g-nav.panelactive .nav_list_inner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	padding: 4rem 4rem;
	vertical-align: top;
}

#g-nav .nav_list_inner li a {
	font-size: 1.4rem;
}

#g-nav .nav_list_inner li a span {
	font-size: 3.4rem;
}

#g-nav .nav_list_inner li ul li a:before {
	position: relative;
	top: -1px;
	font-size: 1.2rem;
}

#g-nav .nav_list_inner li ul li a {
	font-size: 1.4rem;
}

.site_policy {
	position: absolute;
	left: 4rem;
	bottom: 4rem;
	z-index: 999;
}

.site_policy a {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #ffffff;
}

.nav_list {
	width: 100%;
	text-align: center;
	margin: 0;
}

.nav_list .list_item {
	display: inline-block;
	text-align: center;
	margin: 0 2rem 0;
}

.nav_list .list_item a {
	display: block;
	padding: 6rem 0 0;
}

.nav_list .list_item .ja_menu {
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
}

.nav_list .list_item .en_menu {
	display: block;
	font-size: 0.8rem;
	font-weight: 500;
	color: #c0d9b5;
	margin: 1rem 0 0;
	padding: 0;
}

/* ボタン */

.openbtn1 {
	right: 40px;
}
  
/* ページトップ */

.pagetop_button a {
	right: 4rem;
}

/* コンテンツトップ・スライドイメージ */

.index_top {
	padding: 13vh 0 0;
}

#slider li {
	height: 80vh;
	min-height: 80vh;
	background: center / cover no-repeat;
	background-attachment: fixed;
}

/* ページャー */

.bx-wrapper .bx-pager {
	position: absolute;
	top: auto;
	right: 30%;
	bottom: 1.5rem;
	width: 30%;
	padding-top: 4rem;
}

/* コンテンツ */

.content_h1_title .en_title {
	font-size: 8.4rem;
}

.content_h1_title .jp_title {
	font-size: 2.6rem;
}

.content_h2_title .en_title {
	font-size: 1.6rem;
}

.content_h2_title .jp_title {
	font-size: 3.6rem;
}

.content_h2_copy {
	font-size: 2.8rem;
}

.content_h3_title {
	font-size: 2.8rem;
}

/* メインインデックス */

.bx-wrapper {
	padding: 0 4rem;
}

.index_top .gmap_spot_inner {
	width: 25vw;
	height: 25vw;
	max-width: 600px;
	max-height: 600px;
}

.index_top .works_info {
	width: 35vw;
	padding: 4rem 4rem 2rem;
}

.index_top .works_info::after {
	left: 35vw;
	bottom: 0;
}

.index_top_copy {
	left: 8rem;
	bottom: 30rem;
	font-size: 3.2vw;
}

.index_h2_title .en_title {
	font-size: 7.2rem;
}

.index_h2_title .jp_title {
	font-size: 2.6rem;
}

.index_h3_copy {
	font-size: 4.0rem;
}

/* 大藤建設について */

.about_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10%;
}

.about_inner .index_middle_left {
	width: 50%;
}

.about_inner .index_middle_right {
	width: 40%;
}

.about_inner .index_middle_right img {
	max-width: auto;
	margin: 2rem 0 0;
}

/* サービス */

.service_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10%;
}

.service_inner .index_middle_left {
	width: 40%;
}

.service_inner .index_middle_right {
	width: 50%;
}

.service_inner .index_middle_left .service_img img {
	max-width: auto;
	margin: 2rem 0 0;
}

.service_inner .index_middle_left .service_img .blk2 {
	width: 8vw;
	height: 8vw;
}

.service_inner .index_middle_left .service_img::before {
	left: 0;
	bottom: 8vw;
}

.service_inner .index_middle_left .service_img::after {
	left: 8vw;
	bottom: 8px;
}

.index_h3_copy .sub {
	display: inline-block;
	font-size: 2.0rem;
	margin: 0 0 0 2rem;
}

.service_inner .index_middle_right .list_sub {
	padding: 2rem 2.5rem;
}

/* 施工事例 */

.index_works {
	padding: 0;
}

#slider2 li {
	height: 50vw;
	max-height: 360px;
}

#slider2 li a .name {
	bottom: 6rem;
	width: 400px;
	font-size: 1.4rem;
	padding: 2rem 2rem;
}

/* アクセス */

.index_access {
	padding: 0 1rem;
}

.index_access .index_h2_title {
	width: 90%;
	margin: 6rem auto 8rem;
}

.index_access_inner .map_list,
.page-company .map_list {
	display: flex;
	flex-wrap: wrap;
}

.index_access_inner .map_list .list_item,
.page-company .map_list .list_item {
	width: 50%;
	margin: 0;
}

.index_access_inner .map_list .item_c,
.page-company .map_list .item_c {
	width: 100%;
	border-radius: 15px 15px 0 0;
}

.index_access_inner .map_list .item_l,
.page-company .map_list .item_l {
	border-radius: 0 0 0 15px;
}

.index_access_inner .map_list .item_r,
.page-company .map_list .item_r {
	border-radius: 0 0 15px 0;
}

.index_access_inner .map_list .list_item .address_list,
.page-company .map_list .list_item .address_list {
	width: 35vw;
	padding: 4rem 4rem 0;
}

.index_access_inner .map_list .item_c .address_list,
.page-company .map_list .item_c .address_list {
	padding: 0 4rem 4rem;
}

.index_access_inner .map_list .item_c .address_list::after,
.page-company .map_list .item_c .address_list::after {
	left: 35vw;
}

.index_access_inner .map_list .item_l .address_list::after,
.page-company .map_list .item_l .address_list::after {
	left: 35vw;
}

.index_access_inner .map_list .item_r .address_list::after,
.page-company .map_list .item_r .address_list::after {
	right: 35vw;
}

.map_text {
	text-align: right;
}

/* 採用情報 */

.index_message_imege_list {
	flex-direction: column;
	height: 44vw;
}

.index_message_imege_list .item03 {
	width: 49%;
	height: 21.5vw;
	max-width: auto;
}

.index_recruit_list {
	padding: 0 0 0 4rem;
}

.index_recruit_list dt {
	font-size: 3.2rem;
}

/* メインインデックス　インフォメーション */

.index_infomation {
	padding: 2rem 0 2rem;
}

.index_infomation_inner {
	display: flex;
	gap: 0 8rem;
	width: 90%;
	margin: 0 auto;
	padding: 2rem 4rem 0;
}

.index_infomation .index_middle_left {
	width: 20%;
}

.index_infomation .index_middle_right {
	width: 80%;
}

.index_infomation .infomation_list .infomation_item_date {
	width: 15%;
}

.index_infomation_inner .link_button_list {
	right: -4rem;
}

.index_infomation_inner .link_button_list::before {
	right: 0;
	top: -15px;	
}

.index_infomation_inner .link_button_list::after {
	right: 230px;
	bottom: 0;
}

/* アーカイブ */

.archive .archive_top_inner {
	height: 360px;
	padding: 4rem 1rem 2rem;
}

.archive .archive_middle {
	padding: 2rem 1rem;
}

/* アーカイブ　インフォメーション */


/* アーカイブ　施工実績 */

.works_category {
	padding: 0 1rem;
}

.works_category_inner {
	width: 90%;
	padding: 4rem 4rem 4rem;
}

.category_title {
	width: 10%;
}

.category_list {
	width: 88%;
}

.works_inner li {
	height: 50vw;
	max-height: 400px;
}

.works_inner li a .name {
	bottom: 6rem;
	width: 400px;
	font-size: 1.4rem;
	padding: 2rem 2rem;
}

/* アーカイブ　採用情報 */

.message_text_list .item_text {
	max-width: auto;
}

.message_imege_list .list_item .message_outline {
	width: 90%;
	margin: 2rem 0 4rem;
}

.message_imege_list .list_item .message_outline dt {
	font-size: 4.2rem;
}

.archive_recruit .enviroment_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2vw 4%;
}

.archive_recruit .enviroment_list .list_item dl .list_title {
	font-size: 3.4rem;
}


.archive_photo .content_h2_title {
	width: 90%;
	padding: 0 4rem;
}

.recruit_outline {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 4rem 0 12rem;
}

.recruit_outline dt {
	width: 20%;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 3rem 1rem;
}

.recruit_outline dd {
	width: 80%;
	padding: 3rem 1rem;
}

.recruit_outline dd .recruit_dd_list {
	margin: 0 0 1rem;
	padding: 0;
}

.tax-recruit_cat .recluitment_list {
	display: flex;
	flex-wrap: wrap;
}

.tax-recruit_cat .recluitment_list dt {
	width: 20%;
	padding: 3rem 1rem;
}

.tax-recruit_cat .recluitment_list dd {
	width: 80%;
	padding: 3rem 1rem;
}

/* 固定ページ */

.page .page_top_inner {
	height: 360px;
	padding: 4rem 1rem 2rem;
}

.page .page_middle {
	padding: 6rem 1rem;
}

/* 会社案内 */

.page-company .page_middle_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10%;
	padding: 0;
}

.page-company .page_middle_left {
	width: 50%;
	padding: 0;
}

.page-company .page_middle_right {
	width: 40%;
	padding: 0;
}

.page-company .page_middle_right img {
	max-width: auto;
}

.page-company .ceo .title {
	font-size: 1.8rem;
}

.page-company .ceo .name {
	font-size: 2.8rem;
}

.page-company .message_text {
	max-width: auto;
}

.page-company .company_outline {
	background: #e7eff9;
}

.page-company .profile {
	display: flex;
	flex-wrap: wrap;
}
.page-company .profile .name {
	width: 20%;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 3rem 1rem;
}

.page-company .profile .text {
	width: 80%;
	padding: 3rem 1rem;
}

/* 固定ページ　プライバシーポリシー */

/* 単一記事 */


.single .single_top_inner {
	height: 360px;
	padding: 4rem 1rem 2rem;
}

.single .single_middle {
	padding: 6rem 1rem;
}

/* シングル　インフォメーション */

/* 単一記事　実績紹介 */

.single_works_inner {
	display: flex;
	flex-wrap: wrap;
}

.single_works_outline {
	width: 50%;
}

.single_works_map {
	width: 50%;
}

.single_works_gmap iframe {
	width: 36vw;
	height: 35vw;
	max-width: auto;
	max-height: auto;
}

.single_works_gmap .here {
	right: 15vw;
}

.single-works .works_single_thumbnail {
	display: flex;
	flex-wrap: wrap;
}

.single-works .thumbnail_item {
	width: 50%;
	margin: 0;
	padding: 0.5% 0.5%;
}

.single_other_inner .content_h2_title {
	width: 90%;
	padding: 0 4rem;
}

}

@media (min-width: 1367px) {

/* コンテンツ */

.content_h1_title .en_title {
	font-size: 9.4rem;
}

.content_h1_title .jp_title {
	font-size: 3.2rem;
}

.content_h2_title .en_title {
	font-size: 2.0rem;
}

.content_h2_title .jp_title {
	font-size: 4.4rem;
}

.content_h2_copy {
	font-size: 2.8rem;
}

.content_h3_title {
	font-size: 3.4rem;
}

.content_h3_copy {
	font-size: 5.6rem;
}

/* メインインデックス */

.index_top .gmap .here {
	font-size: 2.0rem;
}

.index_top .works_info .title {
	font-size: 1.6rem;
}

.index_top .works_info .spot {
	font-size: 1.2rem;
}

.index_top_copy {
	font-size: 3.2vw;
}

.index_h2_title .en_title {
	font-size: 8.2rem;
}

.index_h2_title .jp_title {
	font-size: 3.6rem;
}

.index_h3_title .en_title {
	font-size: 2.0rem;
}

.index_h3_title .jp_title {
	font-size: 3.4rem;
}

.index_h3_copy {
	font-size: 5.8rem;
}

.index_h4_title {
	font-size: 3.0rem;
}

.index_h4_copy {
	font-size: 5.6rem;
}

}