@charset "UTF-8";
/* CSS Document */

/*****************************************************************************/
/* リセット */
html {
	font-size: 62.5%; /*16px×62.5%=10px*/
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font-family: "Gothic Medium BBB", "中ゴシックBBB", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #000000;
	font-size: 1.6rem;
	overflow: hidden;
	background: #ffffff;
}

a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a img:hover {
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	flex-shrink: 0
}

iframe {
	max-width: 100%;
}


/*****************************************************************************/
/* 共通 */
.fadein {
    transition: 2s;
	opacity: 0;
    transform: translate( 0, 30px );
}

.fadein.show {
	opacity: 1;
	transform: translate( 0, 0 );
}

.fadein2 {
	opacity: 0;
	filter: blur(10px);
	transition: opacity 0.8s ease, transform 1s ease, filter 1s ease;
}

.fadein2.show {
	opacity: 1;
	filter: blur(0);
}

.fadein3 {
	opacity: 0;
	filter: blur(10px);
	transition: opacity 1.2s ease, transform 1.4s ease, filter 1.4s ease;
}

.fadein3.show {
	opacity: 1;
	filter: blur(0);
}

.ap {
	scroll-margin-top: 100px;
}

.sp-br{
	display: none;
}

.pc-br{
	display: block;
}


/*****************************************************************************/
/* 背景 */
.base {
	width: 100%;
	margin: 0;
	padding: 0;
}

.base_gray {
	background-color: #eeeeee;
}


/*****************************************************************************/
/* レイアウト */
.contents {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.contents_padding {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 10em 0;
}

.contents_first {
	margin-top: 100px;
}

#page_main_image {
	width: 100%;
	height: 400px;
	overflow: hidden;
	z-index: 1;
	background-position: center;
	background-size: cover;
}

.page_title_base {
	position: relative;
	width: 1280px;
	height: 400px;
	margin: 0 auto;
	z-index: 2;
}

.page_title_image img {
	top: 260px;
	height: 140px;
	position: absolute;
	
}


/*****************************************************************************/
/* ヘッダー */
#header_bg {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb( 255, 255, 255, 0.7 );
	z-index: 9999;
}

#header_base {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#header_base_inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
}

#header_logo {
	padding-top: 20px;
}

#header_logo img {
	height: 60px;
}

#header_menu {
	color: #023a8c;
	padding-top: 24px;
}

#header_menu a {
	color: #023a8c;
	margin-right: 3em;
	padding-bottom: 25px;
}

#header_menu a:hover {
	text-decoration: none;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

#header_message {
	font-family: "Midashi Go MB31";
    position: relative;
    display: inline-block;
	margin-right: 3em;
}

.header_menu_container1 {
	padding-top: 16px;
    position: relative;
    display: inline-block;
}

.header_menu_container2 {
    position: relative;
    display: inline-block;
}

.header_menu_container3 {
    position: relative;
    display: inline-block;
}

.header_submenu1 {
	display: none;
	position: absolute;
	top: 100%;
	left: -10px;
	margin-top: 16px;
	background-color: rgb( 255, 255, 255, 0.7 );
	width: 150px;
	z-index: 1000;
	line-height: 120%;
}

.header_submenu1 a {
    display: block;
    text-decoration: none;
	font-size: 90%;
	margin-right: 0 !important;
	padding-bottom: 0 !important;
    padding: 15px !important;
}

.header_submenu1 a:hover {
}

.header_submenu2 {
	display: none;
	position: absolute;
	top: 100%;
	left: -10px;
	margin-top: 16px;
	background-color: rgb( 255, 255, 255, 0.7 );
	width: 150px;
	z-index: 1000;
}

.header_submenu2 a {
    display: block;
    text-decoration: none;
	font-size: 90%;
	margin-right: 0 !important;
	padding-bottom: 0 !important;
    padding: 15px !important;
}

.header_submenu2 a:hover {
}

.header_submenu3 {
	display: none;
	position: absolute;
	top: 100%;
	left: -10px;
	margin-top: 16px;
	background-color: rgb( 255, 255, 255, 0.7 );
	width: 150px;
	z-index: 1000;
}

.header_submenu3 a {
    display: block;
    text-decoration: none;
	font-size: 90%;
	margin-right: 0 !important;
	padding-bottom: 0 !important;
    padding: 15px !important;
}

.header_submenu3 a:hover {
}

#header_menu_blue {
	display: inline-block;
	background-color: #023a8c;
	padding: 6px 12px;
	border-radius: 3px;
}

#header_menu_blue a {
	color: #ffffff;
	margin-right: 0;
}

.header_sp_menu_icon_base {
	display: none;
	width: 75px;
	height: 75px;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #023a8c;
	z-index: 9999;
}

.header_sp_menu_icon {
	display: none;
	position: fixed;
	top: 14px;
	right: 18px;
	width: 40px;
	height: 30px;
	cursor: pointer;
	z-index: 9999;
}

.header_sp_menu_icon span {
	display: block;
	width: 100%;
	height: 5px;
	background: #ffffff;
	margin: 8px 0;
	transition: 0.4s;
}

.header_sp_menu {
	position: fixed;
	top: 75px;
	left: -100%;
	width: 100%;
	height: 100vh;
	background: rgba( 255, 255, 255, 0.9 );
	color: #023a8c;
	transition: 0.4s;
	z-index: 9999;
	padding: 20px 15px;
}

.header_sp_menu li {
	margin-bottom: 1em;
}

.header_sp_menu li a {
	color: #023a8c;
	font-size: 100%;
	line-height: 150%;
}

#header_sp_menu_toggle {
	display: none;
}

#header_sp_menu_toggle:checked ~ .header_sp_menu {
	left: 0;
}

#header_sp_menu_toggle:checked + .header_sp_menu_icon span:nth-child(1) {
	transform: rotate(45deg) translate(9px, 9px);
}

#header_sp_menu_toggle:checked + .header_sp_menu_icon span:nth-child(2) {
	opacity: 0;
}

#header_sp_menu_toggle:checked + .header_sp_menu_icon span:nth-child(3) {
	transform: rotate(-45deg) translate(9px, -9px);
}


/*****************************************************************************/
/* フッター */
#footer_contact {
	width: 100%;
	height: 500px;
	background-image: url('../img/contact_backimg.jpg');
	background-position: center;
	background-size: cover;
}

#footer_contact_01 {
	padding-top: 80px;
}

#footer_contact_01 img {
	width: 270px;
	max-width: 100%;
	height: auto;
}

#footer_contact_02 {
	color: #ffffff;
	font-size: 120%;
	line-height: 120%;
}

#footer_contact_03 {
	padding-top: 60px;
}

#footer_contact_03 img {
	width: 240px;
	max-width: 100%;
	height: auto;
}

#footer_contact_04 {
	padding-top: 60px;
}

#footer_contact_04 img {
	width: 240px;
	max-width: 100%;
	height: auto;
}

#footer_contact_05 {
	padding-top: 10px;
	color: #ffffff;
	font-family: "Midashi Go MB31";
	font-size: 90%;
	line-height: 150%;
}

#footer_contact_sp {
	padding: 40px 0;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
}

#footer_contact_sp_01 {
	width: 50%;
	padding-right: 10px;
}

#footer_contact_sp_02 {
	width: 50%;
	padding-left: 10px;
	font-size: 80%;
	line-height: 150%;
}

#footer_contact_sp_02 img {
	margin-bottom: 10px;
}

#footer_info_base {
	width: 100%;
	background-color: #efefef;
	padding: 70px 0;
}

#footer_info_inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#footer_info_left {
	width: 590px;
	max-width: 100%;
	margin: 0 auto;
}

#footer_info_right {
	width: 590px;
	max-width: 100%;
	margin: 0 auto;
}

.footer_info_title {

}

.footer_info_title img{
	height: 45px;
	margin-bottom: 30px;
}

.footer_info_map {
}

#footer_info_link_base {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.footer_info_link {
	width: 33%;
	line-height: 180%;
}

.footer_info_company_name1 {
	font-family: "Midashi Go MB31";
	font-size: 110%;
	line-height: 120%;
	margin-bottom: 30px;
}

.footer_info_company_name1 img {
	height: 48px;
	vertical-align: text-bottom;
}

.footer_info_company_info_base {
	margin-bottom: 20px;
}

.footer_info_company_info_line {
	margin-bottom: 10px;
}

.footer_info_company_info {
	display: inline-block;
	width: 200px;
	color: #023a8c;
	font-family: "Midashi Go MB31";
}

.footer_info_company_googlemap {
	display: inline-block;
}

.footer_info_company_googlemap img {
	height: 20px;
	vertical-align: bottom;
}

.footer_info_company_addr {
	font-size: 90%;
	line-height: 150%;
}

#footer_info_copyright {
	padding: 40px 0;
	text-align: center;
	font-size: 90%;
}


/*****************************************************************************/
/* 共通 */

h1.page_title {
	margin-top: 5em;
	margin-bottom: 2em;
	color: #023a8c;
	font-family: "Midashi Go MB31";
	font-size: 30px;
	line-height: 150%;
}

h1.page_title_line {
	margin-top: 5em;
	color: #023a8c;
	font-family: "Midashi Go MB31";
	font-size: 30px;
	line-height: 150%;
	display: flex;
	align-items: center;
}

h1.page_title_line::after {
	content: "";
	flex: 1;
	height: 3px;
	background: #023a8c;
	margin-left: 20px;
}

h1.page_title_line_gray {
	margin-top: 5em;
	color: #666666;
	font-family: "Midashi Go MB31";
	font-size: 30px;
	line-height: 150%;
	display: flex;
	align-items: center;
}

h1.page_title_line_gray::after {
	content: "";
	flex: 1;
	height: 3px;
	background: #666666;
	margin-left: 20px;
}

p.page_headtext {
	margin-bottom: 2em;
	color: #023a8c;
	font-size: 20px;
	line-height: 150%;
}

p.page_text {
	margin-bottom: 2em;
	line-height: 180%;
}

.cmn_banner_base01 {
	display: flex;
	flex-wrap: wrap;
	padding: 10em 0;
}

.cmn_banner_base01_item {
	width: 50%;
	aspect-ratio: 1.6 / 1;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.cmn_banner_base01_item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.cmn_banner_base01_item:hover::after {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.9, 0.3);
	transform: translateX(-50%) translateY(-50%) scale(0.9, 0.3);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.cmn_banner_base01_item img {
	z-index: 2;
	height: 100px;
}

.cmn_banner_base01_item01::after {
	background: #ffcc00;
}

.cmn_banner_base01_item02::after {
	background: #213a70;
}


/*****************************************************************************/
/* index */
#index_slider_container {
	position: relative;
	width: 100%;
	height: 800px;
	overflow: hidden;
}

#index_slider {
	width: 100%;
	height: 800px;
}

#index_slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 800px;
}

#index_slider .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_image01 {
	padding: 5em 0;
}

.index_service_title{
	margin-bottom: 2em;
}

.index_service_title img {
	margin-top: 10em;
	height: 66px;
}

.index_service_text01 {
	font-size: 120%;
	line-height: 150%;
	margin-bottom: 5em;
}

.index_service_base01 {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10em;
}

.index_service_base01_item {
	width: 50%;
	aspect-ratio: 1 / 1;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.index_service_base01_item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	mix-blend-mode: multiply;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.index_service_base01_item:hover::after {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.9, 0.3);
	transform: translateX(-50%) translateY(-50%) scale(0.9, 0.3);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.index_service_base01_item img {
	z-index: 2;
	height: 100px;
}

.index_service_base01_item01::after {
	background: #6d4721;
}

.index_service_base01_item02::after {
	background: #213a70;
}

.index_service_base01_item03::after {
	background: #216d21;
}

.index_service_base01_item04::after {
	background: #6d6d21;
}

.index_news_base01 {
	padding-top: 180px;
	display: flex;
	justify-content: space-between;
}

.index_news_left {
	width: 48%;
}

.index_news_right {
	width: 48%;
}

.index_news_title{
	padding-bottom: 20px;
}

.index_news_title img {
	height: 66px;
}

.index_news_text01 {
	margin-bottom: 50px;
}

.index_news_list {
	border-top: #9b9b9b 1px solid;
}

.index_news_list_item {
	border-bottom: #9b9b9b 1px solid;
	padding-bottom: 30px;
}

.index_news_list_date {
	margin-top: 30px;
	margin-bottom: 1em;
}

.index_news_list_txt {

}

.index_news_readmore {
	margin-top: -50px;
	margin-bottom: 220px;
}

.index_news_readmore img {
	width: 240px;
}


/*****************************************************************************/
/* business */
.business_base01 {
	display: flex;
}

.business_base01 p {
	margin-bottom: 3em;
	line-height: 150%;
}

.business_base01_left {
	width: 50%;
	padding-right: 40px;
}

.business_base01_right {
	width: 50%;
	padding-left: 40px;
}

.business_title img {
	height: 172px;
}

.business_subtext01 {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #023a8c;
	font-family: "Midashi Go MB31";
	font-size: 20px;
	line-height: 150%;
}

.business_img05 {

}

.business_img04 {

}

.business_img06 {
	margin-bottom: 5em;
}

.business_img07 {
	margin-top: -150px;
}

.business_img12 {
	margin: 5em 0;
}

.business_img17 {
	margin: 5em 0;
}

.business_img18 {
	margin-bottom: 5em;
}

.business_img21 {
	margin: 5em 0;
}

.business_img27 {
	margin: 5em 0;
}



/*****************************************************************************/
/* about */
.about_title01 {
	margin-top: 10em;
	margin-bottom: 1em;
}

.about_title01 img {
	height: 60px;
}

.about_title02 {
	margin-top: 10em;
	margin-bottom: 1em;
}

.about_title02 img {
	height: 46px;
}

.about_subtitle01 {
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 3em;
}

.about_text01 {
	margin-bottom: 2em;
	color: #023a8c;
	font-family: "Midashi Go MB31";
	font-size: 40px;
	line-height: 150%;
}

.about_base01 {
	display: flex;
	margin-bottom: 10em;
}

.about_base01_left {
	width: 30%;
	color: #023a8c;
	font-family: "Midashi Go MB31";
	font-size: 70px;
	line-height: 100%;
}

.about_base01_center3 {
	width: 35%;
	padding-right: 10%;
}

.about_base01_right3 {
	width: 35%;
	padding-right: 10%;
}

.about_base01_right2 {
	width: 70%;
	font-size: 150%;
	line-height: 150%;
}

.about_title03 {
	padding-top: 10em;
	margin-bottom: 1em;
}

.about_title03 img {
	height: 46px;
}

.about_text02 {
	line-height: 200%;
	margin-bottom: 2em;
}

.about_text03 {
	text-align: right;
	line-height: 180%;
	font-family: "A1 Mincho";
	padding-bottom: 10em;
}

.about_text03 b {
	font-size: 180%;
	line-height: 150%;
}


/*****************************************************************************/
/* environment */
.environment_text01 {
	margin-bottom: 2em;
	color: #023a8c;
	font-size: 28px;
	line-height: 150%;
}

.environment_ol {
	list-style-type: decimal;
	line-height: 180%;
	margin-left: 2em;
	margin-bottom: 2em;
}

.environment_ol li {
	margin-bottom: 2em;
}

.environment_text02 {
	text-align: right;
	line-height: 180%;
}

.environment_text03 {
	text-align: right;
	line-height: 180%;
	font-family: "A1 Mincho";
}

.environment_text03 b {
	font-size: 180%;
	line-height: 150%;
}


/*****************************************************************************/
/* company */
.company_about {
	margin: 3em 0;
	display: flex;
	gap: 5em;
	font-size: 90%;
}

.company_about_col {
	flex: 1;
}

.company_about_col table.company_about01 {
	width: 100%;
	line-height: 140%;
}

.company_about_col table.company_about01 th {
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	color: #023a8c;
	font-family: "Midashi Go MB31";
	padding: 1em 0;
	white-space: nowrap;
	width: 100px;
}

.company_about_col table.company_about01 td {
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	padding: 1em 0;
}

.company_about_col table.company_about02 td {
	border-top: none;
	border-bottom: none;
	padding: 0.5em 1em;
}

.company_about_col img {
	margin-top: 5px;
	margin-bottom: 20px;
}

.company_organization_chart {
	width: 60%;
	margin: 3em auto;
}

.company_history {
	margin: 3em 0;
	display: flex;
	gap: 5em;
	font-size: 90%;
}

.company_history_col {
	flex: 1;
}

.company_history_item {
	display: grid;
	grid-template-columns: 150px 1fr;
	margin-bottom: 10px;
}

.company_history_item dt {
	white-space: nowrap;
}

.company_history_item dd {
	margin: 0;
	line-height: 140%;
}


/*****************************************************************************/
/* group */
.group_base01 {
	display: flex;
	margin-top: 3em;
	margin-bottom: 3em;
}

.group_base01_left {
	width: 50%;
}

.group_base01_right {
	width: 50%;
	padding-left: 50px;
}

.group_company_name {
	color: #023a8c;
	font-family: "Midashi Go MB31";
	font-size: 30px;
	line-height: 150%;
	margin-bottom: 10px;
}

.group_company_info {
	color: #023a8c;
	font-size: 14px;
	line-height: 150%;
}

.group_base02 {
	display: flex;
	justify-content: space-between;
	margin-top: 3em;
	margin-bottom: 3em;
}

.group_base02_left {
	line-height: 150%;
}

.group_base02_right {
}

.group_base02_button {
	margin-bottom: 10px;
}

.group_base02_button img{
	height: 40px;
}


/*****************************************************************************/
/* recruit */
.recruit_base01 {
	display: flex;
	margin-bottom: 3em;
}

.recruit_base01_box {
	width: 50%;
	aspect-ratio: 1 / 1;
}

table.recruit_table01 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5em;
}

table.recruit_table01 th {
	background-color: #f3f3f3;
	border: 2px #808080 solid;
	padding: 2em;
	text-align: left;
}

table.recruit_table01 td {
	border: 2px #808080 solid;
	padding: 2em;
}

.recruit_base02 {
	display: flex;
	margin-bottom: 3em;
}

.recruit_base02_box01 {
	width: 50%;
	color: #023a8c;
	font-family: "Midashi Go MB31";
	font-size: 30px;
	line-height: 150%;
}

.recruit_base02_box02 {
	width: 50%;
}

.recruit_base02_box02 p.tel {
	color: #023a8c;
	font-family: "Midashi Go MB31";
	font-size: 30px;
	line-height: 150%;
}

/*****************************************************************************/
/* access */
.access_map {
	width: 1280px;
	height: 600px;
	margin-bottom: 5em;
}


/*****************************************************************************/
/* privacy */


/*****************************************************************************/
/* news */
.news_list {
	border-top: #9b9b9b 1px solid;
	margin-bottom: 180px;
}

.news_list_item {
	border-bottom: #9b9b9b 1px solid;
	padding-bottom: 30px;
}

.news_list_date {
	margin-top: 30px;
	margin-bottom: 1em;
}

.news_list_txt {

}

.pagination {
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.pagination a {
	color: black;
	padding: 8px 12px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 2px;
}

.pagination a.active {
	background-color: #023a8c;
	color: white;
	border: 1px solid #023a8c;
}

.pagination a:hover:not(.active) {
	background-color: #ddd;
}


/*****************************************************************************/
/* contact */
.contact_base01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.contact_base01_item01 {
	width: 590px;
	font-size: 30px;
	font-family: "Midashi Go MB31";
	color: #023a8c;
	line-height: 180%;
	order: 2;
}

.contact_base01_item01 a {
	color: #023a8c;
}

.contact_base01_item01 a:hover {
	text-decoration: none;
}

.contact_base01_item02 {
	width: 590px;
	color: #023a8c;
	line-height: 160%;
	order: 1;
}

.contact_text01 {
	line-height: 130%;
	margin-bottom: 30px;
}

.contact_form_base {
	display: flex;
	justify-content: space-between;
	border-top: 1px #d5d5d5 solid;
}

.contact_form_item01 {
	width: 350px;
	padding: 30px;
}

.contact_form_item02 {
	width: 900px;
	padding: 20px;
}

.contact_form_item03 {
	width: 100%;
	padding: 20px;
	border-bottom: 1px #d5d5d5 solid;
}

input[type="text"].form_style {
	background-color: #f1f1f1;
	border: none;
	width: 850px;
	padding: 10px;
}

textarea.form_style {
	background-color: #f1f1f1;
	border: none;
	width: 100%;
	height: 300px;
	padding: 10px;
}

.contact_text02 {
	text-align: center;
	line-height: 130%;
	margin-top: 50px;
	margin-bottom: 100px;
}

.contact_form_btn_base {
	text-align: center;
	margin-bottom: 100px;
}

.contact_form_btn {
	background-color: #023a8c;
	color: #ffffff;
	font-size: 20px;
	font-family: "Midashi Go MB31";
	padding: 20px 50px;
	border: none;
}

.contact_form_btn:hover {
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.contact_form_item04 {
	width: 900px;
	padding: 30px;
}

.contact_form_item05 {
	width: 100%;
	padding: 30px;
	border-bottom: 1px #d5d5d5 solid;
}

.contact_text03 {
	line-height: 130%;
	margin-top: 100px;
	margin-bottom: 100px;
}

.contact_text04 {
	line-height: 130%;
	margin-top: 100px;
	margin-bottom: 100px;
	color: #ff0000;
}

.contact_text05 {
	line-height: 130%;
	margin-top: 100px;
	margin-bottom: 100px;
}


/******************************************************************************
*
* レスポンシブ（〜1280px）
*
******************************************************************************/
@media screen and ( max-width:1280px ) {

/*****************************************************************************/
/* 共通 */
.sp-br{
	display: block;
}

.pc-br{
	display: none;
}


/*****************************************************************************/
/* 背景 */
.base {

}


/*****************************************************************************/
/* レイアウト */
.contents {
	width: 100%;
	padding: 0 20px;
}

.contents_padding {
	width: 100%;
	padding: 3em 20px;
}

.contents_first {
	margin-top: 75px;
}

#page_main_image {
	height: 200px;
}

.page_title_base {
	width: 100%;
	height: 200px;
}

.page_title_image img {
	top: 140px;
	left: 30px;
	height: 60px;
}

.business_img07 {
	margin-top: -50px;
}

.business_img14 {
	margin-bottom: 3em;
}

.business_img12 {
	margin: 3em 0;
}

.business_img17 {
	margin: 3em 0;
}

.business_img18 {
	margin-bottom: 3em;
}

.business_img21 {
	margin: 3em 0;
}

.business_img27 {
	margin: 3em 0;
}


/*****************************************************************************/
/* ヘッダー */
#header_bg {
	height: 75px;
}

#header_base {
	height: 75px;
}

#header_base_inner {
	height: 75px;
}

#header_logo {
	padding-top: 15px;
	padding-left: 10px;
}

#header_logo img {
	height: 45px;
}

.header_sp_menu_icon_base {
	display: block;
}

.header_sp_menu_icon {
	display: block;
}


/*****************************************************************************/
/* フッター */
#footer_msg {
	height: 180px;
}

#footer_msg img {
	max-width: 90%;
	height: auto;
}

#footer_contact {
	height: 180px;
}

#footer_contact_01 {
	padding-top: 30px;
}

#footer_contact_01 img {
	width: 220px;
}

#footer_contact_02 {
	padding-top: 20px;
	font-size: 90%;
}

.footer_info_link {
	width: 48%;
}

#footer_info_base {
	width: 100%;
	background-color: #efefef;
	padding: 50px 0;
}

#footer_info_inner {
	display: block;
	padding: 20px;
}

#footer_info_left {
	margin-bottom: 70px;
}

.footer_info_company_name1 img {
	height: auto;
	vertical-align: text-bottom;
}


/*****************************************************************************/
/* 共通 */

h1.page_title {
	margin-top: 4em;
	margin-bottom: 2em;
	font-size: 24px;
	line-height: 150%;
}

p.page_headtext {
	margin-bottom: 2em;
	font-size: 18px;
	line-height: 150%;
}

h1.page_title_line {
	font-size: 18px;
	line-height: 150%;
}

h1.page_title_line_gray {
	font-size: 18px;
	line-height: 150%;
}

.cmn_banner_base01 {
	display: block;
	padding: 3em 0;
}

.cmn_banner_base01_item {
	width: 100%;
	margin-bottom: 20px;
}

.cmn_banner_base01_item img {
	z-index: 2;
	height: 80px;
}

.ap {
	scroll-margin-top: 75px;
}


/*****************************************************************************/
/* index */
#index_slider_container {
	height: 240px;
}

#index_slider {
	height: 240px;
}

#index_slider .slick-slide {
	height: 240px;
}

.index_image01 {
	padding: 3em 0;
}

.index_service_title{
}

.index_service_title img {
	margin-top: 3em;
	height: 50px;
}

.index_service_text01 {
	font-size: 100%;
}

.index_service_base01 {
	display: block;
	padding-bottom: 20px;
}

.index_service_base01_item {
	width: 100%;
	margin-bottom: 20px;
}

.index_news_base01 {
	padding-top: 60px;
	display: block;
}

.index_news_left {
	width: 100%;
}

.index_news_right {
	width: 100%;
}

.index_news_title img {
	height: 50px;
}

.index_news_readmore {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.company_history_item {
	grid-template-columns: 125px 1fr;
}


/*****************************************************************************/
/* business */
.business_base01 {
	display: block;
	margin-bottom: 3em;
}

.business_base01_left {
	width: 100%;
	padding-right: 0;
}

.business_base01_right {
	width: 100%;
	padding-left: 0;
}

.business_title img {
	height: auto;
	max-height: 100px;
}

.business_subtext01 {
	font-size: 16px;
}


/*****************************************************************************/
/* about */
.about_title01 {
	margin-top: 5em;
	margin-bottom: 1em;
}

.about_title01 img {
	height: 30px;
}

.about_title02 {
	margin-top: 5em;
	margin-bottom: 1em;
}

.about_title02 img {
	height: 23px;
}

.about_subtitle01 {
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 2em;
}

.about_text01 {
	margin-bottom: 2em;
	font-size: 30px;
	line-height: 150%;
}

.about_base01 {
	display: block;
	margin-bottom: 5em;
}

.about_base01_left {
	width: 100%;
	font-size: 40px;
	line-height: 120%;
	margin-bottom: 0.5em;
}

.about_base01_center3 {
	width: 100%;
	padding: 0 20px;
	margin-bottom: 30px;
}

.about_base01_right3 {
	width: 100%;
	padding: 0 20px;
}

.about_base01_right2 {
	width: 100%;
	font-size: 120%;
	line-height: 150%;
}

.about_title03 {
	padding-top: 5em;
	margin-bottom: 1em;
}

.about_text03 {
	padding-bottom: 5em;
}


/*****************************************************************************/
/* environment */
.environment_text01 {
	font-size: 20px;
	line-height: 150%;
}


/*****************************************************************************/
/* company */
.company_organization_chart {
	width: 100%;
	margin: 3em auto;
}

.company_history {
	display: block;
	font-size: 80%;
}

.company_about {
	display: block;
	font-size: 80%;
}


/*****************************************************************************/
/* group */

.group_base01 {
	display: block;
}

.group_base01_left {
	width: 100%;
}

.group_base01_right {
	width: 100%;
	padding-left: 0;
}

.group_company_name {
	font-size: 18px;
	line-height: 150%;
}

.group_base02 {
	margin-top: 1em;
	margin-bottom: 1em;
}

.group_base02_button img{
	height: 30px;
}


/*****************************************************************************/
/* recruit */
.recruit_base01 {
	display: block;
}

.recruit_base01_box {
	width: 100%;
	aspect-ratio: 1 / 1;
}

table.recruit_table01 th {
	padding: 1em;
}

table.recruit_table01 td {
	padding: 1em;
}

.recruit_base02 {
	display: block;
	margin-bottom: 3em;
}

.recruit_base02_box01 {
	width: 100%;
	margin-bottom: 1em;
}

.recruit_base02_box02 {
	width: 100%;
}


/*****************************************************************************/
/* access */
.access_map {
	width: 100%;
	height: auto;
	margin-bottom: 2em;
}


/*****************************************************************************/
/* privacy */



/*****************************************************************************/
/* news */



/*****************************************************************************/
/* contact */
.contact_page_title_image img {
	margin-left: 14px;
}

.contact_title {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 30px;
	line-height: 130%;
}

.contact_base01 {
	display: block;
}

.contact_base01_item01 {
	width: 100%;
	margin-bottom: 50px;
}

.contact_base01_item02 {
	width: 100%;
	margin-bottom: 50px;
}

.contact_text01 {
}

.contact_form_base {
	display: block;
}

.contact_form_item01 {
	width: 100%;
	padding: 20px 0;
	border-bottom: none;
	box-sizing: border-box;
}

.contact_form_item02 {
	width: 100%;
	padding: 20px 0;
	padding-top: 0;
	box-sizing: border-box;
}

.contact_form_item03 {
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px #d5d5d5 solid;
	box-sizing: border-box;
}

.contact_form_item04 {
	width: 100%;
	padding: 10px 0px;
	box-sizing: border-box;
}

.contact_form_item05 {
	width: 100%;
	padding: 10px 0;
	border-top: none;
}


input[type="text"].form_style {
	width: 100%;
	box-sizing: border-box;
}

textarea.form_style {
	width: 100%;
	height: 300px;
	padding: 10px;
	box-sizing: border-box;
}

.contact_text02 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.contact_form_btn_base {
	margin-bottom: 100px;
}

.contact_form_btn {
	width: 100%;
	box-sizing: border-box;
}

.contact_text03 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.contact_text04 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.contact_text05 {
	margin-top: 50px;
	margin-bottom: 50px;
}


/*****************************************************************************/
}

