/*
Theme Name: wako
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  outline: none;
  font-style: normal;
  font-weight: normal;
  zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
h1, h2, h3, h4, h5, h6 {
  line-height: 1.55;
  font-size: 100%;
  font-weight: normal;
}
table { border-collapse: collapse; }
table th, table td {
  text-align: left;
  vertical-align: top;
}
ul,ol { list-style: none; }
img {
  width /***/:auto;
  max-width: 100%;
  height: auto;
	object-fit: cover;
  vertical-align: bottom;
}
* { box-sizing: border-box; }
a { transition: opacity .3s; }
a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/
:root {
	--mincho: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	--gothic: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Roboto, Verdana, "Droid Sans", sans-serif;
		
	--co-black:   #2b2b2b;	   /*黒*/
	--co-gray30:  #bfbfbf;	   /*灰30%*/
	--co-gray02:  #fbfbfb;	   /*灰02%*/
	--co-white:   #ffffff;	   /*白*/
	--co-sky:     #4cbcef;	   /*水*/
	--co-blue:    #0085ff;	   /*青*/
	--co-navy:    #00305c;	   /*紺*/
	--co-red:     #d41c24;	   /*赤*/
	--co-orange:  #ff7800;	   /*橙*/
	--co-yellow:  #ffba00;	   /*黄*/
	
	--transformXY: translate(-50% , -50%);
	--transformX:  translateX(-50%);
	--transformY:  translateY(-50%);
}

/*------------body---------------------------------------------------------------*/
html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	height: 100%;
	background-color: var(--co-white);
	overflow-y: scroll;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	font-family: var(--gothic);
	font-size: 16px;
	font-weight: normal;
	color: var(--co-black);
}
.SpOnly { display: none; }
div#PageTop a {
	position: fixed;
	display: block;
	width: 40px;
	height: 40px;
	background: url("/common/img/pagetop.png") no-repeat left top / cover;
	right: 2%;
	bottom: 5%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 9999;
}

@media (max-width: 979px) {
	body { font-size: 14px; }
	.PcOnly { display: none; }
	.SpOnly { display: block; }
	div#PageTop a {
		width: 20px;
		height: 20px;
	}
}


/*------------header---------------------------------------------------------------*/
header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
header.BGColor { display: block; background-color: rgba(42,43,43,0.70); }
header #Header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 0;
}
header #Header h1 { width: 267px; }
header #Header h1 a {
	display: block;
	width: 100%;
	padding-top: 14.23220973782772%;
	background: url("/common/img/logo.png") no-repeat left top / contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
header #Header ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: var(--co-white);
}
header #Header ul li {
	display: flex;
	align-items: center;
}
header #Header ul li:not(:first-of-type)::before {
	margin: 0 0.5em;
	content: "|";
}
header #Header ul li a { color: var(--co-white); }
header #Header ul li a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color: var(--co-blue);
}

@media (max-width: 979px) {
	header #Header {
		display: block;
		max-width: 96%;
		padding: 10px 0;
	}
	header #Header h1 {
		width: 70%;
		max-width: 267px;
		margin: 0;
	}
	header #Header h1 span {
		display: block;
		width: 100%;
	}
	header #Header ul { display: none; }
}


/*------------title---------------------------------------------------------------*/
.title {
	position: relative;
	min-height: 350px;
	background: url("/common/img/t_other.jpg") no-repeat center center / cover;
}
.title::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #2a2b2b;
	mix-blend-mode: hard-light;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.title h2 {
	position: absolute;
	width: 100%;
	top: 55%;
	left: 50%;
	transform: var(--transformXY);
	text-align: center;
	font: bold 3.5em / 1.2 var(--mincho);
	font-feature-settings: "palt" 1;
	color: var(--co-white);
	z-index: 2;
}
.title h2 span {
	display: block;
	font: bold 0.53em / 1.2 var(--gothic);
}

@media (max-width: 979px) {
	.title { min-height: 250px; }
	.title h2 {
		padding: 0 0.5em;
		top: 55%;
		line-height: 1;
		font-size: 2.25em;
	}
}

/*------------TopNav------------------------------------*/
#TopNav {
	position: absolute;
	width: 100%;
	max-width: 1100px;
	padding: 20px 0;
	background-color: var(--co-white);
	border-radius: 10px 10px 0 0;
	left: 50%;
	bottom: 0;
	transform: var(--transformX);
	z-index: 2;
}
#TopNav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
#TopNav ul li { position: relative; }
#TopNav ul li:not(:last-of-type)::after {
	position: absolute;
	display: block;
	content: "";
	width: 4px;
	height: 100%;
	background-color: var(--co-gray30);
	top: 50%;
	right: 0;
	transform: var(--transformY);
}
#TopNav ul li a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: var(--co-black);
}
#TopNav ul li a span {
	display: block;
	text-align: center;
	font: normal 0.625em / 1 var(--mincho);
}
#TopNav ul li a strong {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
	margin-top: 10px;
	font: bold 1.125em / 1 var(--gothic);
	color: var(--co-sky);
}
#TopNav ul li a em {
	display: block;
	font-weight: bold;
}
#TopNav ul li a:hover,
#TopNav ul li a:hover strong { color: var(--co-yellow); }

@media (max-width: 979px) {
	#TopNav { display: none; }
}

/*------------main---------------------------------------------------------------*/
main {
	width: 100%;
	overflow: hidden;
}


/*------------flashBtn------------------------------------*/
.flashBtn a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.flashBtn a:hover { color: #ff0; }
.flashBtn a::after {
	position: absolute;
	content: "";
	top: 0;
	left: -85%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}
.flashBtn a:hover::after {
	animation: shine 0.9s;
	animation-iteration-count: infinite;
}
@keyframes shine { 100% { left: 125%; } }


/*------------Btn------------------------*/
.Btn {
	max-width: 268px;
	border-radius: 999px;
	transition: opacity .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.Btn a {
	position: relative;
	display: block;
	text-align: center;
	font: bold 1.25em / 1.2 var(--gothic);
	transition: opacity .3s;
}
.Btn a::before {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 1em;
	transform: var(--transformY);
}
.Btn.slide {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.Btn.slide::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--co-yellow);
	top: 0;
	left: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.Btn.slide:hover::after { transform: scale(1, 1); }

.Btn01 {
	margin: 20px 0 0 auto;
	background-color: var(--co-blue);
}
.Btn01 a {
	padding: 1em 2em;
	color: var(--co-white);
}
.Btn01 a::before { background: url("/common/img/arrow_w.png") no-repeat left top; }
.Btn02 {
	width: 200px;
	margin: 20px auto 0;
	border: 1px solid var(--co-black);
}
.Btn02 a {
	padding: 0.25em 2em;
	font: normal 1.125em / 1.2 var(--gothic);
	color: var(--co-black);
}
.Btn02 a::before { background: url("/common/img/arrow_s.png") no-repeat left top; }
.Btn03 {
	margin: 30px auto 0;
	background-color: var(--co-white);
}
.Btn03 a {
	padding: 1em 2em;
	color: var(--co-navy);
}
.Btn03 a::before { background: url("/common/img/arrow_n.png") no-repeat left top; }
.Btn04 {
	margin-top: auto;
	background-color: var(--co-sky);
}
.Btn04 a {
	padding: 0.5em 2em;
	color: var(--co-white);
}
.Btn04 a::before { background: url("/common/img/arrow_w.png") no-repeat left top; }


/*------------article------------------------------------*/
article {
	position: relative;
	width: 100%;
	margin-top: 70px;
	padding-bottom: 100px;
	overflow: hidden;
}
main article:not(:first-of-type) { margin-top: 100px; }
main article:last-of-type { padding-bottom: 0; }
article::before,
article::after {
	position: absolute;
	display: block;
	content: "";
	width: 96%;
	max-width: 1100px;
	left: 50%;
	bottom: 0;
	transform: var(--transformX);
}
article:not(:last-of-type)::before { border-bottom: 1px solid var(--co-sky); }
article:not(:last-of-type)::after {
	width: 80%;
	max-width: 1020px;
	border-bottom: 1px solid var(--co-gray30);
}
article p + p { margin-top: 1em; }
article section {
	width: 92%;
	max-width: 1100px;
	margin: 0 auto;
}
article section:not(:first-of-type) { margin-top: 40px; }
article h3 {
	position: relative;
	margin-bottom: 40px;
	padding: 0 1em 0.5em;
	text-align: center;
	font: bold 1.25em / 1 var(--mincho);
}
article h3 span {
	display: inline-block;
	font-weight: bold;
}
article h3 strong {
	display: block;
	font: bold 2em / 1.2 var(--gothic);
	color: var(--co-sky);
}
article h3::before {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 4px;
	background-color: var(--co-gray30);
	left: 50%;
	bottom: 0;
	transform: var(--transformX);
}
article h4 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 0.5em;
	border-left: 8px solid var(--co-sky);
	font: bold 2em / 1.2 var(--gothic);
}
article table {
	width: 100%;
	border-collapse: collapse;
}
article table tr th,
article table tr td {
	width: auto;
	padding: 10px 20px;
	border-bottom: 1px solid var(--co-gray30);
	text-align: left;
	vertical-align: top;
}
article table tr th {
	min-width: 14%;
	padding: 10px;
	border-bottom: 1px solid var(--co-sky);
	white-space: nowrap;
	font-weight: bold;
	color: var(--co-sky);
}
.round10 { border-radius: 10px; }
.round10top { border-radius: 10px 10px 0 0; }

@media (max-width: 979px) {
	article table tr th,
	article table tr td {
		display: block;
		width: 100%;
	}
	article table tr th { padding: 5px; }
	article table tr td { padding: 10px; }
	.scroll {
		width: 100%;
		white-space: nowrap;
		overflow: auto;
	}
	.scroll p {
		margin-bottom: 0.5em;
		font-weight: bold;
		color: var(--co-red);
	}
}

/*------------footer---------------------------------------------------------------*/
footer { margin-top: 100px; }
/*------------fLogoTel------------------------*/
#fLogo {
	width: 267px;
	margin: 0 auto;
}
#fLogo h2 a {
	display: block;
	width: 100%;
	padding-top: 14.23220973782772%;
	background: url("/common/img/logo.png") no-repeat left top / contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
#fLogo p {
	margin-top: 0.5em;
	text-align: center;
	font: bold 2em / 1 var(--mincho);
	color: var(--co-sky);
}
#fLogo p span {
	display: block;
	margin-top: 0.25em;
	text-align: center;
	font: bold 0.5em / 1 var(--mincho);
	color: var(--co-black);
}
/*------------nav------------------------*/
footer #FNav h2 { display: none; }
footer nav { margin-top: 60px; }
footer nav ul {
	display: flex;
	justify-content: center;
	font-weight: bold;
	color: var(--co-black);
}
footer nav ul ul { display: none; }
footer nav ul li:not(:last-of-type)::after {
	margin: 0 0.25em;
	content: "|";
}
footer nav ul li a {
	font-weight: bold;
	color: var(--co-black);
}
footer nav ul li a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color: var(--co-sky);
}

@media (max-width: 979px) {
	footer #FNav h2 {
		display: block;
		width: 70%;
		max-width: 267px;
		margin: 50px auto 0;
	}
	footer #FNav h2 span {
		display: block;
		width: 100%;
	}
	footer #FNav h2 a {
		display: block;
		width: 100%;
		padding-top: 14.23220973782772%;
		background: url("/common/img/logo.png") no-repeat left top / contain;
		overflow: hidden;
		line-height: 0;
		text-indent: -99999px;
		font-size: 0;
	}
	footer nav {
		margin-top: 1em;
		padding: 1em;
		background-color: transparent;
	}
	footer nav ul {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	footer nav ul ul { display: block; }
	footer nav ul li:not(:nth-last-of-type(1))::after { display: none; }
	footer nav ul li + li { margin-top: 0.25em; }
	footer nav ul li a::before {
		display: inline-block;
		padding-right: 0.2em;
		content: "■";
	}
	/* hamburger(ハンバーガーアイコン) =================================== */
	.hamburger {
		position: fixed;
		top: 1.25em;
		right: 1em;
		width: 20px;
		height: 20px;
		background: var(--co-sky);
		cursor: pointer;
		z-index: 299999;
	}
	.BurgerLine {
		position: absolute;
		width: 16px;
		height: 2px;
		left: 2px;
		background-color: var(--co-white);
		transition: all 0.5s;
	}
	.BurgerLine1 { top: 4px; }
	.BurgerLine2 { top: 9px; }
	.BurgerLine3 { top: 14px; }

	/*ハンバーガーがクリックされたら*/
	.open .BurgerLine1 {
		transform: rotate(-45deg);
		top: 9px;
	}
	.open .BurgerLine2 { opacity: 0; }
	.open .BurgerLine3 {
		transform: rotate(45deg);
		top: 9px;
	}

	/* sp-nav(ナビ) =================================== */
	.sp-nav {
		position: fixed;
		right: -100%;
		top: 0;
		width: 80%;
		height: 100vh;
		background-color: var(--co-white);
		transition: all 0.5s;
		z-index: 199999;
		overflow-y: auto;
	}
	/*ハンバーガーがクリックされたら右からスライド*/
	.open .sp-nav { right: 0; }

	/* black-bg(ハンバーガーメニュー解除用bg) =================================== */
	.black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 5;
		background-color: var(--co-black);
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
		cursor: pointer;
	}
	/*ハンバーガーメニューが開いたら表示*/
	.open .black-bg {
		opacity: 0.3;
		visibility: visible;
	}
}
/*------------address------------------------*/
address {
	margin-top: 35px;
	padding-bottom: 115px;
	text-align: center;
	font-size: 1rem;
}

@media (max-width: 979px) {
	address { font-size: 0.89rem; }
}


/*------------ギャラリー---------------------------------------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px !important;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}
.gallery br { display: none; } /** 自動で挿入される clearfix の余白解除 **/
.gallery-icon { /** 画像を囲む dt のスタイル **/
	text-align: center;
}
.gallery-icon img {
	width: 100%;
/*	min-height: 350px;
	max-height: 350px;*/
	object-fit: cover;
	object-position: 50% 50%;
	margin-bottom: 10px !important;
	vertical-align: bottom;
	border-radius: 10px;
}
.gallery-caption { /** キャプション **/
	margin: 0 0 20px;
	text-align: center;
}
.gallery-columns-1 .gallery-item { /** 1カラム **/ width: 100%; }
.gallery-columns-2 .gallery-item { /** 2カラム **/ width: calc((100% - 20px) / 2); }
.gallery-columns-3 .gallery-item { /** 3カラム **/ width: calc((100% - 20px * 2) / 3); }
.gallery-columns-4 .gallery-item { /** 4カラム **/ width: calc((100% - 20px * 3) / 4); }
.gallery-columns-5 .gallery-item { /** 5カラム **/ width: calc((100% - 20px * 4) / 5); }
.gallery-columns-6 .gallery-item { /** 6カラム **/ width: calc((100% - 20px * 5) / 6); }
.gallery-columns-7 .gallery-item { /** 7カラム **/ width: calc((100% - 20px * 6) / 7); }
.gallery-columns-8 .gallery-item { /** 8カラム **/ width: calc((100% - 20px * 7) / 8); }
.gallery-columns-9 .gallery-item { /** 9カラム **/ width: calc((100% - 20px * 8) / 9); }
@media screen and (max-width: 979px) {
	/* 640px以下用の記述 */
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: calc((100% - 20px) / 2);
	}
}


/*------------求人募集---------------------------------------------------------------*/
/*------------title------------------------*/
#recruit.title { background: url("/common/img/t_recruit.jpg") no-repeat center center / cover; }
#recruit.title h2 { top: 45%; }
#recruit #TopNav ul li { width: calc(100% / 3); }

@media (max-width: 979px) {
	#recruit.title h2 { top: 55%; }
}

/*先輩社員の声　一覧*/
#voice ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 60px 25px;
}
#voice ul li { width: calc((100% - 25px * 2) / 3); }
#voice ul li img { height: 340px; }
#voice ul li p {
	margin-top: 0.5em;
	text-align: center;
	font: bold 2em / 1.2 var(--gothic);
	color: var(--co-sky);
}
#voice ul li p span {
	display: block;
	font: bold 0.5em / 1.2 var(--mincho);
	color: var(--co-black);
}
@media (max-width: 690px) {
	#voice ul li { width: calc((100% - 25px) / 2); }
}
@media (max-width: 450px) {
	#voice ul {
		flex-direction: column;
		gap: 25px;
	}
	#voice ul li {
		width: 100%;
		text-align: center;
	}
}

/*先輩社員の声　詳細*/
.voiceDetail section {
	padding: 30px 20px;
	background-color: var(--co-gray02);
	border-radius: 10px;
}
.voiceDetail h4 em {
	display: inline-block;
	margin-left: 1em;
	font: bold 0.5em / 1 var(--gothic);
}
.voiceDetail .voiFlex {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	gap: 40px;
}
.voiceDetail .voiFlex h5 {
	display: inline-block;
	margin-bottom: 0.5em;
	padding: 0.25em 0.5em 0.15em;
	background-color: var(--co-sky);
	border-radius: 999px;
	font: bold 1.25em / 1.2 var(--gothic);
	color: var(--co-white);
}
.voiceDetail .voiFlex dl + dl { margin-top: 1em; }
.voiceDetail .voiFlex dl dt {
	margin-bottom: 0.5em;
	font: bold 1.25em / 1.2 var(--gothic);
	color: var(--co-sky);
}
.voiceDetail .voiPho {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}
.voiceDetail .voiPho h5 { margin-top: 1em; }
.voiceDetail .voiTxt {
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
}
.voiceDetail .voiTxt h5:not(:first-of-type) { margin-top: 1em; }
@media (max-width: 800px) {
	.voiceDetail h4 em {
		display: block;
		margin-left: 0;
		margin-top: 0.25em;
	}
	.voiceDetail .voiFlex {
		flex-direction: column;
		gap: 20px;
	}
	.voiceDetail .voiPho {
		width: 100%;
		max-width: inherit;
		margin: 0 auto;
	}
	.voiceDetail .voiPho p { text-align: center; }
}

/*募集要項*/
#bannerBtn ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 100%;
}
#bannerBtn ul .Btn {
	width: 100%;
	max-width: inherit;
	margin: 0 auto;
}
@media (max-width: 600px) {
	#bannerBtn ul { flex-direction: column; }
}


/*------------新着情報---------------------------------------------------------------*/
.news { margin-top: 70px; }
.news span strong,
.news strong span,
.news strong { font-weight: bold; }
.news em span,
.news span em,
.news em { font-weight: bold; font-style: italic; }
.news del { text-decoration: line-through; }
.news sup { font-size: 0.625em; }
.news sub { font-size: 0.625em; }
.news .DayTxt {
	margin-bottom: 1em;
	font-weight: bold;
	color: var(--co-orange);
}
.news .newsBox {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	gap: 40px;
}
.news .Pho {
	width: 100%;
	max-width: 500px;
}
.news .Txt {
	width: 100%;
	max-width: 560px;
}
.news p + p,
.news p + .gallery { margin-top: 1em; }

ul.BtnList {
	display: flex;
	gap: 0 10px;
	margin-top: 1em;
}
ul.BtnList .Btn {
	width: inherit;
	max-width: inherit;
	border-radius: 0 999px 999px 0;
	margin: 0;
}
ul.BtnList .Btn a { padding: 0.25em 2em 0.25em 0.5em; }

@media (max-width: 979px) {
	.news .newsBox { display: block; }
	.news .Pho { margin: 0 auto; }
	.news .Txt { margin: 1em auto 0; }
}


/*------------NoCase---------------------------------------------------------------*/
.NoCase {
	margin: 1.5em 0;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-align: center;
	font: bold 2em / 1.2 var(--mincho);
	color: var(--co-red);
}


/*------------ページリンク共通(一覧)---------------------------------------------------------------*/
div.pagination {
	width: 100%;
	margin-top: 70px;
	text-align: center;
}
div.pagination ul {
	width: 100%;
	list-style: none;
	text-align: center;
}
div.pagination ul li { display: inline; }
div.pagination .page-numbers {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	background-color: var(--co-white);
	border: 1px solid var(--co-sky);
	line-height: 1.2;
	color: var(--co-sky);
}
div.pagination .page-numbers:hover {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	border: 1px solid var(--co-sky);
	background-color: var(--co-sky);
	text-decoration: none;
	line-height: 1.2;
	color: var(--co-white);
}
div.pagination span.page-numbers {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background-color: transparent;
	line-height: 1.2;
	font-weight: bold;
	color: var(--co-black);
}
div.pagination span.page-numbers:hover {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
	color: var(--co-black);
}


/*------------ページリンク共通(詳細)---------------------------------------------------------------*/
div.PageSend01 {
	width: 90%;
	max-width: 250px;
	margin: 50px auto 0;
}
div.PageSend01 ul {
	display: flex;
	gap: 60px;
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.PageSend01 ul li { width: calc(100% - 60px / 2); }
div.PageSend01 ul li a {
	display: block;
	padding: 0.5em 1em;
	background-color: var(--co-sky);
	text-align: center;
	font: bold 1em / 1 var(--gothic);
	color: var(--co-white);
}
div.PageSend01 ul li.PSBtn01 a {
	border-radius: 999px 0 0 999px;
}
div.PageSend01 ul li.PSBtn02 a {
	border-radius: 0 999px 999px 0;
}


/*------------404---------------------------------------------------------------*/
div#NoPage {
	padding: 40px 0;
	text-align: center;
	font-size: 2em;
}


/*------------記事内画像位置処理---------------------------------------------------------------*/
.alignleft {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
.alignright {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
}
.alignnone { clear: both; }


/*------------iframeにdivを追加する---------------------------------------------------------------*/
.movie {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.movieItem {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movieItem iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}