@charset "UTF-8";
/*
Theme Name: GHD
*/

/********************
共通
********************/
html {
	font-size: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Lucida Grande", Verdana, "Meiryo", "M+ 1p", sans-serif;
	color: #333;
	line-height: 1.7;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a:hover {
	filter: alpha(opacity=60 finishopacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.7;
}
.wrapper1200 {
	margin: 0 auto;
	padding: 8rem 1rem 5rem;
	max-width: 1200px;
}
@media (max-width: 768px) {
	.wrapper1200 {
		padding: 6rem 1rem 3rem;
	}
}
.wrapper1000 {
	margin: 0 auto;
	max-width: 1000px;
}
.wrapper800 {
	margin: 0 auto;
	max-width: 800px;
}
.heading-2 {
	margin-bottom: 3rem;
	font-size: 3rem;
	color: #111;
	text-align: left;
	position: relative;
	padding-left: 20px;
}

.heading-2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 60%;
	background-color: #0A2A43; /* ブランドカラー */
}

@media (max-width: 768px) {
	.heading-2 {
		font-size: 1.8rem;
	}
}
/*
.heading-2 {
	margin-bottom: 2rem;
	max-width: 100%;
	font-size: 4rem;
	color: #000;
	text-align: center;
	position: relative;
}
@media (max-width: 768px) {
	.heading-2 {
		font-size: 1.5rem;
	}
}
.heading-2::after {
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
    height: 1px;
	background-color: #000;
    position: absolute;
    content: "";
}
*/
.heading-3 {
	font-size: 1.5rem;
	font-weight: bold;
}
@media (max-width: 768px) {
	.heading-3 {
		font-size: 1.25rem;
	}
}
.margin-top1 {
	margin-top: 1rem;
}
.margin-top2 {
	margin-top: 2rem;
}
.margin-top3 {
	margin-top: 3rem;
}
.margin-top4 {
	margin-top: 4rem;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.radius {
	border-radius: 10px;
}
@media (min-width: 769px) {
    .sp {
		display: none;
	}
}
@media (max-width: 768px) {
	.pc {
        display: none;
    }
}
.btn-home a {
    width: 300px;
    margin: auto;
    padding: 1rem;
    text-decoration: none;
    background-color: #fff;
	border: 1px solid #000;
	border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
	align-items: center;
    justify-content: center;
    position: relative;
}
.btn-home a::after {
    content: '';
    top: 50%;
    right: 40px;
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    transition: 1s;
}

/********************
ヘッダー（header.php）
********************/
/* ヘッダー */
header {
	top: 0;
	padding: 0 2rem;
    width: 100%;
    height: 70px;
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
	position: fixed;
	z-index: 100;
}
@media (max-width: 768px) {
	header {
		padding: 0 1rem;
	}
}
.container-header {
    display: flex;
	align-items: center;
	justify-content: space-between;
}
/* ロゴ */
.container-logo {
	height: 70px;
    display: flex;
	align-items: center;
    justify-content: center;
}
.container-logo img {
    height: 70px;
}
@media (max-width: 768px) {
	.container-logo img {
		height: 50px;
	}
}
/* メニュー */
@media (min-width: 769px) { 
	.menu-hamburger {
		display: none;
	}
	.menu-list{
		display: flex;
	}
	.menu-list li{
		padding-left: 2rem;
		color: #fff;
	}
}
@media (max-width: 768px) {
	.menu-hamburger {
		top: 15px;
		right: 1rem;
		width: 30px;
		height: 40px;
		position: absolute;
		z-index: 300;
		cursor: pointer;
	}
	.hamburger-line {
		right: 0;
		width: 30px;
		height: 4px;
		background-color: #fff;
		border-radius: 10px;
		position: absolute;
		transition: all 1s;
	}
	.line-1 {
		top: 7px;
	}
	.line-2 {
		top: 18px;
	}
	.line-3 {
		top: 30px;
	}
	.open .line-1 {
		top: 20px;
		background-color: #fff;
		transform: rotate(-45deg);
	}
	.open .line-2 {
		opacity: 0;
	}
	.open .line-3 {
		top: 20px;
		background-color: #fff;
		transform: rotate(45deg);
	}
	.menu-list {
		top: 70px;
		right: -100%; /* ハンバーガーがクリックされる前はWindow右側に隠す */
		max-width: 100%;
		width: 450px;
		background-color: #000;
		display: flex;
		flex-direction: column;
		position: fixed;
		z-index: 200;
		transition: all 1s;
		overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	}
	.open .menu-list {
		right: 0; /* ハンバーガーがクリックされたら右からスライド */
		position: absolute;
	}
	.menu-list li:not(:last-child) {
		border-bottom: 1px solid #fff;
	}
	.menu-list li a {
		padding: .5rem 2rem;
		color: #fff;
		display: block;
	}
	.background-black {
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: #000;
		opacity: 0;
		position: fixed;
		visibility: hidden;
		transition: all 1s;
		cursor: pointer;
	}
	.open .background-black { /* ハンバーガーがクリックされたら表示 */
		opacity: 0.3;
		visibility: visible;
		z-index: 100;
	}
}

/********************
フッター（footer.php）
********************/
footer {
	padding: 2rem 0;
	color: #fff;
	background: #262626;
}
.container-footer {
	margin: 0 2rem 2rem;
}
.container-footer-logo img {
    height: 100px;
}
@media (max-width: 768px) {
	.container-footer-logo img {
		height: 80px;
	}
}
.container-menu-footer {
	display: flex;
	justify-content: center;
}
.container-menu-footer li {
	padding: .5rem 1rem;
}
.container-menu-footer li:not(:last-child) {
	border-right: 1px solid #888;
}
#page-top {
	right: 1rem;
	bottom: 1rem;
	width: 50px;
	height: 50px;
	background: #000;
	opacity: 0.6;
	border-radius: 50%;
	position: fixed;
}
@media (max-width: 768px) {
	#page-top {
		right: .5rem;
		bottom: .5rem;
	}
}
#page-top::before { /* Font Awesome */
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}
.copyright {
	margin-top: 2rem;
	font-size: .75rem;
	text-align: center;
}

/********************
メインコンテンツ（front-page.php）
********************/
/********** メインビジュアル **********/
#mainvisual .img-frame {
	margin: 0 auto;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
#mainvisual .img-01,
#mainvisual .img-02,
#mainvisual .img-03 {
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
}
#mainvisual .img-01 {
	background-blend-mode: multiply;
	background-color: #aaa;
	background-image: url('img/mainvisual01.png');
	animation: slide-animation-01 24s infinite;
}
@media (max-width: 768px) {
	#mainvisual .img-01 {
		background-image: url('img/mainvisual01-sp.png');
	}
}
#mainvisual .img-02 {
	background-blend-mode: multiply;
	background-color: #aaa;
	background-image: url('img/mainvisual02.png');
	animation: slide-animation-02 24s infinite;
}
@media (max-width: 768px) {
	#mainvisual .img-02 {
		background-image: url('img/mainvisual02-sp.png');
	}
}
#mainvisual .img-03 {
	background-blend-mode: multiply;
	background-color: #aaa;
	background-image: url('img/mainvisual03.png');
	animation: slide-animation-03 24s infinite;
}
@media (max-width: 768px) {
	#mainvisual .img-03 {
		background-image: url('img/mainvisual03-sp.png');
	}
}
@keyframes slide-animation-01 {
	0% {opacity: 1; transform: scale(1.0);}
	30% {opacity: 1;}
	40% {opacity: 0; transform: scale(1.15);}
	90% {opacity: 0}
	100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
	0% {opacity: 0;}
	30% {opacity: 0; transform: scale(1.1);}
	40% {opacity: 1;}
	60% {opacity: 1;}
	70% {opacity: 0; transform: scale(1.0);}
	100% {opacity: 0;}
}
@keyframes slide-animation-03 {
	0% {opacity: 0;}
	60% {opacity: 0;  transform: scale(1.0);}
	70% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0; transform: scale(1.1);}
}
#mainvisual .text-01 {
	left: 10%;
	bottom: 20%;
	font-family: "Hannotate SC", sans-serif;
	font-size: 3.5rem;
	color: #fff;
	mix-blend-mode: hard-light;
	text-align: left;
	position: absolute;
}
@media (max-width: 768px) {
	#mainvisual .text-01 {
		font-size: 2rem;
	}
}

/********** Message **********/
#message {
	width: 100%;
	height: 100%;
	background-image: url('img/background01.jpg');
	background-size: cover;
	background-repeat: repeat-y;
}
#message .text01 {
	font-size: 1.5rem;
	color: #000;
	text-align: center;
}
@media (max-width: 768px) {
	#message .text01 {
		font-size: 1rem;
	}
}

/********** About us **********/
#aboutus {
	width: 100%;
	height: 100%;
	background-image: url('img/background03.jpg');
}
@media (max-width: 768px) {
	#aboutus {
		background-size: cover;
		background-repeat: repeat-y;
	}
}
.container-aboutus {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 768px) {
	.container-aboutus {
		flex-direction: column;
	}
}
.container-aboutus-01 {
	flex-grow: 1;
}
.container-aboutus-02 {
	background-color: #fff;
	flex-basis: 900px;
}
@media (max-width: 768px) {
	.container-aboutus-02 {
		flex-basis: auto;
	}
}
#aboutus .text01 {
	font-size: 3rem;
	font-family: 'Sorts Mill Goudy', serif;
}
#aboutus .text02 {
	font-size: 2rem;
}
@media (max-width: 768px) {
	#aboutus .text02 {
		font-size: 1.25rem;
		font-weight: bold;
	}
}

/********** Service **********/
.list-service {
	margin: auto;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.item-service {
	margin: 1rem;
	width: 300px;
}
#service .img-frame {
	margin: 0 auto;
	width: 300px;
	height: 300px;
	overflow: hidden;	
	clip-path: inset(0 round 10px 10px 10px 10px);
	position: relative;
}
#service .img-01,
#service .img-02,
#service .img-03,
#service .img-04,
#service .img-05 {
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
}
#service .img-01 {
	background-image: url('img/service01.jpg');
}
#service .img-02 {
	background-image: url('img/service02.jpg');
}
#service .img-03 {
	background-image: url('img/service03.jpg');
}
#service .img-04 {
	background-image: url('img/service04.jpg');
}
#service .img-05 {
	background-image: url('img/service05.jpg');
}
#service .msg {
	top: 50%;
	left: 50%;
	width: 300px;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	transform: translate(-50% , -50%);
	position: absolute;
	z-index: 1;
}
#service .cover::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	content: '';
	position: absolute;
}

/* 研修事業 */
@media (max-width: 1200px) {
    .page .bg {
        padding-top: calc(40px + 30*(100vw - 320px) / 880);
        padding-bottom: calc(40px + 30*(100vw - 320px) / 880);
    }
}
.heading2_tit {
	margin-top: 1rem;
	font-size: 1.5rem;
	text-align: center;
}
.inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 15px;
    width: 100%;
    max-width: 1010px;
    min-width: 880px;
}
@media screen and (max-width: 767px) {
    .inner {
        min-width: 320px;
    }
}
#training_wrap ul#training_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
}
#training_wrap ul#training_list > li {
    width: 40%;
    max-width: 350px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    #training_wrap ul#training_list > li {
        width: 100%;
    }
}
#training_wrap ul#training_list > li img {
    margin-top: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#training_wrap p {
    margin-bottom: 0;
}
#training_wrap h3 {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #0057A4;
    margin-bottom: 25px;
    padding-left: 18px;
    border-left: 5px solid #0057A4;
    line-height: 22px;
    margin-top: 50px;
}
#training_wrap ul#training_list li ul.detail_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
#training_wrap ul#training_list li ul.detail_list li:first-child {
    width: 4.5em;
    text-align: center;
    margin-right: .5em;
}
@media screen and (max-width: 767px) {
    #training_wrap ul#training_list li ul.detail_list li:first-child {
        width: 5.5em;
    }
}
#training_wrap ul#training_list li ul.detail_list li:first-child span {
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: bold;
    background: #0057a4;
    padding: 5%;
}
#training_wrap ul#training_list li ul.detail_list li:last-child {
    font-size: 18px;
    font-weight: bold;
    width: calc(100% - 5em);
}

/********** Company **********/
#company {
	width: 100%;
	height: 100%;
	background-image: url('img/background01.jpg');
	background-size: cover;
	background-repeat: repeat-y;
}
.container-company-01 {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 768px) {
	.container-company-01 {
		flex-direction: column;
	}
}
.container-company-02 {
	margin: auto;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
}
@media (max-width: 768px) {
	.container-company-02 {
		flex-direction: column;
	}
}
#company .img-frame {
	margin: 0 auto;
	width: 600px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
@media (max-width: 768px) {
	#company .img-frame {
		width: 300px;
		height: 300px;
	}
}
#company .img-01,
#company .img-02,
#company .img-03 {
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
}
#company .img-01 {
	background-image: url('img/company01.jpg');
}
#company .img-02 {
	background-image: url('img/company02.jpg');
}
#company .img-03 {
	background-image: url('img/company03.jpg');
}
#company .cover::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	content: '';
	position: absolute;
}
#company .text-frame {
	margin: 0 auto;
	width: 600px;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 768px) {
	#company .text-frame {
		margin: 2rem auto 4rem;
		width: auto;
		height: auto;
	}
}
#company .btn a {
	margin: auto;
    padding: 1rem;
	width: 300px;
    text-decoration: none;
    background-color: #fff;
	border: 1px solid #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
	align-items: center;
    justify-content: center;
    position: relative;
}
#company .btn a::after {
    top: 50%;
    right: 40px;
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #000;
    transform: rotate(45deg) translateY(-50%);
	content: '';
    position: absolute;
    transition: 1s;
}

/********** Recruite **********/

/********** Contact **********/
#contact table {
	margin: auto;
	width: 100%;
}
#contact tr {
	padding: 1.5rem 1rem;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
}
@media (max-width: 768px) {
	#contact tr {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}
#contact .title {
	width: 300px;
}
#contact .required {
	width: 100px;
	color: #FE2C55;
}
#contact .content {
	margin: auto;
	width: 100%;
	flex-grow: 1;
}
#contact .content input,
#contact .content select,
#contact .content textarea {
    padding: .5rem 1rem;
    width: 100%;
    background-color: #f0f0f0;
	border-radius: 5px;
    cursor: pointer;
}
#contact .btn-send {
    width: auto;
	text-align: center;
    display: flex;
	align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
	#contact .btn-send {
		display: block;
	}
}
#contact .btn-send p {
    width: 100%;
}
#contact .btn-send input {
    margin-top: 2rem;
    padding: 1rem;
    width: 300px;
    color: #fff;
    background-color: #000;
	border-radius: 50px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
/********** 代表挨拶（page-greeting.php） **********/
.container-page-greeting {
	margin: auto;
	display: flex;
	align-items: start;
	justify-content: center;
}
@media (max-width: 768px) {
	.container-page-greeting {
		flex-direction: column;
	}
}
#page-greeting .img-frame {
	margin: 0 auto;
	width: 400px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
@media (max-width: 768px) {
	#page-greeting .img-frame {
		width: 300px;
		height: 300px;
	}
}
#page-greeting .img-01 {
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url('img/company01.jpg');
}
#page-greeting .cover::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	content: '';
	position: absolute;
}
#page-greeting .text-frame {
	margin: 0 auto;
	padding-left: 2rem;
	width: 800px;
}
@media (max-width: 768px) {
	#page-greeting .text-frame {
		margin-top: 2rem;
		padding-left: 0;
		width: auto;
	}
}

/********** 企業概要（page-summary.php） **********/
/********** 沿革（page-history.php） **********/
#page-summary .img-frame,
#page-history .img-frame {
	margin: 0 auto;
	width: 600px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
@media (max-width: 768px) {
	#page-summary .img-frame,
	#page-history .img-frame {
		width: 300px;
		height: 300px;
	}
}
#page-summary .img-01 {
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url('img/company02.jpg');
}
#page-history .img-01 {
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url('img/company03.jpg');
}
#page-summary .cover::after,
#page-history .cover::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	content: '';
	position: absolute;
}
#page-summary table,
#page-history table {
	margin: 2rem auto 0;
	width: 100%;
}
#page-summary tr,
#page-history tr {
	padding: 1.5rem 1rem;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
}
@media (max-width: 768px) {
	#page-summary tr,
	#page-history tr {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}
#page-summary tr:last-child,
#page-history tr:last-child {
	border-bottom: 1px solid #e6e6e6;
}
#page-summary .title,
#page-history .title {
	width: 300px;
}
#page-summary .content,
#page-history .content {
	margin: auto;
	width: 100%;
	flex-grow: 1;
}

/********** プライバシーポリシー（page-privacypolicy.php） **********/
#page-privacypolicy .heading3_tit {
	margin: 1rem 0 .5rem;
	padding: 0;
	text-align: left;
	border-top: none;
	border-bottom: none;
}

/********** 404エラー（404.php） **********/
.container-404 {
	padding: 4rem 0 10rem;
}


/********** ブログ **********/
/********** archive.php **********/
/********** page-blog.php **********/
.layout-blog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2rem;
}
@media (max-width: 768px) {
	.layout-blog {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
}
.container-blog {
	padding: 1rem;
	border-bottom: 1px solid #ddd;
	display: flex;
}
.container-blog .container-img {
	width: 100px;
}
.container-blog img {
    border-radius: 10px;
    aspect-ratio: 1 / 1;
}
.container-blog .container-text {
	padding-left: 1rem;
	flex: 1;
}
.container-blog .post-categories li a {
	padding: .25rem .5rem;
	font-size: .75rem;
	border: 1px solid;
    border-image: linear-gradient(to right, var(--blue), var(--pink)) 1;
}
.container-blog .post-date {
	font-size: .75rem;
    color: #888;
}
.container-blog .post-title {
	line-height: 1.5;
    word-break: break-word;
}
.container-blog .post-title a {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 任意の行数を指定 */
}
.container-category {
	display: flex;
	flex-wrap: wrap;
}
.container-category a {
	margin-top: .5rem;
	margin-left: .5rem;
	padding: .25rem .5rem;
	font-size: .75rem;
	border: 1px solid;
    border-image: linear-gradient(to right, var(--blue), var(--pink)) 1;
	border-radius: 10px;
}
/* ページャー */
div.pager {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.pager li {
	margin: 0 10px 5px 0;
	width: 36px;
	height: 36px;	
	font-size: .75rem;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
div.pager li span.current {
	width: 100%;
	height: 100%;
	color: #fff;
	background: var(--pink);
	display: flex;
	justify-content: center;
	align-items: center;
}
div.pager li span.dots {
	display: block;
	padding: 7px 0;
}
div.pager li a {
	width: 100%;
	height: 100%;
	font-size: .75rem;
	text-align: center;
	text-decoration: none;
	background: #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: .5s;
}
div.pager li a:hover {
	color: #fff;
	background: var(--maincolor1);
	transition-duration: .5s;
}
div.pager li a.next,
div.pager li a.prev {
	color: #333;
	background: #fff;
	transition-duration: .5s;
}
div.pager li a.next:hover,
div.pager li a.prev:hover {
	color: #fff;
	background: var(--maincolor1);
	transition-duration: .5s;
}

/********** standard.php（ブログ詳細） **********/
/* タイトル */
#standard .title {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: bold;
	color: var(--pink);
}
@media (max-width: 768px) {
	#standard .title {
		line-height: 1.5;
	}
}
/* アイキャッチ画像 */
#standard img.wp-post-image {
	margin: 0; /* 下記にimgの設定があるため、設定 */
	width: 100%;
	height: auto;
	border-radius: 10px;
	display: block;
}
/* 通常テキスト */
#standard p {
	margin: 1rem;
}
/* 太字テキスト */
#standard strong {
	font-weight: bold;
	color: var(--pink);
	background: linear-gradient(transparent 70%, var(--yellow) 0%);
}
/* H1、H2見出し */
#standard h1.wp-block-heading,
#standard h2.wp-block-heading {
	margin-top: 2rem;
    margin-bottom: 1rem;
	padding: .5rem 1rem;
    font-size: 2rem;
    font-weight: bold;
	color: var(--heading2-color1);
	border: 10px double var(--heading2-color1);
	border-radius: 10px;
    text-align: center;
	
}
@media (max-width: 768px) {
	#standard h1.wp-block-heading,
	#standard h2.wp-block-heading {
    	font-size: 1.5rem;
	}
}
/* H3見出し */
#standard h3.wp-block-heading {
    margin-top: 2rem;
    margin-bottom: 1rem;
	padding: 1rem 0 .5rem 1rem;
	font-size: 1.5rem;
    font-weight: bold;
	color: var(--maincolor1);
	border-bottom: 3px solid;
	border-image: linear-gradient(to right, var(--maincolor1), var(--heading2-color1) 80%) 1;
	border-left: 1rem solid var(--maincolor1);
}
@media (max-width: 768px) {
	#standard h3.wp-block-heading {
    	font-size: 1.25rem;
	}
}
/* H4、H5、H6見出し */
#standard h4.wp-block-heading,
#standard h5.wp-block-heading,
#standard h6.wp-block-heading {
	margin-top: 1rem;
    margin-bottom: 1rem;
	padding-left: 1rem;
	font-size: 1.5rem;
    font-weight: bold;
	color: var(--heading2-color1);
}
@media (max-width: 768px) {
	#standard h4.wp-block-heading,
	#standard h5.wp-block-heading,
	#standard h6.wp-block-heading {
    	font-size: 1.25rem;
	}
}
/* ブログ一覧へ ボタン */
#standard .btn-read-more a {
    margin: 3rem 2rem 0;
}
/* リスト ※リストの●や1.2.3.などは現状付かない */
#standard ul,
#standard ol {
	margin: 1rem;
}
/* 引用 */
#standard .wp-block-quote {
	margin: 1rem;
	padding: 1rem;
	background: #eee;
	border-radius: 10px;
	position: relative;
}
#standard .wp-block-quote::before {
	top: .5rem;
	left: .5rem;
	font-size: 1.25rem;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	line-height: 1;
	content: "\f10d";
	position: absolute;
	display: inline-block;
}
#standard .wp-block-quote::after {
	right: .5rem;
	bottom: .5rem;
	font-size: 1.25rem;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	line-height: 1;
	content: "\f10e";
	position: absolute;
	display: inline-block;
}
/* 詳細 */
#standard details {
	margin: 1rem;
}
/* 整形済みテキスト */
#standard .wp-block-preformatted {
	margin: 1rem;
}
/* テーブル */
#standard .wp-block-table {
	margin: 1rem;
}
/* 画像 */
#standard .wp-block-image {
	margin: 1rem;
	display: flex;
	justify-content: center;
}
#standard .wp-block-image img {
	border-radius: 10px;
}
/* ギャラリー */
#standard .wp-block-gallery {
	margin: 1rem;
}
#standard .wp-block-gallery .wp-block-image img {
	border-radius: 10px;
}
/* カバー */
#standard .wp-block-cover {
	margin: 1rem;
	border-radius: 10px;
}
/* ファイル */
#standard .wp-block-file {
	margin: 1rem;
}
/* メディアとテキスト */
#standard .wp-block-media-text {
	margin: 1rem;
}
#standard .wp-block-media-text .wp-block-media-text__media img {
	border-radius: 10px;
}
#standard .wp-block-media-text .wp-block-media-text__content p {
	margin: 0;
}
@media (max-width: 768px) {
	#standard .wp-block-media-text {
		display: block; /* 画像とテキストの配置を解除（横並び→縦並び） */
	}
}
/* 動画 */
#standard .wp-block-video {
	margin: 1rem;
}
#standard .wp-block-video video {
	border-radius: 10px;
}
/* ボタン */
#standard .wp-block-buttons {
	margin: 1rem;
}
/* X（旧Twitter） */
#standard .is-provider-twitter {
	margin: 1rem;
	width: auto;
	display: flex;
	justify-content: center;
}
@media (max-width: 768px) {
	#standard .is-provider-twitter {
		display: block;
	}
}
/* YouTube */
#standard .is-provider-youtube {
	margin: 1rem;
	display: flex;
	justify-content: center;
}
#standard .is-provider-youtube iframe {
	border-radius: 10px;
}
/* TikTok */
#standard .is-provider-tiktok {
	margin: 1rem;
	display: flex;
	justify-content: center;
}
#standard [class*="has-pale"] { /* ワイルドカードでの指定 */
	margin: 2rem 0 1rem;
}
/* プラグイン：YARPP（おすすめ記事） */
#standard .yarpp-related {
    margin-top: 2rem;
	margin-bottom: 1rem;
}
#standard .yarpp-related h3 {
	padding: 0;
	font-size: 2rem;
    font-weight: bold;
	color: var(--maincolor1);
}
#standard .yarpp-thumbnails-horizontal {
	padding: 0 1rem;
}
@media (max-width: 768px) {
	#standard .yarpp-thumbnails-horizontal {
		max-width: 600px;
		width: auto;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: .5rem;
	}
}
#standard .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    border: none;
}
@media (max-width: 768px) {
	#standard .yarpp-thumbnails-horizontal .yarpp-thumbnail {
		width: auto;
		height: auto;
	}
}
#standard .yarpp-related .yarpp-thumbnail-title {
    font-size: 1rem;
    font-weight: normal;
}
#standard .yarpp-related a {
    font-weight: normal;
}
#standard .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    margin: 0 .5rem;
    margin-top: 0px;
    width: auto;
}

/********** JavaScript：slick **********/
.slick-prev:before,
.slick-next:before {
    color: var(--btncolor);
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 1rem;
}