@charset "UTF-8";




/* CSS STYLE */

html {
	height: -webkit-fill-available;
}

body {
	background: #f1f2f3;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	min-width: 320px;
	padding: 100px 0 0 0;
	line-height: 1.8;
	font-size: 13px;

	&[data-theme="corporate"] {
		background-color: #fff;
	}

	&[data-theme="corporate-en"] {
		padding-top: 50px;
	}
}
body.en {
	padding: 51px 0 0 0;
}

a:link,
a:visited {
	color: #00587e;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-interpolation-mode: bicubic;
}

hr {
	border: none;
	border-top: 1px solid #ddd;
	background: none;
	width: 100%;
	margin: 20px 0;
}

hr.type1 {
	border-top: 3px solid #00a0e6;
}




/* MAIN */

.spnone {
	display: none !important;;
}

.big {
	font-size: 15px;
}
.small {
	font-size: 11px;
	color: #666;
}

.caution {
	color: #e00;
}

.bg-grey {
	background: #f1f2f3;
	width: 100%;
}

.bread {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #00a0e6;

	a {
		color: #00a0e6;
		text-decoration: none;
	}

	[data-theme="corporate"] & {
		color: #055C81;
		
		a {
			color: #055C81;
		}
	}
}

.inner {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;

	[data-theme="corporate"] & {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.base {
	width: 100%;
	background: #fff;
	padding: 25px 15px;
}

.tag {
	margin: 0 0 5px 0 !important;
	font-size: 0;
}
.tag span {
	position: relative;
	display: inline-block;
	border: 1px solid #98c13f;
	background: #fff;
	margin: 0 5px 2px 0;
	padding: 4px 10px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	text-decoration: none;
	color: #98c13f;
}
.tag a {
	position: relative;
	display: inline-block;
	border: 1px solid #08b4aa;
	background: #fff;
	margin: 0 5px 2px 0;
	padding: 4px 10px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	text-decoration: none;
	color: #08b4aa;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}

.btn {
	padding-left: 10px;
	padding-right: 10px;
}
.btn a {
	position: relative;
	display: block;
	border: 1px solid #00a0e6;
	border-radius: 100px;
	background: #00a0e6;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 16px 30px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-align: center;
	color: #fff;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.btn a img {
	margin: 0 6px 0 0;
	vertical-align: middle;
}
.btn a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #fff;
	overflow: hidden;
}
.btn.color2 a {
	border: 1px solid #00587e !important;
	background: #00587e;
}
.btn.color2 a[target="_blank"]::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
	overflow: hidden;
	background: url(../img/btn2-blank-icon_02.svg) no-repeat;
	background-size: 10px;
}
.btn.color2 a.pdf-btn:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
	overflow: hidden;
	background: url(../img/pdf-icon_01.svg) no-repeat;
	background-size: 12px;
}
.btn a.mail,
.btn a.faq {
	padding: 15px 0;
	line-height: 1;
}
.btn a.mail:after,
.btn a.faq:after,
.btn a.download:after {
	display: none;
}
.btn a.mail:before {
	content: "";
	display: inline-block;
	background: url(../img/btn-mail-icon_02.svg) left center no-repeat;
	background-size: 16px;
	width: 16px;
	height: 20px;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.btn a.faq:before {
	content: "";
	display: inline-block;
	background: url(../img/btn-faq-icon_02.svg) left center no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	margin: 0 4px 0 0;
	vertical-align: middle;
}
.btn a.download:before {
	content: "";
	display: inline-block;
	background: url(../img/btn-download-icon_01.svg) left center no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.btn2 {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 0;
}
.btn2 a {
	position: relative;
	display: inline-block;
	border: 1px solid #00587e;
	border-radius: 25px;
	background: #00587e;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.btn2 a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 4%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #fff;
	overflow: hidden;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .btn2 a:after {
	top: 23px;
}
.btn2 a[target="_blank"] {
	background: #00587e;
	color: #fff;
}
.btn2 a[target="_blank"]:after {
	content: "";
	background: url(../img/btn2-blank-icon_02.svg) right center no-repeat;
	background-size: 10px;
}
.btn.type2 a {
	height: auto;
	padding: 16px 30px;
	line-height: 18px;
}
.btn.type3 a {
	height: auto;
	border: 1px solid #00587e;
	padding: 16px 30px;
	background: #00587e;
	line-height: 18px;
}
.btn.type2 a:after,
.btn.type3 a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #fff;
	overflow: hidden;
}

.btnSticky {
	bottom: 20px;
	padding: 0;
	position: sticky !important;
	z-index: 99;
}

.hear {
	text-align: right;
	font-size: 13px;
	line-height: none;
}
.hear a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	letter-spacing: 0.08em;
	text-decoration: none;
}
.hear a[target="_blank"] {
	background: url(../img/blank-icon.svg) right center no-repeat;
	background-size: 10px;
	padding-right: 14px;
}
.hear a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 9px;
	height: 9px;
	margin: 0;
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	color: #00a0e6;
	overflow: hidden;
}

.hear-list li {
    display: inline-block;
    margin: 10px 0 0 0;
}
.hear-list a {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    letter-spacing: 0.08em;
    text-decoration: none;
}
.hear-list a:hover {
	text-decoration: underline;
}
.hear-list a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #00a0e6;
	overflow: hidden;
}

.link-area {
	position: relative;
}
.link-area:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #00a0e6;
	overflow: hidden;
}
.link-area a {
	display: inline-block;
	position: relative;
	padding-left: 16px;
	letter-spacing: 0.08em;
	font-weight: bold;
	text-decoration: none;
}
.link-area a[target="_blank"]  {
	background: url(../img/blank-icon.svg) right 5px no-repeat;
	background-size: 10px;
	padding-right: 14px;
}

.blank {
	background: url(../img/blank-icon.svg) right 10px no-repeat;
	background-size: 10px;
	margin: 0 2px 0 0;
	padding-right: 14px;
}
.pdf {
	background: url(../img/pdf-icon.svg) right 8px no-repeat !important;
	background-size: 12px !important;
	margin: 0 2px 0 0;
	padding-right: 16px !important;
}

.pager {
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 40px 0 0 0;
	font-size: 0;
	text-align: center;
}
.pager p,
.pager ul,
.pager li {
	margin: 0 !important;
	display: inline-block;
}
.pager a {
	display: inline-block;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: #333;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.pager .prev {
	position: absolute;
	top: 0;
	left: 0;
}
.pager .prev a {
	padding-left: 20px;
}
.pager .prev a:before {
	content: "\FF1C";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #333;
	overflow: hidden;
}
.pager .next {
	position: absolute;
	top: 0;
	right: 0;
}
.pager .next a {
	padding-right: 20px;
}
.pager .next a:before {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #333;
	overflow: hidden;
}
.pager li a {
	border: 2px solid #ddd;
	border-radius: 20px;
	background: #fff;
	width: 40px;
	margin: 2px;
	line-height: 36px;
}
.pager li.active a {
	border: 2px solid #00a0e6;
	background: #00a0e6;
	color: #fff;
}

.list-ul,
.list-ol {
	margin: 20px 0;
}
.list-ul:first-child,
.list-ol:first-child {
	margin-top: 0 !important;
}
.list-ul:last-child,
.list-ol:last-child {
	margin-bottom: 0 !important;
}
.list-ul li {
	position: relative;
	margin: 2px 0;
	padding: 0 0 0 1em;
}
.list-ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	border-radius: 2px;
	background: #00587e;
	width: 4px;
	height: 4px;
}
.list-ol {
	counter-reset: count;
}
.list-ol li {
	position: relative;
	margin: 5px 0;
	padding: 0 0 0 2em;
}
.list-ol li:before {
	counter-increment: count;
	content: counter(count)".";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	color: #00587e;
}

.table-block {
	width: 100%;
	width: calc(100% + 10px);
	margin: 20px -10px 20px 0;
}
.table-block th {
	border-bottom: 1px solid #ddd;
	border-right: 10px solid transparent;
	padding: 10px 5px;
	font-weight: bold;
	text-align: left;
}
.table-block td {
	border-bottom: 1px solid #ddd;
	border-right: 10px solid transparent;
	padding: 10px 5px;
	text-align: left;
}
.table-block tr:first-of-type th,
.table-block tr:first-of-type td {
	border-top: 1px solid #ddd;
}
.table-block:first-child {
	margin-top: 0 !important;
}
.table-block:last-child {
	margin-bottom: 0 !important;
}
.table-block.flat {
	border-top: 1px solid #ddd;
	width: 100%;
	width: calc(100%);
	margin: 20px 0;
}
.table-block.flat th {
	display: block;
	border-right: none;
	width: 100%;
	padding: 10px 0;
}
.table-block.flat td {
	display: block;
	border-right: none;
	width: 100%;
	padding: 10px 0 10px 10px;
}
.table-block.flat tr:first-of-type th,
.table-block.flat tr:first-of-type td {
	border-top: none;
}
.head2 + .table-block,
.head2 + .table-block tr:first-of-type th,
.head2 + .table-block tr:first-of-type td,
.head4 + .table-block,
.head4 + .table-block tr:first-of-type th,
.head4 + .table-block tr:first-of-type td {
	border-top: none;
	padding-top: 0;
}
.head2 + .table-block.flat tr:first-of-type td,
.head4 + .table-block.flat tr:first-of-type td {
	padding-top: 10px;
}

.table-block2 {
	width: 100%;
	margin: 20px 0;
}
.table-block2 th {
	vertical-align: middle;
	border: 1px solid #fff;
	background: #00a0e6;
	padding: 10px 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	color: #fff;
}
.table-block2 tr:first-of-type th {
	border-top: 1px solid #00a0e6;
}
.table-block2 tr:last-of-type th {
	border-bottom: 1px solid #00a0e6;
}
.table-block2 th:first-of-type {
	border-left: 1px solid #00a0e6;
}
.table-block2 th:last-of-type {
	border-right: 1px solid #00a0e6;
}
.table-block2 td {
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px 12px;
	line-height: 1.6;
}
.table-block2:first-child {
	margin-top: 0 !important;
}
.table-block2:last-child {
	margin-bottom: 0 !important;
}
.table-block2.flat th {
	display: block;
	border-top: none;
	width: 100%;
}
.table-block2.flat td {
	display: block;
	border-top: none;
	width: 100%;
}

dl.table-dl {
	border-top: 1px solid #ddd;
	width: 100%;
}
dl.table-dl dt {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	font-weight: bold;
	text-align: left;
}
dl.table-dl dd {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 10px;
	text-align: left;
}
dl.table-dl p {
	margin: 0;
}
dl.table-dl[data-type="borderless"] {
	border-top: none;
}
dl.table-dl[data-type="borderless"] > div:first-child dt {
	padding-top: 0;
}

.indent {
	padding-left: 1em;
}

.code {
	display: block;
	border: 1px solid #ccc;
	background: #eee;
	width: 90%;
	height: 100px;
	margin: 20px auto;
	padding: 10px;
	font-size: 10px;
	line-height: 1.6;
	color: #666;
}




/* BASE */

.base {
	width: 100%;
	background: #fff;
	margin: 20px 0;
	padding: 25px 15px;
}

.base p {
	position: relative;
	margin: 20px 0;
}
.base p:first-child {
	margin-top: 0 !important;
}
.base p:last-child {
	margin-bottom: 0 !important;
}

.base .catch {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 2.4;
	letter-spacing: 0.1em;
	text-align: center;
}
.base .catch span {
	padding: 0 0 1px 0;
	border-bottom: 1px solid #888;
}

.main-head {
	position: relative;
	margin: 0 0 20px 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.07em;
	text-align: center;
}
.main-head span {
	position: relative;
	display: block;
	border: 1px solid #00a0e6;
	border-radius: 31px;
	width: 62px;
	height: 62px;
	margin: 0 auto 12px auto;
	padding: 10px 0 0 0;
	text-align: center;
	overflow: hidden;
}
.main-head span img {
	width: 40px;
	height: auto;
}

.base:not(.has-menu) .head-page {
	position: relative;
	border-bottom: 1px solid #ddd;
	margin: 0 -15px 20px -15px;
	padding: 0 15px 20px 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
}
.base:not(.has-menu) .head-page:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -1px;
	background: #00a0e6;
	width: 76px;
	height: 2px;
	margin: 0 0 0 -38px;
}

.head1 {
	position: relative;
	border-bottom: 2px solid #ddd;
	margin: 30px 0 20px 0;
	padding: 0 0 16px 0;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.08em;
}
.head1:first-child {
	margin-top: 0 !important;
}
.head1:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #00a0e6;
	width: 60px;
	height: 2px;
}
.head2 {
	position: relative;
	margin: 50px 0 35px 0;
	padding: 2px 0 2px 16px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.08em;
}
.head2:first-child {
	margin-top: 0 !important;
}
.head2:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	background: #00a0e6;
	width: 4px;
	height: 100%;
}
.head2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	left: 0;
	border-bottom: 2px solid #ddd;
	width: 100%;
}
.head3 {
	position: relative;
	border-left: 4px solid #00a0e6;
	margin: 25px 0 15px 0;
	padding: 0 0 0 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.08em;
	color: #00a0e6;
}
.head3:first-child {
	margin-top: 0 !important;
}
.head4 {
	position: relative;
	border-bottom: 1px solid #00a0e6;
	margin: 25px 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.08em;
	color: #00a0e6;

	[data-theme="corporate"] & {
		border-bottom-color: #055C81;
		color: #055C81;
	}
}
.head4:first-child {
	margin-top: 0 !important;
}
.head5 {
	position: relative;
	margin: 20px 0 12px 0;
	padding: 0 0 12px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.08em;
	color: #00a0e6;
}
.head5:first-child {
	margin-top: 0 !important;
}
.head5:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #00a0e6;
	width: 40px;
}
.head6 {
	position: relative;
	margin: 20px 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: #00a0e6;

	[data-theme="corporate"] & {
		color: #333;
	}
}
.head6:first-child {
	margin-top: 0 !important;
}
.head7 {
	color: #00a0e6;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-top: 50px;

	[data-theme="corporate"] & {
		color: #055C81;
	}
}
.head1 span,
.head2 span,
.head3 span,
.head4 span {
	font-size: 1.2em;
	color: #333;
	line-height: 1.6;
}

.onepoint {
	position: relative;
	display: inline-block;
	border: 1px solid #00a0e6;
	background: #fff;
	margin: 0 5px 10px 0;
	padding: 4px 10px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	text-decoration: none;
	color: #900a0e6;
}

.column {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.column > div {
	width: 100%;
	margin: 0 0 20px 0;
}
.column > div:last-of-type {
	margin: 0;
}
.column .single,
.column .single2 {
	text-align: center;
}
.column.box > div {
	border: 1px solid #eee;
	padding: 15px;
	overflow: hidden;
}
.column.box h3 {
	position: relative;
	margin: 0 0 10px 0;
	padding: 1px 0 1px 14px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.column.box h3.head2 {
	margin: 0 0 35px 0;
}
.column.box h3:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	background: #00a0e6;
	width: 4px;
	height: 100%;
}
.column.box .image {
	float: left;
	width: 35%;
}
.column.box .image img {
	width: 100%;
}
.column.box .read {
	float: right;
	width: 60%;
}
.column.box p,
.column.box .list-ul,
.column.box .list-ol {
	margin: 5px 0;
}

.column-flow {
	margin-top: 50px;
}
.column-flow > div {
	position: relative;
}
.column-flow > div + div {
	margin-top: 80px;
}
.column-flow > div::before {
	background-image: url(../img/icon_flow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	display: block;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: -55px;
	width: 30px;
}
.column-flow > div:first-child::before {
	display: none;
}
.column-flow > div p {
	text-align: center;
}

.line-box {
	border: 1px solid #eee;
	margin: 20px 0;
	padding: 15px;
}
.line-box[data-theme="column"] {
	border-color: #00A0E6;
}

.table-block td p,
.table-block td img.float-right,
.table-block td img.float-left {
	margin: 10px auto;
}
.table-block td .head1,
.table-block td .head3,
.table-block td .head4,
.table-block td .head6 {
	margin-bottom: 10px !important;
}
.table-block td .head2 {
	margin-bottom: 30px !important;
}
.table-block td .head5 {
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
}
.table-block td hr {
	width: auto;
	border-top: 1px dashed #ddd;
	margin: 10px 0 !important;
}

.data-column {
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
}
.data-column .image {
	width: 100%;
	margin: 0 0 15px 0;
}
.data-column .data {
	width: 100%;
}
.data-column .title {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.2;
	color: #00a0e6;
}
.data-column table {
	width: 100%;
}
.data-column table th {
	border-bottom: 1px solid #ddd;
	border-right: 10px solid #fff;
	width: 20%;
	padding: 10px 5px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.6;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.data-column table td {
	border-bottom: 1px solid #ddd;
	padding: 10px 5px;
	vertical-align: middle;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.data-column table tr:first-of-type th,
.data-column table tr:first-of-type td {
	border-top: 1px solid #ddd;
}

.anchor-list {
	background: #f6f6f6;
	margin: 20px 0;
	padding: 15px 15px 10px 15px;
}
.anchor-list li {
	width: 100%;
	margin: 0 0 5px 0;
	text-align: center;
}
.anchor-list li a {
	position: relative;
	display: block;
	border-right: 3px solid #eee;
	border-bottom: 3px solid #eee;
	background: #fff;
	padding: 15px 25px 15px 20px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	color: #00a0e6;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.anchor-list li a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #00a0e6;
	overflow: hidden;
	transform: rotate(90deg);
}

.link-list {
	position: relative;
	background: #f6f6f6;
	margin: 40px 0 -10px 0;
	padding: 15px 15px 10px 15px;
}
.link-list li {
	width: 100%;
	margin: 0 0 5px 0;
	text-align: center;
}
.link-list li a {
	position: relative;
	display: block;
	border-right: 3px solid #eee;
	border-bottom: 3px solid #eee;
	background: #fff;
	padding: 15px 25px 15px 20px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	color: #00a0e6;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.link-list li a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #00a0e6;
	overflow: hidden;
}
.link-list li.active a {
	border-right: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eee;
	color: #666;
}
.link-list li.active a:after {
	color: #999;
}

.contents-list .image {
	position: relative;
	border: 2px solid #f2f2f2;
	background: #fff;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 60% 0 0 0;
	overflow: hidden;
}
.contents-list .image img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.contents-list dl {
	margin: 15px 0 0 0;
}
.contents-list dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
.contents-list dt a {
	text-decoration: none;
}
.contents-list dd {
	margin: 10px 0;
}
.contents-list dd.pg {
	margin: 5px 0;
	line-height: 1;
}
.pg span,
.pg a,
.tags span,
.tags a {
	display: inline-block;
	background: #545e63;
	margin: 0 2px 2px 0;
	padding: 5px 12px;
	font-size: 11px;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #fff;
}
.contents-list dd.tags,
.contents-list dd.program {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
}
.program span,
.program a {
	display: inline-block;
	border: 1px solid #08b4aa;
	background: #fff;
	margin: 0 2px 2px 0;
	padding: 4px 15px;
	font-size: 11px;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #08b4aa;
}
.contents-list dd.txt dl {
	margin: 0;
}
.contents-list dd.txt dl dt {
	margin: 0 0 4px 0;
	font-size: 14px;
	font-weight: bold;
}
.contents-list dd.txt dl dd {
	margin: 0;
	font-size: 13px;
}
.contents-list dd.time dl {
	display: table;
}
.contents-list dd.time dl dt {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	padding: 0 10px 0 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}
.contents-list dd.time dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}
.contents-list dd:first-child {
	margin-top: 0 !important;
}
.contents-list dd:last-child {
	margin-bottom: 0 !important;
}

.case-tag span,
.case-tag a {
	display: inline-block;
	background: #545e63;
	margin: 0 2px 2px 0;
	padding: 5px 12px;
	font-size: 11px;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #fff;
}

.movie {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
.movie .column-left,
.movie .column-right,
.movie .column-3 div {
	margin: 0 0 15px 0;
}
.movie > br {
	display: none;
}
.movie .uss-area_video {
	border: 1px solid #eee !important;
	width: 300px !important;
	height: 168px;
}
.myvideoid1-dimensions,
.myvideoid2-dimensions,
.myvideoid3-dimensions,
.myvideoid4-dimensions,
.myvideoid5-dimensions,
.myvideoid6-dimensions {
	width: 300px !important;
	height: 168px;
}
.movie p {
	text-align: center;
}
.movie p.prelusion {
	display: inline-block;
	border-bottom: 1px solid #00587e;
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #00587e;
}

.attention {
	background: #f6f6f6;
	margin: 20px 0;
	padding: 15px;
}
.attention:last-child {
	margin-bottom: 0 !important;
}
.attention h2,
.attention h3,
.attention h4 {
	position: relative;
	margin: 0 0 10px 0;
	padding: 1px 0 1px 12px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.attention h2:before,
.attention h3:before,
.attention h4:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	background: #00a0e6;
	width: 4px;
	height: 100%;
}

.googlemap {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	width: 100%;
	margin: 15px 0;
	padding: 56.25% 0 0 0;
}
.googlemap  iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.twitter {
	border: 1px solid #00a0e6;
	width: 100%;
	padding: 10px;
	line-height: 1;
}

img.alignright,
img.alignleft,
img.aligncenter,
img.float-right,
img.float-left {
	display: block;
	height: auto;
	margin: 15px auto;
}

.tab-area {
	width: 100%;
	margin: 20px 0;
}
.tab-area:first-child {
	margin-top: 0 !important;
}
.tab-area:last-child {
	margin-bottom: 0 !important;
}
.tab-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
	margin: 30px 0 20px 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.tab-list li {
	display: flex;
	margin: 0;
	padding: 0 8px;
	position: relative;
	width: 50%;
}
.tab-list li:nth-of-type(2n+1):before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background: #ddd;
	width: 1px;
	height: 20px;
	margin: -10px 0 0 0;
}
.tab-list li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	background: #ddd;
	width: 1px;
	height: 20px;
	margin: -10px 0 0 0;
}
.tab-list li span,
.tab-list li a {
	align-items: center;
	background: #00587e;
	border: 1px solid #00587e;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-grow: 1;
	font-size: 13px;
	font-weight: bold;
	justify-content: center;
	line-height: 1.2;
	padding: 10px 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
	vertical-align: middle;
}
.tab-list li span.active,
.tab-list li a.active {
	border: 1px solid #00587e;
	background: #fff;
	color: #00587e;
}
.tab-list li span.active:before,
.tab-list li span.active:after,
.tab-list li a.active:before,
.tab-list li a.active:after {
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tab-list li span.active:before,
.tab-list li a.active:before {
	bottom: -14px;
	border-top-color: #00587e;
	border-width: 7px;
	margin-left: -7px;
}
.tab-list li span.active:after,
.tab-list li a.active:after {
	bottom: -12px;
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.tab-list.type-menu-middle {}
.tab-list.type-menu-footer {
	margin-bottom: 30px;
}
.tab-list.type-menu-footer:last-child {
	margin-bottom: -10px;
}
.tab-list[class*="type-menu"] li .active::before,
.tab-list[class*="type-menu"] li .active::after {
	display: none;
}
.tab-panel {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.tab-panel:last-child {
	margin-bottom: 0;
}
.dtab-panel:not(:last-child) {
	margin-bottom: 30px;
}




/* HEADER */

#sp-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	z-index: 900;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.en #sp-menu{
	height: 51px;
}
#sp-menu.sp-active {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.sp-top {
	background: #fff;
	display: flex;
	width: 100%;

	.logo {
		align-items: center;
		display: flex;
		height: 50px;

		img {
			height: 50px;
			width: 50px;

			[data-theme="corporate-en"] & {
				height: 36px;
				margin-left: 15px;
				width: auto;
			}
		}
	}

	.tab {
		align-self: center;
		display: flex;
		gap: 5px;
		margin-left: 15px;

		li {
			a {
				align-items: center;
				background-color: #fff;
				border: 1px solid #E7E7E7;
				border-radius: 6px;
				color: #727171;
				display: flex;
				font-size: 12px;
				font-weight: bold;
				height: 44px;
				justify-content: center;
				line-height: 1.4;
				text-decoration: none;
				width: 46px;

				&.is_current {
					color: #fff;
				}

				[data-theme="corporate"] & {
					border-color: #E7E7E7;
					color: #727171;
				}
			}

			&.business {
				a {
					&.is_current {
						background-color: #00a0e6;
						border-color: #00a0e6;
					}
				}
			}

			&.personal {
				a {
					&.is_current {
						background: #ff9c24;
						border-color: #ff9c24;
					}
				}
			}

			&.corporate {
				a {
					&.is_current {
						background-color: #055C81;
						border-color: #055C81;
						color: #fff;
					}
				}
			}
		}
	}

	.func {
		display: flex;
		margin-left: auto;

		li {
			span,
			a {
				align-items: center;
				display: flex;
				height: 50px;
				justify-content: center;
				width: 50px;

				&::before {
					content: "";
					display: block;
					mask-repeat: no-repeat;
					mask-size: cover;
				}

				i {
					display: none;
				}
			}

			&.search {
				background-color: #fff;

				span,
				a {
					&::before {
						background-color: #00a0e6;
						height: 18px;
						mask-image: url(../img/icon_loupe.svg);
						width: 18px;
					}

					[data-theme="corporate"] & {
						&::before {
							background-color: #055C81;
						}
					}

					&.active {
						background-color: #F1F2F4;

						&::before {
						}
					}
				}
			}

			&.contact {
				span,
				a {
					background-color: #00a0e6;

					&::before {
						background-color: #fff;
						height: 20px;
						mask-image: url(../img/icon_mail.svg);
						width: 25px;
					}

					[data-theme="corporate"] & {
						background-color: #055C81;
					}
				}
			}
		}
	}
}
.sp-top .jp {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
}
.sp-top .jp a {
	display: block;
	background: #00a0e6;
	width: 50px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#sp-menu-list {
	align-items: center;
	background: #fff;
	display: flex;
	height: 50px;
	justify-content: space-evenly;
	position: relative;
	width: 100%;

	> li {
		> span,
		> a {
			align-items: center;
			color: #333;
			display: flex;
			gap: 4px;
			text-decoration: none;

			&::before {
				background-color: #00A0E6;
				content: "";
				flex-shrink: 0;
				height: 18px;
				mask-repeat: no-repeat;
				mask-size: cover;
				width: 18px;
			}

			&.business {
				&::before {
					mask-image: url(../img/menu-icon_01.svg);
				}
			}

			&.program {
				&::before {
					mask-image: url(../img/menu-icon_02.svg);
				}
			}

			&.corporate {
				&::before {
					mask-image: url(../img/icon_corporate.svg);
				}
			}

			&.recruit {
				&::before {
					mask-image: url(../img/icon_recruit.svg);
				}
			}

			&.news {
				&::before {
					mask-image: url(../img/icon_news.svg);
				}
			}

			[data-theme="corporate"] & {
				&::before {
					background-color: #055C81;
				}
			}
		}
	}
}
#sp-menu-list > li > a:after,
#sp-menu-list > li > span:after {
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	right: 0;
	background: #e0e2e4;
	width: 1px;
	height: 16px;
}
#sp-menu-list > li:nth-child(5) > a:after {
	display: none;
}
#sp-menu-list > li.active > span {
	color: #00a0e6;

	[data-theme="corporate"] & {
		color: #055C81;
	}
}

#sp-menu-list li .menuarea,
#sp-menu .searcharea {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	background: #00a0e6;
	width: 100%;
	padding: 15px 0 20px 0;
	z-index: 9;

	[data-theme="corporate"] & {
		background-color: #055C81;
	}
}
#sp-menu .searcharea {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	background: #444;
	width: 100%;
	padding: 15px 0;
	font-size: 0;
	z-index: 10;
}
.menuarea .inner,
.searcharea .inner {
	padding: 0 15px;
}

.menuarea .go {
	display: inline-block;
	position: relative;
	padding: 0 16px 0 0;
	text-decoration: none;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #fff;
}
.menuarea .go:after {
	content: "\FF1E";
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 9px;
	font-weight: bold;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.menuarea a {
	color: #fff;
	text-decoration: none;
}
.menuarea .service {
	width: 100%;
	overflow: hidden;
	margin: 0 0 -15px 0;
}
.menuarea .service li {
	position: relative;
	float: left;
	display: table;
	width: 50%;
	margin: 0 0 10px 0;
	text-align: center;
}
.menuarea .service .go {
	padding: 0 15px;
}
.menuarea .service li:nth-child(2n) {
	float: right;
}
.menuarea .service li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	border-radius: 36px;
	background: #fff;
	width: 60px;
	height: 60px;
	margin: 0 0 0 -30px;
}
.menuarea .service li:nth-of-type(1):before {
	background: #fff url(../img/service-icon_digital.svg) center center no-repeat;
	background-size: 40px;
}
.menuarea .service li:nth-of-type(2):before {
	background: #fff url(../img/service-icon_movie.svg) center center no-repeat;
	background-size: 40px;
}
.menuarea .service li:nth-of-type(3):before {
	background: #fff url(../img/service-icon_event.svg) center center no-repeat;
	background-size: 40px;
}
.menuarea .service li:nth-of-type(4):before {
	background: #fff url(../img/service-icon_kyozai.svg) center center no-repeat;
	background-size: 40px;
}
.menuarea .service li:nth-of-type(5):before {
	background: #fff url(../img/service-icon_package.svg) center center no-repeat;
	background-size: 40px;
}
.menuarea .service li:nth-of-type(6):before {
	background: #fff url(../img/service-icon_licence.svg) center center no-repeat;
	background-size: 40px;
}
.menuarea .service li a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 65px 0 0 0;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.4;
}
.menuarea .main {
	width: 100%;
	overflow: hidden;
}
.menuarea .main li {
	float: left;
	width: 50%;
	margin: 0;
	padding: 8px 0;
	text-align: center;
}
.menuarea .main li:nth-child(2n) {
	float: right;
}
.menuarea .main li img {
	margin: 0 0 8px 0;
	padding: 0;
}
.menuarea .main li:last-child {
	margin: 0;
}
.menuarea .main li a.pdf {
	background-image: url(../img/pdf-icon_01.svg) !important;
	background-position-y: center !important;
}
.menuarea .sub {
	border-top: 1px solid #0687bf;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	line-height: 1;
	text-align: left;
}
.menuarea .sub li {
	margin: 0 0 10px 0;
	font-size: 12px;
}
.menuarea .sub li:last-child {
	margin: 0;
}
.menuarea .sub li a {
	display: inline-block;
	position: relative;
	line-height: 1.2;
	color: #fff;
	padding: 0 0 0 14px;
	text-decoration: none;
}
.menuarea .sub li a:after {
	content: "\FF1E";
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 9px;
	font-weight: bold;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.menuarea .sub.tc {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.menuarea .sub.tc li {
	font-size: 12px;
	margin: 0;
	text-align: center;
	width: 50%;
}
.menuarea .sub.tc li:nth-child(n + 3) {
	margin-top: 20px;
}
.menuarea .sub.tc li.pdf {
	background-image: none !important;
	padding-right: 0 !important;
}
.menuarea .sub.tc li.pdf a {
	align-items: center;
	display: inline-flex;
	padding: 0;
}
.menuarea .sub.tc li.pdf a:after {
	background-image: url(../img/pdf-icon_01.svg);
	background-repeat: no-repeat;
	background-size: 12px;
	content: "";
	display: block;
	height: 12px;
	margin-left: 3px;
	position: static;
	top: 0;
	transform: none;
	width: 12px;
}

#sp-menu form {
	overflow: hidden;
}
#sp-menu form input {
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
}
#sp-menu form input[type="search"] {
	vertical-align: middle;
	border: 2px solid #000;
	background: #fff;
	width: 80%;
	height: 30px;
	margin: 0;
	padding: 5px 10px;
}
#sp-menu form input[type="submit"] {
	vertical-align: middle;
	border: 2px solid #000;
	background: #000;
	width: 20%;
	height: 30px;
	margin: 0;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	color: #fff;
}

#menu-business > a,
#menu-program > a,
#menu-corporate > a,
#menu-news > a,
#menu-search > span {
	color: #00a0e6 !important;
}




/* FOOTER */

#gotop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 0;
	width: 56px;
	height: 86px;
	padding: 0 0 30px 0;
	z-index: 800;
}
#gotop a {
	display: block;
	position: relative;
	border-radius: 30px;
	background: #00a0e6;
	width: 56px;
	height: 56px;
	padding: 56px 0 0 0;
	overflow: hidden;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;

	[data-theme="corporate"] & {
		background-color: #055C81;
	}
}
#gotop a:before {
	content: "";
	display: block;
	position: absolute;
	top: 23px;
	left: 20px;
	background: #fff;
	width: 16px;
	height: 1px;
}
#gotop a:after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 22px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}

footer {
	width: 100%;
	margin: 80px 0 0 0;
}
footer .footer-banner {
	border-top: 1px solid #ceeffe;
	background: #e6f7ff;
	width: 100%;
	padding: 10px 0 0 0;

	[data-theme="corporate"] & {
		background-color: #fff;
		border-top: none;
	}
}
footer .footer-banner ul {
	overflow: hidden;
}
footer .footer-banner li {
	float: left;
	border-bottom: 1px solid #ceeffe;
	width: 48.4%;
	margin: 0 0 10px 0;

	[data-theme="corporate"] & {
		border: 1px solid #ccc;
	}
}
footer .footer-banner li:nth-child(2n) {
	float: right;
}

footer .footer-menu {
	background: #00a0e6;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;

	[data-theme="corporate"] & {
		background-color: #055C81;
	}
}
footer .footer-menu a {
	color: #fff;
	text-decoration: none;
}

footer .footer-menu .main {
	display: none;
}

footer .footer-menu .main-sp {
	border-bottom: 1px solid #0c91cb;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 0 10px 20px;

	[data-theme="corporate"] & {
		border-bottom-color: #fff;
	}
}

footer .footer-menu .main-sp ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 20px;
}

footer .footer-menu .main-sp ul li {
	font-size: 14px;
	width: calc(50% - 10px);
}

footer .footer-menu .main-sp ul li a {
}

footer .footer-menu .main-sp ul li a.pdf {
	background-image: url(../img/pdf-icon_01.svg) !important;
	background-position: center right !important;
	margin: 0;
}

footer .footer-menu .main-sp ul li a.pdf:after {
	display: none;
}

footer .footer-menu .sub {
	border-bottom: 1px solid #0c91cb;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
	overflow: hidden;

	[data-theme="corporate"] & {
		border-bottom-color: #fff;
	}
}
footer .footer-menu .sub li {
	float: left;
	position: relative;
	width: 57%;
	margin: 0 0 13px 0;
	padding: 0 0 0 0.8em;
}
footer .footer-menu .sub li:nth-child(2n) {
	float: right;
	width: 41%;
}
footer .footer-menu .sub li:before {
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}
footer .footer-menu .banner {
	font-size: 0;
	text-align: center;
}
footer .footer-menu .banner li {
	display: inline-block;
	width: 28%;
	margin: 0 1.4%;
}

footer .copy {
	background: #fff;
	padding: 14px 10px 18px 10px;
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	color: #00a0e6;

	[data-theme="corporate"] & {
		color: #055C81;
	}
}




/* INDEX MAIN */

.index {
	background: #fff;
}

.index-main {
	position: relative;
	width: 100%;
	padding: 0 0 42px 0;
	overflow: hidden;
	z-index: 1;
}
.index-main .swiper-container {
	overflow: visible;
}
.main-thumbs {
	display: none;
}

.slider-main-nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1000px;
}

.slider-main-nav li {
	width: calc( 100% / 3 );
}

.slider-main-nav li:nth-child(n + 4) {
	border-top: 1px solid #bfc6d0;
}

.slider-main-nav li:nth-child(-n + 3) {
	margin-bottom: 10px;
}

.slider-main-nav a {
	border-top: 3px solid transparent;
	color: #444;
	display: block;
	margin: 0;
	padding-top: 11px;
	text-align: inherit;
	text-decoration: none;
	width: auto;
	transition: .3s ease;
}

.slider-main-nav a.current {
	border-top-color: #00a0e6;
	color: #00a0e6;
}

.slider-main-nav a:hover {
	color: #00a0e6;
}

.slider-main-nav a > span {
	align-items: center;
	border-left: 1px solid #bfc6d0;
	border-right: 1px solid #bfc6d0;
	display: flex;
	padding: 0 0 0 10px;
}

.slider-main-nav li + li a > span {
	border-left: none;
}

.slider-main-nav a > span::before {
	background-position: center center;
	background-size: auto 100%;
	content: "";
	height: 38px;
	margin-right: 10px;
	width: 38px;
}

.slider-main-nav a.movie > span::before {
	background-image: url(../img/service-icon_movie2.svg);
}

.slider-main-nav a.digital > span::before {
	background-image: url(../img/service-icon_digital2.svg);
}

.slider-main-nav a.event > span::before {
	background-image: url(../img/service-icon_event2.svg);
}

.slider-main-nav a.kyozai > span::before {
	background-image: url(../img/service-icon_kyozai2.svg);
}

.slider-main-nav a.package > span::before {
	background-image: url(../img/service-icon_package2.svg);
}

.slider-main-nav a.licence > span::before {
	background-image: url(../img/service-icon_licence2.svg);
}

.slider-main-nav a > span > span {
	font-size: 10px;
	letter-spacing: -1px;
	line-height: 1.4;
}

.banner-main {
	margin: 30px 15px 0;
}

.banner-main + .banner-main {
	margin-top: 15px;
}

.banner-main li + li {
	margin-top: 15px;
}

.banner-main img {
	height: auto;
	width: 100%;
}




/* INDEX */

#index-info {
	padding-bottom: 20px;
}

#index-notice {
	width: 100%;
	background: #fff;

	.inner {
		padding: 0 15px;
	}

	[data-theme="corporate"] & {
		margin-bottom: 60px;
	}
}
#index-notice dl {
	border: 1px solid #f8454e;
	background: #fff;
	padding: 15px 10px;

	[data-theme="corporate"] & {
		border-radius: 20px;
	}
}
#index-notice dl dt {
	margin: 0 0 10px 0;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #f8454e;
}
#index-notice dl dt span {
	padding: 0 0 0 3px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
#index-notice dl dd {
	padding: 0 5px;
	line-height: 1.6;
	text-align: left;
}
#index-notice dl dd li {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

#index-contribution {
	padding: 25px 0 28px 0;
	overflow: hidden;
}
#index-contribution .inner {
	padding: 0;
}
#index-contribution h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 80px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.22em;
	color: #222;
}
#index-contribution h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	border: 1px solid #00a0e6;
	border-radius: 31px;
	background: url(../img/title-contribution-icon.png) center center no-repeat;
	background-size: 40px;
	width: 62px;
	height: 62px;
	margin: 0 0 0 -31px;
	padding: 10px 0 0 0;
	text-align: center;
	overflow: hidden;
}
#index-contribution h2 span {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.22em;
	color: #a1a1a1;
}

.list-contribution {
	display: flex;
	flex-wrap: wrap;
}
.list-contribution li + li {
	margin-top: 18px;
}
.list-contribution a {
	display: block;
	position: relative;
}
.list-contribution figure {
	position: relative;
}
.list-contribution figure::after {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );

	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.list-contribution .content {
	color: #fff;
	bottom: 0;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 20px 15px;
	position: absolute;
}
.list-contribution .hashtag {
	font-size: 16px;
}
.list-contribution .text {
	font-size: 18px;
}

#index-production {
	background-color: #e6f7ff;
	padding: 40px 0 103px 0;
	overflow: hidden;
}
#index-production .inner {
	padding: 0;
}
#index-production h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 80px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.22em;
	color: #222;
}
#index-production h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	border: 1px solid #00a0e6;
	border-radius: 31px;
	background: url(../img/title-program-icon.svg) center center no-repeat;
	background-size: 40px;
	width: 62px;
	height: 62px;
	margin: 0 0 0 -31px;
	padding: 10px 0 0 0;
	text-align: center;
	overflow: hidden;
}
#index-production h2 span {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.22em;
	color: #a1a1a1;
}
#index-production .slider-production {
	margin: 0 25px;
	position: relative;
}
/* Slick */
#index-production .slider-production-slick {
	margin-bottom: 0;
	margin-left: -5px;
	margin-right: -5px;
}
#index-production .slider-production .slick-list {
	overflow: visible;
}
#index-production .slider-production-slick-slide {
	padding: 0 5px;
}
#index-production .slider-production-slick .slick-dots {
	bottom: inherit;
	line-height: 1;
	margin-top: 40px;
}
#index-production .slider-production-slick .slick-dots li {
	height: auto;
	margin: 0 8px;
	vertical-align: top;
	width: auto;
}
#index-production .slider-production-slick .slick-dots li button {
	background-color: #00a0e6;
	border: 1px solid #00a0e6;
	border-radius: 100%;
	height: 12px;
	padding: 0;
	width: 12px;
}
#index-production .slider-production-slick .slick-dots li button:before {
	display: none;
}
#index-production .slider-production-slick .slick-dots li.slick-active button {
	background-color: #fff;
}
/* Swiper */
#index-production .slider-production .slider-production-swiper {
}
#index-production .slider-production .swiper-button-next,
#index-production .slider-production .swiper-button-prev {
	background-color: #fff;
	top: 100px;
}
#index-production .slider-production .swiper-button-next::before,
#index-production .slider-production .swiper-button-prev::before {
	color: #00a0e6;
}
#index-production .slider-production .swiper-button-next {
	right: -76px;
}
#index-production .slider-production .swiper-button-prev {
	left: -76px;
}
#index-production .slider-production .swiper-pagination {
	line-height: 1;
	margin-top: 40px;
	width: 100%;
}
#index-production .slider-production .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 15px;
}
#index-production .production figure img {
	opacity: 1;
}
#index-production .production h3 {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 20px;
	text-align: center;
}
#index-production .production p {
	margin-top: 15px;
	padding: 0 15px;
}

#index-service {
	padding-top: 20px;
	padding-bottom: 1px;
}
#index-service h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 80px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.22em;
	color: #222;
}
#index-service h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	border: 1px solid #00a0e6;
	border-radius: 31px;
	background: url(../img/title-service-icon.svg) center center no-repeat;
	background-size: 40px;
	width: 62px;
	height: 62px;
	margin: 0 0 0 -31px;
	padding: 10px 0 0 0;
	text-align: center;
	overflow: hidden;
}
#index-service h2 span {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.22em;
	color: #a1a1a1;
}
#index-service .service {
	display: block;
	position: relative;
	background: #fff;
	width: 100%;
	margin: 0 2% 30px 0;
	padding: 20px 20px 20px 20px;
	text-decoration: none;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
#index-service .service:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	background: #fff;
	bottom: -18px;
	left: 50%;
	border-radius: 30px;
	width: 36px;
	height: 36px;
	margin: 0 0 0 -18px;
	padding: 0 0 0 4px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 38px;
	color: #00a0e6;
	overflow: hidden;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
#index-service .service h3 {
	background: url(../img/service-icon_digital.svg) center top no-repeat;
	background-size: 60px;
	margin: 0 0 15px 0;
	padding: 80px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
	color: #444;
}
#index-service .service:nth-of-type(1) h3 {
	background: url(../img/service-icon_movie.svg) center top no-repeat;
	background-size: 60px;
}
#index-service .service:nth-of-type(2) h3 {
	background: url(../img/service-icon_digital.svg) center top no-repeat;
	background-size: 60px;
}
#index-service .service:nth-of-type(3) h3 {
	background: url(../img/service-icon_event.svg) center top no-repeat;
	background-size: 60px;
}
#index-service .service:nth-of-type(4) h3 {
	background: url(../img/service-icon_kyozai.svg) center top no-repeat;
	background-size: 60px;
}
#index-service .service:nth-of-type(5) h3 {
	background: url(../img/service-icon_package.svg) center top no-repeat;
	background-size: 60px;
}
#index-service .service:nth-of-type(6) h3 {
	background: url(../img/service-icon_licence.svg) center top no-repeat;
	background-size: 60px;
}
#index-service .service h3 span {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.22em;
	color: #00a0e6;
}
#index-service .service p {
	color: #000;
	letter-spacing: 0.1em;
}

#index-news {
	border-bottom: 1px solid #f3f3f3;
	margin: 0 0 25px 0;
	padding: 30px 0;
}
#index-news h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 80px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.22em;
	color: #222;
}
#index-news h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	border: 1px solid #00a0e6;
	border-radius: 31px;
	background: url(../img/title-news-icon.svg) center center no-repeat;
	background-size: 40px;
	width: 62px;
	height: 62px;
	margin: 0 0 0 -31px;
	padding: 10px 0 0 0;
	text-align: center;
	overflow: hidden;
}
#index-news h2 span {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.22em;
	color: #a1a1a1;
}




/* BUSINESS */

.business-menu {
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;
	z-index: 1;
}
.business-menu .service {
	display: block;
	position: relative;
	border: 1px solid #00a0e6;
	background: #fff;
	width: 100%;
	margin: 0 2% 30px 0;
	padding: 20px 20px 20px 20px;
	text-decoration: none;
}
.business-menu .service:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -19px;
	left: 50%;
	border-radius: 30px;
	background: #00a0e6;
	width: 38px;
	height: 38px;
	margin: 0 0 0 -19px;
	z-index: -1;
}
.business-menu .service:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	background: #fff;
	bottom: -18px;
	left: 50%;
	border-radius: 30px;
	width: 36px;
	height: 36px;
	margin: 0 0 0 -18px;
	padding: 0 0 0 4px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 38px;
	color: #00a0e6;
	overflow: hidden;
	z-index: 1;
}
.business-menu .service h3 {
	background: url(../img/service-icon_digital.svg) center top no-repeat;
	background-size: 60px;
	margin: 0 0 15px 0;
	padding: 75px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
	color: #444;
}
.business-menu .service:nth-of-type(1) h3 {
	background: url(../img/service-icon_movie.svg) center top no-repeat;
	background-size: 60px;
}
.business-menu .service:nth-of-type(2) h3 {
	background: url(../img/service-icon_digital.svg) center top no-repeat;
	background-size: 60px;
}
.business-menu .service:nth-of-type(3) h3 {
	background: url(../img/service-icon_event.svg) center top no-repeat;
	background-size: 60px;
}
.business-menu .service:nth-of-type(4) h3 {
	background: url(../img/service-icon_kyozai.svg) center top no-repeat;
	background-size: 60px;
}
.business-menu .service:nth-of-type(5) h3 {
	background: url(../img/service-icon_package.svg) center top no-repeat;
	background-size: 60px;
}
.business-menu .service:nth-of-type(6) h3 {
	background: url(../img/service-icon_licence.svg) center top no-repeat;
	background-size: 60px;
}
.business-menu .service h3 span {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.22em;
	color: #00a0e6;
}
.business-menu .service p {
	letter-spacing: 0.1em;
	color: #333;
}




/* BUSINESS - CASE */

.case-head1,
.case-head2 {
	margin: 30px 0 15px 0;
	border-bottom: 2px solid #ddd;
	padding: 2px 0 10px 36px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.08em;
	color: #00a0e6;
}

.case-head1 {
	background: url(../img/case-head-icon_01.png) 5px top no-repeat;
	background-size: 30px;
}
.case-head2 {
	background: url(../img/case-head-icon_02.png) left top no-repeat;
	background-size: 30px;
}




/* CORPORATE */

.president {
}
.president .photo {
	width: 64%;
	margin: 0 auto 20px auto;
}
.president .read {
}




/* CORPORATE - NEWS */

.news-list {
	border-top: 1px solid #e7e7e7;
	margin-bottom: 12px;
}
.news-list dl {
	align-items: center;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.news-list .date {
	font-size: 12px;
	color: #888;
	letter-spacing: 0.05em;
	margin-right: 20px;
}
.news-list .title {
	font-size: 13px;
	letter-spacing: 0.08em;
	width: 100%;
}
.news-list.mini {
	height: 100px;
	border: 1px solid #00a0e6;
	background: #fff;
	padding: 0 15px;
	overflow-y: auto;
}
.news-list.mini dt {
	padding: 14px 0 0 0;
}
.news-list.mini dd {
	padding: 8px 0 12px 0;
}
.news-list.mini dd:last-child {
	border-bottom: none;
}

.news-day {
	align-items: center;
	color: #888;
	display: flex;
	justify-content: flex-end;
	letter-spacing: 0.06em;
	line-height: 1;
	margin: -5px 0 20px 0 !important;
	padding: 0;
	position: relative;
	text-align: right;
	width: 100%;
}
.news-day > span {
	border-left: 1px solid #ddd;
	margin-left: 12px;
	padding-left: 12px;
}

.label-news {
	border-radius: 3px;
	display: flex;
	vertical-align: middle;
	width: 90px;
	height: 17px;
	font-size: 9px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
}
.label-news::before,
.label-news::after {
	background-color: #fff;
	border-radius: 3px;
	content: '';
	display: block;
	flex-shrink: 0;
	height: 3px;
	width: 3px;
}




/* PROGRAM */

.program-link {
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 20px 0 0 0;
}
.program-link h2 {
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 15px 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #000;
}
.program-link h2.hasToggle {
	position: relative;
	padding-right: 40px;
}
.program-link h2.hasToggle.active {
	color: #00a0e6;
}
.program-link h2.hasToggle:before {
	position: absolute;
	top: 50%;
	right: 16.5px;
	content: "";
	display: block;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 7px;
	height: 7px;
	transform: rotate(135deg);
	margin: -5px 0 0 0;
}
.program-link h2.hasToggle.active:before {
	transform: rotate(-45deg);
	margin: -2px 0 0 0;
}
.program-link h2.hasToggle:after {
	position: absolute;
	top: 50%;
	right: 5px;
	content: "";
	display: block;
	border: 1px solid #ddd;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
}
.program-link div {
	border-bottom: 1px solid #ddd;
	padding: 15px 10px;
	font-size: 13px;
}
.program-link h2.hasToggle + div {
	display: none;
}
.program-link li {
	padding: 3px 0 3px 13px;
}
.program-link a,
.program-link span {
	position: relative;
	margin: 0;
	line-height: 1.4;
	text-decoration: none;
}
.program-link a[target="_blank"]  {
	background: url(../img/blank-icon.svg) right center no-repeat;
	background-size: 10px;
	padding-right: 15px;
}
.program-link a:after,
.program-link span:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 4px;
	left: -13px;
	width: 9px;
	height: 9px;
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	color: #00a0e6;
	overflow: hidden;
}
.program-link span:after {
	color: #ccc;
}
.program-link .table-block {
	border-top: none;
}
.program-link .table-block tr:first-of-type th {
	padding-top: 0;
}
.program-link .table-block tr:last-of-type th,
.program-link .table-block tr:last-of-type td {
	border-bottom: none;
	padding-bottom: 0;
}




/* HISTORY */

.table-ac {
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 20px 0 0 0;
}
.table-ac thead {
	display: block;
	position: relative;
	border-bottom: 1px solid #ddd;
	width: 100%;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.table-ac thead th {
	display: block;
	width: 100%;
	padding: 15px 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	color: #000;
}
.table-ac thead th.year {
	font-size: 16px;
}
.table-ac thead th.cont {
	display: none;
}
.table-ac thead th.prog{
	display: none;
}
.table-ac thead:before {
	position: absolute;
	top: 50%;
	right: 16.5px;
	content: "";
	display: block;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 7px;
	height: 7px;
	transform: rotate(135deg);
	margin: -5px 0 0 0;
}
.table-ac thead.active th.year {
	color: #00a0e6;
}
.table-ac thead.active:before {
	transform: rotate(-45deg);
	margin: -2px 0 0 0;
}
.table-ac thead:after {
	position: absolute;
	top: 50%;
	right: 5px;
	content: "";
	display: block;
	border: 1px solid #ddd;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
}
.table-ac tbody {
	display: block;
	display: none;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.table-ac tbody tr {
	display: block;
}
.table-ac tbody tr td {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 5px 0 10px 15px;
	line-height: 1.6;
	vertical-align: middle;
}
.table-ac tbody tr td:first-child {
	border-bottom: none;
	padding: 10px 0 0 15px;
	font-weight: bold;
}

.table-ac.noaco {}
.table-ac.noaco thead {
	pointer-events: none !important;
}
.table-ac.noaco thead:hover th {
	background: #fff !important;
	color: #000 !important;
}
.table-ac.noaco thead th.year {
	color: #00a0e6 !important;
}
.table-ac.noaco tbody {
	display: block !important;
}
.table-ac.noaco thead:before,
.table-ac.noaco thead:after {
	display: none !important;
}




/* RESULT */

.search-box {
	border-radius: 6px;
	background: #f6f6f6;
	margin: 0 0 20px 0;
	padding: 15px;
}
.search-box input[type="search"] {
	border: 1px solid #bfbfbf;
	border-radius: 2px;
	outline: none;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 5px 10px;
	vertical-align: middle;
	color: #444;
}
.search-box dl {
	position: relative;
	width: 100%;
	margin: 15px 0 5px 0;
	line-height: 1.1;
}
.search-box dl dt {
	background: url(../img/result-icon.svg) left center no-repeat;
	background-size: 14px;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #00587e;
}
.search-box dl dd {
	display: inline-block;
	white-space: nowrap;
	margin: 0 10px 10px 0;
}
.search-box input[type="radio"] {
	margin: 0 4px 0 0;
	width: 14px;
	height: 14px;
}
.search-box .send {
	text-align: center;
}
.search-box .send button {
	position: relative;
	border: 2px solid #00587e;
	border-radius: 30px;
	outline: none;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
	background: #00587e;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.08em;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.search-box .send button:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #fff;
	overflow: hidden;
}
.search-box .send button span {
	font-size: 10px;
	font-weight: normal;
}

.result-list {
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 20px 0;
}
.result-list li {
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.result-list li a {
	display: block;
	padding: 10px 2px;
	text-decoration: none;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.result-list li a dt {
	width: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #00a0e6;
}
.result-list li a dd {
	width: 100%;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}




/* FAQ */

.faq-list {
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 20px 0 0 0;

	dt {
		position: relative;
		border-bottom: 1px solid #ddd;
		background: url(../img/faq-q.png) 10px center no-repeat;
		background-size: 20px;
		width: 100%;
		padding: 15px 40px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.4;
		letter-spacing: 0.05em;
		cursor: pointer;
		-webkit-transition: 0.1s linear;
		-ms-transition: 0.1s linear;
		transition: 0.1s linear;

		&::before {
			position: absolute;
			top: 50%;
			right: 16.5px;
			content: "";
			display: block;
			border-top: 1px solid #ddd;
			border-right: 1px solid #ddd;
			width: 7px;
			height: 7px;
			transform: rotate(135deg);
			margin: -5px 0 0 0;
		}

		&::after {
			position: absolute;
			top: 50%;
			right: 5px;
			content: "";
			display: block;
			border: 1px solid #ddd;
			border-radius: 30px;
			width: 30px;
			height: 30px;
			margin: -15px 0 0 0;
		}

		&.active {
			color: #00a0e6;

			&::before {
				transform: rotate(-45deg);
				margin: -2px 0 0 0;
			}
		}
	}

	dd {
		display: none;
		border-bottom: 1px solid #ddd;
		width: 100%;
		padding: 10px 5px;
		font-size: 13px;
	}

	[data-theme="corporate"] & {
		dt {
			background-image: url(../img/corporate/faq-q.png);

			&:hover {
				color: #055C81;
			}

			&::before {
				background-color: #055C81;
				border: none;
				margin-top: -3.5px;
				mask-image: url(../img/icon_line_bold_bottom.svg);
				mask-repeat: no-repeat;
				mask-size: contain;
				right: 15px;
				transform: rotate(0);
				width: 10px;
			}

			&::after {
				border-color: #055C81;
			}

			&.active {
				color: #055C81;

				&::before {
					transform: rotate(180deg);
				}
			}
		}
	}
}




/* SITEMAP */

.sitemap {
	background: #f1f2f3;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 15px;
	overflow: hidden;
}
.sitemap h2 {
	border-left: 4px solid #666;
	margin: 0 0 35px 0;
	padding: 0 0 0 8px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	color: #333;
}
.sitemap > div {
	background: #fff;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 15px;
}
.sitemap > div:last-of-type {
	margin: 0;
}
.sitemap p {
	margin: 10px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
}
.sitemap li {
	position: relative;
	padding: 0 0 0 1em;
	font-size: 13px;
}
.sitemap li:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 2px;
	border-radius: 3px;
	background: #999;
	width: 4px;
	height: 4px;
}
.sitemap.business {
	background: #e6f7ff;
}
.sitemap.business h2 {
	border-left: 4px solid #00a0e6;
	color: #00a0e6;
}
.sitemap.business p a {
	color: #00a0e6;
}
.sitemap.business p a:hover {
	color: #999;
}
.sitemap.business li:before {
	background: #00a0e6;
}
.sitemap.personal {
	background: #fff6ec;
}
.sitemap.personal h2 {
	border-left: 4px solid #ff9c24;
	color: #ff9c24;
}
.sitemap.personal p a {
	color: #ff9c24;
}
.sitemap.personal p a:hover {
	color: #999;
}
.sitemap.personal li:before {
	background: #ff9c24;
}




/* 404 */

.base-404 {
	position: relative;
	width: 100%;
	background: #fff;
	margin: 20px 0;
	padding: 0 0 10px 0;
	font-size: 13px;
}
.base-404 h1 {
	margin: 0;
	text-align: center;
}
.base-404 h2 {
	margin: 0 0 20px 0;
	padding: 0 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.4;
}
.base-404 p {
	margin: 15px 0;
}
.base-404 .read {
	background: #f6f6f6;
	margin: 15px 10px;
	padding: 15px;
	text-align: center;
}
.base-404 .read br {
	display: none;
}




/* other */

.asoiku-pict {
	width: 100%;
}
.asoiku-pict > div {
	position: relative;
	width: 100%;
	min-height: 80px;
	margin: 0 0 15px 0;
}
.asoiku-pict .img1,
.asoiku-pict .img2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
}
.asoiku-pict .img2 {
	display: none;
}
.asoiku-pict .name {
	height: 80px;
	margin: 0 0 0 100px;
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 80px;
}
.asoiku-pict .move {
	display: none;
	position: relative;
	border-radius: 6px;
	background: #eee;
	margin: 8px 0 0 100px;
	padding: 8px 10px;
	font-size: 13px;
	line-height: 1.4;
}
.asoiku-pict .move:before {
	content: "";
	position: absolute;
	top: 11px;
	left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	border-color: transparent #eee transparent transparent;
}
.asoiku-pict > div.active .img1 {
	display: none;
}
.asoiku-pict > div.active .img2 {
	display: block;
}
.asoiku-pict > div.active .name {
	height: auto;
	line-height: 1;
}
.asoiku-pict > div.active .move {
	display: block;
}
.arrowArea {
    position: relative;
    border-bottom: 2px solid #00a0e6;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.arrowArea:before {
    content: "";
    position: absolute;
    bottom: -44px;
    left: 45%;
    margin-left: 2px;
    z-index: 2;
}
.arrowArea:after {
    position: absolute;
    border: 24px solid transparent;
    border-top-color: #00a0e6;
    border-bottom-width: 0;
    bottom: -24px;
    content: "";
    left: 45%;
    z-index: 1;
}
.base.has-sticky,
.base.has-menu {
	padding-top: 0;
}
.menu-local {}
.menu-local .button {
	align-items: center;
	border: 1px solid #00a0e6;
	border-radius: 9999px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 37px;
	justify-content: space-around;
	padding: 8px;
	width: 37px;
}
.menu-local .button span {
	background-color: #00a0e6;
	border-radius: 2px;
	display: block;
	height: 3px;
	width: 100%;
}
.menu-local .button span:nth-child(1) {
}
.menu-local .button span:nth-child(2) {
}
.menu-local .button span:nth-child(3) {
}
.menu-local .button:hover {
	background-color: #00a0e6;
}
.menu-local .button:hover span {
	background-color: #fff;
}
.menu-local.is_active .button {
	background-color: #00a0e6;
	position: relative;
}
.menu-local.is_active .button span {
	background-color: #fff;
	position: absolute;
	width: 70%;
}
.menu-local.is_active .button span:nth-child(1) {
	transform: rotate(45deg);
}
.menu-local.is_active .button span:nth-child(2) {
	display: none;
}
.menu-local.is_active .button span:nth-child(3) {
	transform: rotate(-45deg);
}
.menu-local .menu {
	background-color: #fff;
	border: 2px solid #00a0e6;
	box-sizing: border-box;
	display: none;
	padding: 20px;
	position: absolute;
	right: -15px;
	top: 46px;
	width: calc(100vw - 20px);
	z-index: 800;
}
.menu-local.is_active .menu {
	display: block;
}
.menu-local .menu-head {
	color: #00a0e6;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.menu-local .menu-head a:link,
.menu-local .menu-head a:visited {
	color: #00a0e6;
	text-decoration: none;
}
.menu-local .menu-head a:hover {
	color: #000;
	text-decoration: underline;
}
.menu-local .menu-sub-head {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0;
}
.menu-local .menu-sub-head a:link,
.menu-local .menu-sub-head a:visited {
	color: #00a0e6;
	text-decoration: none;
}
.menu-local .menu-sub-head a:hover {
	color: #000;
	text-decoration: underline;
}
.menu-local .menu-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.menu-local .menu-list li {
	margin: 10px 20px 0;
	padding-left: 15px;
	position: relative;
}
.menu-local .menu-list li::before {
	color: #00a0e6;
	content: "\FF1E";
	display: block;
	font-size: 12px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 6px;
}
.menu-local .menu-list a:link,
.menu-local .menu-list a:visited {
	color: #00a0e6;
	text-decoration: none;
}
.menu-local .menu-list a:hover {
	color: #000;
	text-decoration: underline;
}
.header-page-menu {
	margin: 0 -15px 20px;
	min-height: 62px;
	position: relative;
}
.header-page-menu .head-page {
	background-color: #fff;
	margin: 0;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.header-page-menu .menu-local {
	margin-top: -18px;
	position: absolute;
	right: 15px;
	top: 50%;
}
.header-page-menu .wrapper {
	border-bottom: 1px solid #ddd;
	padding: 20px 55px 20px 20px;
}
.header-page-menu .wrapper:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -1px;
	background: #00a0e6;
	width: 76px;
	height: 2px;
	margin: 0 0 0 -38px;
}
.header-page-menu .sub-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.2;
}
	

.header-page-sticky {
	margin: 0 -15px 20px;
	min-height: 62px;
	position: relative;
}
.header-page-sticky .head-page {
	background-color: #fff;
	margin: 0;
	padding: 20px 60px 20px 15px;
	text-align: left;
}
.header-page-sticky .menu-local {
	margin-top: -18px;
	position: absolute;
	right: 15px;
	top: 50%;
}
.header-page-sticky.is_sticky .wrapper {
	position: fixed;
	top: 62px;
	width: calc(100% - 20px);
	z-index: 100;
}
.header-page-sticky.is_sticky .head-page {
	padding-bottom: 15px;
	padding-top: 15px;
}

.search-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
}
.search-tag > li {
}
.search-tag > li a {
	background-color: #fff;
	border: 1px solid #00a0e6;
	border-radius: 9999px;
	color: #00a0e6;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	padding: 0 15px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
	white-space: nowrap;
}
.search-tag > li a:hover,
.search-tag > li a.active {
	background-color: #00a0e6;
	color: #fff;
	text-decoration: none;
}
.searcharea .search-tag {
	margin-bottom: 15px;
}
.searcharea .search-tag > li a {
	border-color: #fff;
	color: #000;

	[data-theme="corporate"] & {
		color: #055C81;

		&:hover {
			background-color: #055C81;
			color: #fff;
		}
	}
}
.searcharea .search-tag > li a:hover,
.searcharea .search-tag > li a.active {
	background-color: #444;
	border-color: #fff;
	color: #fff;
}

.search-heading {
	position: relative;
    border-left: 3px solid #00a0e6;
    padding: 0 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.08em;
    color: #00a0e6;
	margin: 0 0 20px;
}

.search-heading ~ .search-heading {
	margin-top: 30px;
}

p.search-input {
	margin-top: 0;
}
.search-close {
	margin-top: 20px;

	button {
		align-items: center;
		appearance: none;
		background-color: #fff;
		border: none;
		border-radius: 9999px;
		color: #00A0E6;
		cursor: pointer;
		display: flex;
		font-size: 14px;
		font-weight: bold;
		gap: 4px;
		height: 30px;
		margin: 0 auto;
		padding: 0 16px;

		&::before {
			background-color: #00A0E6;
			content: "";
			height: 8px;
			mask-image: url(../img/icon_close.svg);
			mask-repeat: no-repeat;
			mask-size: cover;
			width: 8px;
		}

		[data-theme="corporate"] & {
			color: #055C81;
			
			&::before {
				background-color: #055C81;
			}
		}
	}
}
.search-close button {
}
.search-close button::before {
	background-color: #00A0E6;
	content: "";
	height: 8px;
	mask-image: url(../img/icon_close.svg);
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 8px;
}

.cboxElement_uss {
	position: relative;
	display: block;
}
.cboxElement_uss:before {
	position: absolute;
	content: "▶";
	font-size: 20px;
	top: 50%;
	left: 50%;
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 4px 37px;
	border-radius: 10px;
	opacity: 0.7;
	border: 2px solid #fff;
	pointer-events: none;
	margin-top: -1em;
	margin-left: -2.5em;
	z-index: 1;
}

.lbimg {
	width: 100%;
	height: auto;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight, 
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight, 
#cboxMiddleLeft,
#cboxMiddleRight {
	display: none;
}

#cboxContent {
	background-color: transparent;
}

#cboxLoadedContent {
	margin: 0 !important;
	overflow: hidden !important;
}

#cboxClose {
	bottom: -25px;
}

#colorbox .uss-area_video {
	height: auto !important;
	padding-top: var(--modalVideoRatio);
	position: relative;
	width: 80vw !important;
}

#colorbox .uss-area_video > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#colorbox {
	left: 0 !important;
	min-height: 100vh !important;
	top: 0 !important;
	width: 100vw !important;
}

#cboxWrapper {
	align-items: center;
	display: flex;
	height: 100vh !important;
	justify-content: center;
	width: 100vw !important;
}

#cboxContent,
#cboxLoadedContent {
	height: auto !important;
	width: auto !important;
}

#dialog-cookie {
	background-color: #fff;
	border-radius: 6px;
	bottom: 10px;
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 30%);
	display: none;
	font-size: 12px;
	left: 10px;
	padding: 15px;
	position: fixed;
	right: 10px;
	z-index: 1000;
}
#dialog-cookie.is-show {
	display: block;
}
#dialog-cookie .nav {
	display: flex;
	margin-top: 15px;
}
#dialog-cookie .nav > li:nth-child(1) {
	width: 210px;
}
#dialog-cookie .nav > li:nth-child(2) {
	margin-left: 15px;
	width: 165px;
}
#dialog-cookie .nav a {
	border: 1px solid #005a82;
	border-radius: 4px;
	color: #005a82;
	display: block;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
    transition: 0.1s linear;
    white-space: nowrap;
}
#dialog-cookie .nav a:hover {
	opacity: 0.8;
}
#dialog-cookie .nav a#cookie-agree {
	background-color: #005a82;
	color: #fff;
}

.txtLead {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}

.modal-gallery {}

.modal-gallery a {}

.modal-gallery a ~ a {
	display: none;
}

button.mfp-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 25px;
    height: 25px;
    background: rgba(0,0,0,.7);
    border: none;
    border-radius: 100%;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.modaal-gallery-control {
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    outline: 0;
    background: #fff;
}

.mfp-arrow:focus:after,
.mfp-arrow:focus:before,
.mfp-arrow:hover:after,
.mfp-arrow:hover:before {
    background: #afb7bc;
}

.mfp-arrow:active {
    margin-top: 0;
}

.mfp-arrow:before,
.mfp-arrow:after {
	border: none;
    display: block;
    content: " ";
    position: absolute;
    top: 8px;
    left: 12px;
    width: 2px;
    height: 9px;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.mfp-arrow-left {
	left: 10px;
}

.mfp-arrow-left:before {
	left: 11px;
    margin: 3px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mfp-arrow-left:after {
	left: 11px;
    margin: -3px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-arrow-right {
	right: 10px;
}

.mfp-arrow-right:before {
	left: 12px;
    margin: -3px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mfp-arrow-right:after {
	left: 12px;
    margin: 3px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

blockquote[data-theme="column"] {
	background-color: #E6F7FF;
	border: 1px solid #009FE8;
	color: #156689;
	padding: 10px 20px 10px 42px;
	position: relative;
}

blockquote[data-theme="column"]::before {
	content: "“";
	font-family: serif;
	font-size: 60px;
	left: 10px;
	line-height: 1;
	position: absolute;
	top: 10px;
}

blockquote[data-theme="column"] a {
	color: #00A0E6;
}

.linemarker {
	background: linear-gradient(transparent 60%, rgb(255, 238, 0) 40%) 0% 0% / 100% 100% no-repeat;
	text-decoration: none;
}

[data-model-toggle="trigger"] {
  cursor: pointer;
  display: inline-block;
}

[data-model-toggle="content"] {
  height: 0;
  margin-top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.is_active [data-model-toggle="content"] {
  height: 100%;
  margin-top: 10px;
  opacity: 1;
}

.table-of-contents {
	border: 1px solid #ccc;
	padding: 9px 19px;
}

.table-of-contents a {
	color: #00A0E6;
}

.table-of-contents .head {
	align-items: baseline;
	display: flex;
}

.table-of-contents .head .title {
	color: #00A0E6;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.table-of-contents .head .status {
	color: #a1a1a1;
	font-size: 14px;
	margin: 0 0 0 15px;
}

.table-of-contents .head .status span::before {
	content: "[非表示]";
	display: none;
}

.table-of-contents .head .status span::after {
	content: "[表示]";
}

.table-of-contents.is_active  .head .status span::before {
	display: inline-block;
}

.table-of-contents.is_active  .head .status span::after {
	display: none;
}

.table-of-contents .head .status a {
	color: #ccc;
	text-decoration: none;
}

.table-of-contents .list-ul {
	font-weight: bold;
	margin-top: 0;
}

.table-of-contents .list-ul a {
	text-decoration: none;
}

.table-of-contents .list-ul a:hover {
	text-decoration: underline;
}

.table-of-contents .list-ul p {
	margin: 0;
}

.flowlist {}

.flowlist > div {
	position: relative;
}

.flowlist > div + div {
	margin-top: 45px;
}

.flowlist > div + div::before {
	border-color: #009FE8 transparent transparent transparent;
	border-style: solid;
	border-width: 25px;
	content: "";
	left: 50%;
	margin-left: -25px;
	position: absolute;
	top: -35px;
}

.flowlist .ttl {
	background-color: #009FE8;
	color: #fff;
	font-size: 16px;
	padding: 5px;
	text-align: center;
}

.flowlist .txt {
	border-color: #009FE8;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	padding: 15px 20px;
}

.flowlist .txt p {
	margin-bottom: 0;
}

.flowlist .txt ul {
	list-style-type: disc;
	padding-left: 1em;
}

.flowlist .txt > * + * {
	margin-top: 5px;
}

.flowlist .point .ttl {
	background-color: #FF9C24;
}

article.full {
	background-color: #fff;
	font-size: 12px;
	line-height: 2;

	.bread {
		margin: 20px 20px 0;
		padding: 0;
    	}

	& ~ footer {
		margin-top: 0;
	}

	&[data-template="index"] {
		border-radius: 20px 20px 0 0;
		padding: 40px 0 0 0;
	}

	[data-theme="corporate"] & {
		padding-bottom: 50px;
	}
}

.buttonRound {
	align-items: center;
	border-radius: 999px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	display: flex;
	font-size: 14px;
	font-weight: bold;
	justify-content: center;
	min-height: 45px;
	text-align: center;
	text-decoration: none;
	transition: 0.1s linear;

	&:link {
		text-decoration: none;
	}

	&[data-design="fill"] {
		background-color: #00587E;
		border-color: #00587E;
		color: #fff;

		&:hover {
			background-color: #fff;
			color: #00587E;
		}

		&[data-icon] {
			&::before {
				background-color: #fff;
			}

			&:hover {
				&::before {
					background-color: #00587E;
				}
			}
		}
	}

	&[data-design="fill-light"] {
		background-color: #00a0e6;
		border-color: #00a0e6;
		color: #fff;

		&:hover {
			background-color: #fff;
			color: #00a0e6;
		}

		&[data-icon] {
			&::before {
				background-color: #fff;
			}

			&:hover {
				&::before {
					background-color: #00a0e6;
				}
			}
		}
	}

	&[data-design="fill-personal"] {
		background-color: #ff8400;
		border-color: #ff8400;
		color: #fff;

		&:hover {
			background-color: #fff;
			color: #ff8400;
		}

		&[data-icon] {
			&::before {
				background-color: #fff;
			}

			&:hover {
				&::before {
					background-color: #ff8400;
				}
			}
		}
	}

	&[data-design="fill-white"] {
		background-color: #fff;
		border: none;
		color: #00587E;

		&:hover {
			background-color: #00587E;
			color: #fff;
		}

		&[data-icon] {
			&::before {
				background-color: #00587E;
			}

			&:hover {
				&::before {
					background-color: #fff;
				}
			}
		}
	}

	&[data-design="outline"] {
		background-color: #fff;
		border-color: #00587E;
		color: #00587E;

		&:hover {
			background-color: #00587E;
			color: #fff;
		}

		&[data-icon] {
			&::before {
				background-color: #00587E;
			}

			&:hover {
				&::before {
					background-color: #fff;
				}
			}
		}
	}

	&[data-icon] {
		padding: 0 2.5em;
		position: relative;

		&::before {
			content: "";
			display: block;
			height: 1em;
			mask-repeat: no-repeat;
			mask-size: 100% 100%;
			position: absolute;
			right: 1em;
			width: 1em;
		}
	}

	&[data-icon="circle-right"] {
		&::before {
			mask-image: url(../img/icon_circle_right.svg);
		}
	}

	&[data-icon="outer"] {
		&::before {
			mask-image: url(../img/blank-icon_01.svg);
		}
	}

	&[data-icon="mail"] {
		&::before {
			height: 1.7em;
			margin-right: 1em;
			mask-image: url(../img/btn-mail-icon_01.svg);
			position: relative;
			right: inherit;
			width: 1.7em;
		}
	}

	&[data-icon="doc"] {
		&::before {
			height: 1.7em;
			margin-right: 0.5em;
			mask-image: url(../img/btn-download-icon_01.svg);
			position: relative;
			right: inherit;
			width: 1.7em;
		}
	}

	&[data-icon="help"] {
		&::before {
			height: 1.7em;
			margin-right: 0.5em;
			mask-image: url(../img/btn-faq-icon_01.svg);
			position: relative;
			right: inherit;
			width: 1.7em;
		}
	}
}

.headerKeyvisual {
	align-items: center;
	aspect-ratio: 15 / 6;
	background-color: #72787E;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #fff;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 0;

	&[data-category="package"] {
		justify-content: flex-start;
		padding: 0 40px;
	}

	&[data-category="licence"] {
		justify-content: flex-start;
		padding: 0 40px;
	}

	.wrap {
	}

	h1 {
		font-size: 27px;
		line-height: 1.4;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	}

	p {
		font-size: 12px;
		font-weight: bold;
	}

	&[data-category="movie"] {
		background-image: url(../img/movie/keyvisual_sp.jpg);
	}

	&[data-category="digital"] {
		background-image: url(../img/digital/keyvisual_sp.jpg);
	}

	&[data-category="event"] {
		background-image: url(../img/event/keyvisual_sp.jpg);
	}

	&[data-category="kyozai"] {
		background-image: url(../img/kyozai/keyvisual_sp.jpg);
	}

	&[data-category="package"] {
		background-image: url(../img/package/keyvisual_sp.jpg);
	}

	&[data-category="licence"] {
		background-image: url(../img/licence/keyvisual_sp.jpg);
	}
}

.layoutButton {
	> li {
		& + li {
			margin-top: 20px;
		}
	}
}

.listArrow {
	li {
		padding-left: 12px;
		position: relative;

		&::before {
			background-color: #00a0e6;
			content: "";
			display: block;
			height: 10px;
			left: 0;
			mask-image: url(../img/icon_line_bold_right.svg);
			mask-repeat: no-repeat;
			mask-size: contain;
			position: absolute;
			top: 8px;
			width: 7px;
		}

		a {
			display: inline-block;

			&:link {
				text-decoration: none;
			}

			&:hover {
				text-decoration: underline;
			}
		}
	}

	[data-theme="corporate"] & {
		li {
			&::before {
				background-color: #055C81;
			}
		}
	}
}

.listArticle {
	display: grid;
	gap: 30px;
	margin-top: 20px;

	&[data-column-sp="2"] {
		gap: 30px;
		grid-template-columns: repeat(2, 1fr);
	}

	.article {
		& + .article {
		}

		figure {
			background-color: #fff;
			border: 3px solid #f2f2f2;
		}

		.wrap {
			margin-top: 15px;

			h4 {
				font-size: 16px;
				font-weight: bold;
				letter-spacing: 0.08em;
				line-height: 1.4;

				a {
					text-decoration: none;
				}
			}

			.label {
				display: flex;
				flex-wrap: wrap;
				gap: 10px;
				margin-bottom: 10px;

				li {
					span {
						border: 1px solid #00587E;
						background: #fff;
						color: #00587E;
						display: block;
						font-size: 11px;
						line-height: 1;
						padding: 4px 20px;
						text-decoration: none;
					}
				}
			}

			.text {
				margin-top: 15px;
			}

			.link {
				margin-top: 25px;

				.buttonRound {
					height: 45px;
					margin: 0 20px;
					width: 100%;
				}
			}
		}
	}
}

.listCardArticle {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;

	section {
		background-color: #fff;
		border-radius: 15px;
		display: flex;
		gap: 20px;
		padding: 20px;

		figure {
			flex-shrink: 0;
			width: 70px;
		}
	}
}

.listFlow {
	counter-reset: flow;

	> li {
		position: relative;

		& + li {
			margin-top: 60px;

			&::before {
				background-color: #00A0E6;
				content: "";
				height: 15px;
				left: 50%;
				mask-image: url(../img/icon_line_bottom.svg);
				mask-repeat: no-repeat;
				mask-size: 100% 100%;
				position: absolute;
				top: -40px;
				transform: translateX(-50%);
				width: 28px;
			}
		}

		h3 {
			align-items: center;
			background-color: #fff;
			border-radius: 75px;
			color: #00A0E6;
			display: flex;
			flex-direction: column;
			flex-shrink: 0;
			font-size: 14px;
			font-weight: normal;
			height: 100px;
			justify-content: center;
			margin-bottom: 15px;
			margin-left: auto;
			margin-right: auto;
			width: 100px;

			&::before {
				counter-increment: flow;
				content: "0" counter(flow);
				font-size: 26px;
				line-height: 1.4;
			}
		}

		div {
			ul {
				list-style-type: disc;
				margin-left: 1em;
			}
		}
	}
}

.listFlowRow {
	display: flex;
	flex-direction: column;
	gap: 50px;

	> li {
		position: relative;

		&::after {
			background-color: #828282;
			bottom: -35px;
			content: "";
			display: block;
			height: 20px;
			left: 50%;
			mask-image: url(../img/icon_circle_right.svg);
			mask-repeat: no-repeat;
			mask-size: 100% 100%;
			position: absolute;
			transform: translateX(-10px) rotateZ(90deg);
			width: 20px;
		}

		figure {
			margin-bottom: 20px;
		}

		&:last-child {
			&::after {
				display: none;
			}
		}
	}
}

[data-background-pattern="stripe"] {
	&:nth-child(even) {
		background-color: #E6F7FF;
	}
}

.sectionIntroduction {
	padding: 40px 0 50px;

	header {
		margin: 0 20px;
		position: relative;
		z-index: 0;

		h2 {
			font-size: 22px;
			margin-bottom: 30px;
			text-align: center;
		}

		p {
			text-align: center;
		}
	}

	section {
		margin: 50px 0 0;

		figure {
			figcaption {
				font-size: 12px;
				padding: 5px 20px 0;
				text-align: right;
			}
		}

		> div {
			margin: 15px 20px 0;

			> div {
			}

			h3 {
				color: #00587E;
				font-size: 18px;
				line-height: 1.7;
				margin-bottom: 30px;
			}

			ul {
				margin-top: 30px;

				li {
					align-items: center;
					display: inline-flex;

					&::before {
						color: #00587E;
						content: "\FF1E";
						margin-right: 0.5em;
					}
				}
			}
		}
	}

	footer {
		margin: 30px 20px;
		width: auto;

		.layoutButton {
			&[data-column="1"] {
				.buttonRound {
					height: auto;
					line-height: 1.6;
					margin: 0 auto;
					padding-bottom: 0.6em;
					padding-top: 0.6em;
				}
			}
		}
	}
}

.sectionContact {
	background-color: black;
	background-image: url(../img/ptn_contact.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 62px 10px 50px;
	position: relative;

	&::before {
		border-color: #F1F2F3 transparent transparent transparent;
		border-style: solid;
		border-width: 23px 36px;
		content: "";
		display: block;
		left: 50%;
		position: absolute;
		top: 0;
		transform: translateX(-50%);
	}

	.body {
		background-color: rgba(255, 255, 255, .9);
		border-radius: 20px;
		margin: 0 auto;
		padding: 0 10px 25px;
    
		header {
			margin-bottom: 15px;
			min-width: inherit;
			padding: 45px 0 0;
			position: relative;
			z-index: 0;

			&::before {
				background-color: #00A0E6;
				border-radius: 999px;
				content: "";
				display: block;
				height: 46px;
				left: 50%;
				position: absolute;
				top: -23px;
				transform: translateX(-50%);
				width: 46px;
			}

			&::after {
				background-color: #fff;
				content: "";
				display: block;
				height: 16px;
				left: 50%;
				mask-image: url(../img/btn-mail-icon_01.svg);
				mask-repeat: no-repeat;
				mask-size: 100% 100%;
				position: absolute;
				top: -9px;
				transform: translateX(-50%);
				width: 24px;
			}

			h2 {
				font-size: 22px;
				text-align: center;
			}

			p {
				color: #888888;
				font-size: 12px;
				line-height: 1;
				text-align: center;
			}
		}

		.content {
			p {
				text-align: center;
			}

			ul {
				margin: 20px 15px 0;
			}

			.buttonRound {
			}
		}
	}
}

[data-background-pattern="stripe"] {
	& + .sectionContact {
		&::before {
			border-top-color: #fff;
		}
	}

	&:nth-child(even) {
		& + .sectionContact {
			&::before {
				border-top-color: #E6F7FF;
			}
		}
	}
}

.sectionContent {
	padding: 50px 0;

	> .wrap {
		margin: 0 20px;

		header {
			margin-bottom: 30px;
			position: relative;
			z-index: 0;

			h2 {
				font-size: 22px;
				margin-bottom: 30px;
				text-align: center;
			}

			p {
				text-align: center;
			}
		}

		.link {
			display: flex;
			justify-content: center;
			margin-top: 40px;
		}
	}

	&[data-content-type="flow"] {
		background-color: #F1F2F3;
		position: relative;
	}

	&[data-content-type="corporate-annual-recruitment"] {
		background-color: #E6F7FF;
	}

	&[data-content-type="corporate-benefit"] {
		background-color: #EEF4FB;
	}
}

.sectionCta {
	background-color: #F1F2F3;
	padding: 50px 40px;

	ul {
		margin: 0 auto;
    	}

	&[data-column="2"] {
		ul {
			li {

				& + li {
					margin-top: 25px;
				}
			}
		}
	}
}

.sectionInnerContent {
	margin-top: 40px;

	& + .sectionInnerContent {
		margin-top: 60px;
	}

	footer {
		margin-top: 40px;

		.layoutButton {
			margin: 0 auto;
		}
	}
}

.keyvisualGridCorporate {
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: 100%;

	.container {
		display: grid;
		grid-template-columns: 114px 114px 114px 114px;
		grid-template-rows: 114px 122px 114px 114px;
		grid-auto-columns: 1fr;
		grid-auto-rows: 1fr;
		gap: 12px 12px;
		grid-auto-flow: row;
		grid-template-areas:
			"picture-1 picture-1 picture-2 picture-3"
			"copy copy copy copy"
			"picture-4 picture-5 picture-7 picture-7"
			"picture-6 picture-6 picture-7 picture-7";
	}

	.picture {
        opacity: 0;
        position: relative;
        transition: opacity 1s ease-out;

        &.visible {
        	opacity: 1;

        	picture {
				animation: fade-in-out 12s infinite;

				&:nth-child(1) {
					animation-delay: 0s;
					opacity: 1;
				}

				&:nth-child(2) {
					animation-delay: 6s;
				}
        	}
        }

		picture {
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
		}

		&[data-number="1"] {
			grid-area: picture-1;
		}

		&[data-number="2"] {
			grid-area: picture-2;
		}

		&[data-number="3"] {
			grid-area: picture-3;
		}

		&[data-number="4"] {
			grid-area: picture-4;
		}

		&[data-number="5"] {
			grid-area: picture-5;
		}

		&[data-number="6"] {
			grid-area: picture-6;
		}

		&[data-number="7"] {
			grid-area: picture-7;

			& ~ .picture {
				display: none;
			}
		}
	}

	.copy { grid-area: copy; }

	[data-theme="corporate"] & {
		position: fixed;
		z-index: -1;
	}

}

/* キーフレーム: 各画像のクロスフェード */
@keyframes fade-in-out {
    0%, 60%, 100% {
        opacity: 0;
    }
    10%, 50% {
        opacity: 1;
    }
}

.keyvisualSingleCorporate {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 175px;
	padding: 0 60px 0 15px;
	position: relative;

	&::before {
		background-color: #fff;
		bottom: -1px;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		position: absolute;
		right: 0;
	}

	&::after {
		background-color: #fff;
		bottom: 0;
		content: "";
		display: block;
		height: 51px;
		left: 0;
		mask-composite: exclude;
		mask-image: linear-gradient(#000, #000), url(../img/corporate/mask_keyvisual_single_sp.svg);
		mask-position: top right;
		mask-repeat: no-repeat;
		mask-size: contain;
		position: absolute;
		width: 100%;
	}

	.container {
		align-items: flex-end;
		display: flex;
		height: 100%;
		position: relative;
		z-index: 1;

		h1 {
			color: #055C81;
			font-size: 28px;
			line-height: 1.2;
		}
	}
}

.leadCorporateTop {
	padding: 20px 15px 0;

	.container {
		backdrop-filter: blur(2px);
		background-color: rgba(238, 244, 251, 0.95);
		border-radius: 10px;
		padding: 8px;
		position: relative;

		.content {
			border: 1px dashed #fff;
			border-radius: 10px;
			padding: 12px;

			p {
				font-size: 16px;
				line-height: 2;
				text-align: center;

				& ~ p {
					margin-top: 2em;
				}
			}
		}
	}

	figure {
		display: none;
	}

	[data-theme="corporate"] & {
		margin-top: 500px;
	}
}

.navCorporateMenu {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(2, 1fr);

	a {
		color: #055C81;
		display: block;
		position: relative;
		text-decoration: none;

		figure {
			border-radius: 20px 20px 0 20px;
			mask-image:url(../img/corporate/mask_index_profile.svg);
			mask-size: contain;
			mask-repeat: no-repeat;
			mask-position: center;
			overflow: hidden;
		}

		p {
			align-items: center;
			display: flex;
			font-size: 16px;
			gap: 10px;
			line-height: 1;
			margin-top: 10px;

			&::after {
				background-color: #055C81;
				content: "";
				display: block;
				height: 1em;
				mask-image: url(../img/icon_circle_right.svg);
				mask-repeat: no-repeat;
				mask-size: 100% 100%;
				right: 1em;
				width: 1em;
			}
		}
	}
}

.navCorporateSingle {
	padding: 20px 15px 0;

	.bread {
		margin-bottom: 0;
		width: auto;
	}

	.tab-list {
		margin: 40px 0 0;

		li {
			margin-bottom: 0;
		}
	}
}

#corporate-index-profile {
	overflow: hidden;
	padding-bottom: 30px;
	position: relative;

	header {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 40px;
		min-width: inherit;
		position: relative;
		z-index: 0;

		h2 {
			font-size: 24px;
			line-height: 1;
		}

		p {
			color: #A1A1A1;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 13px;
			font-style: italic;
			letter-spacing: 0.22em;
			line-height: 1;
		}
	}

	.container {
		margin: 0 auto;
		padding: 0 15px;
		position: relative;
		z-index: 1;

		.navCorporateMenu {
			a {
				p {
					font-size: 16px;
					right: 30px;
				}
			}
		}

		ul {

		}
	}

	.decoration {
		bottom: 0;
		position: absolute;
		width: 100%;
		z-index: 0;

		&::before,
		&::after {
			background-color: #F1F2F4;
			content: "";
			display: block;
			margin-left: 10px;
		}

		&::before {
			border-radius: 20px 0 0 0;
			height: 70px;
			margin-right: 175px;
			mask-composite: exclude;
			mask-image: linear-gradient(#000, #000), url(../img/corporate/mask_decoration_profile.svg);
			mask-position: top right;
			mask-repeat: no-repeat;
			mask-size: auto 100%;
		}

		&::after {
			border-radius: 0 0 0 20px;
			height: 200px;
		}
	}
}

#corporate-index-recruit {
	padding: 180px 0 0 0;
	margin-top: 60px;
	position: relative;

	header {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 20px;
		min-width: inherit;
		position: relative;
		z-index: 0;

		h2 {
			font-size: 24px;
			line-height: 1;
		}

		p {
			color: #A1A1A1;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 13px;
			font-style: italic;
			letter-spacing: 0.22em;
			line-height: 1;
		}
	}

	.container {
		margin: 0 auto;
		padding: 0 15px;
		position: relative;
		z-index: 1;

		.content {
			background-color: #F1F2F3;
			border-radius: 10px;
			margin-left: auto;
			padding: 30px 20px;

			> p {
				font-size: 16px;
				line-height: 2;
			}

			.layoutButton {
				margin-top: 40px;
			}
		}
	}

	&::after {
		background-image: url(../img/corporate/figure_index_recruit_sp.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 0 20px 0 0;
		content: "";
		height: 240px;
		left: 0;
		mask-composite: exclude;
		mask-image: linear-gradient(#000, #000), url(../img/corporate/mask_index_recruit_sp.svg);
		mask-position: top left;
		mask-repeat: no-repeat;
		mask-size: auto;
		position: absolute;
		top: 0;
		width: calc(100% - 30px);
		z-index: 0;

		background-color: #EEF4FB;
	}
}

#corporate-index-news {
	margin-bottom: 80px;
	margin-top: 64px;

	header {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 30px;
		min-width: inherit;
		position: relative;
		z-index: 0;

		h2 {
			font-size: 24px;
			line-height: 1;
		}

		p {
			color: #A1A1A1;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 13px;
			font-style: italic;
			letter-spacing: 0.22em;
			line-height: 1;
		}
	}

	.container {
		margin: 0 auto;
		padding: 0 15px;
	}

	.news-list {
		margin-bottom: 24px;
	}

	.layoutButton {
		padding: 0 20px;

		&[data-column="1"] {
			grid-template-columns: 380px;
		}
	}
}

#corporate-contact {
	background-color: #ccc;

	a {
		align-items: center;
		display: flex;
		justify-content: center;
		height: 160px;
		overflow: hidden;
		padding: 0 35px;
		position: relative;
		text-decoration: none;

		&::before {
			background-image: url(../img/corporate/figure_contact_sp.webp);
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			content: "";
			display: block;
			height: 160px;
			position: absolute;
			transition: 0.1s linear;;
			width: 100%;
		}

		.buttonRound {
			font-size: 16px;
			height: 60px;
			width: 100%;
		}

		&:active {
			.buttonRound {
				background-color: #00587E;
				color: #fff;

				&::before {
					background-color: #fff;
				}
			}
		}
	}
}

.corporate-award {
	.head7 {
		border-bottom: 1px solid #E7E7E7;
		display: block;
		margin: 0;
		padding-bottom: 15px;
		position: relative;

		&::before,
		&::after {
			content: "";
			display: block;
			position: absolute;
		}

		&::before {
			background-color: #fff;
			border: 1px solid #055C81;
			border-radius: 9999px;
			bottom: 12px;
			height: 30px;
			right: 0;
			width: 30px;
		}

		&::after {
			background-color: #055C81;
			bottom: 24px;
			height: 7px;
			mask-image: url(../img/icon_line_bold_bottom.svg);
			mask-repeat: no-repeat;
			mask-size: cover;
			right: 10px;
			transform: rotateZ(0deg);
			width: 10px;
		}
	}

	.content {
		display: none;

		table {
			width: 100%;

			thead {
				display: none;
			}

			tbody {
				display: block;

				tr {
					border-bottom: 1px solid #E7E7E7;
					padding: 10px 5px 24px;
				}
			}

			tr,
			th,
			td {
				display: block;
			}

			td {
				text-align: left;
			}

			.cont {
				width: 300px;
			}

			.title {
				font-weight: bold;
				margin-bottom: 10px;
				width: 100%;

				a {
					display: inline-block;
					letter-spacing: 0.08em;
					padding-left: 16px;
					position: relative;

					&:link {
						text-decoration: none;
					}

					&:hover {
						text-decoration: underline;
					}

					&::after {
						background-color: #055C81;
						content: "";
						height: 10px;
						left: 0;
						mask-image: url(../img/icon_line_bold_right.svg);
						mask-repeat: no-repeat;
						mask-size: contain;
						position: absolute;
						top: 8px;
						width: 7px;
					}
				}
			}

			.wrap {
				align-items: center;
				display: flex;
				flex-direction: column;
				gap: 20px;

				p {
					flex-grow: 1;
					width: 100%;
				}

				figure {
					width: 240px;

					img {
						height: auto;
						width: 100%;
					}
				}
			}
		}
	}

	& + .corporate-award {
		.head7 {
			padding-top: 15px;
		}
	}

	&.is_active {
		.head7 {
			&::after {
				transform: rotateZ(180deg);
			}
		}

		.content {
			display: block;
		}
	}
}

.corporate-map {
	.layoutButton {
		margin: 20px 25px 0;
	}
}

.corporate-recruit-job {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}