/* -----------------------------------------------
= page-title
----------------------------------------------- */
.page-title {
	position: relative;
	min-height: 293px;
	padding-bottom: 21px;
}
.page-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 21px);
	z-index: -1;
	background: #3780d4;
}
.page-title::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: url(../img/page/page-title-bg-sp.png) no-repeat 100% 100% / 767px auto;
}
.page-title img {
	width: 100%;
	height: 173px;
	object-fit: cover;
	object-position: 50% 0;
}
.page-title .set {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100px;
	padding: 10px 23px;
	color: #fff;
}
.page-title .category {
	margin-bottom: 10px;
	font-size: calc(1.3rem / 1.6);
	line-height: 1.2;
}
.page-title h1 {
	margin-bottom: 10px;
	font-size: calc(2.5rem / 1.6);
	font-weight: 700;
	line-height: 1.2;
}
.page-title .en {
	font-family: var(--en);
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	line-height: 1.2;
}
@media (min-width: 768px) {/* PC */
.page-title {
	position: relative;
	min-height: 300px;
	padding-bottom: 36px;
}
.page-title::before {
	height: calc(100% - 36px);
}
.page-title::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: url(../img/page/page-title-bg-pc.png) no-repeat 50% 100% / 1500px auto;
}
.page-title img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: calc(100% - 36px);
}
.page-title .set {
	max-width: 1100px;
	min-height: 260px;
	padding: 20px;
	margin-inline: auto;
}
.page-title .category {
	max-width: calc(50% - 20px);
	margin-bottom: 20px;
	font-size: calc(2rem / 1.6);
}
.page-title h1 {
	max-width: calc(50% - 20px);
	margin-bottom: 20px;
	font-size: clamp(calc(4.2rem / 1.6), calc(50 / 1000 * 100vw), calc(5rem / 1.6));
}
.page-title .en {
	max-width: calc(50% - 20px);
	font-size: calc(3.2rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= breadcrumbs
----------------------------------------------- */
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	position: relative;
	z-index: 1;
	margin-top: -12px;
	padding: 0 60px 30px 18px;
}
.breadcrumbs li {
	font-size: calc(1.1rem / 1.6);
	line-height: calc(13 / 11);
}
.breadcrumbs li + li {
	position: relative;
	padding-left: 13px;
}
.breadcrumbs li + li::before {
	content: "";
	position: absolute;
	top: .3em;
	left: 0;
	width: 5px;
	height: 8px;
	background: url(../img/page/icon-breadcrumbs.svg) no-repeat 50% / cover;
}
.breadcrumbs li a {
	color: var(--blue);
}
@media (min-width: 768px) {/* PC */
.breadcrumbs {
	justify-content: end;
	gap: 5px 12px;
	max-width: 1100px;
	margin: -18px auto 0;
	padding: 0 20px 60px;
}
.breadcrumbs li {
	font-size: calc(1.4rem / 1.6);
}
.breadcrumbs li:first-child {
	margin-left: 120px;
}
.breadcrumbs li + li {
	padding-left: 16px;
}
.breadcrumbs li + li::before {
	top: .3em;
	width: 6px;
	height: 11px;
}
}/* @media */
@media (hover: hover) {
.breadcrumbs a:hover {
	text-decoration: underline;
}
}/* @media */
/* -----------------------------------------------
= learn-more
----------------------------------------------- */
.learn-more {
	padding: 0 18px 50px;
	text-align: center;
}
.learn-more p {
	margin-bottom: 20px;
	font-size: calc(1.75rem / 1.6);
}
.learn-more p span {
	display: inline-block;
	position: relative;
	padding: 0 20px 10px;
}
.learn-more p span::before,
.learn-more p span::after {
	content: "";
	position: absolute;
	top: 0;
	width: 4px;
	height: 30px;
	background: var(--black);
	clip-path: polygon(0 0 , 100% 0 , 50% 100%);
}
.learn-more p span::before {
	left: 0;
	transform: rotate(-35deg);
}
.learn-more p span::after {
	right: 0;
	transform: rotate(35deg);
}
.learn-more ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px 20px;
}
.learn-more li {
	font-size: calc(1.5rem / 1.6);
}
.learn-more a {
	display: block;
	position: relative;
	padding: 12px;
	border: 0.5px solid #737373;
	border-radius: 3em;
	box-shadow: 0 2px 0 rgba(0,0,0,.1);
}
.learn-more a::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 19px;
	width: 8px;
	height: 10px;
	background: var(--black);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 768px) {/* PC */
.learn-more {
	max-width: 1100px;
	margin-inline: auto;
	padding: 0 80px 100px;
}
.learn-more p {
	position: relative;
	margin-bottom: 55px;
	font-size: calc(2.5rem / 1.6);
	font-weight: 700;
}
.learn-more p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}
.learn-more p span {
	padding: 5px 60px;
	background: #fff;
}
.learn-more p span::before,
.learn-more p span::after {
	width: 5px;
	height: 44px;
}
.learn-more p span::before {
	left: 20px;
}
.learn-more p span::after {
	right: 20px;
}
.learn-more ul {
	gap: 20px 40px;
}
.learn-more li {
	font-size: calc(2rem / 1.6);
	font-weight: 700;
}
.learn-more li + li {
	margin-top: 0;
}
.learn-more a {
	padding: 12px;
	border-width: 1px;
}
.learn-more a::after {
	top: calc(50% - 5.5px);
	width: 9px;
	height: 11px;
}
}/* @media */
@media (hover: hover) {
.learn-more a {
	transition: .3s;
}
.learn-more a:hover {
	color: #fff;
	background: var(--blue-hover);
	border-color: transparent;
}
.learn-more a::after {
	transition: .3s;
}
.learn-more a:hover::after {
	background: #fff;
}
}/* @media */

/* -----------------------------------------------
= layout
----------------------------------------------- */
.l-page {
	margin-top: 60px;
}
.l-content {
	margin-bottom: 80px;
}
.l-content__inner {
	padding: 0 18px;
}
.l-content__side {
	margin-top: 50px;
}
@media (min-width: 960px) {/* PC */
.l-page {
	margin-top: 90px;
}
.l-content {
	margin-bottom: 100px;
}
.l-content__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
}
.l-content__col {
	display: flex;
	justify-content: space-between;
	gap: 0 50px;
}
.l-content__main {
	flex: 1;
}
.l-content__side {
	width: 270px;
	margin-top: 0;
}
}/* @media */

/*--------------------------------------------------
  = m-noticePost
--------------------------------------------------*/
.m-noticePosts {
	border-bottom: 1px solid #ececec;
}
.m-noticePost {
	display: block;
	position: relative;
	border-top: 1px solid #ececec;
}
.m-noticePost__data {
	line-height: 1;
}
.m-noticePost__time {
	color: #737373;
	font-family: var(--en);
	font-weight: bold;
}
.m-noticePost__ttl {
	color: #000;
	transition: .2s ease;
}
.m-noticePost__cats {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.m-noticePost__cat {
	position: relative;
	border: 1px solid;
	border-radius: 3em;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.m-noticePosts {
		margin-bottom: 40px;
	}
	.m-noticePost {
		padding: 9px 5px 14px;
	}
	.m-noticePost__data {
		display: flex;
    	align-items: center;
		min-height: 31px;
	}
	.m-noticePost__time {
		font-size: calc(1.6rem / 1.6);
	}
	.m-noticePost__ttl {
        margin-top: 8px;
		line-height: 1.5;
		font-size: calc(1.5rem / 1.6);
	}
	.m-noticePost__cats {
		margin: 0 -5px 0 8px;
	}
    .m-noticePost__cat {
        margin: 3px 5px;
        padding: 5px 13px;
        font-size: calc(1.3rem / 1.6);
    }
	/* hover */
	.m-noticePost:hover {
		text-decoration: none;
	}
	.m-noticePost:hover .m-noticePost__ttl {
		color: #2376c5;
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.m-noticePosts {
		margin-bottom: 35px;
	}
	.m-noticePost {
		padding: 20px 4px 18px;
	}
	.m-noticePost__time {
		font-size: calc(1.5rem / 1.6);
	}
	.m-noticePost__ttl {
        margin-top: 10px;
		line-height: 1.538;
		font-size: calc(1.3rem / 1.6);
	}
	.m-noticePost__cats {
		margin: 0 -4px 0 8px;
	}
    .m-noticePost__cat {
        margin: 4px;
        padding: 3px 13px 4px;
        font-size: calc(1.1rem / 1.6);
    }
}
/*--------------------------------------------------
  = m-newsPost
--------------------------------------------------*/
.m-newsPosts {
	border-bottom: 1px solid #ececec;
}
.m-newsPost {
	display: block;
}
.m-newsPost__ttl {
	position: relative;
	border-bottom: solid #4693dd;
	color: #0d0d0d;
	font-weight: 600;
	transition: .2s ease;
}
.m-newsPost__ttl::before,
.m-newsPost__ttl::after {
	content: "";
	display: block;
	position: absolute;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.m-newsPost__ttl::before {
	background: #4693dd;
}
.m-newsPost__ttl::after {
    background: #fff;
}
.m-newsPost__data {
	display: flex;
    align-items: baseline;
	justify-content: flex-end;
	line-height: 1;
}
.m-newsPost__cats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.m-newsPost__cat {
    position: relative;
    box-sizing: border-box;
    color: #2376c5;
    line-height: 1;
    text-align: center;
}
.m-newsPost__cat::before {
	content: "●";
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #c1d8ed;
}
.m-newsPost__time {
	color: #737373;
    font-family: var(--en);
    font-weight: bold;
}
.m-newsPost__imgWpr {
	position: relative;
	overflow: hidden;
}
.m-newsPost__new {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    background: var(--blue);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}
.m-newsPost__new span {
	display: block;
	transform: rotate(-45deg);
}
.m-newsPost__imgWpr img {
	width: 100%;
	object-fit: cover;
	transition: .2s ease;
}
.m-newsPost__txt {
	position: relative;
  	color:#0d0d0d;
	font-weight: 400;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.m-newsPosts {
		margin-bottom: 40px;
		padding-bottom: 80px;
	}
	.m-newsPost + .m-newsPost {
		margin-top: 70px;
	}
	.m-newsPost__ttl {
        margin-bottom: 20px;
        padding: 0 11px 15px;
        border-width: 2px;
		line-height: 1.5;
        font-size: calc(2.2rem / 1.6);
	}
	.m-newsPost__ttl::before,
	.m-newsPost__ttl::after {
		left: 67px;
		width: 27px;
		height: 16px;
	}
	.m-newsPost__ttl::before {
		bottom: -16px;
	}
	.m-newsPost__ttl::after {
		bottom: -13px;
	}
	.m-newsPost__data {
        margin-bottom: 10px;
	}
	.m-newsPost__time {
        font-size: calc(1.6rem / 1.6);
	}
	.m-newsPost__cats {
		margin: 0 -7px 0 10px;
	}
	.m-newsPost__cat {
		margin: 3px 7px;
        font-size: calc(1.4rem / 1.6);
	}
	.m-newsPost__cat::before {
		margin: 3px 5px 0 0;
        font-size: calc(.8rem / 1.6);
	}
	.m-newsPost__body {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.m-newsPost__imgWpr {
		width: 280px;
		margin-right: 30px;
	}
	.m-newsPost__new {
	    width: 70px;
    	height: 70px;
	}
	.m-newsPost__new span {
		font-size: calc(1.4rem / 1.6);
	}
	.m-newsPost__imgWpr img {
		height: 194px;
	}
	.m-newsPost__txtWpr {
		flex: 1;
        padding-top: 25px;
	}
	.m-newsPost__txt {
		line-height: 1.875;
        font-size: calc(1.6rem / 1.6);
	}
	/* hover */
	.m-newsPost:hover {
		text-decoration: none;
	}
	.m-newsPost:hover .m-newsPost__ttl {
		color: #2376c5;
		text-decoration: underline;
	}
	.m-newsPost:hover .m-newsPost__imgWpr img {
		transform: scale(1.1);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.m-newsPosts {
		margin-bottom: 30px;
		padding-bottom: 60px;
	}
	.m-newsPost + .m-newsPost {
		margin-top: 30px;
	}
	.m-newsPost__ttl {
        margin-bottom: 10px;
        padding: 0 5px 10px;
        border-width: 1px;
		line-height: 1.5;
        font-size: calc(1.6rem / 1.6);
	}
	.m-newsPost__ttl::before,
	.m-newsPost__ttl::after {
        left: 33px;
        width: 13px;
        height: 8px;
	}
	.m-newsPost__ttl::before {
		bottom: -8px;
	}
	.m-newsPost__ttl::after {
    	bottom: -6.5px;
	}
	.m-newsPost__data {
        margin-bottom: 15px;
	}
	.m-newsPost__time {
        font-size: calc(1.4rem / 1.6);
	}
	.m-newsPost__cats {
		margin: 0 -4px 0 5px;
	}
	.m-newsPost__cat {
		margin: 2px 4px;
        font-size: calc(1.2rem / 1.6);
	}
	.m-newsPost__cat::before {
		margin: 3px 3px 0 0;
        font-size: calc(.6rem / 1.6);
	}
	.m-newsPost__imgWpr {
		margin-bottom: 20px;
	}
	.m-newsPost__new {
        width: 50px;
        height: 50px;
	}
	.m-newsPost__new span {
		font-size: calc(1rem / 1.6);
	}
	.m-newsPost__imgWpr img {
		height: 230px;
	}
	.m-newsPost__txt {
		line-height: 1.924;
        font-size: calc(1.3rem / 1.6);
	}
}
/*--------------------------------------------------
  = m-newsDetail
--------------------------------------------------*/
.m-newsDetail {
	display: block;
	position: relative;
}
.m-newsDetail__ttl {
	position: relative;
	border-bottom: solid #4693dd;
	color: #0d0d0d;
	font-weight: 600;
	transition: .2s ease;
}
.m-newsDetail__ttl::before,
.m-newsDetail__ttl::after {
	content: "";
	display: block;
	position: absolute;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.m-newsDetail__ttl::before {
	background: #4693dd;
}
.m-newsDetail__ttl::after {
    background: #fff;
}
.m-newsDetail__data {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	line-height: 1;
}
.m-newsDetail__new {
	color: #ea68a2;
	font-weight: 600;
	font-family: var(--en);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.m-newsDetail__ttl {
        margin-bottom: 20px;
        padding: 0 7px 15px;
        border-width: 2px;
		line-height: 1.5;
        font-size: calc(2.2rem / 1.6);
	}
	.m-newsDetail__ttl::before,
	.m-newsDetail__ttl::after {
		left: 67px;
		width: 27px;
		height: 16px;
	}
	.m-newsDetail__ttl::before {
		bottom: -16px;
	}
	.m-newsDetail__ttl::after {
		bottom: -13px;
	}
	.m-newsDetail__new {
		margin-right: 15px;
		font-size: calc(1.6rem / 1.6);
	}
	.m-newsDetail .m-newsPost__time {
		margin-top: 1px;
	}
	.m-newsDetail__cont {
		min-height: 360px;
		margin-top: 30px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.m-newsDetail__ttl {
        margin-bottom: 10px;
        padding: 0 5px 10px;
        border-width: 1px;
		line-height: 1.5;
        font-size: calc(1.6rem / 1.6);
	}
	.m-newsDetail__ttl::before,
	.m-newsDetail__ttl::after {
        left: 33px;
        width: 13px;
        height: 8px;
	}
	.m-newsDetail__ttl::before {
		bottom: -8px;
	}
	.m-newsDetail__ttl::after {
    	bottom: -6.5px;
	}
	.m-newsDetail__new {
		margin: 3px 10px 0 0;
		font-size: calc(1.4rem / 1.6);
	}
	.m-newsDetail .m-newsPost__time {
		margin-top: 3px;
	}
	.m-newsDetail .m-noticePost__cats {
		margin-top: 0;
	}
	.m-newsDetail__cont {
		margin-top: 30px;
	}
}
/*--------------------------------------------------
  = m-sideNavPost
--------------------------------------------------*/
.m-sideNavPost_ttl {
    position: relative;
	background: #f1f6fb;
	color: #0d0d0d;
	font-weight: 600;
}
.m-sideNavPost_ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.m-sideNavPost_link {
	position: relative;
	display: block;
	background-image: linear-gradient(to right, #d9d9d9, #d9d9d9 2px, transparent 4px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
	background-position: left bottom;
	color: #000;
	transition: .2s ease;
}
.m-sideNavPost_link::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
    background: #4693dd;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
	transition: .2s ease;
}
.m-sideNavPost_link.is-current {
	color: #2376c5;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.m-sideNavPost_archive + .m-sideNavPost_archive {
		margin-top: 55px;
	}
	.m-sideNavPost_ttl {
        padding: 14px 22px 13px 22px;
        font-size: calc(2.2rem / 1.6);
	}
	.m-sideNavPost_ttl::before {
        height: 2px;
        background: linear-gradient(90deg, #0d0d0d 0%, #0d0d0d 16px, #cfe2f5 16px, #cfe2f5 100%);
	}
	.m-sideNavPost_link {
		padding: 18px 45px 18px 16px;
		line-height: 1.6;
        font-size: calc(1.5rem / 1.6);
	}
	.m-sideNavPost_link::after {
		right: 20px;
		width: 9px;
		height: 11px;
	}
	/* hover */
	.m-sideNavPost_link:hover {
		color: #2376c5;
		text-decoration: none;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.m-sideNavPost_archive + .m-sideNavPost_archive {
		margin-top: 40px;
	}
	.m-sideNavPost_ttl {
        padding: 13px 12px 12px 12px;
        font-size: calc(1.7rem / 1.6);
	}
	.m-sideNavPost_ttl::before {
        height: 2px;
        background: linear-gradient(90deg, #0d0d0d 0%, #0d0d0d 12px, #cfe2f5 12px, #cfe2f5 100%);
	}
	.m-sideNavPost_link {
		padding: 15px 40px 15px 15px;
		line-height: 1.6;
        font-size: calc(1.3rem / 1.6);
	}
	.m-sideNavPost_link::after {
		right: 15px;
		width: 8px;
		height: 9px;
	}
}
/*--------------------------------------------------
  = m-pagenavi__archive
--------------------------------------------------*/
.m-pagenavi__archive {
	display: flex;
	align-items: center;
	justify-content: center;
}
.m-pagenavi__archive .page-numbers:not(.prev, .next) {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f6fb;
	line-height: 1;
	box-sizing: border-box;
}
.m-pagenavi__archive a.page-numbers {
	transition: .2s ease;
}
.m-pagenavi__archive a.page-numbers:not(.prev, .next), .m-pagenavi__archive .page-numbers.dots {
	color: #0d0d0d;
}
.m-pagenavi__archive .page-numbers.current {
    background: #4693dd;
	color: #fff;
}
.m-pagenavi__archive .page-numbers.prev, .m-pagenavi__archive .page-numbers.next {
	position: relative;
	color: #232323;
	line-height: 1;
    font-family: var(--en);
    font-weight: bold;
}
.m-pagenavi__archive .page-numbers.prev::after, .m-pagenavi__archive .page-numbers.next::after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: #4693dd;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
    transition: .2s ease;
}
.m-pagenavi__archive .page-numbers.prev::after {
	left: 0;
	transform: scale(-1, 1) translateY(-50%);
}
.m-pagenavi__archive .page-numbers.next::after {
	right: 0;
	transform: translateY(-50%);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.m-pagenavi__archive .page-numbers:not(.prev, .next) {
		width: 40px;
		height: 40px;
		margin: 0 5px;
		padding-bottom: 3px;
        font-size: calc(1.8rem / 1.6);
	}
	.m-pagenavi__archive .page-numbers.prev,
	.m-pagenavi__archive .page-numbers.next {
		padding: 0 24px;
        font-size: calc(2.2rem / 1.6);
	}
	.m-pagenavi__archive .page-numbers.prev {
		margin-right: 6px;
	}
	.m-pagenavi__archive .page-numbers.next {
		margin-left: 6px;
	}
	.m-pagenavi__archive .page-numbers.prev::after, .m-pagenavi__archive .page-numbers.next::after {
        width: 9px;
        height: 11px;
	}
	/* hover */
	.m-pagenavi__archive a.page-numbers:not(.prev, .next):hover {
		background: #2376c5;
		color: #fff;
		text-decoration: none;
	}
	.m-pagenavi__archive .page-numbers.prev:hover,
	.m-pagenavi__archive .page-numbers.next:hover {
		color: #2376c5;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.m-pagenavi__archive .page-numbers:not(.prev, .next) {
		width: 30px;
		height: 30px;
		margin: 0 4px;
		padding-bottom: 1px;
        font-size: calc(1.35rem / 1.6);
	}
	.m-pagenavi__archive .page-numbers.prev,
	.m-pagenavi__archive .page-numbers.next {
		padding: 0 20px;
        font-size: calc(1.65rem / 1.6);
	}
	.m-pagenavi__archive .page-numbers.prev::after, .m-pagenavi__archive .page-numbers.next::after {
        width: 7px;
        height: 9px;
	}
}
/*--------------------------------------------------
  = m-pagenavi__single
--------------------------------------------------*/
.m-pagenavi__single {
    border-top: 1px solid #ececec;
}
.m-pagenavi__list {
	position: relative;
	width: 100%;
}
.m-pagenavi__single__prev,
.m-pagenavi__single__return,
.m-pagenavi__single__next {
	position: absolute;
	top: 0;
}
.m-pagenavi__single__prev a,
.m-pagenavi__single__return a,
.m-pagenavi__single__next a {
	position: relative;
	display: block;
	color: #232323;
	line-height: 1;
	font-weight: 600;
	font-family: var(--en);
	transition: .2s ease;
}
.m-pagenavi__single__prev a::before,
.m-pagenavi__single__next a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: #4693dd;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}
.m-pagenavi__single__prev a::before {
	left: 0;
	transform: scale(-1, 1) translateY(-50%);

}
.m-pagenavi__single__next a::before {
	right: 0;
	transform: translateY(-50%);

}
.m-pagenavi__single__return {
	left: 50%;
	transform: translateX(-50%);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.m-pagenavi__single {
		padding-top: 50px;
	}
	.m-pagenavi__list {
		min-height: 30px;
	}
	.m-pagenavi__single__prev,
	.m-pagenavi__single__return,
	.m-pagenavi__single__next {
        font-size: calc(2.2rem / 1.6);
	}
	.m-pagenavi__single__prev {
		left: 25px;
	}
	.m-pagenavi__single__next {
		right: 25px;
	}
	.m-pagenavi__single__prev a,
	.m-pagenavi__single__next a,
	.m-pagenavi__single__return a {
		padding: 0 25px;
	}
	.m-pagenavi__single__prev a::before,
	.m-pagenavi__single__next a::before {
		width: 9px;
		height: 11px;
	}
	/* hover */
	.m-pagenavi__single a:hover {
		color: #2376c5;
		text-decoration: none;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.m-pagenavi__single {
		padding-top: 35px;
	}
	.m-pagenavi__list {
		min-height: 20px;
	}
	.m-pagenavi__single__prev,
	.m-pagenavi__single__return,
	.m-pagenavi__single__next {
        font-size: calc(1.65rem / 1.6);
	}
	.m-pagenavi__single__prev {
		left: 0;
	}
	.m-pagenavi__single__next {
		right: 0;
	}
	.m-pagenavi__single__prev a,
	.m-pagenavi__single__next a,
	.m-pagenavi__single__return a {
		padding: 0 20px;
	}
	.m-pagenavi__single__prev a::before,
	.m-pagenavi__single__next a::before {
		width: 7px;
		height: 9px;
	}
}
/*--------------------------------------------------
  = m-404
--------------------------------------------------*/
.m-404 {
	text-align: center;
}
.m-404__ttl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  	color:#232323;
	font-family: var(--en);
  	line-height: 1;
	font-weight: 600;
	text-align: center;
}
.m-404__ttl::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
	background: #4693dd;
    transition: opacity .3s ease;
    transform: translateX(-50%);
    z-index: 2;
}
.m-404__btn {
    position: relative;
    display: block;
    margin: 0 auto;
    color: #000000;
    font-weight: 600;
    text-align: center;
}
.m-404__btn::before,
.m-404__btn::after {
	content: "";
    display: block;
    position: absolute;
}
.m-404__btn::before {
    left: 0;
    width: 100%;
    height: 100%;
    background: #e5e5e5;
}
.m-404__btn::after {
    top: 50%;
    background: #0d0d0d;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
    transition: .2s ease-in;
    z-index: 1;
}
.m-404__btn a {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #737373;
    font-weight: 600;
    transition: .2s ease-in;
    z-index: 1;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.m-404 {
		padding: 40px 0;
	}
	.m-404__ttl {
		margin-bottom: 30px;
		padding-bottom: 25px;
        font-size: calc(5rem / 1.6);
	}
	.m-404__ttl::before {
        width: 40px;
        height: 2px;
    }
	.m-404__txt {
		line-height: 1.875;
        font-size: calc(1.6rem / 1.6);
	}
	.m-404__btn {
        max-width: 340px;
        width: 100%;
		margin-top: 55px;
		line-height: 1.6;
        font-size: calc(2rem / 1.6);
	}
	.m-404__btn::before {
		bottom: -3px;
        border-radius: 30px;
	}
	.m-404__btn::after {
		right: 20px;
        width: 9px;
        height: 11px;
	}
	.m-404__btn a {
	    padding: 13px 50px 14px 50px;
		border-radius: 30px;
        line-height: 1.6;
        font-size: calc(2rem / 1.6);
	}
	/* hover */
	.m-404__btn:hover a {
		background: #2376c5;
		border-color: #2376c5;
		color: #fff;
		text-decoration: none;
	}
	.m-404__btn:hover::after {
		background: #fff;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.m-404 {
		padding: 40px 0 0;
	}
	.m-404__ttl {
		margin-bottom: 20px;
		padding-bottom: 18px;
        font-size: calc(3rem / 1.6);
	}
	.m-404__ttl::before {
        width: 20px;
        height: 1px;
    }
	.m-404__txt {
		line-height: 1.924;
        font-size: calc(1.3rem / 1.6);
	}
	.m-404__btn {
        width: 250px;
		margin-top: 25px;
        line-height: 1.6;
        font-size: calc(1.5rem / 1.6);
	}
	.m-404__btn::before {
        bottom: -2px;
        border-radius: 25px;
	}
	.m-404__btn::after {
        right: 18px;
        width: 9px;
        height: 11px;
	}
	.m-404__btn a {
        padding: 11px 40px 12px;
        border-radius: 25px;
        line-height: 1.6;
        font-size: calc(1.5rem / 1.6);
	}
}
/*--------------------------------------------------
  = m-form
--------------------------------------------------*/
.m-form__list,
.m-form__list li {
	background-size: 100% 2px;
	background-repeat: no-repeat;
}
.m-form__list {
	background-position: left bottom;
}
.m-form__list li {
	background-position: left top;
}
.m-form__ttl {
	display: flex;
    align-items: flex-start;
  	color: #0d0d0d;
	line-height: 1;
    font-weight: 500;
	box-sizing: border-box;
}
.m-form__required {
	display: block;
	color: #eb6100;
}
.m-form input[type="text"],
.m-form input[type="email"],
.m-form input[type="tel"],
.m-form textarea {
	border: 1px solid #e0dfeb;
	background-color: #fafafa;
	color: #0d0d0d;
	box-sizing: border-box;
}
.m-form input::placeholder {
	color: #cccccc;
}
.m-form span.wpcf7-list-item {
	display: block;
	margin: 0;
}
.m-form .cf7-min2-error {
	color: #b62a32;
    font-weight: normal;
    display: block;
}
.m-form__note {
	color: #0d0d0d;
	text-align: center;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, only screen and (min-width: 768px) {
	.m-form__list,
	.m-form__list li {
		background-image: linear-gradient(90deg, #0d0d0d 0%, #0d0d0d 16px, #cfe2f5 16px, #cfe2f5 100%);
	}
	.m-form__list {
		margin-bottom: 60px;
	}
	.m-form__list li {
		display: flex;
	}
	.m-form__ttl {
		width: 210px;
		margin-right: 20px;
		padding: 33px 15px;
		line-height: 1.667;
        font-size: calc(1.8rem / 1.6);
	}
	.m-form__required {
		margin-left: 10px;
	}
	.m-form__cnt {
		flex: 1;
		padding: 30px 30px 30px 0;
	}
	.m-form input[type="text"],
	.m-form input[type="email"],
	.m-form input[type="tel"],
	.m-form textarea {
		padding: 7px 14px;
		border-radius: 5px;
		line-height: 1.5;
        font-size: calc(1.6rem / 1.6);
	}
	.m-form .wpcf7-not-valid-tip,
	.m-form .cf7-min2-error {
        margin-top: 5px;
        font-size: calc(1.5rem / 1.6);
	}
	.m-form__input_s {
		min-width: 250px;
	}
	.m-form__input_m {
		min-width: 350px;
	}
	.m-form__input_l {
		min-width: 450px;
	}
	.m-form textarea {
		width: 100%;
		height: 300px;
	}
	.m-form__note {
		margin-top: 35px;
		line-height: 1.875;
        font-size: calc(1.6rem / 1.6);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.m-form__list,
	.m-form__list li {
        background-image: linear-gradient(90deg, #0d0d0d 0%, #0d0d0d 13px, #cfe2f5 13px, #cfe2f5 100%);
	}
	.m-form__list {
		margin-bottom: 50px;
	}
	.m-form__list li {
		padding: 20px 5px 30px;
	}
	.m-form__ttl {
		margin-bottom: 20px;
		line-height: 1.667;
        font-size: calc(1.8rem / 1.6);
	}
	.m-form__required {
		margin-left: 20px;
	}
	.m-form input[type="text"],
	.m-form input[type="email"],
	.m-form input[type="tel"],
	.m-form textarea {
		width: 100%;
		padding: 12px 14px;
		border-radius: 5px;
		line-height: 1.5;
        font-size: calc(1.6rem / 1.6);
	}
	.m-form textarea {
		height: 200px;
	}
	.m-form .wpcf7-not-valid-tip,
	.m-form .cf7-min2-error {
        margin-top: 10px;
        font-size: calc(1.5rem / 1.6);
	}
	.m-form__note {
		margin-top: 40px;
		line-height: 1.875;
        font-size: calc(1.6rem / 1.6);
	}
}
/*--------------------------------------------------
  = m-form__submit / m-form__Btn
--------------------------------------------------*/
.m-form__Btn {
	position: relative;
}
.m-form__Btn::before,
.m-form__Btn::after {
	content: "";
    display: block;
    position: absolute;
}
.m-form__Btn::before {
    left: 0;
    width: 100%;
    height: 100%;
    background: #e5e5e5;
}
.m-form__Btn::after {
    top: 50%;
    background: #0d0d0d;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
    transition: .2s ease-in;
    z-index: 1;
}
.m-form__Btn input {
    position: relative;
    display: block;
	width: 100%;
    background: #fff;
    border: 1px solid #737373;
    font-weight: 600;
    transition: .2s ease-in;
	cursor: pointer;
    z-index: 1;
}
.m-form__Btn .wpcf7-spinner {
	display: none;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.m-form__submit {
		display: flex;
		justify-content: center;
	}
	.m-form__Btn {
		width: 340px;
	}
	.m-form__Btn::before {
		bottom: -3px;
        border-radius: 30px;
	}
	.m-form__Btn::after {
        right: 20px;
        width: 9px;
        height: 11px;
	}
	.m-form__Btn input {
		padding: 13px 50px 14px 32px;
        border-radius: 30px;
        line-height: 1.6;
        font-size: calc(2rem / 1.6);
	}
	/* hover */
	.m-form__Btn:hover input {
        background: #2376c5;
		border-color: #2376c5;
		color: #fff;
    }
	.m-form__Btn:hover::after {
		background: #fff;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.m-form__Btn {
		max-width: 340px;
		margin: 0 auto;
	}
	.m-form__Btn::before {
        bottom: -2px;
        border-radius: 25px;
	}
	.m-form__Btn::after {
        right: 20px;
        width: 9px;
        height: 10px;
	}
	.m-form__Btn input {
        padding: 12px 40px;
        border-radius: 25px;
        line-height: 1.6;
        font-size: calc(1.5rem / 1.6);
	}
}