﻿@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
overflow-x: hidden;
position: relative;
margin: 0;
font-family:-apple-system, "メイリオ","Meiryo", sans-serif;
font-size: 16px;
/*font-weight: 500;*/
line-height: 1.6em;
color: #6d0404;
background: #fff;
}

* {
margin: 0px;
padding: 0px;
border: 0;
outline: 0;
}

ol, ul {
list-style: none;
}

h1 {
display: none;
}

h1, h2, h3, h4, h5, h6 {
line-height: 1.3em;
}

img {
}

table {
border-collapse: collapse;
}

a {
color: #000;
text-decoration: none;
}
a:hover {
text-decoration: none;
}

.contact{
color: #4e9e9e;
text-decoration: underline;
}

.contact:hover {
text-decoration: none;
}

a img:hover {
opacity: 0.8;
transition: opacity 0.5s;
}

.clearfix:after {
content:" ";
display:block;
clear:both;
}

.container {
max-width: 1000px;
margin-right: auto;
margin-left: auto;
}

.container2 {
max-width: 1920px;
margin-right: auto;
margin-left: auto;
}

.img_area {
text-align: center;
line-height: 0;
}

.img_area img {
max-width: 100%;
height: auto;
}

.img_area a {
display: inline-block;
}

.text {
text-align: justify;
text-justify: inter-ideograph;
line-height: 1.9em;
}

.text_area {
text-align: justify;
text-justify: inter-ideograph;
}

.bnr_area {
text-align: center;
}

.bnr_area a {
display: inline-block;
}

.bnr_area img {
max-width: 100%;
height: auto;
}

.font_oswald {
font-family: 'Oswald', sans-serif;
}



/*-----------------------
 TOPページ
-----------------------*/
/* ヘッダー */
header {
width: 100%;
padding-top: 10px;
padding-bottom: 15px;
z-index: 9999;
position: fixed;
background: rgba(45,109,153,0.65);
}

header a {
color: #fff;
}

header .container {
}

.head_box {
display: flex;
justify-content: space-between;
align-items: end;
}

.head_box .logo_area {
width: 35%;
}

.head_box .logo_area a {
}

.head_box .logo_area img {
max-width: 100%;
height: auto;
}



/* グローバルナビ */
nav {
}

.pc_navi {
width: 65%;
/*
margin-top: 20px;
margin-bottom: 5px;
*/
}

.pc_navi ul {
display: flex;
justify-content: center;
margin: auto;
list-style: none;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 16px;
text-align: center;
line-height: 1.2em;
letter-spacing: 0px;
}

.pc_navi li {
/*width: 20%;*/
padding: 0 12px;
text-align: center;
}

.pc_navi li a {
position: relative;
display: inline-block;
padding: 10px 0;
text-decoration: none;
}

.pc_navi li a::before {
content: "\02F";
position: relative;
left: -10px;
color: #b5c2c2;
}

.pc_navi li a::after {
position: absolute;
bottom: -4px;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #b5c2c2;
transform: scale(0, 1);
transform-origin: left top;
transition: transform .3s;
}
.pc_navi li a:hover::after {
transform: scale(1, 1);
}

.pc_navi li:first-of-type a::before {
content: "";
}

.pc_navi li a:hover {
color: #b5c2c2;
}

.sp_navi,
.toggle {
display: none;
}



/* ドロップダウン用 */
.dropdown_container {
display: inline-block;
position: relative;
}

.dropdown_container > ul {
overflow: hidden;
display: block;
width: 100%;
height: 0;
position: absolute;
top: 100%;
left: 0;
font-size: 90%;
background-color: #eee;
border: none;
}

.dropdown_container:hover > ul {
z-index: 999;
height: auto;
background: #b0f3b8;
}

.dropdown_container:hover > ul li {
padding: 10px;
border-bottom: 1px solid #fff;
}

.dropdown_container:hover > ul li:last-child {
border-bottom: none;
}

.dropdown_container a {
display: block;
color: black;
}

.dropdown_container a:hover {
}



/* スライド */
#bx_bg {
position: relative;
margin: auto;
background: #ccc;
}

.bx-wrapper .bx-pager {
/*display: none;*/
z-index: 9;
top: auto;
bottom: -30px !important;
}

.bx-wrapper {
max-width: 1920px;
margin: auto;
}

#bx_bg:hover .bx-pager {
display: block;
}
.bx-pager a {
margin: 0 10px !important;
width: 10px !important;
height: 0px !important;
background: #cacaca !important;
border-radius: 1px !important;
border: none;
}

.bx-pager a.active,
.bx-pager a:focus,
.bx-pager a:hover {
background: #2c3333 !important;
}

.caption {
position: absolute;
bottom: 400px;
left: 200px;
font-size: 50px;
font-weight: bold;
text-shadow: 1px 1px 2px #000;
line-height: 1.2em;
color: #fff;
animation: animation1 2s 1 ease 1s both;
}
@keyframes animation1 {
	from {
	transform: translateY(-100px);
	}
	to {
	transform: translateY(300px);
	}
}

.bx-viewport li { min-height: 1px; min-width: 1px; }
.bx-clone {display: none;}



/* TOPメイン */
main {
display: block;
}



/* TOP_メッセージ */
.top_message {
position: relative;
background: #f5f5f5;
}

.top_message .img_area {
max-width: none;
width: 1920px;
height: auto;
margin: auto;
}

.top_message .img_area img {
max-width: none;
width: 100%;
height: auto;
}

.top_message .container {
width: 978px;
position: absolute;
top: 0;
right: 0;
left: 0;
/*
z-index: 9;
margin-top: -420px;
position: absolute;
top: 60px;
right: 30px;
left: 30px;
margin: auto;
*/
}

.top_message h2,
.top_service h2,
.top_recruit h2,
.top_news h2 {
margin-top: 60px;
margin-bottom: 20px;
text-align: center;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 15px;
letter-spacing: 2px;
line-height: 2em;
color: #2c3333;
}

.top_message h2 strong,
.top_service h2 strong,
.top_recruit h2 strong,
.top_news h2 strong {
display: block;
margin-bottom: 2px;
font-family: 'Asap', sans-serif;
font-size: 35px;
letter-spacing: 5px;
}

.top_message .text_area {
text-align: center;
font-size: 18px;
line-height: 2.2em;
}

.top_message .bnr_area {
margin-bottom: 40px;
}

.top_message .bnr_area a {
width: 196px;
display: inline-block;
padding: 5px 0;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 13px;
color: #2c3333;
background: #fff;
border: 1px solid #2c3333;
}

.top_message .bnr_area a:hover {
background: #f5f5f5 url(../img/ico_arrow.png) no-repeat 170px center;
transition: background 0.5s;
}



/* TOP_サービス */
.top_service {
position: relative;
background: #5ccbcb;
}

.top_service .img_area {
max-width: none;
width: 1920px;
height: auto;
margin: auto;
}

.top_service .img_area img {
max-width: none;
width: 100%;
height: auto;
}

.top_service .container {
width: 978px;
position: absolute;
top: 0;
right: 0;
left: 0;
/*
z-index: 9;
margin-top: -420px;
position: absolute;
top: 60px;
right: 30px;
left: 30px;
margin: auto;
*/
}

.top_service h2,
.top_recruit h2 {
color: #fff;
}

.top_service h2 strong,
.top_recruit h2 strong {
}

.top_service .box {
margin-bottom: 40px;
margin-right: -15px;
margin-left: -15px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.top_service .box .in {
width: 25%;
margin-bottom: 15px;
}

.top_service .box .in a {
display: block;
margin-right: 15px;
margin-left: 15px;
}

.top_service .box .in img {
max-width: 100%;
height: auto;
display: block;
margin: auto;
}



/* TOP_リクルート */
.top_recruit {
position: relative;
background: #b4b4b4;
}

.top_recruit .img_area {
max-width: none;
width: 1920px;
height: auto;
margin: auto;
}

.top_recruit .img_area img {
max-width: none;
width: 100%;
height: auto;
}

.top_recruit .container {
width: 978px;
position: absolute;
top: 0;
right: 0;
left: 0;
/*
z-index: 9;
margin-top: -420px;
position: absolute;
top: 60px;
right: 30px;
left: 30px;
margin: auto;
*/
}

.top_recruit .box {
margin-bottom: 40px;
margin-right: -15px;
margin-left: -15px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.top_recruit .box .in {
width: 33.333333%;
margin-bottom: 15px;
}

.top_recruit .box .in a {
display: block;
margin-right: 15px;
margin-left: 15px;
}

.top_recruit .box .in img {
max-width: 100%;
height: auto;
display: block;
margin: auto;
}

.top_recruit .img_area {
max-width: none;
height: 100%;
}

.top_recruit .img_area img {
max-width: none;
height: 100%;
}



/* TOP_新着情報 */
.top_news {
position: relative;
background: #f9f9f9;
}

.top_news .img_area {
max-width: none;
width: 1920px;
height: auto;
margin: auto;
}

.top_news .img_area img {
max-width: none;
width: 100%;
height: auto;
}

.top_news .container {
width: 978px;
position: absolute;
top: 0;
right: 0;
left: 0;
/*
z-index: 9;
position: relative;
margin-top: -510px;
position: absolute;
top: 60px;
right: 30px;
left: 30px;
margin: auto;
*/
}

.top_news .news_area {
width: 672px;
height: 200px;
overflow: auto;
margin-right: auto;
margin-left: auto;
margin-bottom: 50px;
}

.top_news dl {
display: flex;
padding: 7px 15px;
background: #fff;
}

.top_news dl:nth-child(odd) {
background: #f5f5f5;
}

.top_news dt {
margin-right: 15px;
}

.top_news dd {
}

.top_news .bnr_area {
margin-bottom: 80px;
}

.top_news .bnr_area a {
width: 196px;
display: inline-block;
padding: 5px 0;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 13px;
color: #2c3333;
background: #fff;
border: 1px solid #2c3333;
}

.top_news .bnr_area a:hover {
background: #f5f5f5;
transition: background 0.5s;
}



/* フッター */
footer {
z-index: 9;
position: relative;
padding-bottom: 30px;
background: #fff;
}

footer a {
color: #fff;
}

footer .container {
position: relative;
}

.foot_navi {
padding: 10px 0;
font-size: 14px;
background: #114b72e6;
}

.foot_navi .container {
}

.foot_navi ul {
display: flex;
justify-content: space-between;
align-items: center;
margin-right: 25px;
margin-left: 25px;
}

.foot_navi li {
}

.foot_navi li a {
}

.foot_navi li:first-of-type a::before {
content: "｜";
position: relative;
right: 70px;
color: #fff;
}

.foot_navi li a::after {
content: "｜";
position: relative;
left: 70px;
color: #fff;
}

.foot_navi li a:hover {
color: #ccc;
}

footer .box {
display: flex;
justify-content: space-between;
align-items: center;
padding: 55px 0 44px 0;
border-bottom: 1px solid #e7e7e7;
}

footer .in1 {
width: 35%;
}

footer .in1 a {
}

footer .in1 a img {
max-width: 100%;
height: auto;
}

footer .in2 {
width: 65%;
text-align: right;
}

footer .in2 ul {
}

footer .in2 li {
}

footer .tel {
margin-bottom: 10px;
font-family: "Noto Sans Japanese", "メイリオ","Meiryo" , sans-serif;
font-size: 26px;
font-weight: bold;
letter-spacing: 3px;
line-height: 1.2em;
color: #2b2b2b;
}

footer .tel a {
color: #2b2b2b;
}

footer .tel img {
width: 22px;
height: 28px;
position: relative;
top: 5px;
}

footer .contact {
position: relative;
top: 2px;
float: right;
margin-left: 10px;
}

footer .contact a img {
width: 175px;
height: 33px;
}

footer .address {
width: 100%;
margin-top: 10px;
font-size: 17px;
letter-spacing: 1px;
color: #2c3333;
}



/* copyright */
.copyright {
padding-top: 30px;
text-align: center;
}

small {
position: relative;
font-size: 10px;
color: #919191;
}



/*-----------------------
 TOPへ戻るボタン
-----------------------*/
.page_top {
z-index: 999;
width: 100%;
position: relative;
}

.page_top .inner {
position: absolute;
top: -27px;
right: 0;
}

.page_top a {
}

.page_top img {
max-width: 100%;
height: auto;
}



/*-----------------------
 汎用ページ
-----------------------*/
/* タイトル */
#ttl {
margin-bottom: 100px;
margin-right: auto;
margin-left: auto;
padding-top: 80px;
}

@media screen and (max-width: 1479px) {
#ttl {
width: 100%;
}}

#ttl .container {
position: relative;
background: url(../img/bg_ttl.jpg) no-repeat;
background-size: 100%;
}

#ttl h2 {
position: absolute;
top: 50px;
left: 30px;
padding: 5px 20px;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 40px;
font-weight: normal;
letter-spacing: 4px;
text-align: left;
/*text-shadow: 2px 2px 2px #000;*/
color: #fff;
}

#ttl img {
max-width: 100%;
height: auto;
margin-bottom: -8px;
}



/* コンテンツエリア */
.content {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.content .container {
position: relative;
}



/* メインカラム */
#left_col {
width: 73%;
}

/* サイドバナー */
#right_col {
width: 20%;
}



/* h3～h6 */
.title {
}

.h3 {
position: relative;
margin-top: 100px;
padding: 0px;
padding-bottom: 80px;
text-align: center;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 30px;
font-weight: normal;
letter-spacing: 6px;
color: #2c3333;
}

.h3 h3 {
padding-bottom: 10px;
font-weight: normal;
}

.h3 i {
margin-right: 10px;
}

.h3 p {
display: inline-block;
padding: 20px 20px 0 20px;
font-family: 'Asap', sans-serif;
font-size: 60%;
letter-spacing: 8px;
color: #2c3333;
border-top: 3px double;
}

.h3:first-of-type {
margin-top: 0px;
}

.h4 {
position: relative;
margin-top: 60px;
padding: 0px;
padding-bottom: 40px;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 20px;
letter-spacing: 3px;
color: #fff;
}

.h4 h4 {
}

.h4 h4 span {
display: block;
padding: 10px 20px;
font-weight: normal;
line-height: 1.2em;
background: #2c3333;
border-radius: 2px;
}

.h4 i {
margin-right: 10px;
}

.h4:first-of-type {
margin-top: 0px;
}

.h3 + .h4 {
margin-top: 0px;
}

.h5 {
position: relative;
margin-top: 40px;
padding: 0px;
padding-bottom: 40px;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 25px;
letter-spacing: 3px;
color: #2c3333;
}

.no-line {
margin-top: 0px;
}

.message-size {
font-size: 25px !important;
}

.contact-link {
font-size: 25px;
}

.email-link {
font-size: 20px;
}

.h5 h5 {
padding: 5px 20px;
font-weight: normal;
border-bottom: 2px dotted #2c3333;
}

.h5 i {
margin-right: 10px;
}

.h5:first-of-type {
margin-top: 0px;
}

.h4 + .h5 {
margin-top: 0px;
}

.h6 {
display: block;
padding: 5px;
margin-bottom: 8px;
padding-bottom: 8px;
font-size: 20px;
font-weight: bold;
color: #e7284c;
border-bottom: 2px solid;
}



/* テキストエリア */
.text_area {
padding-bottom: 40px;
line-height: 1.9em;
}

.text_area strong {
}



/* float右画像 */
.float_r {
padding-bottom: 40px;
}

.float_r a {
text-decoration: underline;
width: 100%;
}

.float_r:after {
content:" ";
display:block;
clear:both;
}

.float_r .in_l {
}

.float_r .in_l .text {
}

.float_r .in_l .text strong {
display: block;
}

.float_r img {
max-width: 100%;
height: auto;
}

.float_r .in_r {
width: 50%;
float: right;
}

.float_r .in_r .img_area {
padding-top: 5px;
padding-left: 20px;
padding-bottom: 10px;
}

.float_r .in_r .img_area a {
max-width: 100%;
}



/* float左画像 */
.float_l {
padding-bottom: 40px;
}

.float_l:after {
content:" ";
display:block;
clear:both;
}

.float_l a {
text-decoration: underline;
width: 100%;
}

.float_l .in_l {
width: 50%;
float: left;
}

.float_l .in_l .img_area {
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
}

.float_l .in_l img_area a {
max-width: 100%;
}

.float_l .in_r {
}

.float_l .in_r .text {
}

.float_l img {
max-width: 100%;
height: auto;
}



/* 2カラムBOX */
.box_2col {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-bottom: 20px;
margin-right: -10px;
margin-left: -10px;
}

.box_2col a {
text-decoration: underline;
}

.box_2col .in {
width: 50%;
padding-bottom: 20px;
}

.box_2col .in img {
max-width: 100%;
height: auto;
}

.box_2col a {
display: inline-block;
width: 100%;
}

.box_2col .img_area {
padding-right: 10px;
padding-left: 10px;
text-align: center;
}

.box_2col .img_area a {
border: 1px solid #000;
}

.box_2col .bnr_area a {
max-width: 100%;
height: auto;
}

.box_2col .bnr_area img {
max-width: 100%;
height: auto;
}

.box_2col .img_area img {
max-width: 100%;
height: auto;
}

.box_2col .in .ttl {
margin-bottom: 8px;
padding-right: 10px;
padding-left: 10px;
}

.box_2col .in .text {
padding-top: 10px;
padding-right: 20px;
padding-left: 20px;
}

.box_2col .in .link_bnr {
padding-right: 10px;
padding-left: 10px;
}



/* 3カラムBOX */
.box_3col {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-bottom: 20px;
margin-right: -10px;
margin-left: -10px;
}

.box_3col a {
text-decoration: underline;
width: 100%;
}

.box_3col .in {
width: 33.3333%;
padding-bottom: 20px;
}

.box_3col .in img {
max-width: 100%;
height: auto;
}

.box_3col .in a {
display: block;
}

.box_3col .in .img_area {
padding-right: 10px;
padding-left: 10px;
}

.box_3col .in .img_area a {
}

.box_3col .img_area {
text-align: center;
}

.box_3col .img_area img {
max-width: 100%;
height: auto;
}

.box_3col .ttl {
margin-bottom: 8px;
padding-right: 10px;
padding-left: 10px;
}

.box_3col .text {
padding-top: 10px;
padding-right: 20px;
padding-left: 20px;
}

.box_3col .in .link_bnr {
padding-right: 10px;
padding-left: 10px;
}



/* 4カラムBOX */
.box_4col {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-bottom: 20px;
margin-right: -10px;
margin-left: -10px;
}

.box_4col a {
text-decoration: underline;
width: 100%;
}

.box_4col .in {
width: 25%;
padding-bottom: 20px;
}

.box_4col .in img {
max-width: 100%;
height: auto;
}

.box_4col .in a {
display: block;
}

.box_4col .in .img_area a {
border: 1px solid #d96e8f;
}

.box_4col .img_area {
margin-bottom: 20px;
text-align: center;
padding-right: 10px;
padding-left: 10px;
}

.box_4col .img_area img {
max-width: 100%;
height: auto;
}

.box_4col .ttl {
margin-bottom: 8px;
padding-right: 10px;
padding-left: 10px;
}

.box_4col .text {
padding-right: 20px;
padding-left: 20px;
}

.box_4col .in .link_bnr {
padding-right: 10px;
padding-left: 10px;
}



/* img_box */
.img_box {
padding-bottom: 40px;
text-align: center;
}

.img_box img {
max-width: 100%;
height: auto;
}



/* リストエリア1 */
.content .list_area1 {
margin-left: 40px;
margin-right: 40px;
padding-bottom: 60px;
}

.content .list_area1 ul {
}

.content .list_area1 li {
position: relative;
padding-bottom: 20px;
padding-left: 30px;
font-size: 100%;
}
.content .list_area1 li::before {
content: "\f111";
position: absolute;
top: 2px;
left: 0px;
padding-right: 10px;
font-family: "Font Awesome 5 Free";
font-weight: bold;
color: #2c3333;
font-size: 60%;
}

.content .list_area1 li:last-of-type {
padding-bottom: 5px;
}



/* リストエリア2 */
.list_area2 {
margin-left: 40px !important;
padding-bottom: 60px;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 130%;
font-weight: bold;
letter-spacing: 5px;
line-height: 1.5em;
color: #2c3333;
}

.list_area2 ul {
}

.list_area2 li {
position: relative;
padding-bottom: 30px !important;
padding-left: 30px !important;
padding-right: 30px !important;
}
.list_area2 li::before {
content: "\f14a" !important;
position: absolute;
top: 0px !important;
left: 0px;
padding-right: 10px;
font-family: "Font Awesome 5 Free";
font-weight: bold;
color: #2c3333;
font-size: 100% !important;
}



/* リンクボタン1 */
.link_bnr {
margin-top: 30px;
text-align: right;
}

.link_bnr a {
display: inline-block;
padding: 10px 40px;
letter-spacing: 2px;
text-decoration: none !important;
color: #fff;
background: #2c3333;
border-radius: 5px;
box-shadow: 5px 5px 5px #ccc;
}

.link_bnr a::before {
content: "\f105";
padding-right: 10px;
font-family: "Font Awesome 5 Free";
font-weight: bold;
}

.link_bnr a:hover {
background: #73b6b6;
transition: background 0.5s;
}

.link_bnr a img {
max-width: 100%;
height: auto;
}



/* リンクボタン2（全幅） */
.link_bnr2 {
margin-top: 100px;
margin-bottom: 60px;
text-align: center;
}

.link_bnr2 a {
display: block;
padding: 60px 5px;
font-size: 180%;
letter-spacing: 2px;
color: #fff;
background: #4f8ccf;
border-radius: 5px;
box-shadow: 5px 5px 5px #ccc;
}

.link_bnr2 a::before {
content: "\f101";
padding-right: 10px;
font-family: "Font Awesome 5 Free";
font-weight: bold;
}

.link_bnr2 a:hover {
background: #ccc;
transition: background 0.5s;
}

.link_bnr2 a img {
max-width: 100%;
height: auto;
}



/* リンクボタン3（背景画像入り全幅） */
.link_bnr3 {
position: relative;
margin-top: 100px;
padding-bottom: 40px;
text-align: center;
}

.link_bnr3 img {
width: 100%;
height: auto;
object-fit: cover;
box-shadow: 5px 5px 5px #ccc;
border-radius: 5px;
}

.link_bnr3 a {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
height: 80%;
font-size: 180%;
letter-spacing: 2px;
text-shadow: 2px 2px 2px #000;
color: #fff;
}

.link_bnr3 a::before {
content: "\f101";
padding-right: 10px;
font-family: "Font Awesome 5 Free";
font-weight: bold;
}

.link_bnr3 a:hover {
background: rgba(255,255,255,0.5);
transition: background 0.5s;
}


/* テーブル */
.tbl_area {
padding-bottom: 40px;
}

.tbl_area table {
width: 100%;
border: 2px solid #2c3333;
}

.tbl_area span {
color: #e7284c;
}

.tbl_area tr {
}

.tbl_area th {
width: 150px;
padding: 20px;
font-weight: normal;
text-align: left;
background: #7750081a;
border-bottom: 1px solid #2c3333;
}

.tbl_area td {
padding: 20px;
background: #fff;
border-bottom: 1px solid #2c3333;
}



/* バナーリンク */
.bnrlink_area {
padding-top: 40px;
padding-bottom: 40px;
}

.bnrlink_area ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px;
}

.bnrlink_area li {
width: 33.333333%;
/*display: table;*/
}

.bnrlink_area li a {
height: 100px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
margin-left: 10px;
padding-right: 20px;
padding-left: 20px;
color: #fff;
text-align: center;
letter-spacing: 2px;
background: #2c3333;
border-radius: 5px;
box-shadow: 5px 5px 5px #ccc;
}
/*
.bnrlink_area li:nth-child(even) a {
background: #2c3333;
}
*/

.bnrlink_area li a:hover {
background: #08b6b6;
transition: background 0.5s;
}

.bnrlink_area li img {
}



/* 赤文字 */
.red_text {
color: #ff315d
}



/* コンテンツページ共通お問い合わせバナー */
.content_info {
margin-top: 100px;
padding-bottom: 150px;
}

.content_info a {
}

.content_info img {
width: 100%;
box-shadow: 5px 5px 5px #ccc;
}



/* 自動リンク */
.module {
padding-bottom: 60px;
font-family: "Noto Sans Japanese", sans-serif;
border-radius: 5px;
}

#right_col ul {
}

.lv1 {
margin-top: 20px;
margin-bottom: 20px;
background: #3d6e8fe6;
}
.lv1::before {
}
.lv1 a {
padding-top: 10px;
padding-bottom: 10px;
display: block;
padding-left: 20px;
padding-right: 10px;
font-size: 16px;
color: #fff;
line-height: 1.2em;
}
.lv1 a:hover {
background: #4e9e9e;
transition: background 0.5s;
}
.lv1 i {
margin-right: 5px;
color: #2c3333;
}

.lv1:nth-of-type(1) {
margin-top: 0;
}

.lv1 + .lv2 {
margin-top: -20px;
}

.lv1 + .lv3 {
margin-top: -20px;
}



.lv2 {
position: relative;
/*margin-top: 5px;*/
/*margin-bottom: 10px;*/
/*padding-left: 10px;*/
font-weight: normal;
font-size: 90%;
background: #b0dddd;
}
.lv2 a {
display: block;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 10px;
font-size: 14px;
color: #000;
}
.lv2 i {
margin-right: 5px;
color: #2c3333;
}
.lv2 a:hover {
background: #9dc9c9;
transition: background 0.5s;
}



.lv3 {
/*margin-top: 5px;*/
/*margin-bottom: 10px;*/
/*padding-left: 20px;*/
background: #f5f5f5;
}
.lv3::before {
}
.lv3 a {
display: block;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 10px;
font-size: 13px;
}
.lv3 i {
margin-right: 5px;
color: #2c3333;
}
.lv3 a:hover {
background: #807e7e;
transition: background 0.5s;
}

#right_col a:hover {
/*
color: #c1d3ea;
transition: color 0.5s;
*/
}



/* サイドバナー */
.side_bnr {
padding-bottom: 30px;
}

.side_bnr a {
}

.side_bnr img {
width: 100%;
}



/*-----------------------
 ネオシスの想い
-----------------------*/
.message_float_r {
}

.message_float_r strong {
text-align: right;
}

.message_text_area {
}

.message_text_area strong {
display: block;
margin-bottom: 20px;
text-align: center;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 25px;
}

.rinen_list_area2 {
margin-left: 0 !important;
color: #444;
}

.rinen_list_area2 .inner {
padding: 40px 20px;
border-top: 15px solid #b0dddd;
border-bottom: 15px solid #b0dddd;
border-right: 15px solid #2c3333;
border-left: 15px solid #2c3333;
background: #f5f5f5;
}

.rinen_list_area2 ol {
margin-left: 40px;
list-style: decimal;
}

.rinen_list_area2 li {
padding-bottom: 40px !important;
}

.rinen_list_area2 li:last-of-type {
padding-bottom: 0 !important;
}

.rinen_list_area2 li::before {
display: none;
}



/*-----------------------
 事業案内
-----------------------*/
.business_list {
padding-top: 40px;
padding-bottom: 40px;
}

.business_list ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px;
}

.business_list li {
width: 25%;
}

.business_list li a {
color: #fff;
}

.business_list li .inner {
padding-right: 10px;
padding-left: 10px;
letter-spacing: 2px;
text-align: center;
}

.business_list li p {
height: 160px;
display: flex;
justify-content: center;
align-items: center;
padding-right: 20px;
padding-left: 20px;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 20px;
color: #fff;
background: linear-gradient(#2c3333,#26b3b3);
border-radius: 50%;
border: 1px solid #fff;
box-shadow: 0 0 0 3px #2c3333;
}





/*-----------------------
 製品情報 
-----------------------*/
.products_box_3col .in {
position: relative;
margin-bottom: 40px;
padding-bottom: 50px;
}

.products_box_3col .bnr_area {
height: 35px;
position: absolute;
bottom: 0;
right: 10px;
}

.products_box_3col .bnr_area a {
width: auto;
display: inline-block;
padding: 5px 30px;
text-decoration: none;
color: #fff;
background: #2c3333;
border-radius: 2px;
}

.products_box_3col .bnr_area a:hover {
background: #08b6b6;
}



/*-----------------------
 製品詳細
-----------------------*/


/*-----------------------
 採用情報
-----------------------*/
.recruit_text_area p {
}

.recruit_text_area p {
padding: 30px;
font-size: 20px;
font-family: "Noto Sans Japanese", sans-serif;
background: #eee;
border-radius: 2px;
}



/*-----------------------
 社員の1日
-----------------------*/
.oneday_area {
padding-bottom: 60px;
}

.oneday_area .inner {
padding: 30px;
border: 5px solid #2c3333;
border-radius: 2px;
}

.oneday_box {
margin-bottom: 10px;
}

.oneday_box:last-of-type {
margin-bottom: 0;
}

.oneday_box .time {
height: 100px;
position: relative;
background: url(../img/bg_oneday.png) no-repeat;
background-size: 330px;
}

.oneday_box .time p {
position: absolute;
color: #fff;
top: 30px;
left: 180px;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 20px;
letter-spacing: 5px;
}

.oneday_box .in1 {
display: flex;
justify-content: space-between;
padding: 20px;
min-height: 205px;
padding-left: 80px;
background: url(../img/oneday_arrow.png) repeat-y 10px 0;
background-size: 50px auto;
}

.oneday_box:last-of-type .in1 {
min-height: auto;
background: none;
}

.oneday_box .in1_1 {
width: 60%;
}

.oneday_box .in1_1 p {
padding-top: 20px;
padding-right: 20px;
}

.oneday_box .in1_2 {
width: 40%;
}

.oneday_box .in2 .img_area {
margin-top: 120px;
margin-left: 20px;
}

.oneday_box .in2 img {
}



/*-----------------------
 先輩の声
-----------------------*/
.voice_area {
padding-bottom: 40px;
}

.voice_area .in1 {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
font-family: "Noto Sans Japanese", sans-serif;
}

.voice_area .in1_1 {
width: 50%;
}

.voice_area .in1_1 .img_area {
margin-right: 30px;
}

.voice_area .in1_2 {
width: 50%;
}

.voice_area .in1_2 .name {
margin-top: 20px;
margin-bottom: 20px;
padding: 10px;
color: #2c3333;
text-align: center;
letter-spacing: 3px;
border-radius: 2px;
}

.voice_area .in1_2 .name p:nth-of-type(1) {
margin-bottom: 10px;
font-size: 25px;
line-height: 1.2em;
}
.voice_area .in1_2 .name p:nth-of-type(2) {
font-size: 18px;
}

.voice_area .in1_2 .date {
text-align: center;
font-size: 18px;
letter-spacing: 2px;
border: 2px solid #2c3333;
}

.voice_area .in1_2 .date p:nth-of-type(1) {
padding: 5px 10px;
color: #fff;
background: #2c3333;
}
.voice_area .in1_2 .date p:nth-of-type(2) {
padding: 10px;
}

.voice_area .in2 {
}

.voice_area .in2 p {
}



/*-----------------------
 会社案内
-----------------------*/
.company_box_2col {
}

.box_2col .img_area {
margin-bottom: 0;
}



/*-----------------------
 お問い合わせ
-----------------------*/
.contact_float_r .text strong {
margin-top: 10px;
margin-bottom: 10px;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 25px;
}

.contact_text_area strong {
color: #ff315d
}



/* フォーム要素 */
form {
}

input[type="text"],
input[type="email"] {
width: 90%;
padding: 5px 10px;
background: #eaeaea;
border: none;
}

form .tel,
form .postal_code {
width: 200px;
}

form .small {
margin: 0 11px;
width: 100px;
}

form .small2 {
margin: 0 11px 0 0;
width: 100px;
}

select {
width: 200px;
margin-bottom: 5px;
padding: 2px;
background: #eaeaea;
border: none;
}

textarea {
width: 90%;
padding: 5px 10px;
background: #eaeaea;
border: none;
}

.form_btn {
margin-top: 40px;
padding-bottom: 100px;
text-align: center;
}

input[type="submit"] {
cursor: pointer;
cursor: hand;
width: 200px;
padding: 10px 5px;
font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-size: 110%;
font-weight: bold;
color: #fff;
background: #ff315d;
border-radius: 2px;
}

input[type="reset"] {
cursor: pointer;
cursor: hand;
width: 200px;
margin-right: 40px;
padding: 10px 5px;
font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-size: 110%;
font-weight: bold;
color: #333;
background: #b0dddd;
border-radius: 2px;
}

input[type="submit"]:hover {
background: #d53053;
transition: background 0.5s;
}

input[type="reset"]:hover {
background: #73b6b6;
transition: background 0.5s;
}

.checkbox_area {
}

.checkbox_area p {
margin-right: 30px;
float: left;
}



/* フォーム用テーブル */
.form_tbl {
}

.form_tbl tr {
border: none;
}

.form_tbl th {
text-align: right;
line-height: 1.2em;
}

.form_tbl th strong {
color: #ff315d
}



/*-----------------------
 Google MAP
-----------------------*/
/* Google MAP */
.g_map {
position: relative;
margin-bottom: 60px;
text-align: right;
}

.g_map img {
width: 100%;
height: auto;
}



/*-----------------------
 アンカー調整用
-----------------------*/

#anc0, #anc1, #anc2, #anc3, #anc4, #anc5, #anc6, #anc7, #anc8, #anc9, #anc10, #anc11, #anc12, #anc13, #anc14, #anc15, #anc16, #anc17, #anc18, #anc19, #anc20, #anc21, #anc22, #anc23, #anc24, #anc25, #anc26, #anc27, #anc28, #anc29, #anc30, #anc31, #anc32, #anc33, #anc34, #anc35, #anc36, #anc37, #anc38, #anc39, #anc40, #anc41, #anc42, #anc43, #anc44, #anc45, #anc46, #anc47, #anc48, #anc49, #anc50 {
margin-top: -150px;
padding-top: 150px;
}

