/*
Theme Name: High Performance Co., Ltd.
Description: Multi-Purpose WordPress Theme
Author: Yoshida Design Inc.
Author URI: http://yoshide.com/
Version: 1.0.0
*/

/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');*/
/*@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');*/

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

	 181005 ハイパフォーマンス会社案内

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

/* ==========================================================================
	 全体
	 ========================================================================== */

html { overflow: auto; }
body { overflow: hidden; }

html {
	font-size: 15px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: sans-serif;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
			-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
		 -moz-box-sizing: inherit;
					box-sizing: inherit;
}

body {
	background: #fff;
	letter-spacing: 1px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6,p,ul {
	margin-top: 0;
}
h1,h2,h3,h4,h5,h6,strong {
}
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong {
	font-weight: inherit;
}

p {
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all; /* 考え中 */
}

table {
	border-collapse: collapse;
}

figure {
	border: 0;
	margin-right: 0;
	margin-left: 0;
}

fieldset {
	border: 0;
}

input[type="text"],
textarea {
	font-family: monospace;
}

@media(max-width: 640px) {
	html,body{
		width: 100%;
		min-width: 100%;
		font-size: 100%;
		-webkit-text-size-adjust: 100%;
				-ms-text-size-adjust: 100%;
	}
	img {
		max-width: 100%;
	}
}

/* レイアウト（l-）
	 ========================================================================== */

/* 幅 */
.l-width {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

/* ブラウザ幅いっぱい */
body .l-wide {
	margin-right: -100%;
	margin-left: -100%;
	padding-right: 100%;
	padding-left: 100%;
}
	body .l-wide > *:first-child {
		margin-top: 0;
	}
	body .l-wide > *:last-child {
		margin-bottom: 0;
	}

.l-c1 {

}

@media(max-width: 768px) {
	body .l-width {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	img {
		max-width: 100%;
	}
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* リンク
	 ========================================================================== */

a, a img {
	transition-property: all;
	transition: 0.2s linear;
}

a,
a:hover {
	outline: none;
	color: #309ada;
	text-decoration: underline;
}

a:hover, 
a:focus {
	text-decoration: none;
}

a:active {
	color: #59bfec;
	text-decoration: none;
}

a:hover > img {
	opacity: .8;
}

/* ==========================================================================
	 ヘッダー
	 ========================================================================== */

.header {
	position: relative;
}

.header__inner {
	margin: 0 auto;
	padding: 40px 0;
}

.header__logo {
	float: left;
	margin: 0;
	line-height: 0;
}

/*social-link*/
ul.header__social-link {
	display: flex;
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.header__social-link li {
	margin-left: 1.5em;
	font-size: 18px;
}

ul.header__social-link li a {
	color: #5b5b5b;
}
ul.header__social-link li a:hover {
	color: #309ada;
}

/*global-nav*/
.global-nav {
	border-top: 1px solid #dbe3eb;
	border-bottom: 1px solid #dbe3eb;
}

.global-nav__inner {
	margin: 0 auto;
}

.global-nav ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid #dbe3eb;
	list-style-type: none;
}

.global-nav ul li {
	display: table-cell;
	border-left: 1px solid #dbe3eb;
	color: #000;
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	line-height: 1;
}

.global-nav ul li a {
	display: block;
	padding: 15px;

	color: #000;
	text-decoration: none;
	line-height: 1;
}
.global-nav ul li a:hover {
	color: #309ada;
	background-color: #f8f8f8;
}

.global-nav ul li.current-menu-item,
.global-nav ul li.current-menu-item a {
	color: #309ada;
}

/*ナビゲーションドロワーは隠しておく*/
#nav-drawer {
	display: none;
}

@media(max-width: 768px) {
	.header__inner {
		margin: 0;
		padding: 60px 0 20px;
	}
	.header__logo {
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 60%;
	}
	ul.header__social-link {
		display: none;
	}
	.global-nav {
		display: none;
	}
	#nav-drawer {
		display: block;
	}
}

/* ナビゲーションドロワー
	 ========================================================================== */

#nav-drawer {
	position: absolute;
	top: 20px;
	left: 20px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
}
#nav-open:after {
	content: "menu";
	padding-left: 35px;
}
	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, 
	#nav-open span:before, 
	#nav-open span:after {
		position: absolute;
		height: 3px;/*線の太さ*/
		width: 25px;/*長さ*/
		border-radius: 3px;
		background: #555;
		background: #2d3f4f;
		display: block;
		content: '';
		cursor: pointer;
	}
	#nav-open span:before {
		bottom: -8px;
	}
	#nav-open span:after {
		bottom: -16px;
	}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 75%;/*右側に隙間を作る*/
	max-width: 330px;/*最大幅*/
	height: 100%;
	background: rgba(255,255,255,.95);/*背景色*/
	background: #05101a;
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}
	.admin-bar #nav-content {
		top: 35px;
	}
	@media screen and (max-width: 782px) {
		.admin-bar #nav-content {
			top: 47px;
		}
	}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/*中身*/
.global-nav--drawer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.global-nav--drawer ul li {
	background: #2d3f4f;
	border-bottom: 1px solid #05101a;
	font-size: 15px;
	line-height: 1;
}

.global-nav--drawer ul li a {
	display: block;
	padding: 1.5em;
	color: #fff;
	text-decoration: none;
}

.global-nav--drawer ul li a:before {
	float: right;
	content: "\f054";
	font-weight: 900;
	font-family: 'Font Awesome\ 5 Free';
}

/* ==========================================================================
	 ヒーローイメージ
	 ========================================================================== */

.hero {
	background: #309ada url("img/hero__bg.jpg") no-repeat center top;
	background-size: cover;
}

.hero__text {
	display: flex;
	margin: 0 auto;
	height: 367px;
	justify-content: right;
	align-items: center;
}

@media(max-width: 768px) {
	.hero {
		padding: 30px 30px 18px;
		margin-bottom: 20px;
	}
	.hero__text {
		display: block;
		margin: 0 auto;
		height: auto;
	}
}

/* ==========================================================================
	 メイン
	 ========================================================================== */

.main {
	margin-top: 40px;
}

/* section */

.main .section {
	margin: 0 0 40px;
}

.main .section > *:first-child { margin-top: 0; }

.main .section > *:last-child,
.main .aside > *:last-child { 
	margin-bottom: 0;
}

@media(max-width: 768px) {
	.main {
		margin-top: 20px;
	}
	.main .section {
		margin: 0 0 20px;
	}
	.article {
		padding: 0 20px;
	}
}

/* レイアウト
	 ========================================================================== */

.l-align-left {
	text-align: left;
}

.l-align-right {
	text-align: right;
}

.l-align-center {
	text-align: center;
}

/* C2 */

.l-c2,
.l-main--c2 {
	display: flex;
	justify-content: space-between;
}

.l-c2 .l-c2__main,
.l-main--c2 .section {
	width: 630px;
}

.l-c2 .l-c2__aside,
.l-main--c2 .aside {
	width: 300px;
}

/* C3 */

.l-main--c3 {
	margin: 30px 0 30px -30px;
	font-size: 0;
}

.l-main--c3 > .l-main--c3__item {
	display: inline-block;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	padding: 0 0 0 30px;
	vertical-align: top;
	font-size: 15px;
	width: 329px;
}

.l-main--c3 > .l-main--c3__item > * {
	max-width: 100%;
	height: auto;
}

@media(max-width: 768px) {
	.l-c2,
	.l-main--c2 {
		display: block;
	}
	.l-c2 .l-c2__main,
	.l-main--c2 .section,
	.l-c2 .l-c2__aside,
	.l-main--c2 .aside {
		width: 100%;
		margin-bottom: 20px;
	}

	.l-main--c3 {
		margin: 0;
	}
	.l-main--c3 > .l-main--c3__item {
		padding: 0;
		margin-bottom: 15px; 
		width: 100% !important;
	}
}

/* hr */

.hr {
	margin: 40px 0;
	padding: 0;
	height: 0;
	border: 0;
	border-top: 1px solid #dbe3eb;
}

@media(max-width: 768px) {
	.hr {
		margin: 20px 0;
	}
}

/* 投稿エリア
	 ========================================================================== */

.entry-content {
	margin-bottom: 20px;
}

/* テキスト
	 ========================================================================== */

.main p,
.main li {
	font-size: 15px;
	line-height: 1.75;
}

.main p {
	margin: 0 0 1em;
}

.caption {
	display: inline-block;
	font-size: 90%;
	line-height: 1.5;
	color: #999;
}

/* 見出し */

.entry-title,
.main__h1 {
	font-weight: normal;
	padding-bottom: .5em;
	position: relative;
	margin: 40px 0;
	margin-top: 0;
	border-bottom: solid 3px #dbe3eb;
	font-size: 24px;
	line-height: 1.333;
}
.entry-title {
	margin-top: 0;
}
	.entry-title:after,
	.main__h1:after {
		position: absolute;
		bottom: -3px;
		display: block;
		width: 300px;
		border-bottom: solid 3px #2d3f4f;
		content: " ";
	}
	.l-c2__main .entry-title:after,
	.l-c2__main .main__h1:after {
		width: 33.333%;
	}


.main__h2 {
	margin: 40px 0 20px;
	font-size: 24px !important;
	color: #309ada !important;
	font-weight: normal !important;
}

.main__h3 {
	margin: 40px 0 20px;
	font-size: 21px;
	color: #2d3f4f;
}

@media(max-width: 768px) {
	.main__h1 {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.main__h1:after {
		width: 33.333%;
	}
	.main__h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.main__h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

/* 表 */

table.table {
	border-top: 1px solid #dbe3eb;
}

table.table tr {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #dbe3eb;
}

table.table th {
	padding: 1em;
}

table.table td {
	padding: 1em;
}

/* ==========================================================================
	 サイドバー
	 ========================================================================== */

aside.widget {
	margin-bottom: 40px;
}

aside.widget .widget-title {
	font-weight: normal;
	font-size: 18px;
}

/*リスト*/
aside.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside.widget ul li {
	padding: 10px;
	border-top: 1px solid #dbe3eb;
	line-height: 1.5;
	font-size: 14px;

	position: relative;
	padding-left: 25px; /* アイコンと文章の間のスペース */
}
	aside.widget ul li:hover {
		background-color: #f8f8f8;
	}
	aside.widget ul li a:hover {
		color: #309ada;
	}

aside.widget ul li a {
	color: #333;
	text-decoration: none;
}

aside.widget ul li a:first-child:before {
	position: absolute;
	left: 10px; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
	padding: 0;
	color: #309ada;
	content: "\f0da";
	text-align: left;
	font-weight: 900;
	font-family: 'Font Awesome\ 5 Free';
	line-height: 1.5;
}

/* 第2階層 */

aside.widget ul.children {
	border: none;
	margin-bottom: 5px;
}

aside.widget ul.children li {
	border: none;
}

aside.widget ul.children li {
	padding: 5px 5px 5px 20px;
}

/* 第3階層 */

aside.widget ul.children ul.children li {
	padding: 5px 5px 5px 30px;
}


/* ウィジェット：検索
	 ========================================================================== */

.search-form input[type=submit] {
	background-color: #309ada;
}

/* ウィジェット：最近の投稿
	 ========================================================================== */

aside.widget .post-date {
	font-size: 11px;
}

/* ==========================================================================
	 フッター
	 ========================================================================== */

.footer {
	color: #fff;
	background-color: #2d3f4f;
	font-family: "Noto Sans Japanese";
	font-weight: 200;
}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	color: #59bfec;
}

/*footer-1*/

.footer-1__inner {
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
}

.footer-1__1,
.footer-1__2,
.footer-1__3 {
	width: 300px;
}

/*footer-1__1*/

.footer-1__1 {
	text-align: center;
}

/*footer-1__2*/

.footer-1__2 a {
	color: #fff;
}

ul.footer-1__social-link {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.footer-1__social-link li {
	margin-right: 1em;
	font-size: 18px;
}

ul.footer-1__social-link li a {
}

/*footer-1__3*/

ul.footer-1__nav {
	padding-left: 2.5em;
	color: #309ada;
}

ul.footer-1__nav li {
	margin-bottom: .25em;
}

ul.footer-1__nav a {
	color: #fff;
}

/*footer−2*/

.footer−2 {
	background-color: #05101a;
	padding: 40px 0;
	line-height: 1;
}

.footer−2 small {
	float: left;
	font-size: 12px;
}

.footer−2 ul.footer−2__nav {
	list-style-type: none;
	float: right;
	padding: 0;
	margin: 0;
}

.footer−2 ul.footer−2__nav li {
	float: left;
	font-size: 12px;
}

.footer−2 ul.footer−2__nav li + li {
	border-left: 1px solid #ccc;
	margin-left: 1em;
	padding-left: 1em;
}

.footer−2 ul.footer−2__nav li a {
	color: #fff;
}

.footer−2 ul.footer−2__nav li a:hover {
	text-decoration: underline;
}

@media(max-width: 768px) {
	.footer-1__inner {
		padding: 20px 0 0;
		display: block;
	}

	.footer-1__1,
	.footer-1__2,
	.footer-1__3 {
		width: 100%;
		padding: 0 0 20px;
	}
	.footer-1__1 {
		display: none;
	}
	.footer-1__2 {
		font-size: 15px;
	}
	.footer-1__3 {
		display: none;
	}

	.footer−2 {
		background-color: #05101a;
		padding: 20px 0;
		line-height: 1.5;
	}
	.footer−2 small,
	.footer−2 ul.footer−2__nav {
		display: block;
		float: none;
		text-align: left;
	}
	.footer−2 ul.footer−2__nav {
		padding-bottom: 10px;
	}
	.footer−2 ul.footer−2__nav li {
		float: none;
		margin-bottom: .5em;
	}

	.footer−2 ul.footer−2__nav li + li {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
	}
}

/* 下に */

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

footer {
	margin-top: auto;
}

/* ==========================================================================
	 ホーム
	 ========================================================================== */

/*最新情報*/

.whatsnew {
	margin-bottom: 40px;
	position: relative;
}

p.whatsnew__view-all-text {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
}
p.whatsnew__view-all-text a {
	text-decoration: none;
}
p.whatsnew__view-all-text a:hover {
	text-decoration: underline;
}

.whatsnew ol {
	margin: 0 0 20px;
	padding: 0;
	border-top: 1px solid #dbe3eb;
	list-style-type: none;
}

.whatsnew ol li {
	border-bottom: 1px solid #dbe3eb;
}

.whatsnew ol li a {
	display: table;
	padding: .5em 0;
	width: 100%;
	color: #000;
	text-decoration: none;
}

.whatsnew ol li a:hover {
	background-color: #f8f8f8;
}

.whatsnew ol li time {
	display: table-cell;
	padding-right: .5em;
	width: 10em;
	vertical-align: middle;
	font-size: 12px;
}

.whatsnew ol li .whatsnew__category {
	display: table-cell;
	overflow: hidden;
	padding: .05em .25em;
	width: 10em;
	background-color: #309ada;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}

.whatsnew ol li h2 {
	display: table-cell;
	overflow: hidden;
	margin: 0;
	padding-left: .5em;

	max-width: 300px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 15px;
}

.whatsnew__view-all-btn a {
	display: block;
	background-color: #dbe3eb;
	text-align: center;
	text-decoration: none;
	color: #333;
	padding: 10px;
	font-size: 12px;
}

.whatsnew__view-all-btn a:hover {
	opacity: .8;
}

/*サイドバー*/

.banner p {
	line-height: 0;
}

@media(max-width: 768px) {
	.whatsnew ol {
		margin: 0 0 20px;
	}
	.whatsnew ol li a,
	.whatsnew ol li time,
	.whatsnew ol li .whatsnew__category,
	.whatsnew ol li h2 {
		display: block;
	}

	.banner *:last-child {
		margin-bottom: 0;
	}
	.banner p {
		text-align: center;
	}
}

/* ==========================================================================
	 企業理念・ビジョン
	 ========================================================================== */

/* 企業理念・*/

.philosophy {
	padding: 40px 0;
	background: #dbe3eb url("img/philosophy__bg.jpg") no-repeat center top;
	background-size: cover;
}

.philosophy__head {
	display: none;
}

.main p.philosophy__text {
	line-height: 1;
	margin-bottom: 0;
}

/* ビジョン */

.vision {
	padding: 40px 0;
	background: #dbe3eb url("img/vision__bg.jpg") no-repeat center top;
	background-size: cover;
	text-align: center;
}

.vision__head {
	line-height: 1;
	margin: 0 auto 40px;
	font-size: 30px;
	color: #59bfec;
}

.main p.vision__text {
	text-align: center;
	line-height: 1;
	margin-bottom: 0;
}

/* バリュー */

.value {
	padding: 40px 0 10px;
	background: #dbe3eb url("img/value__bg.jpg") repeat center top;
	text-align: center;
}

.value__head {
	line-height: 1;
	margin: 0 auto 40px;
	font-size: 30px;
	color: #2d3f4f;
}

.value__item__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	.value__item__wrapper::after{ /*最後の行を左寄せにする*/
		content: "";
		display: block;
		margin-bottom: 30px;
		width: 300px;
	}

.value__item {
	margin-bottom: 30px;
	padding: 30px 20px;
	width: 300px;
	background-color: #fff;
	color: #2d3f4f;
	text-align: center;
}
.value__item > img {
	display: block;
	margin: 0 auto 20px;
}

.value__item > h3 {
	margin: 0 auto 20px;
	font-size: 21px;
	line-height: 1.25;
}

.value__item > p {
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;
}

@media(max-width: 768px) {
	.philosophy {
		padding: 20px;
	}

	.vision {
		padding: 20px;
	}
	.vision__head {
		margin-bottom: 20px;
		font-size: 21px;
	}

	.value {
		padding: 20px;
	}
	.value__head {
		margin-bottom: 20px;
		font-size: 21px;
	}
	.value__item {
		margin: 0 auto 20px;
		padding: 20px;
	}
	.value__item:last-child {
		margin-bottom: 0;
	}

	.value__item__wrapper::after{ /*最後の行を左寄せにする*/
		content: none;
	}
}

/* ==========================================================================
	 会社概要
	 ========================================================================== */

.company-profile {}

.overview {}

.overview__inner {}

dl.overview__dl {
	border-top: 1px solid #dbe3eb;
	font-size: 15px;
}

dl.overview__dl dt {
	border-bottom: 1px solid #dbe3eb;
	float: left;
	width: 300px;
	padding: 12px;
	font-weight: bold;
}

dl.overview__dl dd {
	margin: 0;
	border-bottom: 1px solid #dbe3eb;
	padding: 12px;
}

.ceo-biography {}

.ceo-biography__inner {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dbe3eb;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.ceo-biography .section {
	width: 660px;
	margin-bottom: 0;
}

.ceo-biography .aside {
	width: 300px;
	text-align: center;
	margin-bottom: 40px;
}

@media(max-width: 768px) {
	dl.overview__dl dt {
		float: none;
		width: auto;
	}

	.ceo-biography__inner {
		display: block;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.ceo-biography .section {
		width: 100%;
	}
	.ceo-biography .aside {
		width: 100%;
		margin-bottom: 20px;
	}
	.ceo-biography .aside img {
		max-width: 66%;
	}
}

/* ==========================================================================
	 事業概要
	 ========================================================================== */

.video iframe {
	height: auto;
}

/* ==========================================================================
	 採用情報
	 ========================================================================== */



/* ==========================================================================
	 お問い合わせ
	 ========================================================================== */



/* ==========================================================================
	 サブページ
	 ========================================================================== */

.law table.table {
	width: 100%;
}

.law table.table th {
	width: 300px;
}


/* ==========================================================================
	 強調
	 ========================================================================== */

.a-color--no1 { color: #309ada; }
.a-color--no2 { color: #2d3f4f; }
.a-color--no3 { color: #59bfec; }
.a-color--no4 { color: #4c4c4c; }

/* ==========================================================================
	 このページの先頭へ戻る
	 ========================================================================== */

.back-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	clear: both;
	text-align: right;
}

.back-to-top a {
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAABhlBMVEUAAADMzMzd3d2AgIDd3d3d3d3c3Nzb29vc3NzV1dXc3Nzc3Nzd3d3d3d3c3Nzb29vc3Nzc3Nze3t7c3NzW1tbb29vd3d3d3d3d3d3c3Nzc3Nzf39/d3d3d3d3b29va2trc3NzGxsbb29vc3Nzd3d3d3d3c3Nzc3Ny/v7/c3Nzd3d3c3NzR0dHY2Njc3Nzc3Nzc3Nzc3Nzc3Nzb29vY2Nja2trc3Nzc3NzZ2dnc3Nze3t7d3d3c3Nzc3Nzc3NzX19fc3Nzc3Nzc3Nzd3d3b29vc3Nzc3Nzb29vV1dXd3d3c3NzV1dXd3d3c3Nzc3Nzd3d3c3Nzc3Nzd3d3d3d3c3Nzc3Nzb29vc3Nzd3d3d3d3d3d3c3Nzd3d3d3d3////o6Oj9/f329vbm5ub8/Pz5+fn4+Pj+/v7w8PDj4+Py8vLx8fHv7+/i4uL4+fnk5OTs7Ozd3d339/ekpqrt7e3u7u6doKS3ubzLzM6+wMLr6+vf39/6+vrl5uexs7bR09WqrbDr7O3e3+Ej3aiqAAAAXnRSTlMACuEC35y4FXYMFunx9NtH60j0px9NeHCUUCT+WchcKewJB2y70VjzCKjX2gsh1m2Yk9yPDUXV5RTG79DjkL0g+eTinV3FHUYS3r8G7d2+b/KZ4NK3dZ5RSlJ3SVq5/bnMpQAAAw1JREFUeF6t2WVz4lAUgOGDU6SFFipABaruLluVdXe58eBWddl/vjPMMGXTJpwk9/0Bz6ebKydQp6X53va+Ce9gafP1m/6+9t75JTCeJTy7GuUvkpwosERmr0QuecFHV2fDFiOaranFzydF8igxyftbmmw6uYY2eyojEJWETMHe1gD44l8CTJloVmYC7jjWG7AyIqmbyFgHUFzoc4ojqLiUM1Tf6/IdywSZfOzrAu2GdnIS0ZGU+zqk5XmWGZboimWWPere+EyR6K44M67mdS9miYGyi91Pe5G1NDFUei3ylOdqTBKDZRpdj71XnUfEcEedCVDmYIiJGIfS68qxZkA2p1jhIZ9ETCX5QlCb85iYLOus9QZSsllQTsUePIuVI6bjrBao5mYIhRh31WsIiDRAsad6KkwyhErMJFSyvZDogJLdVgGbUoRShWAFbMnQAjPDlTXTLNACheYxAOjgCbX4DgCYStIDk1MAMCoigPztXwwojgJ4LhHe9eHJyV0eIV56IMjjPJzI/4LWIspDisVWcGQwHlZMO+AZh/DQIvcWRq4QHlq8GgGvgPDQouCF9yzKuztEiewglHBe/honlmAT5/2Ha4I9LM7Diewg2AU1774K3FQAlCh44ZPqsjmt8RTirfqy0VjYhw+eUjxXA7mX4EirgWcPnlK8Vv/0NDaH/GnVU4pnWptDkNfYVW/O8kTR/fmpxl7Lf0dtsPguPQCNIg7AHgHwgfIhRf8YHaN90MMw5asIBAuUL0s2O63r3Ecb5Qvnu+qVuIfulZj+pR0s1rJ5r1zzrIAYjYfPb6jJmTULZv9AbRvmH4+KycOu2eftLuUH+A4oS5gbEQw9NcTIUB1iAES2jI5ZtiIqg6BtY4Og7W5QaX/ByKhqYR9Ue76nf5i29xw0SkzrHfdNJ0C7bys6BpLZlR9Qt5BTx8h0AzDFsEPdGCCLuwOMpM1JTOBnHPDNtdkLdQbjcxRH982K0T02S3i9P8oX05woyITIgsili3y0fz1sAeO5Diq/P/ylkt870dfee+AC7f4Bnw1DMsoy0tsAAAAASUVORK5CYII=") no-repeat center center;
	background-size: contain;
	line-height: 100px;
}

.back-to-top a:active {
	outline: 0 none black;
}

/* ソーシャルボタン
	 ========================================================================== */

.myd-social-button__wrapper {
	margin: 1em 0 0;
}

.myd-social-button {
	width: 104.5%;
}
.myd-social-button {
	margin:0 auto;
	text-align: center;
}
.myd-social-button:before,.myd-social-button:after { content: ""; display: table; }
.myd-social-button:after { clear: both; }
.myd-social-button { *zoom: 1; }

.myd-social-button__item {
	float:left;
	margin: 0 1.5% 1.5% 0;
	width: 31%;
}
.myd-social-button__item a {
	position: relative;
	display: block;
	padding: 10px;
	border-radius:  2px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
}
.myd-social-button__item a:before,
.myd-social-button__item a i {
	margin-right: 0.1em;
	font-size: 1.1em;
}
.myd-social-button__item a i {
	margin-right: 0.4em;
}
.myd-social-button__item a:hover {
	color: rgba(255,255,255,.8);
	box-shadow: none;
	transition: .1s;
	-webkit-transform: translate3d(0px, 2px, 1px);
		 -moz-transform: translate3d(0px, 2px, 1px);
					transform: translate3d(0px, 2px, 1px);
}
.myd-social-button__item a .text{
	font-weight: bold;
}
.myd-social-button__item a .count{
	margin-left: 2px;
	font-size: 10px;
}

@media(max-width: 800px) {
	.myd-social-button {
		width: 102%;
	}
	.myd-social-button__item {
		width: 48%;
		margin: 0 2% 2% 0;
	}
}

/* Twitter */
.myd-social-button__item.twitter a {
	background: #00acee;
	box-shadow: 0 2px 0 #0092ca;
}
.myd-social-button__item.twitter a:hover {
	background: #0092ca;
}

/* Facebook */
.myd-social-button__item.facebook a {
	background: #3B5998;
	box-shadow: 0 2px 0 #2c4373;
}
.myd-social-button__item.facebook a:hover {
	background: #2c4373;
}

/* Google+ */
.myd-social-button__item.googleplus a {
	background: #DB4A39;
	box-shadow: 0 2px 0 #AD3A2D;
}
.myd-social-button__item.googleplus a:hover {
	background: #ad3a2d;
}

/* hatebu */
.myd-social-button__item.hatebu a {
	background: #5D8AC1;
	box-shadow: 0 2px 0 #43638b;
}
.myd-social-button__item.hatebu a:hover {
	background: #43638b;
}
.myd-social-button__item.hatebu a:before{
	content:'B!';
	font-weight:bold;
	line-height: 1.055;
} 

/* Pocket */
.myd-social-button__item.pocket a {
	background: #F03E51;
	box-shadow: 0 2px 0 #C0392B;
}
.myd-social-button__item.pocket a:hover {
	background: #c0392b;
}

/* RSS */
.myd-social-button__item.rss a {
	background: #ffb53c;
	box-shadow: 0 2px 0 #e09900;
}
.myd-social-button__item.rss a:hover {
	background: #e09900;
}

/* Feedly */
.myd-social-button__item.feedly a {
	background: #87c040;
	box-shadow: 0 2px 0 #74a436;
}
.myd-social-button__item.feedly a:hover {
	background: #74a436;
}

/* LINE */
.myd-social-button__item.line a {
	background: #31AE36;
	box-shadow: 0 2px 0 #219900;
}
.myd-social-button__item.line a:hover {
	background: #219900;
}

	.myd-social-button__item.line {
		display: none;
	}
@media(max-width: 800px) {
	.myd-social-button__item.line {
		display: block;
	}
}

.hover-button {
	transition: 0.3s;
}

.hover-button:hover {
	opacity: 0.8;
	transform: translateY(3px);
}

.hover-button:hover a {
	color: #fff;
}

.mt-0 {
	margin-top: 0 !important;
}

@media (max-width: 768px) {
	.sp-none {
		display: none;
	}
}

/******** LPテンプレートのCSS *********/
.top-head1{
	background: #0096dd;
	color: #fff;
	font-size: 30px !important;
	padding: 20px 0 20px;
	margin-bottom: 0 !important;
}

.top-head1 strong {
	color: #0096dd;
    background: #fff;
	padding: 10px;
}

.top-head2 {
	font-weight: bold;
	color: #2565a5;
	animation: anime1 0.7s ease 0s infinite alternate;
}

.top-head2 strong {
	color: #fd844b;
	font-size: 1.2em;
}

main.main.lp {
	margin-top: 0 !important;
}

.triangle3 {
  width: 0;
  height: 0;
	margin: 0 auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #0096dd;
}

.link-button {
	cursor: pointer;
}

.link-button.double-button {
	display: flex;
	justify-content: center;
}

.link-button.double-button a:first-of-type {
	margin-right: 50px;
}

.link-button a {
	background: linear-gradient(to bottom, #fecb26, #f66410);
    padding: 20px 40px;
    border-radius: 40px;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	box-shadow: 0 3px 2px #5d1500;
	animation: anime1 0.7s ease 0s infinite alternate;
	transition: 0.2s;
	cursor: pointer;
	display: inline-block;
}

.link-button.double-button a:nth-of-type(2) {
/* 	background: linear-gradient(to bottom, #ee6362, #d52324); */
	background: linear-gradient(to bottom, #44d554, #17891d);
	box-shadow: 0 3px 2px #005d0c;
}

.link-button a:hover {
	opacity: 0.8;
	cursor: pointer;
}

@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

.campaign-date {
	font-size: 30px !important;
	font-weight: bold !important;
}

.blue-section {
	background: #eaf3f9;
	padding: 50px 0;
}

.blue-section p {
	font-size: 25px !important;
}

.top-head3.head strong {
    background: #084ba0;
    color: #fff;
    padding: 15px 30px;
}

.head3-img.img1 {
	width: 60%;
	height: auto;
}

.book-toc {
	padding: 10px;
	display: flex;
}

.book-toc h3 {
	border-bottom: 1px solid #084ba0;
}

p.present-head {
	margin-top: 50px;
}

.present-head strong {
	background: #fd844b;
	color: #fff;
	padding: 20px 40px;
	font-size: 40px;
}

.easy-2step strong {
	font-size: 30px;
  position: relative;
  padding: 1rem .5rem;
}

.easy-2step strong:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
	background: #0693e3;
/*   background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd)); */
/*   background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%); */
/*   background-image: linear-gradient(to left, #2af598 0%, #009efd 100%); */
}

.step-box {
	font-size: 30px;
	font-weight: bold;
	border: 1px double #0693e3;
	text-align: center;
	width: 70%;
	margin: 30px auto;
	padding: 30px;
}

.profile-box {
	margin: 20px auto 0;
	background: #eaf3f9;
	width: 100%;
    padding: 30px 15%;
}

.d-flex {
	display: flex;
	align-items: center;
}

.profile-box .d-flex > div:nth-of-type(1) {
	width: 30%;
}

.profile-box .d-flex > div:nth-of-type(2) {
	width: 66%;
	margin-left: 3%;
}

.name-box {
	font-size: 23px;
    font-weight: bold;
}

.name-box small {
	font-size: 58%;
}

.num-books {
	margin-bottom: 0 !important;
}

@media (min-width: 769px) {
	.pc-none {
		display: none;
	}
	
	.book-toc {
		width: 80%;
		margin: 0 auto;
	}

	.book-toc div:nth-of-type(2) {
		margin-left: 30px;
	}
}

@media (max-width: 768px) {
	.book-img img{
		object-fit: contain;
		height: 460px;
	}
	
	.top-head1 {
		font-size: 4.5vw !important;
	}
	
	.link-button a {
		font-size: 5.8vw;
	}
	
	.top-head3.head strong {
		font-size: 5vw;
	}
	
	.head3-img {
		width: 100%;
		object-fit: cover;
	}
	
	.book-toc {
		flex-direction: column;
	}
	
	.present-head strong {
		padding: 10px 10px;
		font-size: 7.5vw;
	}
	
	.step-box {
		font-size: 25px;
		width: 90%;
		padding: 15px;
	}
	
	.profile-box {
		padding: 10px;
	}
	
	.d-flex {
		flex-direction: column;
	}
	
	.profile-box .d-flex > div:nth-of-type(1) {
		width: 100%;
	}

	.profile-box .d-flex > div:nth-of-type(2) {
		width: 100%;
		margin-left: 0%;
	}
	
	.multi-present-head {
		padding: 0;
	}
	
	.multi-present-head strong {
		font-size: 10vw;
	}
	
	.link-button.double-button {
		flex-direction: column;
	}
	
	.link-button.double-button a {
		margin-bottom: 30px;
	}
	
	.link-button.double-button a:first-of-type {
		margin-right: 0px;
	}
}

/* LP2つ目 */
.wp-block-image img {
	height: auto;
}

.updown-anime {
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
	animation-duration: 1.8s; /* アニメーション動作時間の指定 */
	animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
/* 	animation-direction: alternate; */
}
 
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-13px);
  }
  40% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(-6px);
  }
	60% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0);
  }
/* 	from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  } */
}

.inner-container {
	max-width: 80% !important;
	margin: 20px auto !important;
}

@media (max-width: 768px) {
	.inner-container {
		max-width: 95% !important;
	}
	
	.sp-img-adjust img {
		width: 70% !important;
	    display: block;
    	margin: 6px auto;
	}
}

.page-id-3001 p {
	font-size: 16px !important;
}

.bg-orange {
	background: #f60;
}

.top-head1.bg-orange strong {
	color: #f60;
}


.triangle3.bg-orange {
	border-top-color: #f60;
	background: none;
}

.blue-section.orange {
	background: #f9edea;
	padding: 50px 0;
}

.blue-section.orange .top-head3.head strong {
    background: #f60;
}

.px-5 {
	padding-left: 5%;
	padding-right: 5%;
}

/* 販売ページのCSS */
.sales-page .global-nav{
	display: none !important;
}

.sales-page .header__social-link {
	display: none !important;
}

.sales-page .footer-1 {
	display: none !important;
}

.sales-page #nav-drawer {
	display: none !important;
}