@charset "UTF-8";
/*-----------------------------------
	base
-----------------------------------*/
html {
	height: 100%;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}

body {
	font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 15px;
	color: #32454D;
    line-height: 1.8em;
	letter-spacing:0.05em;
	font-weight: 500;
	counter-reset: number 0;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
}
.contents_inner{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
img {max-width: 100%;height: auto;}
a, a:link, a:visited {
	text-decoration:none;
    cursor: pointer;
	color: inherit;
}
.business_button{
	width: 190px;
	height: 50px;
	background-color: #32454D;
	border-radius: 40px;
	overflow: hidden;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	gap: 18px;
	font-size: 15px;
	font-weight: bold;
	padding-right: 5px;
	transition: background-color 0.3s ease;
}
a.business_button{
	color: #ffffff;
}
.business_button:hover {
  	background-color: #2F5E75;
}
.business_button:hover .arrow_black img {
  transform: translateX(6px);
}

.arrow_black{
	width: 38px;
	height: 38px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}
.arrow_black img{
	width: 12px;
	height: auto;
	transition: transform 0.3s ease;
}
.arrow_white{
	width: 38px;
	height: 38px;
	color: #fff;
	background-color: #27353B;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}
.arrow_white img{
	width: 12px;
	height: auto;
}
.sp {
	display: none;
}
@media screen and ( max-width: 640px) {
.sp {
	display: block;
}
.pc {
	display: none;
}
	
}
.works_button{
	margin: 0 auto;
	width: 190px;
	height: 50px;
	background-color: #32454D;
	border-radius: 40px;
	overflow: hidden;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	gap: 18px;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
	transition: background-color 0.3s ease;
}
a.works_button{
	color: #ffffff;
}
.works_button:hover{
	background-color: #2F5E75;
	/* filter: brightness(1.3); */
}
.works_button:hover .arrow_black img {
  transform: translateX(6px);
}

.news_button_pc{
	width: 190px;
	height: 50px;
	background-color: #32454D;
	border-radius: 40px;
	overflow: hidden;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	gap: 18px;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
	transition: background-color 0.3s ease;
}
a.news_button_pc{
	color: #ffffff;
}
.news_button_pc:hover{
	background-color: #2F5E75;
}
.news_button_pc:hover .arrow_black img {
  	transform: translateX(6px);
}
.news_button_sp{
	display: none;
}
@media screen and ( max-width: 1050px) {
	.news_button_pc{
		display: none;
	}
	a.news_button_sp{
		color: #ffffff;
	}
	.news_button_sp{
		width: 190px;
		height: 50px;
		background-color: #32454D;
		border-radius: 40px;
		overflow: hidden;
		color: #fff;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: center;
		align-items: center;
		gap: 18px;
		font-size: 16px;
		font-weight: bold;
		padding-right: 5px;
		transition: background-color 0.3s ease;
	}
	.news_button_sp:hover{
		background-color: #2F5E75;
	}
	.news_button_sp:hover .arrow_black img {
  		transform: translateX(6px);
	}
}



a.news_item{
	width: 100%;
	height: 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	gap: 40px;
	border-bottom: 1px solid #E6ECF2;
	transition: background-color 0.3s ease;
}
a.news_item:nth-child(1){
	border-top: 1px solid #E6ECF2;
}

@media screen and ( max-width: 1050px) {
	a.news_item{
		width: 100%;
		height: auto;
		padding: 20px 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		gap: 10px;
		border-bottom: 1px solid #E6ECF2;
		transition: 0.3s ease;
	}
}
/*.news_list li a:hover{
   
}*/
.news_list li a:hover span{
	opacity: 0.8;
}


*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.contact02_button{
	width: 226px;
	height: 50px;
	background-color: #fff;
	border-radius: 40px;
	overflow: hidden;
	color: #27353B;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	gap: 11px;
	font-size: 15px;
	font-weight: bold;
	padding-right: 5px;
	transition: background-color 0.3s ease;
}
a.contact02_button{
	color: #27353B;
}
.contact02_button:hover{
	background-color: #4AAFD5;
}
.contact02_button:hover img.h_arrow_white{
	display: none;
}
.contact02_button:hover img.h_arrow_blue01{
	display: block;
	transform: translateX(6px);
}
.quotation_button{
	width: 226px;
	height: 50px;
	background-color: #27353B;
	border-radius: 40px;
	overflow: hidden;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	gap: 41px;
	font-size: 15px;
	font-weight: bold;
	padding-right: 5px;
	border: 1px solid #fff;
	transition: background-color 0.3s ease;
}
a.quotation_button{
	color: #ffffff;
	margin: 0 auto;
}
.quotation_button:hover img.h_arrow_black{
	display: none;
}
.quotation_button:hover img.h_arrow_blue02{
	display: block;
	transform: translateX(6px)
}
.h_arrow_white img, .h_arrow_black img{
	display: block;
}
.h_arrow_blue01, .h_arrow_blue02{
	display: none;
	transition: transform 0.3s ease;
}
.quotation_button:hover{
	background-color: #4AAFD5;
}


/* フレックスボックス */
.row_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*==== justify-content ====*/
/* 中央揃え*/
.flex-center {display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;}
/* 両端配置*/
.flex-between {display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}
/* 均等配置*/
.flex-around {display: -webkit-flex;display: flex;-webkit-justify-content: space-around;justify-content: space-around;}
/* 左揃え*/
.flex-left {display: -webkit-flex;display: flex;-webkit-justify-content: flex-start;justify-content: flex-start;}
/* 右揃え*/
.flex-right {display: -webkit-flex;display: flex;-webkit-justify-content: flex-end;justify-content: flex-end;}

/*==== align-items ====*/
/* 上揃え */
.align-start {-webkit-align-items: flex-start;align-items: flex-start;}
/* 下揃え */
.align-end {-webkit-align-items: flex-end;align-items: flex-end;}
/* 中央揃え */
.align-center {-webkit-align-items: center;align-items: center;}
/* ベースライン */
.align-baseline {-webkit-align-items: baseline;align-items: baseline;}
/* 高さ揃え */
.align-stretch {-webkit-align-items: stretch;align-items: stretch;}

/*==== flex-wrap ====*/
/* 折り返しなし */
.flex-nowrap {-webkit-flex-wrap: nowrap;flex-wrap: nowrap;}
/* 上から下へ折り返し */
.flex-wrap {-webkit-flex-wrap: wrap;flex-wrap: wrap;}
/* 下から上へ折り返し */
.flex-reverse {-webkit-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}

/*==== align-content ====*/
/* 複数行設定 上揃え */
.flex-align-start {-webkit-align-content: flex-start;align-content: flex-start;}
/* 複数行設定 下揃え */
.flex-align-end {-webkit-align-content: flex-end;align-content: flex-end;}
/* 複数行設定 中央揃え */
.flex-align-end {-webkit-align-content: center;align-content: center;}
/* 複数行設定 両端配置 */
.flex-align-between {-webkit-align-content: space-between;align-content: space-between;}
/* 複数行設定 均等配置 */
.flex-align-around {-webkit-align-content: space-around;align-content: space-around;}
/* 複数行設定 高さ揃え */
.flex-align-around {-webkit-align-content: stretch;align-content: stretch;}

/* 中央寄せ margin */
.center_box {margin-right: auto;margin-left: auto;}
/* テキスト配置 */
.text_left {text-align: left;}
.text_left {text-align: right;}
.text_center {text-align: center;}





/* iOSでのデフォルトスタイルをリセット */
input[type='submit'],
input[type='button'],
input[type='reset'] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration,
input[type='reset']::-webkit-search-decoration {display: none;}
input[type='submit']::focus,
input[type='button']::focus,
input[type='reset']::focus {outline-offset: -2px;}

/* fix-header */
.fix-header {
	background-color: #fff;
	top: -66px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	position: fixed;
	opacity: 0;
	z-index: 99999;
	opacity: 0;
	box-shadow: 0 0px 10px rgb(126 126 126 / 10%);
}
.fix-header-contents{
    margin: 0 auto;
    padding-left: 15px;
    overflow: hidden;
}
.fix-header ul{
	list-style-type: none;
}
.fix-header li {
	float:left;
    width: 125px;
}
.fix-header li a {
	display: block;
    font-size: 13.5px;
    font-weight: 500;
    text-align: center;
    padding: 34.5px 0;
	position: relative;
}
.fix-header li a:hover {
	color: #2f69d9;
}
.fix-header li:nth-child(1) a:after {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-top: 1px solid #2e2e2e;
	border-right: 1px solid #2e2e2e;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.fix-header li a:before {
    content: "";
    width: 1px;
    height: 20%;
    background: #ececec;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.fix-header .megamenu_inner ul li a:before {
    display: none;
}
.fix-header li:last-child{
	margin-right:0;
}
#fix-header-logo{
    float: left;
    padding-top: 12px;
    padding-left: 10px;
}
#fix-header-menus{
	float:right;
	text-align: right;
}
#fix-header-menus .megamenu {
	top: 101px;
}
#scroll-fix-menu img{
	padding-bottom: 5px;
}
#scroll-fix-menu .current-menu-item img{
}
#scroll-fix-menu a img:hover{
	transition:border-color 0.6s ease-out;
}

/*-----------------------------------
	clearfix
-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------
	header
-----------------------------------*/
header {
	width: 100%;
	height: 75px;
	margin: 0 auto;
	padding: 0;
	z-index: 99999;
	position: fixed;
	background: transparent;
	top: 0;
}
header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
  z-index: -1;
}

header .contact_btn a {
    font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
    font-weight: bold;
	color: #fff;
	border-radius: 0;
}

.header_inner{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.logo_area{
	position: absolute;
	top: 20px;
	left: 50px;
	width: 346px;
	height: 60px;
	z-index: 100;
}
.logo_area a{
	display: block;
}

#sp_nav{
	display: none;
}
@media screen and ( max-width: 1300px) {
	#pc_nav{
		display: none;
	}
	#sp_nav{
		display: block;
		width: 100%;
		position: relative;
		z-index: 10;
	}
	#sp_icon{
        position: absolute;
		top: 0;
		right: 0;
		width: 70px;
		height: 70px;
		background-color: #32454D;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 5px;
		z-index: 100;
	}
	#sp_icon span{
		display: inline-block;
		width: 27px;
		height: 2px;
		background-color: #fff;
		position: relative;
	}
	#sp_icon span::before{
		content: "";
		display: block;
        width: 27px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: -7px;
		left: 0;
	}
	#sp_icon span::after{
		content: "";
		display: block;
        width: 27px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 7px;
		left: 0;
		margin-bottom: 5px;
		
	}
	#spMenu{
		display: none;

	}
    #spMenu.active{
		display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: column;
	    flex-direction: column;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-align-items: center;
	    align-items: center;
        gap: 30px;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		position: relative;
	}
	.sp_menu ul{
		display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: column;
	    flex-direction: column;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-align-items: center;
	    align-items: center;
        gap: 30px;
	}
	.sp_menu ul li:nth-child(-n+5) a{
		position: relative;
  		padding: 4px 0;
		transition: color 0.2s ease;
	}
	.sp_menu ul li:nth-child(-n+5) a::after{
		content: "";
  		position: absolute;
  		bottom: 0;
  		left: 50%;
  		width: 100%;
  		height: 1px;
  		background-color: #27353B;;
  		transform: translateX(-50%) scaleX(0);
  		transform-origin: center;
  		transition: transform 0.3s ease;
	}
	.sp_menu ul li:nth-child(-n+5) a:hover::after{
		transform: translateX(-50%) scaleX(1);
	}
	.sp_menu ul li:not(:last-child) a{
		font-size: 18px;
		font-weight: bold;
		display: flex;
		align-items: center; 
	}	
	.sp_contact_btn{   
	    display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		gap: 30px;
		color: #fff;
		margin-top: 50px;
    }
	.sp_recruit_link{
		width: 300px;
	    height: 70px; 
	    background-color: #F58032;
	    overflow: hidden;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		font-family: "IBM Plex Sans JP", sans-serif;
	    font-size: 18px;
	    font-weight: bold;
		gap: 10px;
	}
	.sp_contact_link{
		width: 300px;
	    height: 70px; 
	    background-color: #32454D;
	    overflow: hidden;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		font-family: "IBM Plex Sans JP", sans-serif;
	    font-size: 18px;
	    font-weight: bold;
		gap: 10px;
	}
    .sp_contact_btn .icon, .sp_recruit_btn .icon{
        width: 24px;
    	height: 15px;
    }
    
    a.sp_contact_link, a.sp_recruit_link{
    	transition: 0.3s ease;
    }
    a.sp_contact_link:hover, a.sp_recruit_link:hover{
        transform: scale(0.95);
    }
}
@media screen and ( max-width: 830px){
	.logo_area{
		width: 250px;
		left: 30px;
}
	.sp_recruit_link{
		width: 250px;
	    font-size: 16px;
	}
	.sp_contact_link{
		width: 250px;
	    font-size: 16px;
	}
}

.right.nav{
	width: auto;
	height: 75px;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 45px;
}
.gnav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	gap: 45px;
	font-weight: bold;
	font-size: 15px;
	color: #292929;
}
.gnav ul li a{
	transition: color 0.2s ease;
}
.gnav ul li a:hover{
	color: #00B1FD;
} 

.right_button_area{
	width: 315px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	gap: 15px;
	margin-right: 30px;
}
.contact_btn{
	width: 150px;
	height: 49px; 
	background-color: #32454D;
	border-radius: 25px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	gap: 7.5px;
}
.contact_btn .icon{
    width: 16px;
	height: 12px;
}

.contact_link {
	width: 150px;
	height: 49px; /* 高さを親要素に合わせる */
    display: flex; /* ← 追加 */
    justify-content: center; /* ← 横方向中央 */
    align-items: center; 
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: relative;
    z-index: 0;
	text-align: center;
	text-decoration: none !important;
	overflow: hidden;
	
}
.contact_link span,.recruit_link span{
	color: #ffffff;
}
a.contact_link{
	transition: 0.3s ease;
}
a.contact_link:hover{
    transform: scale(0.95);
}
.recruit_btn{
	width: 150px;
	height: 49px; 
	background-color: #F58032;
	border-radius: 25px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	gap: 7.5px;
}
.recruit_btn .icon{
    width: 16.22px;
	height: 20px;
}
.recruit_link {
	width: 150px;
	height: 49px; /* 高さを親要素に合わせる */
    display: flex; /* ← 追加 */
    justify-content: center; /* ← 横方向中央 */
    align-items: center; 
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: relative;
    z-index: 0;
	text-align: center;
	text-decoration: none !important;
	overflow: hidden;
}
a.recruit_link{
	transition: 0.3s ease;
}
a.recruit_link:hover{
    transform: scale(0.95);
}
/* quotaion */
.quotation_form{
	color: #fff;
    writing-mode: vertical-rl; 
    text-orientation: mixed; 
	font-family:"Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #31A567;
	width: 51px;
	height: 180px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	gap: 5px;
	position: fixed;
	top: 165px;
	right: 0;
	border-radius: 4px 0 0 4px;
	z-index: 100;
	transition: filter 0.3s ease;
}
.quotation_form:hover{
	filter: contrast(1.3);
}
.quotation_form img{
	margin: 5px 0 0 0;
}
/* to_top */
.to_top{
	position: fixed;
	bottom: 53px;
	right: 50px;
	background-color: #00B1FD;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 100;
	transition: filter 0.3s ease;
}
.to_top:hover{
	filter: contrast(1.3);
}
@media screen and ( max-width: 830px){
	.to_top{
		bottom: 50px;
		right: 10px;
	}
}
@media screen and ( max-width: 640px){
	.quotation_form{
		width: 100%;
		height: 51px;
		writing-mode: unset;
		top: auto;
		bottom: 0;
		border-radius: 4px 4px 0 0; 
	}
	.quotation_form img{
		margin: 0 0 0 5px;
	}
}



/*-----------------------------------
	contents
-----------------------------------*/
/* breadcrumb */
#breadcrumb {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    color: #27353B;
    padding: 0 0 20px;
	text-align: right;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

#breadcrumb .breadcrumb_text {
    display: inline-block;
    padding-left: 10px;
}

#breadcrumb .breadcrumb_text br {
    display: none;
}

#breadcrumb .breadcrumb_link {
    display: inline-block;
    color: #767676;
	position: relative;
	padding-right: 5px;
}

#breadcrumb .breadcrumb_link::after {
	position: absolute;
	    content: "";
    background-color: #83C7E5;
	right: -5px;
	bottom: 13px;
    height: 1.5px;
    width: 10px;
    transform: rotate(-45deg); 
}

#breadcrumb .breadcrumb_link:nth-child(1) a {
    font-weight: 600;
}

#breadcrumb .breadcrumb_link a {
    margin: 0 8px;
    color: #00B1FD;

}

#breadcrumb .breadcrumb_link a:hover {
    opacity: 0.8;
}

#breadcrumb::-webkit-scrollbar {
    height: 5px;
}

#breadcrumb::-webkit-scrollbar-track {
    background-color: #FFF;
}

#breadcrumb::-webkit-scrollbar-thumb {
    background-color: rgba(238, 238, 238, 0.8);
}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 640px) {

    /* breadcrumb */
    #breadcrumb {
        font-size: 11px;
        height: auto;
    }

    #breadcrumb ul li {
        font-size: 11px;
        font-size: 1.1rem;
    }
}

/*-----------------------------------
	contact
-----------------------------------*/
#contact_block{
	position: relative;
    margin: -180px auto 50px;
	padding-bottom: 100px;
	background-color: #27353B;
	border-radius: 20px;
	overflow: hidden;
	max-width: 1400px;
	width: 90%;
}
#contact_block .contents_inner{
}
#contact_block .contents_wrap{
	margin: 0 auto;
	padding-top: 54px;
	position: relative;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

#contact_block .title_box{
	height: 145px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-left: 70px;
	position: relative;
}
#contact_block .contact_title{
	width: 315px;
}

#contact_block .contact_title h4{
	color: #fff;
}

#contact_block .contact_title h3 {
		font-size: 38px;
	line-height: 76px;
	font-family: "IBM Plex Sans JP", sans-serif;
  	font-weight: 700;
}

#contact_block .contact_left{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 41.3px;
}
#contact_block .contact_left p{
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500px;
}
#contact_block .contact_right{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	/*gap: 50px;*/
	position: relative;
	z-index: 10;
}

#contact_block .tel_contact{
	height: 213px;
	border-left: 1px solid #32454D;
	padding: 42px 47px 0;
}
#contact_block .tel_title, #contact_block .web_title{
	font-family:"IBM Plex Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 35.5px;
}
#contact_block .tel_title span, #contact_block .web_title span{
	margin-left: 12px;
}
#contact_block .c_pop{
	font-family: "Poppins", sans-serif;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2.72px;
	line-height: 1.2;
}
#contact_block .pop{
	font-size: 24px;
	line-height: 35px;
	font-family: "Poppins", sans-serif;
    font-weight: 700;
	color: #27353B;
}
#contact_block .pop span{
	color: #4AAFD5;
}
#contact_block .short_line{
	position: absolute;
	top: 0;
	left: 75px;
}
#contact_block .long_line{
	position: absolute;
	bottom: 0;
	left: 0;
}
#contact_block .tel_num{
	font-size: 23px;
	margin-right: 8.2px;
}
#contact_block .c_ibm{
	font-family:"IBM Plex Sans JP", sans-serif;
	font-size: 15px;
	font-weight: medium;
	margin-top: 11.5px;
}
#contact_block .web_contact{
	height: 213px;
	border-left: 1px solid #32454D;
	padding: 42px 47px 0;
}
#contact_block .web_contact .contact02_button{
	margin: 0 auto 15px;
}
#contact_block .marquee-wrapper {
  position: absolute;
  bottom: 0; /* 下部に配置 */
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 80px; /* 高さはフォントサイズ＋余白 */
  line-height: 80px; 
  display: flex;
}

#contact_block .marquee-text {
  display: inline-block;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 8.08px;
  font-size: 101px;
  color: #232E33;
  animation: scroll-left 40s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media screen and ( max-width: 1050px) {
	#contact_block .contents_wrap{
		width: 90%;
		margin: 0 auto;
		padding-top: 50px;
		position: relative;
		color: #fff;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		gap: 40px;
	}
	#contact_block .contact_title{
		width: fit-content;
}
	#contact_block .contact_left{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		gap: 30px;
	}
	#contact_block .contact_left p{		
		font-size: 12px;
		text-align: center;
	}
	#contact_block .tel_contact{
		height: 213px;
		border-left: none;
		padding: 42px 0 0;
	}
	#contact_block .contact_right{
		gap: 30px;
	}
}
@media screen and ( max-width: 840px){
	#contact_block .contact_right{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		gap: 30px;
	}
}
@media screen and ( max-width: 640px){
	#contact_block .tel_contact{
		height: auto;
		border-top: 1px solid #32454D;
		padding: 30px 0 0;
	}
	#contact_block .web_contact{
		height: auto;
		border-left: none;
		border-top: 1px solid #32454D;
		padding: 30px 0 0;
	}
	#contact_block .c_pop{
		font-family: "Poppins", sans-serif;
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 1px;
	}
	#contact_block .tel_title, .web_title{
		font-family:"IBM Plex Sans JP", sans-serif;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 35.5px;
	}
	#contact_block .marquee-text {
  		display: inline-block;
  		white-space: nowrap;
  		font-family: "Poppins", sans-serif;
  		font-weight: bold;
  		letter-spacing: 8.08px;
  		font-size: 80px;
  		color: #232E33;
  		/*animation: scroll-left 20s linear infinite;*/
	}
	#contact_block .contact_title h3 {
		font-size: 30px;
	}
}
@media screen and ( max-width: 410px){
	#contact_block .c_pop{
		font-size: 24px;
	}
	
}

/*-----------------------------------
	footer
-----------------------------------*/
footer{
	width: 100%;
	background-color: #ffffff;
}
.footer_inner{
	height: 457px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
	font-size: 13px;
	font-family: "IBM Plex Sans JP", sans-serif;
}
.footer_left{
	margin-top: 85px;
}
a.footer_logo{
	display: inline-block; 
	margin-bottom: 9.8px;
}
.footer_left P{
	margin-bottom: 10px;
}
p.address{
	font-weight: 500;
}
p.f_pop{
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
}
.blue_box1{
	color: #00B1FD;
	border: 1px solid #00B1FD;
	padding: 0 12px;
	font-size: 14px;
	margin-right: 8px;
	font-weight: 500;
}
.blue_box2{
	color: #00B1FD;
	border: 1px solid #00B1FD;
	padding: 0 10px;
	font-size: 14px;
	margin-right: 8px;
	font-weight: 500;
}

.footer_nav1{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 170px;
	margin-top: 74px;
}
.footer_nav1 ul{
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #27353B;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 30px;
}
.footer_nav1 ul li a {
  	position: relative;
  	padding: 4px 0;
  	transition: color 0.3s ease;
}
.footer_nav1 ul li a::after{
	content: "";
  	position: absolute;
  	bottom: 0;
  	left: 50%;
  	width: 100%;
  	height: 1px;
  	background-color: #27353B;;
  	transform: translateX(-50%) scaleX(0);
  	transform-origin: center;
  	transition: transform 0.3s ease
}
.footer_nav1 ul li a:hover::after{
	transform: translateX(-50%) scaleX(1);
}
.footer_end{
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	width: 100%;
}
#footer_copy{
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #9B9B9B;
}
.footer_nav2 ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	gap: 50px;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #9B9B9B;
}
.footer_nav2 ul li a{
	color: #9B9B9B;
	transition: color 0.2s ease;
}
.footer_nav2 ul li a:hover{
	color: #27353B;
}
@media screen and ( max-width: 830px) {
	.footer_inner{
		width: 90%;
		margin: 0 auto;
		padding-bottom: 150px;
		height: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
		font-size: 13px;
		font-family: "IBM Plex Sans JP", sans-serif;
	}
	.footer_left{
		width: fit-content;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		margin-top: 70px;
	}
	.footer_nav1 ul{
		gap: 20px;
}
	.footer_nav1{
		gap: 100px;
		margin-top: 60px;
	}

}
@media screen and ( max-width: 640px){
	footer{
		padding-bottom: 50px;
	}
	.footer_nav1{
		gap: 80px;
		margin-top: 60px;
	}
	.footer_end{
		width: 90%;
		position: absolute;
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: center;
		align-items: center;
		gap: 10px;
	}
}