@charset "utf-8";

/*
Theme Name: 2020 (Good Job & Career)
Author: M. Sugimoto
Description: 基本テンプレート
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* 共通部分
------------------------------- */
html {
    font-size: 18px;
}

body {
    font-family: YuGothic, '游ゴシック', Meiryo, sans-serif;
    line-height: 1.8;
    color: #000000;
}

a {
    text-decoration-line: underline;
    color: #0000ff;
}

p {
	margin: 30px 1rem;
}

ul {
	text-indent: 1rem;
	padding-left: 2rem;
}

ol {
	text-indent: 1rem;
	padding-left: 2rem;
}

img {
    max-width: 100%;
}

h1 {
	font-size: 2.5rem;
	margin-top: 30px;
	margin-bottom: 20px;
}

h2 {
	font-size: 2.0rem;
	padding: 0 10px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-left: 10px solid #0000ff;
	border-bottom: 1px solid #0000ff;
}

h3 {
	font-size: 1.5rem;
	color: #ffffff;
	padding: 5px 5px;
	margin-top: 30px;
	margin-bottom: 20px;
	background: #0000ff;
	border-radius: 5px;
}

h4 {
	font-size: 1.5rem;
	padding: 5px 5px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-left: 10px solid #0000ff;
}

h5 {
	font-size: 1.5rem;
	padding: 5px 5px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 2px solid #0000ff;
}

h6 {
	font-size: 0.75rem;
}

strong {
	font-weight: bold;
}

/* ヘッダー
------------------------------ */
.header-logo {
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    height: 120px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.page-header {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 10%;
}

.logo {
    height: 100px;
    margin-top: 20px;
    margin-right: 20px;
}

.baner {
	margin-top: 30px
}

.baner-m {
	display: none;
}

.image_bg {
	max-width: 80%;
	margin: 0 auto;
	padding: 0 10%;
	margin-bottom: 10px;
}

.site-description {
	position: absolute;
    z-index: 10;
    left: 10%;
    top: 0;
    height: 160px;
    width: 80%;
    color: #ffffff;
    background-color: #00bfff;
}

.description-text {
	position: absolute;
	bottom: 0;
	padding: 5px 20px;
}

/* グローバルナビゲーション
------------------------------- */ 
.global-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 36px;
    list-style: none;
}

.global-nav a {
    color: #000000;
    text-decoration-line: none;
}

.global-nav a:hover {
    color: #ffa500;
}

.global-nav ul {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 1rem;
}

.global-nav li {
    margin-left: 10px;
}

.header-navbtn {
	display: none;
}

#js-slidemenu {
	display: none;
}

 /* パンくずリスト
------------------------------- */
.page-widget {
    max-width: 80%;
    margin: 20px auto;
    padding: 5px 10%;
}

/* メイン
------------------------------- */
.main-contents {
	position: absolute;
    z-index: 0;
    left: 0;
    top: 160px;
    width: 100%;
}

.home-contents {
    display: flex;
    justify-content: space-between;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10%;
}


/* アーティクル
------------------------------- */
article {
    margin-top: 10px;
    width: 720px;
}

.is-required {
	color: #ff0000;
}

/* サイドバー
------------------------------ */
aside {
	margin-top: 10px;
	width: 280px;
}

/* フッター
------------------------------ */
.page-footer {
	max-width: 80%;
	background-color: #00bbff;
    margin: 30px auto;
    padding: 10px 0;
    color: #0000ff;
    font-size: 1.0rem;
}

.copyright {
	padding: 30px 0 0 0;
	text-align: center;
}

/* フッターナビゲーション
------------------------------- */ 
.footer-nav {
    display: flex;
    /* font-size: 1.25rem; */
    text-transform: uppercase;
    /* margin-top: 0px; */
    list-style: none;
}

.footer-nav a {
    color: #ffffff;
    text-decoration-line: none;
}

.footer-nav a:hover {
    color: #808080;
}

.footer-nav ul {
	display: flex;
	justify-content: space-between;
	text-indent: 0;
	padding-left: 10px;
}

.footer-nav li {
    margin-left: 10px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 0 10px;
}

/* モバイル版
------------------------------ */
	@media (max-width: 750px) {
	html {
    	font-size: 16px;
	}
	
	h1 {
		font-size: 1.6rem;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	h2 {
	font-size: 1.4rem;
	}

	h3 {
		font-size: 1.4rem;
	}

	h4 {
		font-size: 1.2rem;
	}

	h5 {
		font-size: 1.2rem;
	}

	h6 {
	font-size: 0.8rem;
	}

    .page-title {
        font-size: 100%;
    }
    
    strong {
		font-size: 0.6rem;
	}
    
    /* ヘッダー
    ------------------------------- */
    .header-logo {
    	height: 75px;
    	border-bottom: 1px solid #ffffff;
	}
    
    .page-header {
    	z-index: 30;
    	padding: 0 5%;
	}
	
	.logo {
    	height: 60px;
    	margin-top: 14px;
    	margin-right: 0;
	}
    
    .baner {
    	display: none;
    }
    
    .baner-m {
		display: block;
		margin-top: 14px
	}
    
	.image_bg {
		max-width: 90%;
		margin: 0 auto;
		padding: 0 5%;
	}
	
	.site-description {
		position: absolute;
    	z-index: 10;
    	left: 5%;
    	top: 0;
    	height: 84px;
    	width: 90%;
    	color: #ffffff;
    	background-color: #00bfff;
	}

	.description-text {
		position: absolute;
		bottom: 0;
		padding: 5px 10px;
	}
	
	/* グローバルナビゲーション
	------------------------------- */
    .js-slidemenu-effect {
		width: 100%;
		height: 100%;
		background: #000000;
		opacity: 0.4;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 40;
	}
    
    .header-navbtn {
    	display: block;
    	position: fixed;
		top: 14px;
		right: 0;
		z-index: 50;
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
		background-color: #000000;
    }
    
    .nav-container {
    	position: fixed;
		top: 54px;
		right: 0;
		z-index: 60;
		width: 200px;
		background: #000000;
    }
    
    .global-nav {
     	position: relative;
     	z-index: 70;
    	list-style: none;
    	margin-top: 0;
    }
    
    .global-nav ul {
		display: block;
		/* text-indent: 1rem; */
		padding-left: 0;
	}
	
	/* .global-nav li {
    	margin-left: 0;
	} */

    .global-nav li a {
    	display: block;
    	width: 100%;
		margin-left: 0;  	
    	padding: 10px 0;
    	text-decoration: none;
    	font-size: 1.0rem;
    	color: #ffffff;
    }
    
    #js-slide {
		display: none;
	}
	
     /* パンくずリスト
    ------------------------------- */
    .page-widget {
    	padding: 5px 5%;
	}
	
     /* メイン
    ------------------------------- */
    .main-contents {
    	top: 90px;
	}
	
	.home-contents {
        flex-direction: column;
    }
    
    .wrapper {
    	padding: 0 5%;
	}
    
    /* アーティクル
    ------------------------------- */
    article {
    	margin-top: 10px;
    	width: 100%;
	}
    
	/* サイドバー
	------------------------------- */
	aside {
    	width: 100%;
	}
	
	/* フッター
	------------------------------- */
	.page-footer {
		max-width: 90%;
	}
	
	.footer-nav {
		font-size: 0.75rem;
	}
	
}