*:focus {
	outline: none;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #303030;
	background-color: #fff;
	height: 100%;
}

body.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

div, p, input, select, textarea, button, td {
	box-sizing: border-box;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="date"], input[type="file"], select, textarea {
	display: inline-block;
	padding: 5px;
	border: 1px solid #909090;
	border-radius: 5px;
	background-color: #fff;
}

input[type="checkbox"], input[type="radio"] {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px;
	vertical-align: middle;
	border: 1px solid #909090;
	border-radius: 5px;
}

input[readonly="readonly"],select[readonly="readonly"],textarea[readonly="readonly"] {
	background-color: #f0f0f0;
	color: #909090;
}

hr {
	border: none;
	border-top: 1px solid #c0c0c0;
	margin: 0px;
}

hr.dot {
	border-top: 1px dotted #c0c0c0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	padding-inline-start: 20px;
}

.ofc {
	object-fit: cover;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.f06 {
	font-size: 0.6em;
}

.f07 {
	font-size: 0.7em;
}

.f08 {
	font-size: 0.8em;
}

.f09 {
	font-size: 0.9em;
}

.f10 {
	font-size: 1.0em;
}

.f11 {
	font-size: 1.1em;
}

.f12 {
	font-size: 1.2em;
}

.f13 {
	font-size: 1.3em;
}

.f14 {
	font-size: 1.4em;
}

.f15 {
	font-size: 1.5em;
}

.f16 {
	font-size: 1.6em;
}

.f17 {
	font-size: 1.7em;
}

.f18 {
	font-size: 1.8em;
}

.f19 {
	font-size: 1.9em;
}

.f20 {
	font-size: 2.0em;
}

.f30 {
	font-size: 3.0em;
}

.finger {
	cursor: pointer;
}

.sp {
	display: none;
}

.h100 {
	height: 100%;
}

.w100 {
	width: 100%;
}

.w95 {
	width: 95%;
}

.mw150 {
	max-width: 150px;
}

.mw300 {
	max-width: 300px;
}

.mw400 {
	max-width: 400px;
}

.mw500 {
	max-width: 500px;
}

.mw600 {
	max-width: 600px;
}

.mw700 {
	max-width: 700px;
}

.mw800 {
	max-width: 800px;
}

.mw900 {
	max-width: 900px;
}

.mw1000 {
	max-width: 1000px;
}

.mw1100 {
	max-width: 1100px;
}

.mw1200 {
	max-width: 1200px;
}

.m0a {
	margin: 0px auto;
}


       .gjcc {
              display: grid;
              justify-content: center;
}



.b5 {
	margin-bottom: 5px;
}

.b10 {
	margin-bottom: 10px;
}

.b20 {
	margin-bottom: 20px;
}

.b30 {
	margin-bottom: 30px;
}

.b50 {
	margin-bottom: 50px;
}

.t5 {
	margin-top: 5px;
}

.t10 {
	margin-top: 10px;
}

.t20 {
	margin-top: 20px;
}

.t30 {
	margin-top: 30px;
}

.t50 {
	margin-top: 50px;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}

.dspn {
	display: none;
}

.dspb {
	display: block;
}

.dspib {
	display: inline-block;
}

.dspg {
	display: grid;
}

.dspig {
	display: inline-grid;
}

.gtc_1_13 {
	grid-template-columns: 1fr 1.3fr;
}

.gtc_11 {
	grid-template-columns: 1fr 1fr;
}

.gtc_1a {
	grid-template-columns: 1fr auto;
}

.gtc_a1 {
	grid-template-columns: auto 1fr;
}

.gtc_aa {
	grid-template-columns: auto auto;
}

.gtc_111 {
	grid-template-columns: 1fr 1fr 1fr;
}

.gtc_a11 {
	grid-template-columns: auto 1fr 1fr;
}

.gtc_1a1 {
	grid-template-columns: 1fr auto 1fr;
}

.gtc_11a {
	grid-template-columns: 1fr 1fr auto;
}

.gtc_aa1 {
	grid-template-columns: auto auto 1fr;
}

.gtc_1aa {
	grid-template-columns: 1fr auto auto;
}

.gtc_a1a {
	grid-template-columns: auto 1fr auto;
}

.gtc_aaa {
	grid-template-columns: auto auto auto;
}

.gg5 {
	grid-gap: 5px;
}

.gg10 {
	grid-gap: 10px;
}

.gg20 {
	grid-gap: 20px;
}

.gg30 {
	grid-gap: 30px;
}

.pic {
	place-items: center;
}

.aic {
	align-items: center;
}

.asc {
	align-self: center;
}

.ase {
	align-self: end;
}

.b_r {
	border-radius: 5px;
	border: 1px solid #909090;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 15px 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: 99;
	overflow-y: scroll;
}

.modal_inner {
	width: 95%;
	max-width: 400px;
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
}

.modal_title {
	padding: 3px 5px;
	background-color: #9e9e9e;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 3px;
}

.wsnw {
	white-space: nowrap;
}

.modal_btn {
	text-align: center;
}

.btn01 {
	display: inline-block;
	padding: 5px;
	border: 1px solid #5c6bc0;
	border-radius: 5px;
	background-color: #5c6bc0;
	color: #fff;
	text-decoration: none;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
	cursor: pointer;
}

.btn01:hover {
	background-color: #fff;
	color: #5c6bc0 !important;
	text-decoration: none;
}

.btn02 {
	display: inline-block;
	padding: 5px;
	border: 1px solid #607d8b;
	border-radius: 5px;
	background-color: #607d8b;
	color: #fff;
	text-decoration: none;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
	cursor: pointer;
}

.btn02:hover {
	background-color: #fff;
	color: #607d8b;
	text-decoration: none;
}

.lh0 {
	line-height: 0em;
}

.pos_r {
	position: relative;
}

.err_red {
	border: 2px solid #cc0000 !important;
	background-color: #fff0f0 !important;
}

.mobile_menu_open {
	display: none;
}

.mobile_menu {
	position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    background-color: rgba(255,255,255,0.95);
    border-left: 1px solid #e0e0e0;
	transition-duration: 0.3s;
	z-index: 150;
}

.mobile_menu_close_wrap {
	padding: 15px 15px 0px 0px;
	text-align: right;
}

.mobile_menu_large {
	margin-left: 30px;
	font-size: 1.1em;
	font-weight: bold;
}

.mobile_menu_small {
	margin-left: 60px;
	font-size: 1.1em;
	font-weight: 600;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto 1fr auto;
	grid-gap: 0px;
	position: relative;
}

.header {
	position: sticky;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 5px rgba(0,0,0,1.0);
	z-index: 99;
}

.footer {
	background-color: #2f82c4;
	color: #fff;
}

/* ここから追加CSS */
.header_logo {
	width: 150px;
}

.global_menu span {
	display: inline-block;
	margin-left: 10px;
	font-size: 0.8em;
	font-weight: bold;
}

.mobile_sub_menu {
	display: none;
}

.mobile_menu_close {
	text-align: right;
	font-size: 1.5em;
	padding-top: 15px;
	padding-right: 20px;
}

.sub_menu {
	background-color: #2f82c4;
	color: #fff;
}

.footer_inner {
	max-width: 1200px;
	margin: 0px auto;
	padding: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 50px;
    margin-bottom: 50px;
}

.footer_inner_l {
	border-right: 1px solid #fff;
}

.footer_meta {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 10px;
	align-items: center;
}

.footer_inner_r {
	text-align: center;
}

.footer_menu {
	display: inline-grid;
	grid-template-columns: repeat(3,auto);
	grid-gap: 20px;
	text-align: left;
}

.footer_logo{
	margin-bottom:5px;
    width: 267px !important;
	max-width: 267px !important;
}

.hero_sp {
	display: none;
}

.index_catch {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	grid-gap: 50px;
	margin: 30px 0px;
}

.index_catch_text {
	padding-right: 10px;
}

.about_mytech {
	text-align: right;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #2f82c4;
}

.mytech_link {
    margin-top: 20px;
    font-size: 1.3em;
    font-weight: bold;
    color: #2f82c4;
    border-bottom: 2px solid #2f82c4;
}

.index_news_area {
    background-color: #f0f0f0;
    padding: 20px 0px;
}

.news_date {
    font-size: 0.8em;
    font-weight: bold;
    color: #2196f3;
	white-space: nowrap;
}

.news_border {
	grid-column: 1 / 3;
}

.read_more {
	display: inline-block;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    background-color: #5c6bc0;
    color: #fff;
    border-radius: 100px;
	transition-duration: 0.3s;
}

.section_title {
    margin-top: 20px;
	padding: 5px 0px 5px 5px;
    background: linear-gradient(90deg, #bbdefb, rgb(255,255,255));
    font-size: 1.2em;
    font-weight: bold;
    border-left: 7px solid #2f82c4;
}

.etc_01_01 {
	margin-top: 10px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 20px;
}

.brs {
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.sp {
	display: none;
}

.c_list strong {
    display: inline-block;
    width: 100%;
	margin-top: 10px;
	padding-top: 10px;
    border-top: 1px dotted #a0a0a0;
}

.prefecture {
    border-top: none !important;
    margin-top: 30px !important;
    font-size: 1.2em;
    color: #2f82c4;
}

.n_list {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 10px 20px;
	align-items: center;
}

.n_list span {
	display: block;
	box-sizing: border-box;
}

.n_date {
	font-size: 0.8em;
	font-weight: bold;
	color: #607d8b;
	white-space: nowrap;
}

.n_title a {
	color: #1e73be;
	font-weight: bold;
}

.border_table {
	border-radius: 5px;
	border: 1px solid #a0a0a0;
	overflow: hidden;
	font-size: 0.9em;
}

.border_table div {
	padding: 5px 10px;
}

.border_table .head {
	font-weight: bold;
}

.section_title_2 {
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 2px solid #2f82c4;
    color: #1976d2;
}

.map{
    margin-bottom: 50px;
}

.map_title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.company_1{
	margin-bottom: 70px;
}

.hero_pc, .hero_sp {
	background-image: url('img/index_bg.jpg');
	background-size: cover;
	background-position: center;
}

@media only screen and (orientation: portrait) {
	.hero_pc {
		display: none;
	}
	
	.hero_sp {
		display: block;
	}
}

@media only screen and (max-width: 1024px) {
	.sp {
		display: inline;
	}
	
	.gtc_1 {
		grid-template-columns: 100%;
	}
	
	.global_menu {
		display: block;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		bottom: 0;
		right: -300px;
		width: 300px;
		background-color: rgba(255,255,255,0.9);
		transition-duration: 0.3s;
		border-left: 1px solid #909090;
		text-align: left;
	}
	
	.global_menu span {
		display: block;
		margin-top: 20px;
		margin-left: 10px;
		font-size: 1.2em;
	}
	
	.mobile_menu_open {
		display: inline-block;
		font-size: 1.5em;
	}
	
	.mobile_sub_menu {
		display: block;
		font-size: 0.7em;
	}	

	.sub_menu {
		display: none !important;
	}
	
	.footer_inner {
		grid-template-columns: 100%;
	}
	
	.footer_inner_l {
		border-right: none;
		text-align: center;
	}
	
	.footer_menu {
		margin-bottom: 30px;
	}
	
	.footer_meta {
		display: inline-grid;
		grid-template-columns: auto auto;
		text-align: left;
	}
	
	.footer_inner_r {
		grid-row : 1 / 2;
	}
}

@media only screen and (max-width: 767px) {
	.sp {
		display: inline;
	}
	
	.gtc_1_sp {
		grid-template-columns: 100%;
	}
	
	.footer_menu {
		grid-template-columns: 100%;
	}
	
	.index_catch {
		grid-template-columns: 100%;
		grid-gap: 20px;
	}
	
	.index_catch_text {
		padding-left: 10px;
	}
	
	.about_mytech {
		text-align: center;
	}
	
	.mytech_link {
		text-align: center;
	}
	
	.etc_01_01 {
		grid-template-columns: 1fr 1fr;
	}
	
	.c_list {
		font-size: 0.8em;
	}
	
	.sp_center {
		text-align: center;
	}