@charset "UTF-8";

/* --------------------------------------------------------------- */
/* reset start */
/* --------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
	display: block;
}

ul,
li,
ol,
dl {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	display: inline-block;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 1025px) {
	a:hover {
		text-decoration: none;
	}
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 0.1rem dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:after,
*:before {
	-webkit-appearance: none;
	word-break: break-all;
	box-sizing: border-box;
}

/* --------------------------------------------------------------- */
/* reset end */
/* --------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	.pc-off {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.sp-off {
		display: none !important;
	}
}

/* tel config */
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		color: #000;
	}
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
}

html {
	color: #000;
	font-size: 62.5%;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-text-size-adjust: none;
}
@media screen and (max-width: 374px) {
	html {
		/* 9px/16 */
		font-size: 56.25%;
		/* 8px/16 */
		font-size: 50%;
	}
}

/* ------ */
/* IE対応 */
/* ------ */
@media all and (-ms-high-contrast: none) {
	html {
		font-size: 10px;
	}
}

body {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1;
	overflow: auto;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

a {
	color: #000;
}

/* ------------------------------------------- */
/* print setting */
/* ------------------------------------------- */
@media print {
	body {
		-webkit-print-color-adjust: exact;
		position: relative;
		width: 1400px;
		zoom: 70%;
	}
}
@page {
	size: A4;
	margin: 10mm;
}

body:not(.logged-in) .test-up {
	display: none;
}

/* --------------------------------------------------------------- */
/* object-fit js css */
/* --------------------------------------------------------------- */
.object-fit {
	object-fit: cover;
	object-position: center center;
	font-family: "object-fit: cover; object-position: center center;";
}

/* --------------------------------------------------------------- */
/* fixed config */
/* --------------------------------------------------------------- */
.fixed {
}

/* --------------------------------------------------------------- */
/* wrapper */
/* --------------------------------------------------------------- */
#wrapper {
	overflow: hidden;
}

@media screen and (max-width: 1080px) {
	#wrapper {
		/*padding-top: 6.4rem;*/
	}
}

/* --------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------- */
#header {
	position: relative;
	z-index: 999;
	width: 100%;
	height: 8.6rem;
	background: #fff;
}
.home #header {
	background: transparent;
}

@media screen and (max-width: 1080px) {
	#header {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
	}
	.fixed .home #header {
		background: rgba(0,0,0,.75);
	}
	.fixed #header {
		background: rgba(255, 255, 255, 0.75);
	}
}
@media screen and (max-width: 767px) {
	#header {
		height: 6.4rem;
	}
}
#header .inner {
	position: relative;
}
@media screen and (max-width: 767px) {
	#header .inner {
		width: 100%;
	}
}

#header .logomark,
#header .menu-btn,
#header .main-list {
	position: absolute;
	z-index: 1;
}

/* pos */
#header .logomark {
	top: 1.4rem;
	left: 2.8rem;
}
#header .main-list {
	top: 3.4rem;
	/* right: 6.1rem; */
	right: 9.1rem;
}
#header .menu-btn {
	top: 0;
	right: 0;
}

@media print, screen and (min-width: 768px) {
	.home #header .logomark {
		top: 2.4rem;
		left: 2.8rem;
	}
	.home #header .main-list {
		top: 4.3rem;
		right: 6.1rem;
	}
}
@media screen and (max-width: 767px) {
	#header .logomark,
	.home #header .logomark {
		top: 1.6rem;
		left: 1.6rem;
	}
}

/* logomark */
#header .logomark {
}
#header .logomark img {
	max-width: 37.6rem;
}
@media screen and (max-width: 767px) {
	#header .logomark img {
		max-width: 26rem;
	}
}

.menu-active #header .logomark {
	position: fixed;
	z-index: 9999;
	background: url(../img/header/logomark02.png?ver=2509) no-repeat 0 0 / 37.3rem auto;
}

@media screen and (max-width: 767px) {
	.menu-active #header .logomark {
		background-size: 26rem auto;
	}
}
.menu-active #header .logomark img {
	visibility: hidden;
}

/* main-list */
#header .main-list {
	display: flex;
	flex-wrap: wrap;
	/* width: 65rem; */
}
@media screen and (max-width: 1200px) {
	#header .main-list {
		display: none;
		width: 100%;
	}
}
#header .main-list li {
	margin-right: 3.6rem;
}
#header .main-list li a {
	position: relative;
	display: block;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.home:not(.logged-in) #header .main-list li a {
	color: #fff;
}

#header .main-list li a:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1rem;
	display: block;
	width: 0;
	height: 0.2rem;
	background: #009775;
	pointer-events: none;
	transition: ease 0.25s width, ease 0.25s margin;
}
@media screen and (min-width: 1081px) {
	#header .main-list li a:hover:after {
		width: 2rem;
		margin-left: -1rem;
	}
}
.home:not(.logged-in) #header .main-list li a:after {
	background: #fff;
}
.home.logged-in #header .main-list li a:after {
	background: #000;
}
/* menu-area */
#header .menu-area {
	position: fixed;
	left: -100vw;
	top: 0;
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100vw;
	height: 100vh;
	padding: 0 13rem;
	background: #009775;
	opacity: 0;
	pointer-events: none;
	transition: ease 0.25s opacity, ease 0.25s left;
}
@media screen and (max-width: 1200px) {
	#header .menu-area {
		padding: 0 6rem;
	}
}
@media screen and (max-width: 1200px) {
	#header .menu-area {
		padding: 8.4rem 4rem 4rem;
	}
}
.menu-active #header .menu-area {
	left: 0;
	opacity: 1;
	pointer-events: auto;
}
/*
#header .menu-area .area-logomark{
	position: absolute;
	left: 2.9rem;
	top: 6.8rem;
}
@media screen and (max-width: 1220px){
	#header .menu-area .area-logomark{
		top: 1.5rem;
	}
}
@media screen and (max-width: 767px){
	#header .menu-area .area-logomark{
		left: 1.5rem;
	}
}
#header .menu-area .area-logomark a{
	display: block;
}
#header .menu-area .area-logomark a img{
	max-width: 38.8rem;
}
@media screen and (max-width: 767px){
	#header .menu-area .area-logomark a img{
		max-width: 26rem;
	}
}
*/

/* area-list */
#header .menu-area .area-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.menu-active #header .menu-area .area-list {
		height: calc(100vh - 6.4rem);
		overflow-y: scroll;
	}
}
@media screen and (max-width: 767px) {
	.menu-active #header .menu-area .area-list {
		padding-bottom: 8rem;
	}
}

#header .menu-area .area-list > li {
	margin-left: 8rem;
}

@media screen and (min-width: 1480px) {
	#header .menu-area .area-list > li {
		width: 30rem;
	}
	#header .menu-area .area-list > li:nth-child(2) {
		width: 46rem;
	}
}

@media screen and (min-width: 1201px) {
	#header .menu-area .area-list > li {
		flex: 1 0 auto;
	}
	#header .menu-area .area-list > li:nth-child(3n + 1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 1200px) {
	#header .menu-area .area-list > li {
		margin-left: 4rem;
		width: calc(50% - 2rem);
	}
	#header .menu-area .area-list > li:nth-child(2n + 1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	#header .menu-area .area-list > li {
		margin: 0 0 3rem;
		width: 100%;
	}
}

#header .menu-area .area-list .list-title {
	margin-bottom: 2rem;
	padding-bottom: 2.3rem;
	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.23);
}
@media screen and (max-width: 767px) {
	#header .menu-area .area-list .list-title {
		margin-bottom: 1.4rem;
		padding-bottom: 1.4rem;
	}
}
#header .menu-area .area-list .list-title.empty {
	min-height: 8.1rem;
}
@media screen and (max-width: 767px) {
	#header .menu-area .area-list .list-title.empty {
		min-height: auto;
		padding-bottom: 0;
	}
}
#header .menu-area .area-list .list-title .spell {
	margin-bottom: 1rem;
	font-family: Barlow;
	font-weight: bold;
	font-style: italic;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#header .menu-area .area-list .list-title .spell {
		margin-bottom: 0.5rem;
		font-size: 2.6rem;
	}
}
#header .menu-area .area-list .list-title .main {
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#header .menu-area .area-list .list-title .main {
		font-size: 1rem;
	}
}

#header .menu-area .area-list .list-sub-title {
	display: inline-block;
	margin-bottom: 0.6rem;
	padding-left: 2rem;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#header .menu-area .area-list .list-sub-title {
		margin-bottom: 0.4rem;
		font-size: 1.4rem;
	}
}

/* child-list */
@media screen and (min-width: 768px) {
	#header .menu-area .area-list .child-two-box {
		display: flex;
		flex-wrap: wrap;
	}
	#header .menu-area .area-list .child-two-box .child-list:nth-child(1) {
		width: 54%;
	}
	#header .menu-area .area-list .child-two-box .child-list:nth-child(2) {
		width: 46%;
	}
}
@media screen and (max-width: 767px) {
	#header .menu-area .area-list .child-two-box .child-list:nth-child(1) {
		margin-bottom: 2rem;
	}
	#header .menu-area .area-list .child-two-box .child-list > li {
		margin-bottom: 1.8rem;
	}
}

#header .menu-area .area-list .child-list > li {
	margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
	#header .menu-area .area-list .child-list > li {
		margin-bottom: 1.2rem;
	}
}

#header .menu-area .area-list .child-list > li a[target="_blank"] {
	padding-right: 1.6rem;
}
#header .menu-area .area-list .child-list > li a[target="_blank"]:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/parts/icon_blank01.png) no-repeat center center / 1.2rem auto;
}

#header .menu-area .area-list .child-list > li > a {
	position: relative;
	padding-left: 2rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-decoration: none;
	line-height: 1.4;
	color: #fff;
}
#header .menu-area .area-list .child-list > li > a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 1.1rem;
	display: block;
	width: 1rem;
	height: 0.2rem;
	background: #fff;
}
@media screen and (min-width: 1081px) {
	#header .menu-area .area-list .child-list > li a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 767px) {
	#header .menu-area .area-list .child-list > li > a:after {
		top: 0.8rem;
	}
}

/* grandchild-list */
#header .menu-area .area-list .grandchild-list {
	margin-top: 1rem;
}
#header .menu-area .area-list .grandchild-list > li {
	margin-bottom: 1.8rem;
	margin-left: 2rem;
}
@media screen and (max-width: 767px) {
	#header .menu-area .area-list .grandchild-list > li {
		margin-bottom: 1.2rem;
	}
}
#header .menu-area .area-list .grandchild-list > li > a {
	position: relative;
	padding-left: 2rem;
	font-weight: 300;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	color: #fff;
	text-decoration: none;
}
#header .menu-area .area-list .grandchild-list > li > a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7rem;
	display: block;
	width: 1rem;
	height: 0.1rem;
	background: #fff;
}

/* --------------------------------------------------------------- */
/* menu-btn */
/* --------------------------------------------------------------- */
#header .menu-btn {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	z-index: 9999;
}
.menu-active #header .menu-btn {
	position: fixed;
}
#header .menu-btn a {
	position: relative;
	width: 8.6rem;
	height: 8.6rem;
	vertical-align: top;
	background: #009775;
	transition: ease 0.25s all;
}
@media screen and (max-width: 767px) {
	#header .menu-btn a {
		width: 6.4rem;
		height: 6.4rem;
	}
}

.menu-active #header .menu-btn a {
	/*background-color: #3F3D40;*/
}
#header .menu-btn a span {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin-left: -1.8rem;
	width: 3.6rem;
	height: 0.3rem;
	background: #fff;
	transition: ease 0.25s all;
}
@media screen and (max-width: 767px) {
	#header .menu-btn a span {
		margin-left: -1.2rem;
		width: 2.4rem;
		height: 0.2rem;
	}
}
.menu-active #header .menu-btn a span {
	background: #fff;
}
#header .menu-btn a span:nth-child(1) {
	margin-top: -1.1rem;
}
@media screen and (max-width: 767px) {
	#header .menu-btn a span:nth-child(1) {
		margin-top: -1rem;
	}
}
#header .menu-btn a span:nth-child(2) {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	#header .menu-btn a span:nth-child(2) {
		margin-top: -0.2rem;
	}
}
#header .menu-btn a span:nth-child(3) {
	margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
	#header .menu-btn a span:nth-child(3) {
		margin-top: 0.6rem;
	}
}

.menu-active #header .menu-btn a span:nth-child(1) {
	margin-top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.menu-active #header .menu-btn a span:nth-child(2) {
	display: none;
}
.menu-active #header .menu-btn a span:nth-child(3) {
	margin-top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* --------------------------------------------------------------- */
/* breadcrumbs */
/* --------------------------------------------------------------- */
#breadcrumbs {
	padding: 2rem 0;
}
#breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	font-weight: normal;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}
#breadcrumbs ol li {
	position: relative;
	margin-right: 1.6rem;
}
#breadcrumbs ol li:last-child {
	margin-right: 0;
}
#breadcrumbs ol li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -1rem;
	margin-top: -0.2rem;
	width: 0.6rem;
	height: 0.6rem;
	border-top: 0.1rem solid #000;
	border-right: 0.1rem solid #000;
	box-sizing: border-box;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#breadcrumbs ol li:last-child:after {
	display: none;
}

#breadcrumbs ol li a {
	color: #009775;
}
@media screen and (min-width: 1081px) {
	#breadcrumbs ol li a:hover {
		text-decoration: none;
	}
}

/* --------------------------------------------------------------- */
/* container */
/* --------------------------------------------------------------- */
#container {
}

/* --------------------------------------------------------------- */
/* contents */
/* --------------------------------------------------------------- */
#contents {
	position: relative;
}
#contents:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 15rem;
	height: 40rem;
	background: url(../img/parts/circle_bg01.png) repeat 0 0;
	pointer-events: none;
	transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
	#contents:after {
		opacity: 0.5;
	}
}
@media screen and (max-width: 767px) {
	#contents:after {
		display: none;
		width: 7.5rem;
		height: 20rem;
		background-size: 2.9rem auto;
	}
}

/* --------------------------------------------------------------- */
/* footer */
/* --------------------------------------------------------------- */
#footer {
	background: #1b1919;
}

#footer .pageup {
	position: fixed;
	right: 0;
	bottom: 19.6rem;
	z-index: 998;
	display: block;
	width: 5.4rem;
	height: 5.4rem;
	text-decoration: none;
	background: #000 url(../img/parts/pageup.png) no-repeat center center / 1rem auto;
	transition: ease 0.25s background, ease 0.25s border-radius;
}
@media screen and (min-width: 1081px) {
	#footer .pageup:hover {
		background-color: #999;
		border-radius: 2.7rem;
	}
}
@media screen and (max-width: 767px) {
	#footer .pageup {
		bottom: 0;
		width: 4rem;
		height: 4rem;
		background-size: 0.6rem auto;
	}
}

#footer .inner {
	position: relative;
	width: 108rem;
	height: 19.6rem;
}
@media screen and (max-width: 767px) {
	#footer .inner {
		width: calc(100% - 4.8rem);
		height: auto;
		padding: 4rem 0 1.5rem;
	}
}

/* pos */
#footer .logomark,
#footer .name-detail,
#footer .link-list,
#footer #copyright {
	position: absolute;
}
@media screen and (max-width: 767px) {
	#footer .logomark,
	#footer .name-detail,
	#footer .link-list,
	#footer #copyright {
		position: static;
	}
}

#footer .logomark {
	top: 4.1rem;
	left: 0;
}
#footer .name-detail {
	top: 11.3rem;
	left: 0;
}
#footer .link-list {
	top: 3.7rem;
	right: 0;
}
#footer #copyright {
	top: 13.7rem;
	left: 0;
}

/* logomark */
#footer .logomark {
}
@media screen and (max-width: 767px) {
	#footer .logomark {
		margin-bottom: 1rem;
		text-align: center;
	}
}
#footer .logomark img {
	max-width: 37.8rem;
}
@media screen and (max-width: 767px) {
	#footer .logomark img {
		max-width: 30rem;
	}
}

/* name-detail */
#footer .name-detail {
	font-weight: normal;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	color: #bbb;
}
@media screen and (max-width: 767px) {
	#footer .name-detail {
		margin: 0 auto 3rem;
		width: 30rem;
		font-size: 1rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 374px) {
	#footer .name-detail br {
		display: none;
	}
}

/* link-list */
#footer .link-list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	#footer .link-list {
		margin: 0 auto 3rem;
		width: 23rem;
	}
}
#footer .link-list li {
	margin-left: 1rem;
}
@media screen and (max-width: 767px) {
	#footer .link-list li {
		margin-left: 0;
		margin-bottom: 2rem;
	}
	#footer .link-list li:last-child {
		margin-bottom: 0;
	}
}
#footer .link-list li:first-child {
	margin-left: 0;
}

#footer .link-list li a {
	display: block;
	transition: ease 0.25s opacity;
}
#footer .link-list li .photo-box {
	margin-bottom: 0.8rem;
}

#footer .link-list li .photo-box img {
	max-width: 23rem;
	transition: ease 0.25s opacity;
}
@media screen and (min-width: 1081px) {
	#footer .link-list li a:hover .photo-box img {
		opacity: 0.8;
	}
}
@media screen and (max-width: 767px) {
	#footer .link-list li .photo-box img {
		max-width: 100%;
	}
}

#footer .link-list li .text-box {
	font-weight: 300;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	#footer .link-list li .text-box {
		font-size: 1rem;
	}
}
#footer .link-list li .text-box span {
	position: relative;
	display: inline-block;
	padding-right: 1.6rem;
}
@media screen and (min-width: 1081px) {
	#footer .link-list li a:hover .text-box span {
		text-decoration: underline;
	}
}
#footer .link-list li .text-box span:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.6rem;
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../img/parts/icon_blank01.png) no-repeat center center / 1.2rem auto;
}

/* copyright */
#footer #copyright {
	font-weight: normal;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	color: #bbb;
}
@media screen and (max-width: 767px) {
	#footer #copyright {
		display: block;
		font-size: 1rem;
		text-align: center;
	}
}

/* --------------------------------------------------------------- */
/* common parts */
/* --------------------------------------------------------------- */

/* ------------------------------------------- */
/* link */
/* ------------------------------------------- */
/* type01 */
.common-link.type01 {
	position: relative;
	display: inline;
	padding-left: 1.4rem;
	font-weight: 300;
	text-decoration: underline;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.common-link.type01 {
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1081px) {
	.common-link.type01:hover {
		text-decoration: none;
	}
}
.common-link.type01:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.3rem;
	width: 0.8rem;
	height: 0.8rem;
	border-top: 0.1rem solid #000;
	border-right: 0.1rem solid #000;
	box-sizing: border-box;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/* type02 */
.common-link.type02 {
	display: inline;
	color: #009775;
	letter-spacing: 0.08em;
	text-decoration: underline;
}
@media screen and (min-width: 1081px) {
	.common-link.type02:hover {
		text-decoration: none;
	}
}

/* ------------------------------------------- */
/* common-area */
/* ------------------------------------------- */
/* news */
.common-area.news {
}
.common-area.news .inner {
	position: relative;
	padding: 4.1rem 7rem 5.1rem;
	border-radius: 1.5rem 0rem 0rem 1.5rem;
	background: #fff;
}
@media screen and (max-width: 1280px) {
	.common-area.news .inner {
		padding: 3.7rem 4rem;
	}
}
@media screen and (max-width: 767px) {
	.common-area.news .inner {
		padding: 3rem 0 3rem 2.4rem;
		border-radius: 0.5rem 0 0 0.5rem;
	}
}
.common-area.news .inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 0;
	pointer-events: none;
	background: #fff;
	width: calc((100vw - 100%) / 2);
	height: 100%;
}
.common-area.news .title-set {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.common-area.news .title-set {
		margin-bottom: 2rem;
		align-items: flex-end;
	}
	.common-area.news .title-set .common-title.type01 {
		margin-bottom: 0;
	}
}

.common-area.news .title-set .link {
	text-align: right;
}
.common-area.news .title-set .link a {
	position: relative;
	padding-right: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-decoration: none;
	color: #000;
	transition: ease 0.25s color;
}
@media screen and (min-width: 1081px) {
	.common-area.news .title-set .link a:hover {
		color: #348ad3;
	}
}
.common-area.news .title-set .link a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.4rem;
	width: 0.8rem;
	height: 0.8rem;
	border-top: 0.2rem solid #000;
	border-right: 0.2rem solid #000;
	box-sizing: border-box;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: ease 0.25s border-color;
}
@media screen and (min-width: 1081px) {
	.common-area.news .title-set .link a:hover:after {
		border-top-color: #348ad3;
		border-right-color: #348ad3;
	}
}
@media screen and (max-width: 767px) {
	.common-area.news .title-set .link a:after {
		margin-top: -0.3rem;
		right: 0.5rem;
	}
}

/* footer-nav */
.common-area.footer-nav {
	position: relative;
	padding: 2.2rem 0 5rem;
	background: #f5f5f5;
}
@media screen and (max-width: 767px) {
	.common-area.footer-nav {
		padding: 1.5rem 0 3rem;
	}
}

.common-area.footer-nav:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 100%;
	display: block;
	width: 18rem;
	height: 16rem;
	background: url(../img/parts/circle_bg01.png) repeat 0 0;
	pointer-events: none;
}
@media screen and (max-width: 1300px) {
	.common-area.footer-nav:after {
		opacity: 0.5;
	}
}
@media screen and (max-width: 767px) {
	.common-area.footer-nav:after {
		display: none;
		width: 9rem;
		height: 8rem;
		background-size: 2.9rem auto;
	}
}

.common-area.footer-nav .list {
	display: flex;
	flex-wrap: wrap;
}
.common-area.footer-nav .list li {
	margin-left: 3rem;
	width: calc(33.33% - 2.7rem);
	border-bottom: 0.1rem solid #000;
}
@media screen and (max-width: 767px) {
	.common-area.footer-nav .list li {
		margin: 0;
		width: 100%;
	}
}
.common-area.footer-nav .list li:nth-child(3n + 1) {
	margin-left: 0;
}
.common-area.footer-nav .list li a {
	position: relative;
	display: block;
	padding: 2.6rem 4.2rem 2.6rem 0;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	.common-area.footer-nav .list li a {
		padding: 1.5rem 3rem 1.5rem 0;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1081px) {
	.common-area.footer-nav .list li a {
		transition: ease 0.25s color;
	}
	.common-area.footer-nav .list li a:hover {
		color: #0077c8;
	}
}

.common-area.footer-nav .list li a:after {
	content: "";
	position: absolute;
	right: 1.2rem;
	top: 0;
	display: block;
	width: 2.4rem;
	height: 100%;
	background: url(../img/parts/icon_arrow01.png) no-repeat right center / 2.4rem auto;
}
@media screen and (max-width: 767px) {
	.common-area.footer-nav .list li a:after {
		right: 0.5rem;
		width: 1.6rem;
		background-size: 1.6rem auto;
	}
}
/*
.common-area.footer-nav .list li a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	z-index: 1;
	display: block;
	width: 0;
	height: 0.1rem;
	background: #0077C8;
	pointer-events: none;
	transition: ease 1s width;
}
@media screen and (min-width: 1081px){
	.common-area.footer-nav .list li a:hover:before{
		width: 100%;
	}
}

*/

/* ------------------------------------------- */
/* common-float */
/* ------------------------------------------- */
.common-float:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}
.common-float .f-left {
	float: left;
}
.common-float .f-right {
	float: right;
}
.common-float .clear {
	clear: both;
}

/* ------------------------------------------- */
/* common-flex */
/* ------------------------------------------- */
/* title-group */
.common-flex.title-group .group-child {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 14rem;
}
@media screen and (max-width: 767px) {
	.common-flex.title-group .group-child {
		display: block;
		margin-bottom: 5rem;
	}
}
.common-flex.title-group .group-child:last-child {
	margin-bottom: 0;
}
.common-flex.title-group .group-child .group-title {
	width: 29rem;
}
@media screen and (max-width: 767px) {
	.common-flex.title-group .group-child .group-title {
		margin-bottom: 2rem;
		width: 100%;
	}
}

.common-flex.title-group .group-child .group-title .common-title.type04 {
	margin-bottom: 0;
}

.common-flex.title-group .group-child .group-detail {
	margin-left: auto;
	width: calc(100% - 31rem);
}
@media screen and (max-width: 767px) {
	.common-flex.title-group .group-child .group-detail {
		width: 100%;
	}
}

/* ------------------------------------------- */
/* common-title */
/* ------------------------------------------- */
.common-title {
}
/* type01 */
.common-title.type01 {
	margin-bottom: 3.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
@media screen and (max-width: 767px) {
	.common-title.type01 {
		margin-bottom: 2rem;
		flex-direction: column;
	}
}
.common-title.type01 .spell {
	margin-right: 1.4rem;
	font-family: Barlow;
	font-weight: bold;
	font-style: italic;
	font-size: 4.8rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.common-title.type01 .spell {
		margin: 0 0 0.5rem;
		font-size: 2.8rem;
	}
}
.common-title.type01 .main {
	font-weight: bold;
	letter-spacing: 0.2em;
}

/* type02 */
.common-title.type02 {
	position: relative;
	background: url(../img/parts/title_bg01.jpg) no-repeat center center / 100% auto;
}
@media screen and (max-width: 1700px) {
	.common-title.type02 {
		background-size: cover;
	}
}
.common-title.type02:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(15, 9, 30, 0.24);
}
.common-title.type02:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20rem;
	z-index: 0;
	display: block;
	width: 36rem;
	height: 30.2rem;
	pointer-events: none;
	opacity: 0.8;
	background: url(../img/parts/title_bg02.png) no-repeat 0 0;
}
@media screen and (max-width: 1700px) {
	.common-title.type02:before {
		opacity: 0.3;
	}
}
@media screen and (max-width: 767px) {
	.common-title.type02:before {
		bottom: -5rem;
		width: 10rem;
		height: 10rem;
		background-size: 18rem auto;
	}
}

.common-title.type02 .inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	padding-top: 8.6rem;
	height: 38.6rem;
}
@media screen and (max-width: 767px) {
	.common-title.type02 .inner {
		padding-top: 6.4rem;
		height: 20rem;
	}
}
.common-title.type02 .spell {
	margin-bottom: 2rem;
	font-family: Barlow;
	font-weight: bold;
	font-style: italic;
	font-size: 5.6rem;
	letter-spacing: 0.1em;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.common-title.type02 .spell {
		margin-bottom: 1rem;
		font-size: 3rem;
	}
}
.common-title.type02 .main {
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.common-title.type02 .main {
		font-size: 1.2rem;
	}
}

/* type03 */
.common-title.type03 {
	margin-bottom: 4rem;
	font-weight: bold;
	font-size: 3.6rem;
	letter-spacing: 0.15em;
	line-height: 1.39;
	text-align: center;
	color: #000;
}
@media screen and (max-width: 767px) {
	.common-title.type03 {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
}

/* type04 */
.common-title.type04 {
	margin-bottom: 5rem;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.common-title.type04 {
		margin-bottom: 2rem;
	}
}
.common-title.type04 .main {
	margin-bottom: 1rem;
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
	.common-title.type04 .main {
		margin-bottom: 0.5rem;
		font-size: 2rem;
	}
	.common-title.type04 .main br:not(.pc-off) {
		display: none;
	}
}
.common-title.type04 .spell {
	font-family: Barlow;
	font-style: italic;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	color: #009775;
}
@media screen and (max-width: 767px) {
	.common-title.type04 .spell {
		font-size: 1rem;
	}
}
.common-title.type04.tal {
	text-align: left;
}

/* type05 */
.common-title.type05 {
	margin-bottom: 3rem;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 1.7;
	color: #009775;
}
@media screen and (max-width: 767px) {
	.common-title.type05 {
		margin-bottom: 2rem;
		font-size: 1.7rem;
	}
}
/* large */
.common-title.type05.large {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.42;
}
@media screen and (max-width: 767px) {
	.common-title.type05.large {
		font-size: 1.9rem;
	}
}

/* square */
.common-title.type05.square {
	position: relative;
	padding-left: 1.8rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.common-title.type05.square {
		margin-bottom: 0.5rem;
		padding-left: 1.2rem;
	}
}
.common-title.type05.square:after {
	content: "";
	position: absolute;
	left: 0;
	top: 1.4rem;
	display: block;
	width: 1rem;
	height: 1rem;
	background: #009775;
}
@media screen and (max-width: 767px) {
	.common-title.type05.square:after {
		top: 1.2rem;
		width: 0.6rem;
		height: 0.6rem;
	}
}

/* type06 */
.common-title.type06 {
	position: relative;
	padding-bottom: 2.5rem;
	margin-bottom: 7rem;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.15em;
	line-height: 1.7;
	color: #000;
}
@media screen and (max-width: 767px) {
	.common-title.type06 {
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.common-title.type06 br {
		display: none;
	}
}
.common-title.type06:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 6rem;
	height: 0.3rem;
	background: #009775;
}
@media screen and (max-width: 767px) {
	.common-title.type06:after {
		height: 0.2rem;
	}
}

.common-title.type07 {
	margin-bottom: 4rem;
	padding: 1rem 2rem;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.15em;
	color: #fff;
	background: #009775;
}
@media screen and (max-width: 767px) {
	.common-title.type07 {
		margin-bottom: 1.8rem;
		padding: 1rem;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
	}
}

/* ------------------------------------------- */
/* common-btn */
/* ------------------------------------------- */
.common-btn {
	text-align: center;
}
.common-btn.tal {
	text-align: left;
}
.common-btn.tar {
	text-align: right;
}
.common-btn .cover {
	display: inline-block;
	text-decoration: none;
	transition: ease 0.25s all;
}

/* type01 */
.common-btn.type01 .cover {
	padding: 2.2rem 1rem;
	font-weight: normal;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	min-width: 28rem;
	border-radius: 2.9rem;
	background: #000;
	transition: ease 0.25s background;
}
@media screen and (min-width: 1081px) {
	.common-btn.type01 .cover:hover {
		background-color: #348ad3;
	}
}

.common-btn.type01 .cover[target="_blank"] span {
	position: relative;
	padding-right: 2rem;
}
.common-btn.type01 .cover[target="_blank"] span:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.6rem;
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../img/parts/icon_blank01.png) no-repeat center center / 1.2rem auto;
}

/* ------------------------------------------- */
/* common-select */
/* ------------------------------------------- */
.common-select {
}
.common-select select {
	font-family: "Noto Sans JP";
	border: 0;
}
.common-select select:focus {
	outline: 0;
	border: 0;
}

/* archive-year */
.common-select.archive-year {
	position: relative;
	display: block;
	margin-left: auto;
	margin-bottom: 3rem;
	width: 19rem;
	border-radius: 1rem;
	overflow: hidden;
}
.common-select.archive-year:after,
.common-select.archive-year:before {
	content: "";
	position: absolute;
	z-index: 0;
	display: block;
	pointer-events: none;
}

.common-select.archive-year:after {
	right: 0;
	top: 0;
	width: 4.2rem;
	height: 100%;
	background: #009775;
}
.common-select.archive-year:before {
	top: 50%;
	right: 1.6rem;
	z-index: 1;
	margin-top: -0.3rem;
	border: solid transparent;
	border-width: 0.8rem 0.5rem;
	border-top-color: #fff;
}
.common-select.archive-year select {
	width: 100%;
	height: 4.5rem;
	color: #000;
	padding: 1.2rem 2rem;
	font-weight: normal;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	background: #fff;
}

/* ------------------------------------------- */
/* common-list */
/* ------------------------------------------- */
.common-list {
}
/* category */
.common-list.category {
	display: flex;
	margin-bottom: 0.6rem;
	flex-wrap: wrap;
}
.common-list.category li {
	margin-left: 0.5rem;
	width: 17.5rem;
}
@media screen and (max-width: 1280px) {
	.common-list.category li {
		width: calc(16.67% - 0.5rem);
	}
}
@media screen and (max-width: 767px) {
	.common-list.category li {
		margin-left: 0.3rem;
		margin-bottom: 0.3rem;
		width: calc(33.33% - 0.2rem);
	}
	.common-list.category li:nth-child(3n + 1) {
		margin-left: 0;
	}
}
.common-list.category li:first-child {
	margin-left: 0;
}
.common-list.category li span,
.common-list.category li a {
	position: relative;
	display: block;
	padding: 1.9rem 0;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.common-list.category li span,
	.common-list.category li a {
		width: 100%;
		padding: 1.7rem 0;
		font-size: 1.2rem;
	}
}

/* color-config */
.common-list.category li.all span,
.common-list.category li.all a {
	background-color: #009775;
}
.common-list.category li.news span,
.common-list.category li.news a {
	background-color: #348ad3;
}
.common-list.category li.results span,
.common-list.category li.results a {
	background-color: #ee9624;
}
.common-list.category li.securities span,
.common-list.category li.securities a {
	background-color: #04a7bb;
}
.common-list.category li.disclosure span,
.common-list.category li.disclosure a {
	background-color: #823fc5;
}
.common-list.category li.other span,
.common-list.category li.other a {
	background-color: #e83b86;
}

.common-list.category li.current-menu-item.all span,
.common-list.category li.current-menu-item.all a {
	background-color: #08614d;
}
.common-list.category li.current-menu-item.news span,
.common-list.category li.current-menu-item.news a {
	background-color: #0c4678;
}
.common-list.category li.current-menu-item.results span,
.common-list.category li.current-menu-item.results a {
	background-color: #d18625;
}
.common-list.category li.current-menu-item.securities span,
.common-list.category li.current-menu-item.securities a {
	background-color: #0e606a;
}
.common-list.category li.current-menu-item.disclosure span,
.common-list.category li.current-menu-item.disclosure a {
	background-color: #3b0d6a;
}
.common-list.category li.current-menu-item.other span,
.common-list.category li.current-menu-item.other a {
	background-color: #a71755;
}

@media screen and (min-width: 1081px) {
	.common-list.category li.current-menu-item.all span:hover,
	.common-list.category li.current-menu-item.all a:hover {
		background-color: #08614d;
	}
	.common-list.category li.current-menu-item.news span:hover,
	.common-list.category li.current-menu-item.news a:hover {
		background-color: #0c4678;
	}
	.common-list.category li.current-menu-item.results span:hover,
	.common-list.category li.current-menu-item.results a:hover {
		background-color: #d18625;
	}
	.common-list.category li.current-menu-item.securities span:hover,
	.common-list.category li.current-menu-item.securities a:hover {
		background-color: #0e606a;
	}
	.common-list.category li.current-menu-item.disclosure span:hover,
	.common-list.category li.current-menu-item.disclosure a:hover {
		background-color: #3b0d6a;
	}
	.common-list.category li.current-menu-item.other span:hover,
	.common-list.category li.current-menu-item.other a:hover {
		background-color: #a71755;
	}
}

.common-list.category li span:after,
.common-list.category li a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	/*background: rgba(255,255,255,.4);*/
	border: 0.2rem solid #000;
	pointer-events: none;
	opacity: 0;
	transition: ease 0.25s opacity;
}
.common-list.category li.all span:after,
.common-list.category li.all a:after {
	border-color: #009775;
}
.common-list.category li.news span:after,
.common-list.category li.news a:after {
	border-color: #348ad3;
}
.common-list.category li.results span:after,
.common-list.category li.results a:after {
	border-color: #ee9624;
}
.common-list.category li.securities span:after,
.common-list.category li.securities a:after {
	border-color: #04a7bb;
}
.common-list.category li.disclosure span:after,
.common-list.category li.disclosure a:after {
	border-color: #823fc5;
}
.common-list.category li.other span:after,
.common-list.category li.other a:after {
	border-color: #e83b86;
}
.common-list.category li.current-menu-item span:after,
.common-list.category li.current-menu-item a:after {
	opacity: 1;
}
@media screen and (min-width: 1081px) {
	.common-list.category li span:hover:after {
		opacity: 1;
	}
}

.common-list.category li.current-menu-item {
	pointer-events: none;
}
/* news */
.common-list.news {
	display: none;
	flex-wrap: wrap;
}
.common-list.news.active {
	display: flex;
}

@media screen and (max-width: 767px) {
	.common-list.news {
	}
}
.common-list.news li {
	margin-left: 4rem;
	width: calc(50% - 2rem);
	border-bottom: 0.1rem solid #e5e5e5;
	transition: ease 0.25s border;
}
@media screen and (min-width: 1081px) {
	.common-list.news li:hover {
		border-color: #000;
	}
}
@media screen and (max-width: 767px) {
	.common-list.news li {
		margin: 0;
		width: 100%;
	}
}

.common-list.news li:nth-child(2n + 1) {
	margin-left: 0;
}
.common-list.news li a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 2.8rem 0.6rem 2.8rem 0;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.common-list.news li a {
		padding: 1.6rem 1rem 1.6rem 0;
	}
}
.common-list.news li .list-time {
	display: block;
	font-family: Barlow;
	margin-top: 0.7rem;
	margin-right: 2.5rem;
	width: 6rem;
}
@media screen and (max-width: 767px) {
	.common-list.news li .list-time {
		margin-top: 0;
		margin-right: 1.4rem;
		width: 5rem;
	}
}
.common-list.news li .list-time .ym {
	display: block;
	font-weight: 300;
	color: #000;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.common-list.news li .list-time .ym {
	}
}
.common-list.news li .list-time .d {
	display: block;
	font-weight: 500;
	font-size: 4.8rem;
	line-height: 1;
	/*letter-spacing: 0.08em;*/
	/*letter-spacing: 0.02em;*/
	font-feature-settings: "palt";
	/*text-align: left;*/
	text-align: center;
	color: #000;
}
@media screen and (max-width: 767px) {
	.common-list.news li .list-time .d {
		font-size: 3.6rem;
		letter-spacing: 0.04em;
		text-align: center;
	}
}
.common-list.news li .list-text {
	width: calc(100% - 3rem - 6rem);
}
@media screen and (max-width: 767px) {
	.common-list.news li .list-text {
		width: calc(100% - 1.4rem - 5rem);
	}
}
.common-list.news li .list-label {
	display: inline-block;
	margin-bottom: 0.4rem;
	padding: 0.4rem 0.7rem;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	text-align: center;
	color: #fff;
	background: #e83b86;
}
@media screen and (max-width: 767px) {
	.common-list.news li .list-label {
		padding: 0.4rem 0.6rem;
		font-size: 1rem;
	}
}
.common-list.news li .list-label.news {
	background-color: #348ad3;
}
.common-list.news li .list-label.results {
	background-color: #ee9624;
}
.common-list.news li .list-label.securities {
	background-color: #04a7bb;
}
.common-list.news li .list-label.disclosure {
	background-color: #823fc5;
}
/*.common-list.news li .list-label.other{ background-color: #e83b86;}*/

.common-list.news li .list-title {
}
.common-list.news li .title-main {
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.63;
}
@media screen and (max-width: 767px) {
	.common-list.news li .title-main {
		line-height: 1.3;
	}
}
.common-list.news li .title-capacity {
	position: relative;
	display: inline-block;
	padding-right: 2.6rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	color: #000;
}
@media screen and (max-width: 767px) {
	.common-list.news li .title-capacity {
		padding-right: 2rem;
	}
}
.common-list.news li .title-capacity:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 1.7rem;
	height: 2rem;
	background: url(../img/parts/icon_pdf01.svg) no-repeat center center / 1.7rem auto;
}
@media screen and (max-width: 767px) {
	.common-list.news li .title-capacity:after {
		width: 1.2rem;
		right: -0.3rem;
		background-size: 1.2rem auto;
	}
}

/* no-label */
.common-list.news.no-label {
	display: block;
}
.common-list.news.no-label li {
	margin-left: 0;
	width: 100%;
}
.common-list.news.no-label .list-text {
	padding-top: 2.8rem;
}
@media screen and (max-width: 767px) {
	.common-list.news.no-label .list-text {
		padding-top: 0;
	}
}
.common-list.news.no-label .list-label {
	display: none;
}

/* no-half */
.common-list.news.no-half {
	display: block;
}
.common-list.news.no-half li {
	margin-left: 0;
	width: 100%;
}

/* article-news */
.common-list.news.disable {
	display: none;
}
.common-list.news.article-news li {
	display: none;
}
.common-list.news.article-news li.active {
	display: block;
}

/* number */
.common-list.number {
	counter-reset: number;
	letter-spacing: 0.08em;
	line-height: 1.88;
}
.common-list.number:last-child {
	margin-bottom: 0;
}
.common-list.number li {
	position: relative;
	padding-left: 2.8rem;
}
.common-list.number li:before {
	content: counter(number) ".";
	counter-increment: number;
	position: absolute;
	left: 0;
	font-weight: bold;
	color: #009775;
}

/* circle */
.common-list.circle {
	letter-spacing: 0.08em;
	line-height: 1.63;
}
.common-list.circle li {
	position: relative;
	padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
	.common-list.circle li {
		padding-left: 1rem;
	}
}
.common-list.circle li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.1rem;
	width: 0.6rem;
	height: 0.6rem;
	background: #009775;
	border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
	.common-list.circle li:before {
		top: 0.9rem;
	}
}
/* in pdf */
.common-list.circle.pdf li {
	border-bottom: 0.1rem solid #e5e5e5;
	transition: ease 0.25s border-color;
}
@media screen and (min-width: 1081px) {
	.common-list.circle.pdf li:hover {
		border-bottom-color: #000;
	}
}
.common-list.circle.pdf li:before {
	top: 3.2rem;
}
@media screen and (max-width: 767px) {
	.common-list.circle.pdf li:before {
		top: 2.2rem;
	}
}
.common-list.circle.pdf li a {
	display: block;
	padding: 2.1rem 0;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.common-list.circle.pdf li a {
		padding: 1.4rem 0;
	}
}

/* asterisk */
.common-list.asterisk {
}

.common-list.asterisk.c1 {
	color: #cf053c;
}
.common-list.asterisk:last-child {
	margin-bottom: 0;
}
.common-list.asterisk li {
	position: relative;
	padding-left: 2rem;
	font-size: 1.4rem;
	line-height: 1.86;
	letter-spacing: 0.05em;
}
.common-list.asterisk li:before {
	content: "※";
	position: absolute;
	left: 0;
}
/* small */
.common-list.asterisk.small li {
	font-size: 1.2rem;
	line-height: 1.6;
}

/* ------------------------------------------- */
/* common-text */
/* ------------------------------------------- */
.common-text {
}
/* type01 */
.common-text.type01 {
	font-weight: normal;
	letter-spacing: 0.08em;
	line-height: 1.88;
}
@media screen and (max-width: 767px) {
	.common-text.type01 {
	}
}
.common-text.type01.lh1 {
	line-height: 2.25;
}
.common-text.type01.lh2 {
	line-height: ;
}

.common-text.type01 p {
	margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
	.common-text.type01 p {
		margin-bottom: 1.4rem;
	}
}
.common-text.type01 p:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------- */
/* common-table */
/* ------------------------------------------- */
.common-table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

/* table-scroll */
@media screen and (max-width: 767px) {
	.table-scroll {
		position: relative;
		overflow-x: scroll;
		padding-bottom: 3.5rem;
	}
	.table-scroll .common-table {
		width: 80rem;
	}
	.table-scroll:after {
		content: "←";
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
		margin-left: -1.5rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 3rem;
		height: 3rem;
		border-radius: 1.5rem;
		border: 0.1rem solid #000;
		animation: arrowtable 2s infinite forwards;
	}
}
@keyframes arrowtable {
	50% {
		opacity: 1;
		right: 0;
	}
	100% {
		opacity: 0;
		right: 100%;
	}
}

/* type01 */
.common-table.type01 {
	line-height: 1.44;
}
@media screen and (max-width: 767px) {
	.common-table.type01 {
	}
}
.common-table.type01 th,
.common-table.type01 td {
	padding: 2.5rem 1rem;
}
@media screen and (max-width: 767px) {
	.common-table.type01 th,
	.common-table.type01 td {
		display: block;
		padding: 1rem;
	}
}
.common-table.type01 th {
	width: 16.3rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: left;
	vertical-align: top;
	color: #009775;
	border-top: 1px solid #009775;
	border-bottom: 1px solid #009775;
	border-right: 1rem solid transparent;
}
@media screen and (max-width: 767px) {
	.common-table.type01 th {
		width: 100%;
		border-right: 0;
		border-top: 0;
		border-bottom: 0;
		background: #e5f4f1;
	}
}

.common-table.type01 td {
	letter-spacing: 0.08em;
	line-height: 1.44;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
	.common-table.type01 td {
		width: 100%;
		border-top: 0;
		border-bottom: 0;
	}
}

.common-table.type01 .vam {
	vertical-align: middle;
}

/* type02 */
.common-table.type02 {
}
.common-table.type02 thead {
}

.common-table.type02 thead tr {
	border-bottom: 1px solid #fff;
}
.common-table.type02 thead tr:last-child {
	border-bottom: 0;
}

.common-table.type02 thead th {
	width: 50%;
	padding: 1.4rem 0;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	background: #009775;
}
.common-table.type02 thead th {
	border-right: 1px solid #fff;
}
.common-table.type02 thead th:last-child {
	border-right: 0;
}

.common-table.type02 tbody th,
.common-table.type02 tbody td {
	padding: 1.6rem 3rem;
	color: #000;
	font-weight: normal;
	text-align: left;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	line-height: 1.71;
}
.common-table.type02 tbody th {
	background: #f1f9f7;
}
.common-table.type02 tbody td {
	text-align: center;
}
.common-table.type02 tbody tr {
	border-bottom: 1px solid #d1d4d3;
}
.common-table.type02 tbody td {
	border-right: 1px solid #d1d4d3;
}
.common-table.type02 .bg {
	border-left: 0;
	border-right: 0;
	background-color: #f1f9f7;
}

/* ------------------------------------------- */
/* inner config */
/* ------------------------------------------- */
.inner {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.inner {
		width: calc(100% - 4.8rem);
	}
}

.w880 {
	width: 88rem;
}
@media screen and (max-width: 880px) {
	.w880 {
		width: calc(100% - 4.8rem);
	}
}
.w980 {
	width: 98rem;
}
@media screen and (max-width: 980px) {
	.w980 {
		width: calc(100% - 4.8rem);
	}
}

.w1080 {
	width: 108rem;
}
@media screen and (max-width: 1080px) {
	.w1080 {
		width: calc(100% - 4.8rem);
	}
}
.w1220 {
	width: 122rem;
}
@media screen and (max-width: 1220px) {
	.w1220 {
		width: calc(100% - 20rem);
	}
}
@media screen and (max-width: 1080px) {
	.w1220 {
		width: calc(100% - 4.8rem);
	}
}

.w1300 {
	width: 130rem;
}
@media screen and (max-width: 1340px) {
	.w1300 {
		width: calc(100% - 4.8rem);
	}
}

/* ------------------------------------------- */
/* align */
/* ------------------------------------------- */
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}

/* --------------------------------------------------------------- */
/*  margin padding */
/* --------------------------------------------------------------- */
.mb0 {
	margin-bottom: 0rem !important;
}
.mb10 {
	margin-bottom: 1rem !important;
}
.mb20 {
	margin-bottom: 2rem !important;
}
.mb30 {
	margin-bottom: 3rem !important;
}
.mb40 {
	margin-bottom: 4rem !important;
}
.mb50 {
	margin-bottom: 5rem !important;
}
.mb60 {
	margin-bottom: 6rem !important;
}
.mb70 {
	margin-bottom: 7rem !important;
}
.mb80 {
	margin-bottom: 8rem !important;
}
.mb90 {
	margin-bottom: 9rem !important;
}
.mb100 {
	margin-bottom: 10rem !important;
}

@media screen and (max-width: 767px) {
	.mb10 {
		margin-bottom: 0.5rem !important;
	}
	.mb20 {
		margin-bottom: 1rem !important;
	}
	.mb30 {
		margin-bottom: 1.5rem !important;
	}
	.mb40 {
		margin-bottom: 2rem !important;
	}
	.mb50 {
		margin-bottom: 2.5rem !important;
	}
	.mb60 {
		margin-bottom: 3rem !important;
	}
	.mb70 {
		margin-bottom: 3.5rem !important;
	}
	.mb80 {
		margin-bottom: 4rem !important;
	}
	.mb90 {
		margin-bottom: 4.5rem !important;
	}
	.mb100 {
		margin-bottom: 5rem !important;
	}
}

.mt0 {
	margin-top: 0rem !important;
}
.mt10 {
	margin-top: 1rem !important;
}
.mt20 {
	margin-top: 2rem !important;
}
.mt30 {
	margin-top: 3rem !important;
}
.mt40 {
	margin-top: 4rem !important;
}
.mt50 {
	margin-top: 5rem !important;
}
.mt60 {
	margin-top: 6rem !important;
}
.mt70 {
	margin-top: 7rem !important;
}
.mt80 {
	margin-top: 8rem !important;
}
.mt90 {
	margin-top: 9rem !important;
}

@media screen and (max-width: 767px) {
	.mt10 {
		margin-top: 0.5rem !important;
	}
	.mt20 {
		margin-top: 1rem !important;
	}
	.mt30 {
		margin-top: 1.5rem !important;
	}
	.mt40 {
		margin-top: 2rem !important;
	}
	.mt50 {
		margin-top: 2.5rem !important;
	}
	.mt60 {
		margin-top: 3rem !important;
	}
	.mt70 {
		margin-top: 3.5rem !important;
	}
	.mt80 {
		margin-top: 4rem !important;
	}
	.mt90 {
		margin-top: 4.5rem !important;
	}
	.mt100 {
		margin-top: 5rem !important;
	}
}

.pb0 {
	padding-bottom: 0 !important;
}
.pb10 {
	padding-bottom: 1rem !important;
}
.pb20 {
	padding-bottom: 2rem !important;
}
.pb30 {
	padding-bottom: 3rem !important;
}
.pb40 {
	padding-bottom: 4rem !important;
}
.pb50 {
	padding-bottom: 5rem !important;
}
.pb60 {
	padding-bottom: 6rem !important;
}
.pb70 {
	padding-bottom: 7rem !important;
}
.pb80 {
	padding-bottom: 8rem !important;
}
.pb90 {
	padding-bottom: 9rem !important;
}
.pb100 {
	padding-bottom: 10rem !important;
}
@media screen and (max-width: 767px) {
	.pb10 {
		padding-bottom: 0.5rem !important;
	}
	.pb20 {
		padding-bottom: 1rem !important;
	}
	.pb30 {
		padding-bottom: 1.5rem !important;
	}
	.pb40 {
		padding-bottom: 2rem !important;
	}
	.pb50 {
		padding-bottom: 2.5rem !important;
	}
	.pb60 {
		padding-bottom: 3rem !important;
	}
	.pb70 {
		padding-bottom: 3.5rem !important;
	}
	.pb80 {
		padding-bottom: 4rem !important;
	}
	.pb90 {
		padding-bottom: 4.5rem !important;
	}
	.pb100 {
		padding-bottom: 5rem !important;
	}
}

.pt0 {
	padding-top: 0 !important;
}
.pt10 {
	padding-top: 1rem !important;
}
.pt20 {
	padding-top: 2rem !important;
}
.pt30 {
	padding-top: 3rem !important;
}
.pt40 {
	padding-top: 4rem !important;
}
.pt50 {
	padding-top: 5rem !important;
}
.pt60 {
	padding-top: 6rem !important;
}
.pt70 {
	padding-top: 7rem !important;
}
.pt80 {
	padding-top: 8rem !important;
}
.pt90 {
	padding-top: 9rem !important;
}
.pt100 {
	padding-top: 10rem !important;
}
@media screen and (max-width: 767px) {
	.pt10 {
		padding-top: 0.5rem !important;
	}
	.pt20 {
		padding-top: 1rem !important;
	}
	.pt30 {
		padding-top: 1.5rem !important;
	}
	.pt40 {
		padding-top: 2rem !important;
	}
	.pt50 {
		padding-top: 2.5rem !important;
	}
	.pt60 {
		padding-top: 3rem !important;
	}
	.pt70 {
		padding-top: 3.5rem !important;
	}
	.pt80 {
		padding-top: 4rem !important;
	}
	.pt90 {
		padding-top: 4.5rem !important;
	}
	.pt100 {
		padding-top: 5rem !important;
	}
}

/* ------------------------------------------- */
/* mouse-stalker */
/* ------------------------------------------- */
.mouse-stalker {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.1rem;
	height: 0.1rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	pointer-events: none;
	mix-blend-mode: exclusion;
}
@media print, screen and (max-width: 767px) {
	.mouse-stalker {
		display: none;
	}
}
.mouse-stalker > div {
	position: relative;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: rgba(188, 188, 188, 0.2);
	flex-shrink: 0;
	border-left: 0;
	transform: rotate(30deg);
	overflow: hidden;
}

/* --------------------------------------------------------------- */
/* wordpress pagination系 CSS */
/* --------------------------------------------------------------- */
/* pagination */
.single-post-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 7rem;
}
@media screen and (max-width: 767px) {
	.single-post-pagination {
		margin-top: 3.5rem;
	}
}
.single-post-pagination .back {
	margin: 0 8.3rem;
}
@media screen and (max-width: 767px) {
	.single-post-pagination .back {
		margin: 0 1rem;
	}
}
.single-post-pagination .prev,
.single-post-pagination .next {
	width: 14rem;
}
@media screen and (max-width: 767px) {
	.single-post-pagination .prev,
	.single-post-pagination .next {
		width: 4.6rem;
	}
}
.single-post-pagination .prev a,
.single-post-pagination .next a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 4.6rem;
	font-weight: 500;
	text-decoration: underline;
	letter-spacing: 0.08rem;
	color: #000;
	box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
	.single-post-pagination .prev a:hover,
	.single-post-pagination .next a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	.single-post-pagination .prev a,
	.single-post-pagination .next a {
		font-size: 0;
		color: transparent;
	}
}
.single-post-pagination .prev a {
	padding-left: 7.3rem;
}
.single-post-pagination .next a {
	padding-right: 7.3rem;
}
@media screen and (max-width: 767px) {
	.single-post-pagination .prev a,
	.single-post-pagination .next a {
		padding: 0;
	}
}
.single-post-pagination .prev a:after,
.single-post-pagination .next a:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -2.3rem;
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 2.3rem;
	background-color: #b8b8b8;
}
@media screen and (min-width: 1025px) {
	.single-post-pagination .prev a:hover:after,
	.single-post-pagination .next a:hover:after {
		background-color: #004d87;
	}
}
@media screen and (max-width: 767px) {
	.single-post-pagination .prev a:after,
	.single-post-pagination .next a:after {
		width: 4.8rem;
		height: 4.8rem;
		margin-top: -2.4rem;
		border-radius: 0;
	}
}
.single-post-pagination .prev a:after {
	left: 0;
}
.single-post-pagination .next a:after {
	right: 0;
}

.single-post-pagination .next a:before,
.single-post-pagination .prev a:before {
	content: "";
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top: -0.4rem;
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	border-top: 0.2rem solid #fff;
	box-sizing: border-box;
	transition: ease 0.25s border;
}
.single-post-pagination .prev a:before {
	left: 2.2rem;
	border-left: 0.2rem solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
	.single-post-pagination .prev a:hover:before {
		border-left-color: #fff;
	}
}
.single-post-pagination .next a:before {
	right: 2.2rem;
	border-right: 0.2rem solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* navigation pagination */
.navigation.pagination {
	margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
	.navigation.pagination {
		margin: 3rem 0 0;
	}
}
.navigation.pagination.disable {
	display: none;
}

.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.navigation.pagination .nav-links {
		position: relative;
		padding-bottom: 5rem;
	}
}
.navigation.pagination .pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 0.5rem;
	width: 3.8rem;
	height: 3.8rem;
	font-family: Barlow;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #000;
	background: #fff;
	text-decoration: none;
	transition: ease 0.25s all;
	border-radius: 1.9rem;
}
@media screen and (min-width: 1025px) {
	.navigation.pagination .pager:hover {
		color: #fff;
		background: #009775;
	}
}
@media screen and (max-width: 767px) {
	.navigation.pagination .pager {
		width: 3rem;
		height: 3rem;
	}
}
.navigation.pagination .pager.current {
	color: #fff;
	font-weight: bold;
	background: #009775;
}
.navigation.pagination .next,
.navigation.pagination .prev {
}
@media screen and (min-width: 768px) {
	.navigation.pagination .next {
		margin-left: 0.5rem;
	}
	.navigation.pagination .prev {
		margin-right: 0.5rem;
	}
}
@media screen and (max-width: 767px) {
	.navigation.pagination .next,
	.navigation.pagination .prev {
		/*position: absolute;*/
		/*bottom: 0;*/
		/*width: 48%;*/
		/*height: 4rem;*/
	}
	.navigation.pagination .prev {
		margin-right: 1rem;
		/*left: 0;*/
	}
	.navigation.pagination .next {
		margin-left: 1rem;
		/*right: 0;*/
	}
}
.navigation.pagination .next a,
.navigation.pagination .prev a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 7.3rem;
	height: 3.2rem;
	font-family: Barlow;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-decoration: none;
	color: #000;
	background: #fff;
	border-radius: 1.6rem;
	transition: ease 0.25s background, ease 0.25s color;
}
@media screen and (min-width: 1025px) {
	.navigation.pagination .next a:hover,
	.navigation.pagination .prev a:hover {
		color: #fff;
		background-color: #009775;
	}
}
@media screen and (max-width: 767px) {
	.navigation.pagination .next a,
	.navigation.pagination .prev a {
		/*width: 3rem;*/
		/*height: 3rem;*/
	}
}
/*
.navigation.pagination .next a:after,
.navigation.pagination .prev a:after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -0.4rem;
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	border-top: 0.1rem solid #B4B4B4;
	box-sizing: border-box;
	transition: ease 0.25s border;
}
@media screen and (min-width: 1025px){
	.navigation.pagination .next a:hover:after,
	.navigation.pagination .prev a:hover:after{
		border-top-color: #FFF;
	}
}
.navigation.pagination .prev a:after {
	left: 50%;
	margin-left: -0.2rem;
	border-left: 0.1rem solid #B4B4B4;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (min-width: 1025px){
	.navigation.pagination .prev a:hover:after{
		border-left-color: #FFF;
	}
}
.navigation.pagination .next a:after {
	right: 50%;
	margin-right: -0.2rem;
	border-right: 0.1rem solid #B4B4B4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (min-width: 1025px){
	.navigation.pagination .next a:hover:after{
		border-right-color: #FFF;
	}
}
*/

/* ------------------------------------------- */
/* wordpress パスワードフォーム調整用 */
/* ------------------------------------------- */

.post-password-form {
	padding: 100px 30px;
	line-height: 1.8;
	text-align: center;
}
