@charset "utf-8";
/*
Theme Name: ohshimasangyo's theme
Theme URI: 
Description: ohshimasangyo official site
Author: functions starman
Version: 2.1
*/


* {
	margin: 0;
	padding: 0;
}


.w100 {
	width: 100%;
	
}

.h100 {
	max-width: 100%; 
}

.l {
	float: left;
}

.r {
	float: right;
}


.n {
	position: absolute !important;
	top: 0!important;
	left: 0!important;
	height: 0!important;
	width: 0!important;
	overflow: hidden !important;
}

.pnmbs {
	display: none;
}

.content {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

.clearfix:after { 
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}

.ta_c {
	text-align: center;
}

.table td,
.table th {
	vertical-align: middle !important;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

button {
	border: none;
	background: none;
}

html {
	width: 100%;
	height: 100%;
	
}


body {
	float: left;
	width: 100vw;
	max-width: 100vw;
	overflow-x: hidden;
	color: #02191F !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

#wrapper {
	float: left;
	width: 100%;
	max-width: 100vw;
	overflow-x: hidden;
}

#header {
	display: table;
	width: 100%;
	background: rgba(255,255,255,.8);
	z-index: 2000;
	position: relative;
}

.head_upper {
	height: 75px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

#siteTitle {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 50px;
	z-index: 2000;
}

#siteTitle a {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0 0 0;
	box-sizing: border-box;
	color: rgba(49,15,89,1);
}

.title_logo_img {
	display: table-cell;
	vertical-align: middle;
	float: left;
	width: auto;
	margin: -2px 0 0 0;
	height: 70px;
}

#siteTitle span {
	display: table-cell;
	vertical-align: middle;
	height: 75px;
}

.kabu {
	padding: 0 0 0 20px;
}

.c_name {
	padding: 0 0 0 10px;
}

#headContact {
	width: 20%;
	height: 100%;
}

#headContact ul {
	float: left;
	width: 100%;
	height: 100%;
}

#headContact ul li {
	display:table;
	width: 50%;
	height: 100%;
}

#headContact a {
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.to_recruit {
	float: left;
	background: rgba(140,111,172,1);
	transition: all 0.3s ease 0s;
}

.to_recruit:hover {
	background: rgba(140,111,172,.7);
}

.to_contact {
	background: rgba(49,15,89,.8);
	transition: all 0.3s ease 0s;
}

.to_contact:hover {
	background: rgba(49,15,89,.7);
}

.head_lower {
	height: 75px;
	border-top: 1px solid rgba(255,255,255,1);
}

#headMenu {
	height: 100%;
}

#headMenu ul {
	height: 100%;
	display: flex;
}

#headMenu li {
	display:table;
	width: calc(100% / 4);
	height: 100%;
	border-right: 1px solid rgba(0,0,0,.2);
}

#headMenu li:last-of-type {
	border: none;
}

#headMenu a {
	color: rgba(49,15,89,.8);
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
	font-weight: bold;
  	transition: all 0.3s ease 0s;
}

#headMenu a:hover {
	color: #FFF;
	background: rgba(140,111,172,1);
}

#menuButton {
	position: absolute;
	right: 0;
	top: 0;
	height: 75px;
	background: rgba(49, 15, 89, .8);
	color: #FFF;
	font-size: 1.2rem;
	width: 75px;
	box-sizing: border-box;
	z-index: 2000;
}


#topMainImgWrapper {
	position: relative;
}

#topMainImgWrapper::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 100%;
	background-image:
	radial-gradient(#FFF 1px, transparent 1px);
	background-size: 5px 5px;
}

#topMainImgWrapper::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -20%;
	width: 40%;
	z-index: 1000;
	height: 200%;
	background: rgba(49,15,89,.8);
	-webkit-transform: skew(-30deg,0);
	-moz-transform: skew(-30deg,0);
	border-right: 2px solid rgba(255,255,255,.8);
}

#topMainImg {
	float: left;
	width: 100vw;
	overflow-y: hidden; 
}

#topMainImg img {
	width: 100%;
	height: auto;
}

.main_contents {
	margin: -6px 0 0 0;
}

#topNewsSection {
	display: grid;
	grid-template-columns: 18% 1fr 18%;
	position: relative;
	background: rgba(255,255,255,.2);
	padding: 20px 2% 20px 4%;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0,0,0,.2);
	z-index: 1001;
	overflow: hidden;
}

#topNewsTitle {
	font-family: 'Play', sans-serif;
	color: #FFF;
	display: flex;
    align-items: center;
}

#topNews {
	margin: 5px 0 0 0;
}

#topNews li {
	margin: 0 0 20px 0;
}

#topNews li:last-of-type {
	margin-bottom: 0;
}

.sub_str {
	font-size: .7rem;
}

.news_sub {
	margin: 5px 0 0 8px;
}


.to_news_wrapper {
	display: flex;
    align-items: center;
	justify-content: center;
}


.to_news {
	border-radius: 20px;
	padding: 8px 40px;
	box-sizing: border-box;
	margin: -5px 0 0 0;
	align-items: center;
}

.to_page {
	background: rgba(140,111,172,1);
	transition: all 0.3s ease 0s;
	color:#FFF;
}

.to_page:hover {
	background: rgba(140,111,172,.9);
}

.top_post_title {
	display: table;
}

.post_time {
	display: table-cell;
	width: 6.2em;
	vertical-align: middle;
	font-weight: bold;
	font-family: 'Play', sans-serif;
	color: rgba(140,111,172,1);
}

.top_post_index h2 {
	display: table-cell;
	vertical-align: middle;
	font-size: 1rem;
	padding: 0 10px;
	box-sizing: border-box;
}

.top_post_index a {
	color: #02191F !important;
}

.top_contact_button {
	position: absolute;
	bottom: 100px;
	left: 20%;
	width: 60%;
	background: rgba(205,38,83);
	color: #FFF;
	font-size: 2rem;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	z-index: 1003;
}

.f_small {
	font-size: 1rem;
}

.kabu {
	font-size: 1.5rem;
}

.section_title {
	background: rgba(0, 190, 249, 1);
	color: #FFF;
	padding: 20px 0;
}

.content {
	max-width: 1200px;
	margin: 0 auto;
}

.content_n {
	max-width: 800px;
	margin: 0 auto;
}

#corporateMessage {
	margin: 60px 0 0 0;
	height: 1500px;
	position: relative;
	display: grid;
	grid-template-columns: 18% 1fr;
}

#corporateMessage::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	z-index: 0;
	height: 108%;
	background-image: radial-gradient(rgba(140,111,172,.9) 1px, transparent 1px);
	background-size: 5px 5px;
}

#corporateMessage::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	height: 1000px;
	width: 30%;;
	background: url('./images/track_back_03.png') no-repeat;
	background-size: contain;
	background-position: 0 100px;
	opacity: .6;
	z-index: -1;
}

#corporateMessage {
	height: 1500px;
}

.corporate_messages {
	position: relative;
	width: 100%;
	padding: 20px 4%;
	box-sizing: border-box;
}


#corporateMessage .dotted {
	position: relative;
}

#corporateMessage .dotted::before {
	content: "";
	display: block;
	position: absolute;
	top: -20%;
	left: 0;
	width: 35%;
	z-index: -1;
	height: 180%;
	background-image: radial-gradient(rgba(140,111,172,.9) 1px, transparent 1px);
	background-size: 5px 5px;
}

.corporate_message_title {
	width: 300px;
	height: 200px;
	padding: 20px;
	box-sizing: border-box;
	border-left: 2px solid rgba(140,111,172,1);
	font-size: 2rem;
}

.corporate_message_title span {
	width: 100%;
}

.corporate_message_img {
	position: absolute;
	width: 300px;
	height: 200px;
}

.corporate_message_content {
	position: absolute;
	width: 520px;
	background: rgba(255,255,255,.8);
	padding: 20px;
	box-sizing: border-box;
	z-index: 400;
	line-height: 170%;
}

.corporate_message_content::after {
	content: "";
	display: block;
	position: absolute;
	height: 50px;
	width: 200px;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid rgba(140,111,172,1);

}	

.corporate_message_content li {
	margin-bottom: 10px;
}

.message_1 .corporate_message_title {
	position: relative;
}

.message_1 .corporate_message_title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 40px;
	right: -400px;
	width: 90px;
	height: 90px;
	z-index: 100;
	background-image: radial-gradient(rgba(140,111,172,.9) 1px, transparent 1px);
	background-size: 5px 5px;
	z-index: 0;
}

.message_1 .corporate_message_title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: 60px;
	width: 60px;
	height: 60px;
	z-index: 100;
	background-image: radial-gradient(rgba(140,111,172,.9) 1px, transparent 1px);
	background-size: 5px 5px;
	z-index: 0;
}

.message_1 .corporate_message_content {
	left: 200px;
	bottom: -80px;
}

.message_2 .corporate_message_title {
	float: left;
	margin: 180px 0 0 150px;
	position: relative;
}


.message_2 .corporate_message_title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 20px;
	left: -60px;
	width: 40%;
	height: 60%;
	z-index: 100;
	background-image: radial-gradient(rgba(140,111,172,.9) 1px, transparent 1px);
	background-size: 5px 5px;
	z-index: 0;
}

.message_2 .corporate_message_title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -270px;
	left: 60px;
	width: 40%;
	height: 60%;
	z-index: 100;
	background-image: radial-gradient(rgba(140,111,172,.9) 1px, transparent 1px);
	background-size: 5px 5px;
	z-index: 0;
}


.message_2 .corporate_message_content {
	width: 640px;
	left: 330px;
	bottom: -290px;
}

.message_2 .corporate_message_content li {
	padding-left: 1em;
	text-indent: -1em;
}

.message_2 .corporate_message_content li:before {
	content: "・"
}

.message_3 .corporate_message_title {
	position: relative;
	float: left;
	margin: 320px 0 0 50px;
}

.message_3 .corporate_message_title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 170px;
	left: -140px;
	width: 80px;
	height: 80px;
	z-index: 100;
	background-image: radial-gradient(rgba(140,111,172,.9) 1px, transparent 1px);
	background-size: 5px 5px;
	z-index: 0;
}

.message_3 .corporate_message_title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -170px;
	left: 60px;
	width: 110px;
	height: 110px;
	z-index: 100;
	background-image: radial-gradient(rgba(140,111,172,.9) 1px, transparent 1px);
	background-size: 5px 5px;
	z-index: 0;
}


.message_3 .corporate_message_content {
	width: auto;
	left: 270px;
	bottom: -150px;
}

.message_3 .corporate_message_content li {
	list-style-type: decimal;
	margin: 0 0 10px 1em;
}

#middleInfo {
	margin: 0 0 200px 0;
	z-index: 200;
	/* background: rgba(140,111,172,.1); */
	padding: 40px 0;
}

.middle_info_ul {
	display: flex;
	position: relative;
	justify-content: space-between;
	width: 100%;
}

.middle_info_ul li {
	width: 24%;
	height: 400px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	position: relative;
}

.middle_info_ul li:nth-child(1) .middle_infos {
	background: url('./images/middle_info_icon_01.png') no-repeat;
	background-size: 15%;
	background-position: center top;
}

.middle_info_ul li:nth-child(2) .middle_infos {
	background: url('./images/middle_info_icon_02.png') no-repeat;
	background-size: 15%;
	background-position: center top;
}

.middle_info_ul li:nth-child(3) .middle_infos {
	background: url('./images/middle_info_icon_03.png') no-repeat;
	background-size: 15%;
	background-position: center top;
}

.middle_info_ul li:nth-child(4) .middle_infos {
	background: url('./images/middle_info_icon_04.png') no-repeat;
	background-size: 15%;
	background-position: center top;
}


.middle_info_ul li img {
	width: 100%;
	height: auto;
	max-height: 170px;
}


.middle_info_ul::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -80px;
	left: -100px;
	width: 20%;
	z-index: 100;
	height: 60%;
	background-image: radial-gradient(rgba(140,111,172,.9) 1px, transparent 1px);
	background-size: 5px 5px;
	z-index: 0;
}

.middle_info_ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	right: -260px;
	width: 200px;
	z-index: 100;
	height: 200px;
	background-image: radial-gradient(rgba(140,111,172,.9) 1px, transparent 1px);
	background-size: 5px 5px;
	z-index: 0;
}

.middle_info_ul a {
	height: 100%;
}

.middle_infos {
	margin: 10px 0 0 0;
	text-align: center;
	padding: 60px 10px 20px 10px;
	box-sizing: border-box;
}

.middle_infos h3 {
	color: rgba(49,15,89,.8);
	position: relative;
}

.middle_infos h3::after {
	content: "";
	display: block;
	height: 2px;
	border-top: 1px solid  rgba(49,15,89,.2);
	border-bottom: 1px solid  rgba(255,255,255,.9);  
	position: absolute;
	width: 50%;
	left: 25%;
	bottom: -10px;
}

.middle_info_content {
	margin: 20px 0 0 0;
	padding: 0 25px;
	box-sizing: border-box;
	color: rgba(0,0,0,.9);
}


#footer {
	background: rgba(49,15,89,.8);
	color: #FFF;
	padding: 20px 0;
	position: relative;
}

#footer::after {
	content: "";
	width: 50%;
	height: 150px;
	background: url('./images/foot_border.png') repeat-x;
	background-position: right top;
	position: absolute;
	top: -100px;
	left: -100px;
}

#footer::before {
	content: "";
	width: 50%;
	height: 150px;
	background: url('./images/foot_border.png') repeat-x;
	background-position: left top;
	position: absolute;
	top: -100px;
	right: -100px;
}

#footer a {
	color: #FFF;
}

.to_top_button {
	display: block;
	float: left;
	position: absolute;
	width: 200px;
	height: 50px;
	left: calc(50% - 100px);
	top: -60px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 60px 100px;
	border-color: transparent transparent  rgba(49,15,89,.8) transparent;
	text-align: center;
}

.to_top_arrow {
	display: inline-block;
	margin: 10px 0 0 0;
	transform: rotate(-90deg);
}

.to_top_str {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	margin: 30px 0 0 -2.5em;
	text-align: center;
	font-size: .8rem;
}

.company_info {
	height: 500px;
}

.footer_title {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

.foot_title_logo_img {
	width: 20px;
	height: auto;
	margin: -20px auto 0;
	position: relative;
}

.foot_kabu {
	font-size: .9rem;
}

.foot_address {
	font-size: 1rem;
	font-weight: normal;
}

.foot_menu {
	width: 100%;
	display: flex;
	float: left;
	margin: 20px 0;
	position: relative;
}

.foot_menu::after {
	content: "";
	display: block;
	height: 1em;
	border-left: 1px solid rgba(255,255,255,.2);
	position: absolute;
	top: 12px;
	left: 0;
 }
 
 .foot_menu::before {
	content: "";
	display: block;
	height: 1em;
	border-right: 1px solid rgba(49,15,89,.9);
	position: absolute;
	top: 12px;
	left: 1px;
 }

.foot_menu li {
	width: 25%;
}

.foot_menu li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	position: relative;
	opacity: 1;
	transition: all 0.3s ease 0s;
}

.foot_menu li a:hover {
	opacity: .8;
}

.foot_menu li a::after {
	content: "";
	display: block;
	height: 1em;
	border-left: 1px solid rgba(255,255,255,.2);
	border-right: 1px solid rgba(49,15,89,.9);
	position: absolute;
	top: 12px;
	right: 0;
 }



/*---- form ----*/

.form_wrapper {
	position: relative;
	padding: 15px 20px 20px 20px;
	box-sizing: border-box;
} 

.form_content {
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}

.form_content div {
	position: relative;
	margin: 15px 0;
}


.active {
	top: -25px;
	font-size: 20px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid rgba(49,15,89,1) !important;
	font-size: 20px;
	background-color: none;
	margin: 0 0 20px 0;
} 

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus, 
input[type=number]:focus,
textarea:focus {
	outline: none;
}

textarea {
	height: 200px;
}

div.half {
	width: 49% !important;
}


input[type=checkbox] {
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
input[type=radio] {
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.input_lebel {
	left: 50px;
}

input[type=submit]{
	width: 100%;
	margin: 30px 0;
	background: rgba(205,38,83);
	color: #FFF;
	font-size: 2rem;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
}

input[type=submit]:hover {
	 cursor : pointer;
}

.confirm_Wrapper {
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,.1);
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
}

.trial_message_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 500px;
	max-width: calc(100% - 40px);
}

.trial_message {
	float: left;
	padding: 10px; 
	box-sizing: border-box;
	border: 1px solid rgba(205,38,83);
}

.trial_comfirm_dl dt,
.trial_comfirm_dl dd {
	border-bottom: 1px solid rgba(0,0,0,.1);
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.trial_comfirm_dl dt:last-of-type,
.trial_comfirm_dl dd:last-of-type {
	border-bottom: none;
}

.trial_comfirm_dl dt {
	width: 25%;
}

.trial_comfirm_dl dd {
	width: 75%;
	font-weight: bold;
}

.return_button {
	margin: 20px 0 0 0;
	width: 100%;
	padding: 10px;
	color: #FFF;
	box-sizing: border-box;
}

.post_article {
	margin: 40px 0;
	border-bottom: 1px dotted rgba(140,111,172,.9);

}



.post_header{
	display: table;
	table-layout: fixed;
	width: 100%;
	background: rgba(49,15,89,.1);
	border-bottom: 1px dotted rgba(140,111,172,.9);
}

.post_article time {
	display: table-cell;
	background: rgba(140,111,172,1);
	color: #FFF;
	width: 21%;
	padding: 10px 18px 10px 20px;
	box-sizing: border-box;
	vertical-align: middle;
}

.post_article h1 {
	width: 79.5%;
	display: table-cell;
	margin: 20px 0;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 1.5rem;
	vertical-align: middle;
}

.post_content {
	margin: 30px 0;
}

.post_article img {
	dispay: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 10px 0;
}

.main_section {
	position: relative;
	margin-bottom: 140px;
}

.main_section::before {
	content: "";
	display: block;
	position: absolute;
	top: -77px;
	left: 0;
	width: 6%;
	z-index: 0;
	height: 108%;
	background-image: radial-gradient(rgba(140,111,172,.9) 1px, transparent 1px);
	background-size: 5px 5px;
}

.postIndex {
	width: 300px;
}

.postIndexSummary {
	font-size: .7rem;
}

#prevPost {
	float: right;
}

#nextPost {
	float: left;
}

#navStrPrev {
	float: right;
}

.postIndex a {
	color: #000;
}

.posted_img_wrapper {
	float: left;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.postImg {
	display: block;
	float: left;
	width: 100%;
	max-height: 100%;
	height: auto;
}

.postIndex header {
	min-height: 80px;
}

.postIndex time {
	display: table-cell;
	background: rgba(140,111,172,1);
	color: #FFF;
	width: 25% !important;
	padding: 10px 5px;
	box-sizing: border-box;
	vertical-align: middle;
}

.postIndex h4 {
	width: 75% !important;
	display: table-cell;
	margin: 20px 0;
	height: 100%;
	padding: 10px 5px 10px 10px;
	box-sizing: border-box;
	font-size: .9rem;
	vertical-align: middle;
}

#companyInfoTable th {
	padding: 20px;
	width: 25%;
	text-align: left;
	border-bottom: 1px dotted rgba(140,111,172,.9);
}

#companyInfoTable td {
	padding: 20px;
	width: 75%;
	border-bottom: 1px dotted rgba(140,111,172,.9);
}

#companyInfoTable td dt:not(:first-of-type) {
	margin-top: 1em;
}

#companyPage .post_article {
	border-bottom: none;
}

#archivePagenation {
	float: left;
	width: 100%;
	padding: 40px 0 80px 0;
	text-align: center;
	position: relative;
	color: rgba(49,15,89,.8);
}

#archivePagenation::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 1px solid rgba(0,0,0,.3);
	border-bottom: 1px solid rgba(255,255,255,1);
}

.current_page_num {
	font-size: 1.5rem;
}

#pageNationTable ul {
	display: table;
	margin: 0 auto;
}

#pageNationTable ul li {
	float: left;
	margin: 0 10px;
	transform: skewX(-10deg);
}

#pageNationTable ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0, 68, 139, .03);
	color: rgba(49,15,89,.8);
}

#pageNationTable ul li .current {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(140,111,172,1);
	color: #FFF;
}

@media(max-height: 1200px) {
	.content {
		width: 100%;
	}
}

@media(max-width: 375px) and (max-height: 820px) {
	#topMainImgWrapper::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: -52%;
		width: 80%;
		z-index: 1000;
		height: 100%;
		background: rgba(49,15,89,.5);
		-webkit-transform: skew(-30deg,0);
		-moz-transform: skew(-30deg,0);
	}
	
	#siteTitle {
		position: absolute;
		top: 6%;
		left: 5%;
		width: 60%;
		height: auto;
		z-index: 1002;
	}

	.top_contact_button {
		left: 10%;
		width: 80%;
		font-size: 1.5rem;
	}
	
	input[type=text],
	input[type=email],
	input[type=tel],
	input[type=number] {
		padding: 10px;

	}
	
	label {
		font-size: 20px;
	}
	
	.active {
		font-size: 15px;
	}
}

@media(max-width: 500px) {

	.pnmbs {
		display: inherit;
	}

	#siteTitle {
		top: 0;
		left: 0%;
		width: 75%;
		padding: 0;
	}

	#siteTitle a {
		float: left;
		width: 100%;
		padding: 10px 0 0 20px;
		height: 75px;
		box-sizing: border-box;
	}

	.title_logo_img {
		max-width: 50px;
		height: 60px;
	}

	#siteTitle span {
		height: 55px;
	}

	.kabu {
		padding: 0 0 0 10px;
		font-size: .9rem;
	}

	.c_name {
		font-size: 1.2rem;
		padding: 0 0 3px 6px;
	}

	#headContact {
		width: 100%;
		display: none;
	}

	#header.on_menu {
		position: fixed;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
	}

	#headContact.on_menu {
		display: inherit;
		position: fixed;
		bottom: 0;
		left: 0;
		height: 75px;
	}

	.head_lower{
		display: none;
		position: fixed;
		top: 75px;
		left: 0;
		height: 100%;
	}

	#headMenu ul {
		display: inherit;
		float: left;
		width: 100%;
		height: calc( 100% - 150px);
	}

	#headMenu li {
		float: left;
		width: 100%;
		height: calc( 100% / 4 );
	}

	#topMainImgWrapper::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		height: 100%;
		background-image:
		 radial-gradient(#FFF .6px, transparent .6px);
		background-size: 4px 4px;
	}

	#topMainImgWrapper::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: -72%;
		width: 100%;
		z-index: 1000;
		height: 100%;
		background: rgba(49,15,89,.5);
		-webkit-transform: skew(-30deg,0);
		-moz-transform: skew(-30deg,0);
	}
	
	#topNewsSection {
		display: inherit;
	}

	.top_post_index {
		position: relative;
		padding-bottom: 10px;
	}

	.top_post_index::after {
		content: "";
		display: block;
		position: absolute;
		width: 90%;
		height: 1px;
		left: 3%;
		bottom: -5px;
		border-bottom: 1px dotted rgba(114, 94, 138, 0.4);
	}

	.top_post_index h2 {
		font-weight: normal;
	}


	.to_news_wrapper {
		float: left;
		margin: 60px auto 40px;
		width: 100%;
	}

	.to_news {
		border-radius: 20px;
		padding: 8px 40px;
		box-sizing: border-box;
		margin: -5px 0 0 0;
		align-items: center;
	}

	#corporateMessage {
		grid-template-columns: 8% 1fr;
		height: 1860px;
	}

	#corporateMessage .dotted::before {
		width: 40%;
	}

	.corporate_messages {
		padding: 20px 0;
	}

	.message_1 .corporate_message_content {
		width: 320px;
		left: 0;
		bottom: -170px;
	}
	
	.corporate_messages.message_2 {
		margin: 210px 0 0 0;
	}
	.message_2 .corporate_message_title {
		margin: 0 0 0 0;
	}

	.message_2 .corporate_message_content {
		width: 320px;
		left: 0px;
		bottom: -540px;
	}

	.corporate_messages.message_3 {
		margin: 600px 0 0 0;
	}
	
	.message_3 .corporate_message_title {
		position: relative;
		float: left;
		margin: 0 0 0 0;
	}

	.message_3 .corporate_message_content {
		width: 320px;
		left: 0;
		bottom: -230px;
	}

	.middle_info_ul {
		flex-wrap: wrap;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.middle_info_ul li {
		width: 49%;
		margin: 0 0 10px 0;
		font-size: .9rem;
		height: 370px;
	}


	.middle_info_content {
		line-height: 170%;
		text-align: left;
		font-size: .86rem;
		padding: 0 9% 0 10%;
	}

	.top_contact_button {
		left: 10%;
		width: 80%;
		font-size: 1.5rem;
	}
	
	input[type=text],
	input[type=email],
	input[type=tel],
	input[type=number] {
		padding: 10px;
	}
	
	label {
		font-size: 20px;
	}
	
	.active {
		font-size: 15px;
	}

	.post_header {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.post_header h1 {
		padding: 0 5px;
		box-sizing: border-box;
		border-left: 5px solid rgba(49, 15, 89, .8);
		z-index: 1000;
	}

	.post_info_ul h1,
	#singlePage .post_header h1 {
		border-left: none;
	}

	.post_content {
		padding: 0 25px;
		box-sizing: border-box;
	}

	.post_info_ul .post_content p {
		line-height: 170%;
	}

	#companyInfoTable th {
		padding: 20px 0;
	}

	#companyInfoTable td {
		padding: 20px 0 20px 20px;
	}
}

@media 
(-webkit-min-device-pixel-ratio: 2) and (min-width:1200px), 
(min-resolution: 219dpi) and (min-width:1200px) { 
	#topMainImgWrapper::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		height: 100%;
		background-image:
		 radial-gradient(#FFF .7px, transparent .7px);
		background-size: 4px 4px;
	}
}


/* お知らせ一覧の共通見出し */
#informatonPage #newsSection .content_n {
	padding-top: 40px;
	box-sizing: border-box;
}

#informatonPage .page_list_header {
	margin: 0;
	background: rgba(49,15,89,.1);
	border-bottom: 1px dotted rgba(140,111,172,.9);
}

#informatonPage .page_list_header h2 {
	display: table-cell;
	width: 100%;
	margin: 20px 0;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 1.5rem;
	vertical-align: middle;
}

#informatonPage .page_list_header + .post_info_ul .post_article {
	margin-top: 40px;
}

#informatonPage .page_list_header + .post_content {
	margin-top: 30px;
}

@media(max-width: 500px) {
	#informatonPage .page_list_header {
		padding: 0 20px;
		box-sizing: border-box;
	}

	#informatonPage .page_list_header h2 {
		padding: 0 5px;
		border-left: 5px solid rgba(49, 15, 89, .8);
	}
}

/* お知らせ系ページの本文枠を通常ページと同じ中央位置に揃える */
#informatonPage .main_contents {
	width: 100vw;
}

/* お知らせページのヘッダー幅を通常ページと揃える */
#informatonPage #header {
	width: 100vw;
}

/* 右上ボタン内の文字を上下左右の中央に揃える */
#headContact a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-align: center;
}

/* スマホではトラック画像を中央基準で上下約20%トリミング */
@media(max-width: 500px) {
	#topMainImgWrapper {
		height: 103vw;
		overflow: hidden;
	}

	#topMainImg img {
		display: block;
		transform: translateY(-20%);
	}
}
