@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap');
@import url("css/overwrite.css");
/*------------------------------------------------------------
Theme Name: t-venture
Theme URI: null
Description: Description
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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%;
}
@media all and (min-width: 1025px) and (max-width: 1919px) {
	html {
		font-size: 0.52vw;
	}
}
@media all and (max-width: 389px){
	html {
		font-size: 60%;
	}
}
body, table, input, textarea, select, option {
	font-family: 'Zen Kaku Gothic Antique', 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;
}
a,
a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	color: #222222;
}
a:hover {
	color: #222222;
}
a:active {
	color: #222222;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #222222;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	word-break: normal;
	word-wrap: break-word;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
p {
	line-height: 2;
}
#container {
	text-align: left;
	overflow: hidden;
	position: relative;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.noLink {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1025px) {
	.sp,
	.sp02 {
		display: none !important;
	}
	#container {
		padding-top: 10rem;
	}
}
@media all and (min-width: 600px) and (max-width: 1024px) {
	.sp02 {
		display: none !important;
	}
}
@media all and (max-width: 1024px) {
	body {
		min-width: inherit;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 51px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	height: 10rem;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
}
#gHeader.fix {
	position: fixed;
	animation: headershow .5s forwards;
}
@keyframes headershow {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

#gHeader .hBox {
	padding: 2.7rem 3.4rem 2.6rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#gHeader .logo {
	flex-shrink: 0;
}
#gHeader .logo img {
	width: 19.5rem;
}
#gHeader .comBtn {
	flex-shrink: 0;
}
#gHeader .naviUl {
	margin-top: 1.2rem;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: flex;
	flex-wrap: wrap;
}
#gHeader .naviUl li {
	margin-right: 5rem;
	position: relative;
}
#gHeader .naviUl li:last-child {
	margin-right: 0;
}
#gHeader .naviUl .line::after {
	width: 1px;
	height: 2rem;
	position: absolute;
	top: -1px;
	right: -2.5rem;
	background-color: #CCCCCC;
	content: "";
}
#gHeader .menu {
	width: 30px;
	position: absolute;
	top: 12px;
	right: 23px;
	cursor: pointer;
}
@media all and (min-width: 1025px) and (max-width: 1700px) {
	#gHeader .comBtn a {
		width: 19rem;
	}
	#gHeader .naviUl li {
		margin-right: 4rem;
	}
	#gHeader .naviUl .line::after {
	    right: -2rem;
	}
}
@media all and (max-width: 1024px) {
	#gHeader .hBox {
		padding: 13px 12px 9px;
	}
	#gHeader .logo img {
		width: 118px;
	}
	#gHeader {
		height: 51px;
		position: fixed;
	}
}
@media all and (min-width: 600px) {
	#gHeader .naviUl a:hover {
		color: #005DAB;
	}
}



/* menuBox */
@media all and (min-width: 1025px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #005DAB;
	z-index: 1000;
	display: none;
}
.menuBox .close {
	width: 30px;
	position: absolute;
	top: 12px;
	right: 23px;
	cursor: pointer;
}
.menuBox .logo {
	padding: 13px 12px;
}
.menuBox .naviUl a {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.menuBox .naviUl > li {
	border-bottom: 1px solid #CCCCCC;
}
.menuBox .naviUl > li:last-child {
	border-bottom: none;
}
.menuBox .naviUl > li > a {
	padding: 21px 10px 21px;
	display: block;
}
.menuBox .innerBox {
	padding: 52px 82px;
}
.menuBox .naviUl .innerUl {
	padding: 1px 10px 18px;
	display: flex;
	justify-content: space-between;
	line-height: 1;
}
.menuBox .naviUl .innerUl > li {
	width: calc(50% - 11px);
}
.menuBox .naviUl .innerUl a {
	color: #CCCCCC;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: top;
}
.menuBox .naviUl .innerUl ul li {
	margin-bottom: 15px;
}
@media all and (max-width: 599px) {
	.menuBox .naviUl .innerUl {
		display: block;
	}
	.menuBox .naviUl .innerUl > li {
		width: auto;
	}
	.menuBox .innerBox {
		padding: 13px 48px;
	}
	.menuBox .naviUl .innerUl {
		padding-bottom: 19px;
	}
}
@media all and (max-width: 389px) {
	.menuBox .innerBox {
		padding: 13px 20px;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 15rem 0 3.6rem;
	margin-top: 7.2rem;
	border-top: 1px solid #CCCCCC;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 109.8rem;
}
#gFooter .fNavi {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#gFooter .fNavi > li {
	margin-right: 5.8rem;
	min-width: 22.8rem;
}
#gFooter .fNavi > li:first-child {
	min-width: 25.2rem;
}
#gFooter .fNavi > li:nth-child(3) {
	min-width: 27rem;
}
#gFooter .fNavi > li:last-child {
	margin-right: 0;
	min-width: auto;
}
#gFooter .fNavi .innerUl li {
	margin-bottom: 2.3rem;
}
#gFooter .fNavi .innerUl li:last-child {
	margin-bottom: 0;
}
#gFooter .fNavi .innerUl ul a {
	color: #747474;
	font-size: 1.2rem;
}
#gFooter .fNavi .innerUl ul {
	margin-top: 1.2rem;
}
#gFooter .fNavi .innerUl ul li {
	margin-bottom: 0.4rem;
}
#gFooter .fNavi .innerUl ul li:last-child {
	margin-bottom: 0;
}
#gFooter .copyrigth {
	margin: 18rem 4.3rem 0;
	font-style: normal;
	font-size: 0.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
@media all and (min-width: 1025px) and (max-width: 1700px) {
	#gFooter .fBox {
	    max-width: 134rem;
	}
}
@media all and (min-width: 600px) {
	#gFooter .fNavi a:hover {
		color: #005DAB !important;
	}
}
@media all and (max-width: 1024px) {
	#gFooter {
		padding: 80px 0 22px;
		margin-top: 0;
	}
	#gFooter .fBox {
		padding: 0 106px;
	}
	#gFooter .fNavi {
		margin-top: -23px;
		justify-content: space-between;
	}
	#gFooter .fNavi > li {
		margin: 23px 0 0 0 !important;
		min-width: 0 !important;
		width: calc(50% - 35px);
	}
	#gFooter .fNavi .innerUl + .innerUl {
		margin-top: 40px;
	}
	#gFooter .copyrigth {
		margin: 74px 21px 0;
		font-style: normal;
		font-size: 0.8rem;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
}
@media all and (max-width: 599px) {
	#gFooter .fBox {
		padding: 0 58px;
	}
	#gFooter .fNavi > li {
		width: auto;
		margin: 0 0 40px 0 !important;
	}
	#gFooter .fNavi {
		margin-top: 0;
		display: block;
	}
	#gFooter {
		padding: 79px 0 115px;
	}
	#gFooter .fNavi > li:first-child {
		margin-bottom: 23px !important;
	}
	#gFooter .copyrigth {
		margin: 91px 21px 0;
		text-align: center;
	}
}
@media all and (max-width: 389px) {
	#gFooter .fBox {
		padding: 0 30px;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 599px) {
}


/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media all and (max-width: 599px) {
}



/* comBtn */
.comBtn a {
	width: 16.3rem;
	height: 4.4rem;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	border-radius: 0.5rem;
	background: #005dab;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comBtn a span {
	padding: 0 1.1rem 1px 1.9rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.comBtn a span::after {
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(img/common/icon06.png) no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 600px) {
	.comBtn a:hover {
		background-color: #111;
	}
}

/* comBtn02 */
.comBtn02 {
	margin-top: 6.8rem;
	display: flex;
}
.comBtn02 a {
	margin: 0 auto;
	min-width: 30.6rem;
	height: 7.1rem;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	border-radius: 1rem;
	background: #005dab;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	padding: 0 6rem;
}
.comBtn02 a::before {
	margin-top: -0.2rem;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	left: 2.6rem;
	transform: translateY(-50%);
	background: url(img/common/icon03.png) no-repeat left top / 100% 100%;
	content: "";
}
.comBtn02.map a::before {
	margin-top: -0.2rem;
	height: 2.5rem;
	background-image: url(img/common/icon09.png);
}
@media all and (min-width: 600px) {
	.comBtn02 a:hover {
		background-color: #111;
	}
}
@media all and (max-width: 1024px) {
	.comBtn02 {
		margin-top: 71px;
		display: block;
	}
	.comBtn02 a {
		font-size: 1.6rem;
		width: 100%;
		min-width: 0;
		max-width: 30.6rem;
	}
}
@media all and (max-width: 599px) {
	.comBtn02 {
		margin-top: 40px;
	}
}
@media all and (max-width: 389px) {
	.comBtn02 a {
		font-size: 1.4rem;
	}
}

/* pageVisual */
.pageVisual {
	margin-bottom: 104px;
	padding: 0 3.4rem;
	position: relative;
}
.pageVisual .bg {
	height: 32.9rem;
	background: url(img/common/page_bg.jpg) no-repeat center center / cover;
}
.pageVisual .title {
	margin-top: 1px;
	width: 100%;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.428;
	transform: translateY(-50%);
}
@media all and (max-width: 1024px) {
	.pageVisual {
		margin-bottom: 84px;
		padding: 0;
	}
	.pageVisual .bg {
		height: 154px;
	}
	.pageVisual .title {
		font-size: 1.8rem;
	}
}
@media all and (max-width: 599px) {
	.pageVisual .bg {
		height: 117px;
	}
	.pageVisual {
		margin-bottom: 56px;
	}
}

/* content */
.content {
	margin: 0 auto;
	max-width: 120rem;
	
}
.content.wid {
	max-width: 135rem;
}
@media all and (max-width: 1024px) {
	.content {
		padding: 0;
		margin: 0 61px;
	}
}
@media all and (max-width: 599px) {
	.content {
		margin: 0 25px;
	}
}

/* comSlide */
.comSlide {
	margin: 0 auto 9.4rem;
	padding: 0 3rem;
	max-width: 149rem;
	position: relative;
	box-sizing: border-box;
}
.comSlide .arrowUl li {
	margin-top: -1.7rem;
	width: 2.7rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
.comSlide .arrowUl .next {
	left: auto;
	right: 0;
}
.comSlide .slideUl a {
	display: block;
}
.comSlide .slideUl .subBox a {
	margin: 0 auto;
	padding-right: 3.4rem;
	width: 100%;
	max-width: 107.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.comSlide .slideUl .photo {
	width: 58.4rem;
	order: 3;
}
.comSlide .slideUl .photo img {
	width: 100%;
}
.comSlide .slideUl .leftBox {
	margin: 0 1.5rem 2.1rem 0;
	flex: 1;
}
.comSlide .slideUl .title {
	margin-bottom: 2.6rem;
	font-size: 2.8rem;
	line-height: 1.78;
	font-weight: bold;
}
.comSlide .slideUl .innerBox {
	max-width: 40rem;
}
.comSlide .slideUl .comLable {
	margin-left: 0.3rem;
}
.comSlide .slick-dots {
	margin-top: 59px;
	width: 100%;
	font-size: 0;
	line-height: 1;
	text-align: center;
}
.comSlide .slick-dots li {
	margin: 0 6px;
	width: 40px;
	height: 3px;
	display: inline-block;
	vertical-align: top;
	background-color: #CCCCCC;
	cursor: pointer;
}
.comSlide .slick-dots button {
	display: none;
}
.comSlide .slick-dots .slick-active {
	background-color: #005DAB !important;
}
@media all and (min-width: 600px) {
	.comSlide .slideUl a:hover {
		opacity: 0.7;
	}
	.comSlide .arrowUl li:hover {
		opacity: 0.7;
	}
	.comSlide .slick-dots li:hover {
		background-color: #005DAB !important;
	}
}
@media all and (max-width: 1024px) {
	.comSlide {
		margin: 0 auto 83px;
		padding: 0 74px;
		max-width: 768px;
	}
	.comSlide .slideUl .photo {
		width: 44.64%;
	}
	.comSlide .slideUl .leftBox {
		margin: 5px 15px 0 0;
	}
	.comSlide .slideUl .title {
		font-size: 2.2rem;
		line-height: 1.76;
	}
	.comSlide .slideUl .subBox a {
		padding-right: 8px;
	}
	.comSlide .slideUl .comLable {
		font-size: 1rem;
	}
	.comSlide .slideUl .comLable {
		margin: -30px 0 0 1px;
	}
	.comSlide .slideUl .comLable span,
	.comSlide .slideUl .comLable a {
		margin: 1.7rem 9px 0 0;
		padding: 7px 10px 7px;
	}
}
@media all and (max-width: 599px) {
	.comSlide .slideUl .subBox a {
		padding-right: 0;
		display: block;
	}
	.comSlide .slideUl .photo {
		margin: 0 4px 24px;
		width: auto;
	}
	.comSlide {
		margin-bottom: 51px;
		padding: 0;
	}
	.comSlide .slick-list li {
		padding: 0 54px;
		box-sizing: border-box;
	}
	.comSlide .slideUl .title {
		text-align: center;
	}
	.comSlide .slideUl .innerBox {
		max-width: inherit;
	}
	.comSlide .slideUl .leftBox {
		margin: 0 -30px;
	}
	.comSlide .slideUl .title {
		font-size: 2rem;
		line-height: 1.95;
	}
	.comSlide .slideUl .comLable {
		margin: -18px 0 0 1px;
		text-align: center;
	}
	.comSlide .slick-dots {
		margin-top: 77px;
	}
}
@media all and (max-width: 389px) {
	.comSlide .slick-list li {
		padding: 0 30px;
	}
}

/* comLable */
.comLable {
	margin-top: -1.1rem;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
}
.comLable span,
.comLable a {
	margin: 1.1rem 1.1rem 0 0;
	padding: 0.7rem 1rem 0.8rem;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	border-radius: 0.5rem;
	background: #005dab;
}
@media all and (min-width: 600px) {
	.comLable a:hover {
		background-color: #222;
	}
}
@media all and (max-width: 1024px) {
	.comLable span,
	.comLable a {
		margin: 14px 11px 0 0;
		letter-spacing: 0;
	}
	.comLable {
		margin-top: -14px;
	}
}
@media all and (max-width: 599px) {
	.comLable span,
	.comLable a {
		margin: 8px 8px 0 0;
	}
	.comLable {
		margin-top: -8px;
	}
}

/* comList */
.comList {
	margin: -7.6rem -1.5rem 0;
	display: flex;
	flex-wrap: wrap;
}
.comList li {
	margin-top: 7.6rem;
	padding: 0 1.5rem;
	width: 25%;
	box-sizing: border-box;
}
.comList.row2 li {
	width: 50%;
}
.comList a {
	font-weight: bold;
	display: block;
}
.comList .comLable a {
	display: inline-block !important;
}
.comList .pho {
	margin-bottom: 1.9rem;
}
.comList .pho a {
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid #ccc;
	-webkit-backface-visibility: hidden; 
	-webkit-transform-style: preserve-3d;
}
.comList .pho .img {
	padding-bottom: 80%;
	background: url(img/common/img01.jpg) no-repeat center center / cover;
	-webkit-transition: .3s;
	transition: .3s;
}
.comList .comLable {
	margin-top: 1rem;
}
.comList .comLink a,
.comList .comLink span {
	line-height: 1.3 !important;
	letter-spacing: 0.05em;
}
@media all and (min-width: 600px) {
	.comList .pho a:hover .img {
		transform: scale(1.1);
	}
	.comList .ttl a:hover {
		color: #005DAB;
	}
}
@media all and (max-width: 1024px) {
	.comList {margin: -51px -20px 0;
		letter-spacing: -0.05em;
	}
	.comList li {
		margin-top: 51px;
		padding: 0 20px;
		width: 50%;
	}
	.comList .comLable {
		margin-top: 9px;
	}
}
@media all and (max-width: 599px) {
	.comList li {
		margin: 0 0 51px;
		padding: 0;
		width: auto;
	}
	.comList {
		margin: 0;
		display: block;
	}
	.comList .comLable {
		margin-top: 13px;
	}
	.comList.row2 li {
		width: auto;
	}
}

/* comList02 */
.comList02 {
	margin: -7.9rem -2rem 0;
}
.comList02 li {
	margin-top: 7.9rem;
	padding: 0 2rem;
}
.comList02 .pho {
	margin-bottom: 1.5rem;
}
.comList02 .pho a {
	border-radius: 0.8rem;
}
.comList02 .pho .img{
	padding-bottom: 50.7%;
	background-image: url(img/common/img03.jpg);
}
.comList02 .ttl {
	letter-spacing: -0.05em;
}
.comList02 .comLink {
	margin-top: 1.3rem;
}
@media all and (max-width: 1024px) {
	.comList02 li {
		margin-top: 4.2rem;
	}
	.comList02 {
		margin-top: -4.2rem;
	}
}
@media all and (max-width: 599px) {
	.comList02 {
		margin-top: 0;
	}
	.comList02 li {
		margin: 0 0 43px;
	}
	.comList02 li:last-child {
		margin-bottom: 0;
	}
	.comList02 .pho .img {
		padding-bottom: 49.6%;
	}
	.comList02 .pho {
		margin-bottom: 1.6rem;
	}
}

/* wp-pagenavi */
.wp-pagenavi {
	margin-top: 9.1rem;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.5rem;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 0.5rem;
	margin: 0 0.5rem;
	min-width: 3.8rem;
	min-height: 3.8rem;
	border-radius: 1rem;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.wp-pagenavi span.current {
	border-color: #005DAB;
	color: #fff;
	background-color: #005DAB;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend {
	margin: 0.4rem 2rem 0;
	padding: 0;
	min-width: 0;
	min-height: 0;
	font-size: 1.4rem;
	position: relative;
	border-radius: 0;
	border: none;
	background: transparent !important;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin-top: 0.8rem;
	padding: 0 0.8rem;
}
.wp-pagenavi .previouspostslink {
	padding-left: 18px;
}
.wp-pagenavi .nextpostslink {
	padding-right: 18px;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
	margin-top: 1px;
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	top: 50%;
	left: 0;
	background: url(img/common/icon01.png) no-repeat left top / 100% 100%;
	content: "";
	transform: translateY(-50%);
}
.wp-pagenavi .nextpostslink::before {
	left: auto;
	right: 0;
	background-image: url(img/common/icon02.png);
}
@media all and (min-width: 600px) {
	.wp-pagenavi a:hover {
		border-color: #111;
		color: #fff;
		background-color: #111;
	}
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover {
		color: #005DAB;
	}
}
@media all and (max-width: 1024px) {
	.wp-pagenavi {
		margin-top: 104px;
	}
}
@media all and (max-width: 599px) {
	.wp-pagenavi {
		margin: 0 -30px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		margin-top: 0;
		padding: 0;
		width: 18px;
		overflow: hidden;
		text-indent: 999px;
		white-space: nowrap;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		margin: 0 7px;
		min-height: 38px;
	}
	.wp-pagenavi .extend {
		margin: 4px 18px 0;
	}
	.wp-pagenavi {
		margin-top: 72px;
	}
	
}


/* #pagePath */
#pagePath {
	margin-top: 13.9rem;
}
.comOther + #pagePath {
	margin-top: 154px;
}
#pagePath ul {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	font-size: 1rem;
	font-weight: bold;
}
#pagePath ul img {
	margin: -0.2rem 0.7rem 0 0;
	width: 1.8rem;
	display: inline-block;
	vertical-align: middle;
}
#pagePath ul li {
	margin-right: 2.4rem;
	position: relative;
}
#pagePath ul li:last-child {
	margin-right: 0;
}
#pagePath ul li::after {
	width: 1px;
	height: 1.2rem;
	position: absolute;
	top: 0.4rem;
	right: -1.3rem;
	background-color: #CCCCCC;
	transform: rotate(44deg);
	content: "";
}
#pagePath ul li:last-child::after {
	display: none;
}
#pagePath ul li:first-child {
	margin-top: -0.2rem;
}
#pagePath ul li:first-child a {
	color: #005DAB;
	font-size: 1.2rem;
}
@media all and (min-width: 600px) {
	#pagePath ul a:hover {
		color: #005DAB;
	}
	#pagePath ul li:first-child a:hover {
		color: #111;
	}
}
@media all and (max-width: 1024px) {
	#pagePath {
		margin-top: 98px;
	}
	.comOther + #pagePath {
		margin-top: 92px;
	}
}
@media all and (max-width: 599px) {
	#pagePath {
		margin-top: 72px;
	}
	.comOther + #pagePath {
		margin-top: 62px;
	}
}


/* comPageBox */
.comPageBox {
	margin-top: 14.1rem;
}
.comPageBox .pageUl {
	margin: 0 -3px;
	display: flex;
	flex-wrap: wrap;
}
.comPageBox .pageUl li {
	padding: 12.6rem 2rem 20.2rem;
	width: 33.33%;
	box-sizing: border-box;
	background: #E7ECF2;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	position: relative;
}
.comPageBox .pageUl li::after {
	width: 9.2rem;
	height: 2.7rem;
	position: absolute;
	left: 50%;
	bottom: 10.3rem;
	transform: translateX(-50%);
	background: url(img/common/arrow.png) no-repeat left top / 100% 100%;
	content: "";
	-webkit-transition: .3s;
	transition: .3s;
}
.comPageBox .title {
	margin-bottom: 4.9rem;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
}
.comPageBox .title .size {
	margin-top: 22px;
	color: #626262;
	display: block;
	font-size: 1.4rem;
}
.comPageBox .comLable {
	margin: 0 auto;
	max-width: 46.8rem;
}
.comPageBox .comLable a {
	background-color: #fff;
	color: #005DAB;
}
@media all and (min-width: 600px) {
	.comPageBox .comLable a:hover {
		background-color: #005DAB;
		color: #fff;
		opacity: 1 !important;
	}
	.comPageBox .pageUl li:hover::after {
		transform: translate(-50%,2rem);
	}
}
@media all and (max-width: 1024px) {
	.comPageBox {
		margin-top: 96px;
	}
	.comPageBox .pageUl {
		display: block;
	}
	.comPageBox .pageUl li {
		padding: 83px 20px 178px;
		width: auto;
		border-left: none;
		border-bottom: 12px solid #fff;
		border-right: 0;
	}
	.comPageBox .pageUl li:last-child {
		border-bottom: none;
	}
	.comPageBox .comLable {
		max-width: 61.8rem;
		font-size: 0.9rem;
	}
	.comPageBox .title {
		margin-bottom: 32px;
		font-size: 2rem;
	}
	.comPageBox .title .size {
		margin-top: 22px;
		font-size: 1rem;
	}
	.comPageBox .comLable a {
		padding: 7px 10px 8px;
	}
	.comPageBox .pageUl li::after {
		bottom: 79px;
	}
}
@media all and (max-width: 599px) {
	.comPageBox {
		margin-top: 65px;
	}
	.comPageBox .pageUl li {
		padding: 83px 63px 159px;
		border-bottom: 11px solid #fff;
	}
	.comPageBox .title {
		margin-bottom: 36px;
	}
}
@media all and (max-width: 389px) {
	.comPageBox .pageUl li {
		padding: 83px 30px 159px;
	}
}


/* comPageBox02 */
.comPageBox02 {
	margin-top: 12.3rem;
}
.comPageBox02 .pageUl {
	display: flex;
	justify-content: space-between;
}
.comPageBox02 .pageUl li {
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid #CCCCCC;
}
.comPageBox02 .pageUl li:last-child {
	border-right: none;
}
.comPageBox02 .pageUl a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32.9rem;
	font-size: 1.9rem;
	font-weight: bold;
}
.comPageBox02 .inner .photo {
	margin: 0 4.4rem 0 -7.1rem;
	width: 11.5rem;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: .3s;
	transition: .3s;
}
.comPageBox02 .inner .txt {
	padding: 0 3.8rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.comPageBox02 .inner .txt::after {
	width: 2.1rem;
	height: 2.1rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(img/common/icon05.png) no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 600px) {
	.comPageBox02 .pageUl a:hover {
		color: #005DAB;
	}
	.comPageBox02 a:hover .inner .photo {
		transform: scale(1.1);
	}
}
@media all and (max-width: 1024px) {
	.comPageBox02 .pageUl {
		display: block;
	}
	.comPageBox02 .pageUl li {
		width: auto;
		border-right: none;
		border-bottom: 1px solid #CCCCCC;
	}
	.comPageBox02 .pageUl li:last-child {
		border-bottom: none;
	}
	.comPageBox02 .pageUl a {
		height: 266px;
	}
	.comPageBox02 {
		margin-top: 0;
	}
	.comPageBox02 .inner {
		margin: 0 auto;
		padding-right: 21px;
		width: 580px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
	}
	.comPageBox02 .inner .photo {
		width: 116px;
		margin: 0 44px 0 0;
	}
	.comPageBox02 .inner .txt {
		padding: 0 33px;
		flex: 1;
		text-align: right;
	}
}
@media all and (max-width: 599px) {
	.comPageBox02 .inner {
		display: block;
	}
	.comPageBox02 .inner .photo {
		width: 105px;
		margin: 0 auto 35px;
		display: block;
	}
	.comPageBox02 .inner .txt {
		padding: 0 26px 0 2px;
		text-align: center;
	}
	.comPageBox02 .inner {
		padding-right: 0;
		width: auto;
	}
	.comPageBox02 .pageUl a {
		height: 354px;
		font-size: 1.6rem;
		box-sizing: border-box;
		padding-top: 6px;
	}
	.comPageBox02 .inner .txt::after {
		width: 15px;
		height: 15px;
	}
	.comPageBox02 .pageUl li:last-child a {
		padding-top: 0;
		height: 330px;
	}
	.comPageBox02 .pageUl li:last-child .photo {
		width: 98px;
		margin-bottom: 30px;
	}
}


/* headLine01 */
.headLine01 {
	font-size: 2.8rem;
	line-height: 1.78;
	text-align: center;
}
.headLine01.left {
	text-align: left;
}
@media all and (max-width: 1024px) {
	.headLine01 {
		font-size: 2rem;
	}
}
@media all and (max-width: 599px) {
	.headLine01 {
		line-height: 1.74;
	}
}

/* detailBox */
.detailBox {
	padding-top: 4.6rem;
}
.detailBox .titleBox {
	margin-bottom: 95px;
}
.detailBox .titleBox .time {
	margin-top: 20px;
	color: #005DAB;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
}
.detailBox .comImgBox02 {
	margin-top: 133px;
}
.detailBox .comImgBox {
	align-items: flex-start;
}
.detailBox .comImgBox .textBox {
	margin-top: 0;
}
.detailBox .comImgBox .textBox strong {
	font-weight: bold;
}
@media all and (max-width: 1024px) {
	.detailBox {
		padding-top: 7px;
	}
	.detailBox .titleBox .time {
		margin-top: 24px;
		font-size: 1.8rem;
	}
	.detailBox .titleBox {
		margin-bottom: 38px;
	}
	.detailBox .comImgBox02 {
		margin-top: 69px;
	}
}
@media all and (max-width: 599px) {
	.detailBox {
		padding-top: 0;
		margin-top: -14px;
	}
	.detailBox .titleBox .time {
		margin-top: 4px;
		font-size: 1.6rem;
	}
	.detailBox .titleBox {
		margin-bottom: 40px;
	}
	.detailBox .comImgBox02 {
		margin-top: 77px;
	}
}

/* comImgBox */
.comImgBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comImgBox .leftBox {
	width: 37.9%;
	flex-shrink: 0;
}
.comImgBox .photo img {
	width: 100%;
}
.comImgBox .textBox {
	margin: -2rem 0 0 10.4rem;
	flex: 1;
	color: #747474;
	font-weight: bold;
	font-size: 1.5rem;
}
.comImgBox .textBox p {
	margin-bottom: 3.2rem;
	line-height: 2;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
}
.comImgBox .textBox .line {
	line-height: 6rem;
	background: url(img/common/line.png) repeat left top / auto 6rem;
}
.comImgBox .textBox p:last-child {
	margin-bottom: 0;
}
.comImgBox .textBox p::before {
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.comImgBox * + .comLable {
	  margin-top: 3.5rem;
}
.comImgBox.noImgBox .textBox {
	margin: 0;
}
.comImgBox.noImgBox .textBox p {
	text-align: center;
}
@media all and (max-width: 1024px) {
	.comImgBox {
		display: block;
	}
	.comImgBox .leftBox {
		width: 68%;
		margin: 0 auto 48px;
	}
	.comImgBox .textBox {
		margin: 0 15px;
		font-size: 1.5rem;
	}
	.comImgBox * + .comLable {
		margin-top: 18px;
	}
	.comImgBox .comLable {
		text-align: center;
	}
	.comImgBox .textBox p {
		margin-bottom: 17px;
	}
}
@media all and (max-width: 599px) {
	.comImgBox .leftBox {
		width: auto;
		margin: 0 auto 29px;
	}
	.comImgBox .textBox {
		margin: 0;
		font-size: 1.4rem;
	}
	.comImgBox * + .comLable {
		margin-top: 20px;
	}
	.comImgBox .comLable {
		font-size: 1rem;
	}
	.comImgBox .comLable a,
	.comImgBox .comLable span {
		padding: 7px 11px 8px;
	}
	.comImgBox .textBox p {
		margin-bottom: 25px;
	}
	.comImgBox .textBox .line {
		line-height: 50px;
		background-size: auto 50px;
	}
}




/* comImgBox02 */
.comImgBox02 {
	margin-bottom: 3rem !important;
	padding: 8.9rem 8.7rem 7.6rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
}
.comImgBox02 .comLink {
	position: absolute;
	top: 3.6rem;
	right: 4.1rem;
}
.comImgBox02 .photo {
	width: 25.3%;
	flex-shrink: 0;
}
.comImgBox02 .photo img {
	width: 100%;
}
.comImgBox02 .textBox {
	margin: -0.1rem 0 0 5.8rem;
	flex: 1;
	color: #747474;
	font-weight: bold;
	font-size: 1.4rem;
}
.comImgBox02 .title {
	margin-bottom: 1.2rem;
	color: #222222;
	font-size: 2rem;
	font-weight: bold;
}
.comImgBox02 .textBox p {
	margin-bottom: 2rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
.comImgBox02 .textBox p:last-child {
	margin-bottom: 0;
}
.comImgBox02.style p {
	font-size: 1.6rem;
	line-height: 2.375;
	font-weight: bold;
}
.comImgBox02.style .title {
	margin-bottom: 2.4rem;
}
@media all and (max-width: 1024px) {
	.comImgBox02 {
		margin: 0 12px;
		padding: 70px 39px;
	}
	.comImgBox02 .photo {
		width: 25%;
	}
	.comImgBox02 .textBox {
		margin: -4px 0 0 33px;
	}
	.comImgBox02 .title {
		margin-bottom: 7px;
	}
	.comImgBox02 .comLink {
		top: 18px;
		right: 21px;
	}
	.comImgBox02.style {
		margin: 0;
		display: block;
		padding: 70px 55px 47px;
	}
	.comImgBox02.style .photo {
		margin: 0 auto 43px;
		width: 48.5%;
	}
	.comImgBox02.style .title {
		margin-bottom: 22px;
		text-align: center;
	}
	.comImgBox02.style .textBox {
		margin: 0;
	}
}
@media all and (max-width: 599px) {
	.comImgBox02 {
		margin: 0;
		padding: 89px 28px 43px;
		display: block;
	}
	.comImgBox02 .textBox {
		margin: 0;
	}
	.comImgBox02 .photo {
		width: 67%;
		margin: 0 auto 36px;
	}
	.comImgBox02 .title {
		margin-bottom: 10px;
		text-align: center;
		font-size: 1.8rem;
	}
	.comImgBox02.style .photo {
		margin-bottom: 29px;
		width: auto;
	}
	.comImgBox02.style {
		padding: 57px 40px 37px;
	}
	.comImgBox02.style .title {
		margin-bottom: 12px;
		font-size: 2rem;
	}
	.comImgBox02.style .textBox {
		margin: 0 -11px;
	}
}
@media all and (max-width: 389px) {
	.comImgBox02.style p {
		font-size: 1.4rem;
		line-height: 2;
	}
}


/* comLink */
.comLink {
	color: #005DAB;
	line-height: 1 !important;
	font-size: 1.4rem;
	font-weight: bold !important;
}
.comLink a,
.comLink span {
	padding-left: 2.8rem;
	color: #005DAB;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	position: relative;
	line-height: 1 !important;
}
.comLink a::after,
.comLink span::after {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(img/common/icon04.png) no-repeat left top / 100% 100%;
	content: "";
}
.comLink.noIcon {
	font-size: 1.2rem !important;
}
.comLink.noIcon a::after,
.comLink.noIcon span::after {
	display: none;
}
.comLink.noIcon a,
.comLink.noIcon span {
	padding-left: 0;
}
@media all and (min-width: 600px) {
	.comLink a:hover {
		color: #111;
	}
	.comLink a:hover::after {
		background-image: url(img/common/icon04_over.png);
	}
}


/* comOther */
.comOther {
	margin: 14.2rem 3.4rem 0;
	padding: 13.2rem 0 15.9rem;
	background-color: #F8F8F8;
}
.comOther .headLine01 {
	margin-bottom: 7.9rem;
}
.comOther .comList02 .pho a {
	border: none;
	border-radius: 0;
}
@media all and (max-width: 1024px) {
	.comOther {
		margin: 104px 0 0;
		padding: 82px 0 105px;
	}
	.comOther .content {
		margin: 0 92px;
	}
	.comOther .headLine01 {
		margin-bottom: 54px;
	}
}
@media all and (max-width: 599px) {
	.comOther {
		margin: 95px 0 0;
		padding: 68px 0 78px;
	}
	.comOther .content {
		margin: 0 58px;
	}
	.comOther .headLine01 {
		margin-bottom: 46px;
	}
}
@media all and (max-width: 389px) {
	.comOther .content {
		margin: 0 30px;
	}
}


/* headLine02 */
.headLine02 {
	margin-bottom: 4.9rem;
	color: #005DAB;
	font-size: 3.2rem;
	line-height: 1.75;
	text-align: center;
}
@media all and (max-width: 1024px) {
	.headLine02 {
		margin-bottom: 25px;
		font-size: 2.2rem;
		line-height: 2.54;
	}
}
@media all and (max-width: 599px) {
	.headLine02 {
		margin-bottom: 12px;
		font-size: 2rem;
		line-height: 1.7;
	}
}


/* comImgBox03 */
.comImgBox03 {
	margin-bottom: 9.7rem;
}
.comImgBox03 p {
	color: #747474;
	font-weight: bold;
	text-align: center;
	line-height: 3.05;
}
.comImgBox03 .photo {
	margin: 5.2rem 0;
}
.comImgBox03 .photo img {
	width: 100%;
}
@media all and (max-width: 1024px) {
	.comImgBox03 p {
		text-align: left;
		line-height: 2.66;
	}
	.comImgBox03 .photo {
		margin: 48px 0;
	}
}
@media all and (max-width: 599px) {
	.comImgBox03 p {
		line-height: 2.33;
	}
	.comImgBox03 .photo {
		margin: 31px 0;
	}
	.comImgBox03 {
		margin-bottom: 37px;
	}
}


/* comImgBox04 */
.comImgBox04 .leftBox {
	width: 41.68%;
}
.comImgBox04 .textBox {
	margin-left: 5.5rem;
}
.comImgBox04 .comLink {
	margin-top: -1.1rem;
}
@media all and (max-width: 1024px) {
	.comImgBox04 .leftBox {
		width: 77.4%;
		margin-top: 0;
	}
	.comImgBox04 .textBox {
		margin: 0;
	}
	.comImgBox04 .comLink {
		margin-top: 20px;
		text-align: center;
	}
}
@media all and (max-width: 599px) {
	.comImgBox04 .leftBox {
		width: auto;
	}
}

/* comTextBox */
.comTextBox p {
	color: #747474;
	font-weight: bold;
	line-height: 3.05;
	text-align: justify;
	text-justify: inter-ideograph;
}
.comTextBox p a {
	color: #005DAB;
	text-decoration: underline;
}
@media all and (max-width: 1024px) {
	.comTextBox .headLine03 {
		margin-bottom: 1.7rem;
		font-size: 2.2rem;
		text-align: center;
	}
	.comTextBox p {
		line-height: 2.66;
	}
}
@media all and (min-width: 600px) {
	.comTextBox p a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 599px) {
	.comTextBox .headLine03 {
		font-size: 2rem;
	}
}


/* headLine03 */
.headLine03 {
	margin-bottom: 3.1rem;
	font-size: 2.6rem;
	line-height: 1.78;
}
.headLine04 .small {
	margin: -0.7rem 0 0 0.7rem;
	color: #A2A2A2;
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
}
.headLine03.center {
	text-align: center;
}
@media all and (max-width: 1024px) {
	.headLine03 {
		font-size: 2rem;
	}
	.headLine04 {
		margin-bottom: 60px;
		text-align: center;
		font-size: 2.2rem;
	}
	.headLine04 .small {
		margin: 13px 0 0 0;
		color: #A2A2A2;
		font-size: 1.4rem;
		display: block;
		vertical-align: middle;
		line-height: 2.14;
	}
}
@media all and (max-width: 599px) {
	.headLine03 {
		line-height: 1.74;
	}
	.headLine04 {
		margin-bottom: 41px;
		font-size: 2rem;
	}
	.headLine04 .small {
		margin: 14px -5px 0;
		text-align: left;
	}
}

/* comList03 */
.comList03 {
	margin: -2.7rem 0 2.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.4rem;
}
.comList03 li {
	margin-top: 2.7rem;
	padding: 5.1rem 6rem 4rem;
	width: calc(50% - 1.5rem);
	height: 24rem;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
	background-color: #fff;
	display: flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	border-radius: 1rem;
}
.comList03 .comLink {
	position: absolute;
	top: 2rem;
	right: 3rem;
}
.comList03 .imgBox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comList03 .imgBox .photo {
	width: 10.9rem;
	border-radius: 50%;
	overflow: hidden;
}
.comList03 .imgBox .photo img {
	width: 100%;
}
.comList03 .imgBox .textBox {
	margin: -0.9rem 0 0 3.4rem;
	flex: 1;
}
.comList03 .headLine03 {
	margin-bottom: 0.8rem;
	font-size: 2rem;
	line-height: 1.45;
}
.comList03 p {
	color: #747474;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media all and (max-width: 1024px) {
	.comList03 {
		margin: 0 0 35px;
		display: block;
	}
	.comList03 li {
		margin: 0 0 26px;
		width: auto;
		height: auto;
	}
	.comList03 li:last-child {
		margin-bottom: 0;
	}
}
@media all and (max-width: 599px) {
	.comList03 li {
		margin-bottom: 29px;
		padding: 53px 34px 35px;
		display: block;
		height: auto;
	}
	.comList03 .imgBox {
		display: block;
	}
	.comList03 .imgBox .photo {
		width: 10.9rem;
		margin: 0 auto 24px;
	}
	.comList03 .imgBox .textBox {
		margin: 0;
	}
	.comList03 .headLine03 {
		margin-bottom: 18px;
		font-size: 1.8rem;
		text-align: center;
	}
	.comList03 .comLink {
		top: 16px;
		right: 18px;
	}
}


/* comList04 */
.comList04 li {
	padding: 3rem 6rem;
	height: 18rem;
}
.comList04 .comLink {
	top: 1.6rem;
	right: 2.4rem;
}
.comList04 .imgBox .textBox {
	margin: 0.1rem 0 0 3.4rem;
}
.comList04 .comLink a {
	padding-left: 2rem;
}
.comList04 .comLink a:after {
	background-image: url(img/common/icon11.png);
}
@media all and (min-width: 600px) {
	.comList04 .comLink a:hover:after {
		background-image: url(img/common/icon11_over.png);
	}
}
@media all and (max-width: 599px) {
	.comList04 .imgBox {
		display: flex;
		justify-content: center;
	}
	.comList04 li {
		padding: 34px 34px;
		height: auto;
	}
	.comList04 .imgBox .photo {
		margin: 0;
	}
	.comList04 .headLine03 {
		text-align: left;
		font-size: 2rem;
		margin-bottom: 5px;
	}
	.comList04 .imgBox .textBox {
		margin: 15px 0 0 36px;
	}
	.comList04 .comLink {
		top: 16px;
		right: 18px;
	}
}
@media all and (max-width: 389px) {
	.comList04 li {
		padding: 34px 20px;
	}
	.comList04 .imgBox .textBox {
		margin: 15px 0 0 15px;
	}
	.comList04 .imgBox .photo {
		width: 80px;
	}
	.comList04 .headLine03 {
		font-size: 1.8rem;
	}
}




/* comBg */
.comBg {
	margin: 14.2rem 3.4rem 0;
	padding: 14.2rem 0 14rem;
	background-color: #F8F8F8;
}
@media all and (max-width: 1024px) {
	.comBg {
		margin: 104px 0 0;
		padding: 82px 0 105px;
	}
	.comBg .content {
		margin: 0 61px;
	}
}
@media all and (max-width: 599px) {
	.comBg {
		margin: 73px 0 0;
		padding: 60px 0 95px;
	}
	.comBg .content {
		margin: 0 25px;
	}
	
}


/* comTxtUl */
.comTxtUl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.4rem;
	font-weight: bold;
}
.comTxtUl li {
	width: calc(50% - 30px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 33px 0;
}
.comTxtUl li:first-child,
.comTxtUl li:nth-child(2) {
	border-top: none;
}
.comTxtUl .ttl {
	padding: 0 10px;
	width: 141px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
}
.comTxtUl p {
	line-height: 1.42;
}
.comTxtUl .txt {
	color: #747474;
	flex: 1;
}
.comTxtUl a {
	color: #747474;
}
@media all and (max-width: 1024px) {
	.comTxtUl {
		display: block;
	}
	.comTxtUl li {
		width: auto;
	}
	.comTxtUl li:nth-child(2) {
		border-top: 1px solid #CCCCCC;
	}
}
@media all and (max-width: 599px) {
	.comTxtUl .ttl {
		padding: 0 10px 0 0;
		width: 70px;
	}
	.comTxtUl p {
		line-height: 1.71;
	}
	.comTxtUl li {
		padding: 30px 0;
	}
	.comTxtUl .txt {
		margin-left: 6px;
	}
}


/* formBox */
.formBox {
	margin: 0 auto;
	max-width: 98.6rem;
	box-sizing: border-box;
}
.formBox input[type="text"],
.formBox input[type="tel"],
.formBox input[type="email"],
.formBox textarea,
.formBox select {
	padding-left: 2.2rem;
	width: 100%;
	height: 6rem;
	color: #222222;
	font-weight: bold;
	font-size: 1.6rem;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 1rem;
	appearance: none;
	-webkit-appearance: none;
	border: none;
}
.formBox select {
	padding-right: 3rem;
	width: 32.6rem;
	padding-left: 2.6rem;
	font-size: 1.5rem;
	background: #fff url(img/common/icon08.png) no-repeat right 1.4rem center / 1.2rem auto;
}
.formBox textarea {
	padding-top: 2.3rem;
	height: 21.8rem;
}
.formBox input::-webkit-input-placeholder,
.formBox textarea::-webkit-input-placeholder {
	color: #CCCCCC;
	opacity: 1;
}
.formBox input:-moz-placeholder,
.formBox textarea:-moz-placeholder {
	color: #CCCCCC;
	opacity: 1;
}
.formBox input::-moz-placeholder,
.formBox textarea::-moz-placeholder {
	color: #CCCCCC;
	opacity: 1;
}
.formBox input:-ms-input-placeholder,
.formBox textarea:-ms-input-placeholder {
	color: #CCCCCC;
	opacity: 1;
}
.formBox .checkUl,
.formBox .wpcf7-checkbox {
	margin-top: -13px;
	display: flex;
	flex-wrap: wrap;
}
.formBox .checkUl li,
.formBox .wpcf7-checkbox .wpcf7-list-item {
	margin: 13px 15px 0 0;
	position: relative;
}
.formBox .checkUl input[type="checkbox"],
.formBox .wpcf7-checkbox input[type="checkbox"] {
	padding: 0;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	box-sizing: border-box;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}
.formBox .checkUl input[type="checkbox"] + span,
.formBox .wpcf7-checkbox input[type="checkbox"] + span {
	padding: 1.8rem 2.1rem 2rem 4.1rem;
	font-size: 1.5rem;
	background: #fff url(img/common/icon10.png) no-repeat left 1.8rem center;
	background-size: 1.7rem;
	border-radius: 0;
	border: none;
	display: inline-block;
	line-height: 1.7rem;
	border-radius: 1rem;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
	font-weight: 500;
	cursor: pointer;
}
.formBox .checkUl input[type="checkbox"]:checked + span,
.formBox .wpcf7-checkbox input[type="checkbox"]:checked + span {
	background-image: url(img/common/icon10_over.png);
}
.formBox .submit {
	margin-top: 2.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
.formBox .submit .wpcf7-spinner {
	margin: 0;
	position: absolute;
	top: 0;
	left: 100%;
}
.formBox .submit li {
	margin: 1.5rem 1.5rem 0;
}
.formBox .submit input {
	width: 39.25rem;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	height: 7.1rem;
	border-radius: 1rem;
	background: #005dab;
	border: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-webkit-transition: .3s;
	transition: .3s;
}
@media all and (min-width: 600px) {
	.formBox .submit input:hover {
		background-color: #111;
	}
}
@media all and (max-width: 1024px) {
	.formBox .checkUl,
	.formBox .wpcf7-checkbox {
		margin-top: -13px;
		padding-top: 7px;
		justify-content: center;
	}
	.formBox .checkUl li,
	.formBox .wpcf7-checkbox .wpcf7-list-item {
		margin: 13px 8px 0;
	}
	.formBox select {
		padding-right: 50px;
		width: 100%;
		background-position: right 30px center;
	}
	.formBox .selectBox {
		margin: 0 auto;
		max-width: 74%;
	}
	.formBox .submit {
		margin-top: 23px;
	}
}
@media all and (max-width: 599px) {
	.formBox .checkUl,
	.formBox .wpcf7-checkbox {
		margin: 0 -20px -17px 0;
		padding-top: 4px;
		justify-content: flex-start;
	}
	.formBox {
		max-width: inherit;
		margin: 0 -2px;
	}
	.formBox .checkUl li,
	.formBox .wpcf7-checkbox .wpcf7-list-item {
		margin: 0 8px 13px 0;
	}
	.formBox .checkUl input[type="checkbox"] + span,
	.formBox .wpcf7-checkbox input[type="checkbox"] + span {
		padding: 1.8rem 1.8rem 2rem 4.1rem;
	}
	.formBox .selectBox {
		max-width: inherit;
	}
	.formBox select {
		padding: 0 35px 0 18px;
		width: 100%;
		background-position: right 20px center;
	}
	.formBox .submit li {
		margin: 0 0 20px;
	}
	.formBox .submit li:last-child {
		margin-bottom: 0;
	}
	.formBox .submit {
		margin: 9px auto 0;
		max-width: 450px;
		display: block;
	}
	.formBox .submit input {
		width: 100%;
		font-size: 1.6rem;
	}
}
@media all and (max-width: 389px) {
	.formBox .submit input {
		font-size: 1.4rem;
	}
}



.comTable {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.8rem;
}
.comTable th,
.comTable td {
	padding: 13px 0;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
}
.comTable th .must {
	margin: -0.4rem 0 0 1.1rem;
	padding: 0.4rem 0.3rem 0.6rem;
	min-width: 4rem;
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	background-color: #005DAB;
	border-radius: 0.5rem;
	line-height: 1;
	box-sizing: border-box;
	text-align: center;
}
.comTable th {
	width: 24.7%;
}
@media all and (max-width: 1024px) {
	.comTable th, .comTable td {
		padding: 13px 0;
		float: left;
		width: 100%;
	}
	.comTable th {
		padding-bottom: 5px;
		text-align: center;
	}
	.comTable td {
		margin-bottom: 7px;
	}
}
@media all and (max-width: 599px) {
	.comTable td {
		margin-bottom: 4px;
	}
}

/* comPublic */
.comPublic {
	padding-top: 11.4rem;
}
.comPublic .headLine01 {
	margin-bottom: 8.7rem;
	font-size: 2.8rem;
}
.comPublic .comList .comLable a {
	background-color: #222222;
}
@media all and (max-width: 1024px) {
	.comPublic .headLine01 {
		margin-bottom: 58px;
		font-size: 2.2rem;
	}
	.comPublic {
		padding-top: 76px;
	}
	.comPublic.content,
	.comPublic .content {
		margin: 0 50px;
	}
}
@media all and (min-width: 600px) {
	.comPublic .comList .comLable a:hover {
		background-color: #005DAB !important;
	}
}
@media all and (max-width: 599px) {
	.comPublic.content,
	.comPublic .content {
		margin: 0 38px;
	}
	.comPublic {
		padding-top: 50px;
	}
	.comPublic .headLine01 {
		margin-bottom: 62px;
	}
}

/* comList05 */
.comList05 .comLable {
	margin: -1.7rem 0 2.8rem;
}
.comList05 .textBox {
	display: flex;
	justify-content: space-between
}
.comList05 .textBox .time {
	margin-left: 1.5rem;
	padding: 0.8rem 0 0 2.3rem;
	width: 6.1rem;
	flex-shrink: 0;
	box-sizing: border-box;
	position: relative;
	line-height: 1;
	color: #005DAB;
	font-family: 'Poppins', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
}
.comList05 .textBox .time::after {
	width: 1px;
	height: calc(100% - 1.3rem);
	position: absolute;
	top: 0.7rem;
	left: 0;
	background-color: #707070;
	content: "";
}
.comList05 .textBox .time span {
	display: block;
	position: relative;
}
.comList05 .textBox .time .num {
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: -0.05em;
}
.comList05 .textBox .time .day {
	margin: 0.1rem 0 0 0;
	text-align: right;
}
.comList05 .textBox .time .year {
	margin-top: 1.2rem;
	text-align: center;
	letter-spacing: 0.05em;
}
.comList05 .textBox .time .month::after {
	margin-top: -1.1rem;
	width: 1px;
	height: 4.3rem;
	background-color: #A2A2A2;
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	transform: rotate(45deg);
}
.comList05 .textBox .ttl {
	flex: 1;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media all and (min-width: 1025px) and (max-width: 1700px) {
	.comList05 .textBox .time {
		padding-left: 1.5rem;
	}
}
@media all and (max-width: 599px) {
	.comList05 li {
		margin-bottom: 62px;
	}
	.comList05 li:last-child {
		margin-bottom: 0;
	}
}


.mb50 {
	margin-bottom: 50px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
@media all and (max-width: 599px) {
	.mb55 {
		margin-bottom: 9px !important;
	}
	.mb100 {
		margin-bottom: 58px !important;
	}
}


/* comBg */
#top .comBg {
	margin-top: 0;
	padding: 12.1rem 0 17.7rem;
	background-color: #E7ECF2;
}
#top .comSlide .slick-dots {
	margin-top: 5.4rem;
}
#top .comSlide .slick-dots li {
	background-color: #fff;
}
#top .comSlide .arrowUl li {
	margin-top: -4rem;
}
#top .comSlide {
	margin-bottom: 5.5rem;
}
#top .slideBox .slick-list {
	padding: 0 7rem;
}
#top .slideBox .imgUl li {
	box-sizing: border-box;
	font-size: 1.1rem;
}
#top .slideBox .imgUl .slick-slide > div {
	padding: 2rem;
	width: 35.1rem;
	box-sizing: border-box;
	position: relative;
}
#top .slideBox .imgUl .txt {
	width: 100%;
	position: absolute;
	bottom: 6.2rem;
	left: 0;
	text-align: center;
}
#top .slideBox .imgUl .txt a {
	margin-right: 5px;
	color: #A2A2A2;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}
#top .slideBox .imgUl li > a {
	padding: 4.5rem 1.5rem 7.65rem;
	color: #A2A2A2;
	border-radius: 1rem;
	background: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
}
#top .slideBox .imgUl p {
	line-height: 1.63;
}
#top .slideBox .imgUl .ttl {
	margin-bottom: 4rem;
	color: #222222;
	font-size: 1.3rem;
}
#top .slideBox .imgUl .image {
	margin: 0 auto 2.9rem;
	max-width: 16.6rem;
}
#top .slideBox .imgUl .image img {
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
}
#top .slideBox {
	margin: 0 -3.4rem 12.2rem;
}
#top .newsBox {
	display: flex;
	justify-content: space-between;
	max-width: 142.3rem;
}
#top .newsBox .subBox {
	width: calc(50% - 4rem);
	position: relative;
}
#top .newsBox .title {
	margin-bottom: 6.5rem;
	padding-bottom: 1.4rem;
	color: #005DAB;
	font-size: 1.5rem;
	border-bottom: 2px solid #FFFFFF;
}
#top .newsBox .link {
	position: absolute;
	top: 0;
	right: 0.9rem;
}
#top .newsBox .link a {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#top .newsBox .comList {
	margin: -7.6rem -3.6rem 0 -2.87rem;
}
#top .newsBox .comList li {
	padding: 0 2.7rem;
}
#top .newsBox .comList .pho a {
	border: none;
	border-radius: 0.8rem;
}
#top .newsBox .comLable a {
	background-color: #222222;
}
#top .logoBox {
	padding: 17.3rem 0 3.6rem;
}
#top .logoBox .imgList {
	display: flex;
	justify-content: center;
}
#top .logoBox .imgList li {
	margin: 0 2rem;
	width: 20.8rem;
}
#top .logoBox .headLine01 {
	margin-bottom: 10.5rem;
}
@media all and (min-width: 600px) {
	#top .slideBox .imgUl li > a:hover .image img {
		transform: scale(1.1);
	}
	#top .slideBox .imgUl li > a:hover {
		box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
	}
	#top .newsBox .link a:hover {
		color: #005DAB;
	}
	#top .slideBox .imgUl .txt a:hover {
		color: #333;
	}
	#top .newsBox .comLable a:hover {
		background-color: #005DAB !important;
	}
}
@media all and (max-width: 1024px) {
	#top .comBg {
		padding: 83px 0 126px;
	}
	#top .comSlide .slick-dots {
		margin-top: 42px;
	}
	#top .slideBox {
		margin-left: 0;
		margin-right: 0;
	}
	#top .comSlide {
		margin-bottom: 91px;
	}
	#top .slideBox .imgUl li {
		font-size: 0.8rem;
	}
	#top .slideBox .imgUl .slick-slide > div {
		padding: 1.4rem;
		width: 24.9rem;
	}
	#top .slideBox .imgUl p {
		line-height: 1.5;
	}
	#top .slideBox .imgUl .ttl {
		margin-bottom: 30px;
		font-size: 1rem;
	}
	#top .slideBox .imgUl li > a {
		padding: 30px 15px 52px;
	}
	#top .slideBox .imgUl .txt {
		bottom: 42px;
	}
	#top .slideBox .imgUl .image {
		margin-bottom: 22px;
		max-width: 117px;
	}
	#top .newsBox {
		display: block;
	}
	#top .newsBox .subBox {
		margin-bottom: 97px;
		width: auto;
	}
	#top .newsBox .subBox:last-child {
		margin-bottom: 0;
	}
	#top .slideBox {
		margin-bottom: 83px;
	}
	#top .slideBox .slick-list {
		padding: 0 134px;
	}
	#top .newsBox {
		margin: 0 52px;
	}
	#top .newsBox .title {
		margin-bottom: 94px;
		padding: 0 3px 1.4rem;
	}
	#top .newsBox .link a {
		font-size: 1rem;
	}
	#top .newsBox .link {
		right: 5px;
	}
	#top .logoBox {
		padding: 120px 0 11px;
	}
	#top .logoBox .imgList li {
		margin: 0 10px;
		width: 152px;
	}
	#top .logoBox .headLine01 {
		margin-bottom: 64px;
	}
}
@media all and (min-width: 600px) and (max-width: 1024px) {
	#top .newsBox .comList05 li {
		padding: 0 20px;
		font-size: 1.2rem;
	}
	#top .newsBox .comList05 {
		margin: -7.6rem -20px 0;
	}
	#top .newsBox .comList05 .comLable {
		margin: -14px 0 15px;
		font-size: 1rem;
	}
	#top .newsBox .comList05 .comLable span,
	#top .newsBox .comList05 .comLable a {
		margin: 14px 6px 0 0;
		padding: 6px 10px 7px;
	}
	#top .newsBox .comList05 .pho {
		margin-bottom: 17px;
	}
	#top .newsBox .comList05 .textBox .time {
		margin-left: 1.5rem;
		padding: 2px 8px 0 21px;
		width: 60px;
		font-size: 1.2rem;
	}
	#top .newsBox .comList05 .textBox .time .num {
		font-size: 1.5rem;
	}
	#top .newsBox .comList05 .textBox .time::after {
		height: 100%;
		top: -1px;
		left: 0;
	}
	#top .newsBox .comList05 .textBox .time .day {
		margin: -2px 0 0 0;
		text-align: right;
	}
	#top .newsBox .comList05 .textBox .time .year {
		margin-top: 5px;
	}
	#top .newsBox .comList05 .textBox .time .month::after {
		margin-top: -12px;
		width: 1px;
		height: 34px;
	}
}
@media all and (max-width: 599px) {
	#top .comBg {
		padding: 85px 0 110px;
	}
	#top .slideBox .slick-list {
		padding: 0;
	}
	#top .comSlide .slideUl .photo {
		margin: 0 4px 32px;
	}
	#top .comSlide .slideUl .title {
		margin-bottom: 20px;
	}
	#top .comSlide .slick-dots {
		margin-top: 133px;
	}
	#top .slideBox .imgUl li {
		font-size: 1.1rem;
	}
	#top .slideBox .imgUl .slick-slide > div {
		padding: 1.4rem 42px;
		width: auto;
	}
	#top .comSlide {
		margin-bottom: 85px;
	}
	#top .slideBox .imgUl .ttl {
		margin-bottom: 39px;
		font-size: 1.3rem;
	}
	#top .slideBox .imgUl li > a {
		padding: 46px 15px 77px;
	}
	#top .slideBox .imgUl .txt {
		bottom: 58px;
	}
	#top .slideBox .imgUl .image {
		margin-bottom: 31px;
		max-width: 166px;
	}
	#top .newsBox {
		margin: 0 41px;
	}
	#top .slideBox {
		margin-bottom: 60px;
	}
	#top .newsBox .title {
		margin-bottom: 47px;
		padding: 0 7px 13px;
	}
	#top .newsBox .link {
		right: 0;
	}
	#top .newsBox .comList li {
		padding: 0;
	}
	#top .newsBox .comList {
		margin: 0;
	}
	#top .newsBox .comList05 li {
		margin-bottom: 51px;
	}
	#top .newsBox .comList05 li:last-child {
		margin-bottom: 0;
	}
	#top .newsBox .subBox {
		margin-bottom: 116px;
	}
	#top .logoBox .headLine01 {
		line-height: 2;
		margin-bottom: 75px;
	}
	#top .logoBox {
		padding: 109px 0 47px;
	}
	#top .logoBox .imgList li {
		width: 149px;
	}
}



/* comBtn03 */
.comBtn03 {
	margin-top: 11.9rem;
	text-align: center;
}
.comBtn03 a {
	padding: 0 3.5rem 1.9rem 0;
	font-weight: bold;
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.comBtn03 a::before {
	width: 1.6rem;
	height: 1.6rem;
	background: url(img/common/icon05.png) no-repeat left top / 100% 100%;
	content: "";
	position: absolute;
	top: 0.5rem;
	right:0;
}
.comBtn03 a::after {
	width: 100%;
	height: 1px;
	background-color: #707070;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@keyframes line {
	0% {
		width: 0%;
	}
	20% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@media all and (max-width: 1024px) {
	.comBtn03 {
		margin-top: 87px;
	}
	.comBtn03 a {
		padding: 0 20px 12px 0;
		font-size: 1rem;
	}
	.comBtn03 a::before {
		width: 10px;
		height: 10px;
		top: 3px;
		right: 0;
	}
}
@media all and (min-width: 600px) {
	.comBtn03 a:hover::after {
		animation: line 0.5s;
	}
}
@media all and (max-width: 599px) {
	.comBtn03 {
		margin-top: 119px;
	}
	.comBtn03 a {
		padding: 0 31px 18px 0;
		font-size: 1.2rem;
	}
	.comBtn03 a::before {
		width: 13px;
		height: 13px;
		top: 5px;
		right: 0;
	}
}

/* fixUl */
@media all and (min-width: 600px) and (max-width: 1024px) {
	.fixBox {
		display: none !important;
	}
}
.fixBox {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.fixBox .btnUl {
	width: 100%;
	display: flex;
}
.fixBox .btnUl li {
	width: 50%;
}
.fixBox .btnUl a {
	height: 50px;
	width: 100%;
	color: #fff;
	display: flex;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	background-color: #005DAB;
	text-align: center;
}
.fixBox .btnUl li:last-child a {
	background-color: #222222;
}
.fixBox .btnUl .size {
	margin: 1px 5px 0 -4px;
	padding: 3px 0;
	font-size: 0.8rem;
	display: inline-block;
	vertical-align: middle;
	min-width: 33px;
	border-radius: 6.5px;
	background: #070707;
	line-height: 1;
	text-align: center;

}


/* popBox */
.popBox {
	padding: 2rem;
	box-sizing: border-box;
	display: none;
	background: transparent;
}
.popBox .innerBox {
	margin: 0 auto;
	padding: 9.8rem 7.1rem;
	width: 100%;
	max-width: 120rem;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
	border-radius: 1rem;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}
.popBox .imgBox {
	display: flex;
	justify-content: space-between;
}
.popBox p {
	margin-bottom: 2.5rem;
	font-size: 1.8rem;
	line-height: 2.5;
}
.popBox p:last-child {
	margin-bottom: 0;
}
.popBox .name {
	margin-bottom: 3.1rem;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.popBox .name span {
	margin: -1.2rem 0 0 2.2rem;
	color: #747474;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
}
.popBox .photo {
	margin-right: 5.9rem;
	width: 14.1rem;
}
.popBox .textBox {
	flex: 1;
	font-weight: 500;
}
.popBox .close {
	width: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.fancybox-close-small {
	display: none !important;
}
@media all and (max-width: 1024px) {
	.popBox p {
		font-size: 1.5rem;
		line-height: 1.7;
	}
	.popBox .innerBox {
		padding: 6.8rem 5.1rem;
	}
	.popBox .photo {
		margin-right: 2.9rem;
	}
}
@media all and (max-width: 599px) {
	.popBox .imgBox {
		display: block;
	}
	.popBox .photo {
		margin: 0 auto 10px;
	}
	.popBox p {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.popBox .name {
		margin-bottom: 3.1rem;
		font-size: 2.2rem;
		text-align: center;
	}
	.popBox .name span {
		margin: -0.2rem 0 0 1.2rem;
		font-size: 1.2rem;
	}
	.popBox .innerBox {
		padding: 30px 20px;
	}
}

@media all and (min-width: 1025px) {
	#works .comSlide .slick-dots {
		display: none !important;
	}
}


.fixBtn {
	width: 30rem;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	z-index: 999;
}
.fixBtn a {
	display: block;
}
@media all and (min-width: 1025px) {
	.fixBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 1024px) {
	.fixBtn {
		width: 11rem;
		bottom: 6rem;
		right: 1rem;
	}
}

.noRadius {
	border-radius: 0 !important;
}

/*20230118追記*/
.comLable span.kv_btn {
  margin: 0;
  padding: 2rem;
  display: inline-block;
  width: 100%;
  max-width: 220px;
  text-align: center;
  vertical-align: top;
  border-radius: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  background: #005dab;
  transition: .3s;
  cursor: pointer;
  border: none;
  position: relative;
  box-sizing: border-box;
  pointer-events: all;
}
.comLable span.kv_btn:hover {
  background: #000;
  opacity: 1;
}
.comLable span.kv_btn.arrow {
  position: relative;
}
.comLable span.kv_btn.arrow:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0,-50%) rotate(45deg);
}
.comSlide .slideUl .subBox a.no_link {
  pointer-events: none;
}
.comSlide .slideUl .subBox a.no_link:hover {
  pointer-events: none;
  opacity: 1;
}
@media (max-width: 1024px) {
  .comSlide .slideUl .comLable span.kv_btn {
    margin: 1.7rem 0 0 0;
    padding: 12px;
    font-size: 1.5rem;
  }
}


