@charset "UTF-8";
/********************************************************************************

common.css

********************************************************************************/
/*============================================================
 css変数
*============================================================*/
:root {
    --common-vh: 100vh;                         /* jsで変動 */

	--common-inner-max-width: 1128px;           /* 通常サイト幅 */
	--common-inner-max-width-wide: 100%;      /* ワイドサイト幅 */
	--common-inner-padding: 24px;               /* 通常サイト幅内余白 */
	--common-inner-padding-wide: 24px;          /* ワイドサイト幅内余白 */

    --common-color-text: #212121;           /* 基本テキスト色 */
    --common-color-main: #D90101;           /* メイン色 */
    --common-color-sub: #212121;            /* サブ色 */
    --common-color-background1: #CCC;       /* 背景色1 */
    --common-color-accent: #D90101;            /* アクセント色 */
    --common-color-attention: #D90101;      /* 注意色 */

    --common-font-family: 'Noto Sans JP', sans-serif;
    --common-font-family-en: 'Lato', sans-serif;

    --common-header-height: 0;                  /* jsで変動 */
    --common-footer-height: 0;                  /* jsで変動 */
}

body {
    --inner-max-width: var(--common-inner-max-width);
    --inner-padding: var(--common-inner-padding);
}

/*============================================================
 system
*============================================================*/
/* pc-sp display switch
---------------------------------------- */
.forPC {
    display: inherit;
}
.forSP {
    display: none;
}

/*============================================================
 format
*============================================================*/
/* ベース
---------------------------------------- */
html {
    display: block;
    background-color: #fff;
}
body {
    width: 100%;
    font-family: var(--common-font-family);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
    color: var(--common-color-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 0 0 0;
}
*[data-font="en"] {
    font-family: var(--common-font-family-en); 
}

body.page-lower {
    /* padding-top: var(--common-header-height); */
	background: #F8F8F8;
}

/* レイアウト
---------------------------------------- */
#main-contents {
    width: 100%;
	margin-top: 72px;
	overflow: hidden;
}

/* コンテンツ内
---------------------------------------- */
.section {
    margin-bottom: 64px;
}

.inner {
    width: 100%;
    max-width: var(--inner-max-width);
    padding: 0 var(--inner-padding);
    margin: 0 auto;
}
main .inner > *:not(h1, h2, h3, h4) {
    margin-bottom: 32px;
}
main .inner > *:last-child {
    margin-bottom: 0;
}

main .block, main .inner .block {
    margin-bottom: 48px;
}
main .block:last-child {
    margin-bottom: 0;
}
main .block.parts-boxes {
	gap: 40px;
}
main .block.parts-boxes .info {
	width: 53%;
}
main .block.parts-boxes .img {
	width: 43%;
}


main .block > *:not(h1, h2, h3, h4) {
    margin-bottom: 32px;
}
main .block > *:last-child {
    margin-bottom: 0;
}

.page-group {
    font-weight: bold;
}
h1,h2,h3,h4 {
	font-weight: bold;
	line-height: 1.6;
}
h1 {
	font-size: 56px;
}
h2 {
	font-size: 40px;
	margin-bottom: 24px;
}
h3 {
	font-size: 32px;
	margin-bottom: 16px;
}
h4 {
	font-size: 24px;
	margin-bottom: 16px;
}


p {}
img {
    max-width: 100%;
    height: auto;
}
svg {
    max-width: 100%;
    height: auto;    
}
span {
    font-weight: inherit;
}
a[href^="tel:"] {
    pointer-events: none;
}
strong {}
.attention {
    font-size: 12px;
    line-height: 160%;
    color: var(--common-color-attention);
}
.notice {
    font-size: 12px;
    line-height: 160%;
	margin-top: 8px;
}
.list-date {
    font-size: 12px;
    line-height: 160%;
}

/*============================================================
 メインビジュアル(下層)
*============================================================*/
.page-lower #mainvisual {
	padding: 80px 0 40px;
	margin-bottom: 40px;
}
.page-lower #mainvisual .page-title-en {
	color: var(--common-color-main);
	font-family: var(--common-font-family-en);
	font-weight: 900;
	font-size: 96px;
	margin-bottom: 8px;
	line-height: 1.2;
}
.page-lower #mainvisual .page-title {
	font-size: 40px;
}
.page-lower #mainvisual .detail {
	margin-top: 24px;
}
.page-lower #mainvisual .detail .cat-list {
	gap: 24px;
}
/*.page-lower #mainvisual .detail .cat-list > * {
	background: var(--common-color-main);
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 6px 16px;
	border-radius: 4px;
	font-weight: bold;
}
.page-lower #mainvisual .detail .cat-list div a {
	display: inline-block;
}*/
.page-lower #mainvisual .detail .date {
	font-size: 12px;
	color: var(--common-color-main);
}
.page-lower #mainvisual .detail .tag {
	margin-top: 24px;
}

.page-lower.single #mainvisual .inner {
	max-width: 848px;
}

/*============================================================
 本文(下層)
*============================================================*/
.page-lower #cat-list {
	gap: 16px;
}
.page-lower #cat-list > * {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	background: var(--common-color-main);
	border-radius: 4px;
	margin-bottom: 0;
}
.page-lower #cat-list a {
	display: inline-block;
	border: 1px solid var(--common-color-main);
	padding: 8px;
	border-radius: 4px;
	background: #fff;
	font-size: 14px;
	color: var(--common-color-main);
}
.page-lower #cat-list h2 a,
.page-lower.single #cat-list a{
	background: var(--common-color-main);
	color: #fff;
} 
.page-lower #tag-list {
	height: 140px;
	overflow: hidden;
	padding-bottom: 56px;
	position: relative;
	transition: all .3s;
}
.page-lower #tag-list.is_show {
	height: initial;
}
.page-lower #tag-list.all {
	height: initial;
	padding-bottom: 0;
}
.page-lower #tag-list:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 56px;
	background: #F8F8F8;
	bottom: 0;
}
.page-lower #tag-list.is_show:before,
.page-lower #tag-list.all:before {
	display: none;
}
.page-lower #tag-list > * {
	font-size: 12px;
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 16px;
	font-weight: normal;
	line-height: 1;
}
.page-lower #tag-list .fix {
	width: 100%;
	height: 56px;
}
.page-lower #tag-list .view-all {
	position: absolute;
	cursor: pointer;
	left: 50%;
	transform: translatex(-50%);
	bottom: -8px;
	font-size: 14px;
	width: 160px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.page-lower #tag-list .view-all:before {
	content: "";
	position: absolute;
	background: url(../images/common/icon-arrow-v2.svg) no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translatey(-50%) rotate(90deg);
	left: 16px;
}
.page-lower #tag-list.is_show .view-all:before {
	transform: translatey(-50%) rotate(270deg);
}
.page-lower #tag-list a {
	display: inline-block;
	border: 1px solid #B2B2B2;
	border-radius: 4px;
	padding: 8px;
	background: #fff;
	font-size: 12px;
	color: #666;
}
.page-lower #tag-list a.current {
	background: #212121;
	color: #fff;
	border: 1px solid #212121;
}
.page-lower #tag-list h2 a {
	background: var(--common-color-sub);
	border: 1px solid var(--common-color-sub);
	color: #fff;
} 

.page-lower #sec-lead h2 {
	font-size: 48px;
}
.page-lower.single #sec-post .inner {
	max-width: 848px;
}
.page-lower.single #sec-conductor .inner {
	max-width: 848px;
}
.page-lower.single #sec-conductor .share {
	gap: 64px;
}
.page-lower.single #sec-conductor .share .copy {
	gap: 32px;
}
.page-lower.single #sec-conductor .share .copy p {
	font-weight: bold;
	letter-spacing: 0.04em;
}
.page-lower.single #sec-conductor .share .url-copy-clipbord {
	cursor: pointer;
}
.page-lower.single #sec-conductor .share .sns {
	gap: 24px;
}
.page-lower.single #sec-conductor .autor {
	background: #fff;
	padding: 32px;
	border-radius: 8px;
	margin-top: 80px;
	gap: 40px;
}
.page-lower.single #sec-conductor .autor .img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	overflow: hidden;
}
.page-lower.single #sec-conductor .autor .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-lower.single #sec-conductor .autor .info {
	width: calc(100% - 136px);
}
.page-lower.single #sec-conductor .autor .info-name{
	font-weight: bold;
	font-size: 18px;
}
.page-lower.single #sec-conductor .autor .info-profile {
	margin-top: 8px;
}

.page-lower.single #sec-related-post {
	margin-top: 120px;
	margin-bottom: 100px;
}
.page-lower.single #sec-related-post h2 {
	text-align: center;
	color: var(--common-color-main);
	font-size: 32px;
}



/*============================================================
 パンくずリスト
*============================================================*/
/* TOPページでは非表示
---------------------------------------- */
#page-top #breadcrumb {
    display: none;
}

/* 下層ページでは表示
---------------------------------------- */
#breadcrumb {
	padding-top: 10px;
	background: var(--common-color-sub);
	color: #fff;
}
#breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    font-size: 14px;
    line-height: 1.8;
}
#breadcrumb li a {
    text-decoration-line: underline;
}
/* セパレーター(テキストの場合) */
#breadcrumb li:not(:last-child)::after {
    content: ">";
    display: inline-block;
    margin-left: 16px;
}
/* セパレーター(画像の場合) */
/* #breadcrumb li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 100%;
    background-image: url(../images/common/icon-bread-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    margin-left: 8px;
    vertical-align: text-bottom;
} */



/*============================================================
 共通ブロック
*============================================================*/
/* 要素幅超スクロール
---------------------------------------- */
.block-wscroll {
    width: calc(100vw - ((100vw - 100%) / 2));
    overflow-x: auto;
}
.block-wscroll .block-wscroll-inner {
    width: max-content;
    padding: 0 var(--inner-padding) 12px 0;
}
.block-wscroll .block-wscroll-inner > * {
    width: auto;
    white-space: nowrap;
}

/* 共通設定
---------------------------------------- */
.block-common .inner > * {
	margin-bottom: 32px;
}
.block-common .inner > h2 {
	margin-top: 72px;
}
.block-common .inner > h3 {
	margin-top: 48px;
}
.block-common .inner > h4 {
	margin-top: 48px;
}
.block-common .inner > .parts-btn {
	margin-top: 80px;
}
.block-common .inner ul,
.block-common .inner ol {
	background: #fff;
	border-radius: 8px;
	padding: 24px;
}
.block-common .inner ul li,
.block-common .inner ol li {
	margin-bottom: 16px;
	padding-left: 16px;
	position: relative;
}
.block-common .inner ul li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: var(--common-color-main);
	border-radius: 50%;
	left: 0;
	top: 12px;
}
.block-common .inner ol {
	counter-reset: ol_li;
}
.block-common .inner ol li {
	padding-left: 20px;
}
.block-common .inner ol li:before {
	counter-increment: ol_li;
	content: counter(ol_li)". ";
	font-weight: bold;
	position: absolute;
	top: 1px;
	left: 0;
	color: var(--common-color-main);
}
.block-common .inner ul ol,
.block-common .inner ol ul {
	padding-left: 16px;
	padding-top: 16px;
	padding-bottom: 0;
}
.block-common .inner ul li ol li {
	list-style-type: decimal;
}
.block-common .inner ol li ul li {
	list-style-type: disc;
}
.block-common .inner ul li:last-child,
.block-common .inner ol li:last-child {
	margin-bottom: 0;
}
.block-common .inner ul li a,
.block-common .inner ol li a{
	text-decoration: underline;
	color: var(--common-color-main);
}
.block-common .inner ul > p {
	margin-left: -20px;
	font-weight: bold;
	margin-bottom: 16px;
}
.block-common .inner dl > div {
	padding-bottom: 16px;
	border-bottom: 1px solid #999999;
	margin-bottom: 40px;
}
.block-common .inner dl dt {
	float: left;
	font-weight: bold;
}
.block-common .inner dl dd {
	margin-left: 128px;
}
.block-common .inner dl dd a {
	text-decoration: underline;
	color: var(--common-color-main);
}
.block-common .inner p a {
	text-decoration: underline;
	color: var(--common-color-main);
}
.block-common .inner p .color {
	font-weight: bold;
	color: var(--common-color-main);
}
.block-common .inner p strong {
	font-weight: bold;
}
.block-common .su-button-center a {
	text-decoration: underline;
}

/* カード(ブログ、実績共通)
---------------------------------------- */
.block-card-p1 {
    --gap: 48px;
    --col: 3;
    gap: var(--gap);
}
.block-card-p1 .item {
    display: block;
    width: 328px;
	padding: 8px;
    overflow: hidden;
    background-color: #fff;
	position: relative;
}
.block-card-p1 .item:before {
	content: "";
	position: absolute;
	background: url(../images/common/icon-arrow-v2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	bottom: 8px;
	right: 8px;
}
.block-card-p1 .item .image {
    width: 100%;
    aspect-ratio: 16 / 10.5;
    overflow: hidden;
}
.block-card-p1 .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .3s ease-in-out;
}
.block-card-p1 .item:hover .image img {
    transform: scale(1.2);
}
.block-card-p1 .item .info {
    padding: 8px 0 28px;
}
.block-card-p1 .item .info h3 {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.block-card-p1 .item .info .tag .date {
	font-size: 10px;
	color: #969696;
}
.block-card-p1 .item .info .tag .cat {
	font-size: 12px;
	border-radius: 4px;
	font-weight: bold;
	display: inline-block;
	padding:4px 6px;
	background: var(--common-color-main);
	color: #fff;
}

/* カード(サービス、資料ダウンロード)
---------------------------------------- */
.block-card-p2 {
    --gap: 48px;
    --col: 3;
    gap: var(--gap);
}
.block-card-p2 .item {
    display: block;
    width: 328px;
    overflow: hidden;
	position: relative;
}
.block-card-p2 .item .image {
    width: 100%;
    aspect-ratio: 16 / 9.5;
	/*padding: 32px 16px;*/
	background: #fff;
    overflow: hidden;
	margin-bottom: 16px;
}
.block-card-p2 .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .3s ease-in-out;
}
.block-card-p2 .item:hover .image img {
    transform: scale(1.2);
}
.block-card-p2 .item .info .title {
	font-size: 20px;
	padding-right: 24px;
	line-height: 1.4;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0;
}
.block-card-p2 .item .title:before {
	content: "";
	position: absolute;
	background: url(../images/common/icon-arrow-v2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translatey(-50%);
	right: 0;
}

/* お知らせ
---------------------------------------- */
.block-news .item {
	display: block;
	position: relative;
	padding: 16px 0;
	margin-bottom: 16px;
	transition: all .3s;
}
.block-news .item:last-child {
	margin-bottom: 0;
}
.block-news .item:before {
	content: "";
	position: absolute;
	background: url(../images/common/icon-arrow-v2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translatey(-50%);
	right: 4px;
}
.block-news .item:hover {
	opacity: 0.6;
}
.block-news .item h3 {
	font-size: 16px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 28px;
}
.block-news .item .tag {
	gap: 24px;
	margin-bottom: 16px;
}
.block-news .item .tag .date {
	font-size: 14px;
}
.block-news .item .tag .cat {
	font-size: 12px;
	color: #fff;
	background: var(--common-color-main);
	display: inline-block;
	padding: 4px 6px;
	border-radius: 4px;
	font-weight: bold;
}


/*============================================================
 モーダルカスタム(Modaal.js)
 ※z-index指定　ヘッダー < .modaal-overlay < .modaal-wrapper
*============================================================*/
.modaal-wrapper {
    z-index: 999999;
}
.modaal-overlay {
    z-index: 99999;
}


/*============================================================
 ページング
*============================================================*/
/* bones_page_navi使用時
---------------------------------------- */
.pagination {
    margin-top: 80px;
}
.pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
    gap: 8px;
}
.pagination .page-numbers li > * {
    display: block;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
}
.pagination .page-numbers li > a {
    background-color: #F5F5F5;
    border-radius: 2px;
}
.pagination .page-numbers li > .current {
    background-color: transparent;
    font-weight: bold;
}
.pagination .page-numbers li > a.prev,
.pagination .page-numbers li > a.next {
    padding: 8px;
    background-color: #000;
    color: #fff;
}
.pagination .page-numbers li > *.page-numbers.dots {
    background-color: transparent;
}

/*============================================================
 記事本文ブロック
*============================================================*/
/* 見出し
---------------------------------------- */
.block-post-content h2 {
}
.block-post-content h3 {    
}

/* 箇条書きリスト
---------------------------------------- */
.block-post-content ul {
    /*list-style-type: disc;
    margin-left: 1em;
    margin-bottom: 16px;*/
}
.block-post-content ul li {
    /*list-style-type: disc;
    margin-left: 0.6em;*/
}
/* 連番リスト
---------------------------------------- */
.block-post-content ol {
    /*list-style: decimal;
    margin-left: 0.6em;
    margin-bottom: 16px;*/
}
.block-post-content ol li {
    /*list-style: decimal;
    padding-left: 0.4em;
    margin-left: 0.6em;*/
}
/* 段落
---------------------------------------- */
.block-post-content p {
    margin-bottom: 16px;
}
.block-post-content a {
    text-decoration: underline;
}
.block-post-content strong {
    font-weight: bold;
}
/* 画像
---------------------------------------- */
.block-post-content figure {    
    margin-bottom: 16px;
}
.block-post-content figure figcaption { 
    font-size: 14px;
	color: #B4B4B4;
	margin-top: 12px;
}
.block-post-content img.size-large,
.block-post-content img.size-full {
	width: 100%;
}
.block-post-content p img.size-large,
.block-post-content p img.size-full {
	margin-top: 32px;
	width: 100%;
}

/* 余白調整
---------------------------------------- */
.block-post-content .inner > *:first-child {
    margin-top: 0;
}

/* テーブル
---------------------------------------- */
.block-post-content .wp-block-table td,
.block-post-content .wp-block-table th {
	border: none;
	border-bottom: 1px solid #999999;
}
.block-post-content .wp-block-table td:first-child {
	font-weight: bold;
	padding-left: 0;
}

/*============================================================
 タブ
*============================================================*/
#tab-box .tab {
	margin-bottom: 48px;
	border-bottom: 1px solid var(--common-color-sub);
}
#tab-box .tab-wrap {
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	justify-content: center;
}
#tab-box .tab-item {
	width: 252px;
	min-width: 252px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 16px;
	transition: all .3s;
	cursor: pointer;
}
#tab-box .tab-item:before {
	opacity: 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: var(--common-color-main);
	left: 0;
	bottom: 0;
}
#tab-box .tab-item.active {
	position: relative;
	color: var(--common-color-main);
}
#tab-box .tab-item.active:before {
	opacity: 1;
}
#tab-box .panel {
	
}
#tab-box .panel-item {
	display: none;
}
#tab-box .panel-item.active {
	display: block;
}


#toc_container .toc_title {
	font-size: 14px;
}
#toc_container ul li {
	padding-left: 0;
}
#toc_container ul li:before {
	display: none;
}


/*============================================================
 CTA
*============================================================*/
/* お問い合わせ
---------------------------------------- */
#cta-contact {
    padding: 72px 0;
	background: url(../images/common/cta-bg.webp) no-repeat center center / cover;
	text-align: center;
	color: #fff;
}
#cta-contact .lead {
	font-size: 48px;
	line-height: 1.8;
	margin-bottom: 16px;
    text-align: center;
}
#cta-contact p {
	line-height: 2;
	font-weight: bold;
	max-width: 864px;
	margin: 0 auto 48px;
}
#cta-contact .parts-btn {
    margin: 0;
}

/*============================================================
 サイト内検索フォーム
*============================================================*/
#searchform > div > * {
    vertical-align: middle;
}

/*============================================================
 サイト内検索結果
*============================================================*/
/* 結果リスト
---------------------------------------- */
#page-search #sec-search-results {
    padding: 80px 0;
}
/* 検索結果数 */
#page-search #sec-search-results .total-cnt {
    margin-bottom: 40px;
}
/* リスト */
#page-search #sec-search-results .block-search-results {
    flex-direction: column;
    gap: 32px;
}
#page-search #sec-search-results .block-search-results .item {
}
#page-search #sec-search-results .block-search-results .item .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 8px;
}
#page-search #sec-search-results .block-search-results .item .lead {
}

/*============================================================
 クリップボードコピー用メッセージ
*============================================================*/
#clipbord-msg {
    width: 100%;
    position: fixed;
    bottom: -190px;
    left: 0;
    z-index: 999999;
	-webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
}
#clipbord-msg .msg {
    width: fit-content;
    padding: 12px 32px;
	background: var(--common-color-sub);
    border-radius: 100px;
	font-weight: bold;
    letter-spacing: 0.04em;
    color: #fff;
    margin: 0 auto;
}
#clipbord-msg.copySuccess,
#clipbord-msg.copyError {
    bottom: 56px;
}

/*============================================================
 システムエラー　404
*============================================================*/
#page-system-error #sec-system-error {
    padding: 80px 0 120px 0;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
}
#page-system-error #sec-system-error .system-error-sts {
    font-weight: bold;
    font-size: 56px;
    line-height: 180%;
    margin-bottom: 56px;
}
#page-system-error #sec-system-error .system-error-num {
	text-align: center;
    margin-bottom: 32px;
}
#page-system-error #sec-system-error .system-error-lead {
    margin-bottom: 56px;
}
#page-system-error #sec-system-error .top-link {
	display: block;
	width: 200px;
	height: 56px;
	background: var(--common-color-sub);
	color: #fff;
	text-align: center;
	padding: 14px;
	border-radius: 8px;
	margin: 0 auto;
	font-weight: bold;
	transition: all .3s;
}
#page-system-error #sec-system-error .top-link:hover {
	opacity: 0.7;
}


/*============================================================
 footer
*============================================================*/
#site-footer {
	background: #fff;
}
#site-footer .inner {
	margin: 64px auto 72px;
}

/* ページトップ 
---------------------------------------- */
#site-footer #pagetop {
	text-align: center;
	padding: 11px 0 5px;
	width: 100%;
	height: 100%;
	background: var(--common-color-main);
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	transition: all .3s;
	font-family: var(--common-font-family-en);
}
#site-footer #pagetop:hover {
	opacity: 0.8;
}
#site-footer #pagetop img {
	display: block;
	margin: 0 auto;
}

/* ロゴ
---------------------------------------- */
#site-footer #flogo {
	width: 240px;
	margin: 0 auto 56px;
}

/* メニューリスト
---------------------------------------- */
#site-footer #fnav .menu-list {
    gap: 40px;
    margin-bottom: 52px;
}
#site-footer #fnav .menu-list a {
	font-size: 18px;
	font-weight: bold;
}

/* プライバシーポリシー
---------------------------------------- */
#site-footer #privacy-policy {
	margin-bottom: 16px;
	text-align: center;
}
#site-footer #privacy-policy a {
	text-decoration: underline;
	font-size: 14px;
	color: #131313;
}

/* Copyright
---------------------------------------- */
#site-footer #copyright {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}


