/*
Theme Name: anyjob
Theme URI: https://anyjob.works
Description: anyjob用
Author: FirstElement Inc.
Author URI: https://www.firstelement.co.jp/
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

html {
	font-size: 50%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
}
h3,h4,h5,h6 {
	color: #3B4957;
}
h1 {
	font-size: 2.8rem;
}
h2 {
	font-size: 3.5rem;
}

/* リンクのアンダーラインを消す */
.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration: none;
}
.primary-menu li.current-menu-item > a:hover {
	text-decoration: underline;
}
.entry-categories a {
	border-bottom: none;
}
.entry-categories a:hover {
	border-bottom: 0.15rem solid currentColor;
}

/* コンテンツ幅拡張 */
[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100rem;
}

/* ================
	@ユーティリティ
   ================ */
.bg-blue-grad {
	background: linear-gradient(45deg, #45B2E6, #4ED1ED);
}

/* ================
	@メールフォーム
   ================ */
div.wpforms-container-full .wpforms-form button[type=submit] {
	border: 2px solid #177db4;
    background: white;
    color: #177db4;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	border: 2px solid #177db4;
    background: #177db4;
    color: white;
}

/* ================
    @footer
   ================ */
.footer-copyright {
	font-weight: normal;
}
.footer-widgets-outer-wrapper {
	border-bottom: none;
}
.footer-logo {
	padding: 2rem 0;
	background: white;
}
.footer-logo img {
	margin: 2rem auto 10rem;
	width: 45%;
}
.footer-widgets h2 {
	font-size: 2.5rem;
}
.footer-widgets ul {
	list-style: none;
	font-size: 2rem;
	margin-left: 0;
}
.footer-widgets li {
	margin: 0.7rem 0;
}
.footer-widgets a {
	text-decoration: none;
}
.footer-widgets li.tel a {
    font-size: 1.4em;
    font-weight: 500;
}

/* ================
	@home
   ================ */
.home.singular .featured-media::before {
	background: transparent;
}
.home .featured-media {
	padding: 5rem 0;
}
.home .post-inner {
	padding-top: 0;
}
.home .cover-header-inner {
	background: white;
}
.home .featured-media-inner img {
	width: 60%;
}
.home .situation {
	background-image: url(images/bg-pattern-zebra.png);
	margin: 0;
    padding: 5rem 0;
}
.home .situation .wp-block-column {
	font-size: 90%;
}
.home .situation h4 {
    display: block;
    margin: 0 auto;
    padding: 1rem 1rem;
    width: 24em;
}
.home .pop-up-a {
	border-radius: 10rem;
	box-shadow: 10px 10px 0 #3b495722;
	position: relative;
}
.home .pop-up-a span {
    position: relative;
	z-index: 1;
}
.home .pop-up-a:after {
	content: ' ';
	background-image: url(images/pop-leg-left.png);
	background-repeat: no-repeat;
	display: block;
	bottom: -30px;
	left: 50%;
	height: 70px;
	width: 80px;
	position: absolute;
	z-index: 0;
}
.home .situation .wp-block-column:nth-child(even) .pop-up-a:after {
	transform: scaleX(-1);
	left: 35%;
}
.home .icon-check:before {
    color: #89ba00;
    margin-right: 1rem;
    font-weight: bold;
    font-size: 4rem;
}
.home .job-type .wp-block-column {
	border-bottom: 2px solid #50BFE0;
}
.home .job-type .wp-block-column h5 {
	border-right: 2px solid #50BFE0;
	padding-left: 2rem;
}
.home .job-apply a {
	font-size: 2rem;
	background: linear-gradient(45deg, #4ED1ED, #45B2E6);
}
.home .strong-point h5 {
	display: flex;
}
.home .strong-point .wp-block-column p {
	margin-left: 5rem;
	font-size: 0.9em;
}
.home .anyjob-system .message {
	margin-bottom: 3rem;
}
.home .about-price {
	border-top: 4px solid #50BFE0;
    border-bottom: 4px solid #50BFE0;
    padding: 4rem 0;
}
.home .entry-btn-worker a,
.home .entry-btn-company a {
	border-radius: 50px;
    font-size: 2.5rem;
}

/* =====================
	@会社概要
   ===================== */
table, table * {
    border: none;
}
table>tbody>tr {
    border-bottom: 1px solid #eee;
}
td {
    display: block;
    padding-left: 20%;
}
td:first-child {
    display: block;
    width: 100%;
    font-weight: 700;
    padding-left: 0;
}

/*============
 	@sns
  ============*/
#twitter {background-color: #00acee;}
#facebook {background-color: #3b5998;}
#line {background-color: #00c300;}
#hatena {background-color: #007fc5;}
#pocket {background-color: #EE4056;}
.sns-area {
	clear: both;
	width: 100%;
	padding: 7rem 0;
	display: block;
}
.sns-area ul{height:auto;}

.sns-link {
   display: block;
   text-align: center;
   color: #fff !important;
   font-size: 20px !important;
   padding: 2px 0 !important;
   box-sizing: border-box;
   border-radius: 5px;
   text-decoration: none;
}
.sns-link:hover {
   text-decoration: none !important;
   filter:alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
}

/*============
 	@Single
  ============*/
.entry-content p {
	line-height: 2em;
}

@media screen and (max-width: 768px) {
	.sns-share {
		float: left;
		width: 19%;
		margin: 0 0.5% 0 0.5%;
		display: inline-block;
	}
}

@media screen and (min-width: 375px) { /* iPhone 7/8 */
}

@media screen and (min-width: 414px) { /* iPhone 7/8 Plus */
}

@media screen and (min-width: 545px) {
}

@media screen and (min-width: 545px) and (orientation: landscape) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 768px) and (orientation: landscape) {
	h1 {
		font-size: 5rem;
	}
	/* =====================
		@home
	   ===================== */
	.home .situation {
	    padding: 10rem 0;
	}
	.home .pop-up-a:after {
		bottom: -30px;
	}
	.home .job-apply a {
		font-size: 3rem;
	}
	.home .featured-media-inner img {
		width: 35%;
	}
	/* ================
	    @footer
	   ================ */
	.footer-widgets ul {
		font-size: 2.2rem;
	}
	.footer-logo img {
	    width: 13%;
	}
	/* =====================
		@会社概要
	   ===================== */
	td {
	    display: table-cell;
	    padding-left: 0;
	}
	td:first-child {
	    display: table-cell;
	    width: 35%;
	}
	.footer-logo img {
		margin: 2rem auto 10rem;
		width: 13%;
	}
	.sns-share {
		float: left;
		width: 19%;
		margin: 0 0.5% 0 0.5%;
		display: inline-block;
	}
}

@media screen and (min-width: 992px) {
	h1 {
		font-size: 4.2rem;
	}
	/* =====================
		@home
	   ===================== */
	.home .situation {
	    padding: 10rem 0;
	}
	.home .pop-up-a:after {
		bottom: -30px;
	}
	.home .job-apply a {
		font-size: 3rem;
	}
	.home .featured-media-inner img {
		width: 35%;
	}
	/* ================
	    @footer
	   ================ */
	.footer-widgets ul {
		font-size: 2.2rem;
	}
	.footer-logo img {
	    width: 20%;
	}
	/* =====================
		@会社概要
	   ===================== */
	td {
	    display: table-cell;
	    padding-left: 0;
	}
	td:first-child {
	    display: table-cell;
	    width: 35%;
	}
}

@media screen and (min-width: 1220px) {
	h1 {
		font-size: 4.5rem;
	}
	/* ================
	    @footer
	   ================ */
	.footer-logo img {
	    width: 13%;
	}
}
