/*-------------------------------
スマホ用幅　文　左右余白
--------------------------------*/
.w1000{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.sp_95{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

.sp_90{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.fl{
	float:none;
}

.fr{
	float:none;
}

.clr{
	clear:both;
}

.pt10 {
	display: block; 
	padding-top: 10px; 
	clear: both; 
}
.pt20 {
	display: block; 
	padding-top: 20px; 
	clear: both; 
}
.pt30 {
	display: block; 
	padding-top: 30px; 
	clear: both; 
}
.pt50 {
	display: block; 
	padding-top: 50px; 
	clear: both; 
}

/*-------------------------------
テーブル
--------------------------------*/
/*table th{
	display:block;
	width:100%;
}

table td{
	display:block;
	width:100%;
}:/

/*-------------------------------
ページトップへスクロール
--------------------------------*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
	width: 12%;
}

/*-------------------------------
レスポンシブ　スマホ画面では見えない
--------------------------------*/
.sp_none{
	display:none;
}
/*-------------------------------
レスポンシブ　スマホ画面で見える
--------------------------------*/
.full_none{
	display:inline;
}
/*-------------------------------
スクロール固定
--------------------------------*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/******************************************************
トップページ　共通
*******************************************************/
/*-------------------------------
グローバルナビゲーション
--------------------------------*/
nav > ul > li > a:hover {
    border-bottom: none;
}

.drawer-opened{
	overflow:hidden;
}

header {
    min-width: inherit;
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1vh;
    padding-top: 1vh;
    position: fixed;
    z-index: 99999999;
    top: 0;
    height: 9.3vh;
}

header h1 {
    width: 100px;
    margin: 0 2%;
    position: relative;
    z-index: 9999999;
}
/**開くアイコン**/
header #nav_icon{
	/*position: absolute;*/
	position:fixed;
    top: 0px;
    right: 0px;
    display: block;
    background-image: url(../img/nav_ic1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 9.3vh;
    height: 9.3vh;
	z-index: 1000000;
}
/**閉じるアイコン**/
.drawer-opened header #nav_icon{
	background-image: url(../img/nav_ic2.png);
	z-index:1000000;
}

/* キーフレームを作成 */
@-webkit-keyframes fadein {
	0%{
		opacity:0;
	}
	75%{
		opacity:0.5;
	}
	100% {
		opacity:1;
	}
}

.drawer-opened header nav{
	display:block;
	-webkit-animation: fadein 0.5s linear 0s 1;
}

header .right {
    float: none;
    width: 100%;
}

/**ナビゲーションオープン時背景**/
header nav{
	background: #abd9e2;
	width: 100%;
	display:none;
	/*position:absolute;*/
	position:fixed;
	top:0;
	overflow:auto;
	height:100vh;
	z-index:999999;
}

header nav.w1000{
    height: 91vh;
    position: relative;
    margin-top: 8.25vh;
}

header nav.w1000 ul{
    display: block;
    height: auto;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

header nav > ul > li{
	margin-top: 1em;
    margin-bottom: 1em;
    font-size: 5vw;
    font-weight: bold;
}

header nav > ul > li{
    margin-left: auto;
    float: none;
    text-align: left;
    margin-right: auto;
    font-weight: normal;
    position: static;
    width: 80%;
    border-bottom: 2px solid #004856;
}

header nav > ul > .wrap1 > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    right: 0%;
    left: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #004856;
    border-right: 2px solid #004856;
    background: none;
    transform: translateX(-50%) rotate(135deg);
}

header nav > ul > .wrap1 > a:last-child::after {
    content: "";
    display: none;
}

header nav ul .child{
	display:none;
	margin-top:0;
	
    position: static;
    background-color:unset;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: none;
    min-width:inherit;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: none;
}

header nav ul .child li{
	margin-top: 0;
    margin-bottom: 10px;
    font-size: 0.9rem;
    display: block;
}

nav >ul > li > a{
    color: #004856;
    margin-top: 0;
    display: block;
    text-align: left;
    padding: 8px 20px 8px 5px;
    font-size: 1rem;
    position: relative;
    font-weight: 600;
}

header nav .child a{
	color: #004856;
    border-right: none;
    padding-right: 0px;
    padding-left: 25px;
    margin-right: 0;
    display: block;
    text-align: left;
}

nav ul li ul:before{
    display: none;
}

.more {
    width: 55%;
    font-size: 1rem;
}

.bebas {
    font-size: 3rem;
}

.small {
    font-size: 1rem;
    padding-left: 8px;
}

/**言語切り替え**/
.lang {
    width: 60%;
    display: -webkit-flex;
    margin: 0 auto;
}

.lang a {
    padding: 0.7em 2em;
}

#home p{
    font-size: 1rem;
}
/*-------------------------------
トップイメージ
--------------------------------*/
#top_img .top_txt {
    bottom: 5%;
}

#top_img .top_txt p {
    color: #ffffff;
    font-size: 1.1rem;
    letter-spacing: 0.35rem;
}

#top_img .bx-wrapper{
    padding-top: 9vh;
    max-width: 100%;
}

#top_img .bx-viewport {
    -webkit-transform: translatez(0);
    height: 192px !important;
}

/*-------------------------------
最新ニュース
--------------------------------*/
#news_topics {
    margin:0;
	padding: 25px;
}

#news_topics ul li {
    padding-left: 0;
    padding-bottom: 10px;
    margin: 20px 0;
}

#news_topics ul li a{
    font-size: 1rem;
}

#news_topics ul li .date {
    padding-right: 0;
    display: block;
    font-size: 1rem;
}
/*-------------------------------
事業紹介
--------------------------------*/
#business {
    margin-top: 55px;
    padding: 20px;
    height: auto;
}

#business .bun {
    width: auto;
    margin: 0 auto;
}

#business .top_business_item {
    width: 100%;
	height: 18.5vh;
	margin-bottom: 15px;
}

#business .top_business_item a {
    padding: 25% 15%;
}

#business .top_business_item_more {
    left: 75%;
}

#business .top_business_item_more::before {
    bottom: 12px;
}

#business .top_business_item_more::after {
    bottom: 63%;
}

#business .top_business_item_text span {
    font-size: 1.15rem;
}
/*-------------------------------
会社紹介
--------------------------------*/
#company{
    padding: 20px;
    height: auto;
}

#company h2 {
    display: block;
    float: none;
    width: 100%;
    line-height: 3rem;
}

#home #company .small{
    font-size: 1rem;
    padding-left: 8px;
    font-weight: 600;
    display: inline-block;
}

#company .fr {
    width: 100%;
}

#company .fr .more {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}

#company .fl {
    width: 100%;
}

#company .fr2 {
    width: 100%;
    display: block;
    padding-left: 0;
    box-sizing: unset;
}

#company .fr2 .img {
    width: 100%;
    margin-top: 10px;
}
/*-------------------------------
採用情報
--------------------------------*/
#recruit {
    margin: 30px auto;
}

#recruit .zoom-img::before{
	background-image: url("../img/top_recruit_sp.jpg");
	padding-top: 80%;
}

#recruit .zoom-txt {
    width: 75%;
    margin: 7% auto;
}

#recruit .zoom a {
    padding: 13% 1%;
}

#recruit .underline {
    line-height: 1.5rem;
    margin: 25px 0;
    font-size: 2.5rem;
}

#recruit .small {
    padding-left: 0;
    margin: 5px;
    display: block;
    font-size: 1rem;
}

#recruit .bun {
    width: 90%;
    margin: 0 auto;
    font-size: 0.6rem;
}

/*-------------------------------
お問い合わせ
--------------------------------*/
#contact {
    margin: 0 20px;
}

#contact p{
    font-size: 1rem;
    text-align: center;
}

#contact .contact_wrap {
    background:#2aa5bd;
	padding: 40px 25px;
	overflow: hidden;
}

#contact .contact_l {
    display: block;
    float: none;
    width: 100%;
}

#contact .contact_l .bebas {
    color: #004856;
    line-height: 1.5rem;
    font-size: 3rem;
    text-align: center;
}

#contact .contact_r {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
}

#contact .contact_r h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-top: 20px;
}

#contact .contact_r h3::before {
    width: 25px;
    height: 25px;
    margin-right: 0.2rem;
}
/*-------------------------------
フッター
--------------------------------*/
footer {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

footer .wrap1 {
    display: inline-block;
    width: 50%;
}

footer .child {
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 30px;
}

footer .child li{
    margin-top: 5px;
}

.copybg{
    background-color: #e2e2e2;
    color: #333333;
}
/******************************************************
サブページ　共通
*******************************************************/
.subpage .main {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.subpage .wrap {
    margin-top: 35px;
    margin-bottom: 35px;
}

.subpage #sub_top {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}

.subpage #sub_top .title {
    display: block;
    float: none;
    position: static;
    top: 0;
    
}

.subpage #sub_top .top_img {
    display: block;
    float: none;
    width: 100%;
}

.subpage #sub_top .introduction {
    display: block;
    width: 90%;
    padding: 20px;
    background-color: #008eab;
    position: absolute;
    bottom: 20px;
    left: 5%;
    right: 0;
    z-index: 1000;
    box-sizing: border-box;
}

.subpage #sub_top .introduction p {
    color: #ffffff;
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.subpage .inpage__links li {
    width: 48%;
    margin-left: 2px;
    margin-right: auto;
}

.subpage .inpage__links li a {
    letter-spacing: 0.04rem;
    font-size: 0.785rem;
}

.subpage .contents__table {
    width: 100%;
}

.subpage .contents__table th {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
    border: none;
}

.subpage .contents__table td {
    width: 100%;
    padding: 2%;
    border: none;
    display: block;
    box-sizing: border-box;
}
/*-------------------------------
事業紹介
--------------------------------*/
.subpage#business{
    padding-top: 9vh;
}

.subpage#business h2 {
    display: block;
    float: none;
    width: 100%;
    line-height: 3rem;
}
.subpage#business .contents_box {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 25px;
    vertical-align: unset;
}

.subpage#business .contents_box img {
    width: 100%;
    height: auto;
}
/*-------------------------------
会社紹介
--------------------------------*/
.subpage#company {
    padding-top: 9vh;
}

.subpage#company h2 {
    line-height: 3rem;
    letter-spacing: 1px;
    display: block;
    float: none;
    width: 100%;
}
/*-------------------------------
採用情報
--------------------------------*/
.subpage#recruit {
    padding-top: 9vh;
}

.subpage#recruit h2 {
    display: block;
    float: none;
    width: 100%;
    line-height: 3rem;
}

.subpage#recruit .small {
    padding-left: 8px;
    margin: 0;
    display: inline-block;
    font-size: 1rem;
}

.subpage#recruit .bun {
    width: 100%;
}

/***仕事内容***/
.subpage#recruit .job_left, .subpage#recruit .job_right {
    position: static;
    width: 95%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

.subpage#recruit .job_left {
    float: none;
}

.subpage#recruit .job_right {
    float: none;
}

.subpage#recruit .job__list {
    display: block;
    flex-wrap: unset;
    align-items: unset;
}

.subpage#recruit .job__list_img {
    width: 100%;
    box-sizing: unset;
    height: auto;
    object-fit: unset;
}

.subpage#recruit .job__list_txt {
    width: 100%;
    padding: 1% 5%;
    box-sizing: border-box;
}

.subpage#recruit .job__list_item_txt {
    margin-bottom: 5px;

/***職場環境***/
.subpage#recruit .environment {
    display: block;
    width: 100%;
}

.subpage#recruit .environment__txt {
    padding: 4%;
}

/***先輩からのメッセージ***/
.subpage#recruit .employee_left,
.subpage#recruit .employee_right {
    margin-top: 0;
    margin-bottom: 25px;
}

.subpage#recruit .employee_left .employee_img,
.subpage#recruit .employee_right .employee_img {
    width: 60%;
    display: block;
    float: none;
    margin: 0 auto;
}

.subpage#recruit .employee_left .employee_prof,
.subpage#recruit .employee_right .employee_prof{
    display: block;
    width: 100%;
    float: none;
}

.subpage#recruit .prof_desc .prof_descName {
    margin-bottom: 15px;
}

.subpage#recruit .prof_txt p {
    line-height: 1.7em;
}

.subpage#recruit .qa,
.subpage#recruit .oneday {
    width: 100%;
    display: block;
    margin: 10px auto;
    box-sizing: unset;
}

/*ポップアップ*/
.subpage#recruit .iziModal {
    max-width: 80vw !important;
    margin-top: 15vh;
    height: 80vh !important;
}

.subpage#recruit #modal-syain1,
.subpage#recruit #modal-syain2,
.subpage#recruit #modal-syain3{
    margin-top: 35vh;
    height: max-content !important;
    width: 80vw;
}

.iziModal-navigate > button{
    margin-right: -200px !important;
    margin-left: -200px !important;
    width: 55px !important;
}

.subpage#recruit .iziModal .qa_wrap {
    padding: 5px;
}

.subpage#recruit .iziModal .qa_img {
    display: block;
    float: none;
    width: 50%;
    margin: 0 auto;
}

.subpage#recruit .iziModal .qa_prof {
    display: block;
    padding-left: 20px;
}

.subpage#recruit .iziModal .prof_descName dt {
    font-size: 1.1rem;
    line-height: 1.5em;
}

.subpage#recruit .iziModal .qa_content {
    margin-top: 5px;
}

/***採用担当からのメッセージ***/
.subpage#recruit #wrap7 .fl,
.subpage#recruit #wrap7 .fr {   
    margin-bottom: 25px;
    width: 100%;
}
/*-------------------------------
お問い合わせ
--------------------------------*/