/*
Theme Name: Acmee Theme
Theme URI: http://sub.acmee.co.jp/acmee-theme
Author: 株式会社ACMEE
Author URI: http://acmee.co.jp/
Description: A custom WordPress theme named Acmee.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, responsive, clean
Text Domain: acmee-theme
*/

/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
	transition: background-color 0.3s ease; /* 背景色の変化を滑らかにする */
}

.btn:hover,#menu-item-76:hover{
	background-color:#5AB1B8;
}

.acmee-blue{
	color:#499A9f;
}

html {
    font-size: 62.5%;
	width:100%;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #FFF;
    color: #333;
	padding:0;
}

hr{
    margin: 0 auto;
    width: calc(100% - 480px);
    background-color: #333;
	max-width:1440px;
}

li{
	list-style:none;
}
img{
	width:100%;
	height:auto;
/*     filter: blur(10px); */
/*     transition: filter 0.7s ease; */
}

/* 画像が読み込まれた後 */
/* img.loaded { */
/*     filter: blur(0); */
/* } */






/* ヘッダー */
header {
    background-color: #FFF;
/*     padding: 20px 0; */
    text-align: center;
	height:100px;
	align-items:center;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 10px;
}

.site-name h1 {
    margin: 0;
    font-size: 2em;
}

.site-name p {
    margin: 0;
    font-size: 1em;
}

nav {
/*     margin-top: 10px; */
	height:100%;
	margin-left:auto;
}

nav > div{
	height:100%;
}

nav ul{
	height:100%;
	align-items:center;
}

nav > div > ul{
	gap:0 4px;
}

nav li{
	min-width: 120px;
/* 	height:100px; */
	z-index: 1;
}

nav a {
    color: #000;
    text-decoration: none;
/*     margin: 0 10px; */
	font-size: 1.6rem;
    width: 100%;
    height: 60px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav a:hover {
/*     text-decoration: underline; */
}

nav .sub-menu {
    opacity: 0;
    max-height: 0;
    overflow: hidden; /* 子要素が見えないようにする */
    transition: opacity 0.3s ease, max-height 0.3s ease;
	display: flex;
    flex-direction: column;
	position: absolute;
}

nav .sub-menu li{
	display:flex;
	justify-content:center;
	align-items:center;
}

/* nav li.menu-item:hover .sub-menu { */
/*     opacity: 1; */
/*     max-height: 120px; */
/* 	background-color:#cacaca; */
/* } */

/* nav li.menu-item:hover .sub-menu li a{ */
/* 	height: 60px; */
/* 	display: flex; */
/*     justify-content: center; */
/*     align-items: center; */
/* } */

.btn,#menu-item-76{
	background-color: #70C6CD;
    width: 280px;
    border-radius: 10px;
    margin: 40px auto 0;
	overflow: hidden;
}

.btn a,#menu-item-76 a{
	height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #FFF;
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
}

#menu-item-76/*ヘッダーお問い合わせボタン*/{
	margin-top:0;
}

/* メインコンテンツ */
#content{
	padding:0;
}

.site-content {
    background-color: #fff;
    padding: 20px;
/*    margin: 20px 0;*/
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.entry-header h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.entry-content {
/*    margin-top: 20px;*/
}

.entry-content p {
    margin-bottom: 10px;
}

.fixed-page-content {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* フッターメニューのスタイル */
.footer-nav {
    text-align: center;
    margin-bottom: 10px;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    display: inline;
    margin: 0 10px;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
}

.footer-menu a:hover {
    text-decoration: underline;
}

/* フッターのスタイル */
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    bottom: 0;
    width: 100%;
}


/* メディアクエリ */
@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .site-name h1 {
        font-size: 1.5em;
    }

    nav a {
        display: block;
        margin: 5px 0;
    }

    .site-content {
        padding: 15px;
    }

    .entry-header h1 {
        font-size: 1.5em;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 12px;
    }

    .site-name h1 {
        font-size: 1.2em;
    }

    .site-content {
        padding: 10px;
    }

    .entry-header h1 {
        font-size: 1.2em;
    }
}


.recruitment-detail {
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.recruitment-detail h1 {
    font-size: 2em;
    margin-bottom: 20px;
}

.recruitment-thumbnail {
    margin-bottom: 20px;
}

.recruitment-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.recruitment-content {
    font-size: 1.2em;
    line-height: 1.6em;
    color: #333;
}



/*一覧ページ*/
.recruitment-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.recruitment-item {
    width: calc(33.333% - 20px);
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recruitment-item h2 {
    margin: 0 0 10px;
    font-size: 1.5em;
}

.recruitment-item a {
    text-decoration: none;
    color: #0073aa;
}

.recruitment-item a:hover {
    text-decoration: underline;
}

.recruitment-thumbnail {
    margin-bottom: 10px;
}

.recruitment-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.recruitment-excerpt {
    margin-top: 10px;
    color: #555;
}




/*採用トップページ*/
.recruitment-links {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.card {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    width: 45%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.card a {
    text-decoration: none;
    color: inherit;
}

.card h2 {
    margin-bottom: 10px;
}

.card p {
    color: #666;
}