@charset "utf-8";
/*
Theme Name:nihonshoryokugijutu
Theme URI:https://www.dispenser.jp/
Description:nihonshoryokugijutu
Author:TEAMWORKS
Author URI:https://tmwks.jp/
Version:1.15
*/

/* ------------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
------------------------------------------------------------------------------------ */
@font-face {
	font-family: "design_plus";
	font-weight: normal;
	font-style: normal;

	font-display: swap;
	src: url("fonts/design_plus.woff?v=1.6") format("woff");
}


/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
*, *::before, *::after {
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-word;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	-webkit-text-size-adjust: 100%;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a:focus {
	outline: none;
}
ins {
	text-decoration: none;
}
mark {
	font-weight: bold;
	font-style: italic;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted;
}
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
button, input, select, textarea {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	outline: 0;
	font-size: 100%;
}
input, textarea {
	border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));

	-webkit-appearance: none;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
input[type="radio"] {
	-webkit-appearance: radio;
}
button {
	        appearance: none;
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
iframe {
	max-width: 100%;
}
svg {
	display: block;
}
*:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

/* clearfix */
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}




/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
html {
	position: relative;
	overflow-x: hidden;
	height: 100%;
}
body {
	position: relative;
	width: 100%;
	font-family: Arial,sans-serif;
	font-size: 16px;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	overscroll-behavior-y: none;
}
body.admin-bar {
	padding-top: 0;
}
body.home.admin-bar {
	padding-top: 0;
}
body.hide_page_header_bar.admin-bar {
	padding-top: 0;
}
a {
	text-decoration: none;
}
a, a:before, a:after, input {
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.post_content {
	word-wrap: break-word;
}
a[href^="tel:"] {
	text-decoration: none !important;
	pointer-events: none;
}
.mobile_device a[href^="tel:"] {
	pointer-events: auto;
}

/* ----------------------------------------------------------------------
 上付き文字、下付き文字
---------------------------------------------------------------------- */
sup {
	vertical-align: super;
	font-size: smaller;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}

/* レイアウト */
#container {
	position: relative;
	overflow: hidden;
}
#main_content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1455px;
	margin: 0 auto;
	padding: 0 100px 150px;
}
body.short_content_width #main_content {
	max-width: 1365px;
}
body.page-template-default.show_sidebar.short_content_width #main_content {
	max-width: 1365px;
}
#main_col {
	width: calc(100% - 415px);
}
#side_col {
	position: relative;
	width: 350px;
}
#side_col_inner {
}
#article {
}




/* ----------------------------------------------------------------------
 共通パーツ
---------------------------------------------------------------------- */
/* デザインボタン */
.design_button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	width: 300px;
	max-width: 100%;
	height: 70px;
	padding: 0 1.5em;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	text-decoration: none;
	color: #ff4000;
	border: 1px solid #ff4000;
	border-radius: 70px;
	background: #fff;
	font-size: 16px;
	line-height: 1.5;
	line-height: 70px;
}
.design_button:hover {
	color: #fff !important;
	background: #ff4000;
}


/* カテゴリーボタン */
.category_button {
	display: inline-block;
	min-width: 100px;
	height: 35px;
	padding: 0 20px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 35px;
	background: #fff;
	font-size: 14px;
	line-height: 35px;
}


/* デザインヘッダー */
.design_header {
	display: flex;
	flex-wrap: wrap;
	margin-top: 90px;
	margin-bottom: 60px;
}
body.hide_sidebar .design_header, body.single-service .design_header {
	margin-top: 120px;
}
body.home .design_header {
	margin-top: 0;
}
.design_header .title_area {
	width: 50%;
	padding-right: 50px;
}
.design_header .title_area.no_desc {
	width: auto;
	padding-right: 0;
}
.design_header .large_headline {
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 70px;
	line-height: 1.2;
}
.design_header .sub_title {
	overflow: hidden;
	padding: 0;
	font-size: 18px;
	line-height: 1.4;
}
.design_header .large_headline span, .design_header .sub_title span {
	display: inline-block;
	transition: transform 0.7s ease, opacity 0.9s ease;
	transform: translate3d(0,100%,0);
	opacity: 0;
}
.design_header .sub_title span {
	transition: transform 0.7s ease 0.3s, opacity 0.9s ease 0.3s;
}
.design_header.animate .large_headline span, .design_header.animate .sub_title span {
	transform: translate3d(0,0,0);
	opacity: 1;
}
.design_header .desc {
	width: 50%;
	padding-left: 50px;
	transition: opacity 1.0s ease 0.2s;
	opacity: 0;
	line-height: 2.6;
}
.design_header .desc.mobile {
	display: none;
}
.design_header.animate .desc {
	opacity: 1;
}
.sub_title.colored {
	margin-top: 10px;
	margin-bottom: -5px;
	font-size: 18px;
}


/* 矢印アイコン付き右寄せリンク */
.design_arrow_button {
	margin-bottom: 50px;
	text-align: right;
}
.design_arrow_button a {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	text-decoration: none !important;
	color: #000;
	font-size: 18px;
}
.design_arrow_button a .label {
	margin-right: 20px;
}
.post_row + .design_arrow_button {
	margin-top: 50px;
}
@media (max-width: 800px) {
	.post_row + .design_arrow_button {
		margin-top: 35px;
	}
}


/* 矢印アイコンのみ */
.arrow_button {
	position: relative;
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #000;
}
.arrow_button:before, .arrow_button:after {
	position: absolute;
	z-index: 2;
	top: 21px;
	left: 0;
	display: block;
	width: 100%;
	content: "\e94f";
	text-align: center;
	color: #fff;
	font-family: "design_plus";
	font-size: 10px;
}
.arrow_button:after {
	transform: translate3d(-10%, 0, 0);
	opacity: 0;
}
@media(hover: hover) {
	a:hover .arrow_button:before {
		animation: arrow_animation1 0.3s ease forwards;
	}
	a:hover .arrow_button:after {
		animation: arrow_animation2 0.3s ease forwards 0.2s;
	}
}
@keyframes arrow_animation1 {
	0% {
		transform: translate3d(0%, 0, 0);
		opacity: 1;
	}
	70% {
		opacity: 0;
	}
	100% {
		transform: translate3d(20%, 0, 0);
		opacity: 0;
	}
}
@keyframes arrow_animation2 {
	0% {
		transform: translate3d(-10%, 0, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0%, 0, 0);
		opacity: 1;
	}
}


/* 矢印アイコンのみ（小さいver） */
.arrow_button_small {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	overflow: hidden;
	width: 40px;
	height: 15px;
	line-height: 15px;
}
.arrow_button_small:before, .arrow_button_small:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	content: "\e94f";
	text-align: center;
	color: fff;
	font-family: "design_plus";
	font-size: 10px;
}
.arrow_button_small:after {
	transform: translate3d(-10%, 0, 0);
	opacity: 0;
}
@media(hover: hover) {
	a:hover .arrow_button_small:before {
		animation: arrow_animation1 0.3s ease forwards;
	}
	a:hover .arrow_button_small:after {
		animation: arrow_animation2 0.3s ease forwards 0.2s;
	}
}


/* 矢印アイコンのみ（小さいver 逆方向） */
.arrow_button_small.reverse:before, .arrow_button_small.reverse:after {
	transform: rotate(180deg);
}
.arrow_button_small.reverse:after {
	transform: translate3d(10%, 0, 0);
	opacity: 0;
}
@media(hover: hover) {
	a:hover .arrow_button_small.reverse:before {
		animation: arrow_animation3 0.3s ease forwards;
	}
	a:hover .arrow_button_small.reverse:after {
		animation: arrow_animation4 0.3s ease forwards 0.2s;
	}
}
@keyframes arrow_animation3 {
	0% {
		transform: translate3d(0%, 0, 0) rotate(180deg);
		opacity: 1;
	}
	70% {
		opacity: 0;
	}
	100% {
		transform: translate3d(-20%, 0, 0) rotate(180deg);
		opacity: 0;
	}
}
@keyframes arrow_animation4 {
	0% {
		transform: translate3d(10%, 0, 0) rotate(180deg);
		opacity: 0;
	}
	100% {
		transform: translate3d(0%, 0, 0) rotate(180deg);
		opacity: 1;
	}
}


/* マスク画像 */
.shutter_image {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 50px;
}
/*
.post_row + .shutter_image { margin-top:15px; }
body.single-service .shutter_image, body.page-template-page-tcd-lp .shutter_image, body.hide_sidebar .shutter_image { margin-bottom:140px; }
body.single-service .post_row + .shutter_image, body.page-template-page-tcd-lp .post_row + .shutter_image, body.hide_sidebar .post_row + .shutter_image { margin-top:105px; }
*/
.post_row .shutter_image {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.shutter_image .item {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.shutter_image.col1 {
	display: block;
}
.shutter_image.col1 .item img {
	position: relative;
	top: auto;
	left: auto;
	width: 100% !important;
	height: auto !important;

	object-fit: unset;
}
.shutter_image.col2 .item {
	width: calc(50% - 3px);

	aspect-ratio: 620 / 450;
}
.shutter_image.col2.no_space .item {
	width: 50%;
}
.shutter_image.col3 .item {
	width: calc(100% / 3 - 3px);

	aspect-ratio: 415 / 450;
}
.shutter_image.col3.no_space .item {
	width: calc(100% / 3);
}
.shutter_image .item:before {
	position: absolute;
	z-index: 50;
	top: 0;
	left: -1px;
	display: block;
	width: 101%;
	height: 101%;
	content: "";
	transform: translate3d(0,0,0);
	pointer-events: none;
	background: #fff;
}
.shutter_image .item img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100% !important;
	max-width: inherit !important;
	height: 100% !important;
	margin: 0;

	object-fit: cover;
}
.shutter_image .item.animate:before {
	transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
	transform: translate3d(100%,0,0);
}
.cb_design_content:nth-child(even) .shutter_image .item:before, .cb_free_space:nth-child(even) .shutter_image .item:before, .gray_bg .shutter_image .item:before {
	background: #f6f6f6;
}
.shutter_image.type2 .item {
	aspect-ratio: initial !important;
}
.shutter_image.type2 .item img {
	position: relative;
	top: auto;
	left: auto;
	width: 100% !important;
	height: auto !important;

	object-fit: initial;
}
.post_content .shutter_image img.frame {
	margin-bottom: 12px;
}


/* マスク画像　リンク付き */
.shutter_image.link_ver .headline {
	position: absolute;
	z-index: 10;
	top: 0p;
	left: 0;
	width: 100%;
	padding: 35px 40px;
	transition: opacity 0.5s ease;
	opacity: 0;
	color: #fff;
	font-size: 22px;
}
.shutter_image.link_ver .item:hover .headline {
	opacity: 1;
}
.shutter_image.link_ver .overlay {
	position: absolute;
	z-index: 2;
	top: 0p;
	left: 0;
	width: 100%;
	height: 50%;
	transition: opacity 0.5s ease;
	opacity: 0;
}
.shutter_image.link_ver .item:hover .overlay {
	opacity: 1;
}
.shutter_image.link_ver .post_list {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
	transform: translate3d(0,100%,0);
}
.shutter_image.link_ver .item:hover .post_list {
	transform: translate3d(0,0,0);
}
.shutter_image.link_ver .post_list a {
	position: relative;
	display: block;
	height: 60px;
	padding: 0 70px 0 30px;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
}
.shutter_image.link_ver .post_list a:before {
	position: absolute;
	z-index: 2;
	bottom: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	background: rgba(255,255,255,0.3);
}
.shutter_image.link_ver .post_list a:after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	transition: background-color 0.25s ease;
	background: orange;
}
.shutter_image.link_ver .post_list a:hover:before {
	display: none;
}
.shutter_image.link_ver .post_list a:hover:after {
	z-index: 2;
	background: green;
}
.shutter_image.link_ver .post_list a:last-of-type {
	border-bottom: none;
}
.shutter_image.link_ver .post_list a .label {
	position: relative;
	z-index: 20;
	display: block;
	visibility: visible;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.shutter_image.link_ver .post_list a .arrow_button_small {
	z-index: 20;
	top: 25px;
	right: 15px;
}


/* inview　スライド用アニメーション */
.inview.slide_up_animation {
	position: relative;
	transition: opacity 1.4s ease 0s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0s;
	transform: translate3d(0,30px,0);
	opacity: 0;
}
.inview.slide_up_animation.animate {
	transform: translate3d(0,0,0);
	opacity: 1;
}
.inview.slide_left_animation {
	position: relative;
	transition: opacity 1.4s ease 0s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0s;
	transform: translate3d(60px,0,0);
	opacity: 0;
}
.inview.slide_left_animation.animate {
	transform: translate3d(0,0,0);
	opacity: 1;
}


/* Swiperのスクロールバー（共通） */
.genesis_carousel_scrollbar {
	position: relative;
	z-index: 50;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 100px;
}
.genesis_carousel_scrollbar .swiper-scrollbar {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: 100% !important;
	cursor: pointer;
}




/* ----------------------------------------------------------------------
 トップページ ヘッダースライダー
---------------------------------------------------------------------- */
#header_slider_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: calc(100vh - 80px);
}
#header_slider_wrap.layout_type2 {
	flex-direction: column-reverse;
	border-bottom: 1px solid #ddd;
}
#header_slider_wrap.layout_type3 {
	height: 100vh;
}


/* キャッチフレーズエリア */
#header_slider_content {
	width: 100%;
	height: 50%;
}
#header_slider_content .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1700px;
	height: 100%;
	margin: 0 auto;
	padding: 0 100px;
}
#header_slider_content .catch {
	line-height: 1.2;
}
#header_slider_content .desc_area {
	margin-top: 15px;
}
#header_slider_content .desc_area p {
	line-height: 1.8;
}
#header_slider_content .desc_area p.mobile {
	display: none;
}
#header_slider_wrap.layout_type3 .desc_area a {
	color: #fff;
}
#header_slider_content .content .line {
	display: block;
	overflow: hidden;
}
#header_slider_content .content .line_inner {
	display: inline-block;
	transition: transform 0.7s ease, opacity 0.9s ease;
	transform: translate3d(0,100%,0);
	opacity: 0;
}
#header_slider_content .content .desc .line_inner {
	transition: transform 0.7s ease 0.2s, opacity 0.9s ease 0.2s;
}
#header_slider_wrap.start_slide #header_slider_content .content .line_inner {
	transform: translate3d(0,0,0);
	opacity: 1;
}
#header_slider_wrap.layout_type3 #header_slider_content {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	height: 100vh;
	color: #fff;
}


/* スライダーエリア */
#header_slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 50%;
}
#header_slider .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
#header_slider .item {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#header_slider .bg_image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#header_slider.slide_type_slide_up .bg_image {
	transition-delay: 0.05s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-duration: inherit;
	transition-property: none;
	transform: translate3d(0, -100%, 0);
}
#header_slider .bg_image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;

	object-fit: cover;
}
#header_slider_wrap.layout_type3 #header_slider {
	z-index: 1;
	height: 100vh;
}


/* スライドアイテムのアニメーション */
#header_slider.slide_type_slide_up .item.first_item .item-inner {
	transition-property: none !important;
}
#header_slider.slide_type_slide_up .item {
	transition-property: background-color !important;
	opacity: 1 !important;
	background-color: rgba(0,0,0,0);
}
#header_slider.slide_type_slide_up .item.swiper-slide-active {
	background-color: rgba(1,1,1,0);
}
#header_slider .item .item-inner {
	overflow: hidden;
	height: 100%;
}
#header_slider.slide_type_slide_up .item .item-inner {
	transition-delay: 0.05s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-duration: inherit;
	transition-property: none;
	transform: translate3d(0, 100%, 0);
}
#header_slider.slide_type_slide_up .item.p-effect-reverse .item-inner {
	transform: translate3d(0, -100%, 0);
}
#header_slider.slide_type_slide_up .item.p-effect-slidein {
	z-index: 2;
}
#header_slider.slide_type_slide_up .item.p-effect-slidein .item-inner, #header_slider.slide_type_slide_up .item.p-effect-slidein.p-effect-reverse .item-inner {
	transition-property: transform;
	transform: translate3d(0, 0, 0);
}
#header_slider.slide_type_slide_up .item.p-effect-slideout {
	z-index: 1;
}
#header_slider.slide_type_slide_up .item.p-effect-slideout .item-inner {
	transition-property: transform;
	transform: translate3d(0, 0, 0);
}
#header_slider.slide_type_slide_up .item.p-effect-slideout.p-effect-reverse .item-inner {
	transition-property: transform;
	transform: translate3d(0, 0, 0);
}


/* 背景画像のアニメーション（スライドタイプ） */
#header_slider.slide_type_slide_up .item.p-effect-slidein .bg_image, #header_slider.slide_type_slide_up .item.p-effect-slidein.p-effect-reverse .bg_image {
	transition-property: transform;
	transform: translate3d(0, 0, 0);
}
#header_slider.slide_type_slide_up .item.p-effect-slideout .bg_image {
	transition-property: transform;
	transform: translate3d(0, 0, 0);
}
#header_slider.slide_type_slide_up .item.p-effect-reverse .bg_image {
	transform: translate3d(0, 100%, 0);
}
#header_slider.slide_type_slide_up .item.p-effect-slideout.p-effect-reverse .bg_image {
	transition-property: transform;
	transform: translate3d(0, 0, 0);
}


/* 背景画像のアニメーション（フェードタイプ） */
#header_slider.slide_type_fade .item.p-effect-slidein .bg_image, #header_slider.slide_type_fade .item.p-effect-slidein.p-effect-reverse .bg_image {
	transition-property: transform;
	transform: translate3d(0, 0, 0);
}
#header_slider.slide_type_fade .item.p-effect-slideout .bg_image {
	transition-property: transform;
	transform: translate3d(0, 0, 0);
}
#header_slider.slide_type_fade .item.p-effect-reverse .bg_image {
	transform: translate3d(0, 0, 0);
}
#header_slider.slide_type_fade .item.p-effect-slideout.p-effect-reverse .bg_image {
	transition-property: transform;
	transform: translate3d(0, 0, 0);
}


/* ズームアウト */
#header_slider.effect_type_zoom_out .bg_image img {
	transform: scale(1.2);
}
#header_slider.effect_type_zoom_out .item.p-effect-slidein .bg_image img {
	transition: transform 11.0s ease 0s;
	transform: scale(1);
}
#header_slider.effect_type_zoom_out .item.p-effect-slideout .bg_image img {
	transition: transform 11.0s ease 0s;
	transform: scale(1);
}


/* ズームイン */
#header_slider.effect_type_zoom_in .bg_image img {
	transform: scale(1);
}
#header_slider.effect_type_zoom_in .item.p-effect-slidein .bg_image img {
	transition: transform 11.0s ease 0s;
	transform: scale(1.2);
}
#header_slider.effect_type_zoom_in .item.p-effect-slideout .bg_image img {
	transition: transform 11.0s ease 0s;
	transform: scale(1.2);
}


/* 動画 */
#header_slider .bg_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;

	object-fit: cover;
}
#header_slider .bg_youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	pointer-events: none;
}
#header_slider .overlay {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* タイプ２用スタイル */
body.home.header_slider_layout_type2 #header {
	position: fixed;
}
#header_slider_wrap.layout_type2 {
	height: 100vh;
}
#header_slider_wrap.layout_type2 #header_slider_content {
	height: calc(50% - 40px);
}
#header_slider_wrap.layout_type2 #header_slider {
	height: calc(50% + 40px);
}
#header_slider_wrap.layout_type2 #header_slider .bg_image, #header_slider_wrap.layout_type2 #header_slider .item .item-inner {
	transition-timing-function: cubic-bezier(0.3,1.19,0.75,0.65);
}




/* ----------------------------------------------------------------------
 コンテンツビルダー
---------------------------------------------------------------------- */

/* 共通パーツ */
.cb_design_header {
	max-width: 1700px;
	margin: 0 auto 60px;
	padding: 0 100px;
}
.cb_design_arrow_button {
	max-width: 1700px;
	margin: 60px auto 0;
	padding: 0 100px;
}


/* デザインコンテンツ */
.cb_design_content {
	padding: 150px 0;
}
.cb_design_content:nth-child(even) {
	background: #f6f6f6;
}
.cb_design_content .item_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 100px;
}
.cb_design_content .shutter_image + .design_arrow_button {
	margin-top: 60px;
}
.cb_design_content .shutter_image {
	margin-bottom: 0 !important;
}


/* サービス */
.cb_service_list {
	position: relative;
	padding: 150px 0;
}
.cb_service_list:nth-child(even) {
	background: #f6f6f6;
}
.cb_service_category_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 100px;
}
.cb_service_category_list .item {
	position: relative;
	display: block;
	overflow: hidden;
	flex: 1 1 0;
	width: 100%;
	height: auto;
	margin: 0 5px 0 0;

	aspect-ratio: 414 / 580;
}
.cb_service_category_list .item:last-of-type {
	margin-right: 0;
}
.cb_service_category_list .item:before {
	position: absolute;
	z-index: 50;
	top: 0;
	left: -1px;
	display: block;
	width: 101%;
	height: 101%;
	content: "";
	transform: translate3d(0,0,0);
	pointer-events: none;
	background: #fff;
}
.cb_service_list:nth-child(even) .cb_service_category_list .item:before {
	background: #f6f6f6;
}
.cb_service_category_list .item.animate:before {
	transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
	transform: translate3d(100%,0,0);
}
.cb_service_category_list .image_wrap {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.cb_service_category_list .image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.cb_service_category_list .image_wrap img.mobile {
	display: none;
}
.cb_service_category_list .overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
}
.cb_service_category_list .title_area {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	color: #fff;
}
.cb_service_category_list .sub_title {
	margin-top: 12px;
	font-size: 18px;
	line-height: 1.4;
}
.cb_service_category_list .post_list {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	overflow: auto;
	width: 100%;
	max-height: calc(420px);
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
	transform: translate3d(0,100%,0);
}
body:not(.mobile_device) .cb_service_category_list .item:hover .post_list {
	transform: translate3d(0,0,0);
}
.cb_service_category_list .post_list a {
	position: relative;
	display: block;
	height: 60px;
	padding: 0 70px 0 30px;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
}
.cb_service_category_list .post_list a:before {
	position: absolute;
	z-index: 2;
	top: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	background: rgba(255,255,255,0.3);
}
.cb_service_category_list .post_list a:after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	transition: background-color 0.25s ease;
	background: orange;
}
.cb_service_category_list .post_list a:hover:before {
	display: none;
}
.cb_service_category_list .post_list a:hover:after {
	z-index: 2;
}
.cb_service_category_list .post_list a:first-of-type:before {
	display: none;
}
.cb_service_category_list .post_list a .label {
	position: relative;
	z-index: 20;
	display: block;
	visibility: visible;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cb_service_category_list .post_list a .arrow_button_small {
	z-index: 20;
	top: 25px;
	right: 10px;
}


/* カルーセルver */
.cb_service_category_list_wrap {
	position: relative;
	width: calc( var(--vw) * 100 - 200px);
	max-width: 1500px;
	margin: 0 auto;
}
.cb_service_category_list_carousel {
	width: 100%;
	padding: 0;
}
.cb_service_category_list_inner {
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	        user-select: none;
}
.cb_service_category_list_carousel .item {
	flex: 0 0 auto;
	width: calc( (var(--vw) * 100 - 200px) / 3 - 3px) !important;
}
.cb_service_list .swiper-button-next {
	right: -25px;
}
.cb_service_list .swiper-button-prev {
	left: -25px;
}
@media only screen and (min-width: 1700px) {
	.cb_service_category_list_carousel .item {
		width: calc(1500px / 3 - 5px) !important;
	}
}


/* ブログ一覧 */
.cb_blog_list {
	padding: 150px 0;
}
.cb_blog_list:nth-child(even) {
	background: #f6f6f6;
}
.blog_carousel_wrap {
	width: auto;
	margin: 0 auto !important;
	padding: 0 100px !important;
	transform: translate3d(140px,0,0);
	opacity: 0;
}
@media only screen and (min-width: 1720px) {
	.blog_carousel_wrap {
		padding-right: calc(50% - 750px) !important;
		padding-left: calc(50% - 750px) !important;
	}
}
.blog_carousel {
	-webkit-user-select: none;
	        user-select: none;
}
.blog_carousel .item {
	position: relative;
	width: 385px;
	margin: 0 50px 0 0;
}
.blog_carousel .item:last-of-type {
	margin-right: 0;
}
.blog_carousel .image_link {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	border-radius: 5px;

	aspect-ratio: 385 / 260;
}
.blog_carousel .image_wrap {
	position: relatiive;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.blog_carousel .image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.blog_carousel .category_button {
	margin-bottom: 25px;
}
.blog_carousel .title {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.8;
}
.blog_carousel .title a {
	display: block;
	visibility: visible;
	overflow: hidden;
	max-height: 3.6em;
}
.blog_carousel .title span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}
.blog_carousel .date {
	position: relative;
	display: block;
	margin: 0;
	color: #999;
	font-size: 16px;
}
.blog_carousel .date:before {
	position: relative;
	top: 1px;
	margin: 0 5px 0 0;
	content: "\e903";
	font-family: "design_plus";
	font-size: 17px;
}
.blog_carousel_wrap + .genesis_carousel_scrollbar .swiper-scrollbar {
	margin-top: 60px !important;
}
.cb_blog_list .main_content.animate .blog_carousel_wrap {
	transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.2s, opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
	transform: translate3d(0,0,0);
	opacity: 1;
}
.cb_blog_list .main_content .genesis_carousel_scrollbar {
	position: relative;
	transition: opacity 1.4s ease 0s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0s;
	transform: translate3d(0,30px,0);
	opacity: 0;
}
.cb_blog_list .main_content.animate .genesis_carousel_scrollbar {
	transform: translate3d(0,0,0);
	opacity: 1;
}


/* お知らせ一覧 */
.cb_news_list {
	padding: 150px 0;
}
.cb_news_list:nth-child(even) {
	background: #f6f6f6;
}
.news_carousel_wrap {
	width: auto;
	height: 270px;
	margin: 0 auto !important;
	padding: 0 100px !important;
}
@media only screen and (min-width: 1720px) {
	.news_carousel_wrap {
		padding-right: calc(50% - 750px) !important;
		padding-left: calc(50% - 750px) !important;
	}
}
.news_carousel {
	-webkit-user-select: none;
	        user-select: none;
}
.news_carousel {
}
.news_carousel .item {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 625px;
	height: 270px;
	margin: 0;
	padding: 40px;
	border: 1px solid #ddd;
	border-right: none;
	background: #fff;
}
.news_carousel .item:last-of-type {
	border-right: 1px solid #ddd;
}
.news_carousel .image_link {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 190px;
	height: 190px;
	border-radius: 5px;

	aspect-ratio: 1 /1;
}
.news_listnews_carousel.image_wrap {
	position: relatiive;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.news_carousel .image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.news_carousel .content {
	width: calc(100% - 190px);
	padding: 0 0 0 40px;
}
.news_carousel .no_image .content {
	width: auto;
	padding: 0;
}
.news_carousel .category_button {
	margin-bottom: 25px;
}
.news_carousel .title {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.8;
}
.news_carousel .title a {
	display: block;
	visibility: visible;
	overflow: hidden;
	max-height: 3.6em;
}
.news_carousel .title span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}
.news_carousel .date {
	position: relative;
	display: block;
	margin: 0;
	color: #999;
	font-size: 16px;
}
.news_carousel .date:before {
	position: relative;
	top: 1px;
	margin: 0 5px 0 0;
	content: "\e903";
	font-family: "design_plus";
	font-size: 17px;
}
.news_carousel_wrap + .genesis_carousel_scrollbar .swiper-scrollbar {
	margin-top: 60px !important;
}
.news_carousel_cat_all_wrap + .genesis_carousel_scrollbar .swiper-scrollbar {
	margin-top: 60px !important;
}
#index_news_list_wrap {
	position: relative;
}
.index_news_list {
	display: none;
	pointer-events: none;
}
.index_news_list.active {
	display: block;
	pointer-events: auto;
}
.news_carousel_wrap {
	position: relative;
	opacity: 0;
}
.news_carousel_cat_all_wrap {
	transform: translate3d(140px,0,0);
	opacity: 0;
}
.cb_news_list .main_content.animate .news_carousel_cat_all_wrap {
	transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.2s, opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
	transform: translate3d(0,0,0);
	opacity: 1;
}
.index_news_list.active .news_carousel_wrap {
	animation: index_news_tab_animate 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
}
@keyframes index_news_tab_animate {
	0% {
		top: 0;
		left: 140px;
		opacity: 0;
	}
	100% {
		top: 0;
		left: 0;
		opacity: 1;
	}
}
.cb_news_list .main_content .news_category_button, .cb_news_list .main_content .genesis_carousel_scrollbar {
	position: relative;
	transition: opacity 1.4s ease 0s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0s;
	transform: translate3d(0,30px,0);
	opacity: 0;
}
.cb_news_list .main_content.animate .news_category_button, .cb_news_list .main_content.animate .genesis_carousel_scrollbar {
	transform: translate3d(0,0,0);
	opacity: 1;
}


/* フリースペース */
.cb_free_space {
	padding: 150px 0;
}
.cb_free_space:nth-child(even) {
	background: #f6f6f6;
}
.cb_free_space .post_content {
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 100px;
}
.cb_free_space.wide_content .post_content {
	max-width: inherit;
	padding: 0;
}


/* デモサイト用 */
body.home #page_header {
	padding-top: 200px;
}
body.home #page_header .title_area {
	width: 100%;
	margin-bottom: 60px !important;
}
body.home #page_header .image {
	margin-bottom: 0;
}


/* 固定ページを表示する場合 */
#front_page_contents {
	margin: 0 auto;
	padding: 150px 0;
}




/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */

/* ヘッダー */
#page_header {
}
#page_header .design_header {
	max-width: 1700px;
	margin: -10px auto 140px;
	padding: 0 100px;
}
body.page-template-default.show_sidebar.normal_content_width #page_header .design_header {
	max-width: 1455px;
}
body.page-template-default.show_sidebar.short_content_width #page_header .design_header {
	max-width: 1365px;
}
#page_header .desc_area {
	display: flex;
	flex-wrap: wrap;
	max-width: 1700px;
	margin: -90px auto 140px;
	padding: 0 100px;
}
body.page-template-default.show_sidebar.normal_content_width #page_header .desc_area {
	max-width: 1455px;
}
body.page-template-default.show_sidebar.short_content_width #page_header .desc_area {
	max-width: 1365px;
}
#page_header .catch {
	width: 50%;
	padding-right: 50px;
	font-size: 32px;
	line-height: 1.6;
}
#page_header .desc {
	width: 50%;
	padding-left: 50px;
	line-height: 2.6;
}
#page_header .desc.mobile {
	display: none;
}
#page_header .image {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 0 150px 0;

	aspect-ratio: 1450 / 600;
}
#page_header .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
#page_header .overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* メインコンテンツ */
#page_contents {
	padding-bottom: 150px;
}
body.page-template-page-tcd-lp.hide_page_header #page_contents {
	padding-top: 140px;
}
#page_contents .post_content {
	overflow: hidden;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 100px;
}
body.short_content #page_contents .post_content {
	width: 840px;
	padding: 0;
}
body.hide_breadcrumb #container {
	padding-top: 150px;
}


/* LPページ */
#lp_page_header {
	position: relative;
	width: 100%;
	height: 600px;
	margin-bottom: 140px;
}
#lp_page_header .catch {
	position: relative;
	z-index: 2;
	z-index: 3;
	top: 50%;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 100px;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	line-height: 1.6;
}
#lp_page_header .catch .mobile {
	display: none;
}
#lp_page_header .catch.align_type1 {
	text-align: left;
}
#lp_page_header .catch.align_type3 {
	text-align: right;
}
#lp_page_header .overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#lp_page_header .bg_image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#lp_page_header .bg_image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;

	object-fit: cover;
}
#lp_page_header #header_logo2 {
	top: 30px;
	left: 40px;
	height: auto;
	transition: opacity 0.7s ease 0.2s;
	opacity: 0;
}
#lp_page_header.animate #header_logo2 {
	opacity: 1;
}
#lp_page_header .catch .line {
	display: block;
	overflow: hidden;
}
#lp_page_header .catch .line_inner {
	display: inline-block;
	transition: transform 0.7s ease, opacity 0.9s ease;
	transform: translate3d(0,100%,0);
	opacity: 0;
}
#lp_page_header.animate .catch .line_inner {
	transform: translate3d(0,0,0);
	opacity: 1;
}


/* LP1 */
.lp_content {
	margin-bottom: 90px;
}
.lp_content .large_headline {
	margin: 0 0 45px 0;
	padding: 0;
	line-height: 1;
}
.lp_content .catch {
	margin: 0 0 90px;
	padding: 0;
	text-align: center;
	line-height: 1.4;
}
.lp_content .shutter_image {
	margin-top: 90px;
}
.lp_content .faq_list {
	margin-top: 90px;
}
.lp_content .s_table {
	margin-top: 90px;
	margin-bottom: 60px !important;
}
.lp_content table th {
	width: 200px !important;
}
.lp_content table td {
	width: calc(100% - 200px) !important;
}
.lp_content .large_headline {
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 70px;
	line-height: 1;
}
.lp_content .catch {
	overflow: hidden;
	margin-top: 50px;
	padding: 0;
	font-size: 18px;
	line-height: 1;
}
.lp_content .catch.sub_title {
	margin-top: 20px;
	margin-bottom: 100px;
	font-weight: 500;
}
.lp_content .large_headline span, .lp_content .catch span {
	display: inline-block;
	transition: transform 0.7s ease, opacity 0.9s ease;
	transform: translate3d(0,100%,0);
	opacity: 0;
}
.lp_content .large_headline.animate span, .lp_content .catch.animate span {
	transform: translate3d(0,0,0);
	opacity: 1;
}


/* LP2 */
.lp2_content {
	padding: 90px 0;
	border-bottom: 1px solid #ddd;
}
.lp2_content:first-of-type {
	padding-top: 0;
}
.lp2_content:last-of-type {
	margin: 0;
	padding-bottom: 0;
	border: none;
}
.lp2_content .catch {
	margin: 0 0 75px;
	padding: 0;
	font-size: 38px !important;
}
.lp2_content .shutter_image {
	margin: 85px auto;
}
.lp2_content .q_button_wrap {
	margin-top: 85px;
}
.lp2_content .shutter_image {
	margin-bottom: 90px !important;
}


/* LP3 */
.lp3_content .catch {
	margin: 0 0 125px;
	padding: 0;
	font-size: 38px !important;
}
.lp3_content .shutter_image {
	margin: 105px 0 140px;
}
.lp3_bottom_content .catch {
	margin-bottom: 50px;
}
.lp3_bottom_content .item_list {
	display: flex;
	flex-wrap: wrap;
}
.lp3_bottom_content .item_list .item {
	width: 50%;
	margin: -1px -1px 0 0;
	padding: 50px 50px 45px;
	border: 1px solid #ddd;
}
.lp3_bottom_content .item_list a {
	color: #ff4000;
}


/* 会社情報 */
.gray_bg {
	position: relative;
	padding: 140px 0;
}
.gray_bg:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -50%;
	display: block;
	width: 200vw;
	height: 100%;
	content: "";
	background: #f6f6f6;
}
#company_message .post_col img {
	width: 100%;
	height: auto;
	margin: 0;
}
#company_message .design_header {
	margin-top: 0;
}
#company_message .catch {
	margin: -10px 0 50px 0;
}
#company_data_list {
	margin: -10px 0 130px;
}
#company_data_list h4 {
	margin: 0 0 30px 0;
	color: #ff3f00;
	font-size: 18px;
}
#company_data_list table {
	border: none;
}
#company_data_list th {
	width: 110px;
	padding: 0 0 10px 0;
	text-align: left;
	border: none;
	background: none;
}
#company_data_list td {
	width: calc(100% - 110px);
	padding: 0 0 10px 0;
	border: none;
}
#company_data_list table.right th {
	width: 190px;
}
#company_data_list table.right td {
	width: calc(100% - 190px);
}
#company_data_list .s_table {
	overflow: visible;
	margin-bottom: -10px;
	white-space: normal;
}
#company_access {
	margin-bottom: -10px;
}
#company_access .qt_google_map {
	margin-bottom: 50px;
}
#company_access .post_col {
	margin-bottom: 0;
}
#profile {
	margin-top: 0;
	padding-top: 120px;
}


/* ギャラリー */
.gallery_content {
	overflow: hidden;
	margin: 140px auto;
	padding: 150px 0;
	background: #f6f6f6;
}
.post_content:empty + .gallery_content {
	margin-top: -150px;
}
.gallery_content_header {
	display: flex;
	flex-wrap: wrap;
	max-width: 1700px;
	margin: 0 auto 140px;
	padding: 0 100px;
}
.gallery_content_header .catch {
	width: 50%;
	padding-right: 50px;
	font-size: 32px;
	line-height: 1.6;
}
.gallery_content_header .desc {
	width: 50%;
	padding-left: 50px;
	line-height: 2.6;
}
.gallery_content_header .desc.mobile {
	display: none;
}
.gallery_content_carousel_wrap {
	display: flex;
	flex-wrap: nowrap;
}
.gallery_content_carousel .item {
	width: 240px;
	height: 240px;
	margin-right: 50px;
}
.gallery_content_carousel .item img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.gallery_content_carousel {
	display: flex;
	flex-wrap: nowrap;
	transform: translate3d(0, 0, 0);
}
.gallery_content_carousel:first-child {
	-webkit-animation: gallery_carousel_loop 90s linear infinite;
	        animation: gallery_carousel_loop 90s linear infinite;
}
.gallery_content_carousel:nth-child(2) {
	-webkit-animation: gallery_carousel_loop2 90s -60s linear infinite;
	        animation: gallery_carousel_loop2 90s -60s linear infinite;
}
.gallery_content_carousel:last-child {
	-webkit-animation: gallery_carousel_loop3 90s -30s linear infinite;
	        animation: gallery_carousel_loop3 90s -30s linear infinite;
}
@keyframes gallery_carousel_loop {
	0% {
		transform: translate3d(200%, 0, 0);
	}
	100% {
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes gallery_carousel_loop2 {
	0% {
		transform: translate3d(100%, 0, 0);
	}
	100% {
		transform: translate3d(-200%, 0, 0);
	}
}
@keyframes gallery_carousel_loop3 {
	0% {
		transform: translate3d(0%, 0, 0);
	}
	100% {
		transform: translate3d(-300%, 0, 0);
	}
}



/* FAQ */
.faq_list {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 35px;
}
.faq_list .headline {
	margin-bottom: 45px;
	padding: 0;
	text-align: center;
	color: #7ea0c8;
	font-size: 24px;
}
.faq_list .item {
	position: relative;
	margin: 0 0 -1px 0;
	border: 1px solid #ddd;
	background: #fff;
}
.faq_list .title {
	position: relative;
	margin: 0;
	margin-bottom: 0;
	padding: 27px 40px 25px 30px;
	cursor: pointer;
	transition: color 0.4s ease;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}
.faq_list .title span {
	display: block;
	margin: -0.4em 0;
}
.faq_list .title:before {
	position: absolute;
	top: 25px;
	right: 30px;
	display: block;
	content: "\e90e";
	font-family: "design_plus";
	font-size: 14px;
}
.faq_list .title.active:before {
	content: "\e911";
}
.faq_list .desc_area {
	overflow: hidden;
	height: 0;
	transition: height 0.2s cubic-bezier(0.54, 0.07, 0.38, 0.9);
}
.faq_list .desc {
	padding: 20px 30px;
	transition: opacity 0.7s ease;
	opacity: 0;
	border-top: 1px solid #ddd;
	background: #f8f8f8;
	font-size: 16px;
	line-height: 2.6;
}
.faq_list .desc span {
	display: block;
}
.faq_list .title.active {
}
.faq_list .title.active:before {
	height: 0;
}
.faq_list .title.active + .desc_area > .desc {
	transition: opacity 1s ease;
	opacity: 1;
}
@media (max-width: 800px) {
	.faq_list {
	}
	.faq_list .title {
		padding: 20px 50px 18px 20px;
		font-size: 14px;
	}
	.faq_list .title:before {
		top: calc(50% + 5px);
		right: 20px;
		transform: translateY(-50%);
	}
	.faq_list .title.active:before {
		top: calc(50% - 10px);
	}
	.faq_list .desc {
		padding: 20px;
		font-size: 14px;
		line-height: 2;
	}
}




/* ----------------------------------------------------------------------
 サービスアーカイブページ
---------------------------------------------------------------------- */
/* ヘッダー */
#bread_crumb + .service_category_content {
	margin-top: -10px;
	padding-top: 0;
}
.service_category_content {
	padding: 140px 0;
}
.service_category_content.even {
	background: #f5f5f5;
}
.service_category_content .header {
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 100px;
}
.service_category_content .design_header {
	margin-top: 0;
}
.service_category_content .desc_area {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.service_category_content .header .catch {
	width: 50%;
	padding-right: 50px;
	line-height: 1.5;
}
.service_category_content .header .desc {
	width: 50%;
	padding-left: 50px;
	line-height: 2.6;
}
.service_category_content .header .desc span.mobile {
	display: none;
}
.service_category_content .header .design_arrow_button {
	margin-top: 50px;
}
.service_header_image {
	/*! margin-bottom:150px; */
}
.service_header_image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.service_header_image + .service_header_desc {
	margin-top: 150px;
}
.service_header_desc {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1700px;
	margin: 0 auto 10px;
	padding: 0 100px 130px;
}
.service_header_desc .desc {
	flex: 1 1 0;
	line-height: 2.6;
}
.service_header_desc .desc:last-of-type {
	padding-left: 100px;
}
.service_header_desc .desc:only-of-type {
	padding: 0 !important;
}
.service_header_desc .desc span.mobile {
	display: none;
}


/* 記事一覧（1カラム） */
.service_category_content .post_list.type1 {
	position: relative;
	max-width: 1700px;
	margin: 50px auto 10px;
	padding: 0 100px;
}
.service_category_content .post_list.type1 .item {
	position: relative;
	margin-bottom: -1px;
	border: 1px solid #ddd;
}
.service_category_content .post_list.type1 a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	background: #fff;
}
.service_category_content .post_list.type1 .image_wrap {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 50%;
	max-height: 290px;
	margin: -1px;

	aspect-ratio: 625 / 290;
}
.service_category_content .post_list.type1 .image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.service_category_content .post_list.type1 .content {
	width: 50%;
	padding: 0 50px;
}
.service_category_content .post_list.type1 .title {
	visibility: visible;
	overflow: hidden;
	max-height: 4.8em;
	font-size: 22px;
	line-height: 1.6;
}
.service_category_content .post_list.type1 .title span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 3;
}
.service_category_content .post_list.type1 .desc {
	display: block;
	visibility: visible;
	overflow: hidden;
	max-height: 4em;
	margin-top: 15px;
	line-height: 2;
}
.service_category_content .post_list.type1 .desc span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}


/* 記事一覧（2カラム） */
.service_category_content .post_list.type2 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1700px;
	margin: 50px auto 10px;
	padding: 0 100px;
}
.service_category_content .post_list.type2 .item {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 50%;
	margin: 0 0 -1px 0;
	border: 1px solid #ddd;
}
.service_category_content .post_list.type2 .item:nth-child(2n) {
	border-left: none;
}
.service_category_content .post_list.type2 a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 50px;
	background: #fff;
}
.service_category_content .post_list.type2 .image_wrap {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 190px;
	height: 190px;
	border-radius: 5px;
}
.service_category_content .post_list.type2 .image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.service_category_content .post_list.type2 .content {
	width: calc(100% - 190px);
	padding: 0 0 0 50px;
}
.service_category_content .post_list.type2 .title {
	visibility: visible;
	overflow: hidden;
	max-height: 4.8em;
	font-size: 22px;
	line-height: 1.6;
}
.service_category_content .post_list.type2 .title span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 3;
}
.service_category_content .post_list.type2 .desc {
	display: block;
	visibility: visible;
	overflow: hidden;
	max-height: 4em;
	margin-top: 15px;
	line-height: 2;
}
.service_category_content .post_list.type2 .desc span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}


/* カテゴリーページ */
.service_category_post_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1700px;
	margin: 0 auto 150px;
	padding: 0 100px;
}
.service_header_image + #archive_service .service_category_post_list {
	margin-top: 150px;
}
.service_category_post_list .item {
	position: relative;
	width: 50%;
	margin: 0 -1px -1px 0;
	border: 1px solid #ddd;
}
.service_category_post_list .item a {
	position: relative;
	display: block;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px;
}
.service_category_post_list .image_wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 190px !important;
	height: 190px !important;
	border-radius: 5px;

	aspect-ratio: 1 /1;
}
.service_category_post_list .image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.service_category_post_list .content {
	width: calc(100% - 190px);
	padding: 0 0 0 40px;
}
.service_category_post_list .title {
	visibility: visible;
	overflow: hidden;
	max-height: 3.2em;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.6;
}
.service_category_post_list .title span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}
.service_category_post_list .desc {
	display: block;
	visibility: visible;
	overflow: hidden;
	max-height: 4em;
	line-height: 2;
}
.service_category_post_list .desc span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}
.service_header_desc + #archive_service .service_category_post_list {
	margin-top: 0;
}
#archive_service .service_category_post_list {
	margin-top: 150px;
}




/* ----------------------------------------------------------------------
 サービス詳細ページ
---------------------------------------------------------------------- */

/* ヘッダー */
#single_service_header {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 600px;
}
#single_service_header .large_headline {
	overflow: hidden;
	font-size: 70px;
}
#single_service_header .sub_title {
	overflow: hidden;
}
#single_service_header .large_headline span, #single_service_header .sub_title span {
	display: inline-block;
	transition: transform 0.7s ease, opacity 0.9s ease;
	transform: translate3d(0,100%,0);
	opacity: 0;
}
#single_service_header.animate .large_headline span, #single_service_header.animate .sub_title span {
	transform: translate3d(0,0,0);
	opacity: 1;
}
#single_service_header .title {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	transition: opacity 1.0s ease 0.4s;
	opacity: 0;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.3);
	font-size: 34px;
	line-height: 80px;
}
#single_service_header.animate .title {
	opacity: 1;
}
#single_service_header .title span {
	display: block;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 100px;
}
#single_service_header .image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
#single_service_header .overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,0.5);
}
#single_service_header .category {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1700px;
	height: 440px;
	margin: 80px auto 0;
	padding: 0 100px;
	color: #fff;
}
#single_service_header .category .sub_title {
	margin-top: 20px;
	font-size: 18px;
}


/* コンテンツ */
#single_service_main_content {
	max-width: 1700px;
	margin: 0 auto 0;
	padding: 80px 100px 110px;
}
body.short_content_width #single_service_main_content {
	max-width: 1100px;
}


/* リンク一覧 */
#service_link_list {
	background: #f5f5f5;
}
#service_link_list_inner {
	max-width: 1700px;
	margin: 0 auto 0;
	padding: 140px 100px 150px;
}
#service_link_list .design_header {
	margin-top: 0;
	margin-bottom: 60px;
}


/* 1カラム */
#service_link_list .post_list.type1 {
	position: relative;
}
#service_link_list .post_list.type1 .item {
	position: relative;
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	border: 1px solid #ddd;
	border-top: none;
	border-bottom: none;
	background: #fff;
}
#service_link_list .post_list.type1 .item:nth-child(2n) {
	flex-direction: row-reverse;
}
#service_link_list .post_list.type1 .image_wrap {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 50%;

	aspect-ratio: 625 / 290;
}
#service_link_list .post_list.type1 .image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
#service_link_list .post_list.type1 .content {
	display: flex;
	align-self: stretch;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	padding: 45px 50px;
}
#service_link_list .post_list.type1 .item:first-of-type .content {
	border-top: 1px solid #ddd;
}
#service_link_list .post_list.type1 .item:last-of-type .content {
	border-bottom: 1px solid #ddd;
}
#service_link_list .post_list.type1 .item.layout_type1 + .item.layout_type1 .content {
	border-top: 1px solid #ddd;
}
#service_link_list .post_list.type1 .item.layout_type2 + .item.layout_type2 .content {
	border-top: 1px solid #ddd;
}
#service_link_list .post_list.type1 .catch {
	color: #ff4000;
	font-size: 22px;
	line-height: 1.6;
}
#service_link_list .post_list.type1 .desc {
	display: block;
	visibility: visible;
	overflow: hidden;
	max-height: 6em;
	margin-bottom: -5px;
	line-height: 2;
}
#service_link_list .post_list.type1 .desc span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 3;
}
#service_link_list .post_list.type1 .catch + .desc {
	margin-top: 15px;
}

/* 2カラム */
#service_link_list .post_list.type2 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
#service_link_list .post_list.type2 .item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin-bottom: -1px;
	padding: 50px;
	border: 1px solid #ddd;
	background: #fff;
}
#service_link_list .post_list.type2 .item:nth-child(2n) {
	border-left: none;
}
#service_link_list .post_list.type2 .image_wrap {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 190px;
	height: 190px;
	border-radius: 5px;
}
#service_link_list .post_list.type2 .image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
#service_link_list .post_list.type2 .content {
	position: relative;
	width: calc(100% - 190px);
	padding: 0 0 0 50px;
}
#service_link_list .post_list.type2 .catch {
	font-size: 22px;
	line-height: 1.6;
}
#service_link_list .post_list.type2 .link_label {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: calc(100% - 50px);
}
#service_link_list .post_list.type2 .link_label .label {
	display: block;
	max-width: calc(100% - 70px);
	margin-right: 20px;
	font-size: 18px;
	line-height: 1.4;
}




/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */
/* カテゴリー一覧 */
.news_category_button {
	position: relative;
	width: auto;
	margin: 0 auto 55px;
	padding: 0 100px !important;
}
@media only screen and (min-width: 1720px) {
	.news_category_button {
		padding-right: calc(50% - 750px) !important;
		padding-left: calc(50% - 750px) !important;
	}
}
.news_category_button ol {
	-webkit-user-select: none;
	        user-select: none;
}
.news_category_button li {
	flex: 0 0 auto !important;
	width: auto !important;
	min-width: 140px;
	margin-right: 20px;
}
.news_category_button li:last-of-type {
	margin-right: 0;
}
.news_category_button a {
	display: block;
	height: 50px;
	padding: 0 25px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 50px;
	background: #fff;
	line-height: 50px;
}
.news_category_button a:hover {
	color: #fff;
}
.news_category_button li.current a {
	pointer-events: none;
	color: #fff;
	border-color: #000;
	background: #000;
}
.news_category_button + .genesis_carousel_scrollbar {
	top: -25px !important;
}


/* 記事一覧 */
#archive_news {
	position: relative;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 100px 150px;
}
.news_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 1px);
}
.news_list .item {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 50%;
	margin: 0 -1px -1px 0;
	padding: 40px;
	border: 1px solid #ddd;
}
.news_list .image_link {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 190px;
	height: 190px;
	border-radius: 5px;

	aspect-ratio: 1 /1;
}
.news_list .image_wrap {
	position: relatiive;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.news_list .image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.news_list .content {
	width: calc(100% - 190px);
	padding: 0 0 0 40px;
}
.news_list .no_image .content {
	width: auto;
	padding: 0;
}
.news_list .category_button {
	margin-bottom: 25px;
}
.news_list .title {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.8;
}
.news_list .title a {
	display: block;
	visibility: visible;
	overflow: hidden;
	max-height: 3.6em;
}
.news_list .title span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}
.news_list .date {
	position: relative;
	display: block;
	margin: 0;
	color: #999;
	font-size: 16px;
}
.news_list .date:before {
	position: relative;
	top: 1px;
	margin: 0 5px 0 0;
	content: "\e903";
	font-family: "design_plus";
	font-size: 17px;
}


/* AJAXロード */
.ajax_post_list_wrap {
	position: relative;
	display: none;
}
.ajax_post_list_wrap.active {
	display: block;
}
.ajax_post_list_wrap .item {
	position: relative;
	opacity: 0;
}
.ajax_post_list_wrap .item.animate {
	-webkit-animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
	        animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}
.ajax_post_list_wrap .entry-more span {
	display: block;
	margin: 60px auto 0;
}
.ajax_post_list_wrap .entry-more.is-hide {
	display: none;
}
.ajax_post_list_wrap .entry-loading {
	display: none;
	width: 100%;
	height: 50px;
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 50px;
}
.ajax_post_list_wrap .entry-loading.is-show {
	display: block;
}


/* 最新のお知らせ */
#recent_news .headline {
	padding: 60px 0;
	text-align: center;
	font-size: 28px;
	line-height: 1;
}
#recent_news .item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 -1px 0;
	padding: 40px;
	border: 1px solid #ddd;
}
#recent_news .image_link {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 140px;
	height: 140px;
	border-radius: 5px;

	aspect-ratio: 1 /1;
}
#recent_news .image_wrap {
	position: relatiive;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#recent_news .image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
#recent_news .content {
	width: calc(100% - 140px);
	padding: 0 0 0 40px;
}
#recent_news .no_image .content {
	width: auto;
	padding: 0;
}
#recent_news .category_button {
	margin-bottom: 25px;
}
#recent_news .title {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.8;
}
#recent_news .title a {
	display: block;
	visibility: visible;
	overflow: hidden;
	max-height: 1.8em;
}
#recent_news .title span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 1;
}
#recent_news .date {
	position: relative;
	display: block;
	margin: 0;
	color: #999;
	font-size: 16px;
}
#recent_news .date:before {
	position: relative;
	top: 1px;
	margin: 0 5px 0 0;
	content: "\e903";
	font-family: "design_plus";
	font-size: 17px;
}




/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */

/* ページヘッダー */
#archive_header {
	display: flex;
	flex-wrap: wrap;
	max-width: 1700px;
	margin: -10px auto 150px;
	padding: 0 100px;
}
#archive_header .title_area {
	width: 50%;
	padding-right: 50px;
}
#archive_header .large_headline {
	overflow: hidden;
	font-size: 70px;
}
#archive_header .sub_title {
	overflow: hidden;
}
#archive_header .large_headline span, #archive_header .sub_title span {
	display: inline-block;
	transition: transform 0.7s ease, opacity 0.9s ease;
	transform: translate3d(0,100%,0);
	opacity: 0;
}
#archive_header .sub_title span {
	transition: transform 0.7s ease 0.3s, opacity 0.9s ease 0.3s;
}
#archive_header.animate .large_headline span, #archive_header.animate .sub_title span {
	transform: translate3d(0,0,0);
	opacity: 1;
}
#archive_header .desc {
	width: 50%;
	padding-left: 50px;
	transition: opacity 1.0s ease 0.2s;
	opacity: 0;
	line-height: 2.6;
}
#archive_header .desc.mobile {
	display: none;
}
#archive_header.animate .desc {
	opacity: 1;
}



/* 記事一覧 */
#archive_blog {
	position: relative;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 100px 150px;
}
body.author.paged #archive_blog {
	padding-top: 150px;
}
.blog_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -50px;
}
.blog_list .item {
	position: relative;
	width: calc(100% / 3 - 32px);
	margin: 0 48px 50px 0;
}
#archive_blog .blog_list .item:nth-child(3n) {
	margin-right: 0;
}
.blog_list .image_link {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	border-radius: 5px;

	aspect-ratio: 385 / 260;
}
.blog_list .image_wrap {
	position: relatiive;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.blog_list .image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.blog_list .category_button {
	margin-bottom: 25px;
}
.blog_list .title {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.8;
}
.blog_list .title a {
	display: block;
	visibility: visible;
	overflow: hidden;
	max-height: 3.6em;
}
.blog_list .title span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}
.blog_list .date {
	position: relative;
	display: block;
	margin: 0;
	color: #999;
	font-size: 16px;
}
.blog_list .date:before {
	position: relative;
	top: 1px;
	margin: 0 5px 0 0;
	content: "\e903";
	font-family: "design_plus";
	font-size: 17px;
}
#no_post {
	text-align: center;
	line-height: 2.6;
}


/* 投稿者アーカイブ */
#author_archive_header {
	margin: 0 0 150px 0;
	padding: 150px 0;
	border-bottom: 1px solid #ddd;
}
#author_archive_header .content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 100px;
}
#author_archive_header .image_area {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	flex-wrap: wrap;
}
#author_archive_header .avatar_area {
	width: 120px;
	height: 120px;
	margin-right: 50px;
}
#author_archive_header .avatar_area img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
#author_archive_header .sns_button_list {
	margin: 15px 0 0 -8px;
}
#author_archive_header .name {
	font-size: 22px;
}
#author_archive_header .desc {
	width: 50%;
}
#author_archive_header .desc p {
	line-height: 2.6;
}
#author_headline {
	margin-bottom: 60px;
	text-align: center;
	font-size: 28px;
}


/* 検索結果 */
body.search-no-results #footer, body.search-no-results #footer_banner, body.search-no-results #copyright {
	display: none;
}
#no_search_result {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	height: calc(100vh - 80px);
	height: calc(100dvh - 80px);
}
#no_search_result .content {
	z-index: 100;
	width: 100%;
}
#no_search_result .headline {
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 42px;
}
#no_search_result .desc {
	width: 800px;
	margin: 0 auto 50px;
	text-align: center;
	font-family: var(--font_family_type2);
	line-height: 2.6;
}
#no_search_result .desc a:hover {
	text-decoration: underline;
}
#no_search_result .overlay {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}
#no_search_result .bg_image {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#no_search_result form {
	position: relative;
	width: 400px;
	height: 50px;
	margin: 0 auto;
}
#no_search_result .input_area input {
	position: absolute;
	z-index: 1;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 50px;
	padding: 0 60px 0 25px;
	border: none;
	border-radius: 50px;
	background: #f3f3f3;
}
#no_search_result .search_button input {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: none;
	background: none;
}
#no_search_result .search_button label {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	pointer-events: none;
}
#no_search_result .search_button label:before {
	position: absolute;
	top: 19px;
	right: 20px;
	display: block;
	content: "\e94c";
	transition: color 0.2s ease;
	color: #000;
	font-family: "design_plus";
	font-size: 14px;
}
#no_search_result .search_button:hover label:before {
	color: #999;
}
#no_search_result.has_bg_image .content {
	color: #fff;
}
#no_search_result.has_bg_image .input_area input {
	background: #fff;
}


/* ページナビ */
.page_navi {
	position: relative;
	z-index: 10;
	margin: 60px 0 0 0;
}
.page_navi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	text-align: center;
}
.page_navi li {
	margin: 0 4px;
}
.page_navi a, .page_navi .current, .page_navi .dots {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #000;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	font-family: "Arial";
	font-size: 14px;
	line-height: 50px;
}
.page_navi a:hover {
}
.page_navi .dots {
	border: none;
	background: none;
}
.page_navi .current {
	color: #fff !important;
	background: #7ea0c8;
}
.page_navi .next, .page_navi .prev {
	position: relative;
}
.page_navi .arrow_button_small {
	top: 18px;
	right: 0;
	width: 50px;
}
.page_navi .arrow_button_small:before, .page_navi .arrow_button_small:after {
	left: 0;
}
.page_navi .prev .arrow_button_small {
	top: 16px;
}




/* ----------------------------------------------------------------------
 ブログ詳細ページ
---------------------------------------------------------------------- */

/* タイトルエリア */
#single_post_header {
	width: calc(100% - 415px);
	margin-bottom: 58px;
}
#single_post_header .category_button_list {
	margin-bottom: 17px;
}
#single_post_header .category_button {
	margin: 0 5px 5px 0;
}
#single_post_header .title {
	font-size: var(--single_post_title_font_size);
	line-height: 1.5;
}
#single_post_header .meta {
	display: flex;
	flex-wrap: wrap;
	margin: 17px 0 0 0;
}
#single_post_header .meta.top {
	margin: 0 0 10px 0;
}
#single_post_header .meta .news_category {
	margin: 0 0 0 12px;
	padding: 0 0 0 10px;
	color: #999;
	border-left: 1px solid #ddd;
	font-size: 14px;
}
#single_post_header .date {
	position: relative;
	display: block;
	margin: 0 15px 0 0;
	color: #999;
	font-size: 16px;
}
#single_post_header .date:before {
	position: relative;
	top: 1px;
	display: inline-block;
	margin: 0 5px 0 0;
	content: "\e903";
	font-family: "design_plus";
	font-size: 17px;
}
#single_post_header .update {
	position: relative;
	display: block;
	color: #999;
	font-size: 16px;
}
#single_post_header .update:before {
	position: relative;
	top: 1px;
	display: inline-block;
	margin: 0 5px 0 0;
	content: "\e91f";
	font-family: "design_plus";
	font-size: 18px;
}
#single_post_header_image {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	border-radius: 10px;

	aspect-ratio: 840 / 560;
}
#single_post_header_image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}


/* 本文 */
.post_content a:hover {
	text-decoration: underline;
}


/* SNSボタン */
#single_share_top {
	margin: 0 0 55px;
	padding: 0;
}
#single_share_top .share-top {
	margin: 0;
}
#single_share_bottom {
	margin: 60px 0 -5px;
}
#single_share_bottom .share-btm {
	margin-bottom: 0 !important;
	padding: 0;
}
#single_share_top .mt10, #single_share_top .mt10 {
	margin: 0 !important;
}
#single_share_bottom .mb45, #single_share_bottom .mb45 {
	margin: 0 !important;
}
.share-type1 ul {
	text-align: left;
}
.share-type3 ul {
	text-align: left;
}
.share-type2 ul.type2 {
	text-align: left;
}
.share-type4 ul.type4 {
	text-align: left;
}
.sns_default_top {
	text-align: left;
}


/* コピーボタン */
.single_copy_title_url {
	text-align: center;
}
.single_copy_title_url_btn {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 300px;
	padding: 0 15px;
	cursor: pointer;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-property: background-color, color;
	        transition-property: background-color, color;
	color: #000;
	border: 3px solid #ccc;
	background: #fff;
	font-size: 14px;
	line-height: 54px;
}
.single_copy_title_url_btn:hover {
	color: rgba(0,0,0,0.5) !important;
}
.single_copy_title_url_btn.copied {
	pointer-events: none;
	color: #fff;
	background: #ccc;
}
#single_copy_title_url_top {
	margin: 0 0 55px 0;
}
#single_copy_title_url_btm {
	margin: 60px 0 0;
}


/* ページ分割 */
#post_pagination {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
}
#post_pagination a, #post_pagination p {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 4px;
	text-align: center;
	text-decoration: none;
	color: #000;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	font-family: "Arial";
	font-size: 14px;
	line-height: 50px;
}
#post_pagination p {
	color: #fff !important;
	background: #000;
}
#post_pagination a:hover {
}


/* メタ情報 */
#post_tag_list {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 -5px;
}
#post_tag_list a {
	display: inline-block;
	height: 35px;
	margin: 0 5px 5px 0;
	padding: 0 15px;
	border-radius: 4px;
	background: #f6f6f6;
	font-size: 14px;
	line-height: 35px;
}
#post_tag_list a:hover {
	color: #fff !important;
	background: #aaa;
}


/* プロフィール */
.author_profile {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin: 60px 0 0;
	padding: 35px 40px;
	border: 1px solid #ddd;
	background: #fff;
}
.author_profile .avatar_area {
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 100%;
}
.author_profile .image_wrap {
	position: relative;
	z-index: 2;
	display: block;
	overflow: hidden;
	width: 120px;
	height: 120px;
	border-radius: 100%;
}
.author_profile .image_wrap img {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100% !important;

	object-fit: cover;
}
.author_profile .info {
	position: relative;
	width: calc(100% - 120px);
	height: 100%;
}
.author_profile .info_inner {
	padding: 0 0 0 40px;
}
.author_profile .name {
	margin: 5px 0 10px 0;
	font-size: 20px;
	font-weight: 600;
}
.author_profile .desc {
	visibility: visible;
	overflow: hidden;
	max-height: 4em;
	margin: 0;
	font-size: 14px;
	line-height: 2;
}
.author_profile .desc span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}
.author_profile .name a:hover {
	color: rgba(0,0,0,0.5);
}
.author_profile .sns_button_list {
	margin: 10px 0 0 -10px;
	text-align: left;
}


/* ナビゲーション */
#next_prev_post {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 0 ;
}
#next_prev_post .item {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 50%;
	height: 120px;
	border: 1px solid #ddd;
}
#next_prev_post .item:nth-of-type(2) {
	justify-content: flex-end;
	margin-left: -1px;
}
#next_prev_post .item.next_post:nth-of-type(1) {
	justify-content: flex-end;
	margin-left: 50%;
	border-radius: 0 10px 10px 0;
}
#next_prev_post .title {
	position: relative;
	visibility: visible;
	overflow: hidden;
	max-height: 3.2em;
	margin-top: 2px;
	padding: 0 40px 0 70px;
	transition: color 0.2s ease;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
#next_prev_post a:hover .title {
	color: rgba(0,0,0,0.5);
}
#next_prev_post .title span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}
#next_prev_post .nav {
	display: none;
}
#next_prev_post .next_post .title {
	padding: 0 70px 0 40px;
}
#next_prev_post .title:after {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 30px;
	display: block;
	margin-top: 2px;
	-webkit-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #000;
	font-family: "design_plus";
	font-size: 14px;
	font-weight: 500;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#next_prev_post .prev_post .title:after {
	content: "\e90f";
}
#next_prev_post .next_post .title:after {
	right: 30px;
	left: auto;
	content: "\e910";
}
#next_prev_post a:hover .title:after {
	opacity: 0.5;
}


/* 関連記事 */
#related_post {
	position: relative;
	padding: 150px 0 100px;
	background: #f5f5f5;
}
#related_post .headline {
	margin: 0 0 60px 0;
	text-align: center;
	font-size: 28px;
	line-height: 1;
}
#related_post .related_post_carousel_wrap {
	position: relative;
	width: calc( var(--vw) * 100 - 200px);
	max-width: 1255px;
	margin: 0 auto;
}
#related_post .related_post_carousel {
	width: 100%;
}
body.short_content_width #related_post .related_post_carousel {
	max-width: 1165px;
}
#related_post .blog_list {
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	        user-select: none;
}
#related_post .blog_list .item {
	width: calc( (var(--vw) * 100 - 200px) / 3 - 32px) !important;
	margin: 0 48px 0 0;
}
#related_post .blog_list .item:last-of-type {
	margin-right: 0;
}
#related_post .swiper-button-next {
	right: -25px;
}
#related_post .swiper-button-prev {
	left: -25px;
}
@media only screen and (min-width: 1370px) {
	body.short_content_width #related_post .blog_list .item {
		width: calc( 1165px / 3 - 32px) !important;
	}
}
@media only screen and (min-width: 1470px) {
	#related_post .blog_list .item {
		width: calc( 1255px / 3 - 32px) !important;
	}
}


/* 広告 */
#single_banner_top {
	margin: 0 auto 60px;
}
#single_banner_bottom {
	margin: 60px auto 0;
}
#single_banner_shortcode {
	margin: 15px auto 45px;
}
img.single_banner_image {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.single_banner img {
	max-width: 100%;
	height: auto;
}
.single_banner a img {
	-webkit-transition: filter 0.3s ease;
	        transition: filter 0.3s ease;
}
.single_banner a:hover img {
	filter: brightness(80%);
}




/* ----------------------------------------------------------------------
　ページ上部　ヘッダー
---------------------------------------------------------------------- */
body.admin-bar #header {
	top: 32px;
}
#header {
	position: sticky;
	z-index: 300;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	transition: transform 0.5s ease, opacity 0.7s ease 0.1s;
	transform: translate3d(0,0,0);
	border-bottom: 1px solid #ddd;
	background: #fff;
}
#header.first_animate {
	transform: translate3d(0,-100%,0);
}
body.show_page_header #header.first_animate {
	transform: translate3d(0,0,0);
	opacity: 0;
}
body.active_header #header {
	border: none;
}
#container:before {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0; /*transition: opacity 0.25s ease;*/
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	pointer-events: none;
	opacity: 0;
	background: rgba(0,0,0,0.3);
}
body.active_header #container:before {
	z-index: 200;
	opacity: 1;
}
body.page-template-page-tcd-lp:not(.hide_page_header) #header, body.header_slider_layout_type2 #header {
	border-bottom: none;
}
body.page-template-page-tcd-lp.header_fixed:not(.hide_page_header) #header, body.header_slider_layout_type2.header_fixed #header {
	border-bottom: 1px solid #ddd;
}


/* ロゴ */
#header_logo {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 40px;
	height: 100%;
}
#header_logo img {
	display: block;
	width: auto;
	max-height: calc(100% - 20px);
	transition: all 0.25s ease;
}
#header_logo img.mobile {
	display: none;
}
#header_logo a {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	transition: all 0.25s ease;
}
#header_logo a:hover img {
	opacity: 0.5;
}
#header_logo a .logo_text {
	word-wrap: break-word;
	color: #00;
	font-weight: 500;
	line-height: 1.2;
}
#header_logo img.mobile {
	display: none;
}
body.hide_logo #header_logo {
	display: none !important;
}


/* ロゴ（白ver） */
#header_logo2 {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 40px;
	height: 100%;
}
#header_logo2 img {
	display: block;
	width: auto;
	max-height: calc(100% - 20px);
	transition: all 0.25s ease;
}
#header_logo2 img.mobile {
	display: none;
}
#header_logo2 a {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	transition: all 0.25s ease;
}
#header_logo2 a:hover img {
	opacity: 0.5;
}
#header_logo2 a .logo_text {
	word-wrap: break-word;
	color: #fff;
	font-weight: 500;
	line-height: 1.2;
}
#header_logo2 img.mobile {
	display: none;
}
body.hide_logo #header_logo2 {
	display: none !important;
}


/* グローバルメニュー */
#global_menu {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 80px;
	height: 80px;
}
#global_menu > ul {
	position: relative;
	text-align: center;
	font-size: 0;
}
#global_menu > ul > li {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 1;
}
#global_menu > ul > li > a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 80px;
	padding: 0 20px;
	text-decoration: none;
	color: #000;
	line-height: 80px;
}
#global_menu > ul > li.active > a {
}
#global_menu ul ul {
	position: absolute;
	z-index: 100;
	top: 80px;
	display: none;
	width: 250px;
	margin: 0;
	padding: 0;
	background: #fff;
}
#global_menu ul ul ul {
	top: 0 !important;
	left: 100%;
	margin: 0;
}
#global_menu > ul > li:last-of-type > ul {
	right: 0;
}
#global_menu > ul > li:last-of-type ul ul {
	right: 100%;
	left: auto;
}
#global_menu ul ul li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}
#global_menu ul ul a {
	position: relative;
	display: block;
	height: auto;
	margin: 0;
	padding: 15px 20px 13px;
	color: #000;
	line-height: 1.6;
}
#global_menu ul ul a:hover {
	text-decoration: none;
	color: #fff;
}
#global_menu ul ul li.menu-item-has-children > a:before {
	position: absolute;
	top: 19px;
	right: 9px;
	display: block;
	content: "\e910";
	color: #000;
	font-family: "design_plus";
	font-size: 10px;
}
#global_menu ul ul li.menu-item-has-children > a:hover:before {
	color: #fff;
}
body.megamenu_dark_color #global_menu ul ul {
	background: #000;
}
body.megamenu_dark_color #global_menu ul ul a {
	color: #fff;
}
body.megamenu_dark_color #global_menu ul ul li.menu-item-has-children > a:before {
	color: #fff;
}


/* ドロワーメニュー */
#drawer_menu {
	display: none;
}


/* 検索フォーム */
#header_search {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 10px;
	width: 425px;
	height: 80px;
}
#header_search.active, #header_search:hover {
	z-index: 100;
}
#header_searchform {
	position: relative;
	width: 100%;
	height: 100%;
}
#header_search .search_button {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
}
#header_search .search_button input {
	display: block;
	width: 80px;
	height: 80px;
	cursor: pointer;
	border: none;
	background: none;
}
#header_search .search_button:before {
	position: absolute;
	top: calc(50% + 1px);
	left: calc(50% - 2px);
	display: block;
	content: "\e94c";
	transition: color 0.2s ease;
	transform: translate(-50%, -50%);
	pointer-events: none;
	color: #000;
	font-family: "design_plus";
	font-size: 14px;
	font-weight: 600;
}
#header_search .search_button:hover:before {
	color: #999 !important;
}
#header_search .input_area {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 80px;
	overflow: hidden;
	width: 0;
	height: 40px;
	transition: width 0.3s ease;
	border: none;
	border-radius: 50px;
	background: #f3f3f3;
}
#header_search .input_area input {
	width: 100%;
	height: 40px;
	padding: 0 25px;
	border: none;
	background: none;
}
#header_search.active form .input_area, #header_search:hover form .input_area {
	width: 345px;
}


/* 背景が透明の時 */
body.header_type2 #header {
	position: fixed;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	background: none;
}
body.header_type2 #header_logo {
	transition: all 0.25s ease;
	pointer-events: none;
	opacity: 0;
}
body.header_type2 #header_logo2 {
	transition: all 0.25s ease;
	pointer-events: auto;
	opacity: 1;
}
body.header_type2 #global_menu > ul > li > a {
	color: #fff;
}
body.header_type2 #header_search .search_button:before {
	color: #fff;
}
body.header_type2.active_header #header, body.header_type2.header_fixed #header {
	border-bottom: 1px solid #ddd;
	background: #fff;
}
body.header_type2.active_header #header {
	border-bottom: 1px solid #fff;
}
body.header_type2.active_header #header_logo, body.header_type2.header_fixed #header_logo {
	pointer-events: auto;
	opacity: 1;
}
body.header_type2.active_header #header_logo2, body.header_type2.header_fixed #header_logo2 {
	pointer-events: none;
	opacity: 0;
}
body.header_type2.active_header #global_menu > ul > li > a, body.header_type2.header_fixed #global_menu > ul > li > a {
	color: #000;
}
body.header_type2.active_header #header_search .search_button:before, body.header_type2.header_fixed #header_search .search_button:before {
	color: #000;
}


/* パンくずリンク */
#bread_crumb {
	max-width: 1700px;
	height: 60px;
	margin: 38px auto 130px;
	padding: 0 100px;
	opacity: 0;
}
body.single #bread_crumb {
	max-width: 1455px;
	margin-bottom: 35px;
}
body.single-service #bread_crumb {
	max-width: 1700px;
}
body.page-template-default.show_sidebar.normal_content_width #bread_crumb {
	max-width: 1455px;
}
body.short_content_width #bread_crumb {
	max-width: 1365px;
}
body.single-service.short_content_width #bread_crumb {
	max-width: 1700px;
}
body.page-template-default.show_sidebar.short_content_width #bread_crumb {
	max-width: 1365px;
}
#bread_crumb.animate {
	transition: opacity 1.0s ease 0.3s;
	opacity: 1;
}
#bread_crumb ul {
	visibility: visible;
	overflow: hidden;
	width: 100%;
	height: 60px;
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 60px;
}
#bread_crumb li {
	position: relative;
	display: inline;
	margin: 0 8px 0 0;
	padding: 0 24px 0 0;
	font-size: 14px;
}
#bread_crumb li:after {
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	height: 13px;
	content: "\e910";
	color: #000;
	font-family: "design_plus";
	font-size: 11px;
	line-height: 13px;
}
#bread_crumb li:last-of-type {
	margin-left: 5px;
}
#bread_crumb li:last-of-type:after {
	display: none;
}
#bread_crumb, #bread_crumb li.last {
}
#bread_crumb li a {
	display: inline-block;
	-webkit-transition: opacity 0.2s ease-in-out;
	        transition: opacity 0.2s ease-in-out;
	color: #000;
}
#bread_crumb li a:hover {
	opacity: 0.5;
}
#bread_crumb li.category a:after {
	margin-right: 5px;
	content: ",";
}
#bread_crumb li.category a:last-of-type:after {
	display: none;
}
#bread_crumb li.home {
	padding-right: 20px;
}
#bread_crumb li.home a {
	position: relative;
	width: 16px;
}
#bread_crumb li.home a span {
	opacity: 0;
}
#bread_crumb li.home a:before {
	position: relative;
	top: 0;
	display: inline-block;
	content: "\e90c";
	color: #000;
	font-family: "design_plus";
	font-size: 12px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* ヘッダーメッセージ */
#header_message {
	position: relative;
	z-index: 2000;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 15px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
#header_message .label {
	display: block;
	padding: 0 20px;
	color: inherit;
	line-height: 1.4;
}
#header_message a.label:hover {
	text-decoration: underline;
}
@media (max-width: 767px) {
	#header_message {
		min-height: 40px;
		font-size: 12px;
	}
}

/* ヘッダーメッセージが固定のときのヘッダー位置調整 */
body.header_type2 #header_message + #header, body.home.header_slider_layout_type2 #header_message + #header {
	position: relative;
	margin-bottom: -80px;
}



/* ----------------------------------------------------------------------
 メガメニュー
---------------------------------------------------------------------- */
.pc .megamenu_button + ul {
	display: none !important;
}


/* 共通項目 */
.megamenu {
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 0;
	overflow: hidden;
	width: 100%;
	pointer-events: none;
	opacity: 0;
	border-top: 1px solid #ddd;
}
.megamenu.active_mega_menu {
	top: 80px;
	pointer-events: initial;
	opacity: 1;
}
#global_menu > ul > li.active_megamenu_button > a {
}


/* メガメニューA　記事カルーセル */
.megamenu_a {
	padding: 50px 0;
	background: #fff;
}
.megamenu_post_carousel {
	width: auto;
	height: 305px;
	margin: 0 auto !important;
	padding: 0 100px !important;
}
@media only screen and (min-width: 1720px) {
	.megamenu_post_carousel {
		padding-right: calc(50% - 750px) !important;
		padding-left: calc(50% - 750px) !important;
	}
}
.megamenu_a .post_list {
	-webkit-user-select: none;
	        user-select: none;
}
.megamenu_a .post_list .item {
	position: relative;
	z-index: 50;
	width: 275px;
	height: 310px;
	margin-right: 50px;
}
.megamenu_a .post_list .item:last-of-type {
	margin-right: 0;
}
.megamenu_a .post_list .animate_background {
	position: relative;
	display: block;
}
.megamenu_a .post_list .image_wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100% !important;
	height: 185px !important;
	margin-bottom: 25px;
	border-radius: 5px;
}
.megamenu_a .post_list .image {
	position: :absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: none;

	object-fit: cover;
}
.megamenu_a .post_list .title {
	visibility: visible;
	overflow: hidden;
	max-height: 3.2em;
	font-size: 18px;
	line-height: 1.6;
}
.megamenu_a .post_list .title span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}
.megamenu_a .post_list .date {
	position: relative;
	display: block;
	margin: 20px 0 0 0;
	color: #999;
	font-size: 14px;
}
.megamenu_a .post_list .date:before {
	position: relative;
	top: 1.5px;
	margin: 0 5px 0 0;
	content: "\e903";
	font-family: "design_plus";
	font-size: 16px;
}
body.megamenu_dark_color .megamenu_a {
	background: #000;
}
body.megamenu_dark_color .megamenu_a a {
	color: #fff;
}
body.megamenu_dark_color .megamenu_a a:hover {
	color: #777;
}
body.megamenu_dark_color .megamenu_a .swiper-scrollbar-horizontal {
	background: #2c2c2c;
}
.megamenu_post_carousel + .genesis_carousel_scrollbar .swiper-scrollbar {
	margin-top: 50px !important;
}


/* メガメニューB */
.megamenu_b {
	display: flex;
	flex-wrap: nowrap;
	background: #fff;
}
.megamenu_b .header {
	position: relative;
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	justify-content: center;
}
.megamenu_b .header .title_area {
	position: relative;
	z-index: 5;
}
.megamenu_b .item {
	flex: 1 1 0;
	border-left: 1px solid #ddd;
}
.megamenu_b .title {
	font-size: 40px;
	font-weight: 600;
}
.megamenu_b .arrow_link {
	position: relative;
	display: inline-block;
	margin-top: 22px;
	padding: 0 35px 0 0;
	font-size: 16px;
	line-height: 1.4;
}
.megamenu_b .arrow_link .arrow_button_small {
	top: 4px;
	right: -5px;
}
.megamenu_b .sub_title.arrow {
	color: #ff3f00;
}
.megamenu_b .title_area {
	padding: 0 50px;
}
.megamenu_b .image_link {
	display: block;
	margin: 0 -1px 50px;
}
.megamenu_b .image_wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100% !important;
	height: auto !important;

	aspect-ratio: 340 / 140;
}
.megamenu_b .image {
	position: :absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: none;

	object-fit: cover;
}
.megamenu_b .post_list {
	padding: 35px 50px 55px;
}
.megamenu_b .post_list .arrow_link {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	color: #000;
	line-height: 1.4;
}
.megamenu_b .post_list .arrow_link:hover {
	color: #aaa;
}
.megamenu_b .post_list .arrow_link .arrow_button_small {
	position: relative;
	top: 4px;
	right: auto;
}
body.megamenu_dark_color .megamenu_b {
	color: #fff;
	background: #000;
}
body.megamenu_dark_color .megamenu_b .post_list .arrow_link {
	color: #fff;
}
body.megamenu_dark_color .megamenu_b .post_list .arrow_link:hover {
	color: #777;
}
body.megamenu_dark_color .megamenu_b .item {
	border-left: 1px solid #333;
}
.megamenu_b.no_category_page .image_link {
	pointer-events: none;
}
.megamenu_b.no_category_page .category .title_area {
	pointer-events: none;
}
.megamenu_b.no_category_page .category .title_area a .arrow_button_small {
	display: none;
}
.megamenu_b.show_category_page .item {
	padding-bottom: 50px;
}


/* カルーセルを利用する場合 100% = calc( var(--vw) * 100 ); */
.megamenu_b.use_carousel .header {
	flex: 1 0 auto;
	width: calc(var(--vw) * 25);
}
.megamenu_b.use_carousel .header:before {
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 100%;
	content: "";
	background: #ddd;
}
.megamenu_b.use_carousel .header:after {
	position: absolute;
	top: 0;
	right: -1px;
	width: 100%;
	height: auto;
	content: "";
	background: #fff;

	aspect-ratio: 340 / 140;
}
.megamenu_b.use_carousel .item_list {
	display: flex;
	flex: 1 0 auto;
	flex-wrap: nowrap;
	width: calc((var(--vw) * 25) * 3 );
	-webkit-user-select: none;
	        user-select: none;
}
.megamenu_b.use_carousel .item {
	flex: 1 0 auto;
	width: calc(var(--vw) * 25);
}


/* カルーセルの矢印ナビ（関連記事でも使用） */
.swiper-nav-button {
	width: 50px;
	height: 50px;
	transition: all 0.25s ease;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}
.swiper-nav-button:after {
	display: none !important;
}
.swiper-nav-button.swiper-button-disabled {
	opacity: 0 !important;
}
.swiper-nav-button .arrow_button_small {
	top: 18px;
	right: 0;
	width: 50px;
}
.swiper-nav-button .arrow_button_small:before, .swiper-nav-button .arrow_button_small:after {
	top: 0;
	left: 1px;
	width: 100%;
	color: #000;
}
.swiper-button-prev .arrow_button_small:before, .swiper-button-prev .arrow_button_small:after {
	top: -1px;
}
@media(hover: hover) {
	.swiper-button-next:hover .arrow_button_small:before {
		animation: arrow_animation1 0.3s ease forwards;
	}
	.swiper-button-next:hover .arrow_button_small:after {
		animation: arrow_animation2 0.3s ease forwards 0.2s;
	}
	.swiper-button-prev:hover .arrow_button_small:before {
		animation: arrow_animation3 0.3s ease forwards;
	}
	.swiper-button-prev:hover .arrow_button_small:after {
		animation: arrow_animation4 0.3s ease forwards 0.2s;
	}
}
.megamenu_b.use_carousel .swiper-button-next {
	right: 20px;
}
.megamenu_b.use_carousel .swiper-button-prev {
	left: calc(var(--vw) * 25 - 25px);
}
body.megamenu_dark_color .megamenu_b.use_carousel .header:before {
	background-color: #333;
}
body.megamenu_dark_color .megamenu_b.use_carousel .header:after {
	background-color: #000;
}
body.megamenu_dark_color .megamenu_b.use_carousel .swiper-nav-button {
	border-color: #444;
	background: #000;
}
body.megamenu_dark_color .megamenu_b.use_carousel .swiper-nav-button .arrow_button_small:before, body.megamenu_dark_color .megamenu_b.use_carousel .swiper-nav-button .arrow_button_small:after {
	color: #fff;
}




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

/* バナー */
#footer_banner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ddd;
}
#footer_banner a {
	position: relative;
	display: block;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: auto;
	padding: 0 100px;

	aspect-ratio: 725 / 250;
}
#footer_banner.banner_num1 a {
	width: 100%;
}
#footer_banner.banner_num2 a {
	width: 50%;
}
#footer_banner.banner_num3 a {
	width: calc(100% / 3);
	height: 300px;
	padding: 0 60px;

	aspect-ratio: initial;
}
@media only screen and (min-width: 1720px) {
	#footer_banner.banner_num1 a:first-of-type, #footer_banner.banner_num2 a:first-of-type {
		padding-left: calc(50% - 750px);
	}
}
#footer_banner a:last-of-type {
	border: none;
}
#footer_banner .content {
	z-index: 3;
}
#footer_banner .title {
	position: relative;
}
#footer_banner .title .label {
	display: inline;
	margin-right: 20px;
}
#footer_banner .title .arrow_button {
	top: -5px;
	display: inline-block;
	vertical-align: middle;
}
#footer_banner .sub_title {
	font-size: 18px;
}
#footer_banner .image_wrap {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#footer_banner .image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
#footer_banner a:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	transition: opacity 0.5s ease;
	opacity: 1;
	background: #fff;
}
#footer_banner.banner_num2 a:nth-child(2):before {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 100%;
	content: "";
	background: #ddd;
}
#footer_banner.banner_num3 a:nth-child(2):before, #footer_banner.banner_num3 a:nth-child(3):before {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 100%;
	content: "";
	background: #ddd;
}
@media(hover: hover) {
	#footer_banner a:hover .title {
		color: #fff;
	}
	#footer_banner a:hover .sub_title {
		color: #fff;
	}
	#footer_banner a:hover .arrow_button {
		background: #fff;
	}
	#footer_banner a:hover .arrow_button:before, #footer_banner a:hover .arrow_button:after {
		color: orange;
	}
	#footer_banner a:hover:after {
		opacity: 0;
	}
	#footer_banner.banner_num2:hover a:nth-child(2):before {
		display: none;
	}
	#footer_banner.banner_num3 a:nth-child(1):hover + a:nth-child(2):before {
		display: none;
	}
	#footer_banner.banner_num3 a:nth-child(2):hover:before {
		display: none;
	}
	#footer_banner.banner_num3 a:nth-child(2):hover + a:nth-child(3):before {
		display: none;
	}
	#footer_banner.banner_num3 a:nth-child(3):hover:before {
		display: none;
	}
}


/* ロゴエリア */
#footer {
	border-top: 1px solid #ddd;
}
#footer_inner {
	max-width: 1700px;
	margin: 0 auto;
	padding: 100px;
}
#footer_logo img {
	display: block;
	transition: all 0.25s ease;
}
#footer_logo img.mobile {
	display: none;
}
#footer_logo a:hover img {
	opacity: 0.5;
}
#footer_logo a .logo_text {
	word-wrap: break-word;
	font-weight: 500;
	line-height: 1.2;
}
#footer_logo img.mobile {
	display: none;
}
#footer_address {
	margin-top: 17px;
}
#footer_sns {
	margin-top: 15px;
	margin-left: -10px;
	text-align: left;
}
body.hide_footer #footer {
	padding: 0;
	border: none;
}


/* メニュー */
#footer_nav {
	position: relative;
	width: auto;
	margin: 0 auto;
	padding: 0 100px;
	border-top: 1px solid #ddd;
}
@media only screen and (min-width: 1720px) {
	#footer_nav {
		padding-right: calc(50% - 750px) !important;
		padding-left: calc(50% - 750px) !important;
	}
}
#footer_nav ul {
	-webkit-user-select: none;
	        user-select: none;
}
#footer_nav li {
	flex: 0 0 auto !important;
	width: auto !important;
	margin-right: 40px;
	font-size: 16px;
}
#footer_nav li:last-of-type {
	margin-right: 0;
}
#footer_nav li a {
	display: block;
	height: 70px;
	line-height: 70px;
}


/* コピーライト */
#copyright {
	position: relative;
	height: 60px;
	color: #fff;
	font-size: 14px;
	line-height: 60px;
}
#copyright span {
	display: block;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 100px;
}
body.hide_footer #copyright {
	margin-top: 0;
}


/* 上部へ戻る*/
#return_top {
	transition: opacity 0.2s ease;
}
#return_top a {
	position: initial;
	z-index: 100;
	display: block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	text-decoration: none;
	color: #000 !important;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	line-height: 65px;
}
#return_top a:hover {
}
#return_top span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
#return_top a .arrow:before, #return_top a .arrow:after {
	position: absolute;
	top: 15px;
	left: 25px;
	display: block;
	content: "\e94f";
	transform: rotate(-90deg);
	color: #000;
	font-family: "design_plus";
	font-size: 10px;
}
#return_top a .arrow:after {
	transform: translate3d(0, 10%, 0) rotate(-90deg);
	opacity: 0;
}
@media(hover: hover) {
	#return_top a:hover .arrow:before {
		animation: return_top_arrow_animation1 0.3s ease forwards;
	}
	#return_top a:hover .arrow:after {
		animation: return_top_arrow_animation2 0.3s ease forwards 0.2s;
	}
}
@keyframes return_top_arrow_animation1 {
	0% {
		transform: translate3d(0%, 0, 0) rotate(-90deg);
		opacity: 1;
	}
	70% {
		opacity: 0;
	}
	100% {
		transform: translate3d(0, -10%, 0) rotate(-90deg);
		opacity: 0;
	}
}
@keyframes return_top_arrow_animation2 {
	0% {
		transform: translate3d(0, 10%, 0) rotate(-90deg);
		opacity: 0;
	}
	100% {
		transform: translate3d(0%, 0, 0) rotate(-90deg);
		opacity: 1;
	}
}
#return_top {
	position: fixed;
	z-index: 999;
	right: 30px;
	bottom: 0;
	transition: transform 0.35s ease, right 0.5s cubic-bezier(0.22, 1, 0.36, 1);
	transform: translate3d(0,100%,0);
}
#return_top.active {
	bottom: 30px;
	transform: translate3d(0,0,0);
}
body.active_header #return_top {
	opacity: 0;
}


/* SNSボタン（全箇所共通） */
.sns_button_list {
	z-index: 20;
	text-align: center;
	font-size: 0;
}
.sns_button_list li {
	position: relative;
	display: inline-block;
	margin: 0 7px;
	font-size: 12px;
}
.sns_button_list li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 18px;
	height: 18px;
	text-align: center;
}
.sns_button_list li a span {
	display: none;
}
.sns_button_list li a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-family: "design_plus";
	font-size: 16px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sns_button_list.color_type1 li a:before {
	color: #000;
}
.sns_button_list li a:hover:before {
	opacity: 0.5;
}
.sns_button_list li a:hover:before {
}
.sns_button_list li.twitter a:before {
	content: "\e950";
	font-size: 15px;
}
.sns_button_list li.facebook a:before {
	content: "\e944";
	font-size: 18px;
}
.sns_button_list li.insta a:before {
	content: "\ea92";
	font-size: 15px;
}
.sns_button_list li.pinterest a:before {
	content: "\e905";
	font-size: 18px;
}
.sns_button_list li.youtube a {
	width: 19px;
}
.sns_button_list li.youtube a:before {
	content: "\ea9d";
	font-size: 18px;
}
.sns_button_list li.tiktok a:before {
	content: "\e94d";
}
.sns_button_list li.contact a:before {
	content: "\f0e0";
}
.sns_button_list li.rss a:before {
	margin-left: 1px;
	content: "\e90b";
	font-size: 14px;
}
.sns_button_list li.user_url a:before {
	margin-left: 0.7px;
	content: "\e942";
}
.sns_button_list.color_type2 li {
	margin: 0 8px;
}
.sns_button_list.color_type2 li a {
	width: 25px;
	height: 25px;
}
.sns_button_list.color_type2 li a:before {
	font-size: 22px;
}
.sns_button_list.color_type2 li.twitter a:before {
	font-size: 20px;
}
.sns_button_list.color_type2 li.facebook a:before {
	color: #1877f2;
	font-size: 26px;
}
.sns_button_list.color_type2 li.insta a:before {
	color: #e4405f;
}
.sns_button_list.color_type2 li.pinterest a:before {
	color: #bd081c;
	font-size: 24px;
}
.sns_button_list.color_type2 li.youtube a:before {
	color: #f00;
}
.sns_button_list.color_type2 li.tiktok a:before {
	font-size: 20px;
}
.sns_button_list.color_type2 li.contact a:before {
	color: #00729f;
}
.sns_button_list.color_type2 li.rss a:before {
	color: orange;
	font-size: 19px;
}
.sns_button_list.color_type2 li.user_url a:before {
	color: #00729f;
}


/* フッターバー */
#dp-footer-bar {
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 0;
	width: 100%;
}
.open_menu #dp-footer-bar {
	display: none;
}
.dp-footer-bar-type1 #dp-footer-bar {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	        transition: opacity 0.35s, transform 0.35s;
	opacity: 0;
}
.dp-footer-bar-type1 #dp-footer-bar.active {
	opacity: 1;
}
.dp-footer-bar-type2 #dp-footer-bar {
	-webkit-transition: -webkit-transform 0.35s;
	        transition:         transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	        transform: translate3d(0,100%,0);
}
.dp-footer-bar-type2 #dp-footer-bar.active {
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}


/* フッターバー　アイコン無しタイプ */
#dp-footer-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	height: 50px;
}
#dp-footer-bar a {
	display: block;
	-webkit-flex: 1 1 0;
	        flex: 1 1 0;
	height: 50px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none !important;
	font-size: 12px;
	line-height: 50px;
}




/* ----------------------------------------------------------------------
 ウィジェット
---------------------------------------------------------------------- */
/* 基本設定 */
.widget_content {
	position: relative;
	margin: 0 0 50px 0;
	font-size: 16px;
}
.widget_content:last-of-type {
	margin-bottom: 0;
}
.widget_content ul {
	margin: 0;
}
.widget_content li {
	margin: 0 0 10px 0;
	padding: 2px 0;
	line-height: 2;
}
.widget_content a {
	text-decoration: none;
}
.widget_content a:hover {
}
.widget_content img {
	max-width: 100%;
	height: auto;
}
.widget_headline {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 60px;
	margin: 0 0 20px 0;
	padding: 0 30px;
	color: #fff;
	background: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	line-height: 1.5;
}
.widget_headline a {
	color: #fff;
}


/* 人気の記事 */
.popular_post_list_widget .widget_headline {
	margin-bottom: -1px;
}
.popular_post_widget li {
	margin: 0;
	padding: 0;
}
.popular_post_widget a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100px;
	border: 1px solid #ddd;
	border-top: none;
}
.popular_post_widget .rank {
	width: 40px;
	height: 100%;
	text-align: center;
	color: #000;
	border-right: 1px solid #ddd;
	background: #f5f5f5;
	font-size: 14px;
	line-height: 100px;
}
.popular_post_widget .title {
	display: flex;
	overflow: hidden;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 40px);
	max-height: 4.8em;
	padding: 0 30px;
	word-break: break-all;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
.popular_post_widget .title span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 3;
}
.popular_post_widget .title span {
	-webkit-line-clamp: 2;
}


/* タブ記事 */
.tab_post_list_widget {
	position: relative;
}
.widget_tab_post_list_button {
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 1px);
}
.widget_tab_post_list_button div {
	position: relative;
	display: block;
	flex: 1 1 0;
	height: 60px;
	margin-right: -1px;
	cursor: pointer;
	transition: all 0.25s ease;
	text-align: center;
	border: 1px solid #ddd;
	background: #eee;
	font-size: 16px;
	line-height: 60px;
}
.widget_tab_post_list_button div.active {
	pointer-events: none;
	border-bottom: 1px solid #fff;
	background: #fff !important;
}
.widget_tab_post_list_button div:hover {
	color: #999;
}
.widget_tab_post_list {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	padding: 20px 0 15px;
	pointer-events: none;
	opacity: 0;
	border: 1px solid #ddd;
	border-top: none;
	background: #fff;
}
.widget_tab_post_list.active {
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
	width: auto;
	pointer-events: initial;
	opacity: 1;
}
.widget_tab_post_list li {
	margin: 0 0 5px 0;
	padding: 0;
}
.widget_tab_post_list a {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}
.widget_tab_post_list .image_wrap {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 100px;
}
.widget_tab_post_list .image_wrap .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.widget_tab_post_list .title_area {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 100px);
	height: 100px;
	padding-left: 20px;
}
.widget_tab_post_list .title {
	overflow: hidden;
	max-height: 3.2em;
	word-break: break-all;
	font-size: 16px;
	line-height: 1.6;
}
.widget_tab_post_list .title span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}
.widget_tab_post_list.no_image a {
	padding: 15px 20px;
	border-bottom: 2px solid #f6f6f6;
}
.widget_tab_post_list.no_image li:last-of-type a {
	padding-bottom: 5px;
	border: none;
}
.widget_tab_post_list.no_image .title_area {
	width: 100%;
	height: auto;
	padding: 0;
}
.widget_tab_post_list li.no_post {
	padding: 0 20px;
}
.tab_post_list_widget .widget_headline {
	margin-bottom: 0;
}

.widget_tab_post_list.news {
	padding: 10px 0 0;
}
.widget_tab_post_list.news .image_wrap {
	display: none;
}
.widget_tab_post_list.news .title_area {
	width: 100%;
	height: auto;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.widget_tab_post_list.news li {
	margin: 0;
}
.widget_tab_post_list.news li:last-child {
	margin-bottom: 0;
}
.widget_tab_post_list.news li:last-child .title_area {
	border: none;
}
.widget_tab_post_list.news li.no_post {
	padding: 10px 20px 20px;
}


/* バナー一覧 */
.tcd_banner_widget .banner_widget {
	overflow: hidden;
	width: 100%;
	height: 230px;
}
.tcd_banner_widget .item {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 230px;
	border-radius: 10px;
}
.tcd_banner_widget .image_wrap {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.tcd_banner_widget .image_wrap .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.tcd_banner_widget .title_area {
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
	padding: 25px 30px;
}
.tcd_banner_widget .title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
}
.tcd_banner_widget .item:not(.no_title):after {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50%;
	content: "";
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}

/* 検索 */
.widget_search label {
	display: none;
}
#searchform {
	height: 60px;
	border: 1px solid #ddd;
	background: #fff;
}
#searchform #s {
	width: calc(100% - 50px);
	height: 60px;
	margin: 0;
	padding: 0 25px;
	border: none;
	background: none;
}
#searchform #searchsubmit {
	position: relative;
	z-index: 200;
	display: block;
	overflow: hidden;
	width: 50px;
	height: 60px;
	cursor: pointer;
	text-indent: -300px;
	border: none;
	background: none;
}
#searchform .submit_button {
	position: relative;
	top: 1px;
	float: right;
	width: 50px;
	height: 60px;
}
#searchform .submit_button:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 2px;
	display: block;
	width: 50px;
	height: 60px;
	content: "\e94c";
	cursor: pointer;
	transition: color 0.2s ease;
	text-align: center;
	text-indent: 0;
	color: #333;
	font-family: "design_plus";
	font-size: 16px;
	font-weight: 600;
	line-height: 60px;
}
#searchform .submit_button:hover:before {
	color: rgba(0,0,0,0.5) !important;
}
#searchform .submit_button:hover {
}


/* デフォルトのタグ一覧 */
.widget_tag_cloud .tagcloud {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 0 -6px 0;
	padding: 0;
}
.widget_tag_cloud .tagcloud a {
	display: block;
	height: 36px;
	margin: 0 6px 6px 0;
	padding: 0 20px;
	border-radius: 4px;
	background: #f6f6f6;
	font-size: 14px !important;
	line-height: 36px;
}
.widget_tag_cloud .tagcloud a:hover {
	color: #fff !important;
	background: #000;
}


/* デフォルトの最近の記事 */
.widget_recent_entries .widget_headline {
	margin-bottom: -1px;
}
.widget_recent_entries li {
	display: flex;
	flex-direction: column;
	margin: 0 0 -1px 0;
	padding: 20px 30px;
	border: 1px solid #ddd;
}
.widget_recent_entries li a {
	display: block;
	order: 2;
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
}
.widget_recent_entries li a br {
	display: none;
}
.widget_recent_entries .post-date {
	position: relative;
	display: block;
	order: 1;
	width: 100%;
	margin: 0 0 5px 0;
	color: #999;
	font-size: 14px;
}
.widget_recent_entries .post-date:before {
	position: relative;
	top: 1.5px;
	margin: 0 5px 0 0;
	content: "\e903";
	font-family: "design_plus";
	font-size: 16px;
}


/* デフォルトのカテゴリー */
.widget_categories .widget_headline {
	margin-bottom: -1px;
}
.widget_categories ul:first-of-type {
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.widget_categories ul:first-of-type ul {
	border: none;
}
.widget_categories ul:first-of-type:after {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	background: #fff;
}
.widget_categories ul:first-of-type ul:after {
	display: none;
}
.widget_categories li {
	position: relative;
	margin: 0;
	padding: 0;
}
.widget_categories li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 60px;
	padding: 0 30px;
	color: #000;
	border: 1px solid #ddd;
	border-top: none;
	background: #fff;
	line-height: 60px;
}
.widget_categories li li a {
	padding-left: calc(30px + 1em);
}
.widget_categories li li li a {
	padding-left: calc(30px + 2em);
}
.widget_categories li .title {
	display: block;
	visibility: visible;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.widget_categories li .post-count {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	pointer-events: none;
	border-radius: 100%;
	background: #f2f2f2;
	font-size: 12px;
	line-height: 40px;
}


/* デフォルトのアーカイブ */
.widget_archive {
}
.widget_archive .widget_headline {
	margin-bottom: -1px;
}
.widget_archive ul:first-of-type {
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.widget_archive ul:first-of-type ul {
	border: none;
}
.widget_archive ul:first-of-type:after {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	background: #fff;
}
.widget_archive ul:first-of-type ul:after {
	display: none;
}
.widget_archive li {
	position: relative;
	margin: 0;
	padding: 0;
}
.widget_archive li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 60px;
	padding: 0 30px;
	border: 1px solid #ddd;
	border-top: none;
	background: #fff;
	line-height: 60px;
}
.widget_archive li li a {
	padding-left: calc(30px + 1em);
}
.widget_archive li li li a {
	padding-left: calc(30px + 2em);
}
.widget_archive li .post-count {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100%;
	background: #f2f2f2;
	font-size: 12px;
	line-height: 40px;
}


/* デフォルトの固定ページ */
.widget_pages {
}
.widget_pages .widget_headline {
	margin-bottom: -1px;
}
.widget_pages ul:first-of-type {
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.widget_pages ul:first-of-type ul {
	border: none;
}
.widget_pages ul:first-of-type:after {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	background: #fff;
}
.widget_pages ul:first-of-type ul:after {
	display: none;
}
.widget_pages li {
	position: relative;
	margin: 0;
	padding: 0;
}
.widget_pages li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 60px;
	padding: 0 30px;
	border: 1px solid #ddd;
	border-top: none;
	background: #fff;
	line-height: 60px;
}
.widget_pages li li a {
	padding-left: calc(30px + 1em);
}
.widget_pages li li li a {
	padding-left: calc(30px + 2em);
}


/* デフォルトのナビ　*/
.widget_nav_menu {
}
.widget_nav_menu .widget_headline {
	margin-bottom: -1px;
}
.widget_nav_menu ul:first-of-type {
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.widget_nav_menu ul:first-of-type ul {
	border: none;
}
.widget_nav_menu ul:first-of-type:after {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	background: #fff;
}
.widget_nav_menu ul:first-of-type ul:after {
	display: none;
}
.widget_nav_menu li {
	position: relative;
	margin: 0;
	padding: 0;
}
.widget_nav_menu li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 60px;
	padding: 0 30px;
	border: 1px solid #ddd;
	border-top: none;
	background: #fff;
	line-height: 60px;
}
.widget_nav_menu li li a {
	padding-left: calc(30px + 1em);
}
.widget_nav_menu li li li a {
	padding-left: calc(30px + 2em);
}


/* デフォルトのコメントウィジェット */
.widget_recent_comments .widget_headline {
	margin-bottom: -1px;
}
.widget_recent_comments li {
	margin: 0 0 -1px 0;
	padding: 20px 30px;
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 1.8;
}
.widget_recent_comments li:last-of-type {
	margin-bottom: 0;
}
.widget_recent_comments li > a {
	display: block;
}
.widget_recent_comments .comment-author-link a {
	color: #999;
}
.widget_recent_comments li br {
	display: none;
}


/* デフォルトのブロック */
.widget_block {
	font-size: 16px;
	line-height: 1.6;
}


/* デフォルトのテキストウィジェット */
.widget_text .textwidget {
	font-size: 16px;
	line-height: 1.6;
}


/* デフォルトのメタウィジェット */
.widget_meta ul {
	margin-bottom: -8px;
}


/* デフォルトのアーカイブとカテゴリー　ドロップダウンメニュー */
.widget_archive form, .widget_categories form {
	position: relative;
}
.widget_archive select, .widget_categories select {
	width: 100%;
	height: 60px;
	padding: 0 30px;
	cursor: pointer;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 16px;

	-webkit-appearance: none;
	        appearance: none;
}
.widget_archive .screen-reader-text, .widget_categories .screen-reader-text {
	left: calc(100% - 50px);
	display: block;
	clip: auto;
	width: 50px;
	height: 60px;
	margin: 0;
	text-indent: -100vw;
	pointer-events: none;

	clip-path: none;
}
.widget_archive .screen-reader-text:before, .widget_categories .screen-reader-text:before {
	position: absolute;
	top: 27px;
	right: 20px;
	display: block;
	width: 14px;
	height: 14px;
	content: "\e90e";
	text-align: center;
	text-indent: 0;
	font-family: "design_plus";
	font-size: 14px;
	line-height: 14px;
}
body.page-template-page-about .widget_archive .screen-reader-text {
	left: calc(100% - 80px);
}


/* カレンダー */
#calendar_wrap {
	margin: -6px 0 -20px;
	padding: 0;
}
#wp-calendar {
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 14px;
}
#wp-calendar caption {
	padding: 7px 0;
	font-size: 16px;
	font-weight: 600;
}
#wp-calendar thead th, #wp-calendar tfoot td {
	padding: 12px 10px;
	line-height: 2;
}
#wp-calendar thead th {
	font-weight: 500;
}
#wp-calendar tbody th, #wp-calendar tbody td {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1;
}
#wp-calendar tbody span, #wp-calendar tbody a {
	display: block;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;

	aspect-ratio: 1 /1;
}
#wp-calendar tbody a {
	width: calc(100% - 6px);
	margin-left: 3px;
	color: #000;
	border-radius: 100%;
	background: #f6f6f6;
}
#wp-calendar tbody a:hover {
	color: #fff;
}
#wp-calendar tbody td[colspan] span {
	aspect-ratio: unset;
}
.wp-calendar-nav {
	width: 100%;
	padding: 20px 0;
	font-size: 14px;
}
.wp-calendar-nav .wp-calendar-nav-prev {
	float: left;
	width: 40%;
}
.wp-calendar-nav .wp-calendar-nav-next {
	float: right;
	width: 40%;
	text-align: right;
}


/* テキストウィジェット */
.textwidget .post_content {
	font-size: 14px;
}
.textwidget .post_content p {
	margin-bottom: 1.5em;
	line-height: 2;
}


/* デフォルトのギャラリー */
.widget_media_gallery .gallery-item {
	margin-top: 0 !important;
}


/* RSS */
.widget_rss .widget_headline {
	margin-bottom: 0;
}
.widget_rss .widget_headline .rss-widget-feed {
	display: none;
}
.widget_rss li {
	margin: 0 0 -1px 0;
	padding: 20px 30px 15px;
	border: 1px solid #ddd;
	font-size: 16px;
}
.widget_rss ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: -1px;
	padding: 25px 30px;
	border: 1px solid #ddd;
}
.widget_rss ul li:not(:first-child) {
	border-top: 1px solid #ddd;
}
.widget_rss ul li .rss-date {
	-ms-flex-order: 1;
	order: 1;
	margin-right: 10px;
	color: #999;
	font-size: 0.85em;
	line-height: 1;
}
.widget_rss ul li cite {
	-ms-flex-order: 2;
	order: 2;
	color: #999;
	font-size: 0.85em;
	line-height: 1;
}
.widget_rss ul li .rsswidget {
	display: block;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
	margin: 0;
}
.widget_rss ul li .rssSummary {
	-ms-flex-order: 4;
	order: 4;
	margin: -0.35em 0;
	color: #999;
	font-size: 0.85em;
}
.widget_rss .rss-date {
	position: relative;
	font-family: Arial;
}
.widget_rss .rsswidget ~ .rss-date, .widget_rss .rsswidget ~ cite {
	margin-bottom: 10px;
}
.widget_rss .rsswidget ~ .rssSummary {
	margin-top: calc(10px - 0.35em);
}




/* ----------------------------------------------------------------------
 404ページ
---------------------------------------------------------------------- */
body.error404 #footer, body.error404 #footer_banner, body.error404 #copyright {
	display: none;
}
body.error404 #container {
	min-height: inherit;
}
#page_404_header {
	position: relative;
	width: 100%;
	height: calc(100vh - 80px);
	height: calc(100dvh - 80px);
}
#page_404_header .content {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 50px;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}
#page_404_header.no_bg_image .content {
	color: #000;
}
#page_404_header .headline {
	font-size: 42px;
}
#page_404_header .desc {
	margin: 40px 0 0 0;
	font-family: var(--font_family_type2);
	line-height: 2.6;
}
#page_404_header .desc a:hover {
	text-decoration: underline;
	color: inherit;
}
#page_404_header .overlay {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}
#page_404_header .bg_image {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#page_404_header .large_headline, #page_404_header .desc {
	opacity: 0;
}
#page_404_header .large_headline.animate {
	animation: opacityAnimation 1.4s ease forwards 0.5s;
}
#page_404_header .desc.animate {
	animation: opacityAnimation 1.4s ease forwards 0.5s;
}
@keyframes slideUpDown {
	0% {
		bottom: 10px;
	}
	50% {
		bottom: 0;
	}
	100% {
		bottom: 10px;
	}
}




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments {
	position: relative;
	margin: 60px 0 0 0;
}
#comments .headline {
	margin-bottom: 60px;
	text-align: center;
	font-size: 28px;
	line-height: 1;
}


/* コメント・トラックバックのタブ */
#comment_header {
	position: relative;
	margin: 0 0 20px;
}
#comment_tab {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	overflow: hidden;
	margin: 0;
}
#comment_tab li {
	-webkit-flex: 1 1 0;
	        flex: 1 1 0;
	margin: 0;
	text-align: center;
}
#comment_tab li a, #comment_tab li p {
	display: block;
	padding: 15px 15px;
	text-decoration: none;
	color: #000;
	background: #f6f6f6;
	font-size: 12px;
	line-height: 1.6;
}
#comment_tab li a:hover {
	color: #fff !important;
	background: #999;
}
#comment_tab li.active a {
	background: #000;
}
#comment_tab li.active a, #comment_header #comment_closed p {
	position: relative;
	color: #fff;
}
#comment_tab li.active a {
	pointer-events: none;
}


/*  コメントの基本部分 */
.commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.comment {
	margin: 0 0 20px;
	padding: 20px 20px 0;
	border: 1px solid #ddd;
	background: #fff;
}
#comments .post_content {
	margin: 0;
	padding: 5px 0 0 0;
	background: none;
}


/* コメントの情報部分 */
.comment-meta {
	position: relative;
	margin: 0 0 10px 0;
}

.comment-meta-left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#comments .avatar {
	width: 50px;
	height: 50px;
	margin: 0 15px 0 0;
	border-radius: 100%;
}
.comment-name-date {
}

a.admin-url {
	text-decoration: underline;
}
a.guest-url {
	text-decoration: underline;
}

.comment-name-date {
	margin: 0;
	font-size: 14px;
}
.comment-date {
	margin: 10px 0 0 0;
	color: #888;
}

.comment-act {
	position: absolute;
	top: 5px;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.comment-act li {
	display: inline;
	margin: 0;
}
.comment-reply a, .comment-reply a:visited {
	margin: 0 6px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #aaa;
}
.comment-edit a, .comment-edit a:visited {
	margin: 0 0 0 6px;
	padding: 0 0 0 10px;
	border-left: 1px solid #aaa;
}


/* コメント本文 */
#comments .post_content p {
	margin: 0 0 15px 0;
	line-height: 1.8;
}
#comments .post_content blockquote span {
	display: block;
	margin: 0 0 -1em 0;
}


/* メッセージ、警告文 */
.comment-note {
	display: block;
	margin: 0 0 1em 0;
	padding: 10px 15px;
	color: #33a8e5;
	border: 1px solid #94ddd4;
	background: #d6f4f0;
	font-size: 11px;
}
.comment_closed {
	margin: 0 35px 15px 0;
	padding: 15px;
	text-align: center;
	border: 1px solid #ccc;
	background: #fefefe;
}
.no_comment {
	padding-bottom: 15px;
}
.comment_message {
	margin: 0 0 25px 0;
}


/* トラックバック */
.commentlist .ping-link {
	margin: 0 0 25px 0;
}
.commentlist .ping-meta {
	margin: 0 0 15px 0;
}
#trackback_url_area {
	margin: 0 0 25px 0;
}
#trackback_url_area label {
	display: block;
	margin: 0 0 5px 0;
	font-size: 11px;
}
#trackback_url_area input {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #ddd;
}


/* ページナビ */
#comment_pager {
	height: 24px;
	margin: 0 0 10px;
}
#comment_pager a, #comment_pager span {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}
#comment_pager .current {
	text-decoration: underline;
}


/* コメントフォーム */
.comment_form_wrapper {
	margin: 0 0 0;
	padding: 20px;
	border: 1px solid #ddd;
}
.comment .comment_form_wrapper {
	margin: 0 0 20px;
}

#cancel_comment_reply a {
	display: block;
	margin: 0 0 1em 0;
	padding: 15px;
	text-align: center;
	border-radius: 50px;
	background: #eee;
}
#cancel_comment_reply a:hover {
	color: #fff !important;
	background: #222;
}

#comment_user_login p {
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1;
}
#comment_user_login span {
	margin: 0 0 0 40px;
}

#comment_login {
	margin: 0;
	padding: 3px 30px 10px 30px;
}
#comment_login p {
	margin: 0;
	padding: 12px 0 11px 36px;
	line-height: 1;
}
#comment_login a {
	margin: 0 0 0 20px;
	padding: 0;
}

#guest_info {
	width: 100%;
	padding: 0;
}
#guest_info div {
	margin: 0 0 12px 0;
	text-align: left;
}
#guest_info input {
	width: 100%;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background: #fff;
}
#guest_info input:focus {
	border: 1px solid #999;
}
#guest_info label {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
}
#guest_info span {
	margin: 0 10px 0 0;
}

#comment_textarea textarea {
	overflow: auto;
	width: 100%;
	height: 150px;
	margin: 15px 0 0;
	padding: 10px;
	color: #000;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 16px;
	line-height: 1.8;
}
#comment_textarea textarea:focus {
	border: 1px solid #999;
}

#submit_comment_wrapper {
	text-align: center;
}
#submit_comment {
	display: block;
	width: 200px;
	height: 50px;
	margin: 20px auto 0;
	cursor: pointer;
	transition: all 0.2s ease;
	color: #fff;
	border: none;
	border-radius: 50px;
	background: #000;
	font-size: 14px;
}
#submit_comment:hover {
	color: #fff;
	background: #222;
}

#input_hidden_field {
	display: none;
}


/* パスワード保護 */
.password_protected {
	margin: 0 38px 30px;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: #3db4b2;
}
.password_protected p {
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
}




/* ----------------------------------------------------------------------
　アニメーションの設定
---------------------------------------------------------------------- */
/* 下から上へスライド */
@-webkit-keyframes slideUp {
	0% {
		bottom: -30px;
	}
	100% {
		bottom: 0;
		opacity: 1;
	}
}
@keyframes slideUp {
	0% {
		bottom: -30px;
	}
	100% {
		bottom: 0;
		opacity: 1;
	}
}


/* ズームアウト */
@-webkit-keyframes zoomOut {
	0% {
		transform: scale(1.0);
	}
	100% {
		transform: scale(1.3);
	}
}
@keyframes zoomOut {
	0% {
		transform: scale(1.0);
	}
	100% {
		transform: scale(1.3);
	}
}


/* ズームイン */
@-webkit-keyframes zoomIn {
	0% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1.0);
	}
}
@keyframes zoomIn {
	0% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1.0);
	}
}


/* フェードイン */
@-webkit-keyframes opacityAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes opacityAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* フェードアウト */
@-webkit-keyframes opacityAnimation2 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes opacityAnimation2 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* 右に移動 */
@-webkit-keyframes moveRight {
	0% {
		right: 30px;
		opacity: 0;
	}
	100% {
		right: 0;
		opacity: 1;
	}
}
@keyframes moveRight {
	0% {
		right: 30px;
		opacity: 0;
	}
	100% {
		right: 0;
		opacity: 1;
	}
}


/* 左に移動 */
@-webkit-keyframes moveLeft {
	0% {
		left: 30px;
		opacity: 0;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}
@keyframes moveLeft {
	0% {
		left: 30px;
		opacity: 0;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}


/* 下に移動 */
@-webkit-keyframes moveDown {
	0% {
		top: -30px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}
@keyframes moveDown {
	0% {
		top: -30px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}


/* 上に移動 */
@keyframes -webkit-moveUp {
	0% {
		bottom: -30px;
		opacity: 0;
	}
	100% {
		bottom: 0;
		opacity: 1;
	}
}
@keyframes moveUp {
	0% {
		bottom: -30px;
		opacity: 0;
	}
	100% {
		bottom: 0;
		opacity: 1;
	}
}


/* ポップアップ */
@keyframes -webkit-popUp {
	0% {
		transform: scale(0.1);
		opacity: 0;
	}
	100% {
		transform: none;
		opacity: 1;
	}
}
@keyframes popUp {
	0% {
		transform: scale(0.1);
		opacity: 0;
	}
	100% {
		transform: none;
		opacity: 1;
	}
}




/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
.post_content *:first-child {
	margin-top: 0;
}
.post_content *:last-child {
	margin-bottom: 0;
}


/* alignment */
.post_content .alignright {
	float: right;
}
.post_content .alignleft {
	float: left;
}
.post_content .aligncenter {
	display: block;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}
.post_content blockquote.alignleft, .post_content img.alignleft {
	margin: 7px 24px 7px 0;
}
.post_content .wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
.post_content blockquote.alignright, .post_content img.alignright {
	margin: 7px 0 7px 24px;
}
.post_content .wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter {
	margin-top: 2em;
	margin-bottom: 2em;
}


/* text and headline */
.post_content p {
	margin: 0 0 2em 0;
	line-height: 2.6;
}
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
	clear: both;
	padding: 0;
	font-weight: 600;
	line-height: 1.4;
}
.post_content h1 {
	margin: 0 0 35px 0;
	text-align: center;
	font-size: 150%;
}
.post_content h2 {
	margin: 0 0 35px 0;
	text-align: center;
	font-size: 140%;
}
.post_content h3 {
	margin: 0 0 35px 0;
	font-size: 130%;
}
.post_content h4 {
	margin: 0 0 30px 0;
	font-size: 120%;
}
.post_content h5 {
	margin: 0 0 30px 0;
	font-size: 110%;
}
.post_content h6 {
	margin: 0 0 30px 0;
	font-size: 100%;
}


/* image */
.post_content img[class*="align"], .post_content img[class*="wp-image-"], .post_content img[class*="attachment-"], .post_content img.size-full, .post_content img.size-large, .post_content .wp-post-image, .post_content img {
	max-width: 100%;
	height: auto;
}


/* list */
.post_content li, .post_content dt, .post_content dd {
	line-height: 2.2;
}
.post_content ul, .post_content ol, .post_content dl {
	margin-bottom: 2em;
}
.post_content ol {
	margin-left: 1.5em;
	list-style: decimal outside none;
}
.post_content ul {
	margin-left: 1.3em;
	list-style: circle outside none;
}
.post_content li > ul, .post_content li > ol {
	margin-bottom: 0;
}
.post_content dt {
	font-weight: bold;
}
.post_content dd {
	margin-bottom: 1em;
}


/* table */
.post_content table {
	width: 100% !important;
	margin: 0 0 2em 0;
	border-collapse: separate !important;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.post_content td, .post_content th {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px 30px 13px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	line-height: 2.2;
}
/*
.post_content table { margin:0 0 2em 0; width:100% !important; }
.post_content td, .post_content th { border:1px solid #ddd; padding:15px 30px 13px; line-height:2.2; background:#fff; -webkit-box-sizing:border-box; box-sizing:border-box; }
*/
.post_content th {
	background: #f7f7f7;
	font-weight: normal;
}
/* table style */
.post_content table.table_no_border th, .post_content table.table_no_border td {
	padding-left: 0;
	border: none;
}
.post_content table.table_border_serumtal th, .post_content table.table_border_serumtal td {
	padding-left: 0;
	border-right: none;
	border-left: none;
}


/* blockquote */
.post_content blockquote {
	position: relative;
	margin-bottom: 2em;
	padding: 2em 2.4em;
	color: rgba(0, 0, 0, 0.6);
	border: none;
	border-left: 3px solid #000;
	background: rgba(0, 0, 0, 2%);
	box-shadow: none;
}
.post_content blockquote:before {
	top: 5px;
	left: 10px;
	line-height: 40px;
}
.post_content blockquote:after {
	right: -2px;
	bottom: 10px;
	text-align: left;
	line-height: 60px;
}
.post_content blockquote:before, .post_content blockquote:after {
	position: absolute;
	width: 30px;
	height: 30px;
	content: "\"";
	color: #000;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
}
.post_content blockquote p {
	line-height: 1.8;
}
.post_content blockquote cite {
	display: block;
	margin: 2em 0 0;
	padding: 1em 0 0;
	text-align: right;
	border-top: 1px dotted #000;
	font-size: 14px;
}


/* captions */
.post_content .wp-caption {
	max-width: 100%;
	margin-bottom: 2em;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
}
.post_content .wp-caption-text {
	margin: 0 auto;
	padding: 10px 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}
.post_content .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto 0;
}


/* gallery */
.gallery {
	margin-bottom: 2em;
}
.gallery img {
	display: block;
	margin: 0;
	border: 0 !important;
}
.gallery-item {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 4px 4px 0;
}
.gallery-columns-1, .gallery-columns-2, .gallery-columns-3, .gallery-columns-4, .gallery-columns-5, .gallery-columns-6, .gallery-columns-7, .gallery-columns-8, .gallery-columns-9, .gallery-columns-10 {
	margin: 0 -4px -4px 0 !important;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: calc(100% / 3 - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: calc(100% / 6 - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: calc(100% / 7 - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: calc(100% / 8 - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: calc(100% / 9 - 4px);
}
.gallery-columns-10 .gallery-item {
	max-width: calc(10% - 4px);
}
.gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 6px 8px;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
	transform: translate3d(0, 100%, 0);
	text-align: left;
	pointer-events: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 12px;
	line-height: 1.5;
}
.gallery-item:hover .gallery-caption {
	transform: translate3d(0, 0, 0);
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption {
	display: none;
}
@media screen and (max-width:750px) {
	.gallery-caption {
		display: none;
	}
}


/* etc */
.post_content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}
.post_content address {
	margin: 0 0 24px 0;
	line-height: 2.2;
}
.post_content pre {
	overflow: auto;
	margin: 0 0 27px 0;
	padding: 20px;
	border-left: 3px solid #ccc;
	background: #f8f8f8;
	font-size: 12px;
	line-height: 1.7;
}
.post_content .sticky {
}
.post_content .mejs-container {
	margin: 12px 0 25px;
}


/* パスワード保護 */
.c-pw {
	margin-top: 50px;
}
.c-pw__box {
	padding: 40px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 16px;
}
.c-pw__box-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 50px;
}
.c-pw__box-desc {
	margin: -0.4em 0 2em!important;
	line-height: 1.8!important;
}
.c-pw__box-input {
	display: block;
	flex: 1;
	height: 100%;
	padding: 0 20px;
	border: none;
	background: #eee;
}
.c-pw__btn--submit {
	display: block;
	min-width: 150px;
	height: 100%;
	padding: 0 1em;
	cursor: pointer;
	color: #fff!important;
	border: 0;
	background: #111;
}
.c-pw__btn--submit:hover {
	background: #333;
}
@media (max-width:767px) {
	.c-pw {
		margin-top: 40px;
	}
	.c-pw__box {
		padding: 20px;
		font-size: 14px;
	}
	.c-pw__box-inner {
		height: 40px;
	}
	.c-pw__box-desc {
		margin-bottom: 1em!important;
	}
	.c-pw__box-input {
		width: calc(100% - 100px);
		padding: 0 10px;
	}
	.c-pw__btn--submit {
		width: 100px;
		min-width: auto;
	}
}


/* Cardlink style - カードリンクのスタイル */
.cardlink {
	margin: 2em 0 !important;
}


/* Google Mapの設定 */
.p-btn {
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 180px;
	height: 50px;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	border-radius: 0;
	font-size: 14px;
	line-height: 50px;
}
@media screen and (max-width: 767px) {
	.p-btn {
		height: 45px;
		font-size: 12px;
		line-height: 45px;
	}
}


/* ブロックエディタ */
.wp-block-social-links a {
	color: #fff !important;
}
.has-small-font-size {
	font-size: 0.8125em !important;
}
.has-normal-font-size, .has-regular-font-size {
	font-size: 1em !important;
}
.has-medium-font-size {
	font-size: 1.25em !important;
}
.has-large-font-size {
	font-size: 2.25em !important;
}
.has-huge-font-size, .has-larger-font-size {
	font-size: 2.625em !important;
}


/* レスポンシブ説明文 */
.responsive_desc {
	margin-bottom: 2em;
}
.responsive_desc .mobile {
	display: none;
}
@media (max-width: 800px) {
	.responsive_desc .pc {
		display: none;
	}
	.responsive_desc .mobile {
		display: block;
	}
}


/* ----------------------------------------------------------------------
 ブロックエディターの埋め込みブロックの対応
---------------------------------------------------------------------- */
.wp-block-embed {
	margin-bottom: 2em;
}

/** ブロックエディターのテーブルブロックの調整 **/
.wp-block-table.is-style-stripes td, .wp-block-table .has-background td {
	background-color: transparent;
}

/* ----------------------------------------------------------------------
 見出しの中央寄せ対応
---------------------------------------------------------------------- */
.has-text-align-left {
	text-align: left !important;
}
.has-text-align-right {
	text-align: right !important;
}


/* ----------------------------------------------------------------------
 Contact form 7
---------------------------------------------------------------------- */
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 225px;
	height: 48px;
	margin: 30px auto 0;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: none !important;
	outline: none;
	background-color: #333333;
	font-size: 14px;
	line-height: 1.5;
}
.wpcf7 .wpcf7-previous + br {
	display: none;
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover {
	background-color: #666666;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 2em;
	padding: 0;
	text-align: center;
	border: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #dc3232;
	font-size: 1em;
}




/* GENESIS theme */