@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: color: rgb(105, 104, 104);
	position:relative !important;
	width:100%;
	overflow-x: hidden !important;
	font-family:"A-OTF 見出ミンMA31 Pro";
}
ol, ul {
	list-style: none;
}
a {
    text-decoration: none !important;
    color: #535454 !important;
}
a:hover {
	color: #fff !important;
	opacity:0.8;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==============================
ここから
============================== */
img {
	vertical-align: bottom;
}
.mb {
    display: none;
}
/* ============================
============================
       ヘッダー
============================
============================ */
.fv {
    width: 100%;
    position: relative;
}
.head-menu {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000BD;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-menu h1 {
    width: 40%;
    margin: auto;
}
.menu-in {
    border-left: 3px solid #E46E00;
	width: 39%;
    margin: auto;
	margin-top: 1rem;
}
.menu-item {
    padding: 0.5rem 1rem;
}
.menu-item li {
    line-height: 3rem;
}
/* ============================
       ABOUT
============================ */
.about-wrap {
    margin-top: 3rem;
    text-align: center;
}
.about-wrap h2 {
    font-size: 2rem;
}
.about-wrap p {
    padding-top: 2rem;
    line-height: 3rem;
}
.about-wrap p span {
    color: #E46E00;
}
/* ============================
       information
============================ */
.information {
    margin-top: 3rem;
}
.information h2 {
    text-align: center;
	font-size: 2rem;
}
.news {
    margin-top: 3rem;
}
.blog-wrap {
    width: 50%;
    margin: auto;
    border-top: 1px solid black;
    padding: 0.8rem 0.5rem;
}
.blog-inner {
    display: flex;
}
.blog-wrap:last-child{
border-bottom: 1px solid black;
}
.date {
    padding-right: 0.8rem;
}
.new {
    color: #FF0909;
	padding-right: 0.8rem;
}
.more-btn {
    width: 50%;
    margin: auto;
	position: relative;
	margin-top: 1rem;
}
.more-btn a {
    position: absolute;
    right: 0;
}
/* ============================
       SERVICE
============================ */
.service {
    margin-top: 4rem;
}
.service h2 {
    text-align: center;
	font-size: 2rem;
}
.service-content {
    width: 80%;
    margin: auto;
    display: flex;
    margin-top: 3rem;
    justify-content: space-evenly;
	align-items: center;
}
.service-content2 {
    flex-direction: row-reverse;
}
.service-content-img {
    width: 35%;
    box-shadow: 6px 6px 0px #D9D9D9;
}
.service-content-img2 {
    box-shadow: -6px 6px 0px #D9D9D9;
}
.service-content-text {
    width: 50%;
}
.service-btn {
    text-align: center;
    margin-top: 2rem;
}
.service-btn a {
    background-color: #000000;
    color: #fff !important;
    padding: 0.4rem 1.5rem;
}
.service-content-text p {
    line-height: 1.3rem;
}
.service-text {
    text-align: center;
    margin-top: 4rem;
}
/* ============================
       CORP. OUTLINE
============================ */
.corp {
    margin-top: 4rem;
}
.corp h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.outline {
    display: flex;
    width: 80%;
    margin: auto;
    padding: 1rem 0;
    justify-content: flex-end;
}
.color {
	background-color:#D9D9D9;
}
.LL {
    width: 25%;
}
.RR {
    width: 65%;
}
/* ============================
       CTA
============================ */
.cta {
    display: flex;
    width: 50%;
    margin: 4rem auto;
    justify-content: center;
}
.cta-btn {
    width: 45%;
    text-align: center;
}
.cta-btn a {
    background-color: black;
    color: #fff !important;
    padding: 1rem 4rem;
}
/* ============================
       フッター
============================ */
footer {
    background: black;
}
footer h1 {
    width: 16%;
    margin: auto;
    padding: 6rem 0;
}
/* ここから下層ページ */
/* ========================================
===========================================
===========================================
   NEWS
===========================================
======================================== */
.kasou-top {
    background-color: black;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 2rem 0;
}
.koosou-flex {
    width: 12%;
}
.koosou-flex2 a {
    color: black !important;
    background-color: #fff;
    padding: 1rem 2rem;
	display: flex;
    justify-content: center;
}
.sitemap {
    width: 70%;
    margin: 2rem auto;
}
.kasou-header {
    width: 70%;
    margin: 4rem auto;
}
.kasou-header ul {
    display: flex;
    justify-content: space-between;
}
.sitemap span {
    padding: 0 1rem;
}
/* 出力部分 */
.info-put {
    margin: 3rem auto;
}
.blog-wrap2 {
    width: 50%;
    margin: auto;
    border-bottom: 1px solid black;
    padding: 0.8rem 0.5rem;
}
.blog-p {
    width: 50%;
    margin: auto;
    border-bottom: 1px solid black;
    padding-bottom: 3rem;
    padding-top: 1rem;
    white-space: normal;
    line-height: 1.5rem;
}
.hscroll {
	width:100%;
	height:auto;
	position:relative;
}
.news2 {
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	overflow:hidden;
	white-space:nowrap;
	scroll-snap-type:x mandatory;
	scroll-behavior:smooth;
}
.kiji {
    list-style: none;
    display: inline-block;
    scroll-snap-align: center;
    width: 100%;
    height: 100%;
    vertical-align: top;
    margin-bottom: 3rem;
}
.arrow {
    cursor: pointer;
    position: absolute;
    bottom: -7%;
}
.left {
    left: 30%;
}
.right {
    right: 30%;
}
.cta-news {
    margin-top: 10rem;
}
@media screen and (max-width:480px) {
	.news2 {
		overflow-x:auto;
	}
}
/* ========================================
===========================================
===========================================
   CONTACT
===========================================
======================================== */

/* ========================================
===========================================
===========================================
   RECRUIT
===========================================
======================================== */
.information p {
    text-align: center;
    margin: 2rem 0;
    line-height: 2rem;
}
.information h3 {
    text-align: center;
    margin: 2rem 0;
    font-size: 1.3rem;
}
.information h3 span {
    color: red;
    font-weight: bold;
    -webkit-text-stroke: thin;
}
/* ここからファーム */
.contact-area {
    width: 70%;
    margin: auto;
}
.hp-form table {
    width: 100%;
}
.entry-tr,.entry-th {
    display: block;
}
.entry-th {
    margin-bottom: 0.5rem;
}
.entry-td {
    width: 100%;
    display: inline-block;
	margin-bottom: 1rem;
}
.entry-td input {
    width: 100%;
    display: inline-block;
}
textarea {
    width: 100%;
}
.hp-form-btn {
    text-align: center;
    margin-bottom: 2rem;
}
.wpcf7-spinner {
    display: none;
}
.hp-form-btn input {
    color: #fff;
    background-color: black;
    padding: 1rem 3rem;
    border: none;
}
.entry-th span {
    color: red;
}