@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
a, a:link {
	color: #1f1e1e;
	text-decoration: none;
}
a:visited {
	color: #1f1e1e;
}
a:hover {
	color: #1f1e1e;
	opacity: 0.7;
}
a:active {
	color: #1f1e1e;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1140px;
	color: #1f1e1e;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
#container {
	text-align: left;
}
#main {
  overflow: hidden;
  width: 100%;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	display: flex;
	justify-content: flex-end;
	position: relative;
}
#gHeader h1 {
	position: absolute;
	top: 53px;
	left: 92px;
}
#gHeader h1 a:hover {
	opacity: 1;
}
#gHeader .hBox {
	width: 841px;
}
#gHeader .sdgs {
	width: 120px;
}
#gHeader .naviBox {
	padding-top: 20px;
	width: 610px;
}
#gHeader .linkBox {
	margin-bottom: 20px;
	align-items: center;
}
#gHeader .linkBox .tel {
	padding-left: 46px;
	display: inline-block;
	font-size: 2.6rem;
	background: url("../../assets/img/common/icon01.png") no-repeat left center;
}
#gHeader .link {
	width: 110px;
}
#gHeader .link a {
	padding: 11px 8px 12px;
	display: block;
	color: #fff;
	letter-spacing: 0;
	background-color: #bbb8b8;
	text-align: center;
	box-sizing: border-box;
    font-size: 1.6rem;
}
#gHeader .link2 a{
    background: none;
    border: 1px solid #00758e;
    box-sizing: border-box;
    color: #00758e;
    }
#gHeader #gNavi ul {
	display: flex;
	justify-content: flex-end;
}
#gHeader #gNavi ul li a {
	padding: 0 11px 0 12px;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#gHeader #gNavi ul li:last-of-type a {
	padding-right: 0;
}
#gHeader .btn {
	width: 191px;
}
#gHeader .btn a {
	padding: 28px 0 28px 9px;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-color: #00758e;
	text-align: center;
	box-sizing: border-box;
}
#gHeader .btn a img {
	margin: 2px 0 8px;
}
#gHeader .btn a span {
	display: block;
	font-size: 2.2rem;
	font-weight: 400;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 10px;
		display: block;
	}
	#gHeader h1 {
		position: static;
		width: 50px;
	}
	#gHeader .hBox {
		width: auto;
	}
	.menu {
		display: block;
		position: absolute;
		right: 0;
		top: 6px;
		width: 55px;
		height: 55px;
		z-index: 99;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		right: 18px;
		width: 30px;
		height: 2px;
		background-color: #00758e;
	}
	.menu span:nth-of-type(1) {
		top: 19px;
	}
	.menu span:nth-of-type(2) {
		top: 29px;
	}
	.menu span:nth-of-type(3) {
		top: 39px;
	}
	.menu.on span {
		background-color: #FFF;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	.menuBox {
		padding: 80px 10px;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0, 117, 142, 0.9);
		z-index: 51;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menuBox .menuNavi li {
		text-align: center;
	}
	.menuBox .menuNavi li a {
		padding: 10px;
		display: block;
		color: #FFF;
		font-size: 1.6rem;
		border-bottom: 1px solid #FFF;
	}
	.menuBox .menuNavi li:first-child a {
		border-top: 1px solid #FFF;
	}
	.menuBox .menuNavi .tel a span {
		padding-left: 30px;
		display: inline-block;
		background: url("../../assets/img/common/icon08.png") no-repeat left center / 22px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #262f3a;
}
#gFooter .content {
	padding: 77px 0 70px 20px;
	box-sizing: border-box;
}
#gFooter .fBox {
	width: 630px;
}
#gFooter .fLogo a:hover {
	opacity: 1;
}
#gFooter .subBox {
	margin-top: 45px;
	width: 377px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.81;
	letter-spacing: 0.075em;
}
#gFooter .subBox p {
	width: 240px;
}
#gFooter .subBox .fLink {
	margin-top: 7px;
}
#gFooter .subBox .fLink a {
	padding: 5px 0 8px;
	width: 80px;
	display: block;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
}
#gFooter .fMark {
	width: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#gFooter .fMark a img {
	width: auto;
	height: 60px;
}
#gFooter .fNavi {
	margin-top: -2px;
	width: 312px;
}
#gFooter .fNavi li {
	width: 155px;
	margin-bottom: 8px;
}
#gFooter .fNavi li:nth-of-type(2n) {
	width: 118px;
}
#gFooter .fNavi a {
	padding-left: 26px;
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.075em;
	background: url("../../assets/img/common/arrow01.png") no-repeat left center;
}
#gFooter .pageTop {
	position: fixed;
	bottom: 60px;
	right: 30px;
}
#gFooter .pageTop a {
	padding: 0 50px;
	display: block;
}
#gFooter .copyright {
	padding: 25px 50px 19px;
	color: #1e1e1e;
	font-size: 1.1rem;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.075em;
	background-color: #fff;
}
@media all and (max-width: 896px) {
	#gFooter .content {
		padding: 50px 0 0;
		display: block;
	}
	#gFooter .fBox {
		margin-bottom: 40px;
		width: auto;
		display: block;
		text-align: center;
	}
	#gFooter .subBox {
		margin-top: 20px;
		width: auto;
		display: block;
	}
	#gFooter .subBox p {
		width: auto;
	}
	#gFooter .subBox .fLink {
		margin-top: 15px;
	}
	#gFooter .subBox .fLink a {
		margin: 0 auto;
	}
	#gFooter .fMark {
		width: 65%;
		margin: 20px auto 0;
	}
	#gFooter .fMark a img {
		height: 100px;
	}
	#gFooter .fNavi {
		margin: 0 -15px;
		width: auto;
		border-bottom: 1px solid #FFF;
		border-top: 1px solid #FFF;
	}
	#gFooter .fNavi li {
		margin-bottom: -1px;
		width: 50% !important;
		box-sizing: border-box;
	}
	#gFooter .fNavi li:nth-child(2n-1) {
		border-right: 1px solid #FFF;
	}
	#gFooter .fNavi a {
		padding: 10px 5px;
		display: block;
		border-bottom: 1px solid #FFF;
		text-align: center;
		background-image: none;
	}
	#gFooter .pageTop {
		position: fixed;
		bottom: 10px;
		right: 0;
	}
	#gFooter .pageTop a {
		padding: 0 20px;
	}
	#gFooter .copyright {
		padding: 15px 25px 10px;
	}
}
@media all and (-ms-high-contrast:none) {
	.comContactBox .eamil a span {
		padding-top: 5px;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
.alata {
	font-family: 'Alata', sans-serif;
	font-weight: 400;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1100px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto;
	}
}
/*------------------------------------------------------------
	comlink
------------------------------------------------------------*/
.comLink {
	width: 280px;
}
.comLink a {
	padding: 22px 15px 24px;
	display: block;
	color: #FFF;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	background-color: #00758e;
	text-align: center;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.comLink {
		margin: 0 auto;
		width: auto;
		max-width: 240px;
	}
	.comLink a {
		padding: 11px 15px;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 18px;
	font-size: 4.5rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}
.headLine01 .en {
	margin-bottom: 17px;
	padding-left: 49px;
	display: block;
	font-size: 2.6rem;
	letter-spacing: 0.075em;
	background: url("../../assets/img/common/icon03.png") no-repeat left center;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2.3rem;
	}
	.headLine01 .en {
		margin-bottom: 8px;
		padding-left: 25px;
		font-size: 1.5rem;
		background-size: 18px 15px;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 49px;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
}
.headLine02 span {
	margin: 0 0 -8px 10px;
	display: block;
	font-size: 7rem;
	letter-spacing: 0.15em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 25px;
		font-size: 2rem;
	}
	.headLine02 span {
		margin: 0 0 5px;
		font-size: 3.5rem;
	}
}

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

	Sub(Lower)Page setting

===========================================================*/
.subVisual {
	padding: 80px 0 40px;
	height: auto;
	background: #e9f2f4;
}
.subVisual h2{
	text-align: center;
	font-size: 3.0rem;
	line-height: 130%;
	color: #262f3a;
  font-weight: bold;
}
.subVisual h2 span{
	display: block;
	font-size: 1.8rem;
	color: #00758e;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/*-------------------------------------------------------------------------------------------------
	896px
-------------------------------------------------------------------------------------------------*/

@media all and (max-width: 896px) {
	#container.subcontainer{background: none;}
	.subVisual {padding: 40px 0 20px;}
	.subVisual h2{font-size: 2.2rem;line-height: 130%;}
	.subVisual h2 span{font-size: 1.8rem;letter-spacing: 0.05em;}	
}

/* bread_crumb
--------------------------------------------------*/
.bread_crumb_list {
	padding:6px 0;
	width:100%;
	margin: auto;
	background: #e9f2f4;
	}
ol.bread_crumb {
	text-align:left;
	margin:0 auto;
	max-width:1100px;
	width: 96%;
	}
.bread_crumb li {
	display:inline;
	color:#333;
	font-size:1.2rem;
	font-weight:500;
	}
.bread_crumb .material-icons{vertical-align:-0.2em !important;}
.bread_crumb li:after {
    content : '>';
    padding-left:10px;
    margin-right:10px;
	}
.bread_crumb li:last-child:after {content : '';}
.bread_crumb li a {color:#333;text-decoration:underline;}
.bread_crumb li a:hover{text-decoration:none;}
.bread_crumb li.current {}


/*------------------------------------------------------------
	comContentBox
------------------------------------------------------------*/
.comContactBox {
	padding: 67px 0 65px;
	position: relative;
	background: #00758e;
  padding: 36px 0 40px
}
.comContactBox .content {
	max-width: 880px;
  padding: 0
}
.comContactBox .headLine02 {
	margin-bottom: 34px;
	font-size: 1.8rem;
}
.comContactBox .headLine02 span {
	margin: 0 0 5px 0;
	font-size: 5rem;
	letter-spacing: 0.075em;
}
.comContactBox .photoBox {
	width: 18%;
	position: absolute;
	bottom: 0;
	left: 4.25%;
}
.comContactBox ul {
	align-items: center;
}
.comContactBox li a {
	display: block;
	color: #fff;
}
.comContactBox .tel {
	margin-left: 31px;
}
.comContactBox .tel a {
	padding-left: 54px;
	font-size: 4.5rem;
	background: url("../../assets/img/common/icon08.png") no-repeat left center;
}
.comContactBox .eamil {
	width: 400px;
}
.comContactBox .eamil a {
	padding: 27px 9px 26px 0;
	text-align: center;
	background-color: #272f3a;
}
.comContactBox .eamil a span {
	padding-left: 47px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: url("../../assets/img/common/icon09.png") no-repeat left center;
}
@media all and (max-width: 896px) {
	.comContactBox {
		padding: 35px 0 45px;
	}
	.comContactBox .headLine02 {
		margin-bottom: 25px;
		font-size: 1.4rem;
	}
	.comContactBox .headLine02 span {
		font-size: 2.5rem;
	}
	.comContactBox ul {
		display: block;
	}
	.comContactBox .tel {
		margin: 0 0 15px;
		width: auto;
		text-align: center;
	}
	.comContactBox .tel a {
		padding-left: 40px;
		display: inline-block;
		font-size: 2.8rem;
		background-size: 32px;
	}
	.comContactBox .eamil {
		width: auto;
	}
	.comContactBox .eamil a {
		margin: 0 auto;
		padding: 14px 4px 13px 0;
		max-width: 400px;
		font-size: 1.6rem;
	}
	.comContactBox .photoBox {
		width: 35%;
		max-width: 112px;
		left: 50%;
		transform: translateX(-50%);
	}
}

/* お知らせ
--------------------------------------------------*/
.p-archive {
  position: relative;
  padding: 6rem 0;
}
.p-archive .blog-card-category {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.p-archive .blog-card-category .category-btn {
  width: 12rem;
  padding: 0.8rem 0;
  border: 2px solid #357F98;
  color: #357F98;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  transition: 0.4s;
}
.p-archive .blog-card-category .category-btn:hover,
.p-archive .blog-card-category .category-btn.active {
  background: #357F98;
  color: #fff;
  opacity: 1;
}
.p-archive .blog-card-list,
.p-related-article .blog-card-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6rem;
}
.p-archive .blog-card-list .news-item,
.p-related-article .blog-card-list .news-item {
  position: relative;
  display: block;
  width: 31.6%;
  margin-right: 2.8rem;
  margin-bottom: 2rem;
}
.p-archive .blog-card-list .news-item:nth-child(3n),
.p-related-article .blog-card-list .news-item:nth-child(3n) {
  margin-right: 0;
}
.p-archive .blog-card-list .news-item .thumb,
.p-related-article .blog-card-list .news-item .thumb {
  margin-bottom: 1rem;
}
.p-archive .blog-card-list .news-item .thumb img,
.p-related-article .blog-card-list .news-item .thumb img {
  width: 100%;
  height: auto;
}
.p-archive .blog-card-list .news-item .blog-content .content_sub,
.p-related-article .blog-card-list .news-item .blog-content .content_sub {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.p-archive .blog-card-list .news-item .blog-content .date,
.p-related-article .blog-card-list .news-item .blog-content .date {
  margin-right: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}
.p-archive .blog-card-list .news-item .blog-content .title,
.p-related-article .blog-card-list .news-item .blog-content .title {
  position: relative;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  font-weight: bold;
  font-size: 1.8rem;
}
.p-archive .blog-card-list .news-item .blog-content .label,
.p-related-article .blog-card-list .news-item .blog-content .label {
  width: max-content;
  padding: 0.4rem 1.6rem;
  background-color: #357F98;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}
.wp-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagination .wp-pagenavi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagination .wp-pagenavi .pages {
  width: 15rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  border: 1px solid #8B8C8C;
  display: none;
  justify-content: center;
  align-items: center;
  color: #8B8C8C;
  order: 1;
  margin-left: 1.5rem;
}
.wp-pagination .wp-pagenavi .current {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #357F98;
  border-color: #357F98;
  color: #FFFFFF;
}
.wp-pagination .wp-pagenavi .larger {
  border-color: #357F98;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  color: #357F98;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagination .wp-pagenavi .current + .larger {
  margin-left: 2.5rem;
}
.wp-pagination .wp-pagenavi .previouspostslink,
.wp-pagination .wp-pagenavi .nextpostslink {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #357F98;
  background-color: #357F98;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.wp-pagination .wp-pagenavi .nextpostslink {
  margin-left: 2rem;
}
@media only screen and (max-width: 640px) {
  .p-archive .blog-card-category {
    max-width: 48rem;
    margin: 0 auto 4rem;
  }
  .p-archive .blog-card-category .category-btn {
    width: 10rem;
    padding: 0.2rem 0;
    font-size: 1.4rem;
  }
  .p-archive .blog-card-list .news-item,
  .p-related-article .blog-card-list .news-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .p-archive .blog-card-list .news-item .content .date,
  .p-related-article .blog-card-list .news-item .blog-content .date {
    font-size: 1.4rem;
  }
  .p-archive .blog-card-list .news-item .content .title,
  .p-related-article .blog-card-list .news-item .blog-content .title {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .p-archive .blog-card-list .news-item .content .label,
  .p-related-article .blog-card-list .news-item .blog-content .label {
    padding: 0.6rem 1.2rem;
    line-height: 1;
    font-size: 1.6rem;
  }
}

.p-single {
  padding: 8rem 0 4rem;
}
.p-single .single-meta {
  margin-bottom: 3rem;
}
.p-single .single-meta .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-single .single-meta .wrap .date {
  font-weight: bold;
  font-size: 1.4rem;
  color: #357F98;
}
.p-single .single-meta .wrap .label {
  width: max-content;
  padding: 0.6rem 2rem;
  border: 2px solid #357F98;
  color: #357F98;
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  transition: 0.4s;
}
.p-single .single-meta .title {
  position: relative;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 3px solid #357F98;
}
.p-single .single-swiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}
.p-single .single-swiper .swiper-main {
  position: relative;
}
.p-single .single-swiper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.6rem;
}
.p-single .single-swiper .swiper-slide .thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-single .single-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-single .single-swiper .swiper-button {
  position: relative;
  width: 100%;
  max-width: 14rem;
  margin: 0 auto;
  padding: 5rem;
}
.p-single .single-swiper .swiper-button .swiper-button-prev,
.p-single .single-swiper .swiper-button .swiper-button-next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #357F98;
}
.p-single .single-swiper .swiper-button .swiper-button-prev::after,
.p-single .single-swiper .swiper-button .swiper-button-next::after {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.single-content {
  margin-bottom: 5rem;
  text-align: left;
  font-size: 1.6rem;
}
.p-single .single-control .link-btn {
  display: block;
  width: 30rem;
  margin: 0 auto;
  padding: 2rem;
  background: #2D3642;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-related-article {
  width: 100%;
  padding: 5rem 0;
}
.p-related-article .blog-card-list {
  margin-bottom: 0rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-swiper .swiper-button {
    max-width: 20rem;
  }
  .p-single .single-swiper .swiper-button .swiper-button-prev,
  .p-single .single-swiper .swiper-button .swiper-button-next {
    width: 6rem;
    height: 6rem;
    transform: translateY(5px);
  }
  .p-single .single-control .link-btn {
    width: 24rem;
    font-size: 1.4rem;
  }
  .p-related-article {
    padding: 2rem 0 3rem;
  }
}