@charset 'UTF-8';
/* =====================================================
 * Base
 * ================================================== */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,900);
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: 0;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* -----------------------------------------------------
 * Font
 * -------------------------------------------------- */

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */

*,
*:before,
*:after {
	box-sizing: border-box;
}

/* normalize overwrite */

html {
	position: relative;
	min-height: 100%;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 62.5%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.22;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

a {
	color: #0077c1;
	word-break: break-all;
}

a:hover {
	text-decoration: none;
}

a:active,
a:focus,
a:visited {
	color: #0077c1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
figure,
figcaption,
small {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.22;
}

img {
	vertical-align: bottom;
}

ul,
ol {
	list-style-type: none;
	padding: 0;
}

th {
	font-weight: normal;
	text-align: left;
}

iframe {
	width: 100%;
	border: none;
}

/* =====================================================
 * Module
 * ================================================== */

/* -----------------------------------------------------
 * Base
 * -------------------------------------------------- */

html.fontsize-s {
	font-size: 55%;
}

html.fontsize-m {
	font-size: 62.5%;
}

html.fontsize-l {
	font-size: 70%;
}

body.is-modal-open {
	overflow: hidden;
}

em {
	font-weight: bold;
	font-style: normal;
}

/* -----------------------------------------------------
 * Utilities
 * -------------------------------------------------- */

.mod-mt0 {
	margin-top: 0vw !important;
}

.mod-mt5 {
	margin-top: 0.66667vw !important;
}

.mod-mt10 {
	margin-top: 1.33333vw !important;
}

.mod-mt15 {
	margin-top: 2vw !important;
}

.mod-mt20 {
	margin-top: 2.66667vw !important;
}

.mod-mt25 {
	margin-top: 3.33333vw !important;
}

.mod-mt30 {
	margin-top: 4vw !important;
}

.mod-mt35 {
	margin-top: 4.66667vw !important;
}

.mod-mt40 {
	margin-top: 5.33333vw !important;
}

.mod-mt45 {
	margin-top: 6vw !important;
}

.mod-mt50 {
	margin-top: 6.66667vw !important;
}

.mod-mt55 {
	margin-top: 7.33333vw !important;
}

.mod-mt60 {
	margin-top: 8vw !important;
}

.mod-mt65 {
	margin-top: 8.66667vw !important;
}

.mod-mt70 {
	margin-top: 9.33333vw !important;
}

.mod-mt75 {
	margin-top: 10vw !important;
}

.mod-mt80 {
	margin-top: 10.66667vw !important;
}

.mod-mt85 {
	margin-top: 11.33333vw !important;
}

.mod-mt90 {
	margin-top: 12vw !important;
}

.mod-mt95 {
	margin-top: 12.66667vw !important;
}

.mod-mt100 {
	margin-top: 13.33333vw !important;
}

.mod-left {
	text-align: left !important;
}

.mod-center {
	text-align: center !important;
}

.mod-right {
	text-align: right !important;
}

.is-hide {
	display: none !important;
}

.is-br-sp-show {
	display: none;
}

.is-br-pc-show {
	display: none;
}

.is-br-tb-show {
	display: none;
}

.mod-weight-normal {
	font-weight: normal !important;
}

.mod-color-text {
	color: #333 !important;
}

.mod-color-link {
	color: #0077c1 !important;
}

.mod-size-50 {
	font-size: 50% !important;
}

.mod-size-60 {
	font-size: 60% !important;
}

.mod-size-70 {
	font-size: 70% !important;
}

.mod-size-80 {
	font-size: 80% !important;
}

.mod-size-90 {
	font-size: 90% !important;
}

.u-mw-800 {
	max-width: 800px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.u-mw-580 {
	max-width: 580px !important;
}

.u-mw-260 {
	max-width: 260px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/* -----------------------------------------------------
 * Typography
 * -------------------------------------------------- */

/* ----- span単発系 ----- */

span {
  /* Newマーク */;
}

span.new {
	margin: 0 0.4em;
	color: #c00;
	font-size: 2.93333vw;
	letter-spacing: 0.1em;
}

span.new:first-child {
	margin-left: 0;
}

/* -----------------------------------------------------
 * Tools
 * -------------------------------------------------- */

/* ----- アコーディオン ----- */

.mod-ac-target {
	display: none;
}

/* -----------------------------------------------------
 * Slick印刷対応
 * -------------------------------------------------- */

/* -----------------------------------------------------
 * Parts
 * -------------------------------------------------- */

/* ----- ポイントパーツ系 ----- */

.mod-category {
	display: flex;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	min-width: 32vw;
	height: 6.93333vw;
	padding: 0 0 0 2.66667vw;
	background-color: #002f7c;
	color: #fff !important;
	font-size: 2.66667vw;
	font-weight: bold;
}

.mod-category:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -6.8vw;
	width: 0;
	height: 0;
	border-top: 3.6vw #002f7c solid;
	border-right: 3.46667vw transparent solid;
	border-bottom: 3.46667vw transparent solid;
	border-left: 3.46667vw #002f7c solid;
}

.mod-keyword {
	display: block;
	margin: 0 1.33333vw 0 9.33333vw;
}

.mod-keyword ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
	padding: 0 !important;
}

.mod-keyword ul li {
	list-style: none !important;
	margin: 0 0 0.66667vw 1.33333vw !important;
	padding: 1.33333vw 2.66667vw !important;
	border: 1px solid #0077c1;
	background-color: #fff;
	color: #0077c1;
	font-size: 3.2vw !important;
	line-height: inherit !important;
	white-space: nowrap;
	text-decoration: none;
}

.mod-keyword ul li::before {
	display: none !important;
}

/* ----- リンク系 ----- */

/* 下層リンク */

.mod-link {
	display: flex;
	margin: 8vw 0 0;
}

.mod-link ul {
	width: 100%;
	margin: 0 !important;
}

.mod-link li {
	width: 73.33333vw;
	height: 13.33333vw;
	margin: 4vw auto 0;
	padding: 0 !important;
}

.mod-link li:before {
	display: none !important;
}

.mod-link button {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	background-clip: padding-box;
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.mod-link button::-ms-clear {
	display: none;
}

.mod-link button::-ms-reveal {
	display: none;
}

.mod-link button::-ms-expand {
	display: none;
}

.mod-link a,
.mod-link button {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 5.33333vw;
	background: linear-gradient(135deg, #0077c1 50%, #002f7c 100%) 100% 50%;
	background-size: 200% 100%;
	box-shadow: 0.53333vw 0.53333vw 1.6vw rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 3.73333vw;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.mod-link a.cv,
.mod-link button.cv {
	background: linear-gradient(135deg, #e32b00 50%, #ba0000 100%) 100% 50%;
	background-size: 200% 100%;
}

.mod-link a.yv,
.mod-link button.yv {
	background: linear-gradient(135deg, #ffe200 50%, #ffba00 100%) 100% 50%;
	background-size: 200% 100%;
	color: #333;
}

.is-pc .mod-link a:hover,
.is-pc .mod-link a.cv:hover,
.is-pc
    .mod-link button:hover,
.is-pc
    .mod-link button.cv:hover {
	background-position: 0 100%;
}

.mod-link a span,
.mod-link button span {
	position: absolute;
	top: 50%;
	left: 2vw;
	font-size: 3.73333vw;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-link a:after,
.mod-link button:after {
	content: '\f105';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 2.66667vw;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.73333vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-link a.back:after,
.mod-link button.back:after {
	content: '\f104';
	right: inherit;
	left: 2.66667vw;
}

.mod-link a.icon-right-none:after,
.mod-link button.icon-right-none:after {
	display: none;
}

.mod-link a.link-icon,
.mod-link button.link-icon {
	display: block;
	padding: 0;
	background: transparent;
	color: #333;
}

.mod-link a.link-icon img,
.mod-link button.link-icon img {
	display: none;
}

.mod-link a.link-icon .caption,
.mod-link button.link-icon .caption {
	position: static;
}

.mod-link > a,
.mod-link > button {
	width: 100%;
	min-height: 13.33333vw;
}

.mod-link.large li {
	height: 13.33333vw;
}

.mod-link.large a span,
.mod-link.large button span {
	left: 5.33333vw;
	font-size: 5.33333vw;
}

.mod-link.large > a,
.mod-link.large > button {
	height: 13.33333vw;
}

.mod-link.center {
	justify-content: center;
}

.mod-link.center ul {
	justify-content: center;
}

.mod-link.right {
	justify-content: flex-end;
}

.mod-link.right ul {
	justify-content: flex-end;
}

figure + .mod-link {
	margin: 4vw 0 0;
}

/* ピクトグラムリンク */

.mod-link-pict {
	margin: 8vw 0 0;
}

.mod-link-pict > ul {
	border-bottom: 0.26667vw solid #ccc;
}

.mod-link-pict > ul > li {
	padding: 0 !important;
	border-top: 0.26667vw solid #ccc;
}

.mod-link-pict > ul > li:before {
	display: none !important;
}

.mod-link-pict > ul > li a {
	position: relative;
}

.mod-link-pict > ul > li a.link-icon {
	display: block;
	padding: 4vw 5.33333vw 4.26667vw 2.66667vw;
	background: transparent;
	color: #333;
	text-decoration: none;
}

.mod-link-pict > ul > li a.link-icon img {
	display: none;
}

.mod-link-pict > ul > li.has-child > a:after {
	content: '\f067';
	right: 0.66667vw;
}

.mod-link-pict > ul > li.has-child > a.is-active:after {
	content: '\f068';
}

.mod-link-pict > ul > li.has-child > a.is-active + .mod-link-pict-child {
	display: block;
}

.mod-link-pict-child {
	display: none;
	overflow: hidden;
	margin: 0 !important;
	transition: height 0.5s ease-in-out;
}

.mod-link-pict-child li {
	display: block;
	padding: 0 !important;
}

.mod-link-pict-child li a {
	display: block;
	position: relative;
	padding: 4vw 5.33333vw 4.26667vw 8vw;
	background: transparent;
	color: #333;
	font-size: 3.46667vw;
	font-weight: normal;
	line-height: 1.4;
	text-decoration: none;
	letter-spacing: 0.075em;
}

.mod-link-pict-child li a:after {
	content: '\f105';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1.2vw;
	color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.73333vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-link-pict-child li li a {
	padding-left: 10.66667vw;
}

/* ページ内リンク */

.mod-link-page {
	margin: 8vw 0 0;
	padding: 1.73333vw 2.66667vw 2vw;
	border-top: 0.26667vw solid #ccc;
	border-bottom: 0.26667vw solid #ccc;
}

.mod-link-page ul {
	display: flex;
	flex-wrap: wrap;
	margin: -1.33333vw 0 0 -4vw !important;
}

.mod-link-page li {
	margin: 1.33333vw 0 0;
}

.mod-link-page li:before {
	content: '\f0d7' !important;
	display: inline-block;
	display: inline-block !important;
	top: 0.5em !important;
	left: 1em !important;
	width: auto !important;
	height: auto !important;
	background: none !important;
	color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-size: 2.13333vw !important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-link-page li a {
	color: #0077c1;
	font-size: 3.73333vw;
}

/* リンクリスト */

.mod-link-list {
	margin: 5.33333vw 0 0;
}

.mod-link-list ul {
	border-bottom: 1px dashed #ccc;
}

.mod-link-list li {
	display: block;
	padding: 2.4vw 5.33333vw 2.13333vw 1.33333vw !important;
	border-top: 1px dashed #ccc;
	font-size: 3.73333vw !important;
	line-height: 1.4;
}

.mod-link-list li.icon-pdf,
.mod-link-list li.icon-word,
.mod-link-list li.icon-excel {
	padding: 2.4vw 5.33333vw 2.13333vw 5.33333vw !important;
}

.mod-link-list li.icon-pdf:before,
.mod-link-list li.icon-word:before,
.mod-link-list li.icon-excel:before {
	display: inline-block;
	display: block !important;
	position: absolute;
	top: 0.75em !important;
	left: 1.33333vw !important;
	margin: 0.25em 0 0;
	color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.2vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-link-list li.icon-pdf:before {
	content: '\f1c1' !important;
}

.mod-link-list li.icon-word:before {
	content: '\f1c2' !important;
}

.mod-link-list li.icon-excel:before {
	content: '\f1c3' !important;
}

/* サイド用リンクリスト */

.mod-link-aside {
	margin: 5.33333vw 0 0;
}

.mod-link-aside.search {
	text-align: center;
}

.mod-link-aside ul {
	border-bottom: 1px solid #ccc;
}

.mod-link-aside li {
	display: block;
	position: relative;
	border-top: 1px solid #ccc;
	font-size: 3.73333vw;
	line-height: 1.4;
}

.mod-link-aside li:after {
	content: '\f105';
	display: inline-block;
	display: block;
	position: absolute;
	top: 50%;
	right: 1.33333vw;
	color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	line-height: 1.4;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-link-aside li a {
	display: block;
	padding: 2.4vw 5.33333vw 2.13333vw 0;
	color: #333;
	text-decoration: none;
}

.is-pc .mod-link-aside li a:hover {
	text-decoration: underline;
}

.mod-link-aside .mod-search {
	display: block;
}

.mod-link-aside .mod-search input[type='search'] {
	width: 100%;
}

.mod-link-aside-topics {
	margin: 2.66667vw 0 0;
}

.mod-link-aside-topics ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -2.66667vw !important;
}

.mod-link-aside-topics li {
	width: calc(50% - 2.66667vw);
	margin: 2.66667vw 0 0 2.66667vw;
}

.mod-link-aside-topics a {
	display: block;
	position: relative;
	height: 100%;
	color: #333;
	text-decoration: none;
}

.is-pc .mod-link-aside-topics a:hover figure img {
	-webkit-transform: scale3d(1.1, 1.1, 1) rotateZ(0.01deg);
	transform: scale3d(1.1, 1.1, 1) rotateZ(0.01deg);
}

.mod-link-aside-topics figure {
	display: flex;
	position: relative;
	z-index: 1;
	overflow: hidden;
	align-items: center;
}

.mod-link-aside-topics figure img {
	width: 100%;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.mod-link-aside-topics .mod-category {
	min-width: 26.66667vw;
	height: 5.86667vw;
	padding: 0 0 0 2.66667vw;
}

.mod-link-aside-topics .mod-category:after {
	right: -5.73333vw;
	border-width: 2.93333vw;
}

.mod-link-aside-topics-inner .date {
	display: block;
	margin: 2.13333vw 0 0;
	font-size: 2.93333vw;
}

.mod-link-aside-topics-inner .title {
	display: block;
	margin: 1.06667vw 0 0;
	font-size: 3.73333vw;
}

/* キーワード */

.mod-box-keyword {
	position: relative;
	margin: 5.33333vw 0 16vw;
	border: 1px solid #ccc;
}

.mod-box-keyword-heading {
	display: block;
	padding: 1.33333vw;
	background-color: #eff7ff;
	font-size: 3.73333vw;
	text-align: center;
}

.mod-box-keyword-inner {
	padding: 2.66667vw;
	border-top: 1px solid #ccc;
	background-color: #fff;
}

.mod-box-keyword .mod-link-keyword {
	overflow: hidden;
	max-height: 21.86667vw;
	margin: 0;
	transition: max-height 0.4s ease-in-out;
}

.mod-box-keyword .mod-link-keyword ul {
	margin: -2.66667vw 0 0 -2.66667vw;
}

.mod-box-keyword .mod-link-keyword li {
	padding: 0;
	line-height: 1.2;
}

.mod-box-keyword .mod-link-keyword li:before {
	display: none;
}

.mod-box-keyword + h2 {
	margin: 8vw 0 0 !important;
}

.mod-box-keyword.is-open .mod-link-keyword {
	max-height: 9999px;
}

.mod-box-keyword-more,
.mod-box-keyword-close {
	display: flex;
	position: absolute;
	right: 0;
	bottom: -2em;
	left: 0;
	align-items: center;
	margin: auto;
	font-size: 1.4rem;
	text-align: center;
}

.mod-box-keyword-more:after,
.mod-box-keyword-close:after {
	display: inline-block;
	padding: 0 0 0 10px;
	color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-size: 1.4rem;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-box-keyword-more {
	display: block;
}

.mod-box-keyword-more:after {
	content: '\f055';
}

.mod-box-keyword.is-open .mod-box-keyword-more {
	display: none;
}

.mod-box-keyword-close {
	display: none;
}

.mod-box-keyword-close:after {
	content: '\f056';
}

.mod-box-keyword.is-open .mod-box-keyword-close {
	display: block;
}

.mod-link-keyword {
	margin: 2.66667vw 0 0;
}

.mod-link-keyword ul {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin: -2.66667vw 0 0 -2.66667vw;
}

.mod-link-keyword li {
	margin: 2.66667vw 0 0 2.66667vw;
}

.mod-link-keyword li a {
	display: block;
	padding: 2.66667vw;
	border: 1px solid #0077c1;
	background-color: #fff;
	color: #0077c1;
	font-size: 3.2vw;
	text-decoration: none;
}

.is-pc .mod-link-keyword li a {
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.is-pc .mod-link-keyword li a:hover {
	background-color: #0077c1;
	color: #fff;
}

/* 吹き出し形リンク */

.mod-link-fukidashi {
	margin: 5.33333vw 0 0;
}

.mod-link-fukidashi ul {
	display: flex;
	width: 100%;
}

.mod-link-fukidashi li {
	padding: 0 !important;
}

.mod-link-fukidashi li:before {
	display: none !important;
}

.mod-link-fukidashi li a {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 1.33333vw;
	border: 0.26667vw solid #0077c1;
	font-size: 3.2vw;
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.mod-link-fukidashi li a.is-current {
	border-color: #0077c1;
	background-color: #0077c1;
	color: #fff;
}

.is-pc .mod-link-fukidashi li a:hover {
	background-color: #0077c1;
	color: #fff;
}

.mod-link-fukidashi.case {
	margin: 0;
}

/* バナーリンク */

.mod-link-banner {
	margin: 8vw 0 0;
}

.mod-link-banner a {
	display: block;
	position: relative;
	margin: 8vw 0 0;
	text-decoration: none;
}

.mod-link-banner a figure {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.mod-link-banner a figure img {
	width: 100%;
}

.is-pc .mod-link-banner a:hover figure img {
	-webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1) rotateZ(0.01deg);
	transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1) rotateZ(0.01deg);
}

.is-pc .mod-link-banner a:hover .mod-link-banner-inner .button {
	background-position: 0 50%;
}

.mod-link-banner-inner {
	position: static;
	z-index: 5;
	margin: 2.66667vw 0 0;
	color: #333;
}

.mod-link-banner-inner .title {
	display: block;
	font-weight: bold;
	text-align: center;
}

.mod-link-banner-inner p {
	margin-top: 2.66667vw !important;
}

.mod-link-banner-inner .button {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 73.33333vw;
	height: 13.33333vw;
	margin: 2.66667vw auto 0;
	padding: 0 10.66667vw;
	background: linear-gradient(135deg, #0077c1 50%, #002f7c 100%) 100% 50%;
	background-size: 200% 100%;
	color: #fff;
	font-size: 1.4rem;
	font-size: 3.2vw;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.mod-link-banner-inner .button:after {
	content: '\f105';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 2.66667vw;
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.73333vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

/* トピックス系リンク */

.mod-link-topics ul {
	display: flex;
	flex-wrap: wrap;
}

.mod-link-topics li {
	width: 100%;
	margin: 2.66667vw 0 0;
	padding: 0 !important;
}

.mod-link-topics li:before {
	display: none !important;
}

.mod-link-topics a {
	display: block;
	position: relative;
	height: 100%;
	background-color: #333;
	text-decoration: none;
}

.mod-link-topics a > *:first-child {
	margin-top: 0;
}

.is-pc .mod-link-topics a:hover figure img {
	-webkit-transform: translateY(0) scale3d(1.1, 1.1, 1) rotateZ(0.01deg);
	transform: translateY(0) scale3d(1.1, 1.1, 1) rotateZ(0.01deg);
}

.is-pc .mod-link-topics a:hover .item-topics-image figure {
	-webkit-transform: translateY(0) scale3d(1.1, 1.1, 1) rotateZ(0.01deg);
	transform: translateY(0) scale3d(1.1, 1.1, 1) rotateZ(0.01deg);
}

.mod-link-topics figure {
	display: flex;
	position: relative;
	position: relative;
	z-index: 1;
	overflow: hidden;
	align-items: center;
	width: 100%;
}

.mod-link-topics figure img {
	width: 100%;
	height: auto;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.mod-link-topics .item-topics-image {
	display: flex;
	position: relative;
	z-index: 1;
	overflow: hidden;
	align-items: center;
	width: 100%;
}

.mod-link-topics .item-topics-image figure {
	width: 100%;
	margin: 0 !important;
	padding-top: 41.55%;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.mod-link-topics .item-topics-image figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.mod-link-topics-inner {
	padding: 2.66667vw;
	color: #fff;
}

.mod-link-topics-inner .date,
.mod-link-topics-inner .title,
.mod-link-topics-inner .public,
.mod-link-topics-inner .summary {
	display: block;
}

.mod-link-topics-inner .date {
	font-size: 2.93333vw;
	font-weight: bold;
}

.mod-link-topics-inner .title {
	margin: 2.66667vw 0 0;
	font-size: 3.73333vw;
	font-weight: bold;
	line-height: 1.3;
}

.mod-link-topics-inner .public {
	margin: 2.66667vw 0 0;
	font-size: 2.66667vw;
	text-align: right;
}

.mod-link-topics-inner .summary {
	display: -webkit-box;
	overflow: hidden;
	margin: 2.66667vw 0 0;
	font-size: 3.2vw;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.mod-link-topics.sup-kana ul {
	margin: 0 0 0 -2.66667vw !important;
}

.mod-link-topics.sup-kana li {
	width: calc(50% - 2.66667vw);
	margin: 2.66667vw 0 0 2.66667vw;
}

.mod-link-topics.sup-kana a {
	padding: 8vw 0 5.33333vw;
	border: 1px solid #ccc;
	background-color: #fff;
}

.is-pc .mod-link-topics.sup-kana a:hover figure img {
	-webkit-transform: scale3d(1.075, 1.075, 1) rotateZ(0.01deg);
	transform: scale3d(1.075, 1.075, 1) rotateZ(0.01deg);
}

.mod-link-topics.sup-kana figure {
	display: flex;
	justify-content: center;
	height: auto;
	padding: 1.33333vw;
}

.mod-link-topics.sup-kana figure img {
	position: static;
	width: auto;
	height: 40vw;
	-webkit-transform: none;
	transform: none;
}

.mod-link-topics.sup-kana .mod-link-topics-inner {
	margin: 1.33333vw 0 0;
	padding: 0 2.66667vw;
	color: #333;
	font-size: 3.46667vw;
	font-weight: bold;
	line-height: 1.4;
}

.mod-link-topics.blog li {
	width: 100%;
	margin: 2.66667vw 0 0;
}

.mod-link-topics.blog a {
	border: 1px solid #ccc;
	background-color: #fff;
}

.mod-link-topics.blog .mod-link-topics-inner {
	color: #333;
}

.mod-link-topics.blog .mod-link-topics-inner .date {
	font-weight: normal;
}

/* ----- テーブル系 ----- */

/* 予約テーブル */

.mod-table-reserve {
	width: 100%;
	margin: 5.33333vw 0 0;
}

.mod-table-reserve .update {
	display: block;
	font-size: 3.46667vw;
}

.mod-table-reserve-head-right {
	margin-top: 5.33333vw;
}

.mod-table-reserve .controls ul {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	margin-top: 0;
}

.mod-table-reserve .controls li {
	padding: 0;
	letter-spacing: 0;
}

.mod-table-reserve .controls li:before {
	content: none;
}

.mod-table-reserve .controls a {
	display: block;
	position: relative;
	width: 28.53333vw;
	height: 8.8vw;
	border: 0.26667vw solid #0077c1;
	background-color: #fff;
	font-size: 3.73333vw;
	line-height: 8.53333vw;
	text-align: center;
	text-decoration: none;
}

.is-pc .mod-table-reserve .controls a {
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.is-pc .mod-table-reserve .controls a:hover {
	background-color: #0077c1;
	color: #fff;
}

.mod-table-reserve .controls a:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.2vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-table-reserve .controls .prev a:before {
	content: '\f053';
	left: 1.33333vw;
}

.mod-table-reserve .controls .next a:before {
	content: '\f054';
	right: 1.33333vw;
}

.mod-table-reserve-inner {
	position: relative;
	height: 66.66667vw;
	margin: 2.66667vw 0 0;
}

.mod-table-reserve table {
	border-collapse: collapse;
	margin: 0 !important;
	letter-spacing: 0.1em;
}

.mod-table-reserve-heading {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 10.66667vw;
	border-bottom: 1px solid #ccc;
}

.mod-table-reserve-heading table {
	height: 10.66667vw;
}

.mod-table-reserve-heading th {
	height: 10.66667vw;
	padding: 0 0 0 0 !important;
}

.mod-table-reserve-heading th:first-child {
	width: 8vw;
}

.mod-table-reserve-heading th:nth-child(2) {
	width: 24vw;
}

.mod-table-reserve-heading th:last-child {
	width: 16vw;
}

.mod-table-reserve-date {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	overflow: hidden;
	width: calc(100% - 48vw);
	height: 10.66667vw;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.mod-table-reserve-date table {
	height: 10.66667vw;
}

.mod-table-reserve-date th {
	min-width: 13.33333vw;
	max-width: 13.33333vw;
	height: 10.66667vw;
	padding: 0 !important;
	line-height: 1.2;
	text-align: center;
}

.mod-table-reserve-date th.sat {
	color: #002f7c;
}

.mod-table-reserve-date th.sun,
.mod-table-reserve-date th.hol {
	color: #c00;
}

.mod-table-reserve-item {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 56vw;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.mod-table-reserve-item table {
	height: 100%;
	border-top: none !important;
}

.mod-table-reserve-item tr.dummy td {
	height: 18px;
	padding: 0 !important;
	border-left: none;
	font-size: 1.0rem;
	line-height: 1.0;
}

.mod-table-reserve-item td {
	border-top: none !important;
	border-bottom: 1px solid #ccc;
}

.mod-table-reserve-item td.floor {
	width: 8vw;
	text-align: center;
}

.mod-table-reserve-item td.room {
	width: 24vw;
}

.mod-table-reserve-item td.picture {
	padding: 0;
}

.mod-table-reserve-item td.picture figure {
	width: 100%;
	height: 100%;
	margin: 0;
}

.mod-table-reserve-item td.picture figure img {
	display: none;
}

.mod-table-reserve-item td.timezone {
	width: 16vw;
	padding: 0;
	text-align: center;
}

.mod-table-reserve-item td.timezone span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8vw;
	border-top: 1px solid #ccc;
}

.mod-table-reserve-item td.timezone span:first-child {
	border: none;
}

.mod-table-reserve-status {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	overflow: scroll;
	width: calc(100% - 48vw);
	height: 56vw;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.mod-table-reserve-status table {
	height: 100%;
	border-top: none !important;
}

.mod-table-reserve-status tr:first-child td {
	border-top: none !important;
}

.mod-table-reserve-status td {
	min-width: 13.33333vw;
	max-width: 13.33333vw;
	padding: 0 !important;
	border-top: none !important;
	border-bottom: 1px solid #ccc;
}

.mod-table-reserve-status td span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8vw;
	border-top: 1px solid #ccc;
}

.mod-table-reserve-status td span:first-child {
	border: none;
}

.mod-table-reserve-status td a {
	text-decoration: none;
}

.is-pc .mod-table-reserve-status td a:hover {
	text-decoration: underline;
}

/* ----- ギャラリー（スライダー）系 ----- */

@-webkit-keyframes modal-fade-in {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: flex;
		opacity: 0;
	}

	100% {
		display: flex;
		opacity: 1;
	}
}

@keyframes modal-fade-in {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: flex;
		opacity: 0;
	}

	100% {
		display: flex;
		opacity: 1;
	}
}

@-webkit-keyframes modal-fade-out {
	0% {
		display: flex;
		opacity: 1;
	}

	99% {
		display: flex;
		opacity: 0;
	}

	100% {
		display: none;
		opacity: 0;
	}
}

@keyframes modal-fade-out {
	0% {
		display: flex;
		opacity: 1;
	}

	99% {
		display: flex;
		opacity: 0;
	}

	100% {
		display: none;
		opacity: 0;
	}
}

.mod-gallery {
	margin: 8vw 0 0;
}

.mod-gallery-for {
	overflow: hidden;
}

.mod-gallery-for-item {
	position: relative;
	overflow: hidden;
	height: 53.33333vw;
}

.mod-gallery-for-item figure {
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.mod-gallery-for-item figure a {
	display: block;
	width: 100%;
	height: 100%;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.mod-gallery-for-item figure img {
	display: none;
}

.is-pc .mod-gallery-for-item:hover figure a {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.mod-gallery-for .slick-arrow {
	outline: none;
	display: flex;
	align-items: center;
	width: 10.66667vw;
	height: 10.66667vw;
	padding: 2vw !important;
	border-radius: 50% !important;
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.mod-gallery-for .slick-arrow span {
	color: #fff;
	font-size: 4vw;
}

.is-pc .mod-gallery-for .slick-arrow {
	transition: opacity 0.3s ease-in-out;
}

.is-pc .mod-gallery-for .slick-arrow:hover {
	opacity: 0.7;
}

.mod-gallery-for .slick-arrow.slick-prev {
	left: -5.33333vw !important;
	justify-content: flex-end;
}

.mod-gallery-for .slick-arrow.slick-next {
	right: -5.33333vw !important;
	justify-content: flex-start;
}

.mod-gallery-for-icon {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	width: 6.66667vw;
	height: 6.66667vw;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 4vw;
	pointer-events: none;
}

.mod-gallery-nav {
	display: flex;
	justify-content: center;
	margin: 1.33333vw 0 0;
}

.mod-gallery-nav-inner {
	display: inline-flex;
	flex-wrap: wrap;
	max-width: 90.66667vw;
}

.mod-gallery-nav-item {
	position: relative;
	overflow: hidden;
	width: 20vw;
	height: 10.66667vw;
	margin: 1.33333vw;
}

.mod-gallery-nav-item figure {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.mod-gallery-nav-item figure img {
	display: none;
}

.mod-gallery-nav-item:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transition: background-color 0.3s ease-in-out;
}

.mod-gallery-nav-item.is-current figure {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.mod-gallery-nav-item.is-current:after {
	background-color: rgba(0, 0, 0, 0);
}

.is-pc .mod-gallery-nav-item:hover figure {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.is-pc .mod-gallery-nav-item:hover:after {
	background-color: rgba(0, 0, 0, 0);
}

.mod-gallery-modal {
	display: none;
	position: fixed;
	z-index: 100;
	top: -200%;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.mod-gallery-modal.is-active {
	display: flex;
	top: 0;
	background-color: rgba(22, 33, 67, 0.9);
	transition: background-color 0.3s ease-in-out;
	-webkit-animation: modal-fade-in 0.3s ease-in-out;
	animation: modal-fade-in 0.3s ease-in-out;
	pointer-events: all;
}

.mod-gallery-modal.is-close {
	background-color: rgba(22, 33, 67, 0);
	-webkit-animation: modal-fade-out 0.3s ease-in-out;
	animation: modal-fade-out 0.3s ease-in-out;
	pointer-events: none;
}

.mod-gallery-modal-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mod-gallery-modal-item {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	transition: opacity 0.2s ease-in-out;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.mod-gallery-modal-item.is-active {
	opacity: 1;
}

.mod-gallery-modal-item img {
	max-width: calc(100% - 21.33333vw);
	max-height: 100%;
}

.mod-gallery-modal-arrow,
.mod-gallery-modal-close {
	display: flex;
	position: absolute;
	z-index: 5;
	justify-content: center;
	align-items: center;
	width: 10.66667vw;
	height: 10.66667vw;
	color: #fff;
	font-size: 7.73333vw;
	text-decoration: none;
}

.mod-gallery-modal-arrow:active,
.mod-gallery-modal-arrow:hover,
.mod-gallery-modal-arrow:focus,
.mod-gallery-modal-arrow:visited,
.mod-gallery-modal-close:active,
.mod-gallery-modal-close:hover,
.mod-gallery-modal-close:focus,
.mod-gallery-modal-close:visited {
	color: #fff;
}

.is-pc .mod-gallery-modal-arrow,
.is-pc .mod-gallery-modal-close {
	transition: opacity 0.3s ease-in-out;
}

.is-pc .mod-gallery-modal-arrow:hover,
.is-pc .mod-gallery-modal-close:hover {
	opacity: 0.7;
}

.mod-gallery-modal-arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-gallery-modal-arrow.prev {
	left: 0;
}

.mod-gallery-modal-arrow.next {
	right: 0;
}

.mod-gallery-modal-close {
	top: 0;
	right: 0;
}

/* ----- ページャー ----- */

.mod-pager ol {
	display: flex;
	justify-content: center;
}

.mod-pager ol li {
	margin: 0 1.33333vw;
	padding: 0 !important;
	font-size: 2.93333vw !important;
	line-height: 1.2 !important;
}

.mod-pager ol li:before {
	display: none !important;
}

.mod-pager ol li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 6.66667vw;
	height: 7.73333vw;
	border: 1px solid #0077c1;
	color: #0077c1;
	text-decoration: none;
}

.is-pc .mod-pager ol li a {
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.is-pc .mod-pager ol li a:hover {
	background-color: #0077c1;
	color: #fff;
}

.mod-pager ol li.mod-pager-first,
.mod-pager ol li.mod-pager-last,
.mod-pager ol li.mod-pager-prev,
.mod-pager ol li.mod-pager-next {
	font-size: 4vw !important;
}

.mod-pager ol li.mod-pager-first a,
.mod-pager ol li.mod-pager-last a,
.mod-pager ol li.mod-pager-prev a,
.mod-pager ol li.mod-pager-next a {
	width: 4.26667vw;
	border: none;
	background: transparent;
	color: #0077c1;
}

.is-pc .mod-pager ol li.mod-pager-first a,
.is-pc .mod-pager ol li.mod-pager-last a,
.is-pc .mod-pager ol li.mod-pager-prev a,
.is-pc .mod-pager ol li.mod-pager-next a {
	transition: opacity 0.3s ease-in-out;
}

.is-pc .mod-pager ol li.mod-pager-first a:hover,
.is-pc .mod-pager ol li.mod-pager-last a:hover,
.is-pc .mod-pager ol li.mod-pager-prev a:hover,
.is-pc .mod-pager ol li.mod-pager-next a:hover {
	background: transparent;
	opacity: 0.7;
	color: #0077c1;
}

.mod-pager ol li.mod-pager-first {
	margin-right: 0;
}

.mod-pager ol li.mod-pager-last {
	margin-left: 0;
}

.mod-pager ol li.is-inactive a {
	color: #ccc;
	pointer-events: none;
}

.mod-pager ol li.is-current a {
	background-color: #0077c1;
	color: #fff;
	pointer-events: none;
}

.mod-pager-article {
	margin: 8vw 0 0;
	padding: 2.66667vw 0 0;
	border-top: 1px solid #ccc;
}

.mod-pager-article:after {
	content: '';
	display: block;
	clear: both;
}

.mod-pager-article ol {
	display: block;
	position: relative;
	list-style-type: none;
	margin: 0 !important;
}

.mod-pager-article li {
	padding: 0 !important;
}

.mod-pager-article li:before {
	display: none !important;
}

.mod-pager-article-prev {
	float: left;
}

.mod-pager-article-prev span {
	margin: 0 0.5em 0 0;
}

.mod-pager-article-next {
	float: right;
}

.mod-pager-article-next span {
	margin: 0 0 0 0.5em;
}

.mod-pager-article-return {
	position: absolute !important;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* ----- 絞り込み ----- */

.mod-refine {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 2.93333vw;
}

.mod-refine-toggle {
	position: relative;
	z-index: 5;
	min-width: 40vw;
	height: 8.26667vw;
	margin: 0 0 0 1.33333vw;
	border: 0.26667vw solid #ccc;
}

.mod-refine-toggle.small {
	min-width: 36.26667vw;
}

.mod-refine-toggle .mod-refine-trigger {
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 8vw 0 2vw;
	color: #333;
	text-decoration: none;
}

.mod-refine-toggle .mod-refine-trigger:before,
.mod-refine-toggle .mod-refine-trigger:after {
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}

.mod-refine-toggle .mod-refine-trigger:before {
	content: '';
	display: block;
	width: 8vw;
	height: 8vw;
	background: linear-gradient(135deg, #0077c1 0%, #002f7c 100%) 100% 50%;
	background-size: 200% 100%;
}

.mod-refine-toggle .mod-refine-trigger:after {
	content: '\f107';
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8vw;
	height: 8vw;
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.46667vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-refine-toggle .mod-refine-target {
	margin: 0 -0.26667vw;
	padding: 4vw 2vw;
	border: 0.26667vw solid #ccc;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.mod-refine-toggle .mod-refine-target .title {
	display: block;
	margin: 4vw 0 0;
	font-size: 2.93333vw;
	font-weight: bold;
}

.mod-refine-toggle .mod-refine-target .title:first-child {
	margin-top: 0;
}

.mod-refine-toggle .mod-refine-target ul {
	margin: 2.66667vw 0 0;
	border-top: 0.26667vw solid #ccc;
}

.mod-refine-toggle .mod-refine-target ul li {
	padding: 0;
	border-bottom: 0.26667vw solid #ccc;
}

.mod-refine-toggle .mod-refine-target ul li:before {
	display: none;
}

.mod-refine-toggle .mod-refine-target ul li a {
	display: block;
	padding: 2vw 0;
	color: #333;
	font-size: 2.93333vw;
	text-decoration: none;
}

.mod-refine-toggle.is-active .mod-refine-trigger:after {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

/* ----- Q&A ----- */

.mod-qa {
	margin: 5.33333vw 0 0;
}

.mod-qa ul {
	border-top: 1px solid #ccc;
}

.mod-qa ul li {
	padding: 0 !important;
	border-bottom: 1px solid #ccc;
}

.mod-qa ul li:before {
	display: none !important;
}

.mod-qa a.mod-ac-trigger {
	display: block;
	position: relative;
	padding: 4vw 10.66667vw 4vw 2.66667vw;
}

.mod-qa a.mod-ac-trigger:after {
	content: '\f067';
	display: inline-block;
	display: block;
	position: absolute;
	top: 4.53333vw;
	right: 4vw;
	color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.46667vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-qa p {
	margin: 0 !important;
	padding: 1.33333vw 10.66667vw 4vw 2.66667vw;
}

/* ----- SNS ----- */

.mod-sns {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 8vw 0 0;
}

.mod-sns-heading {
	display: block;
	position: relative;
	padding: 1.33333vw 5.33333vw;
	border-radius: 1.33333vw;
	background-color: #0077c1;
	color: #fff;
	font-size: 3.73333vw;
}

.mod-sns-heading:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 1.33333vw 0.93333vw 0 0.93333vw;
	border-style: solid;
	border-color: #0077c1 transparent transparent transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mod-sns ul {
	display: flex;
	justify-content: center;
	margin: 5.33333vw 0 0 !important;
}

.mod-sns li {
	margin: 0 2.66667vw;
	padding: 0 !important;
}

.mod-sns li:before {
	display: none !important;
}

.mod-sns li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10.66667vw;
	height: 10.66667vw;
	border-radius: 50%;
	background: linear-gradient(135deg, #0077c1 50%, #002f7c 100%) 100% 50%;
	background-size: 200% 100%;
	color: #fff;
	font-size: 5.33333vw;
	text-decoration: none;
}

.is-pc .mod-sns li a {
	transition: background 0.3s ease-in-out;
}

.is-pc .mod-sns li a:hover {
	background-position: 0 50%;
}

/* ----- SP時テーブル横スクロール ----- */

/* ----- 同意して申し込みパーツ ----- */

.mod-apply {
	margin: 8vw 0 0;
}

.mod-apply .mod-link {
	margin: 4vw 0 0;
}

.mod-apply-inner {
	display: none;
}

/* ----- キーワード検索 ----- */

.mod-search {
	display: inline-block;
	position: relative;
	width: 100%;
	transition: opacity 0.5s ease;
}

.mod-search input[type='text'],
.mod-search input[type='search'] {
	box-sizing: border-box;
	width: 100%;
	height: 9.33333vw;
	margin: 0;
	padding: 0;
	padding: 0 10.66667vw 0 4vw;
	border: 0;
	border: 0.26667vw solid #ccc;
	border-radius: 0;
	border-radius: 4.66667vw;
	background: none transparent;
	background-color: #fff;
	background-clip: padding-box;
	color: inherit;
	font-size: inherit;
	font-size: 3.73333vw;
	vertical-align: middle;
	letter-spacing: 0.05em;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.mod-search input[type='text']::-ms-clear,
.mod-search input[type='search']::-ms-clear {
	display: none;
}

.mod-search input[type='text']::-ms-reveal,
.mod-search input[type='search']::-ms-reveal {
	display: none;
}

.mod-search input[type='text']::-ms-expand,
.mod-search input[type='search']::-ms-expand {
	display: none;
}

.mod-search.large input[type='text'] {
	height: 40px;
	border-radius: 20px;
}

.mod-search button {
	position: absolute;
	top: 50%;
	right: 4vw;
	overflow: hidden;
	box-sizing: border-box;
	width: 4.8vw;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	background-clip: padding-box;
	color: inherit;
	color: #0077c1;
	font-size: inherit;
	font-size: 4.8vw;
	vertical-align: middle;
	white-space: nowrap;
	text-indent: 200%;
	-webkit-transform: translateY(-52%);
	transform: translateY(-52%);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.mod-search button::-ms-clear {
	display: none;
}

.mod-search button::-ms-reveal {
	display: none;
}

.mod-search button::-ms-expand {
	display: none;
}

.mod-search button:before {
	content: '\f002';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	font-family: 'Font Awesome 6 Free';
	font-size: 4.8vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-indent: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mt-site-search-form {
	position: relative;
}

.mt-site-search-form__button {
	position: absolute;
	top: 50%;
	right: 4vw;
	overflow: hidden;
	box-sizing: border-box;
	width: 4.8vw;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	background-clip: padding-box;
	color: inherit;
	color: #0077c1;
	font-size: inherit;
	font-size: 4.8vw;
	vertical-align: middle;
	white-space: nowrap;
	text-indent: 200%;
	-webkit-transform: translateY(-52%);
	transform: translateY(-52%);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.mt-site-search-form__button::-ms-clear {
	display: none;
}

.mt-site-search-form__button::-ms-reveal {
	display: none;
}

.mt-site-search-form__button::-ms-expand {
	display: none;
}

.mt-site-search-form__button:before {
	content: '\f002';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	font-family: 'Font Awesome 6 Free';
	font-size: 4.8vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-indent: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

/* ----- 検索結果 ----- */

.mt-site-search-result__message {
	font-size: 5.33333vw;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.mt-site-search-result__list {
	margin: 1.86667vw 0 0;
	padding: 2.66667vw 0;
	border-top: 1px solid #ccc;
}

.mt-site-search-result-item {
	margin: 5.33333vw 0 0;
	padding: 2.66667vw;
	border: 1px solid #ccc;
}

.mt-site-search-result-item__link {
	text-decoration: none;
}

.mt-site-search-result-item__label {
	color: #0077c1;
	font-size: 4.8vw;
}

.mt-site-search-result-item__url {
	margin: 2.66667vw 0 0;
	color: #707070;
	font-size: 3.2vw;
	word-break: break-all;
}

.mt-site-search-result-item__excerpt {
	margin: 2.66667vw 0 0;
	color: #333;
	font-size: 3.73333vw;
}

.mt-site-search__pagination {
	display: flex;
	justify-content: center;
	margin: 8vw 0 0;
}

.mt-site-search__pagination ul {
	display: flex;
	margin: 0 !important;
}

.mt-site-search__pagination .mt-site-search-pagination-item {
	margin: 0 1.33333vw;
	padding: 0;
}

.mt-site-search__pagination .mt-site-search-pagination-item:before {
	display: none;
}

.mt-site-search__pagination .mt-site-search-pagination-item__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8vw;
	height: 9.06667vw;
	border: 1px solid #0077c1;
	font-size: 3.2vw;
	font-weight: bold;
	text-decoration: none;
}

.is-pc .mt-site-search__pagination .mt-site-search-pagination-item__link {
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.is-pc .mt-site-search__pagination .mt-site-search-pagination-item__link:hover {
	background-color: #0077c1;
	color: #fff;
}

.mt-site-search__pagination .mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link,
.mt-site-search__pagination .mt-site-search-pagination-item--next .mt-site-search-pagination-item__link {
	position: relative;
	width: 5.33333vw;
	border: none;
	font-size: 4.8vw;
}

.mt-site-search__pagination .mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link span,
.mt-site-search__pagination .mt-site-search-pagination-item--next .mt-site-search-pagination-item__link span {
	display: none;
}

.mt-site-search__pagination .mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link:before,
.mt-site-search__pagination .mt-site-search-pagination-item--next .mt-site-search-pagination-item__link:before {
	display: inline-block;
	display: block;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.is-pc .mt-site-search__pagination .mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link,
.is-pc .mt-site-search__pagination .mt-site-search-pagination-item--next .mt-site-search-pagination-item__link {
	transition: opacity 0.3s ease-in-out;
}

.is-pc .mt-site-search__pagination .mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link:hover,
.is-pc .mt-site-search__pagination .mt-site-search-pagination-item--next .mt-site-search-pagination-item__link:hover {
	background-color: transparent;
	opacity: 0.7;
	color: #0077c1;
}

.mt-site-search__pagination .mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link:before {
	content: '\f100';
}

.mt-site-search__pagination .mt-site-search-pagination-item--next .mt-site-search-pagination-item__link:before {
	content: '\f101';
}

.mt-site-search__pagination .mt-site-search-pagination-item--current .mt-site-search-pagination-item__link {
	background-color: #0077c1;
	color: #fff;
}

/* =====================================================
 * Layout
 * ================================================== */

/* -----------------------------------------------------
 * Header
 * -------------------------------------------------- */

/* ----- l-header ----- */

.l-header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 16vw;
	padding: 0 2.66667vw;
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	transition: height 0.2s ease-in-out;
}

.l-header-inner {
	position: relative;
	z-index: 1;
	height: 100%;
}

.l-header-logo {
	position: absolute;
	z-index: 5;
	top: 3.2vw;
	left: 0;
	transition: opacity 0.5s ease;
}

.l-header-logo a {
	display: block;
	overflow: hidden;
	width: 53.33333vw;
	height: 9.2vw;
	background: url(../img/logo_01.png) no-repeat 50% 50%;
	background-size: contain;
	white-space: nowrap;
	text-indent: 200%;
}

.l-header-toggle {
	outline: none;
	cursor: pointer;
	display: block;
	position: absolute;
	z-index: 2;
	top: 5.06667vw;
	right: 2.66667vw;
	overflow: hidden;
	box-sizing: border-box;
	width: 8vw;
	height: 5.86667vw;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	background-clip: padding-box;
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
	white-space: nowrap;
	text-indent: 200%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.l-header-toggle::-ms-clear {
	display: none;
}

.l-header-toggle::-ms-reveal {
	display: none;
}

.l-header-toggle::-ms-expand {
	display: none;
}

.l-header-toggle span {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0.53333vw;
	margin: -0.26667vw 0 0;
	background-color: #0077c1;
	transition: opacity 0.2s ease-in-out;
}

.l-header-toggle:before,
.l-header-toggle:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.53333vw;
	background-color: #0077c1;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.l-header-toggle:before {
	top: 0;
}

.l-header-toggle:after {
	bottom: 0;
}

.is-menu-open .l-header-toggle span {
	opacity: 0;
}

.is-menu-open .l-header-toggle:before {
	-webkit-transform: translateY(2.66667vw) rotateZ(45deg);
	transform: translateY(2.66667vw) rotateZ(45deg);
}

.is-menu-open .l-header-toggle:after {
	-webkit-transform: translateY(-2.66667vw) rotateZ(-45deg);
	transform: translateY(-2.66667vw) rotateZ(-45deg);
}

.l-header-menu {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 16vw 0 0;
	background-color: #fff;
}

.is-menu-open .l-header-menu {
	display: block;
}

.l-header-menu-inner {
	position: relative;
	overflow: scroll;
	height: 100%;
	background-color: #fff;
}

.l-header-sub-up,
.l-header-sub-under {
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.l-header-sub-up {
	padding: 2.66667vw;
	transition: opacity 0.5s ease;
}

.l-header-sub-up-inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.l-header-sub-under {
	align-items: center;
	padding: 2vw 2.66667vw 2.66667vw;
}

.l-header-sub-under .design-form + div {
	display: none;
}

.l-header-nav {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;
}

.is-menu-open .l-header-nav {
	display: block;
	height: auto;
}

@-webkit-keyframes megamenu-open {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

@keyframes megamenu-open {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

.mod-header-language {
	display: flex;
}

.mod-header-language li {
	margin: 0 0 0 2.66667vw;
}

.mod-header-language li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16vw;
	height: 5.33333vw;
	border: 1px solid #0077c1;
	background-color: #fff;
	font-family: Roboto, 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 2.66667vw;
	text-decoration: none;
}

.is-pc .mod-header-language li a:hover {
	background-color: #0077c1;
	color: #fff;
}

.mod-header-sns {
	display: flex;
	margin: 0 0 0 1.33333vw;
}

.mod-header-sns li {
	margin: 0 0 0 1.33333vw;
}

.mod-header-sns li a {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 8vw;
	height: 8vw;
	border-radius: 50%;
	background: linear-gradient(135deg, #0077c1 50%, #002f7c 100%) 100% 50%;
	background-size: 200% 100%;
	color: #fff;
	font-size: 3.73333vw;
	text-decoration: none;
	transition: background 0.3s ease-in-out;
}

.is-pc .mod-header-sns li a:hover {
	background-position: 0 50%;
}

.mod-header-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2.66667vw 0 0;
	padding: 0 2.66667vw;
}

.mod-header-link li {
	width: calc(50% - 0.66667vw);
	margin: 2.13333vw 0 0;
}

.mod-header-link li span {
	display: inline-flex;
	justify-content: center;
	width: 4vw;
	margin: 0 1.33333vw 0 0;
	color: #0077c1;
	font-size: 3.2vw;
}

.mod-header-link li a {
	font-size: 3.46667vw;
	letter-spacing: 0.1em;
}

.mod-header-fontsize {
	display: none;
}

.mod-header-fontsize > span {
	color: #666;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

.mod-header-fontsize ul {
	display: flex;
}

.mod-header-fontsize ul li {
	margin: 0 0 0 4px;
}

.mod-header-fontsize ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border: 1px solid #0077c1;
	background-color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.mod-header-fontsize ul li a.is-active {
	background-color: #0077c1;
	color: #fff;
}

.is-pc .mod-header-fontsize ul li a:hover {
	background-color: #0077c1;
	color: #fff;
}

.mod-header-contact {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 4vw 0 0;
}

.mod-header-contact li {
	width: calc(50% - 0.66667vw);
}

.mod-header-contact li a {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 9.33333vw;
	background-size: 200% 100% !important;
	font-size: 3.2vw;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: background 0.3s ease-in-out, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, background 0.3s ease-in-out;
	transition: transform 0.3s ease, background 0.3s ease-in-out, -webkit-transform 0.3s ease;
}

.mod-header-contact li a:after {
	content: '\f105';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1.33333vw;
	font-family: 'Font Awesome 6 Free';
	font-size: 2.93333vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.is-pc .mod-header-contact li a:hover {
	background-position: 0 50% !important;
}

.mod-header-contact li.rental a {
	background: linear-gradient(150deg, #ffe200 50%, #ffba00 100%) 100% 50%;
	color: #333;
}

.mod-header-contact li.contact a {
	background: linear-gradient(150deg, #e32b00 50%, #ba0000 100%) 100% 50%;
	color: #fff;
}

.mod-header-nav {
	display: block;
	position: relative;
	padding: 0;
	border-bottom: 0.26667vw solid #ccc;
	background: #fff;
}

.mod-header-nav > li {
	display: block;
	border-top: 0.26667vw solid #ccc;
}

.mod-header-nav > li .mod-label {
	display: inline-flex;
	position: relative;
	top: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	min-width: 12vw;
	height: 5.33333vw;
	margin: auto 0 auto 1.33333vw;
	padding: 0 1.06667vw;
	background-color: #ffe200;
	color: #db0000;
	font-size: 2.66667vw;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
}

.mod-header-nav > li > a {
	display: block;
	position: relative;
	padding: 4vw 8vw 4.26667vw 5.33333vw;
	color: #333;
	font-size: 3.73333vw;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.mod-header-nav > li > a:after {
	content: '\f105';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 3.86667vw;
	color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.73333vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-header-nav > li.has-child > a:after {
	content: '\f067';
	right: 3.2vw;
}

.mod-header-nav > li.has-child > a.is-active:after {
	content: '\f068';
}

.mod-header-nav > li.has-child > a.is-active + .mod-header-nav-child {
	display: block;
}

.mod-header-nav-heading {
	display: block;
	position: relative;
	padding: 4vw 5.33333vw 4.26667vw;
	color: #333;
	font-size: 3.73333vw;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.mod-header-nav-heading:active,
.mod-header-nav-heading:focus,
.mod-header-nav-heading:visited {
	color: #333;
}

.mod-header-nav-heading:after {
	content: '\f105';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1.2vw;
	color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.73333vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-header-nav-child {
	display: none;
	overflow: hidden;
	padding: 0 2.66667vw;
	border-top: 0.26667vw solid #ccc;
	background-color: #eff7ff;
	transition: height 0.5s ease-in-out;
}

.mod-header-nav-2nd {
	display: block;
}

.mod-header-nav-2nd > li {
	display: block;
	border-top: 0.26667vw solid #ccc;
}

.mod-header-nav-2nd > li > a {
	display: block;
	position: relative;
	padding: 4vw 5.33333vw 4.26667vw;
	color: #333;
	font-size: 3.73333vw;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.mod-header-nav-2nd > li > a:after {
	content: '\f105';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1.2vw;
	color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.73333vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-header-nav-2nd > li > a.link-icon img {
	display: none;
}

.mod-header-nav-2nd > li > a.link-figure figure {
	position: relative;
}

.mod-header-nav-2nd > li > a.link-figure figure img {
	display: none;
}

.mod-header-nav-2nd > li > a.link-figure figure figcaption {
	font-size: 3.73333vw;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.mod-header-nav-3rd {
	display: block;
}

.mod-header-nav-3rd li {
	display: block;
	border-top: 0.26667vw solid #ccc;
}

.mod-header-nav-3rd li a {
	display: block;
	position: relative;
	padding: 4vw 5.33333vw 4.26667vw 8vw;
	color: #333;
	font-size: 3.73333vw;
	line-height: 1.4;
	text-decoration: none;
	letter-spacing: 0.075em;
}

.mod-header-nav-3rd li a:before {
	content: '-';
	margin: 0 0.25em 0 0;
}

.mod-header-nav-3rd li a:after {
	content: '\f105';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1.2vw;
	color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.73333vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-header-nav-3rd li li a {
	padding-left: 10.66667vw;
}

/* -----------------------------------------------------
 * Footer
 * -------------------------------------------------- */

/* ----- l-footer ----- */

.l-footer {
	position: relative;
	color: #fff;
}

.l-footer-up {
	background-color: #002f7c;
}

.l-footer-under {
	padding: 0 2.66667vw 16vw;
	background-color: #162143;
}

.l-footer-under-inner {
	padding: 10.66667vw 0 8.26667vw;
	border-bottom: 0.26667vw solid #4d5d8e;
}

.l-footer-under-right p {
	margin: 1.06667vw 0 0;
	font-size: 3.2vw;
	text-align: center;
	letter-spacing: 0.1em;
}

.l-footer-under-right p.strong {
	margin: 4vw 0 0;
	font-family: Roboto, 'Noto Sans JP', Meiryo, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
}

.l-footer-logo a {
	display: block;
	overflow: hidden;
	width: 66.66667vw;
	height: 10.93333vw;
	margin: 0 auto;
	background: url(../img/logo_w_01.png) no-repeat 50% 50%;
	background-size: contain;
	white-space: nowrap;
	text-indent: 200%;
}

.l-footer-addr {
	margin: 6.66667vw 0 0;
	font-size: 3.2vw;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.1em;
}

.l-footer-copyright {
	margin: 0;
	padding: 5.06667vw 5.33333vw;
	font-family: Roboto, 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 2.66667vw;
	text-align: center;
	letter-spacing: 0.1em;
}

.mod-footer-nav {
	display: block;
}

.mod-footer-nav > li {
	display: block;
	border-top: 0.26667vw #4d5d8e solid;
}

.mod-footer-nav > li > a {
	display: block;
	position: relative;
	padding: 4vw 8vw 4vw 5.33333vw;
	color: #fff;
	font-size: 3.73333vw;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.mod-footer-nav > li > a:after {
	content: '\f105';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 3.86667vw;
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.73333vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-footer-nav > li.has-child > a:after {
	content: '\f067';
	right: 3.2vw;
}

.mod-footer-nav > li.has-child > a.is-active:after {
	content: '\f068';
}

.mod-footer-nav > li.has-child > a.is-active + .mod-footer-nav-child {
	display: block;
}

.mod-footer-nav-child {
	display: none;
	overflow: hidden;
	background-color: #162143;
	transition: height 0.5s ease-in-out;
}

.mod-footer-nav-heading {
	display: block;
	position: relative;
	padding: 4vw 8vw;
	border-top: 0.26667vw #4d5d8e solid;
	color: #fff;
	font-size: 3.73333vw;
	line-height: 1.4;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.mod-footer-nav-heading:visited {
	color: #fff;
}

.mod-footer-nav-heading:before {
	content: '-';
	margin: 0 0.25em 0 0;
}

.mod-footer-nav-heading:after {
	content: '\f105';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 3.86667vw;
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.73333vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-footer-nav-2nd {
	display: block;
}

.mod-footer-nav-2nd > li {
	display: block;
	border-top: 0.26667vw solid #4d5d8e;
}

.mod-footer-nav-2nd > li > a {
	display: block;
	position: relative;
	padding: 4vw 8vw;
	color: #fff;
	font-size: 3.73333vw;
	line-height: 1.4;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.mod-footer-nav-2nd > li > a:before {
	content: '-';
	margin: 0 0.25em 0 0;
}

.mod-footer-nav-2nd > li > a:after {
	content: '\f105';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 3.86667vw;
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.73333vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-footer-sns {
	display: flex;
	justify-content: center;
	margin: 4vw 0 0;
}

.mod-footer-sns li {
	margin: 0 2vw;
}

.mod-footer-sns li a {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 10.66667vw;
	height: 10.66667vw;
	border-radius: 50%;
	background: linear-gradient(135deg, #0077c1 0%, #002f7c 100%) 100% 50%;
	background-size: 200% 100%;
	color: #fff;
	font-size: 5.33333vw;
	text-decoration: none;
	transition: background 0.3s ease-in-out;
}

.is-pc .mod-footer-sns li a:hover {
	background-position: 0 50%;
}

.mod-footer-link {
	display: flex;
	flex-wrap: wrap;
	margin: 4.66667vw 0 0;
	padding: 0 12.66667vw 0 9.33333vw;
}

.mod-footer-link li {
	display: block;
	position: relative;
	width: 50%;
	margin: 3.33333vw 0 0;
	padding: 0 0 0 2.8vw;
}

.mod-footer-link li:before {
	content: '\f0da';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.73333vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-transform: translateY(-35%);
	transform: translateY(-35%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-footer-link a {
	color: #fff;
	font-size: 2.93333vw;
	white-space: nowrap;
}

.mod-pagetop {
	position: fixed;
	z-index: 5;
	right: 0;
	bottom: 18.66667vw;
	width: 8vw;
	height: 8vw;
	margin: 0;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-transform: translateY(66.66667vw);
	transform: translateY(66.66667vw);
}

.mod-pagetop a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
	background: linear-gradient(135deg, #0077c1 0%, #002f7c 100%) 100% 50%;
	background-size: 200% 100%;
	white-space: nowrap;
	text-indent: 200%;
	transition: background 0.3s ease-in-out;
}

.mod-pagetop a:before {
	content: '\f106';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-size: 2.66667vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-indent: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.is-pc .mod-pagetop a:hover {
	background-position: 0 50%;
}

.is-pagetop-active .mod-pagetop {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* -----------------------------------------------------
 * Layout
 * -------------------------------------------------- */

.l-wrapper {
	padding-top: 16vw;
}

.l-contents {
	min-width: 320px;
	background-color: #fff;
}

.l-contents-column {
	padding: 8vw 2.66667vw 13.33333vw;
	word-break: break-word;
}

.l-contents-column .l-main {
	padding: 0;
}

.l-contents-column .l-aside h2 {
	position: relative;
	margin: 8vw 0 0;
	padding: 10.66667vw 0 0;
}

.l-contents-column .l-aside h2:first-child {
	margin-top: 0;
}

.l-contents-column .l-aside h2:before {
	display: inline-block;
	display: flex;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 50%;
	justify-content: center;
	align-items: center;
	width: 18.66667vw;
	height: 18.66667vw;
	margin: 2.4vw 0 0 -9.33333vw;
	border: 1.6vw solid #fff;
	border-radius: 50%;
	background-color: #0077c1;
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-size: 5.33333vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.l-contents-column .l-aside h2:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 10.66667vw;
}

.l-contents-column .l-aside h2.archives:before {
	content: '\f073';
}

.l-contents-column .l-aside h2.archives:after {
	background: url(../img/ttl_archives_01.png) no-repeat 50% 0;
	background-size: auto 5.86667vw;
}

.l-contents-column .l-aside h2.category:before {
	content: '\f005';
}

.l-contents-column .l-aside h2.category:after {
	background: url(../img/ttl_category_01.png) no-repeat 50% 0;
	background-size: auto 5.86667vw;
}

.l-contents-column .l-aside h2.newarticle:before {
	content: '\f52d';
}

.l-contents-column .l-aside h2.newarticle:after {
	background: url(../img/ttl_newarticle_01.png) no-repeat 50% 0;
	background-size: auto 8.26667vw;
}

.l-contents-column .l-aside h2.keyword:before {
	content: '\f02b';
}

.l-contents-column .l-aside h2.keyword:after {
	background: url(../img/ttl_keyword_01.png) no-repeat 50% 0;
	background-size: auto 5.33333vw;
}

.l-contents-column .l-aside h2.topics:before {
	content: '\f0f3';
}

.l-contents-column .l-aside h2.topics:after {
	background: url(../img/ttl_topics_article_01.png) no-repeat 50% 0;
	background-size: auto 4.8vw;
}

.l-contents-column .l-aside h2.blog:before {
	content: '\f52d';
}

.l-contents-column .l-aside h2.blog:after {
	background: url(../img/ttl_topics_blog_01.png) no-repeat 50% 0;
	background-size: auto 8vw;
}

.l-contents-column .l-aside h2.search:before {
	content: '\f002';
}

.l-contents-column .l-aside h2.search:after {
	background: url(../img/ttl_search_01.png) no-repeat 50% 0;
	background-size: auto 4.8vw;
}

.l-contents-column .l-aside h2 span {
	display: block;
	position: relative;
	z-index: 1;
	padding: 10.66667vw 0 0;
	font-size: 5.33333vw;
	font-weight: bold;
	text-align: center;
}

.l-contents-column .l-aside h2 span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.8vw;
	border-top: 0.26667vw solid #0077c1;
	border-bottom: 0.26667vw solid #0077c1;
}

/* ----- l-kv ----- */

.l-kv {
	min-height: 26.66667vw;
	padding: 0 2.66667vw;
	background-color: #002f7c !important;
}

.l-kv-bg {
	display: none;
}

.l-kv-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 2.66667vw 0 5.33333vw;
}

.l-kv-title {
	margin: 2.66667vw 0 0;
	color: #fff;
	font-size: 5.6vw;
	text-align: center;
	letter-spacing: 0.1em;
}

.mod-breadcrumbs ol {
	letter-spacing: -0.4em;
}

.mod-breadcrumbs ol > * {
	letter-spacing: normal;
}

.mod-breadcrumbs ol li {
	display: inline-block;
	position: relative;
	margin: 0 0 0 2em;
	color: #fff;
	font-size: 2.66667vw;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	letter-spacing: 0.05em;
}

.mod-breadcrumbs ol li:before {
	content: '＞';
	position: absolute;
	top: 50%;
	left: -1.5em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-breadcrumbs ol li:first-child {
	margin: 0;
}

.mod-breadcrumbs ol li:first-child:before {
	display: none;
}

.mod-breadcrumbs ol li a {
	color: #fff;
}

/* ----- l-nav-category ----- */

.l-nav-category {
	margin: 0 0 13.33333vw;
}

.l-kv + .l-nav-category {
	margin: 0;
	background-color: #002f7c;
}

.l-nav-category ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-color: #002f7c;
}

.l-nav-category li {
	width: 50%;
}

.l-nav-category li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 2.66667vw 1.33333vw 2.53333vw;
	color: #fff;
	font-size: 3.2vw;
	text-decoration: none;
	transition: background 0.3s ease-in-out;
}

.is-pc .l-nav-category li a:hover {
	background-color: #0077c1;
}

.l-nav-category li.is-current a {
	background-color: #0077c1;
}

/* ----- l-nav-category-dx ----- */

.l-nav-category-dx.mod-under {
	margin: 60px 0 0;
}

.l-nav-category-dx li {
	padding: 0 !important;
}

.l-nav-category-dx li:before {
	content: none !important;
}

.l-nav-category-dx li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 2.66667vw;
	color: #0077c1;
	font-size: 3.2vw;
	font-weight: bold;
	line-height: calc(18/14);
	text-align: center;
	text-decoration: none;
	transition: background 0.3s ease-in-out;
}

.is-pc .l-nav-category-dx li a:hover {
	background-color: #0077c1;
	color: #fff;
}

.l-nav-category-dx li.is-current {
	border: none;
}

.l-nav-category-dx li.is-current a {
	background-color: #0077c1;
	color: #fff;
}

/* ----- l-searchbox ----- */

.l-searchbox {
	padding: 2.66667vw;
	background-color: #002f7c;
}

.l-searchbox .mt-site-search-container {
	width: 100%;
}

.l-searchbox .mt-site-search-form {
	display: flex;
	position: relative;
	z-index: 0;
}

.l-searchbox .mt-site-search-form * {
	box-sizing: border-box;
}

.l-searchbox .mt-site-search-form::before {
	content: '\f002';
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 1.33333vw;
	color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-size: 4.8vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-indent: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.l-searchbox .mt-site-search-form__query {
	position: relative;
	width: 100%;
	height: 10.66667vw;
	padding: 0 1.33333vw 0 8vw;
	border: none;
}

.l-searchbox .mt-site-search-form__button {
	position: static;
	box-sizing: border-box;
	min-width: 13.33333vw;
	height: 10.66667vw;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	background-color: #0077c1;
	background-clip: padding-box;
	color: inherit;
	color: #fff;
	font-size: inherit;
	font-size: 3.73333vw;
	vertical-align: middle;
	text-indent: 0;
	letter-spacing: 0.05em;
	-webkit-transform: none;
	transform: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.l-searchbox .mt-site-search-form__button::-ms-clear {
	display: none;
}

.l-searchbox .mt-site-search-form__button::-ms-reveal {
	display: none;
}

.l-searchbox .mt-site-search-form__button::-ms-expand {
	display: none;
}

.l-searchbox .mt-site-search-form__button::before {
	display: none;
}

/* ----- l-main ----- */

.l-main {
	padding: 8vw 2.66667vw 13.33333vw;
}

.l-main-inner > *:first-child {
	margin-top: 0;
}

.l-main h2 {
	margin: 8vw 0 0;
	padding: 3.2vw 2.66667vw 3.2vw;
	background-color: #162143;
	color: #fff;
	font-size: 4.26667vw;
	letter-spacing: 0.1em;
}

.l-main h3 {
	display: block;
	margin: 6.66667vw 0 0;
	padding: 1.06667vw 0 1.33333vw 2.66667vw;
	border-left: 1.06667vw solid #002f7c;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.5;
}

.l-main h3 + p {
	margin: 2.66667vw 0 0;
}

.l-main h4 {
	margin: 5.33333vw 0 0;
	padding: 1.06667vw 1.33333vw;
	background-color: #eff7ff;
	font-size: 3.73333vw;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.l-main p {
	margin: 4vw 0 0;
	font-size: 3.73333vw;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.l-main p [class*='fa-'] {
	margin: 0 0.4em;
}

.l-main p [class*='fa-']:first-child {
	margin-left: 0;
}

.l-main p.note {
	font-size: 3.2vw;
}

.l-main table {
	width: 100%;
	margin: 5.33333vw 0 0;
	border: 1px solid #ccc;
}

.l-main table caption {
	margin: 0 0 1.33333vw;
	font-size: 3.2vw;
	line-height: 1.45;
	text-align: right;
	letter-spacing: 0.1em;
}

.l-main table th,
.l-main table td {
	padding: 2vw 1.33333vw;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 3.2vw;
	line-height: 1.45;
	vertical-align: middle;
	letter-spacing: 0.1em;
	word-break: break-all;
}

.l-main table th.col-10-0-5,
.l-main table td.col-10-0-5 {
	width: 5%;
}

.l-main table th.col-10-1,
.l-main table td.col-10-1 {
	width: 10%;
}

.l-main table th.col-10-2,
.l-main table td.col-10-2 {
	width: 20%;
}

.l-main table th.col-10-3,
.l-main table td.col-10-3 {
	width: 30%;
}

.l-main table th.col-10-4,
.l-main table td.col-10-4 {
	width: 40%;
}

.l-main table th.col-10-5,
.l-main table td.col-10-5 {
	width: 50%;
}

.l-main table th.nowrap,
.l-main table td.nowrap {
	width: 1%;
	white-space: nowrap;
}

.l-main table th.break-word,
.l-main table td.break-word {
	word-break: break-word;
}

.l-main table th {
	width: 1em;
	background-color: #eff7ff;
	font-weight: bold;
	white-space: nowrap;
}

.l-main table thead th {
	white-space: normal;
}

.l-main figure {
	margin: 5.33333vw 0 0;
	text-align: center;
}

.l-main figure.border {
	border: 0.26667vw solid #ccc;
}

.l-main figure img {
	max-width: 100%;
	height: auto;
}

.l-main figure img.border {
	border: 0.26667vw solid #ccc;
}

.l-main figure figcaption {
	margin: 2.66667vw 0 0;
	font-size: 3.46667vw;
}

.l-main img {
	max-width: 100%;
	height: auto;
}

.l-main iframe {
	margin: 5.33333vw 0 0;
}

.l-main ul,
.l-main ol {
	margin: 4vw 0 0;
	word-break: break-all;
}

.l-main ul.child,
.l-main ol.child {
	margin-top: 0;
}

.l-main ul li,
.l-main ol li {
	position: relative;
	padding: 0 0 0 4.66667vw;
	font-size: 3.73333vw;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.l-main ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 2.4vw;
	left: 2vw;
	width: 1.06667vw;
	height: 1.06667vw;
	border-radius: 50%;
	background-color: #002f7c;
}

.l-main ol {
	counter-reset: count;
}

.l-main ol > li {
	counter-increment: count;
}

.l-main ol > li:before {
	content: counter(count) '.';
	display: block;
	position: absolute;
	left: 0;
}

.l-main ol.child {
	counter-reset: child-counter;
}

.l-main ol.child > li {
	counter-increment: child-counter;
}

.l-main ol.child > li:before {
	content: counter(child-counter) '.';
}

.l-main ol.brackets > li {
	padding: 0 0 0 6.66667vw;
}

.l-main ol.brackets > li:before {
	content: '(' counter(count) ')';
}

.l-main ol.brackets.child > li:before {
	content: '(' counter(child-counter) ')';
}

.l-main ol.circle > li {
	margin-left: 1.1em;
	padding: 0;
	text-indent: -1.1em;
}

.l-main ol.circle > li:before {
	content: none;
}

.l-main dl {
	margin: 4vw 0 0;
	font-size: 3.73333vw;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.l-main dl [class*='fa-'] {
	margin: 0 0.4em;
}

.l-main dl [class*='fa-']:first-child {
	margin-left: 0;
}

.l-main dl dt {
	margin: 2.66667vw 0 0;
	font-weight: bold;
}

.l-main dl dt:first-child {
	margin: 0;
}

.l-main a[target='_blank']:after {
	content: '\f2d2';
	display: inline-block;
	display: inline-block;
	margin: 0 0 0 0.5em;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.46667vw;
	font-weight: 900;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

/* ----- l-section ----- */

.l-section {
	margin: 8vw 0 0;
}

.l-section > *:first-child {
	margin-top: 0;
}

/* ----- l-column ----- */

.l-column-inner > *:first-child {
	margin-top: 0;
}

.l-column.col-2 .l-column-inner {
	margin: 5.33333vw 0 0;
}

.l-column.col-3 .l-column-inner {
	margin: 5.33333vw 0 0;
}

.l-column.col-4 .l-column-inner {
	margin: 5.33333vw 0 0;
}

.l-column img {
	max-width: 100%;
}

/* ----- l-box ----- */

.l-box {
	margin: 5.33333vw 0 0;
	padding: 4vw;
	background-color: #eff7ff;
}

.l-box-heading {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 4.26667vw;
	font-weight: bold;
	line-height: 1.6;
}

.l-box.warning {
	border: 1px solid #c00;
	background-color: #fff4f4;
	color: #c00;
}

.l-box-contact {
	margin: 0 0 13.33333vw;
	padding: 0 2.66667vw;
}

.l-main .l-box-contact {
	margin: 8vw 0 0;
	padding: 0;
}

.l-box-contact-inner {
	background-color: #eff7ff;
}

.l-box-contact h2 {
	padding: 3.2vw 2.66667vw 3.2vw;
	background-color: #162143;
	color: #fff;
	font-size: 4.26667vw;
	letter-spacing: 0.1em;
}

.l-box-contact p {
	font-size: 3.73333vw;
	line-height: 2.2;
	letter-spacing: 0.1em;
}

.l-box-contact-content {
	padding: 5.33333vw;
}

.l-box-contact-content > *:first-child {
	margin-top: 0;
}

.l-box-contact-content .l-box-contact-content-inner > *:first-child {
	margin-top: 0;
}

/* ----- 記事内レイアウト ----- */

.l-article-kv {
	display: flex;
	position: relative;
	flex-direction: column;
}

.l-article-kv-top {
	display: flex;
	align-items: center;
	order: 1;
}

.l-article-kv .mod-category {
	position: relative;
}

.l-article-kv .date {
	display: block;
	margin: 0 0 0 10.66667vw !important;
	font-size: 3.73333vw;
}

.l-article-kv h1 {
	order: 2;
	margin: 5.33333vw 0 0;
	font-size: 5.33333vw;
	font-weight: bold;
	line-height: 1.5;
}

.l-article-kv h1 span {
	display: inline-block;
	margin: 0 0 0 4vw;
	font-size: 3.2vw;
}

.l-article-kv figure {
	position: relative;
	order: 3;
	min-height: 1%;
	margin: 5.33333vw 0 0;
}

.l-article-kv figure img {
	width: 100%;
}

.l-article-kv figure .mod-category {
	position: absolute;
	top: 0;
	left: 0;
}

/* ----- フォーム関連 ----- */

.l-form {
	margin: 8vw 0 0;
	padding: 2.66667vw 2.66667vw 5.33333vw;
	background-color: #f9f9f9;
}

.l-form *:first-child {
	margin-top: 0;
}

.l-form-inner {
	margin: 5.33333vw 0 0;
}

.l-form-inner label {
	display: block;
	margin: 2.66667vw 0 0;
}

.l-form p {
	margin: 4vw 0 0;
	font-size: 3.73333vw;
}

.l-form p a span[class*='fa-'] {
	margin: 0 1.33333vw 0 0;
}

.l-form table {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ededed;
	font-size: 3.2vw;
}

.l-form table tr {
	border-top: 1px solid #ededed;
}

.l-form table tr.require th:after {
	content: '必須';
	display: inline-block;
	margin: 0 0 0 1.33333vw;
	padding: 0.4vw 1.33333vw 0.26667vw;
	background-color: #c00;
	color: #fff;
	font-size: 2.66667vw;
	font-weight: normal;
	vertical-align: top;
}

.l-form table tr:first-child {
	border: none;
}

.l-form table th,
.l-form table td {
	vertical-align: top;
}

.l-form table th {
	width: 40vw;
	border: none;
	background-color: transparent;
	font-weight: bold;
}

.l-form table td {
	border: none;
}

.l-form input,
.l-form textarea {
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	background-clip: padding-box;
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.l-form input::-ms-clear,
.l-form textarea::-ms-clear {
	display: none;
}

.l-form input::-ms-reveal,
.l-form textarea::-ms-reveal {
	display: none;
}

.l-form input::-ms-expand,
.l-form textarea::-ms-expand {
	display: none;
}

.l-form input[type='text'],
.l-form input[type='email'] {
	width: 100%;
	height: 8vw;
	padding: 0 2vw;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 3.2vw;
}

.l-form input[type='text']:-ms-input-placeholder,
.l-form input[type='email']:-ms-input-placeholder {
	color: #666;
}

.l-form input[type='text']:placeholder-shown,
.l-form input[type='email']:placeholder-shown {
	color: #666;
}

.l-form input[type='text']::-webkit-input-placeholder,
.l-form input[type='email']::-webkit-input-placeholder {
	color: #666;
}

.l-form input[type='text']:-moz-placeholder,
.l-form input[type='email']:-moz-placeholder {
	opacity: 1;
	color: #666;
}

.l-form input[type='text']::-moz-placeholder,
.l-form input[type='email']::-moz-placeholder {
	opacity: 1;
	color: #666;
}

.l-form input[type='text']:-ms-input-placeholder,
.l-form input[type='email']:-ms-input-placeholder {
	color: #666;
}

.l-form input[type='checkbox'] {
	display: none;
}

.l-form input[type='checkbox'] + span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 5.33333vw;
}

.l-form input[type='checkbox'] + span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 4vw;
	height: 4vw;
	border: 1px solid #ccc;
	background-color: #fff;
}

.l-form input[type='checkbox']:checked + span:after {
	content: '\f00c';
	display: inline-block;
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0;
	margin: 0.66667vw 0 0 0.53333vw;
	color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.2vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.l-form textarea {
	resize: none;
	width: 100%;
	height: 40vw;
	padding: 1.33333vw 2vw;
	border: 1px solid #ccc;
	background-color: #fff;
}

.l-form textarea:-ms-input-placeholder {
	color: #666;
}

.l-form textarea:placeholder-shown {
	color: #666;
}

.l-form textarea::-webkit-input-placeholder {
	color: #666;
}

.l-form textarea:-moz-placeholder {
	opacity: 1;
	color: #666;
}

.l-form textarea::-moz-placeholder {
	opacity: 1;
	color: #666;
}

.l-form textarea:-ms-input-placeholder {
	color: #666;
}

.l-form hr {
	width: 100%;
	height: 1px;
	margin: 2.66667vw 0;
	border: none;
	background-color: #ccc;
}

/* ----- スマホ用フッター固定お問い合わせボタン ----- */

.l-sp-contact {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.l-sp-contact ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 0.26667vw;
}

.l-sp-contact li {
	width: calc(50% - 0.13333vw);
}

.l-sp-contact li.tel a {
	background: linear-gradient(150deg, #ffe200 50%, #ffba00 100%) 100% 50%;
	color: #000;
}

.l-sp-contact li.tel a .fas {
	font-size: 9.6vw;
}

.l-sp-contact li.email a {
	background: linear-gradient(150deg, #e32b00 50%, #ba0000 100%) 100% 50%;
	color: #fff;
}

.l-sp-contact li.email a .fas {
	font-size: 8.53333vw;
}

.l-sp-contact a {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	height: 16vw;
	padding: 0 0 0 2.66667vw;
	font-size: 3.73333vw;
	font-weight: bold;
	line-height: calc(34/28);
	text-align: center;
	text-decoration: none;
}

.l-sp-contact a .fas {
	position: absolute;
	top: 50%;
	left: 2.66667vw;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.l-sp-contact a::after {
	content: '\f105';
	display: inline-block;
	display: block;
	position: absolute;
	top: 50%;
	right: 2.66667vw;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.73333vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

/* =====================================================
 * Page
 * ================================================== */

/* -----------------------------------------------------
** common
** -------------------------------------------------- */

.page-home .l-main {
	padding: 0;
}

.page-home .l-main h2,
.page-home .l-main h3,
.page-home .l-main figure {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

.page-home .l-main .mod-home-title {
	position: relative;
	margin: 0;
	padding: 9.33333vw 0 0;
	background-color: inherit;
	font-size: 5.33333vw;
	font-weight: bold;
}

.page-home .l-main .mod-home-title + p {
	margin: 8vw 5.33333vw 0;
	font-size: 3.2vw;
}

.page-home .l-main .mod-home-title:before {
	display: inline-block;
	display: flex;
	position: absolute;
	z-index: 2;
	top: -8vw;
	left: 50%;
	justify-content: center;
	align-items: center;
	width: 16vw;
	height: 16vw;
	margin-left: -8vw;
	border-radius: 50%;
	background-color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-size: 6.4vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.page-home .l-main .mod-link-more {
	margin: 2.66667vw 0 0;
	padding: 0 5.33333vw;
	text-align: right;
}

.page-home .l-main .mod-link-more a {
	position: relative;
	padding: 0 0 0 2.4vw;
	font-size: 3.2vw;
	line-height: 1.4;
}

.page-home .l-main .mod-link-more a:before {
	content: '\f0da';
	display: inline-block;
	display: block;
	position: absolute;
	top: 0.26667vw;
	left: 0;
	color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.is-pc .page-home .l-main .mod-link-more a:hover {
	text-decoration: none;
}

/* Slick Settings（共通） */

.l-contents .slick-dots {
	display: flex;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: -8.26667vw;
	left: 0;
	justify-content: center;
	margin: 0 auto;
}

.l-contents .slick-dots li {
	margin: 0 0.66667vw;
	padding: 0;
	line-height: 1;
}

.l-contents .slick-dots li:before {
	display: none;
}

.l-contents .slick-dots li.slick-active button {
	background-color: #0077c1;
}

.l-contents .slick-dots button {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	width: 3.2vw;
	height: 0;
	margin: 0;
	padding: 0;
	padding: 1.6vw 0 0;
	border: 0;
	border: 0.8vw #fff solid;
	border-radius: 0;
	background: none transparent;
	background-color: #fff;
	background-clip: padding-box;
	background-clip: border-box;
	box-shadow: 0.26667vw 0.26667vw 0.8vw rgba(0, 0, 0, 0.3);
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.l-contents .slick-dots button::-ms-clear {
	display: none;
}

.l-contents .slick-dots button::-ms-reveal {
	display: none;
}

.l-contents .slick-dots button::-ms-expand {
	display: none;
}

.is-pc .l-contents .slick-dots button {
	transition: background 0.3s ease-in-out;
}

.is-pc .l-contents .slick-dots button:hover {
	outline: none;
	background-color: #0077c1;
}

.l-contents .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	background-clip: padding-box;
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.l-contents .slick-arrow::-ms-clear {
	display: none;
}

.l-contents .slick-arrow::-ms-reveal {
	display: none;
}

.l-contents .slick-arrow::-ms-expand {
	display: none;
}

.l-contents .slick-arrow:before {
	display: inline-block;
	display: flex;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.l-contents .slick-arrow.slick-prev {
	left: 0;
}

.l-contents .slick-arrow.slick-next {
	right: 0;
}

.is-pc .l-contents .slick-arrow {
	transition: opacity 0.3s ease-in-out;
}

.is-pc .l-contents .slick-arrow:hover {
	outline: none;
	opacity: 0.7;
}

/* -----------------------------------------------------
** のちのちモジュールに移動しそうなものを暫定的にこの位置に
** -------------------------------------------------- */

/* mod-topics-list
-------------------------------------------------- */

.mod-topics-list {
	padding: 5.33333vw 0 0;
}

.mod-topics-list .item-topics {
	position: relative;
	margin: 2.66667vw 5.33333vw 0;
	background-color: #333;
}

.mod-topics-list .item-topics a {
	color: #fff;
	text-decoration: none;
}

.mod-topics-list .item-topics-summary {
	padding: 2.66667vw;
	text-align: left;
}

.mod-topics-list .item-topics-summary .date {
	display: block;
	font-size: 2.93333vw;
	font-weight: bold;
}

.mod-topics-list .item-topics-summary h3 {
	margin: 1.33333vw 0;
	font-size: 3.2vw;
	font-weight: bold;
}

.mod-topics-list .item-topics-image {
	display: flex;
	position: relative;
	z-index: 1;
	overflow: hidden;
	align-items: center;
	width: 100%;
}

.mod-topics-list .item-topics-image figure {
	position: relative;
	width: 100%;
	padding-top: 41.55%;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.mod-topics-list .item-topics-image figure img {
	position: absolute;
	top: 0;
	left: 0;
}

.is-pc .mod-topics-list a:hover figure {
	-webkit-transform: scale3d(1.1, 1.1, 1) rotateZ(0.01deg);
	transform: scale3d(1.1, 1.1, 1) rotateZ(0.01deg);
}

/* mod-blog-list
-------------------------------------------------- */

.mod-blog-list .item-blog {
	position: relative;
	margin: 2.66667vw 5.33333vw 0;
	background-color: #fff;
	box-shadow: 0.53333vw 0.53333vw 1.6vw rgba(0, 0, 0, 0.3);
}

.mod-blog-list .item-blog a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
}

.mod-blog-list .item-blog figure {
	height: 40vw;
}

.mod-blog-list .item-blog-summary {
	padding: 2.66667vw;
	font-size: 2.93333vw;
	text-align: left;
}

.mod-blog-list .item-blog-summary .date {
	display: block;
}

.mod-blog-list .item-blog-summary h3 {
	margin: 4vw 0;
	font-size: 3.73333vw;
	font-weight: bold;
}

.mod-blog-list .item-blog-summary p {
	font-size: 2.93333vw;
}

.mod-blog-list figure {
	display: flex;
	position: relative;
	z-index: 1;
	overflow: hidden;
	align-items: center;
	width: 100%;
}

.mod-blog-list figure img {
	width: 100%;
	height: auto;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.is-pc .mod-blog-list a:hover figure img {
	-webkit-transform: scale3d(1.1, 1.1, 1) rotateZ(0.01deg);
	transform: scale3d(1.1, 1.1, 1) rotateZ(0.01deg);
}

/* mod-sapokana-list
-------------------------------------------------- */

.mod-sapokana-list {
	margin: 6.66667vw 0 0;
}

.mod-sapokana-list .item-sapokana {
	position: relative;
	margin: 2.66667vw 5.33333vw 0;
	background-color: #fff;
	box-shadow: 0.53333vw 0.53333vw 1.6vw rgba(0, 0, 0, 0.3);
}

.mod-sapokana-list .item-sapokana a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
}

.is-pc .mod-sapokana-list .item-sapokana a:hover figure img {
	-webkit-transform: scale3d(1.075, 1.075, 1) rotateZ(0.01deg);
	transform: scale3d(1.075, 1.075, 1) rotateZ(0.01deg);
}

.mod-sapokana-list .item-sapokana figure {
	padding: 8vw 0 0;
}

.mod-sapokana-list .item-sapokana img {
	width: 100%;
	max-width: 45.86667vw;
	height: auto;
	text-align: center;
}

.mod-sapokana-list .item-sapokana-summary {
	padding: 2.66667vw;
	font-size: 2.93333vw;
	text-align: left;
}

.mod-sapokana-list .item-sapokana-summary .date {
	display: block;
}

.mod-sapokana-list .item-sapokana-summary h3 {
	margin: 4vw 0;
	font-size: 3.73333vw;
	font-weight: bold;
}

/* mod-business-list
-------------------------------------------------- */

.mod-business-list {
	margin: 6.66667vw 2.66667vw 0;
}

.mod-business-list-inner {
	display: flex;
	flex-wrap: wrap;
}

.mod-business-list .item-business {
	width: calc(100% / 2 - 20px / 2);
	margin: 20px 20px 0 0;
	background-color: #fff;
	text-align: center;
}

.mod-business-list .item-business a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 24vw 2.66667vw 10.66667vw;
	background-repeat: no-repeat;
	background-position: 50% 5.33333vw;
	background-size: 16.53333vw auto;
	text-decoration: none;
}

.mod-business-list .item-business a:after {
	content: '';
	position: absolute;
	right: 1.33333vw;
	bottom: 1.33333vw;
	width: 0;
	height: 0;
	border-top: 1.33333vw transparent solid;
	border-right: 1.33333vw #0077c1 solid;
	border-bottom: 1.33333vw #0077c1 solid;
	border-left: 1.33333vw transparent solid;
}

.mod-business-list .item-business a[href*='/management/'] {
	background-image: url(../img/pic_management_01.png);
}

.mod-business-list .item-business a[href*='/development-of-market/'] {
	background-image: url(../img/pic_development-of-market_01.png);
}

.mod-business-list .item-business a[href*='/internationalization/'] {
	background-image: url(../img/pic_internationalization_01.png);
}

.mod-business-list .item-business a[href*='/funding/'] {
	background-image: url(../img/pic_funding_01.png);
}

.mod-business-list .item-business a[href*='/establishment/'] {
	background-image: url(../img/pic_establishment_01.png);
}

.mod-business-list .item-business a[href*='/business-succession/'] {
	background-image: url(../img/pic_business-succession_01.png);
}

.mod-business-list .item-business a[href*='/saisei/'] {
	background-image: url(../img/pic_saisei_01.png);
}

.mod-business-list .item-business a[href*='/productivity/'] {
	background-image: url(../img/pic_professional-talent_01.png);
}

.is-pc .mod-business-list .item-business a {
	transition: opacity 0.3s ease-in-out;
}

.is-pc .mod-business-list .item-business a:hover {
	opacity: 0.7;
}

.mod-business-list .item-business h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.44em;
	color: #0077c1;
	font-size: 4.26667vw;
	font-weight: bold;
	text-align: center;
}

.mod-business-list .item-business p {
	margin: 6.66667vw 0 0;
	color: #333;
	font-size: 2.93333vw;
}

/* -----------------------------------------------------
** l-home-contents
** -------------------------------------------------- */

.l-home-contents {
	min-height: 124vw;
	padding: 2.66667vw 2.66667vw 29.86667vw;
	background: url(../img/bg_home_contents_01.jpg) no-repeat 50% 50%;
	background-size: cover;
}

/* mod-home-search
-------------------------------------------------- */

.mod-home-search {
	display: flex;
	align-items: center;
	padding: 2.66667vw;
	background-color: #002f7c;
}

.mod-home-search-label {
	display: flex;
	position: relative;
	z-index: 0;
	justify-content: center;
	align-items: center;
	min-width: 10.66667vw;
	height: 10.66667vw;
	margin: 0 2.66667vw 0 0;
	background-color: #ffe200;
	color: #000;
	font-size: 2.66667vw;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.mod-home-search-label::before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 100%;
	width: 0;
	height: 0;
	margin: -1.86667vw 0 0;
	border-width: 1.86667vw 0 1.86667vw 2.53333vw;
	border-style: solid;
	border-color: transparent transparent transparent #ffe200;
	pointer-events: none;
}

.mod-home-search .mt-site-search-container {
	width: 100%;
}

.mod-home-search .mt-site-search-form {
	display: flex;
	position: relative;
	z-index: 0;
}

.mod-home-search .mt-site-search-form * {
	box-sizing: border-box;
}

.mod-home-search .mt-site-search-form::before {
	content: '\f002';
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 1.33333vw;
	color: #0077c1;
	font-family: 'Font Awesome 6 Free';
	font-size: 4.8vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-indent: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-home-search .mt-site-search-form__query {
	position: relative;
	width: 100%;
	height: 10.66667vw;
	padding: 0 1.33333vw 0 8vw;
	border: none;
}

.mod-home-search .mt-site-search-form__button {
	position: static;
	box-sizing: border-box;
	min-width: 13.33333vw;
	height: 10.66667vw;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	background-color: #0077c1;
	background-clip: padding-box;
	color: inherit;
	color: #fff;
	font-size: inherit;
	font-size: 3.73333vw;
	vertical-align: middle;
	text-indent: 0;
	letter-spacing: 0.05em;
	-webkit-transform: none;
	transform: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.mod-home-search .mt-site-search-form__button::-ms-clear {
	display: none;
}

.mod-home-search .mt-site-search-form__button::-ms-reveal {
	display: none;
}

.mod-home-search .mt-site-search-form__button::-ms-expand {
	display: none;
}

.mod-home-search .mt-site-search-form__button::before {
	display: none;
}

/* mod-home-slide
-------------------------------------------------- */

.mod-home-slide {
	position: relative;
	margin: 3.33333vw 0 0;
	padding: 0 0 6.26667vw;
  /* slick */;
}

.mod-home-slide .item-home-kv {
	position: relative;
}

.mod-home-slide .item-home-kv picture {
	height: 100%;
}

.mod-home-slide .item-home-kv img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.mod-home-slide .mod-link {
	position: absolute;
	bottom: 4vw;
	left: 6.66667vw;
	margin: 0;
}

.mod-home-slide .mod-link > a {
	min-width: 40vw;
	min-height: 8vw;
	padding: 0 6.13333vw;
	font-size: 3.2vw;
}

.mod-home-slide .mod-link > a.yv {
	color: #000;
}

.mod-home-slide .mod-link > a::after {
	right: 1.33333vw;
}

.mod-home-slide .slick-list,
.mod-home-slide .slick-track {
	height: 53.33333vw;
}

.mod-home-slide .slick-dots {
	bottom: 0;
}

.mod-home-slide .slick-prev,
.mod-home-slide .slick-next {
	overflow: hidden;
	width: 6.66667vw;
	height: 6.66667vw;
	margin: -3.73333vw 0 0;
	font-size: 6.66667vw;
	white-space: nowrap;
	text-indent: 200%;
}

.mod-home-slide .slick-prev::before,
.mod-home-slide .slick-next::before {
	text-shadow: 0 0 0.8vw black;
	text-indent: 0;
}

.mod-home-slide .slick-prev::before {
	content: '\f053';
}

.mod-home-slide .slick-next::before {
	content: '\f054';
}

/* mod-home-business
-------------------------------------------------- */

.mod-home-business {
	margin: 4vw 0 0;
	padding: 1.33333vw;
	background-color: #002f7c;
}

.mod-home-business-title {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 5.86667vw;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.mod-home-business-title .icon {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 7.73333vw;
	height: 7.73333vw;
	margin: 2vw 3.33333vw 0 0;
	border-radius: 50%;
	background-color: #0077c1;
}

.mod-home-business-title .icon::before {
	content: '';
	display: block;
	position: absolute;
	top: -2vw;
	left: 50%;
	width: 11.2vw;
	height: 4.8vw;
	background: url(../img/ttl_our-business_01.png) no-repeat 50% 0;
	background-size: 11.2vw auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mod-home-business-title .icon::after {
	content: '\f1ad';
	display: inline-block;
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.2vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-home-business ul {
	display: -ms-grid;
	display: grid;
	margin: 2.4vw 0 0;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	gap: 1.33333vw;
}

.mod-home-business ul.mod-home-business-list {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.mod-home-business li {
	position: relative;
	z-index: 0;
	height: 24vw;
	background-color: #fff;
	font-size: 3.73333vw;
	font-weight: bold;
	line-height: calc(32/28);
}

.mod-home-business li.is-hot a {
	justify-content: flex-start;
	padding: 0 1.06667vw 1.06667vw;
	color: #fff;
	font-size: 3.33333vw;
	line-height: calc(15/13);
}

.mod-home-business li.is-hot a::before {
	content: none;
}

.mod-home-business li.is-hot:before {
	content: 'HOT';
	display: block;
	position: absolute;
	z-index: 5;
	top: -0.26667vw;
	left: -0.26667vw;
	overflow: hidden;
	width: 8.26667vw;
	height: 8.26667vw;
	background: url(../img/label_hot_01.png) no-repeat 50% 50%;
	background-size: contain;
	white-space: nowrap;
	text-indent: 200%;
}

.mod-home-business li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 1.33333vw;
	color: #0077c1;
	text-align: center;
	text-decoration: none;
}

.mod-home-business li a::before {
	content: '';
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 0;
	height: 0;
	border-width: 0 0 6px 6px;
	border-style: solid;
	border-color: transparent transparent #0077c1 transparent;
}

.mod-home-business li .mod-icon {
	width: 16vw;
	height: 12vw;
	-ms-grid-column-align: center;
	justify-self: center;
}

.mod-home-business li.mod-home-business-list:nth-child(1),
.mod-home-business li.mod-home-business-list:nth-child(2),
.mod-home-business li.mod-home-business-list:nth-child(3) {
	height: 19.73333vw;
	font-size: 4vw;
}

.mod-home-business li.mod-home-business-list:nth-child(1) a,
.mod-home-business li.mod-home-business-list:nth-child(2) a,
.mod-home-business li.mod-home-business-list:nth-child(3) a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: left;
	gap: 1.33333vw;
}

.mod-home-business li.mod-home-business-list:nth-child(1) .mod-icon,
.mod-home-business li.mod-home-business-list:nth-child(2) .mod-icon,
.mod-home-business li.mod-home-business-list:nth-child(3) .mod-icon {
	width: 17.06667vw;
	height: 16.13333vw;
}

.is-pc .mod-home-business li.mod-home-business-list:nth-child(1):hover,
.is-pc .mod-home-business li.mod-home-business-list:nth-child(2):hover,
.is-pc .mod-home-business li.mod-home-business-list:nth-child(3):hover {
	background-position: 0 100%;
}

.mod-home-business li.is-hot:nth-child(1) {
	background: linear-gradient(135deg, #e68ded 50%, #c842e0 100%) 100% 50%;
	background-size: 200% 100%;
}

.mod-home-business li.is-hot:nth-child(1) a span {
	margin: 1.06667vw 0 1.33333vw;
}

.mod-home-business li.is-hot:nth-child(2) {
	background: linear-gradient(135deg, #53db9c 50%, #18a363 100%) 100% 50%;
	background-size: 200% 100%;
}

.mod-home-business li.is-hot:nth-child(3) {
	background: linear-gradient(135deg, #44d2eb 50%, #037daa 100%) 100% 50%;
	background-size: 200% 100%;
}

.mod-home-business li.is-hot:nth-child(1):hover,
.mod-home-business li.is-hot:nth-child(2):hover,
.mod-home-business li.is-hot:nth-child(3):hover {
	background-position: 0 100%;
}

.mod-home-business .mod-icon {
	background: no-repeat 50% 50%;
	background-size: contain;
}

.mod-home-business .mod-icon.foreign {
	background-image: url(../img/ico_foreign_01.png);
}

.mod-home-business .mod-icon.dx {
	background-image: url(../img/ico_dx_01.png);
}

.mod-home-business .mod-icon.carbon {
	background-image: url(../img/ico_carbon_01.png);
}

.mod-home-business .mod-icon.car {
	background-image: url(../img/ico_car_01.png);
}

.mod-home-business .mod-icon.consult {
	background-image: url(../img/ico_consult_01.png);
}

.mod-home-business .mod-icon.sales {
	background-image: url(../img/ico_sales_01.png);
}

.mod-home-business .mod-icon.world {
	background-image: url(../img/ico_world_01.png);
}

.mod-home-business .mod-icon.investment {
	background-image: url(../img/ico_investment_01.png);
}

.mod-home-business .mod-icon.venture {
	background-image: url(../img/ico_venture_01.png);
}

.mod-home-business .mod-icon.business {
	background-image: url(../img/ico_business_01.png);
}

.mod-home-business .mod-icon.support {
	background-image: url(../img/ico_support_01.png);
}

.mod-home-business .mod-icon.team {
	background-image: url(../img/ico_team_01.png);
}

/* mod-home-event-bnr 2024.04.11 追加
-------------------------------------------------- */

.mod-home-event-bnr {
	display: flex;
	align-items: flex-end;
}

.mod-home-event-bnr a {
	background-color: #fff;
}

.mod-home-event-bnr img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: opacity 0.2s ease-in-out;
}

.mod-home-event-bnr img:hover {
	opacity: 0.7;
}

/* mod-home-blog
-------------------------------------------------- */

.mod-home-blog {
	margin: 2.66667vw 0 0;
	padding: 2.13333vw 2.66667vw 1.33333vw;
	background-color: #fff;
}

.mod-home-blog-title {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0077c1;
	font-size: 5.86667vw;
	font-weight: bold;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

.mod-home-blog-title .icon {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 7.73333vw;
	height: 7.73333vw;
	margin: 2vw 2.66667vw 0 0;
	border-radius: 50%;
	background-color: #0077c1;
}

.mod-home-blog-title .icon::before {
	content: '';
	display: block;
	position: absolute;
	top: -1.6vw;
	left: 50%;
	width: 11.2vw;
	height: 4.8vw;
	background: url(../img/ttl_staff-blog_01.png) no-repeat 50% 0;
	background-size: 11.2vw auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mod-home-blog-title .icon::after {
	content: '\f044';
	display: inline-block;
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.2vw;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}

.mod-home-blog-title .text {
	position: relative;
	z-index: 0;
}

.mod-home-blog-title .text::before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.4vw;
	background-color: #ffeb00;
}

.mod-home-blog-article {
	margin: 2.13333vw 0 0;
}

.mod-home-blog-article a {
	display: -ms-grid;
	display: grid;
	position: relative;
	color: #333;
	text-decoration: none;
	-ms-grid-columns: 44vw 2.66667vw 1fr;
	grid-template-columns: 44vw 1fr;
	-ms-grid-rows: auto 1.06667vw 1fr;
	grid-template-rows: auto 1fr;
	grid-template-areas: 'image date' 'image heading';
	gap: 1.06667vw 2.66667vw;
}

.mod-home-blog-article h3 {
	display: -webkit-box;
	position: relative;
	overflow: hidden;
	max-height: 3.8em;
	font-size: 3.73333vw;
	font-weight: bold;
	line-height: calc(36/28);
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	grid-area: heading;
}

.mod-home-blog-article .mod-category {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 24vw;
	height: 5.33333vw;
	padding: 0 0 0 1.33333vw;
	line-height: 1.2;
}

.mod-home-blog-article .mod-category::after {
	right: -5.2vw;
	border-width: 2.8vw 2.66667vw 2.66667vw 2.66667vw;
}

.mod-home-blog-article time {
	display: flex;
	align-items: center;
	font-size: 2.93333vw;
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: date;
	gap: 1.33333vw;
}

.mod-home-blog-article time .mod-new {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1.33333vw;
	background-color: #ba0000;
	color: #fff;
	font-size: 1.33333vw;
	letter-spacing: 0.1em;
}

.mod-home-blog-article figure {
	overflow: hidden;
	width: 100%;
	max-height: 22.4vw;
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	grid-area: image;
}

.mod-home-blog-article figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 0;
	object-position: 50% 0;
}

/* -----------------------------------------------------
** l-home-kv
** -------------------------------------------------- */

.l-home-kv {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.l-home-kv .item-home-kv {
	position: relative;
	width: 100%;
	max-height: 100vh;
	margin: 0 auto;
}

.l-home-kv .item-home-kv picture,
.l-home-kv .item-home-kv source,
.l-home-kv .item-home-kv img {
	width: 100%;
	height: auto;
}

.l-home-kv .item-home-kv .mod-link {
	position: absolute;
	top: 46.66667vw;
	left: 8vw;
}

.l-home-kv .item-home-kv .mod-link a:nth-child(2) {
	margin-left: 10px;
}

.l-home-kv .slick-dots {
	bottom: 106.66667vw;
}

.l-home-kv .slick-arrow {
	width: 8vw;
	height: 0;
	padding: 8vw 0 0;
}

.l-home-kv .slick-arrow:before {
	font-size: 3.73333vw;
}

.l-home-kv .slick-arrow.slick-prev:before {
	content: '\f053';
}

.l-home-kv .slick-arrow.slick-next:before {
	content: '\f054';
}

.l-home-kv .l-home-video {
	position: relative;
	margin: -4.66667vw 5.33333vw 26.66667vw;
}

.l-home-kv .l-home-video-title {
	display: flex;
	height: 6.66667vw;
	margin: 0 2.66667vw;
	background: #333;
	color: #fff;
}

.l-home-kv .l-home-video-title span.live {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding-right: 6.66667vw;
	padding-left: 2.66667vw;
	background: #c00;
	font-size: 3.86667vw;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.2em;
}

.l-home-kv .l-home-video-title span.live:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 3.33333vw solid #333;
	border-right: 3.33333vw solid #333;
	border-bottom: 3.33333vw solid transparent;
	border-left: 3.33333vw solid transparent;
}

.l-home-kv .l-home-video-title span {
	display: flex;
	position: relative;
	overflow: hidden;
	align-items: center;
	padding-left: 1.33333vw;
	font-size: 2.53333vw;
	white-space: nowrap;
	letter-spacing: 0.07em;
	text-overflow: ellipsis;
}

.l-home-kv .l-home-video-title span:nth-of-type(2) {
	padding-left: 0 !important;
}

.l-home-kv .l-home-video-iframe {
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 2.66667vw;
	padding-bottom: 56.25%;
}

.l-home-kv .l-home-video-iframe iframe {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.l-home-kv .l-home-video-footer {
	position: relative;
	z-index: 1;
	margin-top: -4vw;
	padding: 5.33333vw 0 3.2vw;
	background: #c00;
	color: #fff;
	text-align: center;
}

.l-home-kv .l-home-video-footer a {
	display: inline-block;
	color: #fff;
	font-size: 2.93333vw;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.05em;
}

.is-pc .l-home-kv .l-home-video-footer a:hover {
	opacity: 0.7;
}

.l-home-kv .l-home-video-footer a .fa-youtube {
	position: relative;
	top: 2px;
	margin-right: 5px;
	font-size: 4vw;
}

.l-home-kv .l-home-video-footer p {
	font-size: 2.66667vw;
	line-height: 1.5;
}

/* -----------------------------------------------------
** l-home-sns
** -------------------------------------------------- */

.l-home-sns {
	display: none;
}

/* -----------------------------------------------------
** l-home-topics
** -------------------------------------------------- */

.l-home-topics {
	position: relative;
	min-height: 453.33333vw;
	padding: 0 0 24vw;
	background: #0077c1 url(../img/bg_home_sp_01.png) no-repeat 50% 100%;
	background-size: auto 451.46667vw;
	color: #fff;
	text-align: center;
}

.l-home-topics:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: -22.4vw;
	right: 0;
	left: 0;
	width: 21.33333vw;
	height: 10.66667vw;
	margin: auto;
	background: url(../img/ttl_topics_02.png) no-repeat 0 0;
	background-size: 100% auto;
}

.l-home-topics .mod-home-title {
	padding: 0 !important;
}

.l-home-topics .mod-home-title:before {
	content: '\f0f3';
	top: -18.4vw !important;
}

.l-home-topics .mod-home-title:after {
	content: '';
	display: block;
	position: absolute;
	top: -10.4vw;
	left: 50%;
	width: 95%;
	height: 10.4vw;
	margin: 0 auto;
	background-color: #0077c1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-home-topics .mod-link {
	width: 73.33333vw;
	margin: 6.66667vw auto 0;
}

.mod-topics-nav {
	padding: 6.66667vw 2.66667vw 0;
}

.mod-topics-nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 !important;
}

.mod-topics-nav ul li {
	width: calc(100% / 3 - 6px / 2);
	padding: 0 !important;
	line-height: 1.22;
}

.mod-topics-nav ul li:before {
	display: none;
}

.mod-topics-nav ul li a {
	display: block;
	padding: 2.66667vw 0;
	border: 0.13333vw #fff solid;
	color: #fff;
	font-size: 2.66667vw;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
}

.mod-topics-nav ul li a.is-active {
	position: relative;
	background-color: #fff;
	color: #0077c1;
}

.mod-topics-nav ul li a.is-active:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -2.4vw;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -0.66667vw;
	border-top: 1.33333vw #fff solid;
	border-right: 1.06667vw transparent solid;
	border-bottom: 1.33333vw transparent solid;
	border-left: 1.06667vw transparent solid;
}

.is-pc .mod-topics-nav ul li a:hover {
	background-color: #fff;
	color: #0077c1;
}

/* -----------------------------------------------------
** l-home-tools
** -------------------------------------------------- */

.l-home-tools {
	text-align: center;
}

.l-home-tools .mod-home-title {
	padding: 9.33333vw 0 38.66667vw !important;
	background-color: #0077c1 !important;
}

.l-home-tools-facebook {
	position: relative;
	margin: 22.66667vw 0 0;
}

.l-home-tools-facebook .item-facebook {
	position: relative;
	margin: -34.66667vw 5.33333vw 0;
	background-color: #fff;
}

.l-home-tools-facebook .item-facebook iframe {
	margin: 0 auto;
}

.l-home-tools-facebook:before {
	content: '';
	display: block;
	position: absolute;
	top: -12vw;
	right: 0;
	left: 0;
	width: 21.33333vw;
	height: 10.66667vw;
	margin: auto;
	background: url(../img/ttl_facebook_01.png) no-repeat 0 0;
	background-size: 100% auto;
}

.l-home-tools-facebook .mod-home-title:before {
	content: '\f39e';
	font-family: 'Font Awesome 6 Brands' !important;
}

.l-home-tools-twitter {
	position: relative;
	margin: 22.66667vw 0 0;
}

.l-home-tools-twitter .item-twitter {
	position: relative;
	height: 364px;
	margin: -34.66667vw 5.33333vw 0;
	background: #fff url(../img/bg_twitter_01.png) no-repeat 50% 40%;
	background-size: auto 26.66667vw;
	box-shadow: 0.53333vw 0.53333vw 1.6vw rgba(0, 0, 0, 0.3);
}

.l-home-tools-twitter .item-twitter a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.l-home-tools-twitter .item-twitter a span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
	width: 84%;
	margin: auto;
	padding: 10px;
	border: 1px #0077c1 solid;
}

.l-home-tools-twitter .item-twitter iframe {
	width: 100%;
	margin: 0 auto;
}

.l-home-tools-twitter:before {
	content: '';
	display: block;
	position: absolute;
	top: -12vw;
	right: 0;
	left: 0;
	width: 21.33333vw;
	height: 10.66667vw;
	margin: auto;
	background: url(../img/ttl_twitter_01.png) no-repeat 0 0;
	background-size: 100% auto;
}

.l-home-tools-twitter .mod-home-title:before {
	content: '\e61b';
	font-family: 'Font Awesome 6 Brands' !important;
}

.l-home-tools-blog {
	position: relative;
	margin: 0;
}

.l-home-tools-blog:before {
	content: '';
	display: block;
	position: absolute;
	top: -12vw;
	right: 0;
	left: 0;
	width: 21.33333vw;
	height: 10.66667vw;
	margin: auto;
	background: url(../img/ttl_staff-blog_01.png) no-repeat 0 0;
	background-size: 100% auto;
}

.l-home-tools-blog .mod-home-title:before {
	content: '\f044';
}

.l-home-tools-blog .mod-blog-list {
	margin-top: -34.66667vw;
}

.l-home-tools-sapokana {
	position: relative;
	margin: 22.66667vw 0 0;
}

.l-home-tools-sapokana:before {
	content: '';
	display: block;
	position: absolute;
	top: -12vw;
	right: 0;
	left: 0;
	width: 21.33333vw;
	height: 10.66667vw;
	margin: auto;
	background: url(../img/ttl_magazine_01.png) no-repeat 0 0;
	background-size: 100% auto;
}

.l-home-tools-sapokana .mod-home-title:before {
	content: '\f570';
}

.l-home-tools-sapokana .mod-sapokana-list {
	margin-top: -34.66667vw;
}

/* -----------------------------------------------------
** l-home-business
** -------------------------------------------------- */

.l-home-business {
	position: relative;
	margin: 22.66667vw 0 0;
	padding: 0 0 10.66667vw;
	background: url(../img/bg_line_01.png) repeat 0 0;
	text-align: center;
}

.l-home-business:before {
	content: '';
	display: block;
	position: absolute;
	top: -12vw;
	right: 0;
	left: 0;
	width: 21.33333vw;
	height: 10.66667vw;
	margin: auto;
	background: url(../img/ttl_our-business_01.png) no-repeat 0 0;
	background-size: 100% auto;
}

.l-home-business .mod-home-title {
	color: #333;
}

.l-home-business .mod-home-title:before {
	content: '\f1ad';
	color: #fff;
}

/* -----------------------------------------------------
** l-home-sub-nav
** -------------------------------------------------- */

.l-home-sub-nav {
	padding: 6.66667vw 2.66667vw 10.66667vw;
}

.l-home-sub-nav .mod-link {
	max-width: 73.33333vw;
	margin: 0 auto;
}

.l-home-sub-nav .mod-link ul {
	margin: 0 !important;
}

.l-home-sub-nav .mod-link ul li {
	width: 100%;
	margin: 4vw 0 0;
}

/* -----------------------------------------------------
** l-home-aside
** -------------------------------------------------- */

.l-home-aside {
	padding: 12vw 0 18.66667vw;
	background-color: #0077c1;
}

.l-home-aside h2 {
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 5.33333vw;
	font-weight: bold;
	text-align: center;
}

.l-home-aside .mod-slide-aside {
	position: relative;
	margin: 5.33333vw 0 0;
}

.l-home-aside .mod-slide-aside .item-slide {
	width: 50.66667vw;
	margin: 0 1.33333vw;
	box-shadow: 0.26667vw 0.26667vw 0.8vw rgba(0, 0, 0, 0.3);
}

.l-home-aside .mod-slide-aside .item-slide a {
	display: block;
	background-color: #fff;
}

.l-home-aside .mod-slide-aside .item-slide a img {
	width: 100%;
	height: auto;
}

.l-home-aside .mod-slide-aside .item-slide a:after {
	display: none;
}

.is-pc .l-home-aside .mod-slide-aside .item-slide a img {
	transition: opacity 0.3s ease-in-out;
}

.is-pc .l-home-aside .mod-slide-aside .item-slide a img:hover {
	opacity: 0.7;
}

.l-home-aside .mod-slide-aside .slick-dots {
	bottom: -8.26667vw;
}

.l-home-aside .mod-slide-aside .slick-arrow {
	width: 8vw;
	height: 0;
	padding: 8vw 0 0;
	background: linear-gradient(135deg, #0077c1 50%, #002f7c 100%) 100% 50%;
	background-size: 200% 100%;
}

.l-home-aside .mod-slide-aside .slick-arrow:before {
	font-size: 3.73333vw;
}

.l-home-aside .mod-slide-aside .slick-arrow.slick-prev:before {
	content: '\f104';
}

.l-home-aside .mod-slide-aside .slick-arrow.slick-next:before {
	content: '\f105';
}

.is-pc .l-home-aside .mod-slide-aside .slick-arrow:hover {
	background-position: 0 100%;
	opacity: 1.0;
}

/* -----------------------------------------------------
** search
** -------------------------------------------------- */

.l-main .l-search-heading {
	padding: 0 0 1.6vw;
	border-bottom: 1px solid #ccc;
	background-color: inherit;
	color: inherit;
	font-weight: bold;
}

.l-search-list {
	margin-top: 5.33333vw;
}

.l-search-list .mod-border-box {
	margin-top: 5.33333vw;
	padding: 4vw 2.66667vw;
}

.l-search-list .mod-border-box:first-child {
	margin-top: 0;
}

.l-search-item {
	margin: 2.66667vw 0 0;
	padding: 4vw 2.66667vw;
	border: 1px solid #ccc;
}

.l-search-item:first-child {
	margin-top: 0;
}

.l-search-item .l-search-title {
	margin-top: 0;
	font-size: 1.8rem;
	font-weight: bold;
}

.l-search-item .l-search-url {
	margin-top: 1.33333vw;
	word-break: break-all;
}

/* -----------------------------------------------------
** support-kanagawa
** -------------------------------------------------- */

.l-support-kanagawa-refine {
	display: flex;
	flex-direction: column;
}

.l-support-kanagawa-refine .col-search {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.l-support-kanagawa-refine .col-search label {
	font-size: 2.93333vw;
	white-space: nowrap;
}

.l-support-kanagawa-refine .col-search .mod-search {
	min-width: 40vw;
	margin: 0 0 0 2.66667vw;
}

.l-support-kanagawa-refine .col-year {
	margin: 2.66667vw 0 0 0;
}

.l-support-kanagawa-refine + h2 {
	margin-top: 4vw;
}

.refs-list {
	padding: 2vw 1.33333vw;
	border: 1px solid #ccc;
}

.refs-list dt,
.refs-list dd {
	line-height: 1.45;
	vertical-align: middle;
	letter-spacing: 0.1em;
	word-break: break-all;
}

.refs-list dd {
	margin: 2vw 0 0;
}

.mod-big-title h2 {
	margin-top: -6.66667vw;
	border: 2px solid #ccc;
	background: none;
	color: #333;
}

.mod-big-title div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 2.66667vw;
}

.mod-big-title div span {
	margin-top: 1.33333vw;
}

.mod-bg-main .bg-title {
	font-size: 4.26667vw;
	font-weight: bold;
}

.mod-bg-main .bg-title:nth-of-type(2) {
	text-decoration: underline;
}

.mod-bg-main .blue-title {
	display: inline-block;
	padding: 5px 10px;
	border: solid 2px #2f528f;
	border-radius: 5px;
	background: #deebf7;
	font-weight: bold;
}

.mod-link-productivity ul {
	display: flex;
	margin: 0 !important;
}

.mod-link-productivity ul li {
	position: relative;
	width: calc(100% / 2 - 5px / 2);
	padding: 0 !important;
	font-weight: bold;
	line-height: 1 !important;
	letter-spacing: 0;
}

.mod-link-productivity ul li a {
	display: block;
	padding: 2rem 0 2.4rem;
	border: 2px solid #0077c1;
	background-color: #fff;
	color: #0077c1;
	font-size: 3.2vw;
	text-align: center;
	text-decoration: none;
}

.mod-link-productivity ul li:before {
	content: none;
}

.mod-link-productivity ul li:after {
	content: '';
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	width: 1.0rem;
	height: 0.6rem;
	background: url(/img/ico_arrow_blue.png) no-repeat 50% 50%/contain;
}

.l-section-productivity .mod-productivity-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.l-section-productivity.productivity-about .mod-productivity-image {
	margin: 6rem 0 0;
}

.l-section-productivity.productivity-flow .mod-flow-bg {
	background-color: #fff3d9;
}

.l-section-productivity.productivity-flow .mod-flow-bg img {
	display: block;
	width: 64.6rem;
	max-width: 100%;
	margin: 0 auto;
}

.l-section-productivity.productivity-flow .mod-flow-nav {
	display: block;
	margin: 4rem 0 0;
}

.l-section-productivity.productivity-flow .mod-flow-nav a {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 10rem;
	margin: 0 0 2rem;
	border-radius: 10rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.l-section-productivity.productivity-flow .mod-flow-nav a span {
	position: relative;
	font-size: 1.4rem;
}

.l-section-productivity.productivity-flow .mod-flow-nav a span:before {
	content: '';
	position: absolute;
	bottom: 1rem;
	width: 1.33rem;
	height: 0.75rem;
	background: url(/img/ico_arrow_white.png) no-repeat 50% 50%/contain;
}

.l-section-productivity.productivity-flow .mod-flow-nav a span strong {
	display: block;
	margin: 1.5rem 0 0.5rem;
	font-size: 2.2rem;
	font-weight: bold;
}

.l-section-productivity.productivity-flow .mod-flow-nav .pink {
	background-color: #d86d82;
}

.l-section-productivity.productivity-flow .mod-flow-nav .yellow {
	background-color: #d18b32;
}

.l-section-productivity.productivity-flow .mod-flow-nav .blue {
	background-color: #56a1a9;
}

.l-section-productivity.productivity-flow .mod-productivity-flow-heading {
	margin: 0;
	padding: 1.0rem 0 1.5rem;
	border-width: 0;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
}

.l-section-productivity.productivity-flow .mod-productivity-flow-heading span {
	display: block;
	margin: 0 0 0.5rem;
	font-size: 2.8rem;
	font-weight: bold;
}

.l-section-productivity.productivity-flow .mod-productivity-flow-heading.pink {
	background-color: #d86d82;
}

.l-section-productivity.productivity-flow .mod-productivity-flow-heading.yellow {
	background-color: #d18b32;
}

.l-section-productivity.productivity-flow .mod-productivity-flow-heading.blue {
	background-color: #56a1a9;
}

.l-section-productivity.productivity-flow .mod-productivity-image {
	margin: 3rem 0 0;
}

.l-section-productivity .l-box.pink {
	background-color: #fff4f4 !important;
}

.l-section-productivity .l-box.pink h4 {
	background-color: transparent;
	font-size: 2.2rem;
}

.l-section-productivity .l-box.pink p {
	margin: 20px 0 0;
	font-size: 1.8rem;
	line-height: calc(30/18);
}

.l-section-productivity .mod-red {
	color: #c00;
}

.l-section-productivity .mod-table table {
	margin: 30px 0 0;
}

.l-section-productivity .mod-table th {
	padding: 10px 15px;
}

.l-section-productivity .mod-table th:nth-child(1) {
	width: 6rem;
}

.l-section-productivity .mod-table th:nth-child(2) {
	width: 47.1rem;
}

.l-section-productivity .mod-table th:nth-child(3) {
	width: 64.5rem;
}

.l-section-productivity .mod-table td {
	padding: 15px;
}

.l-section-productivity .mod-table td:nth-child(1) {
	text-align: right;
}

.mod-kv-fundings {
	order: 3;
}

.mod-kv-fundings img {
	width: auto !important;
}

.mod-table.mod-table-fundings table {
	width: 100% !important;
}

.mod-table.mod-table-fundings td:nth-child(2) {
	width: 75%;
}

.l-section-funding .mod-funding-heading {
	width: 100%;
	margin: 8vw 0 0;
	padding: 5.33333vw 4vw;
	background-color: #d9ebff;
}

.l-section-funding .mod-funding-heading h4 {
	overflow: hidden;
	width: 100%;
	height: 13.33333vw;
	margin: 0 auto;
	padding: 0;
	background: url(/img/business-support/ph_funding_03.png) no-repeat 50% 50%;
	background-size: contain;
	white-space: nowrap;
	text-indent: 200%;
}

.l-section-funding .mod-funding-heading p {
	margin: 3.73333vw 0 0;
	font-size: 3.73333vw;
	text-align: center;
}

.l-section-funding .l-column .l-column-inner figure {
	width: 100%;
	width: 53.33333vw;
	height: 48vw;
	margin: 0 auto;
}

.l-section-funding .l-column .l-column-inner h4 {
	margin: 5.33333vw 0 0;
	font-size: 4.8vw;
	text-align: center;
}

.l-section-funding .l-column .l-column-inner p {
	margin: 2.66667vw 0 0;
	line-height: 2;
}

.l-section-funding .mod-link.mod-link-big {
	justify-content: center;
}

.l-section-funding .mod-link.mod-link-big > a {
	width: 100%;
	font-size: 4.8vw;
}

.l-section-funding .mod-link.mod-link-big > a:after {
	font-size: 4.8vw;
}

.l-section-funding .mod-funding-search {
	margin: 10.66667vw 0 0;
}

.l-section-funding .mod-funding-search-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 53.33333vw;
	height: 53.33333vw;
	margin: 0 auto 8vw;
	border-radius: 50%;
}

.l-section-funding .mod-funding-search-item:last-child {
	margin: 0 auto;
}

.l-section-funding .mod-funding-search-item.pink {
	background-color: #d86d82;
}

.l-section-funding .mod-funding-search-item.yellow {
	background-color: #d18b32;
}

.l-section-funding .mod-funding-search-item.blue {
	background-color: #56a1a9;
}

.l-section-funding .mod-funding-search-item p {
	margin: 0;
	color: #fff;
	font-size: 4.8vw;
	line-height: 1.6;
	text-align: center;
}

.l-section-funding .mod-funding-search-item p span {
	display: block;
	font-size: 5.86667vw;
	font-weight: bold;
}

.l-section-funding .mod-funding-faq dt {
	margin: 0;
	padding: 1.33333vw 2.66667vw;
	background-color: #eff7ff;
}

.l-section-funding .mod-funding-faq dd {
	margin: 5.33333vw 0;
	padding: 0 2.66667vw;
}

.l-section-funding .mod-funding-faq dd:last-of-type {
	margin: 5.33333vw 0 0;
}

.mod-fundings-search-area {
	padding: 2.66667vw 4vw;
	background-color: #f5f5f5;
}

.mod-fundings-search-area .mod-fundings-search-block {
	margin: 5.33333vw 0;
}

.mod-fundings-search-area .mod-fundings-search-block .mod-fundings-search-title {
	min-width: 200px;
	margin: 2.66667vw 2.66667vw 0 0;
	font-size: 3.73333vw;
	font-weight: bold;
	white-space: nowrap;
}

.mod-fundings-search-area .mod-fundings-search-block .mod-fundings-search-item input[type='text'] {
	width: 100%;
	margin: 2.66667vw 0 0;
	padding: 1.33333vw;
	border: 1px #ccc solid;
}

.mod-fundings-search-area .mod-fundings-search-check {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.mod-fundings-search-area .mod-fundings-search-check li {
	margin: 2.66667vw 2.66667vw 0 0;
	padding: 0;
}

.mod-fundings-search-area .mod-fundings-search-check li::before {
	display: none;
}

.mod-fundings-search-area .mod-fundings-search-check li input[type='checkbox'] {
	display: none;
}

.mod-fundings-search-area .mod-fundings-search-check li input[type='checkbox'] + label {
	cursor: pointer;
	display: block;
	padding: 1.33333vw 2.66667vw;
	border: 1px #ccc solid;
	background-color: #eee;
	color: #666;
	transition: all 0.1s linear;
}

.mod-fundings-search-area .mod-fundings-search-check.category li input[type='checkbox']:checked + label {
	border-color: #e95a24;
	background-color: #e95a24;
	color: #fff;
}

.mod-fundings-search-area .mod-fundings-search-check.keywords li input[type='checkbox']:checked + label {
	border-color: #20af46;
	background-color: #20af46;
	color: #fff;
}

/* -----------------------------------------------------
** DX
** -------------------------------------------------- */

.l-section-dx {
	margin: 0 !important;
}

.l-section-dx-sup-kana {
	margin: 40px 0 0 !important;
}

.mod-dx-image {
	max-width: 460px;
	margin: 0 auto !important;
}

/* -----------------------------------------------------
** carbon-neutral
** -------------------------------------------------- */

.mod-cn-image {
	max-width: 690px;
	margin: 30px auto 10px !important;
}

/* -----------------------------------------------------
** carbon-neutral
** -------------------------------------------------- */

.mod-cn-image {
	max-width: 690px;
	margin: 30px auto 10px !important;
}

.mod-cn-home-heading {
	padding: 0 !important;
	background-color: transparent !important;
	color: #333 !important;
	font-weight: bold;
	text-align: center;
}

.mod-cn-home-mv {
	display: block;
	margin: 8vw auto 0;
}

.mod-cn-home-mv img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.mod-cn-home-banner {
	display: block;
	width: 100%;
	margin: 8vw auto 0;
}

.mod-cn-home-banner img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.mod-cn-home-ex {
	margin: 8vw 0 0 !important;
}

.mod-cn-merit .num h3 {
	position: relative;
	padding: 2.66667vw 2.66667vw 2.66667vw 13.33333vw;
	border-left: none;
	border-top-left-radius: 1.33333vw;
	border-top-right-radius: 1.33333vw;
	font-weight: bold;
}

.mod-cn-merit .num h3 span {
	display: flex;
	position: absolute;
	top: 50%;
	left: 2.66667vw;
	justify-content: center;
	align-items: center;
	width: 8vw;
	height: 8vw;
	border-radius: 50%;
	color: #fff;
	font-family: Roboto, 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 4.26667vw;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-cn-merit .num.num-01 p {
	border: 0.26667vw solid #d0e7ff;
}

.mod-cn-merit .num.num-01 h3 {
	background-color: #d0e7ff;
	color: #0053a5;
}

.mod-cn-merit .num.num-01 h3 span {
	background-color: #0053a5;
}

.mod-cn-merit .num.num-02 p {
	border: 0.26667vw solid #c4efc4;
}

.mod-cn-merit .num.num-02 h3 {
	background-color: #c4efc4;
	color: #198419;
}

.mod-cn-merit .num.num-02 h3 span {
	background-color: #198419;
}

.mod-cn-merit .num.num-03 p {
	border: 0.26667vw solid #ffe4aa;
}

.mod-cn-merit .num.num-03 h3 {
	background-color: #ffe4aa;
	color: #eb5100;
}

.mod-cn-merit .num.num-03 h3 span {
	background-color: #eb5100;
}

.mod-cn-merit .num.num-04 p {
	border: 0.26667vw solid #ffe8f6;
}

.mod-cn-merit .num.num-04 h3 {
	background-color: #ffe8f6;
	color: #bc1b78;
}

.mod-cn-merit .num.num-04 h3 span {
	background-color: #bc1b78;
}

.mod-cn-merit .num p {
	margin: 0;
	padding: 4vw;
	border-radius: 0 0 1.33333vw 1.33333vw;
}

.l-cn-support-message {
	font-weight: bold;
}

.l-cn-support-message span {
	color: #0077c1;
}

.l-cn-case-list {
	margin: 0;
}

.l-cn-case-list .l-cn-case-item {
	display: flex;
	flex-direction: column;
}

.l-cn-case-list .l-cn-case-item:before {
	content: none !important;
}

.l-cn-case-list .l-cn-case-item figure {
	margin: 0;
}

.l-cn-case-list .l-cn-case-item figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.l-cn-case-company {
	margin: 2.66667vw 0 0;
	font-size: 4.26667vw;
	font-weight: bold;
}

.l-cn-case-title {
	margin: 2.66667vw 0 0;
	padding: 0;
	border: none;
	font-size: 5.33333vw;
	font-weight: bold;
	line-height: 1.5;
}

.l-cn-case-cate {
	display: inline-block;
	min-width: 18.66667vw;
	padding: 0.53333vw 0;
	border-radius: 21.33333vw;
	color: #fff;
	font-size: 3.2vw;
	font-weight: bold;
	text-align: center;
}

.l-cn-case-cate.green {
	background-color: #56a1a9;
}

.l-cn-case-cate.orange {
	background-color: #d18b32;
}

.l-cn-case-cate.pink {
	background-color: #d86d82;
}

.l-cn-case {
	margin: 10.66667vw auto 0;
}

.l-cn-case .l-cn-case-title {
	margin: 5.33333vw 0 0;
	padding: 0;
	background-color: transparent;
	color: #333;
	font-size: 4.8vw;
	font-weight: bold;
}

.l-cn-case .l-cn-case-company {
	margin: 0;
	font-size: 4.26667vw;
}

.l-cn-case .l-cn-case-cate {
	margin: 0 2.66667vw 0 0;
	padding: 0.53333vw 0;
	font-size: 3.73333vw;
}

.l-cn-case .l-cn-case-data {
	display: flex;
	flex-direction: column;
	margin: 8vw 0 0;
	padding: 5.33333vw 4vw;
	border-radius: 2.66667vw;
	background-color: #eee;
	gap: 4vw 0;
}

.l-cn-case .l-cn-case-data figure {
	margin: 0;
}

.l-cn-case .l-cn-case-data figure figcaption {
	margin: 2.66667vw 0 0;
	font-size: 3.2vw;
	line-height: 1.5;
	text-align: left;
}

.l-cn-case .l-cn-case-data .l-cn-case-data-text h3 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 4.26667vw;
}

.l-cn-case .l-cn-case-data .l-cn-case-data-text ul {
	margin: 2.66667vw 0 0;
}

.l-cn-case .l-cn-case-data .l-cn-case-data-text ul li {
	letter-spacing: 0;
}

.l-cn-case-article {
	margin: 10.66667vw 0 0;
}

.l-cn-case-article h3 {
	position: relative;
	margin: 10.66667vw 0 0;
	padding: 0 0 0 13.33333vw;
	border: none;
	font-size: 4.26667vw;
	line-height: 1.6;
}

.l-cn-case-article h3:before {
	content: '';
	position: absolute;
	top: -2.13333vw;
	left: 0;
	width: 10.66667vw;
	height: 10.66667vw;
	background: url(..//img/business-support/cn/ttl_cn_case_logo.png) no-repeat 50% 50%/contain;
}

.l-cn-case-article p {
	margin: 4vw 0 0 !important;
	font-size: 3.73333vw;
	line-height: 2;
}

.l-cn-case-article h3 + p {
	margin: 5.33333vw 0 0 !important;
}

.l-cn-case-article a {
	display: inline-block;
	margin: 5.33333vw 0 0;
	font-size: 3.73333vw;
	line-height: 1.4;
}

.l-box-cn-point {
	position: relative;
	margin: 10.66667vw 0 0;
	padding: 5.33333vw 5.33333vw 0;
	border: 0.53333vw solid #ffe200;
	border-radius: 2.66667vw;
	background-color: #fdffe9;
}

.l-box-cn-point:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 5.33333vw;
	width: 40vw;
	height: 35.46667vw;
	background: url(../img/business-support/cn/illust_cn_case_01.png) no-repeat 50% 50%/contain;
}

.l-box-cn-point.men-illust:before {
	content: '';
	background: url(../img/business-support/cn/illust_cn_case_02.png) no-repeat 50% 50%/contain;
}

.l-box-cn-point h2.l-box-cn-point-title {
	margin: 0;
	padding: 0;
	background-color: inherit;
	color: #f33c16;
	font-size: 4.26667vw;
	font-weight: bold;
	line-height: 2;
}

.l-box-cn-point-inner {
	margin: 5.33333vw 0 0;
	padding: 0 0 40vw;
}

.l-box-cn-point-inner p {
	margin: 4.8vw 0 0;
	font-size: 3.73333vw;
	line-height: 2;
}

.l-box-cn-point-inner p:first-child {
	margin: 0;
}

.l-box-cn-point-inner a {
	display: inline-block;
	margin: 5.33333vw 0 0;
	font-size: 3.73333vw;
	font-weight: bold;
}

/* -----------------------------------------------------
** case (2025/06/23)
** -------------------------------------------------- */

.mod-title-check {
	display: flex;
	align-items: center;
	font-weight: bold;
}

.mod-title-check .mod-label-check {
	min-width: 12vw;
	height: 5.33333vw;
	margin: auto 2.66667vw auto 0;
	padding: 0 1.06667vw;
	background-color: #ffe200;
	color: #db0000;
	font-size: 2.66667vw;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
}

.l-case-list {
	margin: 0;
}

.l-case-list .l-case-item {
	display: flex;
	flex-direction: column;
}

.l-case-list .l-case-item:last-child {
	padding: 0 !important;
	border: none;
}

.l-case-list .l-case-item:before {
	content: none !important;
}

.l-case-list .l-case-item figure {
	margin: 0;
}

.l-case-list .l-case-item figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.l-case-company {
	margin: 2.66667vw 0 0;
	font-size: 4.26667vw;
	font-weight: bold;
}

.l-case-title {
	margin: 2.66667vw 0 0;
	padding: 0;
	border: none;
	font-size: 5.33333vw;
	font-weight: bold;
	line-height: 1.5;
}

.l-case-cate {
	display: inline-block;
	min-width: 18.66667vw;
	padding: 0.53333vw 4vw;
	border-radius: 21.33333vw;
	background-color: #002f7c;
	color: #fff;
	font-size: 3.2vw;
	font-weight: bold;
	text-align: center;
}

.l-case-detail {
	margin: 10.66667vw auto 0;
}

.l-case-detail .l-case-company {
	margin: 0;
}

.l-case-detail .l-case-cate {
	margin: 0 2.66667vw 0 0;
	font-size: 3.73333vw;
}

.l-case-detail .l-case-title {
	margin: 5.33333vw 0 0;
	padding: 0;
	background-color: transparent;
	color: #333;
	font-size: 4.8vw;
	font-weight: bold;
}

.l-case-detail .l-case-data {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 8vw 0 0;
	padding: 5.33333vw 4vw;
	border-radius: 2.66667vw;
	background-color: #eee;
	gap: 4vw 0;
}

.l-case-detail .l-case-data figure {
	margin: 0;
}

.l-case-detail .l-case-data figure figcaption {
	margin: 2.66667vw 0 0;
	font-size: 3.2vw;
	line-height: 1.5;
	text-align: left;
}

.l-case-detail .l-case-data .l-case-data-text h3 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 4.26667vw;
}

.l-case-detail .l-case-data .l-case-data-text ul {
	margin: 2.66667vw 0 0;
}

.l-case-detail .l-case-data .l-case-data-text ul li {
	letter-spacing: 0;
}

.l-case-detail .l-case-data .l-case-data-box {
	width: 100%;
	margin: 5.33333vw 0 0;
	padding: 5.33333vw;
	border-radius: 2.66667vw;
	background: #fff;
}

.l-case-detail .l-case-data .l-case-data-box p,
.l-case-detail .l-case-data .l-case-data-box ul,
.l-case-detail .l-case-data .l-case-data-box ol {
	margin: 0;
}

.l-case-article {
	margin: 10.66667vw 0 0;
}

.l-case-article h3:not(.question) {
	padding: 4vw 5.33333vw;
	border: none;
	background-color: #dcebfd;
	box-shadow: #0082ff 1.06667vw 1.06667vw;
	color: #162143;
	font-size: 5.33333vw;
	font-weight: bold;
}

.l-case-article h3.question {
	position: relative;
	margin: 10.66667vw 0 0;
	padding: 0 0 0 13.33333vw;
	border: none;
	font-size: 4.26667vw;
	line-height: 1.6;
}

.l-case-article h3.question:before {
	content: '';
	position: absolute;
	top: -2.13333vw;
	left: 0;
	width: 10.66667vw;
	height: 10.66667vw;
	background: url(../img/business-support/cn/ttl_cn_case_logo.png) no-repeat 50% 50%/contain;
}

.l-case-article h4 {
	display: flex;
	border-bottom: 1.33333vw #7abeff double;
	background-color: inherit;
	color: #162143;
	font-size: 4.8vw !important;
	font-weight: bold;
	line-height: 1.5;
}

.l-case-article h4::before {
	content: '';
	display: block;
	width: 1.6vw;
	min-width: 1.6vw;
	height: 8.53333vw;
	margin: 0 4vw 0 0;
	border-radius: 1.6vw;
	background-color: #7abeff;
}

.l-case-article h5 {
	margin: 6.66667vw 0 0 !important;
	padding: 1.33333vw 4vw;
	background-color: #eff7ff;
	font-size: 3.73333vw;
	font-weight: bold;
	line-height: 2;
}

.l-case-article p {
	margin: 4vw 0 0 !important;
	font-size: 3.73333vw;
	line-height: 2;
}

.l-case-article h3 + p {
	margin: 5.33333vw 0 0 !important;
}

.l-case-article a {
	display: inline-block;
	margin: 5.33333vw 0 0;
	font-size: 3.73333vw;
	line-height: 1.4;
}

.l-case-article strong {
	color: #f33c16;
	font-weight: bold;
}

@media print, screen and (min-width: 768px) {
	.mod-mt0 {
		margin-top: 0 !important;
	}

	.mod-mt5 {
		margin-top: 5px !important;
	}

	.mod-mt10 {
		margin-top: 10px !important;
	}

	.mod-mt15 {
		margin-top: 15px !important;
	}

	.mod-mt20 {
		margin-top: 20px !important;
	}

	.mod-mt25 {
		margin-top: 25px !important;
	}

	.mod-mt30 {
		margin-top: 30px !important;
	}

	.mod-mt35 {
		margin-top: 35px !important;
	}

	.mod-mt40 {
		margin-top: 40px !important;
	}

	.mod-mt45 {
		margin-top: 45px !important;
	}

	.mod-mt50 {
		margin-top: 50px !important;
	}

	.mod-mt55 {
		margin-top: 55px !important;
	}

	.mod-mt60 {
		margin-top: 60px !important;
	}

	.mod-mt65 {
		margin-top: 65px !important;
	}

	.mod-mt70 {
		margin-top: 70px !important;
	}

	.mod-mt75 {
		margin-top: 75px !important;
	}

	.mod-mt80 {
		margin-top: 80px !important;
	}

	.mod-mt85 {
		margin-top: 85px !important;
	}

	.mod-mt90 {
		margin-top: 90px !important;
	}

	.mod-mt95 {
		margin-top: 95px !important;
	}

	.mod-mt100 {
		margin-top: 100px !important;
	}

	.is-pc-hide {
		display: none !important;
	}

	.is-pc-show {
		display: block !important;
	}

	.is-br-pc-show {
		display: inline-block !important;
	}

	span.new {
		font-size: 1.1rem;
	}

	.mod-category {
		min-width: 120px;
		height: 30px;
		padding: 0 0 0 15px;
		font-size: 1.0rem;
	}

	.mod-category:after {
		right: -29px;
		border-width: 16px 15px 15px 15px;
	}

	.mod-keyword {
		margin: 0 10px 0 40px;
	}

	.mod-keyword ul li {
		margin: 0 0 5px 10px !important;
		padding: 6px 10px 5px !important;
		font-size: 1.2rem !important;
	}

	.mod-link {
		margin: 40px 0 0;
	}

	.mod-link ul {
		display: flex;
		flex-wrap: wrap;
		margin: -40px 0 0 -20px !important;
	}

	.mod-link li {
		display: block;
		width: calc(25% - 20px);
		height: 50px;
		margin: 40px 0 0 20px;
		line-height: 1.2 !important;
	}

	.mod-link a,
  .mod-link button {
		padding: 0 35px;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
		font-size: 1.4rem;
		transition: background 0.3s ease-in-out;
	}

	.mod-link a span,
  .mod-link button span {
		left: 15px;
		font-size: 1.6rem;
	}

	.mod-link a:after,
  .mod-link button:after {
		right: 10px;
		font-size: 1.6rem;
	}

	.mod-link a.back:after,
  .mod-link button.back:after {
		left: 10px;
	}

	.mod-link a.link-icon,
  .mod-link button.link-icon {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100px;
		background: #0077c1;
		color: #fff;
		transition: opacity 0.3s ease-in-out;
	}

	.mod-link a.link-icon:hover,
  .mod-link button.link-icon:hover {
		opacity: 0.7;
	}

	.mod-link a.link-icon img,
  .mod-link button.link-icon img {
		display: block;
		height: 76px;
	}

	.mod-link a.link-icon .caption,
  .mod-link button.link-icon .caption {
		font-size: 1.6rem;
		font-weight: bold;
	}

	.mod-link a.link-icon:after,
  .mod-link button.link-icon:after {
		content: '';
		display: block;
		position: absolute;
		top: auto;
		right: 4px;
		bottom: 4px;
		width: 0;
		height: 0;
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent;
		-webkit-transform: none;
		transform: none;
	}

	.mod-link > a,
  .mod-link > button {
		display: inline-flex;
		width: auto;
		min-width: 270px;
		max-width: 100%;
		min-height: 50px;
	}

	.mod-link.wide > a,
  .mod-link.wide > button {
		width: 100%;
		min-width: 0;
	}

	.mod-link.large li {
		height: 70px;
	}

	.mod-link.large a,
  .mod-link.large button {
		font-size: 1.8rem;
	}

	.mod-link.large a span,
  .mod-link.large button span {
		left: 25px;
		font-size: 3.0rem;
	}

	.mod-link.large > a,
  .mod-link.large > button {
		height: 70px;
	}

	.mod-link.large.icon a,
  .mod-link.large.icon button {
		padding-left: 55px;
	}

	.mod-link.grid .mod-link.col-3 li {
		width: calc(33.333% - 20px);
	}

	figure + .mod-link {
		margin: 20px 0 0;
	}

	.mod-link-pict {
		margin: 40px 0 0;
	}

	.mod-link-pict > ul {
		display: flex;
		flex-wrap: wrap;
		margin: -40px 0 0 -20px !important;
		border: none;
	}

	.mod-link-pict > ul > li {
		display: block;
		width: calc(25% - 20px);
		margin: 40px 0 0 20px;
		border: none;
		line-height: 1.2 !important;
	}

	.mod-link-pict > ul > li a.link-icon {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		height: 100px;
		padding: 0;
		background: #0077c1;
		color: #fff;
		transition: opacity 0.3s ease-in-out;
	}

	.mod-link-pict > ul > li a.link-icon:hover {
		opacity: 0.7;
	}

	.mod-link-pict > ul > li a.link-icon img {
		display: block;
		height: 76px;
	}

	.mod-link-pict > ul > li a.link-icon .caption {
		margin: 0 0 7px;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.mod-link-pict > ul > li a.link-icon:after {
		content: '';
		display: block;
		position: absolute;
		top: auto;
		right: 4px;
		bottom: 4px;
		width: 0;
		height: 0;
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent;
		-webkit-transform: none;
		transform: none;
	}

	.mod-link-pict > ul > li.has-child > a:after {
		content: '' !important;
	}

	.mod-link-pict-child {
		display: block;
		padding: 12px 0 0 10px;
	}

	.mod-link-pict-child li {
		width: 100%;
		height: auto;
		margin: 3px 0 0;
		padding: 0 0 0 0.75em !important;
		line-height: 1.2 !important;
	}

	.mod-link-pict-child li:before {
		content: '-' !important;
		position: absolute;
		top: 0 !important;
		left: 0 !important;
		width: auto !important;
		height: auto !important;
		margin: 0 0.25em 0 0;
		background: none !important;
		color: #0077c1;
	}

	.mod-link-pict-child li a {
		display: inline;
		padding: 0;
		color: #0077c1;
		font-size: 1.3rem;
		text-decoration: underline;
		transition: color 0.3s ease-in-out;
	}

	.mod-link-pict-child li a:hover {
		text-decoration: none;
	}

	.mod-link-pict-child li a:after {
		display: none;
	}

	.mod-link-pict-child li li a {
		padding-left: 0;
	}

	.mod-link-page {
		margin: 60px 0 0;
		padding: 20px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	.mod-link-page ul {
		margin: -5px 0 0 -30px !important;
	}

	.mod-link-page li {
		margin: 5px 0 0;
		line-height: 1.2 !important;
	}

	.mod-link-page li:before {
		top: 0 !important;
		font-size: 1.6rem !important;
	}

	.mod-link-page li a {
		font-size: 1.4rem;
	}

	.mod-link-list {
		margin: 40px 0 0;
	}

	.mod-link-list li {
		padding: 18px 10px 16px 38px !important;
		font-size: 1.4rem !important;
		line-height: 1.2 !important;
	}

	.mod-link-list li:before {
		content: '\f0da' !important;
		display: inline-block;
		position: absolute;
		top: auto !important;
		left: 20px !important;
		width: auto !important;
		height: auto !important;
		background: none !important;
		color: #0077c1;
		font-family: 'Font Awesome 6 Free';
		font-weight: 900;
		font-style: normal;
		font-variant: normal;
		line-height: 1;
		line-height: 1.4;
		-webkit-font-smoothing: antialiased;
		text-rendering: auto;
	}

	.mod-link-list li.icon-pdf,
  .mod-link-list li.icon-word,
  .mod-link-list li.icon-excel {
		padding: 18px 10px 16px 38px !important;
	}

	.mod-link-list li.icon-pdf:before,
  .mod-link-list li.icon-word:before,
  .mod-link-list li.icon-excel:before {
		top: auto !important;
		left: 18px !important;
		margin: -0.1em 0 0;
		font-size: 1.6rem;
	}

	.mod-link-aside {
		margin: 20px 0 0;
	}

	.mod-link-aside li {
		font-size: 1.4rem;
		line-height: 1.2;
	}

	.mod-link-aside li:after {
		right: 10px;
		font-size: 1.6rem;
	}

	.mod-link-aside li a {
		padding: 18px 30px 16px 0;
	}

	.mod-link-aside-topics {
		margin: 0;
	}

	.mod-link-aside-topics ul {
		margin: 0 0 0 -20px !important;
	}

	.mod-link-aside-topics li {
		width: calc(50% - 20px);
		margin: 20px 0 0 20px;
	}

	.mod-link-aside-topics .mod-category {
		min-width: 100px;
		height: 22px;
		padding: 0 0 0 10px;
	}

	.mod-link-aside-topics .mod-category:after {
		right: -22px;
		border-width: 11px;
	}

	.mod-link-aside-topics-inner .date {
		margin: 8px 0 0;
		font-size: 1.1rem;
	}

	.mod-link-aside-topics-inner .title {
		margin: 4px 0 0;
		font-size: 1.4rem;
	}

	.mod-box-keyword {
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 20px 0 60px;
	}

	.mod-box-keyword-heading {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 150px;
		max-width: 150px;
		font-size: 1.2rem;
	}

	.mod-box-keyword-inner {
		flex: 1;
		padding: 10px;
		border-top: none;
		border-left: 1px solid #ccc;
	}

	.mod-box-keyword .mod-link-keyword {
		max-height: 102px;
	}

	.mod-box-keyword .mod-link-keyword ul {
		margin: -10px 0 0 -10px;
	}

	.mod-box-keyword + h2 {
		margin: 40px 0 0 !important;
	}

	.mod-link-keyword {
		margin: 20px 0 0;
	}

	.mod-link-keyword ul {
		margin: -10px 0 0 -10px;
	}

	.mod-link-keyword li {
		margin: 10px 0 0 10px;
	}

	.mod-link-keyword li a {
		padding: 6px 10px 5px;
		font-size: 1.2rem;
	}

	.mod-link-fukidashi {
		margin: 40px 0 0;
	}

	.mod-link-fukidashi ul {
		justify-content: center;
		max-width: 1180px;
		margin: 0 auto;
	}

	.mod-link-fukidashi li {
		min-width: 154px;
		margin: 0 0 0 1px;
		line-height: 1.2 !important;
	}

	.mod-link-fukidashi li:first-child {
		margin: 0;
	}

	.mod-link-fukidashi li a {
		padding: 9px 8px 8px;
		border-width: 1px;
		font-size: 1.2rem;
	}

	.mod-link-fukidashi li a.is-current:before {
		content: '';
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 0;
		margin: 0 0 0 -3px;
		border-width: 5px 3px 0 3px;
		border-style: solid;
		border-color: #0077c1 transparent transparent transparent;
	}

	.mod-link-fukidashi.line ul {
		justify-content: space-between;
	}

	.mod-link-fukidashi.line li {
		width: 100%;
		min-width: 0;
	}

	.mod-link-fukidashi.case {
		margin: 0;
	}

	.mod-link-fukidashi.case li {
		flex: 1 0 auto;
		width: auto;
	}

	.mod-link-banner {
		margin: 60px 0 0;
	}

	.mod-link-banner a {
		height: 400px;
		margin: 40px 0 0;
	}

	.mod-link-banner a figure {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
	}

	.mod-link-banner a figure img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		max-width: none;
		height: 100%;
		transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}

	.mod-link-banner a:nth-child(2n) .mod-link-banner-inner {
		right: 20px;
		left: auto;
	}

	.mod-link-banner-inner {
		position: absolute;
		top: 50%;
		left: 20px;
		width: 360px;
		margin: 0;
		padding: 45px 40px 40px;
		background-color: rgba(255, 255, 255, 0.8);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.l-column .mod-link-banner-inner {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.mod-link-banner-inner .title {
		font-size: 2.2rem;
	}

	.mod-link-banner-inner p {
		margin-top: 15px !important;
	}

	.mod-link-banner-inner .button {
		width: 270px;
		height: 50px;
		margin: 20px auto 0;
		padding: 0 35px;
		font-size: 1.4rem;
		transition: background 0.3s ease-in-out;
	}

	.mod-link-banner-inner .button:after {
		right: 10px;
		font-size: 1.6rem;
	}

	.mod-link-topics ul {
		margin: -10px 0 0 -50px !important;
	}

	.mod-link-topics li {
		width: calc(33.333% - 50px);
		margin: 50px 0 0 50px;
	}

	.mod-link-topics-inner {
		padding: 10px;
	}

	.mod-link-topics-inner .date {
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.mod-link-topics-inner .title {
		margin: 10px 0 0;
		font-size: 1.4rem;
	}

	.mod-link-topics-inner .public {
		margin: 10px 0 0;
		font-size: 1.0rem;
		line-height: 1.2;
	}

	.mod-link-topics-inner .summary {
		margin: 10px 0 0;
		font-size: 1.2rem;
	}

	.mod-link-topics.sup-kana ul {
		margin: 20px 0 0 -20px !important;
	}

	.mod-link-topics.sup-kana li {
		width: calc(25% - 20px);
		margin: 20px 0 0 20px;
	}

	.mod-link-topics.sup-kana a {
		padding: 30px 0;
	}

	.mod-link-topics.sup-kana figure {
		padding: 10px;
	}

	.mod-link-topics.sup-kana figure img {
		height: 212px;
	}

	.mod-link-topics.sup-kana .mod-link-topics-inner {
		margin: 0;
		padding: 0 20px;
		font-size: 1.4rem;
	}

	.mod-link-topics.blog ul {
		margin: 20px 0 0 -20px !important;
	}

	.mod-link-topics.blog li {
		width: calc(25% - 20px);
		margin: 20px 0 0 20px;
	}

	.mod-link-topics.blog .mod-link-topics-inner {
		padding: 18px 20px;
	}

	.mod-table-reserve {
		margin: 40px 0 0;
	}

	.mod-table-reserve-head {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.mod-table-reserve .update {
		font-size: 1.4rem;
	}

	.mod-table-reserve-head-right {
		display: flex;
		align-items: center;
		margin-top: 0;
	}

	.mod-table-reserve .controls ul {
		justify-content: inherit;
	}

	.mod-table-reserve .controls li:last-child {
		margin-left: 20px;
	}

	.mod-table-reserve .controls a {
		width: 107px;
		height: 33px;
		border-width: 1px;
		font-size: 1.4rem;
		line-height: 31px;
	}

	.mod-table-reserve .controls a:before {
		font-size: 1.2rem;
	}

	.mod-table-reserve .controls .prev a:before {
		left: 10px;
	}

	.mod-table-reserve .controls .next a:before {
		right: 10px;
	}

	.mod-table-reserve .mod-refine {
		margin-left: 60px;
	}

	.mod-table-reserve-inner {
		height: 690px;
		margin: 18px 0 0;
	}

	.mod-table-reserve-heading {
		height: 60px;
	}

	.mod-table-reserve-heading table {
		height: 60px;
	}

	.mod-table-reserve-heading th {
		height: 60px;
		padding: 0 0 0 0 !important;
	}

	.mod-table-reserve-heading th:first-child {
		width: 60px;
	}

	.mod-table-reserve-heading th:nth-child(2) {
		width: 250px;
	}

	.mod-table-reserve-heading th:nth-child(3) {
		width: 140px;
	}

	.mod-table-reserve-heading th:last-child {
		width: 90px;
	}

	.mod-table-reserve-date {
		width: calc(100% - 540px);
		height: 60px;
		margin: 0 auto;
	}

	.mod-table-reserve-date table {
		height: 60px;
	}

	.mod-table-reserve-date th {
		min-width: 87px;
		max-width: 87px;
		height: 60px;
	}

	.mod-table-reserve-item {
		height: 630px;
	}

	.mod-table-reserve-item td {
		height: 90px;
	}

	.mod-table-reserve-item td.floor {
		width: 60px;
		padding: 0 5px;
	}

	.mod-table-reserve-item td.room {
		width: 250px;
		padding: 0 15px;
	}

	.mod-table-reserve-item td.picture {
		width: 140px;
	}

	.mod-table-reserve-item td.timezone {
		width: 90px;
	}

	.mod-table-reserve-item td.timezone span {
		height: 30px;
	}

	.mod-table-reserve-status {
		width: calc(100% - 540px);
		height: 630px;
	}

	.mod-table-reserve-status td {
		min-width: 87px;
		max-width: 87px;
		height: 90px;
	}

	.mod-table-reserve-status td span {
		height: 30px;
	}

	.mod-gallery {
		margin: 40px 0 0;
	}

	.mod-gallery-for-item {
		height: 320px;
	}

	.mod-gallery-for .slick-arrow {
		width: 60px;
		height: 60px;
		padding: 13px !important;
	}

	.mod-gallery-for .slick-arrow span {
		font-size: 2.0rem;
	}

	.mod-gallery-for .slick-arrow.slick-prev {
		left: -30px !important;
	}

	.mod-gallery-for .slick-arrow.slick-next {
		right: -30px !important;
	}

	.mod-gallery-for-icon {
		width: 30px;
		height: 30px;
		font-size: 1.6rem;
	}

	.mod-gallery-nav {
		margin: 5px 0 0;
	}

	.mod-gallery-nav-inner {
		max-width: 464px;
	}

	.mod-gallery-nav-item {
		width: 106px;
		height: 60px;
		margin: 5px;
	}

	.mod-gallery-modal-item img {
		max-width: calc(100% - 120px);
	}

	.mod-gallery-modal-arrow,
  .mod-gallery-modal-close {
		width: 60px;
		height: 60px;
		font-size: 3.0rem;
	}

	.mod-pager ol li {
		margin: 0 5px;
		font-size: 1.2rem !important;
	}

	.mod-pager ol li a {
		width: 30px;
		height: 34px;
	}

	.mod-pager ol li.mod-pager-first,
  .mod-pager ol li.mod-pager-last,
  .mod-pager ol li.mod-pager-prev,
  .mod-pager ol li.mod-pager-next {
		font-size: 1.8rem !important;
	}

	.mod-pager ol li.mod-pager-first a,
  .mod-pager ol li.mod-pager-last a,
  .mod-pager ol li.mod-pager-prev a,
  .mod-pager ol li.mod-pager-next a {
		width: 18px;
	}

	.mod-pager-article {
		margin: 40px 0 0;
		padding: 12px 0 0;
	}

	.mod-refine {
		font-size: 1.2rem;
	}

	.mod-refine.case {
		display: none;
	}

	.mod-refine-toggle {
		min-width: 230px;
		height: 33px;
		margin: 0 0 0 10px;
		border-width: 1px;
	}

	.mod-refine-toggle.small {
		min-width: 136px;
	}

	.mod-refine-toggle .mod-refine-trigger {
		padding: 0 31px 0 15px;
	}

	.mod-refine-toggle .mod-refine-trigger:before {
		width: 31px;
		height: 31px;
	}

	.mod-refine-toggle .mod-refine-trigger:after {
		width: 31px;
		height: 31px;
		font-size: 1.4rem;
	}

	.mod-refine-toggle .mod-refine-target {
		margin: 0 -1px;
		padding: 30px 15px;
		border-width: 1px;
	}

	.mod-refine-toggle .mod-refine-target .title {
		margin: 30px 0 0;
		font-size: 1.2rem;
	}

	.mod-refine-toggle .mod-refine-target ul {
		margin: 10px 0 0;
		border-width: 1px;
	}

	.mod-refine-toggle .mod-refine-target ul li {
		border-width: 1px;
	}

	.mod-refine-toggle .mod-refine-target ul li a {
		padding: 5px 0;
		font-size: 1.2rem;
	}

	.mod-qa {
		margin: 40px 0 0;
	}

	.mod-qa a.mod-ac-trigger {
		padding: 15px 40px 15px 30px;
	}

	.mod-qa a.mod-ac-trigger:after {
		top: 24px;
		right: 20px;
		font-size: 1.4rem;
	}

	.mod-qa p {
		padding: 5px 60px 20px 50px;
	}

	.mod-sns {
		margin: 60px 0 0;
	}

	.mod-sns-heading {
		padding: 5px 20px 4px;
		border-radius: 5px;
		font-size: 1.4rem;
	}

	.mod-sns-heading:after {
		width: 0;
		height: 0;
		border-width: 5px 3.5px 0 3.5px;
		border-style: solid;
		border-color: #0077c1 transparent transparent transparent;
	}

	.mod-sns ul {
		margin: 20px 0 0 !important;
	}

	.mod-sns li {
		margin: 0 10px;
	}

	.mod-sns li a {
		width: 40px;
		height: 40px;
		font-size: 2.0rem;
	}

	.mod-apply {
		margin: 60px 0 0;
	}

	.mod-apply .mod-link {
		margin: 20px 0 0;
	}

	.mod-search {
		width: auto;
		height: 30px;
	}

	.mod-search.large {
		height: 40px;
	}

	.mod-search input[type='text'],
  .mod-search input[type='search'] {
		width: 250px;
		height: 30px;
		padding: 0 40px 0 15px;
		border-width: 1px;
		border-radius: 15px;
		font-size: 1.2rem;
	}

	.mod-search button {
		right: 10px;
		width: 16px;
		font-size: 1.6rem;
	}

	.mod-search button:before {
		font-size: 1.6rem;
	}

	.mt-site-search-form__button {
		right: 10px;
		width: 16px;
		font-size: 1.6rem;
	}

	.mt-site-search-form__button:before {
		font-size: 1.6rem;
	}

	.mt-site-search-result__message {
		font-size: 2.2rem;
	}

	.mt-site-search-result__list {
		margin: 14px 0 0;
		padding: 20px 0;
	}

	.mt-site-search-result-item {
		margin: 20px 0 0;
		padding: 30px 20px;
	}

	.mt-site-search-result-item__label {
		font-size: 1.8rem;
	}

	.mt-site-search-result-item__url {
		margin: 10px 0 0;
		font-size: 1.2rem;
	}

	.mt-site-search-result-item__excerpt {
		margin: 10px 0 0;
		font-size: 1.4rem;
	}

	.mt-site-search__pagination {
		margin: 30px 0 0;
	}

	.mt-site-search__pagination .mt-site-search-pagination-item {
		margin: 0 5px;
	}

	.mt-site-search__pagination .mt-site-search-pagination-item__link {
		width: 30px;
		height: 34px;
		font-size: 1.2rem;
	}

	.mt-site-search__pagination .mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link,
  .mt-site-search__pagination .mt-site-search-pagination-item--next .mt-site-search-pagination-item__link {
		width: 20px;
		font-size: 1.8rem;
		font-weight: bold;
	}

	.l-header {
		height: 142px;
		padding: 0 20px;
	}

	.is-small .l-header {
		height: 57px;
		transition-duration: 0.3s;
	}

	.l-header-inner {
		max-width: 1180px;
		margin: 0 auto;
	}

	.l-header-logo {
		top: 20px;
		left: 0;
	}

	.l-header-logo a {
		width: 301px;
		height: 50px;
	}

	.l-header-sub-up {
		top: 10px;
		padding: 0;
	}

	.is-small .l-header-sub-up {
		opacity: 0;
		transition-duration: 0.3s;
		pointer-events: none;
	}

	.l-header-sub-up-inner {
		order: 2;
	}

	.l-header-sub-under {
		top: 48px;
		justify-content: flex-end;
		padding: 0;
	}

	.mod-header-language {
		margin: 0 0 0 15px;
	}

	.mod-header-language li {
		margin: 0 0 0 5px;
	}

	.mod-header-language li a {
		width: 60px;
		height: 20px;
		font-size: 1.2rem;
		transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	}

	.mod-header-sns {
		margin: 0 0 0 15px;
	}

	.mod-header-sns li {
		margin: 0 0 0 5px;
	}

	.mod-header-sns li a {
		width: 26px;
		height: 26px;
		font-size: 1.2rem;
	}

	.mod-header-link {
		justify-content: flex-end;
		order: 1;
		margin: 0;
		padding: 0;
	}

	.mod-header-link li {
		width: auto;
		margin: 0 0 0 20px;
	}

	.mod-header-link li span {
		position: relative;
		top: 0.1em;
		width: auto;
		margin: 0 5px 0 0;
		font-size: 1.4rem;
	}

	.mod-header-link li a {
		font-size: 1.2rem;
	}

	.mod-header-contact {
		width: auto;
		margin: 0 0 0 10px;
	}

	.mod-header-contact li {
		width: auto;
		margin: 0 0 0 10px;
	}

	.mod-header-contact li a {
		width: 180px;
		height: 36px;
		font-size: 1.3rem;
	}

	.mod-header-contact li a:after {
		right: 5px;
		font-size: 1.2rem;
	}

	.mod-header-nav > li .mod-label {
		min-width: 46px;
		height: 20px;
		margin: -2px 0 -2px 5px;
		padding: 1px 6px 2px;
		font-size: 1.2rem;
	}

	.is-small .mod-header-nav-child {
		width: calc(100% + 230px);
		transition-duration: 0.3s;
	}

	.l-footer-under {
		padding: 0 20px;
	}

	.l-footer-under-inner {
		display: flex;
		justify-content: space-between;
		max-width: 1180px;
		margin: 0 auto;
		padding: 60px 0 15px;
		border-width: 1px;
	}

	.l-footer-under-right p {
		margin: 12px 0 0;
		font-size: 14px;
		text-align: right;
	}

	.l-footer-under-right p.strong {
		margin: 0;
	}

	.l-footer-logo a {
		width: 300px;
		height: 50px;
		margin: 0;
	}

	.l-footer-addr {
		margin: 16px 0 0;
		font-size: 1.4rem;
		text-align: left;
	}

	.l-footer-copyright {
		padding: 18px 0 20px;
		font-size: 1.2rem;
	}

	.mod-footer-sns {
		justify-content: flex-end;
		margin: 16px 0 0;
	}

	.mod-footer-sns li {
		margin: 0 0 0 10px;
	}

	.mod-footer-sns li a {
		width: 40px;
		height: 40px;
		font-size: 2.0rem;
	}

	.mod-footer-link {
		justify-content: flex-end;
		margin: 24px 0 0;
		padding: 0;
	}

	.mod-footer-link li {
		width: auto;
		margin: 6px 0 0 20px;
		padding: 0 0 0 10px;
	}

	.mod-footer-link li:before {
		font-size: 1.6rem;
	}

	.mod-footer-link a {
		font-size: 1.2rem;
	}

	.mod-pagetop {
		bottom: 20px;
		width: 50px;
		height: 50px;
	}

	.mod-pagetop a:before {
		font-size: 2.0rem;
	}

	.l-wrapper {
		padding-top: 142px;
	}

	.l-contents-column {
		display: flex;
		justify-content: space-between;
		max-width: 1220px;
		margin: 0 auto;
		padding: 60px 20px 100px;
	}

	.l-contents-column .l-main {
		width: 770px;
	}

	.l-contents-column .l-aside {
		width: 360px;
		margin: 0 0 0 40px;
	}

	.l-contents-column .l-aside h2 {
		margin: 60px 0 0;
		padding: 43px 0 0;
	}

	.l-contents-column .l-aside h2:before {
		width: 72px;
		height: 72px;
		margin: 9px 0 0 -36px;
		border: 6px solid #fff;
		font-size: 2.4rem;
	}

	.l-contents-column .l-aside h2:after {
		height: 40px;
	}

	.l-contents-column .l-aside h2.archives:after {
		background-size: auto 22px;
	}

	.l-contents-column .l-aside h2.category:after {
		background-size: auto 22px;
	}

	.l-contents-column .l-aside h2.newarticle:after {
		background-size: auto 31px;
	}

	.l-contents-column .l-aside h2.keyword:after {
		background-size: auto 20px;
	}

	.l-contents-column .l-aside h2.topics:after {
		background-size: auto 18px;
	}

	.l-contents-column .l-aside h2.blog:after {
		background-size: auto 30px;
	}

	.l-contents-column .l-aside h2.search:after {
		background-size: auto 18px;
	}

	.l-contents-column .l-aside h2 span {
		padding: 50px 0 0;
		font-size: 2.2rem;
	}

	.l-contents-column .l-aside h2 span:before {
		height: 3px;
		border-width: 1px;
	}

	.l-kv {
		height: 200px;
		min-height: 200px;
		padding: 0 20px;
	}

	.l-kv-inner {
		position: relative;
		max-width: 1180px;
		margin: 0 auto;
		padding: 40px 0;
	}

	.l-kv-title {
		margin: 25px 0 0;
		font-size: 3.2rem;
	}

	.mod-breadcrumbs {
		position: absolute;
		top: 18px;
		left: 0;
	}

	.mod-breadcrumbs ol li {
		margin: 0 0 0 3.4em;
		font-size: 1.2rem;
	}

	.mod-breadcrumbs ol li:before {
		left: -2em;
	}

	.l-nav-category {
		margin: 0 0 100px;
		padding: 0 20px;
	}

	.l-kv + .l-nav-category {
		border-top: 1px solid #94a6c3;
		border-bottom: 1px solid #94a6c3;
	}

	.l-kv + .l-nav-category ul {
		border-top: none;
		border-bottom: none;
	}

	.l-nav-category ul {
		max-width: 1180px;
		margin: 0 auto;
		border-top: 1px solid #94a6c3;
		border-right: 1px solid #94a6c3;
		border-bottom: 1px solid #94a6c3;
	}

	.l-nav-category li {
		width: 100%;
		border-left: 1px solid #94a6c3;
	}

	.l-nav-category li a {
		padding: 20px 10px 19px;
		font-size: 1.4rem;
	}

	.l-nav-category-dx ul {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 1180px;
		margin: 0 auto !important;
		border-bottom: 6px solid #0077c1;
		gap: 0 4px;
	}

	.l-nav-category-dx li {
		width: 100%;
		border: 2px solid #0077c1;
		border-bottom: none;
	}

	.l-nav-category-dx li a {
		padding: 20px 10px 19px;
		font-size: 1.4rem;
	}

	.l-searchbox {
		display: flex;
		z-index: 9;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
		background-color: #002f7c;
	}

	.l-searchbox .mt-site-search-container {
		max-width: 640px;
	}

	.l-searchbox .mt-site-search-form::before {
		left: 10px;
		font-size: 2rem;
	}

	.l-searchbox .mt-site-search-form__query {
		height: 40px;
		padding: 0 10px 0 40px;
	}

	.l-searchbox .mt-site-search-form__button {
		min-width: 90px;
		height: 40px;
		font-size: 1.6rem;
		transition: background 0.3s ease-in-out;
	}

	.is-pc .l-searchbox .mt-site-search-form__button:hover {
		background-color: rgba(0, 119, 193, 0.7);
	}

	.l-main {
		padding: 60px 20px 100px;
	}

	.l-main-inner {
		max-width: 1180px;
		margin: 0 auto;
	}

	.l-main h2 {
		margin: 60px 0 0;
		padding: 12px 20px;
		font-size: 2.2rem;
	}

	.l-main h3 {
		margin: 50px 0 0;
		padding: 8px 0 8px 12px;
		border-width: 4px;
		font-size: 2.0rem;
		letter-spacing: 0.1em;
	}

	.l-main h3 + p {
		margin: 20px 0 -8px;
	}

	.l-main h4 {
		margin: 40px 0 0;
		padding: 8px 10px 7px;
		font-size: 1.6rem;
	}

	.l-main p {
		margin: 30px 0 -8px;
		font-size: 1.4rem;
		line-height: 2.15;
	}

	.l-main p.note {
		font-size: 1.2rem;
	}

	.l-main table {
		margin: 40px 0 0;
	}

	.l-main table caption {
		margin: 0 0 10px;
		font-size: 1.2rem;
	}

	.l-main table th,
  .l-main table td {
		padding: 18px 15px;
		font-size: 1.4rem;
	}

	.l-main figure {
		margin: 40px 0 0;
	}

	.l-main figure.border {
		border-width: 1px;
	}

	.l-main figure img.border {
		border-width: 1px;
	}

	.l-main figure figcaption {
		margin: 20px 0 0;
		font-size: 1.4rem;
	}

	.l-main iframe {
		margin: 40px 0 0;
	}

	.l-main ul,
  .l-main ol {
		margin: 30px 0 0;
	}

	.l-main ul li,
  .l-main ol li {
		padding: 0 0 0 35px;
		font-size: 1.4rem;
		line-height: 2.15;
	}

	.l-main ul li:before {
		top: 0.85em;
		left: 20px;
		width: 6px;
		height: 6px;
	}

	.l-main ol > li:before {
		left: 15px;
	}

	.l-main ol.brackets > li {
		padding: 0 0 0 50px;
	}

	.l-main dl {
		margin: 30px 0 -8px;
		font-size: 1.4rem;
		line-height: 2.15;
	}

	.l-main dl dt {
		margin: 10px 0 0;
	}

	.l-main a[target='_blank']:after {
		font-size: 1.4rem;
	}

	.l-section {
		margin: 60px 0 0;
	}

	.l-column {
		display: flex;
		flex-wrap: wrap;
	}

	.l-column.col-2 {
		margin: 0 0 0 -40px;
	}

	.l-column.col-2 .l-column-inner {
		display: block;
		width: calc(50% - 40px);
		margin: 40px 0 0 40px;
	}

	.l-column.col-2.alternate {
		flex-direction: row-reverse;
	}

	.l-column.col-2.col-image .l-column-inner:nth-child(2n+1) {
		width: calc(75% - 40px);
	}

	.l-column.col-2.col-image .l-column-inner:nth-child(2n) {
		width: calc(25% - 40px);
	}

	.l-contents-column .l-column.col-2.col-image .l-column-inner:nth-child(2n+1) {
		width: calc(60% - 40px);
	}

	.l-contents-column .l-column.col-2.col-image .l-column-inner:nth-child(2n) {
		width: calc(40% - 40px);
	}

	.l-column.col-3 {
		margin: 0 0 0 -40px;
	}

	.l-column.col-3 .l-column-inner {
		display: block;
		width: calc(33.33333% - 40px);
		margin: 40px 0 0 40px;
	}

	.l-column.col-4 {
		margin: 0 0 0 -20px;
	}

	.l-column.col-4 .l-column-inner {
		display: block;
		width: calc(25% - 20px);
		margin: 40px 0 0 20px;
	}

	.l-box {
		margin: 40px 0 0;
		padding: 40px;
	}

	.l-box-heading {
		font-size: 1.8rem !important;
	}

	.l-box-heading.small {
		font-size: 1.4rem !important;
	}

	.l-box.warning {
		padding: 20px 30px;
	}

	.l-box.warning p {
		margin: 16px 0 0;
	}

	.l-box-contact {
		margin: 0 0 100px;
		padding: 0 20px;
	}

	.l-main .l-box-contact {
		margin: 60px 0 0;
	}

	.l-box-contact-inner {
		max-width: 1180px;
		margin: 0 auto;
	}

	.l-box-contact h2 {
		margin: 60px 0 0;
		padding: 12px 20px;
		font-size: 2.2rem;
	}

	.l-box-contact p {
		font-size: 1.4rem;
	}

	.l-box-contact-content {
		padding: 40px;
	}

	.l-box-contact-content.col-2 {
		display: flex;
	}

	.l-box-contact-content.col-2 .l-box-contact-content-inner {
		flex: 1 0 auto;
		width: calc(50% - 20px);
	}

	.l-box-contact-content .l-box-contact-content-inner.banner {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.l-article-kv .date {
		margin: 0 0 0 40px !important;
		font-size: 1.6rem;
	}

	.l-article-kv h1 {
		margin: 20px 0 0;
		font-size: 2.8rem;
		line-height: 1.7;
	}

	.l-article-kv h1 span {
		margin: 0 0 0 15px;
		font-size: 2.0rem;
	}

	.l-article-kv figure {
		margin: 40px 0 0;
	}

	.l-form {
		margin: 40px 0 0;
		padding: 60px 100px;
	}

	.l-form-inner {
		margin: 30px 0 0;
	}

	.l-form-inner label {
		margin: 10px 0 0;
	}

	.l-form p {
		margin: 20px 0 0;
		font-size: 1.4rem;
	}

	.l-form p a span[class*='fa-'] {
		margin: 0 5px 0 0;
	}

	.l-form table {
		font-size: 1.4rem;
	}

	.l-form table tr.require th:after {
		margin: 0 0 0 10px;
		padding: 3px 10px 2px;
		font-size: 1.2rem;
	}

	.l-form table tr th,
  .l-form table tr td {
		padding-top: 0;
	}

	.l-form table th,
  .l-form table td {
		padding: 30px 0;
	}

	.l-form table th {
		width: 280px;
		padding: 20px 20px 20px 0;
		white-space: nowrap;
	}

	.l-form input[type='text'],
  .l-form input[type='email'] {
		width: 560px;
		height: 40px;
		padding: 0 15px;
		font-size: 1.4rem;
	}

	.l-form input[type='checkbox'] + span {
		padding: 0 0 0 35px;
	}

	.l-form input[type='checkbox'] + span:before {
		width: 20px;
		height: 20px;
	}

	.l-form input[type='checkbox']:checked + span:after {
		margin: 3px 0 0 3px;
		font-size: 1.4rem;
	}

	.l-form textarea {
		height: 160px;
		padding: 10px 15px;
	}

	.l-form hr {
		margin: 20px 0;
	}

	.l-sp-contact {
		display: none;
	}

	.page-home .l-main .mod-home-title {
		padding: 60px 0 0;
		font-size: 2.4rem;
	}

	.page-home .l-main .mod-home-title + p {
		margin: 30px 20px 0;
		font-size: 1.4rem;
		line-height: 2.15;
	}

	.page-home .l-main .mod-home-title:before {
		top: -30px;
		width: 60px;
		height: 60px;
		margin-left: -30px;
		font-size: 2.4rem;
	}

	.page-home .l-main .mod-link-more {
		margin: 10px 0 0;
		padding: 0;
	}

	.page-home .l-main .mod-link-more a {
		padding: 0 0 0 12px;
		font-size: 1.4rem;
	}

	.page-home .l-main .mod-link-more a:before {
		top: 3px;
	}

	.l-contents .slick-dots {
		bottom: -50px;
	}

	.l-contents .slick-dots li {
		margin: 0 5px;
	}

	.l-contents .slick-dots button {
		width: 16px;
		padding: 8px 0 0;
		border-width: 4px;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	}

	.mod-topics-list {
		padding: 30px 20px 0;
	}

	.mod-topics-list-inner {
		display: flex;
		flex-wrap: wrap;
		max-width: 1180px;
		margin: 0 auto;
	}

	.mod-topics-list .item-topics {
		width: calc(100% / 3 - 40px / 3);
		margin: 20px 20px 0 0;
	}

	.mod-topics-list .item-topics:nth-of-type(3n) {
		margin: 20px 0 0;
	}

	.mod-topics-list .item-topics-summary {
		padding: 10px;
		line-height: 1.5;
	}

	.mod-topics-list .item-topics-summary .date {
		font-size: 1.2rem;
	}

	.mod-topics-list .item-topics-summary h3 {
		margin: 5px 0;
		font-size: 1.4rem;
	}

	.mod-blog-list .item-blog {
		min-height: 364px;
		margin: 30px 0 0;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	}

	.mod-blog-list .item-blog figure {
		height: 156px;
	}

	.mod-blog-list .item-blog-summary {
		padding: 20px;
		font-size: 1.2rem;
	}

	.mod-blog-list .item-blog-summary h3 {
		margin: 10px 0;
		font-size: 1.4rem;
	}

	.mod-blog-list .item-blog-summary p {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.mod-sapokana-list {
		margin: 0;
	}

	.mod-sapokana-list .item-sapokana {
		min-height: 364px;
		margin: 30px 0 0;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	}

	.mod-sapokana-list .item-sapokana figure {
		padding: 40px 0 0;
	}

	.mod-sapokana-list .item-sapokana img {
		max-width: 150px;
		transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	}

	.mod-sapokana-list .item-sapokana-summary {
		padding: 20px;
		font-size: 1.2rem;
		line-height: 1.5 !important;
	}

	.mod-sapokana-list .item-sapokana-summary h3 {
		margin: 10px 0;
		font-size: 1.4rem;
	}

	.mod-business-list {
		margin: 50px 20px 0;
	}

	.mod-business-list-inner {
		max-width: 1180px;
		margin: 0 auto;
	}

	.mod-business-list .item-business {
		width: calc(100% / 4 - 12px / 4);
		margin: 4px 4px 0 0;
	}

	.mod-business-list .item-business:nth-of-type(4n) {
		margin: 4px 0 0;
	}

	.mod-business-list .item-business a {
		padding: 120px 10px 50px;
		background-position: 50% 30px;
		background-size: 76px auto;
	}

	.mod-business-list .item-business a:after {
		right: 4px;
		bottom: 4px;
		border-width: 10px;
	}

	.mod-business-list .item-business h3 {
		height: auto;
		font-size: 2.0rem;
	}

	.mod-business-list .item-business p {
		margin: 30px 0 0;
		font-size: 1.4rem;
	}

	.l-home-contents {
		min-height: 737px;
		padding: 30px 0 160px;
	}

	.l-home-contents-inner {
		display: -ms-grid;
		display: grid;
		max-width: 1220px;
		margin: 0 auto;
		padding: 0 20px;
		-ms-grid-columns: 780px 20px 1fr;
		grid-template-columns: 780px 1fr;
		-ms-grid-rows: 60px 20px 270px 20px 150px;
		grid-template-rows: 60px 270px 150px;
		grid-template-areas: 'search business' 'slide business' 'slide blog';
		gap: 20px;
	}

	.mod-home-search {
		padding: 10px;
		grid-area: search;
	}

	.mod-home-search-label {
		min-width: 110px;
		height: 40px;
		margin: 0 10px 0 0;
		font-size: 1.6rem;
	}

	.mod-home-search-label br {
		display: none;
	}

	.mod-home-search-label::before {
		right: -9px;
		left: auto;
		width: 0;
		height: 0;
		margin: -14px 0 0;
		border-width: 14px 0 14px 19px;
		border-style: solid;
		border-color: transparent transparent transparent #ffe200;
	}

	.mod-home-search .mt-site-search-form::before {
		left: 10px;
		font-size: 2rem;
	}

	.mod-home-search .mt-site-search-form__query {
		height: 40px;
		padding: 0 10px 0 40px;
	}

	.mod-home-search .mt-site-search-form__button {
		min-width: 90px;
		height: 40px;
		font-size: 1.6rem;
		transition: background 0.3s ease-in-out;
	}

	.is-pc .mod-home-search .mt-site-search-form__button:hover {
		background-color: rgba(0, 119, 193, 0.7);
	}

	.mod-home-slide {
		height: 465px;
		margin: 0;
		padding: 0 0 25px;
		grid-area: slide;
	}

	.mod-home-slide .mod-link {
		bottom: 40px;
		left: 60px;
	}

	.mod-home-slide .mod-link > a {
		min-width: 240px;
		min-height: 48px;
		padding: 0 46px;
		font-size: 1.6rem;
	}

	.mod-home-slide .slick-list,
  .mod-home-slide .slick-track {
		height: 440px;
	}

	.mod-home-slide .slick-dots {
		bottom: 0;
	}

	.mod-home-slide .slick-prev,
  .mod-home-slide .slick-next {
		width: 50px;
		height: 50px;
		margin: -25px 0 0;
		font-size: 5rem;
	}

	.mod-home-slide .slick-prev::before,
  .mod-home-slide .slick-next::before {
		text-shadow: 0 0 6px black;
	}

	.mod-home-business {
		margin: 0;
		padding: 6px 10px 10px;
		grid-area: business;
	}

	.mod-home-business-title {
		font-size: 2.2rem;
	}

	.mod-home-business-title .icon {
		width: 32px;
		height: 32px;
		margin: 10px 14px 0 0;
	}

	.mod-home-business-title .icon::before {
		top: -10px;
		width: 48px;
		height: 20px;
		background-size: 48px auto;
	}

	.mod-home-business-title .icon::after {
		font-size: 1.4rem;
	}

	.mod-home-business ul {
		margin: 8px 0 0;
		gap: 4px;
	}

	.ie11 .mod-home-business ul {
		margin: 4px 0 0 -4px;
	}

	.mod-home-business li {
		height: 90px;
		font-size: 1.4rem;
		transition: background 0.3s ease-in-out;
	}

	.ie11 .mod-home-business li {
		width: calc(25% - 4px);
		margin: 4px 0 0 4px;
	}

	.is-pc .mod-home-business li:hover {
		background-color: rgba(255, 255, 255, 0.8);
	}

	.mod-home-business li.is-hot a {
		padding: 0 2px 2px;
		font-size: 1.3rem;
	}

	.mod-home-business li.is-hot:before {
		top: -1px;
		left: -1px;
		width: 32px;
		height: 32px;
	}

	.mod-home-business li a {
		padding: 5px;
	}

	.mod-home-business li .mod-icon {
		width: 70px;
		height: 55px;
	}

	.mod-home-business li.mod-home-business-list:nth-child(1),
  .mod-home-business li.mod-home-business-list:nth-child(2),
  .mod-home-business li.mod-home-business-list:nth-child(3) {
		height: 80px;
		font-size: 1.5rem;
		white-space: nowrap;
	}

	.ie11 .mod-home-business li.mod-home-business-list:nth-child(1),
  .ie11 .mod-home-business li.mod-home-business-list:nth-child(2),
  .ie11 .mod-home-business li.mod-home-business-list:nth-child(3) {
		width: calc(50% - 4px);
	}

	.mod-home-business li.mod-home-business-list:nth-child(1) a,
  .mod-home-business li.mod-home-business-list:nth-child(2) a,
  .mod-home-business li.mod-home-business-list:nth-child(3) a {
		gap: 5px;
	}

	.mod-home-business li.mod-home-business-list:nth-child(1) .mod-icon,
  .mod-home-business li.mod-home-business-list:nth-child(2) .mod-icon,
  .mod-home-business li.mod-home-business-list:nth-child(3) .mod-icon {
		width: 70px;
		height: 65px;
	}

	.mod-home-business li.is-hot:nth-child(1) a span {
		margin: 4px 0 5px;
	}

	.mod-home-business .mod-icon.team {
		height: 45px;
	}

	.mod-home-blog {
		margin: 0;
		padding: 8px 10px 10px;
		grid-area: blog;
	}

	.mod-home-search {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.mod-home-slide {
		-ms-grid-row: 3;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
	}

	.mod-home-business {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 3;
	}

	.mod-home-blog {
		-ms-grid-row: 5;
		-ms-grid-column: 3;
	}

	.mod-home-blog-title {
		font-size: 2.2rem;
		letter-spacing: 0.1em;
	}

	.mod-home-blog-title .icon {
		width: 32px;
		height: 32px;
		margin: 10px 14px 0 0;
	}

	.mod-home-blog-title .icon::before {
		top: -10px;
		width: 42px;
		height: 15px;
		background-size: 42px auto;
	}

	.mod-home-blog-title .icon::after {
		position: relative;
		left: 2px;
		font-size: 1.3rem;
	}

	.mod-home-blog-title .text::before {
		height: 10px;
	}

	.mod-home-blog-article {
		margin: 8px 0 0;
	}

	.mod-home-blog-article a {
		-ms-grid-columns: 180px 1fr;
		grid-template-columns: 180px 1fr;
		gap: 5px 10px;
	}

	.is-pc .mod-home-blog-article a:hover figure img {
		-webkit-transform: scale3d(1.1, 1.1, 1) rotateZ(0.01deg);
		transform: scale3d(1.1, 1.1, 1) rotateZ(0.01deg);
	}

	.mod-home-blog-article h3 {
		font-size: 1.4rem;
		line-height: calc(18/14);
	}

	.ie11 .mod-home-blog-article h3 {
		padding: 0 0 0 10px;
	}

	.mod-home-blog-article .mod-category {
		min-width: 80px;
		height: 18px;
		padding: 0 0 0 5px;
		font-size: 1.0rem;
	}

	.mod-home-blog-article .mod-category::after {
		right: -17px;
		border-width: 10px 9px 9px 9px;
	}

	.mod-home-blog-article time {
		font-size: 1.2rem;
		gap: 6px;
	}

	.ie11 .mod-home-blog-article time {
		padding: 0 0 0 10px;
	}

	.mod-home-blog-article time .mod-new {
		padding: 0 5px;
		font-size: 1.1rem;
	}

	.mod-home-blog-article figure {
		max-height: 77px;
	}

	.mod-home-blog-article figure img {
		transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.l-home-kv {
		min-height: auto;
	}

	.l-home-kv .item-home-kv {
		max-width: 1300px;
		height: 650px;
	}

	.l-home-kv .item-home-kv .mod-link {
		top: auto;
		bottom: 180px;
		left: 60px;
		width: 100%;
	}

	.l-home-kv .item-home-kv .mod-link a:nth-child(2) {
		width: 190px;
		min-width: 170px;
		margin-left: 10px;
		padding: 0 15px;
	}

	.l-home-kv .slick-dots {
		bottom: 180px;
	}

	.l-home-kv .slick-arrow {
		width: 50px;
		padding: 50px 0 0;
	}

	.l-home-kv .slick-arrow:before {
		font-size: 5.0rem;
	}

	.l-home-kv .l-home-video {
		position: absolute;
		right: 0;
		bottom: 180px;
		width: 50%;
		max-width: 560px;
		margin: 0;
		padding: 0 90px;
	}

	.l-home-kv .l-home-video-title {
		width: 100%;
		max-width: 380px;
		height: 30px;
		margin: 0 auto;
	}

	.l-home-kv .l-home-video-title span.live {
		padding-right: 35px;
		padding-left: 15px;
		font-size: 1.9rem;
	}

	.l-home-kv .l-home-video-title span.live:after {
		border-width: 15px;
	}

	.l-home-kv .l-home-video-title span {
		padding-left: 15px;
		font-size: 1.4rem;
	}

	.l-home-kv .l-home-video-iframe-wrapper {
		position: relative;
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
	}

	.l-home-kv .l-home-video-iframe {
		width: 100%;
		margin: 0;
	}

	.l-home-kv .l-home-video-footer {
		height: 85px;
		margin: -38px -90px 0 -60px;
		padding-top: 40px;
		padding-right: 40px;
		padding-bottom: 5px;
	}

	.l-home-kv .l-home-video-footer:before {
		content: '';
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: -84px;
		width: 0;
		height: 0;
		border-top: 42px solid transparent;
		border-right: 42px solid #c00;
		border-bottom: 42px solid #c00;
		border-left: 42px solid transparent;
	}

	.l-home-kv .l-home-video-footer a {
		font-size: 1.5rem;
		transition: opacity 0.3s ease-in-out;
	}

	.l-home-kv .l-home-video-footer a .fa-youtube {
		top: 3px;
		font-size: 2.2rem;
	}

	.l-home-kv .l-home-video-footer p {
		font-size: 1.1rem;
	}

	.l-home-sns {
		display: block;
		position: fixed;
		z-index: 10;
		top: 143px;
		right: 0;
		width: 50px;
	}

	.l-home-sns a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		background: linear-gradient(135deg, #0077c1 50%, #002f7c 100%) 100% 50%;
		background-size: 200% 100%;
		color: #fff;
		font-size: 2rem;
		text-decoration: none;
		transition: background 0.3s ease-in-out;
	}

	.l-home-sns a:hover {
		background-position: 0 100%;
	}

	.l-home-topics {
		min-height: 880px;
		padding: 0 0 120px;
		background-image: url(../img/bg_home_pc_01.png);
		background-size: 100% auto;
	}

	.l-home-topics:before {
		top: -114px;
		width: 84px;
		height: 42px;
	}

	.l-home-topics .mod-home-title {
		position: relative;
		z-index: 0;
		top: -1em;
		width: 100%;
		max-width: 1180px;
		margin: 0 auto !important;
		background-color: #0077c1;
	}

	.l-home-topics .mod-home-title:before {
		top: -75px !important;
	}

	.l-home-topics .mod-home-title:after {
		z-index: -1;
		top: -45px;
		right: 0;
		width: 100%;
		max-width: 1180px;
		height: 78px;
		margin: 0 auto;
	}

	.l-home-topics .mod-home-title + p {
		margin-top: 0 !important;
	}

	.l-home-topics .mod-link {
		width: 380px;
		margin: 40px auto 0;
	}

	.l-home-topics .mod-link a {
		width: 100%;
	}

	.mod-topics-nav {
		padding: 30px 20px 0;
	}

	.mod-topics-nav ul {
		justify-content: center;
	}

	.mod-topics-nav ul li {
		width: 154px;
		margin: 0 1px;
		padding: 0 !important;
	}

	.mod-topics-nav ul li a {
		padding: 5px 0;
		border-width: 1px;
		font-size: 1.2rem;
		transition: all 0.3s ease-in-out;
	}

	.mod-topics-nav ul li a.is-active:after {
		bottom: -10px;
		margin-left: -5px;
		border-width: 5px;
	}

	.l-home-tools {
		position: relative;
		padding: 0 20px;
	}

	.l-home-tools:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 364px;
		background-color: #0077c1;
	}

	.l-home-tools-inner {
		display: flex;
		justify-content: space-between;
		max-width: 1180px;
		margin: 0 auto;
	}

	.l-home-tools-inner section {
		width: calc(100% / 4 - 60px / 4);
	}

	.l-home-tools .mod-home-title {
		padding: 30px 0 0 !important;
	}

	.l-home-tools-facebook {
		margin: 0;
	}

	.l-home-tools-facebook .item-facebook {
		width: 100%;
		margin: 30px 0 0;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	}

	.l-home-tools-facebook:before {
		top: -45px;
		width: 84px;
		height: 42px;
	}

	.l-home-tools-twitter {
		margin: 0;
	}

	.l-home-tools-twitter .item-twitter {
		height: 364px;
		margin: 30px 0 0;
		background-size: auto 120px;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	}

	.l-home-tools-twitter .item-twitter iframe {
		overflow: scroll;
		height: 364px !important;
		margin: 0 auto;
	}

	.l-home-tools-twitter:before {
		top: -45px;
		width: 84px;
		height: 42px;
	}

	.l-home-tools-blog {
		margin: 0;
	}

	.l-home-tools-blog:before {
		top: -45px;
		width: 84px;
		height: 42px;
	}

	.l-home-tools-blog .mod-blog-list {
		margin: 0;
	}

	.l-home-tools-sapokana {
		margin: 0;
	}

	.l-home-tools-sapokana:before {
		top: -45px;
		width: 84px;
		height: 42px;
	}

	.l-home-tools-sapokana .mod-sapokana-list {
		margin: 0;
	}

	.l-home-business {
		margin: 50px 0 0;
		padding: 0 0 60px;
	}

	.l-home-business:before {
		top: -45px;
		width: 84px;
		height: 42px;
	}

	.l-home-business .mod-home-title {
		margin: 0;
	}

	.l-home-sub-nav {
		padding: 60px 20px;
	}

	.l-home-sub-nav .mod-link {
		max-width: 1180px;
	}

	.l-home-sub-nav .mod-link ul {
		display: flex;
		justify-content: space-between;
	}

	.l-home-sub-nav .mod-link ul li {
		width: calc(100% / 3 - 40px / 3);
		margin: 0;
	}

	.l-home-aside {
		padding: 60px 0 90px;
	}

	.l-home-aside h2 {
		font-size: 2.8rem;
	}

	.l-home-aside .mod-slide-aside {
		margin: 30px 0 0;
	}

	.l-home-aside .mod-slide-aside .item-slide {
		width: 380px;
		margin: 0 10px;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	}

	.l-home-aside .mod-slide-aside .slick-dots {
		bottom: -50px;
	}

	.l-home-aside .mod-slide-aside .slick-arrow {
		width: 50px;
		padding: 50px 0 0;
		transition: background 0.3s ease-in-out;
	}

	.l-home-aside .mod-slide-aside .slick-arrow:before {
		font-size: 2.0rem;
	}

	.l-main .l-search-heading {
		padding: 0 0 12px;
	}

	.l-search-list {
		margin-top: 40px;
	}

	.l-search-list .mod-border-box {
		margin-top: 40px;
		padding: 30px 20px;
	}

	.l-search-item {
		margin: 20px 0 0;
		padding: 30px 20px;
	}

	.l-search-item .l-search-url {
		margin-top: 10px;
	}

	.l-support-kanagawa-refine {
		flex-direction: row;
		justify-content: flex-end;
	}

	.l-support-kanagawa-refine .col-search {
		padding-right: 30px;
		border-right: 1px solid #ccc;
	}

	.l-support-kanagawa-refine .col-search label {
		font-size: 1.2rem;
	}

	.l-support-kanagawa-refine .col-search .mod-search {
		min-width: auto;
		margin: 0 0 0 10px;
	}

	.l-support-kanagawa-refine .col-year {
		margin: 0;
		padding-left: 30px;
	}

	.l-support-kanagawa-refine + h2 {
		margin-top: 20px;
	}

	.refs-list dd {
		margin: 0;
	}

	.mod-big-title h2 {
		margin-top: -50px;
	}

	.mod-big-title div {
		margin-top: 20px;
	}

	.mod-big-title div span {
		margin-top: 0;
	}

	.mod-bg-main .bg-title {
		font-size: 2.2rem;
	}

	.mod-link-productivity ul li a {
		padding: 2.4rem 0;
		font-size: 1.4rem;
		transition: opacity 0.2s ease-in-out;
	}

	.mod-link-productivity ul li a:hover {
		opacity: 0.7;
	}

	.mod-link-productivity ul li:after {
		top: 50%;
		left: 1rem;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.l-section-productivity.productivity-flow .mod-flow-nav {
		display: flex;
	}

	.l-section-productivity.productivity-flow .mod-flow-nav a {
		margin: 0 2rem 0 0;
	}

	.l-section-funding .mod-funding-heading {
		margin: 30px 0 0;
		padding: 40px 0 45px;
	}

	.l-section-funding .mod-funding-heading h4 {
		width: 700px;
		height: 110px;
	}

	.l-section-funding .mod-funding-heading p {
		margin: 14px 0 0;
		font-size: 2.2rem;
	}

	.l-section-funding .l-column .l-column-inner figure {
		width: 200px;
		height: 180px;
	}

	.l-section-funding .l-column .l-column-inner h4 {
		margin: 20px 0 0;
		font-size: 1.8rem;
	}

	.l-section-funding .l-column .l-column-inner p {
		margin: 10px 0 0;
	}

	.l-section-funding .mod-link.mod-link-big > a {
		min-width: 800px;
		max-width: 800px;
		min-height: 72px;
		background-size: 200% 100%;
		font-size: 2.2rem;
	}

	.l-section-funding .mod-link.mod-link-big > a:after {
		font-size: 2.2rem;
	}

	.l-section-funding .mod-funding-search {
		display: flex;
		max-width: 680px;
		margin: 40px auto 0;
	}

	.l-section-funding .mod-funding-search-item {
		width: 200px;
		height: 200px;
		margin: 0 40px 0 0;
	}

	.l-section-funding .mod-funding-search-item p {
		font-size: 1.8rem;
	}

	.l-section-funding .mod-funding-search-item p span {
		font-size: 2.2rem;
	}

	.l-section-funding .mod-funding-faq dt {
		padding: 5px 10px;
	}

	.l-section-funding .mod-funding-faq dd {
		margin: 20px 0;
		padding: 0 10px;
	}

	.l-section-funding .mod-funding-faq dd:last-of-type {
		margin: 20px 0 0;
	}

	.mod-fundings-search-area {
		padding: 10px 30px;
	}

	.mod-fundings-search-area .mod-fundings-search-block {
		display: flex;
		align-items: center;
		margin: 20px 0;
	}

	.mod-fundings-search-area .mod-fundings-search-block .mod-fundings-search-title {
		margin: 10px 10px 0 0;
		font-size: 1.4rem;
	}

	.mod-fundings-search-area .mod-fundings-search-block .mod-fundings-search-item input[type='text'] {
		width: 600px;
		margin: 10px 10px 0 0;
		padding: 5px;
	}

	.mod-fundings-search-area .mod-fundings-search-check li {
		margin: 10px 10px 0 0;
	}

	.mod-fundings-search-area .mod-fundings-search-check li input[type='checkbox'] + label {
		padding: 5px 10px;
	}

	.mod-cn-home-mv {
		max-width: 1054px;
		margin: 50px auto 0;
	}

	.mod-cn-home-banner {
		margin: 40px auto 0;
	}

	.mod-cn-home-ex {
		margin: 30px 0 -10px !important;
	}

	.mod-cn-merit .num h3 {
		padding: 12px 20px 12px 60px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.mod-cn-merit .num h3 span {
		left: 10px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		font-size: 2.5rem;
	}

	.mod-cn-merit .num.num-01 p {
		border: 1px solid #d0e7ff;
	}

	.mod-cn-merit .num.num-02 p {
		border: 1px solid #c4efc4;
	}

	.mod-cn-merit .num.num-03 p {
		border: 1px solid #ffe4aa;
	}

	.mod-cn-merit .num.num-04 p {
		border: 1px solid #ffe8f6;
	}

	.mod-cn-merit .num p {
		padding: 20px 30px;
		border-radius: 0 0 5px 5px;
	}

	.l-cn-case-list .l-cn-case-item {
		flex-direction: row;
		align-items: center;
		margin: 40px 0 0 !important;
		padding: 0 0 40px !important;
		border-bottom: 1px solid #ccc;
		gap: 0 40px;
	}

	.l-cn-case-list .l-cn-case-item figure {
		max-width: 480px;
	}

	.l-cn-case-company {
		margin: 15px 0 0;
		font-size: 1.6rem;
	}

	.l-cn-case-title {
		margin: 15px 0 0;
		font-size: 2.4rem;
	}

	.l-cn-case-cate {
		min-width: 86px;
		padding: 0;
		font-size: 1.4rem;
	}

	.l-cn-case {
		max-width: 960px;
		margin: 60px auto 0;
	}

	.l-cn-case .l-cn-case-title {
		margin: 30px 0 0;
		font-size: 2.8rem;
	}

	.l-cn-case .l-cn-case-company {
		font-size: 2.0rem;
	}

	.l-cn-case .l-cn-case-cate {
		min-width: 110px;
		margin: 0 20px 0 0;
		padding: 6px 0;
		font-size: 1.8rem;
	}

	.l-cn-case .l-cn-case-data {
		flex-direction: row;
		margin: 40px 0 0;
		padding: 30px 20px;
		border-radius: 10px;
		gap: 0 40px;
	}

	.l-cn-case .l-cn-case-data figure {
		max-width: 410px;
	}

	.l-cn-case .l-cn-case-data figure figcaption {
		margin: 10px 0 0;
		font-size: 1.2rem;
	}

	.l-cn-case .l-cn-case-data .l-cn-case-data-text h3 {
		font-size: 1.6rem;
	}

	.l-cn-case .l-cn-case-data .l-cn-case-data-text ul {
		margin: 10px 0 0;
	}

	.l-cn-case-article {
		margin: 40px 0 0;
	}

	.l-cn-case-article h3 {
		margin: 60px 0 0;
		padding: 0 0 0 80px;
		font-size: 1.8rem;
	}

	.l-cn-case-article h3:before {
		top: -16px;
		width: 60px;
		height: 60px;
	}

	.l-cn-case-article p {
		margin: 20px 0 0 !important;
	}

	.l-cn-case-article h3 + p {
		margin: 35px 0 0 !important;
	}

	.l-cn-case-article a {
		margin: 30px 0 0;
		font-size: 1.4rem;
		line-height: 2.15;
	}

	.l-box-cn-point:before {
		bottom: 0;
		left: 25px;
		width: 192px;
		height: 170px;
	}

	.l-box-cn-point {
		min-height: 250px;
		margin: 60px 0 0;
		padding: 30px 30px 25px;
		border: 2px solid #ffe200;
		border-radius: 10px;
	}

	.l-box-cn-point h2.l-box-cn-point-title {
		font-size: 1.8rem;
	}

	.l-box-cn-point-inner {
		margin: 20px 0 0;
		padding: 0 0 0 227px;
	}

	.l-box-cn-point-inner p {
		margin: 15px 0 0;
		font-size: 1.4rem;
	}

	.l-box-cn-point-inner a {
		margin: 20px 0 0;
		font-size: 1.4rem;
	}

	.mod-title-check .mod-label-check {
		min-width: 46px;
		height: 20px;
		margin: 0 20px 0 0;
		padding: 1px 6px 2px;
		font-size: 1.2rem;
	}

	.l-case-list .l-case-item {
		flex-direction: row;
		align-items: center;
		margin: 40px 0 0 !important;
		padding: 0 0 40px !important;
		border-bottom: 1px solid #ccc;
		gap: 0 40px;
	}

	.l-case-list .l-case-item figure {
		max-width: 480px;
	}

	.l-case-company {
		margin: 15px 0 0;
		font-size: 1.6rem;
	}

	.l-case-title {
		margin: 15px 0 0;
		font-size: 2.4rem;
	}

	.l-case-cate {
		min-width: 130px;
		padding: 0 30px;
		font-size: 1.4rem;
	}

	.l-case-detail {
		max-width: 960px;
		margin: 60px auto 0;
	}

	.l-case-detail .l-case-company {
		font-size: 2.0rem;
	}

	.l-case-detail .l-case-cate {
		min-width: 170px;
		margin: 0 20px 0 0;
		padding: 6px 30px;
		font-size: 1.8rem;
	}

	.l-case-detail .l-case-title {
		margin: 30px 0 0;
		font-size: 2.8rem;
	}

	.l-case-detail .l-case-data {
		flex-direction: row;
		margin: 40px 0 0;
		padding: 30px 20px;
		border-radius: 10px;
		gap: 0 40px;
	}

	.l-case-detail .l-case-data figure {
		max-width: 410px;
	}

	.l-case-detail .l-case-data figure figcaption {
		margin: 10px 0 0;
		font-size: 1.2rem;
	}

	.l-case-detail .l-case-data .l-case-data-text {
		width: calc(100% - 410px - 40px);
	}

	.l-case-detail .l-case-data .l-case-data-text h3 {
		font-size: 1.6rem;
	}

	.l-case-detail .l-case-data .l-case-data-text ul {
		margin: 10px 0 0;
	}

	.l-case-detail .l-case-data .l-case-data-box {
		margin: 20px 0 0;
		padding: 30px;
		border-radius: 10px;
	}

	.l-case-article {
		margin: 40px 0 0;
	}

	.l-case-article h3:not(.question) {
		padding: 15px 20px;
		box-shadow: #0082ff 4px 4px;
		font-size: 2.2rem;
	}

	.l-case-article h3.question {
		margin: 60px 0 0;
		padding: 0 0 0 80px;
		font-size: 1.8rem;
	}

	.l-case-article h3.question:before {
		top: -16px;
		width: 60px;
		height: 60px;
	}

	.l-case-article h4 {
		border-bottom: 5px #7abeff double;
		font-size: 2.0rem !important;
	}

	.l-case-article h4::before {
		width: 6px;
		min-width: 6px;
		height: 32px;
		margin: 0 15px 0 0;
		border-radius: 6px;
	}

	.l-case-article h5 {
		margin: 30px 0 0 !important;
		padding: 5px 15px;
		font-size: 1.6rem;
	}

	.l-case-article p {
		margin: 20px 0 0 !important;
	}

	.l-case-article h3 + p {
		margin: 35px 0 0 !important;
	}

	.l-case-article a {
		margin: 30px 0 0;
		font-size: 1.4rem;
		line-height: 2.15;
	}
}

@media (min-width: 1024px) {
	.mod-link-productivity ul li {
		width: calc(100% / 5 - 2rem / 5);
		margin: 0 0.5rem 0 0;
	}

	.mod-link-productivity ul li:last-child {
		margin: 0;
	}
}

@media print, screen and (min-width: 1025px) {
	body.is-megamenu-open {
		overflow: hidden;
	}

	.is-small .mod-search {
		opacity: 0;
		transition-duration: 0.3s;
		pointer-events: none;
	}

	.mod-search.support-kanagawa {
		opacity: 1;
		transition-duration: 0s;
		pointer-events: auto;
	}

	.is-small .l-header-logo {
		opacity: 0;
		transition-duration: 0.3s;
		pointer-events: none;
	}

	.l-header-toggle {
		display: none;
	}

	.l-header-menu {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
	}

	.l-header-menu-inner {
		overflow: visible;
		background-color: transparent;
	}

	.l-header-sub-up,
  .l-header-sub-under {
		position: absolute;
		right: 0;
		flex-direction: row;
		background-color: transparent;
	}

	.l-header-nav {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		height: auto;
		margin: 0;
		background: transparent;
		transition: width 0.5s;
	}

	.is-small .l-header-nav {
		width: calc(100% - 230px);
	}

	.is-menu-open .l-header-nav {
		padding: 0;
	}

	.mod-header-fontsize {
		display: flex;
		align-items: center;
		margin: 0 0 0 20px;
		transition: opacity 0.3s ease;
	}

	.is-small .mod-header-fontsize {
		opacity: 0;
		transition-duration: 0.5s;
		pointer-events: none;
	}

	.is-small .mod-header-contact li.rental a {
		opacity: 0;
		transition-duration: 0.5s;
		pointer-events: none;
	}

	.is-small .mod-header-contact li.contact a {
		transition-duration: 0.5s;
		-webkit-transform: translateY(-38px);
		transform: translateY(-38px);
	}

	.mod-header-nav {
		display: flex;
		justify-content: space-between;
		width: 100%;
		border: none;
		background-color: transparent;
	}

	.mod-header-nav > li {
		flex: 1 0 auto;
		border: none;
		text-align: center;
	}

	.mod-header-nav > li > a {
		display: inline-block;
		padding: 0 0 20px;
		font-size: 1.4rem;
	}

	.mod-header-nav > li > a:hover:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #0077c1;
	}

	.mod-header-nav > li > a:after {
		display: none;
	}

	.mod-header-nav > li.has-child > a:after {
		display: none;
	}

	.mod-header-nav > li.has-child > a.is-active + .mod-header-nav-child {
		display: none;
	}

	.mod-header-nav > li.has-child.is-hover .mod-header-nav-child {
		display: block !important;
		-webkit-animation: megamenu-open 0.3s ease-in-out forwards;
		animation: megamenu-open 0.3s ease-in-out forwards;
	}

	.mod-header-nav > li.is-current > a:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #0077c1;
	}

	.mod-header-nav-heading {
		padding: 0 0 10px 18px;
		border-bottom: 1px solid #fff;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: left;
		letter-spacing: 0.1em;
		transition: color 0.3s ease-in-out;
	}

	.mod-header-nav-heading:before {
		content: '\f0da';
		display: inline-block;
		display: block;
		position: absolute;
		top: 0.2em;
		left: 0;
		color: #fff;
		font-family: 'Font Awesome 6 Free';
		font-size: 1.8rem;
		font-weight: 900;
		font-style: normal;
		font-variant: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		text-rendering: auto;
	}

	.mod-header-nav-heading:hover {
		color: #10a3ff;
	}

	.mod-header-nav-heading:hover:before {
		color: #fff;
	}

	.mod-header-nav-heading:active,
  .mod-header-nav-heading:focus,
  .mod-header-nav-heading:visited {
		color: #fff;
	}

	.mod-header-nav-heading:after {
		display: none;
	}

	.mod-header-nav-child {
		position: absolute;
		top: 39px;
		left: 0;
		overflow: visible;
		width: 100%;
		padding: 20px 0 25px;
		border-top: none;
		background-color: #162143;
	}

	.mod-header-nav-child:before,
  .mod-header-nav-child:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #162143;
		pointer-events: none;
	}

	.mod-header-nav-child:before {
		left: 100%;
	}

	.mod-header-nav-child:after {
		right: 100%;
	}

	.mod-header-nav-2nd {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 -20px;
	}

	.mod-header-nav-2nd > li {
		width: calc(25% - 20px);
		margin: 15px 0 0 20px;
		border: none;
	}

	.mod-header-nav-2nd > li > a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		padding: 0;
		background: linear-gradient(135deg, #0077c1 50%, #002f7c 100%) 100% 50%;
		background-size: 200% 100%;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
		color: #fff;
		font-size: 1.4rem;
		transition: background 0.3s ease-in-out;
	}

	.mod-header-nav-2nd > li > a:hover {
		background-position: 0 50%;
	}

	.mod-header-nav-2nd > li > a:after {
		color: #fff;
		font-size: 1.6rem;
	}

	.mod-header-nav-2nd > li > a.link-icon {
		display: flex;
		flex-direction: column;
		height: 65px;
		background: #0077c1;
		transition: opacity 0.3s ease-in-out;
	}

	.mod-header-nav-2nd > li > a.link-icon:hover {
		opacity: 0.7;
	}

	.mod-header-nav-2nd > li > a.link-icon img {
		display: block;
		height: 45px;
		margin: 0;
	}

	.mod-header-nav-2nd > li > a.link-icon .caption {
		margin: -3px 0 0;
		font-size: 1.4rem;
		font-weight: normal;
	}

	.mod-header-nav-2nd > li > a.link-icon:after {
		content: '';
		display: block;
		position: absolute;
		top: auto;
		right: 4px;
		bottom: 4px;
		width: 0;
		height: 0;
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent;
		-webkit-transform: none;
		transform: none;
	}

	.mod-header-nav-2nd > li > a.link-figure {
		height: 65px;
	}

	.mod-header-nav-2nd > li > a.link-figure:hover figure img {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}

	.mod-header-nav-2nd > li > a.link-figure:after {
		display: none;
	}

	.mod-header-nav-2nd > li > a.link-figure figure {
		display: flex;
		overflow: hidden;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.mod-header-nav-2nd > li > a.link-figure figure img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		height: 100%;
		transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	}

	.mod-header-nav-2nd > li > a.link-figure figure figcaption {
		position: relative;
		z-index: 5;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.mod-header-nav-2nd > li > a.link-figure figure:before {
		content: '';
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(22, 33, 67, 0.45);
	}

	.mod-header-nav-2nd > li > a.link-figure figure:after {
		content: '';
		display: block;
		position: absolute;
		z-index: 5;
		top: auto;
		right: 4px;
		bottom: 4px;
		width: 0;
		height: 0;
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent;
		-webkit-transform: none;
		transform: none;
	}

	.mod-header-nav-3rd {
		padding: 8px 0 0 10px;
	}

	.mod-header-nav-3rd li {
		position: relative;
		margin: 3px 0 0;
		padding: 0 0 0 0.75em;
		border: none;
		text-align: left;
	}

	.mod-header-nav-3rd li:before {
		content: '-';
		position: absolute;
		top: 0;
		left: 0;
		margin: 0 0.25em 0 0;
		color: #fff;
	}

	.mod-header-nav-3rd li a {
		display: inline;
		padding: 0;
		color: #fff;
		font-size: 1.2rem;
		transition: color 0.3s ease-in-out;
	}

	.mod-header-nav-3rd li a:hover {
		color: #10a3ff;
	}

	.mod-header-nav-3rd li a:before {
		display: none;
	}

	.mod-header-nav-3rd li a:after {
		display: none;
	}

	.mod-header-nav-3rd li li a {
		padding-left: 0;
	}

	.l-footer-up {
		padding: 60px 20px;
	}

	.l-footer-up-inner {
		max-width: 1180px;
		margin: 0 auto;
	}

	.l-footer-nav {
		display: flex;
		justify-content: space-between;
	}

	.mod-footer-nav {
		margin: 30px 0 0;
	}

	.mod-footer-nav:first-child {
		margin: 0;
	}

	.mod-footer-nav > li {
		border: none;
	}

	.mod-footer-nav > li > a {
		padding: 0;
		font-size: 1.4rem;
		transition: color 0.3s ease-in-out;
	}

	.mod-footer-nav > li > a:hover {
		color: #10a3ff;
	}

	.mod-footer-nav > li > a:after {
		display: none;
	}

	.mod-footer-nav > li.has-child > a:after {
		display: none;
	}

	.mod-footer-nav > li.has-child > a.is-active + .mod-footer-nav-child {
		display: none;
	}

	.mod-footer-nav-child {
		display: block;
		background-color: transparent;
	}

	.mod-footer-nav-heading {
		display: none;
	}

	.mod-footer-nav-2nd {
		margin: 12px 0 0;
	}

	.mod-footer-nav-2nd > li {
		margin: 8px 0 0;
		border: none;
	}

	.mod-footer-nav-2nd > li > a {
		padding: 0;
		font-size: 1.2rem;
		transition: color 0.3s ease-in-out;
	}

	.mod-footer-nav-2nd > li > a:hover {
		color: #10a3ff;
	}

	.mod-footer-nav-2nd > li > a:after {
		display: none;
	}

	.l-main table.tightly th,
  .l-main table.tightly td {
		padding: 18px 8px;
		font-size: 1.2rem;
	}
}

@media (max-width: 1025px) {
	.mod-link-productivity ul {
		flex-wrap: wrap;
	}

	.mod-link-productivity ul li {
		margin: 0 0 5px;
	}

	.mod-link-productivity ul li:nth-child(odd) {
		margin: 0 5px 5px 0;
	}

	.mod-link-productivity ul li:last-child {
		margin: 0;
	}
}

@media screen and (max-width: 1024px) {
	.mod-link-fukidashi.case {
		display: none;
	}

	.mod-refine.case {
		display: flex;
	}

	.case .mod-refine-toggle .mod-refine-target {
		padding: 0 2vw 4vw;
	}

	.case .mod-refine-toggle .mod-refine-target ul {
		margin: 0;
		border-top: none;
	}

	.mod-table {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.mod-table table {
		width: 100%;
	}

	.mod-table::-webkit-scrollbar {
		height: 5px;
	}

	.mod-table::-webkit-scrollbar-track {
		background-color: #f1f1f1;
	}

	.mod-table::-webkit-scrollbar-thumb {
		background-color: #bcbcbc;
	}
}

@media screen and (max-width: 767px) {
	body.is-menu-open {
		overflow: hidden;
	}

	.is-sp-show {
		display: block !important;
	}

	.is-sp-hide {
		display: none !important;
	}

	.is-br-sp-show {
		display: inline-block !important;
	}

	.mod-link.large.icon a,
  .mod-link.large.icon button {
		padding: 0 9.33333vw;
	}

	.mod-link.pager ul {
		display: flex;
	}

	.mod-link.pager li {
		width: 40vw;
		height: 9.33333vw;
		margin-top: 0;
	}

	.mod-link-pict > ul > li a:after {
		content: '\f105';
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 1.2vw;
		color: #0077c1;
		font-family: 'Font Awesome 6 Free';
		font-size: 3.73333vw;
		font-weight: 900;
		font-style: normal;
		font-variant: normal;
		line-height: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-font-smoothing: antialiased;
		text-rendering: auto;
	}

	.mod-link-pict-child li {
		border-top: 0.26667vw solid #ccc;
	}

	.mod-link-pict-child li:before {
		display: none !important;
	}

	.mod-link-page li:before {
		top: 3.2vw !important;
	}

	.mod-link-page li a {
		display: inline-block;
		padding: 2vw 0;
	}

	.mod-link-list li:before {
		display: none !important;
	}

	.mod-link-list li:after {
		content: '\f105';
		display: inline-block;
		display: block;
		position: absolute;
		top: 50%;
		right: 1.33333vw;
		color: #0077c1;
		font-family: 'Font Awesome 6 Free';
		font-weight: 900;
		font-style: normal;
		font-variant: normal;
		line-height: 1;
		line-height: 1.4;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-font-smoothing: antialiased;
		text-rendering: auto;
	}

	.mod-link-fukidashi ul {
		flex-wrap: wrap;
		margin: -0.26667vw 0 0 -0.26667vw;
	}

	.mod-link-fukidashi li {
		width: calc(50% - 0.26667vw);
		margin: 0.26667vw 0 0 0.26667vw;
	}

	.mod-link-topics li:first-child {
		margin-top: 0;
	}

	.mod-link-topics.sup-kana li:first-child {
		margin-top: 2.66667vw;
	}

	.mod-link-topics.blog li:first-child {
		margin-top: 2.66667vw;
	}

	.mod-table-reserve .mod-refine {
		margin-top: 2.66667vw;
	}

	.mod-table-reserve table th,
  .mod-table-reserve table td {
		font-size: 1.86667vw !important;
	}

	.mod-table-reserve-heading th:nth-child(3) {
		display: none;
	}

	.mod-table-reserve-item td.picture {
		display: none;
	}

	.mod-table-reserve-status td a {
		font-size: 4vw;
	}

	.mod-qa a.mod-ac-trigger {
		text-decoration: none;
	}

	.mod-table {
		white-space: nowrap;
	}

	.is-menu-open .l-wrapper {
		position: fixed;
	}

	.l-contents-column .l-aside {
		margin: 8vw 0 0;
	}

	.l-nav-category ul {
		flex-wrap: wrap;
		border-top: 1px solid #94a6c3;
		border-bottom: 1px solid #94a6c3;
	}

	.l-nav-category li {
		border-bottom: 0.26667vw solid #94a6c3;
	}

	.l-nav-category li:nth-child(2n+1) {
		border-right: 0.26667vw solid #94a6c3;
	}

	.l-nav-category li:last-child {
		border-bottom: none;
	}

	.l-nav-category li:nth-last-child(2):nth-child(2n+1) {
		border-bottom: none;
	}

	.l-nav-category-dx.mod-under {
		margin: 8vw 0 0;
	}

	.l-nav-category-dx ul {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		gap: 1.06667vw 1.06667vw;
	}

	.l-nav-category-dx li {
		margin: 0 !important;
		border: 0.26667vw solid #0077c1;
	}

	.l-column.col-2.col-image {
		display: flex;
		flex-direction: column-reverse;
	}

	.l-box-contact-content .l-box-contact-content-inner {
		margin: 5.33333vw 0 0;
	}

	.l-box-contact-content .l-box-contact-content-inner:first-child {
		margin: 0;
	}

	.l-form table th,
  .l-form table td {
		display: block;
	}

	.l-form table th {
		padding: 2.66667vw 0;
	}

	.l-form table td {
		padding: 0 0 2.66667vw;
	}

	.is-menu-open .l-sp-contact {
		-webkit-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0);
	}

	.mod-business-list .item-business:nth-of-type(2n) {
		margin: 20px 0 0;
	}

	.mod-home-business li a::before {
		border-width: 0 0 12px 12px;
	}

	.mod-home-business li.is-hot:nth-child(1) a {
		padding: 0 0 2.13333vw;
	}

	.mod-home-business .mod-icon.dx,
  .mod-home-business .mod-icon.carbon,
  .mod-home-business .mod-icon.car,
  .mod-home-business .mod-icon.foreign {
		width: 24.53333vw;
		height: 21.6vw;
	}

	.mod-home-event-bnr {
		margin: 20px 0 0;
	}

	.l-home-tools-facebook .item-facebook iframe {
		margin: 0 auto;
		box-shadow: 0.53333vw 0.53333vw 1.6vw rgba(0, 0, 0, 0.3);
	}

	.mod-link-productivity ul li:after {
		bottom: 1rem;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.l-section-productivity .mod-table th {
		padding: 10px;
	}

	.l-section-dx-sup-kana {
		margin: 5.33333vw 0 0;
	}

	.l-section-dx-sup-kana p:first-child {
		margin: 0 0 20px;
	}

	.l-cn-case-list .l-cn-case-item {
		margin: 10.66667vw 0 0 !important;
		padding: 0 0 10.66667vw !important;
		border-bottom: 0.26667vw solid #ccc;
		gap: 5.33333vw 0;
	}

	.l-case-list .l-case-item {
		margin: 10.66667vw 0 0 !important;
		padding: 0 0 10.66667vw !important;
		border-bottom: 0.26667vw solid #ccc;
		gap: 5.33333vw 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	body.is-menu-open {
		overflow: hidden;
	}

	.is-br-tb-show {
		display: inline-block !important;
	}

	.mod-link a.link-icon .caption,
  .mod-link button.link-icon .caption {
		font-size: 1.5625vw;
	}

	.mod-link.wide > a,
  .mod-link.wide > button {
		font-size: 1.36719vw;
	}

	.mod-link.large a span,
  .mod-link.large button span {
		left: 0.97656vw;
		font-size: 2.73438vw;
	}

	.mod-link.large.icon a,
  .mod-link.large.icon button {
		padding: 0 3.41797vw 0 5.37109vw;
	}

	.mod-link-pict > ul > li a.link-icon .caption {
		font-size: 1.5625vw;
	}

	.mod-link-aside-topics ul {
		margin: 0 0 0 0 !important;
	}

	.mod-link-aside-topics li {
		width: 100%;
		margin: 20px 0 0;
	}

	.mod-link-topics.sup-kana figure img {
		height: 20.70312vw;
	}

	.mod-table-reserve table th,
  .mod-table-reserve table td {
		font-size: 1.36719vw !important;
	}

	.mod-table-reserve-heading table {
		width: 52.92969vw;
	}

	.mod-table-reserve-heading th {
		padding: 0 0 0 0 !important;
	}

	.mod-table-reserve-heading th:first-child {
		width: 5.85938vw;
	}

	.mod-table-reserve-heading th:nth-child(2) {
		width: 24.41406vw;
	}

	.mod-table-reserve-heading th:nth-child(3) {
		width: 13.67188vw;
	}

	.mod-table-reserve-heading th:last-child {
		width: 8.78906vw;
	}

	.mod-table-reserve-date {
		width: calc(100% - 52.73438vw);
	}

	.mod-table-reserve-item table {
		width: 52.92969vw;
	}

	.mod-table-reserve-item td.floor {
		width: 5.85938vw;
	}

	.mod-table-reserve-item td.room {
		width: 24.41406vw;
		padding: 0 1.46484vw;
	}

	.mod-table-reserve-item td.picture {
		width: 13.67188vw;
	}

	.mod-table-reserve-item td.timezone {
		width: 8.78906vw;
	}

	.mod-table-reserve-status {
		width: calc(100% - 52.73438vw);
	}

	.l-header {
		height: 95px;
	}

	.is-small .l-header {
		height: 95px;
		transition: none;
	}

	.l-header-toggle {
		top: 36px;
		right: 10px;
		width: 30px;
		height: 22px;
	}

	.l-header-toggle span {
		height: 2px;
		margin: -1px 0 0;
	}

	.l-header-toggle:before,
  .l-header-toggle:after {
		height: 2px;
	}

	.is-menu-open .l-header-toggle:before {
		-webkit-transform: translateY(10px) rotateZ(45deg);
		transform: translateY(10px) rotateZ(45deg);
	}

	.is-menu-open .l-header-toggle:after {
		-webkit-transform: translateY(-10px) rotateZ(-45deg);
		transform: translateY(-10px) rotateZ(-45deg);
	}

	.l-header-menu {
		padding: 95px 0 0;
	}

	.l-header-sub-up,
  .l-header-sub-under {
		flex-direction: row;
	}

	.l-header-sub-up {
		justify-content: flex-end;
		margin: 20px 0 0;
		padding: 0 20px;
	}

	.l-header-sub-under {
		margin: 20px 0 0;
		padding: 0 20px;
	}

	.l-header-nav {
		margin: 30px 0 0;
	}

	.mod-header-nav {
		border-width: 1px;
	}

	.mod-header-nav > li {
		border-width: 1px;
	}

	.mod-header-nav > li > a {
		padding: 15px 40px 16px 20px;
		font-size: 1.4rem;
	}

	.mod-header-nav > li > a:after {
		right: 25px;
		font-size: 1.4rem;
	}

	.mod-header-nav > li.has-child > a:after {
		right: 23px;
	}

	.mod-header-nav-heading {
		padding: 15px 20px 16px;
		font-size: 1.4rem;
	}

	.mod-header-nav-heading:after {
		right: 5px;
		font-size: 1.4rem;
	}

	.mod-header-nav-child {
		padding: 0 20px;
		border-width: 1px;
	}

	.mod-header-nav-2nd > li {
		border-width: 1px;
	}

	.mod-header-nav-2nd > li > a {
		padding: 15px 20px 16px;
		font-size: 1.4rem;
	}

	.mod-header-nav-2nd > li > a:after {
		right: 5px;
		font-size: 1.4rem;
	}

	.mod-header-nav-2nd > li > a.link-figure figure figcaption {
		font-size: 1.4rem;
	}

	.mod-header-nav-3rd li {
		border-width: 1px;
	}

	.mod-header-nav-3rd li a {
		padding: 15px 20px 16px 30px;
		font-size: 1.4rem;
	}

	.mod-header-nav-3rd li a:after {
		right: 5px;
		font-size: 1.4rem;
	}

	.mod-header-nav-3rd li li a {
		padding-left: 40px;
	}

	.l-footer-under-inner {
		padding: 40px 0 15px;
	}

	.mod-footer-nav > li {
		border-width: 1px;
	}

	.mod-footer-nav > li > a {
		padding: 15px 40px 15px 20px;
		font-size: 1.4rem;
	}

	.mod-footer-nav > li > a:after {
		right: 25px;
		font-size: 1.4rem;
	}

	.mod-footer-nav > li.has-child > a:after {
		right: 23px;
	}

	.mod-footer-nav-heading {
		padding: 15px 40px 15px 30px;
		border-width: 1px;
		font-size: 1.4rem;
	}

	.mod-footer-nav-heading:after {
		right: 25px;
		font-size: 1.4rem;
	}

	.mod-footer-nav-2nd > li {
		border-width: 1px;
	}

	.mod-footer-nav-2nd > li > a {
		padding: 15px 40px 15px 30px;
		font-size: 1.4rem;
	}

	.mod-footer-nav-2nd > li > a:after {
		right: 25px;
		font-size: 1.4rem;
	}

	.l-wrapper {
		padding-top: 95px;
	}

	.is-menu-open .l-wrapper {
		position: fixed;
	}

	.l-contents-column .l-main {
		width: 75.19531vw;
	}

	.l-contents-column .l-aside {
		width: 35.15625vw;
		margin: 0 0 0 3.90625vw;
	}

	.l-main table.tightly th,
  .l-main table.tightly td {
		white-space: nowrap;
	}

	.l-form {
		padding: 60px 7.8125vw;
	}

	.l-form table th {
		width: 27.34375vw;
	}

	.l-form input[type='text'],
  .l-form input[type='email'] {
		width: 100%;
	}

	.page-home .l-main {
		max-width: 100%;
	}

	.page-home .l-main .mod-home-title {
		font-size: 2.0rem;
	}

	.mod-business-list .item-business {
		width: calc(100% / 3 - 8px / 3);
		margin: 4px 4px 0 0;
	}

	.mod-business-list .item-business:nth-of-type(3n) {
		margin: 4px 0 0;
	}

	.mod-business-list .item-business:nth-of-type(4n) {
		margin: 4px 4px 0 0;
	}

	.l-home-kv .l-home-video-title span.live {
		font-size: 1.6rem;
	}

	.l-home-kv .l-home-video-title span {
		padding-left: 15px;
		font-size: 1.2rem;
	}

	.l-home-kv .l-home-video-footer {
		margin: -38px -90px 0 -40px;
	}

	.l-home-tools:before {
		background: none;
	}

	.l-home-tools-inner {
		flex-wrap: wrap;
	}

	.l-home-tools-inner section {
		width: calc(100% / 2 - 20px / 2);
		margin: 0 0 100px;
	}

	.l-home-tools .mod-home-title {
		padding: 30px 0 140px !important;
	}

	.l-home-tools-facebook .item-facebook {
		margin: -110px 0 0;
	}

	.l-home-tools-twitter .item-twitter {
		margin: -110px 0 0;
	}

	.l-home-tools-blog {
		margin: 0 0 40px !important;
	}

	.l-home-tools-blog .mod-home-title {
		margin: 0 -10px;
	}

	.l-home-tools-blog .mod-blog-list {
		margin: -140px 0 0;
	}

	.l-home-tools-sapokana {
		margin: 0 0 40px !important;
	}

	.l-home-tools-sapokana .mod-home-title {
		margin: 0 -10px;
	}

	.l-home-tools-sapokana .mod-sapokana-list {
		margin: -140px 0 0;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1220px) {
	.mod-search input[type='text'],
  .mod-search input[type='search'] {
		width: 16.39344vw;
		transition: width 0.2s ease;
	}

	.is-small .l-header-nav {
		width: calc(100% - 18.85246vw);
	}

	.mod-header-link li {
		margin: 0 0 0 1.22951vw;
	}

	.mod-header-fontsize {
		margin: 0 0 0 0.81967vw;
	}

	.mod-header-contact {
		margin: 0 0 0 0.40984vw;
	}

	.mod-header-contact li {
		margin: 0 0 0 0.40984vw;
	}

	.mod-header-contact li a {
		width: 14.7541vw;
	}

	.is-small .mod-header-nav-child {
		width: calc(100% + 18.85246vw);
		transition-duration: 0.3s;
	}
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
	.l-searchbox .mt-site-search-form::before {
		left: 0.81967vw;
		font-size: 1.63934vw;
	}

	.l-searchbox .mt-site-search-form__query {
		height: 3.27869vw;
		padding: 0 0.81967vw 0 3.27869vw;
	}

	.l-searchbox .mt-site-search-form__button {
		min-width: 7.37705vw;
		height: 3.27869vw;
		font-size: 1.31148vw;
	}

	.l-home-contents {
		min-height: 60.40984vw;
	}

	.l-home-contents-inner {
		max-width: 100%;
		padding: 0 1.63934vw;
		-ms-grid-columns: 63.93443vw 1fr;
		grid-template-columns: 63.93443vw 1fr;
		-ms-grid-rows: 4.91803vw 22.13115vw 12.29508vw;
		grid-template-rows: 4.91803vw 22.13115vw 12.29508vw;
		gap: 1.63934vw;
	}

	.mod-home-search {
		padding: 0.81967vw;
	}

	.mod-home-search-label {
		min-width: 9.01639vw;
		height: 3.27869vw;
		margin: 0 0.81967vw 0 0;
		font-size: 1.31148vw;
	}

	.mod-home-search-label::before {
		right: -0.7377vw;
		left: auto;
		width: 0;
		height: 0;
		margin: -1.14754vw 0 0;
		border-width: 1.14754vw 0 1.14754vw 1.55738vw;
		border-style: solid;
		border-color: transparent transparent transparent #ffe200;
	}

	.mod-home-search .mt-site-search-form::before {
		left: 0.81967vw;
		font-size: 1.63934vw;
	}

	.mod-home-search .mt-site-search-form__query {
		height: 3.27869vw;
		padding: 0 0.81967vw 0 3.27869vw;
	}

	.mod-home-search .mt-site-search-form__button {
		min-width: 7.37705vw;
		height: 3.27869vw;
		font-size: 1.31148vw;
	}

	.mod-home-slide {
		height: 38.11475vw;
		padding: 0 0 2.04918vw;
	}

	.mod-home-slide .mod-link {
		bottom: 3.27869vw;
		left: 4.91803vw;
	}

	.mod-home-slide .mod-link > a {
		min-width: 19.67213vw;
		min-height: 3.93443vw;
		padding: 0 3.77049vw;
		font-size: 1.31148vw;
	}

	.mod-home-slide .slick-list,
  .mod-home-slide .slick-track {
		height: 36.06557vw;
	}

	.mod-home-slide .slick-prev,
  .mod-home-slide .slick-next {
		width: 4.09836vw;
		height: 4.09836vw;
		margin: -2.04918vw 0 0;
		font-size: 4.09836vw;
	}

	.mod-home-business {
		padding: 0.4918vw 0.81967vw 0.81967vw;
	}

	.mod-home-business-title {
		font-size: 1.80328vw;
	}

	.mod-home-business-title .icon {
		width: 2.62295vw;
		height: 2.62295vw;
		margin: 0.81967vw 1.14754vw 0 0;
	}

	.mod-home-business-title .icon::before {
		top: -0.81967vw;
		width: 3.93443vw;
		height: 1.63934vw;
		background-size: 3.93443vw auto;
	}

	.mod-home-business-title .icon::after {
		font-size: 1.14754vw;
	}

	.mod-home-business ul {
		margin: 0.65574vw 0 0;
		gap: 0.32787vw;
	}

	.ie11 .mod-home-business ul {
		margin: 0.32787vw 0 0 -0.32787vw;
	}

	.mod-home-business li {
		height: 7.37705vw;
		font-size: 1.14754vw;
	}

	.ie11 .mod-home-business li {
		width: calc(25% - 0.32787vw);
		margin: 0.32787vw 0 0 0.32787vw;
	}

	.mod-home-business li.is-hot a {
		font-size: 1.06557vw;
	}

	.mod-home-business li.is-hot:before {
		top: -0.08197vw;
		left: -0.08197vw;
		width: 2.62295vw;
		height: 2.62295vw;
	}

	.mod-home-business li a {
		padding: 0.40984vw;
	}

	.mod-home-business li .mod-icon {
		width: 5.7377vw;
		height: 4.5082vw;
	}

	.mod-home-business li.mod-home-business-list:nth-child(1),
  .mod-home-business li.mod-home-business-list:nth-child(2),
  .mod-home-business li.mod-home-business-list:nth-child(3) {
		height: 6.55738vw;
		font-size: 1.22951vw;
	}

	.ie11 .mod-home-business li.mod-home-business-list:nth-child(1),
  .ie11 .mod-home-business li.mod-home-business-list:nth-child(2),
  .ie11 .mod-home-business li.mod-home-business-list:nth-child(3) {
		width: calc(50% - 0.32787vw);
	}

	.mod-home-business li.mod-home-business-list:nth-child(1) a,
  .mod-home-business li.mod-home-business-list:nth-child(2) a,
  .mod-home-business li.mod-home-business-list:nth-child(3) a {
		gap: 0.40984vw;
	}

	.mod-home-business li.mod-home-business-list:nth-child(1) .mod-icon,
  .mod-home-business li.mod-home-business-list:nth-child(2) .mod-icon,
  .mod-home-business li.mod-home-business-list:nth-child(3) .mod-icon {
		width: 5.7377vw;
		height: 5.32787vw;
	}

	.mod-home-business .mod-icon.team {
		height: 3.68852vw;
	}

	.mod-home-blog {
		padding: 0.65574vw 0.81967vw 0.81967vw;
	}

	.mod-home-blog-title {
		font-size: 1.80328vw;
		letter-spacing: 0.1em;
	}

	.mod-home-blog-title .icon {
		width: 2.62295vw;
		height: 2.62295vw;
		margin: 0.81967vw 1.14754vw 0 0;
	}

	.mod-home-blog-title .icon::before {
		top: -0.81967vw;
		width: 3.44262vw;
		height: 1.22951vw;
		background-size: 3.44262vw auto;
	}

	.mod-home-blog-title .icon::after {
		position: relative;
		left: 0.16393vw;
		font-size: 1.06557vw;
	}

	.mod-home-blog-title .text::before {
		height: 0.81967vw;
	}

	.mod-home-blog-article {
		margin: 0.65574vw 0 0;
	}

	.mod-home-blog-article a {
		-ms-grid-columns: 14.7541vw 1fr;
		grid-template-columns: 14.7541vw 1fr;
		gap: 0.40984vw 0.81967vw;
	}

	.mod-home-blog-article h3 {
		font-size: 1.14754vw;
		line-height: calc(18/14);
	}

	.ie11 .mod-home-blog-article h3 {
		padding: 0 0 0 0.81967vw;
	}

	.mod-home-blog-article time {
		font-size: 0.98361vw;
		gap: 0.4918vw;
	}

	.ie11 .mod-home-blog-article time {
		padding: 0 0 0 0.81967vw;
	}

	.mod-home-blog-article time .mod-new {
		padding: 0 0.40984vw;
		font-size: 0.90164vw;
	}

	.mod-home-blog-article figure {
		max-height: 6.80328vw;
	}

	.l-home-topics .mod-home-title:after {
		width: calc(100% - 3.27869vw);
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1300px) {
	.l-home-kv .item-home-kv .mod-link {
		top: auto;
		bottom: 200px;
		left: 20px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

@media print {
	.slick-slide {
		display: none !important;
	}

	.slick-slide.slick-active {
		display: block !important;
	}

	.slick-list {
		height: auto !important;
	}

	.slick-track {
		width: auto !important;
		height: auto !important;
		-webkit-transform: none !important;
		transform: none !important;
	}

	.slick-track .slick-slide {
		width: auto !important;
	}

	.mod-link.large a,
  .mod-link.large button {
		padding: 0 55px;
		font-size: 1.6rem;
	}

	.mod-link-pict > ul {
		display: block;
		margin: -40px 0 0 -1.5% !important;
	}

	.mod-link-pict > ul > li {
		display: inline-block;
		width: 23%;
		margin: 40px 0 0 1.5%;
		vertical-align: top;
	}

	.mod-link-topics ul {
		display: block;
		margin: -10px 0 0 -2% !important;
	}

	.mod-link-topics li {
		display: inline-block;
		width: 30%;
		margin: 50px 0 0 2%;
		vertical-align: top;
	}

	.mod-link-topics.sup-kana li {
		width: 21%;
	}

	.mod-link-topics.blog li {
		width: 21%;
	}

	.mod-refine {
		page-break-before: always;
	}

	.l-header {
		position: absolute;
		height: 90px;
		transition: none;
	}

	.is-small .l-header {
		height: 90px;
	}

	.l-header-menu {
		display: none;
	}

	.l-wrapper {
		padding-top: 90px;
	}

	.page-home .l-main .mod-home-title {
		font-size: 1.8rem;
	}

	.mod-topics-list-inner {
		display: block;
		margin-right: -20px;
	}

	.mod-topics-list .item-topics {
		display: inline-block;
		width: 30%;
		vertical-align: top;
	}

	.mod-topics-list .item-topics:nth-of-type(3n) {
		margin: 20px 20px 0 0;
	}

	.mod-business-list .item-business a {
		padding-top: 80px;
		background-size: 15% auto;
	}

	.mod-business-list .item-business p {
		font-size: 1.2rem;
	}

	.l-home-sns {
		display: none;
	}

	.l-home-topics {
		margin-top: 153px;
		page-break-before: always;
	}

	.l-home-topics .mod-topics-list .item-topics a {
		display: block;
	}

	.l-home-topics .mod-topics-list .item-topics-summary h3 {
		font-size: 1.1rem;
	}

	.l-home-tools {
		margin-top: 45px;
		page-break-before: always;
	}

	.l-home-business {
		page-break-before: always;
	}

	.l-home-sub-nav {
		padding-top: 0;
		page-break-before: always;
	}

	.l-home-aside {
		padding-top: 40px;
	}

	.l-home-aside .mod-slide-aside .item-slide {
		width: 200px;
	}

	.l-support-kanagawa-refine {
		page-break-before: always;
	}
}