@charset "UTF-8";
*:where(
	:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
) {
	all: unset;
	display: revert;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
a,
button {
	cursor: revert;
}
ol,
ul,
menu {
	list-style: none;
}
img {
	max-width: 100%;
}
table {
	border-collapse: collapse;
}
input,
textarea {
	-webkit-user-select: auto;
}
textarea {
	white-space: revert;
}
meter {
	-webkit-appearance: revert;
	-moz-appearance: revert;
	appearance: revert;
}
::-moz-placeholder {
	color: unset;
}
::placeholder {
	color: unset;
}
:where([hidden]) {
	display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
	-moz-user-modify: read-write;
	-webkit-user-modify: read-write;
	overflow-wrap: break-word;
	-webkit-line-break: after-white-space;
	-webkit-user-select: auto;
}
:where([draggable="true"]) {
	-webkit-user-drag: element;
}
dl,
p,
ul,
ol {
	word-wrap: break-word;
	word-break: break-all;
}
body {
	font:
		13px/1.231 游ゴシック,
		YuGothic,
		ヒラギノ角ゴ ProN W3,
		Hiragino Kaku Gothic ProN,
		メイリオ,
		Meiryo,
		Verdana,
		arial,
		ＭＳ Ｐゴシック,
		MS PGothic,
		sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	letter-spacing: -0.01px;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	height: 100%;
}
@keyframes animeFadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes animeBottomFadeIn {
	0% {
		opacity: 0;
		transform: translateY(80px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes animeLeftFadeIn {
	0% {
		opacity: 0;
		transform: translate(-80px);
	}
	to {
		opacity: 1;
		transform: translate(0);
	}
}
@keyframes animeRightFadeIn {
	0% {
		opacity: 0;
		transform: translate(80px);
	}
	to {
		opacity: 1;
		transform: translate(0);
	}
}
@keyframes animePopup {
	0% {
		opacity: 0;
		transform: translateY(60px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
* {
	box-sizing: border-box;
	text-decoration: none;
}
ul,
ol {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	opacity: 0.75;
	text-decoration: none;
}
a:active,
a:focus {
	outline: 0;
	text-decoration: none;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}
.u-cf:after {
	clear: both;
	content: "";
	display: block;
}
html {
	font-size: 62.5%;
}
body {
	color: #333;
	font-family:
		Noto Sans JP,
		sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	min-width: 320px;
}
@media only screen and (max-width: 1100px) {
	body {
		font-size: 1.3636363636vw;
	}
}
@media only screen and (max-width: 896px) {
	body {
		font-size: 1.4736842105vw;
	}
}
@media only screen and (max-width: 430px) {
	body {
		font-size: 13px;
		font-size: 3.4666666667vw;
	}
}
body:before {
	background-image: url(/blog/wp-content/themes/cmps_blog/dist/img/bg.png);
	background-size: 70%;
	content: "";
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: -1;
}
@media only screen and (max-width: 896px) {
	body:before {
		background-size: 60%;
	}
}
@media only screen and (max-width: 430px) {
	body:before {
		background-size: 80%;
	}
}
body.is-hidden {
	height: 100%;
	overflow: hidden;
	width: 100%;
}
@supports (-webkit-touch-callout: none) {
	html {
		height: -webkit-fill-available;
		min-height: 100vh;
	}
	body {
		min-height: 100vh;
		min-height: -webkit-fill-available;
	}
}
input[type="submit"] {
	-webkit-appearance: none;
}
.hljs-ln {
	border: none;
	margin-bottom: 0;
}
.hljs-ln tr,
.hljs-ln td {
	border: none;
}
.hljs-ln-numbers {
	color: #ccc;
	font-family: inherit;
	min-width: 2rem;
	padding-right: 10px;
	text-align: center;
	vertical-align: top;
}
.hljs-ln-code.hljs-ln-line {
	padding-left: 8px;
}
pre {
	position: relative;
	white-space: pre-wrap;
}
code {
	font-family:
		Ubuntu Mono,
		monospace;
}
#selectPre {
	background-color: #8b8b8b;
	border: none;
	color: #fff;
	padding: 0 0.5em;
	position: absolute;
	right: 0;
	text-indent: 0;
	top: 0;
}
#selectPre:hover {
	cursor: pointer;
}
.wp-block-verse #selectPre,
.wp-block-preformatted #selectPre {
	display: none;
}
pre + pre {
	margin-top: 15px;
}
.hilite {
	display: inline-block;
}
.c-page_inner .hilite,
.c-postsList_item .hilite,
.p-search_title .hilite {
	background-color: #ffe695;
}
.c-page_inner .c-title_text-color1 .hilite {
	color: #333;
}
.l-wrapper,
.l-contents {
	width: 100%;
}
.l-contents-bg {
	position: relative;
}
.l-contents-bg:before {
	background: linear-gradient(-135deg, #0765e0, #154a72);
	content: "";
	display: block;
	height: 700px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
@media only screen and (max-width: 1100px) {
	.l-contents-bg:before {
		height: 63.6363636364vw;
	}
}
@media only screen and (max-width: 896px) {
	.l-contents-bg:before {
		height: 63.1578947368vw;
	}
}
@media only screen and (max-width: 430px) {
	.l-contents-bg:before {
		height: 133.3333333333vw;
	}
}
.l-contents_inner {
	padding: 20px 25px;
}
@media only screen and (max-width: 1100px) {
	.l-contents_inner {
		padding: 1.8181818182vw 2.2727272727vw;
	}
}
@media only screen and (max-width: 896px) {
	.l-contents_inner {
		padding: 2.1052631579vw 2.6315789474vw;
	}
}
@media only screen and (max-width: 430px) {
	.l-contents_inner {
		padding: 5.3333333333vw 2.6666666667vw;
	}
}
.l-sidebar {
	padding: 15px;
	position: relative;
	width: 350px;
	z-index: 50;
}
@media only screen and (max-width: 1100px) {
	.l-sidebar {
		padding: 1.3636363636vw;
		width: 29.0909090909vw;
	}
}
@media only screen and (max-width: 896px) {
	.l-sidebar {
		padding: 0;
		width: 100%;
	}
}
.l-sidebar_inner {
	width: 100%;
}
.l-sidebar_post {
	align-items: center;
	display: flex;
	gap: 10px;
}
@media only screen and (max-width: 1100px) {
	.l-sidebar_post {
		gap: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.l-sidebar_post {
		gap: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.l-sidebar_post {
		gap: 2.6666666667vw;
	}
}
.l-sidebar_textOpen {
	display: inline;
}
.l-sidebar_textOpen.hide,
.l-sidebar_textFold {
	display: none;
}
.l-sidebar_textFold.show {
	display: inline;
}
.l-sidebarPostList {
	width: 100%;
}
@media only screen and (max-width: 896px) {
	.l-sidebarPostList {
		display: grid;
		gap: 1.0526315789vw;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 430px) {
	.l-sidebarPostList {
		display: block;
	}
}
.l-sidebarPostList_item {
	width: 100%;
}
.l-sidebarPostList_item + .l-sidebarPostList_item {
	margin-top: 10px;
}
@media only screen and (max-width: 1100px) {
	.l-sidebarPostList_item + .l-sidebarPostList_item {
		margin-top: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.l-sidebarPostList_item + .l-sidebarPostList_item {
		margin-top: 0;
	}
}
@media only screen and (max-width: 430px) {
	.l-sidebarPostList_item + .l-sidebarPostList_item {
		margin-top: 2.6666666667vw;
	}
}
main:not(.p-top) .l-sidebar {
	background-color: #fff;
	border-radius: 10px;
}
@media only screen and (max-width: 430px) {
	main:not(.p-top) .l-sidebar {
		background-color: transparent;
		border-radius: 0;
	}
}
.l-sidebarMonthly_content {
	width: 100%;
}
@media only screen and (max-width: 896px) {
	.l-sidebarMonthly_content {
		display: grid;
		gap: 1.5789473684vw;
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 430px) {
	.l-sidebarMonthly_content {
		display: block;
	}
}
.l-sidebarCalendar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
}
.l-sidebarCalendar_year {
	border-bottom: 2px solid #457cac;
	display: block;
	font-weight: 700;
	grid-column: 1/5;
	padding: 5px;
	text-align: center;
	width: 100%;
}
@media only screen and (max-width: 1100px) {
	.l-sidebarCalendar_year {
		padding: 0.4545454545vw;
	}
}
@media only screen and (max-width: 896px) {
	.l-sidebarCalendar_year {
		padding: 0.5263157895vw;
	}
}
@media only screen and (max-width: 430px) {
	.l-sidebarCalendar_year {
		padding: 1.3333333333vw;
	}
}
.l-sidebarCalendar_year:nth-of-type(n + 2) {
	margin-top: 10px;
}
@media only screen and (max-width: 1100px) {
	.l-sidebarCalendar_year:nth-of-type(n + 2) {
		margin-top: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.l-sidebarCalendar_year:nth-of-type(n + 2) {
		margin-top: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.l-sidebarCalendar_year:nth-of-type(n + 2) {
		margin-top: 2.6666666667vw;
	}
}
.l-sidebarCalendar_month {
	border-bottom: 1px dashed #a8b5d7;
	padding: 8px;
	text-align: center;
}
@media only screen and (max-width: 896px) {
	.l-sidebarCalendar_month {
		padding: 1.0526315789vw 0.5263157895vw;
	}
}
@media only screen and (max-width: 430px) {
	.l-sidebarCalendar_month {
		padding: 2.6666666667vw 1.3333333333vw;
	}
}
.l-sidebarCalendar_month + .l-sidebarCalendar_month {
	margin-left: 1px;
}
.l-sidebarCalendar_month-noPost {
	color: #a8b5d780;
}
.l-sidebarCalendar_month a {
	display: inline-block;
	width: 100%;
}
.c-block {
	width: 100%;
}
.c-block-flex,
.c-block-flexTabBlock {
	display: flex;
}
@media only screen and (max-width: 896px) {
	.c-block-flexTabBlock {
		display: block;
	}
}
.c-block-widthFit {
	width: -moz-fit-content;
	width: fit-content;
}
.c-block-pageHead {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1230px;
	min-height: 200px;
	padding: 110px 0 40px;
}
@media only screen and (max-width: 1100px) {
	.c-block-pageHead {
		min-height: 18.1818181818vw;
		padding: 11.8181818182vw 0 3.6363636364vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-block-pageHead {
		min-height: 21.0526315789vw;
		padding: 14.7368421053vw 0 4.2105263158vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-block-pageHead {
		flex-direction: column;
		min-height: 26.6666666667vw;
		padding: 16vw 0 10.6666666667vw;
		row-gap: 5.3333333333vw;
	}
}
.c-block-pageHead:before {
	background: url(/blog/wp-content/themes/cmps_blog/dist/img/head-bg.png)
		no-repeat top right/contain;
	content: "";
	height: 600px;
	position: absolute;
	right: 0;
	top: -4px;
	width: 100%;
	z-index: 0;
}
@media only screen and (max-width: 1100px) {
	.c-block-pageHead:before {
		height: 54.5454545455vw;
		top: 0.3636363636vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-block-pageHead:before {
		height: 63.1578947368vw;
		top: -1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-block-pageHead:before {
		height: 80vw;
		top: -16vw;
	}
}
.c-block-zIndex {
	position: relative;
	z-index: 50;
}
.c-block-blogCard {
	align-items: center;
	background: #fff;
	border: 1px solid #a8b5d7;
	border-left: 0;
	border-right: 0;
	display: grid;
	gap: 10px;
	grid-template-columns: 30% calc(70% - 10px);
	padding: 10px 0;
	width: 100%;
}
@media only screen and (max-width: 430px) {
	.c-block-blogCard {
		grid-template-columns: 35% calc(65% - 10px);
	}
}
.c-block-design {
	border: 1px solid #a8b5d7;
	border-left: 0;
	border-right: 0;
	display: inline-block;
	padding: 10px;
}
.c-block_body {
	width: 100%;
}
.c-modalParentBlock {
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 0;
}
.c-modalBlock {
	display: none;
}
.c-modalBlock.is-active {
	background: rgba(0, 0, 0, 0.75);
	display: block;
	height: 100%;
	left: 0;
	overflow-y: scroll;
	padding: 20px 5px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
@media only screen and (max-width: 896px) {
	.c-modalBlock.is-active {
		padding: 2.1052631579vw 0.5263157895vw 3.1578947368vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-modalBlock.is-active {
		padding: 5.3333333333vw 1.3333333333vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-modalBlock:after {
		background-color: #d5d5d5;
		border-radius: 5px;
		bottom: 0;
		content: "× CLOSE";
		display: inline-block;
		font-size: 1.2rem;
		font-weight: 500;
		left: 50%;
		max-width: 8em;
		padding: 1.0526315789vw 1.8947368421vw;
		position: relative;
		text-align: center;
		transform: translate(-59%);
		width: 90%;
	}
}
@media only screen and (max-width: 430px) {
	.c-modalBlock:after {
		padding: 2.6666666667vw 3.7333333333vw;
	}
}
.c-modalBlock_content {
	align-items: center;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 10px;
	max-width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 896px) {
	.c-modalBlock_content {
		margin-top: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-modalBlock_content {
		margin-top: 2.6666666667vw;
	}
}
.c-blockLoading {
	aspect-ratio: 1;
	background: #fff;
	border-radius: 50%;
	left: 50%;
	padding: 8px;
	position: absolute;
	top: 50%;
	transform: translate(-50%);
	transform-origin: 50% 50%;
	width: 50px;
	z-index: 1;
	--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
	-webkit-mask: var(--_m);
	mask: var(--_m);
	-webkit-mask-composite: source-out;
	animation: l3 1s infinite linear;
	mask-composite: subtract;
}
.c-blockLoading-design {
	left: 50%;
	top: 18%;
	width: 40px;
}
@media only screen and (max-width: 896px) {
	.c-blockLoading-design {
		width: 30px;
	}
}
@media only screen and (max-width: 430px) {
	.c-blockLoading-design {
		width: 40px;
	}
}
@keyframes l3 {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
.tiktok-embed {
	width: auto !important;
}
.tiktok-embed > section,
blockquote.twitter-tweet,
blockquote.instagram-media {
	display: none !important;
}
.wp-block-embed__wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
}
#single .instagram-media {
	margin-left: auto !important;
	margin-right: auto !important;
}
.iframeFullSize {
	width: 100% !important;
}
.c-btn {
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
}
.c-btn-flexStart {
	justify-content: flex-start;
}
@media only screen and (max-width: 430px) {
	.c-btn {
		display: block;
	}
}
.c-btn_inner {
	display: inline-block;
	padding: 0 6px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}
@media only screen and (max-width: 1100px) {
	.c-btn_inner {
		max-width: 45.4545454545vw;
		padding: 0 0.5454545455vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-btn_inner {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 42.1052631579vw;
		padding: 0 0.6315789474vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-btn_inner {
		max-width: 90.6666666667vw;
		padding: 0;
	}
}
.c-btn_inner:nth-child(n + 2) {
	margin-left: 100px;
}
@media only screen and (max-width: 1100px) {
	.c-btn_inner:nth-child(n + 2) {
		margin-left: 8.1818181818vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-btn_inner:nth-child(n + 2) {
		margin-left: 6.3157894737vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-btn_inner:nth-child(n + 2) {
		margin-left: auto;
		margin-top: 6.6666666667vw;
	}
}
.c-btn_inner-sizeL {
	padding: 0;
	width: 100%;
}
.c-btn_innerLink {
	align-items: center;
	background: rgba(73, 196, 253, 0.3);
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-weight: 500;
	justify-content: center;
	line-height: 1.2;
	padding: 15px 30px;
	width: 100%;
}
@media only screen and (max-width: 1100px) {
	.c-btn_innerLink {
		padding: 1.3636363636vw 2.7272727273vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-btn_innerLink {
		padding: 1.5789473684vw 1.8947368421vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-btn_innerLink {
		padding: 2.6666666667vw 3.7333333333vw;
	}
}
.c-btn_innerLink:hover {
	background: rgba(73, 196, 253, 0.3);
	box-shadow: none;
	opacity: 0.75;
}
.c-btn_innerLink-design {
	background: #fff;
	border: 1px solid #49c4fd;
	color: #2287c4;
	min-width: 340px;
}
@media only screen and (max-width: 1100px) {
	.c-btn_innerLink-design {
		min-width: 30.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-btn_innerLink-design {
		min-width: 35.7894736842vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-btn_innerLink-design {
		min-width: 90.6666666667vw;
	}
}
.c-btn_innerLink-design:hover {
	background: #fff;
	box-shadow: none;
	color: #2287c4;
	opacity: 0.75;
}
.c-btn_innerLink-design1 {
	background: #fff;
	border: 1px solid #49c4fd;
	color: #2287c4;
	padding: 10px 30px;
}
@media only screen and (max-width: 1100px) {
	.c-btn_innerLink-design1 {
		padding: 0.9090909091vw 2.7272727273vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-btn_innerLink-design1 {
		padding: 1.0526315789vw 1.8947368421vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-btn_innerLink-design1 {
		padding: 2.6666666667vw 3.7333333333vw;
		width: 100%;
	}
}
.c-btn_innerLink-design1:hover {
	background: #fff;
	box-shadow: none;
	color: #2287c4;
	opacity: 0.75;
}
.c-btn_innerLink-design2 {
	background: #fff;
	border: 2px solid #2287c4;
	color: #2287c4;
	font-size: 1.8rem;
	width: 100%;
}
@media only screen and (max-width: 1100px) {
	.c-btn_innerLink-design2 {
		font-size: 1.5454545455vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-btn_innerLink-design2 {
		font-size: 1.7894736842vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-btn_innerLink-design2 {
		font-size: 16px;
		font-size: 4.2666666667vw;
		margin-left: auto;
		margin-right: auto;
		padding: 4vw 3.7333333333vw;
	}
}
.c-btn_innerLink-design2:hover {
	background: #fff;
	box-shadow: none;
	opacity: 0.75;
}
.c-categoryBtn,
.c-categoryBtn_inner {
	display: inline-block;
}
.c-categoryBtn_anchor {
	background: #fff;
	border-radius: 5px;
	color: #0d2f49;
	display: inline-block;
	font-size: 1.2rem;
	padding: 5px 10px;
}
@media only screen and (max-width: 1100px) {
	.c-categoryBtn_anchor {
		font-size: 1.0909090909vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-categoryBtn_anchor {
		font-size: 1.6842105263vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-categoryBtn_anchor {
		font-size: 14px;
		font-size: 3.7333333333vw;
	}
}
.c-categoryBtn_anchor-design {
	background: #eee;
	color: #0d2f49;
	font-size: 1rem;
}
@media only screen and (max-width: 1100px) {
	.c-categoryBtn_anchor-design {
		font-size: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-categoryBtn_anchor-design {
		font-size: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-categoryBtn_anchor-design {
		font-size: 10px;
		font-size: 2.6666666667vw;
	}
}
.c-categoryBtn_anchor-design1 {
	align-items: flex-start;
	background: #eee;
	color: #0d2f49;
	display: flex;
}
.c-categoryBtn_anchor-number {
	margin-left: 10px;
	position: relative;
}
.c-categoryBtn_anchor-number:before {
	background: #0d2f49;
	content: "";
	display: block;
	height: 1em;
	left: -5px;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}
.c-modalBtn {
	left: calc(50% + 170px);
	position: fixed;
	top: 10px;
}
@media only screen and (max-width: 896px) {
	.c-modalBtn {
		position: static;
	}
}
@media only screen and (max-width: 430px) {
	.c-modalBtn {
		width: 100%;
	}
}
.c-modalBtn_inner {
	align-items: center;
	background: #d5d5d5;
	border-radius: 50%;
	display: flex;
	height: 50px;
	justify-content: center;
	padding-top: 1px;
	width: 50px;
}
@media only screen and (max-width: 896px) {
	.c-modalBtn_inner {
		margin-left: auto;
	}
}
@media only screen and (max-width: 430px) {
	.c-modalBtn_inner {
		height: 35px;
		width: 35px;
	}
}
.c-modalBtn_mark {
	font-size: 2rem;
}
@media only screen and (max-width: 430px) {
	.c-modalBtn_mark {
		font-size: 1.8rem;
	}
}
.c-img {
	display: block;
	width: 100%;
}
.c-img-center {
	text-align: center;
}
.c-img-flex,
.c-img-flexTabBlock {
	display: flex;
}
@media only screen and (max-width: 896px) {
	.c-img-flexTabBlock {
		display: block;
	}
}
.c-img-alignCenter {
	align-items: center;
}
.c-img picture {
	display: block;
	width: 100%;
}
.c-img-thumbnail {
	position: relative;
}
.c-img-thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 1.91/1;
	border-radius: 5px;
	object-fit: cover;
}
.c-img-borderRadius img {
	border-radius: 5px;
}
.c-img-marginAuto {
	margin-left: auto;
	margin-right: auto;
}
.c-img-sizeS {
	width: 320px;
}
@media only screen and (max-width: 1100px) {
	.c-img-sizeS {
		width: 29.0909090909vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-img-sizeS {
		width: 23.1578947368vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-img-sizeS {
		width: 50%;
	}
}
.c-img-sizeM {
	width: 640px;
}
@media only screen and (max-width: 1100px) {
	.c-img-sizeM {
		width: 54.5454545455vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-img-sizeM {
		width: 100%;
	}
}
.c-img-sizeHalf {
	width: 50%;
}
.c-list {
	width: 100%;
}
.c-list-flex {
	display: flex;
}
.c-list-flex1 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.c-list-sizeFit {
	width: -moz-fit-content;
	width: fit-content;
}
.c-list-order {
	list-style: decimal;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
.c-list_item {
	width: 100%;
}
.c-list_item-spaceTop + .c-list_item-spaceTop {
	margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
	.c-list_item-spaceTop + .c-list_item-spaceTop {
		margin-top: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-list_item-spaceTop + .c-list_item-spaceTop {
		margin-top: 1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-list_item-spaceTop + .c-list_item-spaceTop {
		margin-top: 4vw;
	}
}
.c-list_item-spaceTopL + .c-list_item-spaceTopL {
	margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
	.c-list_item-spaceTopL + .c-list_item-spaceTopL {
		margin-top: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-list_item-spaceTopL + .c-list_item-spaceTopL {
		margin-top: 1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-list_item-spaceTopL + .c-list_item-spaceTopL {
		margin-top: 4vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-list_item-spaceTopL + .c-list_item-spaceTopL {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 896px) and (max-width: 1100px) {
	.c-list_item-spaceTopL + .c-list_item-spaceTopL {
		margin-top: 2.7272727273vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 896px) {
	.c-list_item-spaceTopL + .c-list_item-spaceTopL {
		margin-top: 2.6315789474vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 430px) {
	.c-list_item-spaceTopL + .c-list_item-spaceTopL {
		margin-top: 5.3333333333vw;
	}
}
.c-list_item-disc {
	padding-left: 0.9em;
	position: relative;
}
.c-list_item-disc:before {
	content: "・";
	left: 0;
	position: absolute;
	top: 0;
}
.c-list_item-sizeFit {
	width: -moz-fit-content;
	width: fit-content;
}
.c-list_item-paddingS {
	padding: 5px;
}
.c-list_slickWrapBtn {
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 48px;
	left: 0;
	opacity: 0.9;
	position: absolute;
	top: 35%;
	width: 48px;
	z-index: 10;
}
@media only screen and (max-width: 1100px) {
	.c-list_slickWrapBtn {
		height: 4.3636363636vw;
		width: 4.3636363636vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-list_slickWrapBtn {
		height: 5.0526315789vw;
		width: 5.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-list_slickWrapBtn {
		height: 10.1333333333vw;
		width: 10.1333333333vw;
	}
}
.c-list_slickWrapBtn:before {
	content: "";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 3rem;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 21%;
	transform: translate(-50%);
}
@media only screen and (max-width: 1100px) {
	.c-list_slickWrapBtn:before {
		font-size: 2.7272727273vw;
		top: 20%;
	}
}
@media only screen and (max-width: 896px) {
	.c-list_slickWrapBtn:before {
		font-size: 3.1578947368vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-list_slickWrapBtn:before {
		font-size: 22px;
		font-size: 5.8666666667vw;
		top: 21%;
	}
}
.c-list_slickWrapBtn-next {
	left: auto;
	right: 0;
}
.c-list_slickWrapBtn-next:before {
	content: "";
}
.c-list_slickDots {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 10px;
}
@media only screen and (max-width: 1100px) {
	.c-list_slickDots {
		margin-top: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-list_slickDots {
		margin-top: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-list_slickDots {
		margin-top: 2.6666666667vw;
	}
}
.c-list_slickDots button {
	background: #a8b5d7;
	border-radius: 50%;
	color: transparent;
	height: 12px;
	width: 12px;
}
@media only screen and (max-width: 1100px) {
	.c-list_slickDots button {
		height: 1.0909090909vw;
		width: 1.0909090909vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-list_slickDots button {
		height: 1.2631578947vw;
		width: 1.2631578947vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-list_slickDots button {
		height: 2.6666666667vw;
		width: 2.6666666667vw;
	}
}
.c-list_slickDots li.slick-active button {
	background: #fbc600;
}
.c-tagList {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.c-tagList_item {
	position: relative;
}
.c-tagList_item:not(:last-child):after {
	background: #259e85;
	content: "";
	display: block;
	height: 0.9em;
	opacity: 0.8;
	position: absolute;
	right: -6px;
	top: 63%;
	transform: translateY(-50%) rotate(15deg);
	width: 1px;
}
.c-tagList_anchor {
	color: #fff;
	font-size: 1.2rem;
	text-decoration: underline;
	text-underline-offset: 3px;
}
@media only screen and (max-width: 1100px) {
	.c-tagList_anchor {
		font-size: 1.0909090909vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-tagList_anchor {
		font-size: 1.1578947368vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-tagList_anchor {
		font-size: 11px;
		font-size: 2.9333333333vw;
	}
}
.c-tagList_anchor mark {
	display: inline;
}
.c-tagList_anchor-color {
	color: #259e85;
}
.c-postsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 48px;
}
@media only screen and (max-width: 1100px) {
	.c-postsList {
		row-gap: 4.3636363636vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-postsList {
		row-gap: 5.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-postsList {
		flex-direction: column;
		row-gap: 12.8vw;
	}
}
.c-postsList_item {
	width: 48%;
}
@media only screen and (max-width: 430px) {
	.c-postsList_item {
		width: 100%;
	}
}
.c-postsList_anchor {
	display: block;
	width: 100%;
}
.page-numbers {
	display: flex;
	justify-content: center;
}
.page-numbers .page-numbers {
	align-items: center;
	border-radius: 5px;
	display: flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}
@media only screen and (max-width: 1100px) {
	.page-numbers .page-numbers {
		height: 4.3636363636vw;
		width: 4.3636363636vw;
	}
}
@media only screen and (max-width: 896px) {
	.page-numbers .page-numbers {
		height: 5.0526315789vw;
		width: 5.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.page-numbers .page-numbers {
		height: 10.1333333333vw;
		width: 10.1333333333vw;
	}
}
.page-numbers .page-numbers.current {
	background: #154a72;
	color: #fff;
}
.page-numbers a:hover {
	text-decoration: underline;
}
#singlePost
	ul:not(
		.ez-toc-list,
		.ez-toc-list-level-2,
		.ez-toc-list-level-3,
		.wp-block-social-links
	),
#singlePost ol {
	margin-top: 10px;
}
@media only screen and (max-width: 1100px) {
	#singlePost
		ul:not(
			.ez-toc-list,
			.ez-toc-list-level-2,
			.ez-toc-list-level-3,
			.wp-block-social-links
		),
	#singlePost ol {
		margin-top: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	#singlePost
		ul:not(
			.ez-toc-list,
			.ez-toc-list-level-2,
			.ez-toc-list-level-3,
			.wp-block-social-links
		),
	#singlePost ol {
		margin-top: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	#singlePost
		ul:not(
			.ez-toc-list,
			.ez-toc-list-level-2,
			.ez-toc-list-level-3,
			.wp-block-social-links
		),
	#singlePost ol {
		margin-top: 2.6666666667vw;
	}
}
#singlePost
	ul:not(
		.ez-toc-list,
		.ez-toc-list-level-2,
		.ez-toc-list-level-3,
		.wp-block-social-links
	)
	li {
	position: relative;
}
#singlePost
	ul:not(
		.ez-toc-list,
		.ez-toc-list-level-2,
		.ez-toc-list-level-3,
		.wp-block-social-links
	)
	li:before {
	background-color: #333;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 4px;
	left: 0;
	margin-right: 0.6em;
	position: relative;
	top: -0.3em;
	width: 4px;
}
#singlePost ol {
	list-style-position: inside;
	list-style-type: decimal;
}
#singlePost
	li:not(
		.ez-toc-heading,
		.ez-toc-heading-level-2,
		.ez-toc-heading-level-3,
		.wp-social-link
	) {
	list-style: inherit;
	padding-left: 1em;
	text-indent: -1em;
}
#singlePost
	li:not(
		.ez-toc-heading,
		.ez-toc-heading-level-2,
		.ez-toc-heading-level-3,
		.wp-social-link
	)
	+ li {
	margin-top: 10px;
}
@media only screen and (max-width: 1100px) {
	#singlePost
		li:not(
			.ez-toc-heading,
			.ez-toc-heading-level-2,
			.ez-toc-heading-level-3,
			.wp-social-link
		)
		+ li {
		margin-top: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	#singlePost
		li:not(
			.ez-toc-heading,
			.ez-toc-heading-level-2,
			.ez-toc-heading-level-3,
			.wp-social-link
		)
		+ li {
		margin-top: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	#singlePost
		li:not(
			.ez-toc-heading,
			.ez-toc-heading-level-2,
			.ez-toc-heading-level-3,
			.wp-social-link
		)
		+ li {
		margin-top: 2.6666666667vw;
	}
}
.c-mc {
	width: 100%;
}
.c-mc-relative {
	position: relative;
}
.c-mc-bg {
	padding-top: 80px;
	position: relative;
}
.c-mc-bg:before {
	background: linear-gradient(-135deg, #0765e0, #154a72);
	content: "";
	display: block;
	height: 400px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
@media only screen and (max-width: 1100px) {
	.c-mc-bg:before {
		height: 37.2727272727vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-mc-bg:before {
		height: 42.1052631579vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-mc-bg:before {
		height: 80vw;
	}
}
.c-mc_inner {
	margin: 0 auto;
	max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
}
@media only screen and (max-width: 1100px) {
	.c-mc_inner {
		padding-left: 1.3636363636vw;
		padding-right: 1.3636363636vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-mc_inner {
		padding-right: 1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-mc_inner {
		padding-left: 4vw;
		padding-right: 4vw;
	}
}
.c-mc_inner-relative {
	position: relative;
}
.c-mc_inner-flex {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 896px) {
	.c-mc_inner-flex {
		flex-direction: column;
		row-gap: 8.4210526316vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-mc_inner-flex {
		row-gap: 21.3333333333vw;
	}
}
.c-mc_leftBlock {
	position: relative;
	width: 65%;
	z-index: 10;
}
@media only screen and (max-width: 896px) {
	.c-mc_leftBlock {
		width: 100%;
	}
}
.c-page {
	position: relative;
}
.c-page_postInfo {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.c-page_postDate {
	width: 150px;
}
.c-pagePager {
	display: flex;
	justify-content: space-between;
}
.c-pagePager_anchor {
	align-items: center;
	border: 1px solid rgba(168, 181, 215, 0.5019607843);
	border-left: 0;
	display: flex;
	justify-content: center;
	padding: 10px 10px 10px 54px;
	position: relative;
	width: 100%;
}
@media only screen and (max-width: 1200px) {
	.c-pagePager_anchor {
		padding-left: 0.9722222222vw;
	}
}
@media only screen and (max-width: 1100px) {
	.c-pagePager_anchor {
		padding-left: 1.2727272727vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-pagePager_anchor {
		padding-left: 3.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-pagePager_anchor {
		padding-left: 5.3333333333vw;
	}
}
.c-pagePager_anchor:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	left: 20px;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
	.c-pagePager_anchor:before {
		left: 0vw;
	}
}
@media only screen and (max-width: 1100px) {
	.c-pagePager_anchor:before {
		left: 0vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-pagePager_anchor:before {
		left: 2.1052631579vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-pagePager_anchor:before {
		left: 5.3333333333vw;
	}
}
.c-pagePager_anchor-next {
	border-right: 0;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 54px;
}
@media only screen and (max-width: 1200px) {
	.c-pagePager_anchor-next {
		padding-right: 0.9722222222vw;
	}
}
@media only screen and (max-width: 1100px) {
	.c-pagePager_anchor-next {
		padding-right: 1.2727272727vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-pagePager_anchor-next {
		padding-right: 3.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-pagePager_anchor-next {
		padding-right: 5.3333333333vw;
	}
}
.c-pagePager_anchor-next:before {
	display: none;
}
.c-pagePager_anchor-next:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	right: 20px;
	top: 52%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
	.c-pagePager_anchor-next:after {
		right: 0vw;
	}
}
@media only screen and (max-width: 1100px) {
	.c-pagePager_anchor-next:after {
		right: 0vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-pagePager_anchor-next:after {
		right: 2.1052631579vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-pagePager_anchor-next:after {
		right: 2.1333333333vw;
	}
}
#ez-toc-container {
	border-radius: 5px;
}
#ez-toc-container {
	padding: 20px;
}
div#ez-toc-container ul li {
	margin-top: 10px;
}
@media only screen and (max-width: 1100px) {
	div#ez-toc-container ul li {
		margin-top: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	div#ez-toc-container ul li {
		margin-top: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	div#ez-toc-container ul li {
		margin-top: 2.6666666667vw;
	}
}
.ez-toc-title-container {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.ez-toc-title:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-right: 5px;
}
.w3eden a:not([href]):not([tabindex]) {
	color: #fff;
}
.c-page_inner * {
	line-height: 1.5;
}
[class^="wp-image"],
.c-block-blogCard {
	margin-bottom: 5px;
	margin-top: 5px;
}
@media only screen and (max-width: 1100px) {
	[class^="wp-image"],
	.c-block-blogCard {
		margin-top: 0.4545454545vw;
	}
}
@media only screen and (max-width: 896px) {
	[class^="wp-image"],
	.c-block-blogCard {
		margin-top: 0.5263157895vw;
	}
}
@media only screen and (max-width: 430px) {
	[class^="wp-image"],
	.c-block-blogCard {
		margin-top: 1.3333333333vw;
	}
}
@media only screen and (max-width: 1100px) {
	[class^="wp-image"],
	.c-block-blogCard {
		margin-bottom: get_vw(5, 1100);
	}
}
@media only screen and (max-width: 896px) {
	[class^="wp-image"],
	.c-block-blogCard {
		margin-bottom: get_vw(5, 950);
	}
}
@media only screen and (max-width: 430px) {
	[class^="wp-image"],
	.c-block-blogCard {
		margin-bottom: get_vw(5);
	}
}
.wp-block-details > summary {
	border-bottom: 1px solid #457cac;
	margin-bottom: 15px;
	padding: 15px 0;
	padding-left: calc(1.2em + 10px);
	position: relative;
}
@media only screen and (max-width: 1100px) {
	.wp-block-details > summary {
		margin-bottom: get_vw(15, 1100);
	}
}
@media only screen and (max-width: 896px) {
	.wp-block-details > summary {
		margin-bottom: get_vw(15, 950);
	}
}
@media only screen and (max-width: 430px) {
	.wp-block-details > summary {
		margin-bottom: get_vw(10);
	}
}
.wp-block-details > summary:before {
	background: #0765e0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
}
.wp-block-details > summary:after {
	background: #0765e0;
	content: "";
	display: block;
	height: 1em;
	left: 0.5em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
	width: 1px;
}
.wp-block-details > summary.open:after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.is-layout-grid {
	gap: 20px;
}
@media only screen and (max-width: 1100px) {
	.is-layout-grid {
		gap: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) {
	.is-layout-grid {
		gap: 2.1052631579vw;
	}
}
@media only screen and (max-width: 430px) {
	.is-layout-grid {
		gap: 5.3333333333vw;
	}
}
.is-layout-grid > *,
.is-layout-grid > figure > img:first-child {
	margin-top: 0 !important;
}
.wp-block-pullquote {
	background: rgba(73, 196, 253, 0.3);
	border-radius: 5px;
	padding: 40px 10px 15px;
	position: relative;
	text-align: left;
}
@media only screen and (max-width: 1100px) {
	.wp-block-pullquote {
		padding: 3.6363636364vw 10px 1.3636363636vw;
	}
}
@media only screen and (max-width: 896px) {
	.wp-block-pullquote {
		padding: 4.2105263158vw 10px 1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.wp-block-pullquote {
		padding: 10.6666666667vw 10px 4vw;
	}
}
.wp-block-pullquote:before {
	color: #457cac;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 2.2rem;
	font-weight: 700;
	left: 10px;
	line-height: 1;
	opacity: 0.8;
	position: absolute;
	top: 15px;
}
@media only screen and (max-width: 1100px) {
	.wp-block-pullquote:before {
		font-size: 1.9090909091vw;
		top: 1.3636363636vw;
	}
}
@media only screen and (max-width: 896px) {
	.wp-block-pullquote:before {
		font-size: 2.1052631579vw;
		top: 1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.wp-block-pullquote:before {
		font-size: 18px;
		font-size: 4.8vw;
		top: 4vw;
	}
}
.wp-block-pullquote p,
.wp-block-pullquote a {
	font-size: 1.6rem;
}
@media only screen and (max-width: 1100px) {
	.wp-block-pullquote p,
	.wp-block-pullquote a {
		font-size: 1.3636363636vw;
	}
}
@media only screen and (max-width: 896px) {
	.wp-block-pullquote p,
	.wp-block-pullquote a {
		font-size: 1.4736842105vw;
	}
}
@media only screen and (max-width: 430px) {
	.wp-block-pullquote p,
	.wp-block-pullquote a {
		font-size: 13px;
		font-size: 3.4666666667vw;
	}
}
.wp-block-pullquote cite {
	display: inline-block;
	text-align: right;
	width: 100%;
}
.wp-block-pullquote cite:before {
	content: "引用元:";
	font-size: 1.6rem;
	margin-right: 5px;
}
@media only screen and (max-width: 1100px) {
	.wp-block-pullquote cite:before {
		font-size: 1.3636363636vw;
	}
}
@media only screen and (max-width: 896px) {
	.wp-block-pullquote cite:before {
		font-size: 1.4736842105vw;
	}
}
@media only screen and (max-width: 430px) {
	.wp-block-pullquote cite:before {
		font-size: 13px;
		font-size: 3.4666666667vw;
	}
}
.wp-block-video video {
	max-height: calc(100vh - 136px);
}
@media only screen and (max-width: 896px) {
	.wp-block-video video {
		max-height: calc(100vh - 110px);
	}
}
.wp-block-gallery figure > img:first-child,
.wp-block-group figure > img:first-child {
	margin-top: 0 !important;
}
.wp-block-gallery figure > img:last-child,
.wp-block-group figure > img:last-child {
	margin-bottom: 0 !important;
}
.has-black-background-color {
	background-color: #333;
}
.has-black-color {
	color: #333;
}
.has-x-twitter-background-color {
	background-color: #333;
}
.has-x-twitter-color {
	color: #13171a;
}
.has-white-background-color {
	background-color: #fff;
}
.has-white-color {
	color: #fff;
}
.has-blue-background-color {
	background-color: #0765e0;
}
.has-blue-color {
	color: #0765e0;
}
.has-lightblue-background-color {
	background-color: #4feafa;
}
.has-lightblue-color {
	color: #4feafa;
}
.has-red-background-color {
	background-color: #f55d53;
}
.has-red-color {
	color: #f55d53;
}
.has-orange-background-color {
	background-color: #ff6900;
}
.has-orange-color {
	color: #ff6900;
}
.has-lightpink-background-color {
	background-color: #ffd6f2;
}
.has-lightpink-color {
	color: #ffd6f2;
}
.has-green-background-color {
	background-color: #259e85;
}
.has-green-color {
	color: #259e85;
}
.has-darkgreen-background-color {
	background-color: #176555;
}
.has-darkgreen-color {
	color: #176555;
}
.has-lightgreen-background-color {
	background-color: #b2fe92;
}
.has-lightgreen-color {
	color: #b2fe92;
}
.has-yellow-background-color {
	background-color: #fbc600;
}
.has-yellow-color {
	color: #fbc600;
}
.has-lightyellow-background-color {
	background-color: #ffe695;
}
.has-lightyellow-color {
	color: #ffe695;
}
.has-gray-background-color {
	background-color: #eee;
}
.has-gray-color {
	color: #eee;
}
.has-dullblue-to-vividblue-gradient-background {
	background: linear-gradient(-135deg, #0765e0, #154a72);
}
.has-dullblue-to-lightblue-gradient-background {
	background: linear-gradient(45deg, #0765e0, #49c4fd);
}
.has-tiktok-gradient-background {
	background: linear-gradient(135deg, #fd0b54 0%, #43f1ed 85%);
}
.has-instagram-gradient-background {
	background:
		radial-gradient(at 0% 99%, #f2ad4e 0px, transparent 50%),
		radial-gradient(at 100% 0%, #d23da4 0px, transparent 50%),
		radial-gradient(at 0% 0%, #7826eb 0px, transparent 50%),
		radial-gradient(at 100% 100%, #e83f6c 0px, transparent 50%), #d23da4;
}
.c-table {
	background-color: #fff;
	border: 3px solid #d5d5d5;
	border-collapse: separate;
	border-radius: 5px;
	width: 100%;
}
@media only screen and (max-width: 896px) {
	.c-table {
		border-width: 2px;
	}
}
.c-table-fixed {
	table-layout: fixed;
}
.c-table_th,
.c-table_td {
	border: 1px solid #d5d5d5;
	padding: 10px;
}
@media only screen and (max-width: 1100px) {
	.c-table_th,
	.c-table_td {
		padding: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-table_th,
	.c-table_td {
		padding: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-table_th,
	.c-table_td {
		padding: 2.6666666667vw;
	}
}
.c-table_th {
	background: #f2f2f2;
}
.c-table_th-textCenter {
	text-align: center;
}
@media only screen and (max-width: 430px) {
	.c-table_th-spVertical {
		display: block;
		width: 100%;
	}
}
.c-table_td-textCenter {
	text-align: center;
}
@media only screen and (max-width: 430px) {
	.c-table_td-spVertical {
		display: block;
		width: 100%;
	}
}
.wp-block-table table {
	background-color: #fff;
	border: 3px solid #d5d5d5;
	border-collapse: separate;
	border-radius: 5px;
	margin-top: 20px;
	width: 100%;
}
@media only screen and (max-width: 1100px) {
	.wp-block-table table {
		margin-top: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) {
	.wp-block-table table {
		margin-top: 1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.wp-block-table table {
		margin-top: 4vw;
	}
}
@media only screen and (max-width: 896px) {
	.wp-block-table table {
		border-width: 2px;
	}
}
.wp-block-table thead {
	border-bottom: 0;
}
.wp-block-table thead th {
	text-align: center;
}
.wp-block-table thead th:first-child {
	border-top-left-radius: 3px;
}
.wp-block-table thead th:last-child {
	border-top-right-radius: 3px;
}
.wp-block-table thead th:nth-child(n + 2) {
	border-left: 2px solid #fff;
}
.wp-block-table th,
.wp-block-table td {
	border: 1px solid #d5d5d5;
	padding: 10px;
}
@media only screen and (max-width: 1100px) {
	.wp-block-table th,
	.wp-block-table td {
		padding: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.wp-block-table th,
	.wp-block-table td {
		padding: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.wp-block-table th,
	.wp-block-table td {
		padding: 2.6666666667vw;
	}
}
.wp-block-table th {
	background: #444;
	color: #fff;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: transparent;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td:nth-child(n + 2) {
	border-left: 2px solid #fff;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n) {
	background: #f2f2f2;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n) td:nth-child(n + 2) {
	border-left: 2px solid #fff;
}
.wp-element-caption {
	font-size: 1.2rem;
	margin-top: 5px;
}
@media only screen and (max-width: 1100px) {
	.wp-element-caption {
		margin-top: 0.4545454545vw;
	}
}
@media only screen and (max-width: 896px) {
	.wp-element-caption {
		margin-top: 0.5263157895vw;
	}
}
@media only screen and (max-width: 430px) {
	.wp-element-caption {
		margin-top: 1.3333333333vw;
	}
}
@media only screen and (max-width: 1100px) {
	.wp-element-caption {
		font-size: 1.0909090909vw;
	}
}
@media only screen and (max-width: 896px) {
	.wp-element-caption {
		font-size: 1.1578947368vw;
	}
}
@media only screen and (max-width: 430px) {
	.wp-element-caption {
		font-size: 11px;
		font-size: 2.9333333333vw;
	}
}
.c-textBox {
	line-height: 1.4;
	width: 100%;
}
.c-textBox-relative {
	position: relative;
}
.c-textBox-center {
	text-align: center;
}
.c-textBox-right {
	text-align: right;
}
.c-textBox-widthAuto {
	width: auto;
}
.c-textBox_text {
	color: #333;
	font-size: 1.6rem;
}
@media only screen and (max-width: 1100px) {
	.c-textBox_text {
		font-size: 1.3636363636vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-textBox_text {
		font-size: 1.4736842105vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-textBox_text {
		font-size: 13px;
		font-size: 3.4666666667vw;
	}
}
.c-textBox_text + .c-textBox_text {
	margin-top: 1em;
}
.c-textBox_text-bold {
	font-weight: 700;
}
.c-textBox_text-black {
	font-weight: 900;
}
.c-textBox_text-sizeXS {
	font-size: 1.2rem;
}
@media only screen and (max-width: 1100px) {
	.c-textBox_text-sizeXS {
		font-size: 1.0909090909vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-textBox_text-sizeXS {
		font-size: 1.1578947368vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-textBox_text-sizeXS {
		font-size: 11px;
		font-size: 2.9333333333vw;
	}
}
.c-textBox_text-sizeS {
	font-size: 1.4rem;
}
@media only screen and (max-width: 1100px) {
	.c-textBox_text-sizeS {
		font-size: 1.2727272727vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-textBox_text-sizeS {
		font-size: 1.3684210526vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-textBox_text-sizeS {
		font-size: 12px;
		font-size: 3.2vw;
	}
}
.c-textBox_text-sizeL {
	font-size: 2rem;
}
@media only screen and (max-width: 1100px) {
	.c-textBox_text-sizeL {
		font-size: 1.7272727273vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-textBox_text-sizeL {
		font-size: 1.8947368421vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-textBox_text-sizeL {
		font-size: 16px;
		font-size: 4.2666666667vw;
	}
}
.c-textBox_text-size2L {
	font-size: 2.2rem;
}
@media only screen and (max-width: 1100px) {
	.c-textBox_text-size2L {
		font-size: 1.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-textBox_text-size2L {
		font-size: 2.1052631579vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-textBox_text-size2L {
		font-size: 18px;
		font-size: 4.8vw;
	}
}
.c-textBox_text-size3L {
	font-size: 2.4rem;
}
@media only screen and (max-width: 1100px) {
	.c-textBox_text-size3L {
		font-size: 2.0909090909vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-textBox_text-size3L {
		font-size: 2.3157894737vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-textBox_text-size3L {
		font-size: 20px;
		font-size: 5.3333333333vw;
	}
}
.c-textBox_text-color {
	color: #fff;
}
.c-textBox_text-color1 {
	color: #f55d53;
}
.c-textBox_text-color2 {
	color: #259e85;
}
.c-textBox_text-icon {
	font-size: 1.5em;
	margin-right: 0.3em;
	vertical-align: middle;
}
.c-textBox_text-marker {
	background: linear-gradient(transparent 60%, rgba(73, 196, 253, 0.3) 60%);
}
.c-textBox_text-marker1 {
	background: linear-gradient(transparent 60%, #ffd6f2 60%);
}
#singlePost h2 + p,
#singlePost h3 + p {
	margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
	#singlePost h2 + p,
	#singlePost h3 + p {
		margin-top: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) {
	#singlePost h2 + p,
	#singlePost h3 + p {
		margin-top: 1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	#singlePost h2 + p,
	#singlePost h3 + p {
		margin-top: 4vw;
	}
}
#singlePost p + p,
#singlePost ol + p,
#singlePost ul + p {
	margin-top: 1em;
}
#singlePost .wp-block-group p + p {
	margin-top: 0;
}
.c-title {
	line-height: 1.7;
}
.c-title-center {
	text-align: center;
}
.c-title-design {
	border-left: 8px solid #2287c4;
	padding-left: 1.5em;
}
@media only screen and (max-width: 896px) {
	.c-title-design {
		border-left-width: 4px;
		padding-left: 0.7em;
	}
}
@media only screen and (max-width: 430px) {
	.c-title-design {
		padding-left: 0.5em;
	}
}
.c-title-design1 {
	padding-bottom: 15px;
	position: relative;
}
.c-title-design1:before {
	background: #2287c4;
	border-radius: 2px;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	width: 6%;
}
.c-title-design1:after {
	background: #eee;
	border-radius: 2px;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	right: 0;
	width: 93%;
}
.c-title_text {
	font-size: 2.8rem;
	font-weight: 700;
}
@media only screen and (max-width: 1100px) {
	.c-title_text {
		font-size: 2.2727272727vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-title_text {
		font-size: 2.5263157895vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-title_text {
		font-size: 19px;
		font-size: 5.0666666667vw;
	}
}
.c-title_text-sizeXS {
	font-size: 2rem;
}
@media only screen and (max-width: 1100px) {
	.c-title_text-sizeXS {
		font-size: 1.7272727273vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-title_text-sizeXS {
		font-size: 1.8947368421vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-title_text-sizeXS {
		font-size: 16px;
		font-size: 4.2666666667vw;
	}
}
.c-title_text-sizeS {
	font-size: 2.4rem;
}
@media only screen and (max-width: 1100px) {
	.c-title_text-sizeS {
		font-size: 2vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-title_text-sizeS {
		font-size: 2.1052631579vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-title_text-sizeS {
		font-size: 17px;
		font-size: 4.5333333333vw;
	}
}
.c-title_text-sizeL {
	font-size: 3rem;
}
@media only screen and (max-width: 1100px) {
	.c-title_text-sizeL {
		font-size: 2.4545454545vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-title_text-sizeL {
		font-size: 2.5263157895vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-title_text-sizeL {
		font-size: 20px;
		font-size: 5.3333333333vw;
	}
}
.c-title_text-size2L {
	font-size: 6rem;
}
@media only screen and (max-width: 1100px) {
	.c-title_text-size2L {
		font-size: 4.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-title_text-size2L {
		font-size: 5.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-title_text-size2L {
		font-size: 40px;
		font-size: 10.6666666667vw;
	}
}
.c-title_text-color {
	color: #0765e0;
}
.c-title_text-color1 {
	color: #fff;
}
.c-title_text-sidebar {
	color: #fff;
	font-size: 1.8rem;
}
@media only screen and (max-width: 1100px) {
	.c-title_text-sidebar {
		font-size: 1.5454545455vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-title_text-sidebar {
		font-size: 1.6842105263vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-title_text-sidebar {
		font-size: 14px;
		font-size: 3.7333333333vw;
	}
}
h2.wp-block-heading {
	border-left: 8px solid #2287c4;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 40px;
	padding-left: 1.5em;
}
@media only screen and (max-width: 1100px) {
	h2.wp-block-heading {
		margin-top: 3.6363636364vw;
	}
}
@media only screen and (max-width: 896px) {
	h2.wp-block-heading {
		margin-top: 3.1578947368vw;
	}
}
@media only screen and (max-width: 430px) {
	h2.wp-block-heading {
		margin-top: 6.6666666667vw;
	}
}
@media only screen and (max-width: 1100px) {
	h2.wp-block-heading {
		font-size: 2vw;
	}
}
@media only screen and (max-width: 896px) {
	h2.wp-block-heading {
		border-left-width: 4px;
		font-size: 2.1052631579vw;
		padding-left: 0.7em;
	}
}
@media only screen and (max-width: 430px) {
	h2.wp-block-heading {
		font-size: 17px;
		font-size: 4.5333333333vw;
		padding-left: 0.5em;
	}
}
h3.wp-block-heading {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 20px;
	padding-bottom: 15px;
	position: relative;
}
@media only screen and (max-width: 1100px) {
	h3.wp-block-heading {
		margin-top: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) {
	h3.wp-block-heading {
		margin-top: 1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	h3.wp-block-heading {
		margin-top: 4vw;
	}
}
@media only screen and (max-width: 1100px) {
	h3.wp-block-heading {
		font-size: 1.7272727273vw;
	}
}
@media only screen and (max-width: 896px) {
	h3.wp-block-heading {
		font-size: 1.8947368421vw;
	}
}
@media only screen and (max-width: 430px) {
	h3.wp-block-heading {
		font-size: 16px;
		font-size: 4.2666666667vw;
	}
}
h3.wp-block-heading:before {
	background: #2287c4;
	border-radius: 2px;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	width: 6%;
}
h3.wp-block-heading:after {
	background: #eee;
	border-radius: 2px;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	right: 0;
	width: 93%;
}
.c-contact {
	margin-top: 140px;
	width: 100%;
}
@media only screen and (max-width: 1100px) {
	.c-contact {
		margin-top: 10.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-contact {
		margin-top: 10.5263157895vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-contact {
		margin-top: 21.3333333333vw;
	}
}
.c-contact_slogan {
	background: #0d2f49;
	background: linear-gradient(45deg, #0765e0, #49c4fd);
	border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 660px;
}
@media only screen and (max-width: 1100px) {
	.c-contact_slogan {
		width: 60vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-contact_slogan {
		width: 69.4736842105vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-contact_slogan {
		width: 92%;
	}
}
.c-contact_block {
	background: #0d2f49;
	position: relative;
}
.c-contact_block:before {
	background: #0d2f49;
	content: "";
	display: block;
	height: 55px;
	left: 0;
	position: absolute;
	top: -54px;
	width: 100%;
	z-index: -1;
}
.c-contactList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 1230px;
}
@media only screen and (max-width: 430px) {
	.c-contactList {
		display: block;
	}
}
.c-contactList_item {
	background: #0d2f49;
	padding: 40px 15px;
}
@media only screen and (max-width: 1100px) {
	.c-contactList_item {
		padding: 3.6363636364vw 1.3636363636vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-contactList_item {
		padding: 4.2105263158vw 1.5789473684vw 12.6315789474vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-contactList_item {
		padding: 10.6666666667vw 4vw;
	}
}
.c-contactList_item-bg {
	background: #154a72;
}
.c-contactList_img {
	background-color: #fff;
	border-radius: 50%;
	height: 126px;
	margin-left: auto;
	margin-right: auto;
	width: 126px;
}
@media only screen and (max-width: 1100px) {
	.c-contactList_img {
		height: 11.4545454545vw;
		width: 11.4545454545vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-contactList_img {
		height: 13.2631578947vw;
		width: 13.2631578947vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-contactList_img {
		height: 33.6vw;
		width: 33.6vw;
	}
}
.c-contactList_img img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.c-search_block {
	background: #eee;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	width: 100%;
}
@media only screen and (max-width: 1100px) {
	.c-search_block {
		padding: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.c-search_block {
		padding: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.c-search_block {
		padding: 2.6666666667vw;
	}
}
.c-search_box {
	width: 90%;
}
.c-search_box:-webkit-autofill {
	box-shadow: 0 0 0 1000px #eee inset !important;
}
.c-search_reset {
	align-self: center;
	color: #259e85;
	cursor: pointer;
	display: none;
	margin-left: 7px;
	margin-right: 1.5em;
}
.c-search_reset.is-active {
	display: inline-block;
}
.c-search_submit {
	cursor: pointer;
}
.p-topPickUp {
	position: relative;
}
.p-topPickUp:after {
	background: linear-gradient(-135deg, #0765e0, #154a72);
	bottom: 0;
	content: "";
	display: block;
	height: 75%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.p-topPickUp_inner {
	display: flex;
	flex-direction: column;
	min-height: 440px;
	padding: 0 15px 60px;
}
@media only screen and (max-width: 1100px) {
	.p-topPickUp_inner {
		min-height: 40vw;
		padding: 0 1.3636363636vw 5.4545454545vw;
	}
}
@media only screen and (max-width: 896px) {
	.p-topPickUp_inner {
		min-height: 46.3157894737vw;
		padding: 0 1.5789473684vw 6.3157894737vw;
	}
}
@media only screen and (max-width: 430px) {
	.p-topPickUp_inner {
		min-height: 96vw;
		padding: 0 4vw 16vw;
	}
}
.p-topPickUp_list {
	display: flex;
	justify-content: space-between;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}
@media only screen and (max-width: 1100px) {
	.p-topPickUp_list {
		padding-left: 2.7272727273vw;
		padding-right: 2.7272727273vw;
	}
}
@media only screen and (max-width: 896px) {
	.p-topPickUp_list {
		padding-left: 3.1578947368vw;
		padding-right: 3.1578947368vw;
	}
}
@media only screen and (max-width: 430px) {
	.p-topPickUp_list {
		padding-left: 8vw;
		padding-right: 8vw;
	}
}
@media only screen and (max-width: 430px) {
	.p-topPickUp_list {
		flex-direction: column;
	}
}
.p-topPickUp_listItem {
	padding: 5px;
	width: 30%;
}
@media only screen and (max-width: 896px) {
	.p-topPickUp_listItem {
		width: 48%;
	}
}
@media only screen and (max-width: 430px) {
	.p-topPickUp_listItem {
		width: 100%;
	}
}
.p-topPickUp_anchor {
	display: block;
	position: relative;
	width: 100%;
}
.p-topPickUp_anchor-hover:hover {
	opacity: 1;
	text-underline-offset: 3px;
	-webkit-text-decoration: 1px underline #fff;
	text-decoration: 1px underline #fff;
}
.p-topPickUp_anchor-pointer {
	cursor: pointer;
}
.p-topPickUp_noPost {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	height: 100%;
	justify-content: center;
	width: 100%;
}
.u-align-center,
.u-align-centerTabLeft {
	text-align: center;
}
@media only screen and (max-width: 896px) {
	.u-align-centerTabLeft {
		text-align: left;
	}
}
.u-align-centerSpLeft {
	text-align: center;
}
@media only screen and (max-width: 430px) {
	.u-align-centerSpLeft {
		text-align: left;
	}
}
@media only screen and (max-width: 896px) {
	.u-align-tabCenter {
		text-align: center;
	}
}
@media only screen and (max-width: 896px) {
	.u-align-tabCenterSpLeft {
		text-align: center;
	}
}
@media only screen and (max-width: 430px) {
	.u-align-tabCenterSpLeft {
		text-align: left;
	}
}
@media only screen and (max-width: 430px) {
	.u-align-spCenter {
		text-align: center;
	}
}
.u-align-right {
	text-align: right;
}
.u-align-left {
	text-align: left;
}
.u-align-justify {
	text-align: justify;
}
.u-bg-color {
	background-color: #fff;
}
.u-display-block {
	display: block;
}
@media only screen and (max-width: 896px) {
	.u-display-blockTab {
		display: block;
	}
}
@media only screen and (max-width: 430px) {
	.u-display-block {
		display: block;
	}
}
.u-display-inline {
	display: inline;
}
@media only screen and (max-width: 896px) {
	.u-display-inlineTab {
		display: inline;
	}
}
@media only screen and (max-width: 430px) {
	.u-display-inlineSp {
		display: inline;
	}
}
.u-display-inlineBlock {
	display: inline-block;
}
.u-display-none {
	display: none;
}
@media only screen and (max-width: 1100px) {
	.u-display-pcNone {
		display: none;
	}
}
@media only screen and (max-width: 1100px) {
	.u-display-pcNoneTabBlock {
		display: none;
	}
}
@media only screen and (max-width: 896px) {
	.u-display-pcNoneTabBlock {
		display: block;
	}
}
@media only screen and (max-width: 1100px) {
	.u-display-pcNoneSpBlock {
		display: none;
	}
}
@media only screen and (max-width: 430px) {
	.u-display-pcNoneSpBlock {
		display: block;
	}
}
@media only screen and (max-width: 896px) {
	.u-display-tabNone {
		display: none;
	}
}
@media only screen and (max-width: 640px) {
	.u-display-tabSpNone {
		display: none;
	}
}
@media only screen and (max-width: 896px) {
	.u-display-tabNoneSpBlock {
		display: none;
	}
}
@media only screen and (max-width: 430px) {
	.u-display-tabNoneSpBlock {
		display: block;
	}
}
@media only screen and (max-width: 430px) {
	.u-display-spNone {
		display: none;
	}
}
.u-display-nonePcBlock {
	display: none;
}
@media only screen and (max-width: 1100px) {
	.u-display-nonePcBlock {
		display: block;
	}
}
.u-display-noneTabBlock {
	display: none;
}
@media only screen and (max-width: 896px) {
	.u-display-noneTabBlock {
		display: block;
	}
}
.u-display-noneTabSpBlock {
	display: none;
}
@media only screen and (max-width: 640px) {
	.u-display-noneTabSpBlock {
		display: block;
	}
}
.u-display-noneSpBlock {
	display: none;
}
@media only screen and (max-width: 430px) {
	.u-display-noneSpBlock {
		display: block;
	}
}
.u-display-pcBlockTabSpNone {
	display: block;
}
@media only screen and (max-width: 896px) {
	.u-display-pcBlockTabSpNone {
		display: none;
	}
}
.u-display-nonePcBlockSpNone {
	display: none;
}
@media only screen and (max-width: 1100px) {
	.u-display-nonePcBlockSpNone {
		display: block;
	}
}
@media only screen and (max-width: 430px) {
	.u-display-nonePcBlockSpNone {
		display: none;
	}
}
.u-display-nonePcBlockTabNoneSpBlock {
	display: none;
}
@media only screen and (max-width: 1100px) {
	.u-display-nonePcBlockTabNoneSpBlock {
		display: block;
	}
}
@media only screen and (max-width: 896px) {
	.u-display-nonePcBlockTabNoneSpBlock {
		display: none;
	}
}
@media only screen and (max-width: 430px) {
	.u-display-nonePcBlockTabNoneSpBlock {
		display: block;
	}
}
.u-display-noneTabBlockSpNone {
	display: none;
}
@media only screen and (max-width: 896px) {
	.u-display-noneTabBlockSpNone {
		display: block;
	}
}
@media only screen and (max-width: 430px) {
	.u-display-noneTabBlockSpNone {
		display: none;
	}
}
.u-display-noneTabFlex {
	display: none;
}
@media only screen and (max-width: 896px) {
	.u-display-noneTabFlex {
		display: flex;
	}
}
.u-display-flex {
	display: flex;
}
@media only screen and (max-width: 896px) {
	.u-show-tab {
		display: block;
	}
}
@media only screen and (max-width: 430px) {
	.u-show-sp {
		display: block;
	}
}
@media only screen and (max-width: 896px) {
	.u-hide-tab {
		display: none;
	}
}
@media only screen and (max-width: 430px) {
	.u-hide-sp {
		display: none;
	}
}
.u-flex,
.u-flex-tabBlock {
	display: flex;
}
@media only screen and (max-width: 896px) {
	.u-flex-tabBlock {
		display: block;
	}
}
.u-flex-jcSpaceBetween {
	justify-content: space-between;
}
.u-flex-alignCenter {
	align-items: center;
}
.u-flex-alignCenterBetween {
	align-items: center;
	justify-content: space-between;
}
.u-position-relative {
	position: relative;
}
.u-mg-topNone {
	margin-top: 0;
}
.u-mg-topAuto {
	margin-top: auto;
}
.u-mg-topXS {
	margin-top: 5px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-topXS {
		margin-top: 0.4545454545vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-topXS {
		margin-top: 0.5263157895vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-topXS {
		margin-top: 1.3333333333vw;
	}
}
.u-mg-topS {
	margin-top: 10px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-topS {
		margin-top: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-topS {
		margin-top: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-topS {
		margin-top: 2.6666666667vw;
	}
}
.u-mg-topM {
	margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-topM {
		margin-top: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-topM {
		margin-top: 1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-topM {
		margin-top: 4vw;
	}
}
.u-mg-topL {
	margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-topL {
		margin-top: 2.7272727273vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-topL {
		margin-top: 2.6315789474vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-topL {
		margin-top: 5.3333333333vw;
	}
}
.u-mg-topLSpNone {
	margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-topLSpNone {
		margin-top: 2.7272727273vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-topLSpNone {
		margin-top: 2.6315789474vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-topLSpNone {
		margin-top: 5.3333333333vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-topLSpNone {
		margin-top: 0;
	}
}
.u-mg-topLTabNone {
	margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-topLTabNone {
		margin-top: 2.7272727273vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-topLTabNone {
		margin-top: 2.6315789474vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-topLTabNone {
		margin-top: 5.3333333333vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-topLTabNone {
		margin-top: 0;
	}
}
.u-mg-top2L {
	margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-top2L {
		margin-top: 3.6363636364vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top2L {
		margin-top: 3.1578947368vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-top2L {
		margin-top: 6.6666666667vw;
	}
}
.u-mg-top3L {
	margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-top3L {
		margin-top: 4.5454545455vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top3L {
		margin-top: 4.2105263158vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-top3L {
		margin-top: 8vw;
	}
}
.u-mg-top3LTabTopM {
	margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-top3LTabTopM {
		margin-top: 4.5454545455vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top3LTabTopM {
		margin-top: 4.2105263158vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-top3LTabTopM {
		margin-top: 8vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top3LTabTopM {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 896px) and (max-width: 1100px) {
	.u-mg-top3LTabTopM {
		margin-top: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 896px) {
	.u-mg-top3LTabTopM {
		margin-top: 1.5789473684vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 430px) {
	.u-mg-top3LTabTopM {
		margin-top: 4vw;
	}
}
.u-mg-top4L {
	margin-top: 60px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-top4L {
		margin-top: 5vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top4L {
		margin-top: 5.2631578947vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-top4L {
		margin-top: 9.3333333333vw;
	}
}
.u-mg-top5L {
	margin-top: 70px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-top5L {
		margin-top: 5.4545454545vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top5L {
		margin-top: 5.7894736842vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-top5L {
		margin-top: 10.6666666667vw;
	}
}
.u-mg-top6L {
	margin-top: 80px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-top6L {
		margin-top: 6.3636363636vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top6L {
		margin-top: 6.8421052632vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-top6L {
		margin-top: 12vw;
	}
}
.u-mg-top7L {
	margin-top: 90px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-top7L {
		margin-top: 7.2727272727vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top7L {
		margin-top: 7.3684210526vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-top7L {
		margin-top: 13.3333333333vw;
	}
}
.u-mg-top7LTabNone {
	margin-top: 90px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-top7LTabNone {
		margin-top: 7.2727272727vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top7LTabNone {
		margin-top: 7.3684210526vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-top7LTabNone {
		margin-top: 13.3333333333vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top7LTabNone {
		margin-top: 0;
	}
}
.u-mg-top7LSpNone {
	margin-top: 90px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-top7LSpNone {
		margin-top: 7.2727272727vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top7LSpNone {
		margin-top: 7.3684210526vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-top7LSpNone {
		margin-top: 13.3333333333vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-top7LSpNone {
		margin-top: 0;
	}
}
.u-mg-top8L {
	margin-top: 100px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-top8L {
		margin-top: 8.1818181818vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top8L {
		margin-top: 8.4210526316vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-top8L {
		margin-top: 16vw;
	}
}
.u-mg-top8LTabNone {
	margin-top: 100px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-top8LTabNone {
		margin-top: 8.1818181818vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top8LTabNone {
		margin-top: 8.4210526316vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-top8LTabNone {
		margin-top: 16vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top8LTabNone {
		margin-top: 0;
	}
}
.u-mg-top9L {
	margin-top: 110px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-top9L {
		margin-top: 9.0909090909vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top9L {
		margin-top: 9.4736842105vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-top9L {
		margin-top: 18.6666666667vw;
	}
}
.u-mg-top9LTabNone {
	margin-top: 110px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-top9LTabNone {
		margin-top: 9.0909090909vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top9LTabNone {
		margin-top: 9.4736842105vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-top9LTabNone {
		margin-top: 18.6666666667vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-top9LTabNone {
		margin-top: 0;
	}
}
.u-mg-spaceScrollTop {
	scroll-margin-top: 80px;
}
@media only screen and (max-width: 896px) {
	.u-mg-spaceScrollTop {
		scroll-margin-top: 70px;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-spaceScrollTop {
		scroll-margin-top: 60px;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-tabTopS {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 896px) and (max-width: 1100px) {
	.u-mg-tabTopS {
		margin-top: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 896px) {
	.u-mg-tabTopS {
		margin-top: 1.0526315789vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 430px) {
	.u-mg-tabTopS {
		margin-top: 2.6666666667vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-tabTopM {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 896px) and (max-width: 1100px) {
	.u-mg-tabTopM {
		margin-top: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 896px) {
	.u-mg-tabTopM {
		margin-top: 1.5789473684vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 430px) {
	.u-mg-tabTopM {
		margin-top: 4vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-tabTopL {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 896px) and (max-width: 1100px) {
	.u-mg-tabTopL {
		margin-top: 2.7272727273vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 896px) {
	.u-mg-tabTopL {
		margin-top: 2.6315789474vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 430px) {
	.u-mg-tabTopL {
		margin-top: 5.3333333333vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-tabTop2L {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 896px) and (max-width: 1100px) {
	.u-mg-tabTop2L {
		margin-top: 3.6363636364vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 896px) {
	.u-mg-tabTop2L {
		margin-top: 3.1578947368vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 430px) {
	.u-mg-tabTop2L {
		margin-top: 6.6666666667vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-tabTop3L {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 896px) and (max-width: 1100px) {
	.u-mg-tabTop3L {
		margin-top: 4.5454545455vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 896px) {
	.u-mg-tabTop3L {
		margin-top: 4.2105263158vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 430px) {
	.u-mg-tabTop3L {
		margin-top: 8vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-tabTop4L {
		margin-top: 60px;
	}
}
@media only screen and (max-width: 896px) and (max-width: 1100px) {
	.u-mg-tabTop4L {
		margin-top: 5vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 896px) {
	.u-mg-tabTop4L {
		margin-top: 5.2631578947vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 430px) {
	.u-mg-tabTop4L {
		margin-top: 9.3333333333vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-tabTop5L {
		margin-top: 70px;
	}
}
@media only screen and (max-width: 896px) and (max-width: 1100px) {
	.u-mg-tabTop5L {
		margin-top: 5.4545454545vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 896px) {
	.u-mg-tabTop5L {
		margin-top: 5.7894736842vw;
	}
}
@media only screen and (max-width: 896px) and (max-width: 430px) {
	.u-mg-tabTop5L {
		margin-top: 10.6666666667vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-spTopS {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 430px) and (max-width: 1100px) {
	.u-mg-spTopS {
		margin-top: 0.9090909091vw;
	}
}
@media only screen and (max-width: 430px) and (max-width: 896px) {
	.u-mg-spTopS {
		margin-top: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) and (max-width: 430px) {
	.u-mg-spTopS {
		margin-top: 2.6666666667vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-spTopM {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 430px) and (max-width: 1100px) {
	.u-mg-spTopM {
		margin-top: 1.8181818182vw;
	}
}
@media only screen and (max-width: 430px) and (max-width: 896px) {
	.u-mg-spTopM {
		margin-top: 1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) and (max-width: 430px) {
	.u-mg-spTopM {
		margin-top: 4vw;
	}
}
.u-mg-rightXS {
	margin-right: 5px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-rightXS {
		margin-right: 0.4545454545vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-rightXS {
		margin-right: 0.5263157895vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-rightXS {
		margin-right: 1.3333333333vw;
	}
}
.u-mg-rightS {
	margin-right: 10px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-rightS {
		margin-right: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-rightS {
		margin-right: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-rightS {
		margin-right: 2.6666666667vw;
	}
}
.u-mg-rightM {
	margin-right: 20px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-rightM {
		margin-right: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-rightM {
		margin-right: 2.1052631579vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-rightM {
		margin-right: 4vw;
	}
}
.u-mg-rightL {
	margin-right: 30px;
}
@media only screen and (max-width: 1200px) {
	.u-mg-rightL {
		margin-right: 2.0833333333vw;
	}
}
@media only screen and (max-width: 1100px) {
	.u-mg-rightL {
		margin-right: 2.7272727273vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-rightL {
		margin-right: 2.6315789474vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-rightL {
		margin-right: 5.3333333333vw;
	}
}
.u-mg-rightLTabNone {
	margin-right: 30px;
}
@media only screen and (max-width: 1200px) {
	.u-mg-rightLTabNone {
		margin-right: 2.0833333333vw;
	}
}
@media only screen and (max-width: 1100px) {
	.u-mg-rightLTabNone {
		margin-right: 2.7272727273vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-rightLTabNone {
		margin-right: 2.6315789474vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-rightLTabNone {
		margin-right: 5.3333333333vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-rightLTabNone {
		margin-right: 0;
	}
}
.u-mg-right2LTabNone {
	margin-right: 40px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-right2LTabNone {
		margin-right: 3.6363636364vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-right2LTabNone {
		margin-right: 3.1578947368vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-right2LTabNone {
		margin-right: 6.6666666667vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-right2LTabNone {
		margin-right: 0;
	}
}
.u-mg-rightAuto {
	margin-right: auto;
}
.u-mg-leftXS {
	margin-left: 5px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-leftXS {
		margin-left: 0.4545454545vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-leftXS {
		margin-left: 0.5263157895vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-leftXS {
		margin-left: 1.3333333333vw;
	}
}
.u-mg-leftS {
	margin-left: 10px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-leftS {
		margin-left: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-leftS {
		margin-left: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-leftS {
		margin-left: 2.6666666667vw;
	}
}
.u-mg-leftM {
	margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-leftM {
		margin-left: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-leftM {
		margin-left: 2.1052631579vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-leftM {
		margin-left: 4vw;
	}
}
.u-mg-leftL {
	margin-left: 30px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-leftL {
		margin-left: 2.7272727273vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-leftL {
		margin-left: 2.6315789474vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-leftL {
		margin-left: 5.3333333333vw;
	}
}
.u-mg-leftLTabNone {
	margin-left: 30px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-leftLTabNone {
		margin-left: 2.7272727273vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-leftLTabNone {
		margin-left: 2.6315789474vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-leftLTabNone {
		margin-left: 5.3333333333vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-leftLTabNone {
		margin-left: 0;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-spLeftM {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 430px) and (max-width: 1100px) {
	.u-mg-spLeftM {
		margin-left: 1.8181818182vw;
	}
}
@media only screen and (max-width: 430px) and (max-width: 896px) {
	.u-mg-spLeftM {
		margin-left: 2.1052631579vw;
	}
}
@media only screen and (max-width: 430px) and (max-width: 430px) {
	.u-mg-spLeftM {
		margin-left: 4vw;
	}
}
.u-mg-left4L {
	margin-left: 60px;
}
@media only screen and (max-width: 1100px) {
	.u-mg-left4L {
		margin-left: 5vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-mg-left4L {
		margin-left: 5.2631578947vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-left4L {
		margin-left: 9.3333333333vw;
	}
}
.u-mg-leftAuto {
	margin-left: auto;
}
.u-mg-sideAuto {
	margin-left: auto;
	margin-right: auto;
}
.u-mg-topBottomAuto {
	margin-bottom: auto;
	margin-top: auto;
}
.u-mg-headerTop {
	margin-top: 80px;
}
@media only screen and (max-width: 896px) {
	.u-mg-headerTop {
		margin-top: 70px;
	}
}
@media only screen and (max-width: 430px) {
	.u-mg-headerTop {
		margin-top: 60px;
	}
}
.u-pd-topS {
	padding-top: 10px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-topS {
		padding-top: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-topS {
		padding-top: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-topS {
		padding-top: 2.6666666667vw;
	}
}
.u-pd-topM {
	padding-top: 20px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-topM {
		padding-top: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-topM {
		padding-top: 1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-topM {
		padding-top: 4vw;
	}
}
.u-pd-rightMTabNone {
	padding-right: 20px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-rightMTabNone {
		padding-right: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-rightMTabNone {
		padding-right: 1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-rightMTabNone {
		padding-right: 4vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-rightMTabNone {
		padding-right: 0;
	}
}
.u-pd-right2L {
	padding-right: 40px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-right2L {
		padding-right: 3.1818181818vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-right2L {
		padding-right: 3.1578947368vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-right2L {
		padding-right: 6.6666666667vw;
	}
}
.u-pd-right2LTabNone {
	padding-right: 40px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-right2LTabNone {
		padding-right: 3.1818181818vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-right2LTabNone {
		padding-right: 3.1578947368vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-right2LTabNone {
		padding-right: 6.6666666667vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-right2LTabNone {
		padding-right: 0;
	}
}
.u-pd-right3L {
	padding-right: 50px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-right3L {
		padding-right: 4.5454545455vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-right3L {
		padding-right: 4.2105263158vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-right3L {
		padding-right: 8vw;
	}
}
.u-pd-right3LTabNone {
	padding-right: 50px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-right3LTabNone {
		padding-right: 4.5454545455vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-right3LTabNone {
		padding-right: 4.2105263158vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-right3LTabNone {
		padding-right: 8vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-right3LTabNone {
		padding-right: 0;
	}
}
.u-pd-leftXS {
	padding-left: 5px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-leftXS {
		padding-left: 0.4545454545vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-leftXS {
		padding-left: 0.5263157895vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-leftXS {
		padding-left: 1.3333333333vw;
	}
}
.u-pd-leftM {
	padding-left: 20px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-leftM {
		padding-left: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-leftM {
		padding-left: 1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-leftM {
		padding-left: 4vw;
	}
}
.u-pd-left2L {
	padding-left: 40px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-left2L {
		padding-left: 3.1818181818vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-left2L {
		padding-left: 3.1578947368vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-left2L {
		padding-left: 6.6666666667vw;
	}
}
.u-pd-left3L {
	padding-left: 50px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-left3L {
		padding-left: 4.5454545455vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-left3L {
		padding-left: 4.2105263158vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-left3L {
		padding-left: 8vw;
	}
}
.u-pd-left3LTabNone {
	padding-left: 50px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-left3LTabNone {
		padding-left: 4.5454545455vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-left3LTabNone {
		padding-left: 4.2105263158vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-left3LTabNone {
		padding-left: 8vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-left3LTabNone {
		padding-left: 0;
	}
}
.u-pd-bottomXS {
	padding-bottom: 5px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-bottomXS {
		padding-bottom: 0.4545454545vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-bottomXS {
		padding-bottom: 0.5263157895vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-bottomXS {
		padding-bottom: 1.3333333333vw;
	}
}
.u-pd-bottomS {
	padding-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-bottomS {
		padding-bottom: 0.9090909091vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-bottomS {
		padding-bottom: 1.0526315789vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-bottomS {
		padding-bottom: 2.6666666667vw;
	}
}
.u-pd-bottomM {
	padding-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-bottomM {
		padding-bottom: 1.8181818182vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-bottomM {
		padding-bottom: 1.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-bottomM {
		padding-bottom: 4vw;
	}
}
.u-pd-bottomL {
	padding-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
	.u-pd-bottomL {
		padding-bottom: 2.7272727273vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-pd-bottomL {
		padding-bottom: 2.6315789474vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-pd-bottomL {
		padding-bottom: 5.3333333333vw;
	}
}
.u-pd-sideInner {
	padding-left: 10px;
	padding-right: 10px;
}
.u-text-normal {
	font-weight: 400;
}
.u-text-medium {
	font-weight: 500;
}
.u-text-bold {
	font-weight: 700;
}
.u-text-black {
	font-weight: 900;
}
.u-text-color {
	color: #fff;
}
.u-text-color1 {
	color: #f55d53;
}
.u-text-color2 {
	color: #176555;
}
.u-text-limit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.u-text-postTime {
	background: #2287c4;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 10px;
	bottom: 0;
	display: block;
	left: 0;
	line-height: 1;
	padding: 10px 5px;
	position: absolute;
	text-align: center;
	width: 115px;
}
@media only screen and (max-width: 1100px) {
	.u-text-postTime {
		padding: 0.9090909091vw 0.4545454545vw;
		width: 10.4545454545vw;
	}
}
@media only screen and (max-width: 896px) {
	.u-text-postTime {
		padding: 1.0526315789vw 0.5263157895vw;
		width: 11.5789473684vw;
	}
}
@media only screen and (max-width: 430px) {
	.u-text-postTime {
		padding: 2.6666666667vw 1.3333333333vw;
		width: 29.3333333333vw;
	}
}
.u-text-anchor {
	color: #154a72;
	position: relative;
}
.u-text-anchor[target="_blank"]:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	padding-left: 0.2em;
	position: relative;
}
#singlePost
	a:not(
		.wp-block-social-link-anchor,
		.wpdm-download-link,
		.wp-block-button__link
	) {
	color: #2287c4;
}
#singlePost a[target="_blank"] {
	position: relative;
}
#singlePost a[target="_blank"]:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	padding-left: 0.2em;
	position: relative;
}
.wp-block-image a:after {
	display: none;
}
.u-width-auto {
	width: auto;
}
.u-width-size1 {
	width: 10%;
}
.u-width-size1Half {
	width: 15%;
}
.u-width-size2 {
	width: 20%;
}
.u-width-size2Half {
	width: 25%;
}
.u-width-size3 {
	width: 30%;
}
.u-width-size3Half {
	width: 35%;
}
.u-width-size4 {
	width: 40%;
}
.u-width-size4Half {
	width: 45%;
}
.u-width-size5 {
	width: 50%;
}
.u-width-size5Half {
	width: 55%;
}
.u-width-size6 {
	width: 60%;
}
.u-width-size6Half {
	width: 65%;
}
.u-width-size7 {
	width: 70%;
}
.u-width-size7Half {
	width: 75%;
}
.u-width-size8 {
	width: 80%;
}
.u-width-size8Half {
	width: 85%;
}
.u-width-size9 {
	width: 90%;
}
.u-width-size9Half {
	width: 95%;
}
.u-width-sizeFull {
	width: 100%;
}
.u-width-size1TabFull {
	width: 10%;
}
@media only screen and (max-width: 896px) {
	.u-width-size1TabFull {
		width: 100%;
	}
}
.u-width-size2HalfspSize5 {
	width: 25%;
}
@media only screen and (max-width: 430px) {
	.u-width-size2HalfspSize5 {
		width: 50%;
	}
}
.u-width-size3HalfTabFull {
	width: 35%;
}
@media only screen and (max-width: 896px) {
	.u-width-size3HalfTabFull {
		width: 100%;
	}
}
.u-width-size4TabFull {
	width: 40%;
}
@media only screen and (max-width: 896px) {
	.u-width-size4TabFull {
		width: 100%;
	}
}
.u-width-size4HalfTabFull {
	width: 45%;
}
@media only screen and (max-width: 896px) {
	.u-width-size4HalfTabFull {
		width: 100%;
	}
}
.u-width-size5TabSize4 {
	width: 50%;
}
@media only screen and (max-width: 896px) {
	.u-width-size5TabSize4 {
		width: 40%;
	}
}
.u-width-size5TabSize6 {
	width: 50%;
}
@media only screen and (max-width: 896px) {
	.u-width-size5TabSize6 {
		width: 60%;
	}
}
.u-width-size5TabFull {
	width: 50%;
}
@media only screen and (max-width: 896px) {
	.u-width-size5TabFull {
		width: 100%;
	}
}
.u-width-size5SPFull {
	width: 50%;
}
@media only screen and (max-width: 430px) {
	.u-width-size5SPFull {
		width: 100%;
	}
}
.u-width-size5HalfTabFull {
	width: 55%;
}
@media only screen and (max-width: 896px) {
	.u-width-size5HalfTabFull {
		width: 100%;
	}
}
.u-width-size6TabFull {
	width: 60%;
}
@media only screen and (max-width: 896px) {
	.u-width-size6TabFull {
		width: 100%;
	}
}
.u-width-size6HalfSpFull {
	width: 65%;
}
@media only screen and (max-width: 430px) {
	.u-width-size6HalfSpFull {
		width: 100%;
	}
}
.u-width-size6HalfTabFull {
	width: 65%;
}
@media only screen and (max-width: 896px) {
	.u-width-size6HalfTabFull {
		width: 100%;
	}
}
.u-width-size7TabFull {
	width: 70%;
}
@media only screen and (max-width: 896px) {
	.u-width-size7TabFull {
		width: 100%;
	}
}
@media only screen and (max-width: 896px) {
	.u-width-tabSize7SpFull {
		width: 70%;
	}
}
@media only screen and (max-width: 430px) {
	.u-width-tabSize7SpFull {
		width: 100%;
	}
}
.u-width-size7HalfTabSize8 {
	width: 75%;
}
@media only screen and (max-width: 896px) {
	.u-width-size7HalfTabSize8 {
		width: 80%;
	}
}
.u-width-size8SpFull {
	width: 80%;
}
@media only screen and (max-width: 430px) {
	.u-width-size8SpFull {
		width: 100%;
	}
}
.u-width-size9TabFull {
	width: 90%;
}
@media only screen and (max-width: 896px) {
	.u-width-size9TabFull {
		width: 100%;
	}
}
.u-width-tabSize6SpFull {
	width: 60%;
}
@media only screen and (max-width: 430px) {
	.u-width-tabSize6SpFull {
		width: 100%;
	}
}
.u-width-autoSpFull {
	width: auto;
}
@media only screen and (max-width: 430px) {
	.u-width-autoSpFull {
		width: 100%;
	}
}
.u-width-column2,
.u-width-column2SpColumn1 {
	width: 48%;
}
@media only screen and (max-width: 1100px) {
	.u-width-column2SpColumn1 {
		width: 48.5%;
	}
}
@media only screen and (max-width: 430px) {
	.u-width-column2SpColumn1 {
		width: 100%;
	}
}
.u-width-column2TabColumn1 {
	width: 48%;
}
@media only screen and (max-width: 1100px) {
	.u-width-column2TabColumn1 {
		width: 48.5%;
	}
}
@media only screen and (max-width: 896px) {
	.u-width-column2TabColumn1 {
		width: 100%;
	}
}
.slick-slider {
	box-sizing: border-box;
	display: block;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translateZ(0);
}
.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}
.slick-arrow.slick-hidden {
	display: none;
}

/* header */
.l-header {
	width: 100%;
	position: fixed;
	z-index: 1000;
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 0.7);
	min-width: 320px;
}

@media (max-width: 768px) {
	.l-header {
		padding: 5px 0;
		height: 60px;
	}
}

.header {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 1024px) {
	.header {
		width: 90%;
	}
}

@media (max-width: 768px) {
	.header {
		width: 100%;
		height: 50px;
		padding: 0 10px;
	}
}

.header_logo {
	width: 18.5%;
	min-width: 140px;
	z-index: 100;
}

@media (max-width: 768px) {
	.header_logo {
		z-index: 100;
	}
}

.header_drawer {
	width: 81.5%;
}

@media (max-width: 768px) {
	.header_drawer {
		width: auto;
	}
}

.header_drawer_hidden {
	display: none;
}

.header_drawer_open {
	display: none;
}

@media (max-width: 768px) {
	.header_drawer_open {
		display: flex;
		height: 40px;
		width: 40px;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 100;
		cursor: pointer;
	}
}

.header_drawer_open span,
.header_drawer_open span:before,
.header_drawer_open span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #333;
	transition: 0.5s;
	position: absolute;
}

.header_drawer_open span:before {
	bottom: 8px;
}

.header_drawer_open span:after {
	top: 8px;
}

#drawer_check:checked ~ .headerNav {
	left: 0;
}

#drawer_check:checked ~ .header_drawer_open span {
	background: rgba(255, 255, 255, 0);
}

#drawer_check:checked ~ .header_drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
}

#drawer_check:checked ~ .header_drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
}

@media (max-width: 768px) {
	.headerNav {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 60px;
		left: 100%;
		z-index: 99;
		background: #fff;
		transition: 0.5s;
		padding: 20px 20px 0;
		overflow: auto;
		background-image: url(../img/bg.png);
		background-repeat: repeat-y;
		background-size: 100% auto;
	}

	.headerNav::-webkit-scrollbar {
		width: 5px;
		border-radius: 8px;
		border: 1px solid #ccc;
	}

	.headerNav::-webkit-scrollbar-thumb {
		border-radius: 8px;
		background-color: #ccc;
	}

	.headerNav::-webkit-scrollbar-track {
		border-radius: 8px;
	}
}

.headerMenu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 1.8rem;
	color: #333;
}

@media (max-width: 768px) {
	.headerMenu {
		display: block;
		font-size: 2.2rem;
		padding-bottom: 100px;
	}
}

.headerMenu_list {
	margin-right: 1.8%;
}

@media (max-width: 768px) {
	.headerMenu_list {
		line-height: 1.2;
		border-bottom: 2px solid rgba(35, 32, 32, 0.2);
		margin-right: 0;
	}
}

.headerMenu_list:last-of-type {
	margin-right: 0;
}

.headerMenu_list_item:hover {
	color: #0070c0;
}

@media (max-width: 768px) {
	.headerMenu_list_item {
		display: block;
		padding: 16px 0;
	}
}

.headerMenu_list_item-btn {
	display: block;
	padding: 8px 22px 5px;
	vertical-align: middle;
	color: #fff;
	background-color: #0070c0;
	border-radius: 25px;
	border: 3px solid #0070c0;
	transition: 0.3s;
}

.headerMenu_list_item-btn:hover {
	color: #0070c0;
	background-color: #fff;
}

@media (max-width: 768px) {
	.headerMenu_list_item-btn {
		padding: 16px 0;
		color: #333;
		background-color: transparent;
		border: none;
	}
}

/* フェードインアニメーション */
.text-fadeIn {
	opacity: 0;
	animation: fadein 1s ease forwards;
}

@keyframes fadein {
	to {
		opacity: 1;
	}
}

.text-fadeIn:first-of-type {
	animation-delay: 0.5s;
}

.text-fadeIn:nth-of-type(2) {
	animation-delay: 0.6s;
}

.text-fadeIn:nth-of-type(3) {
	animation-delay: 0.7s;
}

.text-fadeIn:nth-of-type(4) {
	animation-delay: 0.8s;
}

.text-fadeIn:nth-of-type(5) {
	animation-delay: 0.9s;
}

.text-fadeIn:last-of-type {
	animation-delay: 1s;
}


/* footer */
.pageTop {
	position: fixed;
	bottom: 30px;
	right: 2%;
	z-index: 80;
}

.pageTop_link {
	display: inline-block;
	width: 84px;
	height: 84px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	align-content: center;
	cursor: pointer;
	border-radius: 50%;
	background-color: rgba(43, 137, 240, 0.6);
	color: #fff;
	animation: animate 3s linear infinite;
}

@media (max-width: 480px) {
	.pageTop_link {
		width: 50px;
		height: 50px;
		padding: 0;
		font-size: 1.2rem;
	}
}

.pageTop_link:hover {
	color: #fff;
}

@keyframes animate {
	0% {
		box-shadow: 0 0 0 0 rgba(43, 137, 240, 0.6), 0 0 0 0 rgba(43, 137, 240, 0.6);
	}
	30% {
		box-shadow: 0 0 0 50px rgba(43, 137, 240, 0), 0 0 0 0 rgba(43, 137, 240, 0.6);
	}
	65% {
		box-shadow: 0 0 0 50px rgba(43, 137, 240, 0), 0 0 0 30px rgba(43, 137, 240, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(43, 137, 240, 0), 0 0 0 30px rgba(43, 137, 240, 0);
	}
}

.l-footer {
	background-image: url(/wp-content/themes/cmps_blog/dist/img/footer-bg.png);
	background-size: cover;
	background-position: center;
}

.footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 23px 0 42px;
}

@media (max-width: 1024px) {
	.footer {
		width: 90%;
	}
}

@media (max-width: 768px) {
	.footer {
		width: 100%;
	}
}

.footer_logo {
	width: 20.8%;
	max-width: 250px;
	min-width: 150px;
	margin: 0 auto;
}

.footer_logoList {
	width: 100%;
	text-align: center;
	margin: 30px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_logoListItem {
	margin: 0 2%;
}

.footer_logoListItem a {
	display: inline-block;
}

.footer_logoListItem a img {
	width: auto;
	max-width: 100%;
	max-height: 120px;
}

@media (max-width: 768px) {
	.footer_logoListItem a img {
		max-height: 80px;
	}
}

.footerMenu {
	display: flex;
	justify-content: center;
	padding-bottom: 19px;
	border-bottom: 1px solid #fff;
	margin-top: 29px;
}

@media (max-width: 768px) {
	.footerMenu {
		padding-bottom: 0;
		border-bottom: none;
		flex-wrap: wrap;
	}
}

@media (max-width: 480px) {
	.footerMenu {
		margin-top: 20px;
		justify-content: space-between;
	}
}

.footerMenu_list {
	font-size: 2rem;
	margin-right: 3.5%;
}

@media (max-width: 768px) {
	.footerMenu_list {
		width: 26%;
		text-align: center;
		margin-right: 0;
		font-size: 1.8rem;
	}
}

@media (max-width: 550px) {
	.footerMenu_list {
		width: 33.3%;
	}
}

@media (max-width: 480px) {
	.footerMenu_list {
		font-size: 1.6rem;
		width: 50%;
	}
}

.footerMenu_list:last-of-type {
	margin-right: 0;
}

.footerMenu_list:last-of-type .footerMenu_list_item::after {
	content: none;
}

.footerMenu_list:nth-child(3) .footerMenu_list_item::after {
	display: none;
}

.footerMenu_list_item {
	color: #fff;
	position: relative;
}

@media (max-width: 768px) {
	.footerMenu_list_item {
		display: block;
		padding: 10px 5px;
	}

	.footerMenu_list_item::after {
		content: "";
		display: block;
		width: 1px;
		height: 24px;
		background-color: #fff;
		position: absolute;
		right: 4px;
		top: 50%;
		transform: rotate(10deg) translateY(-50%);
	}
}

@media (max-width: 480px) {
	.footerMenu_list_item::after {
		content: none;
	}
}

.footerMenu_list_item:hover {
	color: #ffcc00;
}

.footer_text {
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}

@media (max-width: 768px) {
	.footer_text {
		font-size: 2rem;
	}
}

@media (max-width: 480px) {
	.footer_text {
		font-size: 1.6rem;
		margin-top: 16px;
	}
}

.footer_address {
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
}

.footer_address-space {
	margin-top: 23px;
}

@media (max-width: 1024px) {
	.footer_address {
		font-size: 1.4rem;
	}
}

@media (max-width: 768px) {
	.footer_address {
		padding: 0 10px;
		font-size: 1.4rem;
	}
}

@media (max-width: 480px) {
	.footer_address {
		padding: 0 10px;
		font-size: 1.4rem;
	}
}

.footer_address span {
	display: inline;
}

@media (max-width: 768px) {
	.footer_address span {
		display: block;
	}
}

.copyright {
	background-color: #0070c0;
	color: #fff;
	padding: 15px 0 14px;
	font-size: 1.4rem;
}

@media (max-width: 480px) {
	.copyright {
		font-size: 1.4rem;
		padding: 6px 0;
	}
}

.copyright_inner {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.copyright_inner {
		width: 90%;
	}
}

@media (max-width: 768px) {
	.copyright_inner {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}
}

.copyright_inner_item:nth-child(n + 2) {
	margin-left: 10px;
}

@media (max-width: 768px) {
	.copyright_inner_item:nth-child(n + 2) {
		margin-left: 0;
		margin-top: 10px;
	}
}

.copyright_inner_item a {
	color: #fff;
	text-decoration: none;
}

.copyright_inner_item a:hover {
	color: #fff;
}

.copyright_inner_text {
	margin-left: auto;
}

@media (max-width: 768px) {
	.copyright_inner_text {
		margin-top: 10px;
	}
}
