@charset "UTF-8";

/*
font-family: "新丸ゴ R", Shin Maru Go Regular, "メイリオ";
color: #f5a70f;
*/

/* ===================================================================
	base
=================================================================== */

/*
html {
	background: url(../TOP01.jpg) no-repeat top center;
}
*/

#pagetop {
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 10000;
}

#pagetop a {
	width: 75px;
	height: 75px;
	display: block;
	text-align: center;
	display: block;
	border-radius: 5px;
	background: #f5a70f;
	color: #fff;
}

#pagetop a span {
	font-size: 0.7em;
	line-height: 1.5em;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	-webkit- transform: translate(-50%,-50%);
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 400;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	text-justify: inter-ideograph;
	text-align: justify;
/*	background: #e6e6e6; */
	font-feature-settings: palt;
}

p {
	text-justify: inter-ideograph;
	text-align: justify;
	font-feature-settings: 'palt';
}

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

a:hover img {
	opacity: 0.8;
}

::-webkit-input-placeholder {
  opacity: 1;
}

header {
	background: #f5a70f;
	padding: 0 5%;
	font-size: 13px;
	line-height: 18px;
	position: relative;
	z-index: 10000;
	font-family: "新丸ゴ R", Shin Maru Go Regular, "メイリオ";
}

header .maxwidth {
	max-width: 1160px;
	display: block;
	margin: 0 auto;
	position: relative;
}

header .maxwidth::after {
	content: '';
	display: block;
	overflow: hidden;
	width: 100%;
	clear: both;
}

header h1 {
	float: left;
	padding: 22px 0;
	margin: 0;
	max-width: 185px;
}

header h1 img {
	width: 100%;
	height: auto;
}

header span {
	position: absolute;
	right: 0;
	top: 0;
}

header span a {
	background: #fff;
	border-radius: 0 0 5px 5px;
	display: inline-block;
	padding: 0.5em 1.5em;
	color: #f5a70f;
	text-decoration: none;
}

header span a::before {
	content: ' >';
	margin-right: 1em;
}

header nav {
	position: absolute;
	right: 0;
	bottom: 22px;
}

header nav ul {
	padding: 0;
	margin: 0;
}

header nav ul li {
	display: inline-block;
	padding: 1em 0 0 2.4em;
}

header nav ul a {
	color: #fff;
	text-decoration: none;
}

footer {
	padding: 0;
}

footer #fadd {
	background: #e6e6e6;
	position: relative;
	margin-top: -3em;
	z-index: 100;
}

footer #fadd .maxwidth {
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em;
}

footer article nav {
	padding: 0 0 2em;
	font-size: 0.9em;
}

footer article nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer article nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer article nav ul li::before {
	content: '';
	background: url(../images/ico_arrow01.png) no-repeat left center;
	background-size: 5px 5px;
	padding-left: 1em;
}

footer article nav ul li a {
	color: #000;
	text-decoration: none;
}

footer article h3 {
	padding: 1em 0 0;
	margin: 0;
	font-size: 0.9em;
}

footer article p {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: 300;
}

footer article small {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: 300;
}

footer article section {
	overflow: hidden;
	zoom: 1;
}

footer article section h2 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em;
}

footer article section div strong {
	display: block;
	height: 3em;
}

footer article section div {
	float: left;
	margin-bottom: 1em;
	margin-right: 2em;
}

main {
	background: #fff;
	position: relative;
}

main::after {
	content: '';
	display: block;
	overflow: hidden;
	width: 100%;
	clear: both;
}

.shiryo {
	position: relative;
	max-width: 100%;
	z-index: 10;
	font-family: "新丸ゴ R", Shin Maru Go Regular, "メイリオ";
	overflow: hidden;
	padding: 3em 0;
}

.shiryo section {
	background-image: url(../images/front-img01.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center left;
	max-width: 100%;
	z-index: 10;
}

.shiryo .maxwidth {
	max-width: 100%;
	width: 100%;
	background: -moz-linear-gradient(left,  rgba(245,167,15,0) 0%, rgba(245,167,15,0) 35%, rgba(245,167,15,1) 45%, rgba(245,167,15,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(245,167,15,0) 0%,rgba(245,167,15,0) 35%,rgba(245,167,15,1) 45%,rgba(245,167,15,1) 100%);
	background: linear-gradient(to right,  rgba(245,167,15,0) 0%,rgba(245,167,15,0) 35%,rgba(245,167,15,1) 45%,rgba(245,167,15,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5a70f', endColorstr='#f5a70f',GradientType=1 );
	margin-bottom: 0;
}

.shiryo section div div {
	margin-left: 42%;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	padding: 2em 0;
}

.shiryo section div div p {
	padding: 0;
	margin: 0;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}

.shiryo section div div a {
	border: 2px solid #f5a70f;
	border-radius: 2em;
	background: #fff;
	padding: 0.5em 2em;
	margin-top: 1em;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	display: inline-block;
	text-decoration: none;
	color: #f5a70f;
}

.shiryo section div div a:before {
	content: '>';
	margin-right: 1em;
}

.shiryo span {
	display: block;
	position: absolute;
	top: 50%;
	right: calc(50% - 550px);
	transform: translate(0,-50%);
	-webkit- transform: translate(0,-50%);
	z-index: 10;
}

.shiryo span img {
	width: 100%;
	max-width: 150px;
	height: auto;
}


/*
.<article class="shiryo">
<section>
	<div class="maxwidth">
		<div>
			<p>トラノコ福利厚生で、あらゆる従業員に<br>
		資産形成の機会を提供しましょう！</p>
			<a href="https://toranoko-fukuri.com/shiryo/">資料ダウンロード</a>
		</div>
	</div>
</section>
<span><img src="https://toranoko-fukuri.com/wp-content/themes/fukuri/common/images/sample.png" alt="イメージ"></span>
</article> 
*/

.wp-block-advanced-gutenberg-blocks-notice {
	background: #fdefd4;
	border-radius: 10px;
	padding: 0 !important;
	border: none !important;
	vertical-align: bottom;
	position: relative;
	counter-increment: number;
}

.wp-block-advanced-gutenberg-blocks-notice__title::before {
	content:  "Q"counter(number);
	color: #f5a70f;
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	left: 0.8em;
}

.wp-block-advanced-gutenberg-blocks-notice__title::after {
	content: '';
	background-image: url(../images/ico01.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	background-color: #f5a70f;
	position: absolute;
	top: 1em;
	right: 1.2em;
	width: 1.6em;
	height: 1.6em;
	border-radius: 5em;
}

.wp-block-advanced-gutenberg-blocks-notice__title {
	color: #000 !important;
	font-size: 1.2em !important;
	line-height: 1.6em !important;
	vertical-align: bottom;
	margin: 0 2em;
	display: block;
	padding: 1.2em 4em 1.2em 3.5em;
}

.wp-block-advanced-gutenberg-blocks-notice__content {
	display: none;
	font-size: 1em !important;
	line-height: 1.6em !important;
	font-weight: 300 !important;
	vertical-align: bottom;
	padding: 0em 4em 2em 4em;
}

/* =======================================================
==========================================================

レスポンシブ

==========================================================
======================================================= */

@media screen and ( max-width:1120px ){

.shiryo section {
	background-size: contain;
	background-position: -2em 0;
}

}

@media screen and ( max-width:1040px ){

.shiryo section {
	background-size: 65% auto;
}

}

@media screen and ( max-width:876px ){

.shiryo section {
	background-size: 60% auto;
}

.shiryo span {
	right: calc(50% - 450px);
}

.shiryo span img {
	max-width: 130px;
}

}

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

header nav ul {
	display: block !important;
}

}

@media screen and ( max-width:875px ){

body {
	font-size: 14px;
	line-height: 1.8em;
}

header {
	padding: 0;
	margin: 0;
}

header h1 {
	padding: 10px 3%;
	width: 50%;
}

header span {
	right: 5%;
}

header nav {
	position: relative;
	width: 100%;
	top: 0;
	background: #f5a70f;
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
}

header nav ul {
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

header nav ul li {
	display: block;
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	border-top: 1px solid #fff;
}

header nav ul li a {
	padding: 1em 5%;
	display: block;
	position: relative;
}

header nav ul li a:after {
	content: '>';
	right: 5%;
	position: absolute;
}

i.spnav {
	/*	border: 2px solid #fff; */
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	/*	top: calc( 3.5em ); */
	top: 3.2em;
	right: 5%;
	z-index: 101;
	box-sizing: border-box;
}

.menu-trigger {
	display: inline-block;
	transition: all .4s;
	opacity: 1;
	position: relative;
	z-index: 100003;
	width: 36px;
	height: 36px;
	margin: auto;
	box-sizing: border-box;
	bottom: 0;
	right: 0;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 5px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 13px;
}

.menu-trigger span:nth-of-type(3) {
	top: 26px;
}

.menu-trigger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.menu-trigger.active span {
	background-color: #fff;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-45deg);
	transform: translateY(13px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
	opacity: 0;
}

.shiryo section {
	background-size: contain;
}

}

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

body {
	font-size: 13px;
	line-height: 1.8em;
}

.shiryo .maxwidth {
	max-width: 100%;
	width: 100%;
	background: -moz-linear-gradient(left,  rgba(245,167,15,0) 0%, rgba(245,167,15,0) 25%, rgba(245,167,15,1) 35%, rgba(245,167,15,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(245,167,15,0) 0%,rgba(245,167,15,0) 25%,rgba(245,167,15,1) 35%,rgba(245,167,15,1) 100%);
	background: linear-gradient(to right,  rgba(245,167,15,0) 0%,rgba(245,167,15,0) 25%,rgba(245,167,15,1) 35%,rgba(245,167,15,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5a70f', endColorstr='#f5a70f',GradientType=1 );
	margin-bottom: 0;
}

.shiryo section div div {
	padding-right: 5%;
	margin-left: 30%;
}

.shiryo span {
	right: calc(50% - 350px);
}

.shiryo span img {
	max-width: 120px;
}

footer article section div strong {
	display: block;
	height: auto;
}

}

@media screen and ( max-width:540px ){

header h1 {
	padding: 10px 3%;
	width: 50%;
}

#pagetop {
	display: none;
}

footer article section div {
	float: none;
	margin-right: 0;
}

.shiryo {
	padding: 0;
}

.shiryo section div div a {
	margin-bottom: 1.5em;
}

.shiryo span {
	display: none;
}

}

@media screen and ( max-width:520px ){

.shiryo section div div {
    padding: 1.5em 5%;
}

.shiryo section div div p br {
	display: none;
}

.shiryo section {
	background-size: contain;
	background-position: -2em 0;
}

}

@media screen and ( max-width:420px ){

header h1 img {
	max-width: 160px;
	height: auto;
}

header span a {
	padding: 0.3em 1em;
	font-size: 0.8em;
}

header span a::before {
	margin-right: 0.5em;
}

i.spnav {
	top: 2.6em;
}

.shiryo section div div {
    padding: 1em 5%;
}

.shiryo section div div p {
	font-size: 0.8em;
}

.shiryo section {
	background-size: contain;
	background-position: -2em 0;
}

}

@media screen and ( max-width:380px ){

.shiryo section div div p {
	font-size: 0.6em;
}

.shiryo section {
	background-size: contain;
	background-position: -1em 0;
}

.shiryo section div div a {
    padding: 0.2em 1em;
    margin-top: 1em;
    font-size: 0.7em;
    letter-spacing: 0.05em;
}

}
