@charset "UTF-8";




/* CSS STYLE */

body {
	background: #f1f2f3;
	min-width: 1000px;
	padding: 126px 0 0 0;
	line-height: 1.8;
	font-size: 13px;

	&[data-theme="corporate"] {
		background-color: #fff;
	}

	&[data-theme="corporate-en"] {
		padding-top: 80px;
	}
}
body.en {
	padding: 86px 0 0 0;
}

a:link,
a:visited {
	color: #00587e;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #333;
	text-decoration: none;
}
a:link img {
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
a:hover img {
	opacity: 0.5;
}

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: 40px 0;
}

hr.type1 {
	border-top: 3px solid #00a0e6;
}




/* MAIN */

.pcnone {
	display: none !important;
}

.big {
	font-size: 18px;
}
.small {
	font-size: 12px;
	color: #666;
}

.caution {
	color: #e00;
}

.bg-grey {
	background: #f1f2f3;
	width: 100%;
}

.bread {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: #00a0e6;

	a {
		color: #00a0e6;
		text-decoration: none;

		&:hover {
			color: #000;
			text-decoration: underline;
		}
	}

	[data-theme="corporate"] & {
		color: #055C81;

		a {
			color: #055C81;

			&:hover {
				color: #000;
			}
		}
	}
}

.inner {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;

	[data-theme="corporate"] & {
		max-width: 1280px;
		padding: 0 40px;
	}
}

.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: 11px;
	line-height: 11px;
	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: 11px;
	line-height: 11px;
	text-align: center;
	text-decoration: none;
	color: #08b4aa;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.tag a:hover {
	background: #08b4aa;
	color: #fff;
}

.btn {
	text-align: center;
	font-size: 0;
}
.btn a {
	position: relative;
	display: inline-block;
	border: 1px solid #00a0e6;
	border-radius: 100px;
	background: #00a0e6;
	width: 520px;
	margin: 0;
	padding: 20px 35px 20px 25px;
	font-size: 14px;
	font-weight: bold;
	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;
}
.base .btn a {
	width: 400px;
}
.btn.middle a {
	width: 350px !important;
}
.btn a img {
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.btn a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
	overflow: hidden;
}
.btn a:hover {
	background: #fff;
	color: #00a0e6;
}
.btn a:hover:after {
	color: #00a0e6;
}
.btn.color2 a {
	border: 1px solid #00587e !important;
	background: #00587e;
}
.btn.color2 a:hover {
	background: #fff;
	color: #00587e !important;
}
.btn.color2 a:hover:after {
	color: #00587e !important;
}
.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[target="_blank"]:hover:after {
	background: url(../img/blank-icon_01.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.color2 a.pdf-btn:hover:after {
	background: url(../img/pdf-icon_03.svg) no-repeat;
	background-size: 12px;
}
.btn a.mail,
.btn a.faq {
	padding: 17px 15px;
}
.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: 18px;
	width: 18px;
	height: 24px;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.btn a.mail:hover:before {
	background: url(../img/btn-mail-icon_01.svg) left center no-repeat;
	background-size: 18px;
}
.btn a.faq:before {
	content: "";
	display: inline-block;
	background: url(../img/btn-faq-icon_02.svg) left center no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	margin: 0 4px 0 0;
	vertical-align: middle;
}
.btn a.faq:hover:before {
	background: url(../img/btn-faq-icon_01.svg) left center no-repeat;
	background-size: 24px;
}
.btn a.download:before {
	content: "";
	display: inline-block;
	background: url(../img/btn-download-icon_01.svg) left center no-repeat;
	background-size: 18px;
	width: 18px;
	height: 24px;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.btn a.download:hover:before {
	background: url(../img/btn-download-icon_02.svg) left center no-repeat;
	background-size: 18px;
}
.btn2 {
	text-align: center;
	font-size: 0;
}
.btn2 a {
	position: relative;
	display: inline-block;
	border: 1px solid #00587e;
	border-radius: 20px;
	background: #00587e;
	width: 100%;
	max-width: 210px;
	margin: 0;
	padding: 10px 20px 10px 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.btn2 a:hover {
	border: 1px solid #00587e;
	background: #fff;
	color: #00587e;
}
.btn2 a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	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: 18px;
}
.btn2 a:hover:after {
	color: #00587e;
}
.btn2 a[target="_blank"] {
	background: #00587e;
	color: #fff;
}
.btn2 a[target="_blank"]:after {
	content: "";
	background: url(../img/btn2-blank-icon_02.svg) no-repeat;
	background-size: 10px;
}
.btn2 a[target="_blank"]:hover {
	background: #fff;
	color: #00587e;
}
.btn2 a[target="_blank"]:hover:after {
	background: url(../img/btn2-blank-icon_01.svg) no-repeat;
	background-size: 10px;
}
.btn.type2 a {
	width: 460px;
	height: auto;
	padding: 20px 35px 20px 25px;
	font-size: 14px;
	line-height: 18px;
}
.btn.type3 a {
	border: 1px solid #00587e;
	background: #00587e;
	width: 460px;
	height: auto;
	padding: 20px 35px 20px 25px;
	font-size: 14px;
	line-height: 18px;
}
.btn.type3 a:hover {
	background: #fff;
	color: #00587e;
}
.btn.type2 a:after,
.btn.type3 a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
	overflow: hidden;
}
.btn.type2 a:hover:after {
	color: #00a0e6;
}
.btn.type3 a:hover:after {
	color: #00587e;
}
.btn.double {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.btn.double a {
	width: 380px !important;
}
.btn.double a:nth-child(1) {
	float: left;
}
.btn.double a:nth-child(2) {
	float: right;
}

.btnSticky {
	bottom: 20px;
	position: sticky !important;
}

.hear {
	text-align: right;
	line-height: none;
}
.hear a {
	display: inline-block;
	position: relative;
	padding-left: 16px;
	letter-spacing: 0.08em;
	text-decoration: none;
}
.hear a[target="_blank"]  {
	background: url(../img/blank-icon.svg) right 7px no-repeat;
	background-size: 10px;
	padding-right: 14px;
}
.hear a:hover {
	text-decoration: underline;
}
.hear 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;
}

.hear-list li {
    display: inline-block;
    margin: 10px 20px 10px 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: 12px;
	height: 12px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #00a0e6;
	overflow: hidden;
}
.link-area a {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	letter-spacing: 0.08em;
	font-weight: bold;
	text-decoration: none;
}
.link-area a:hover {
	text-decoration: underline;
}
.link-area a[target="_blank"]  {
	background: url(../img/blank-icon.svg) right 6px no-repeat;
	background-size: 10px;
	padding-right: 14px;
}
.link-area a.pdf  {
	background: url(../img/pdf-icon.svg) right 5px no-repeat !important;
	background-size: 12px !important;
	margin: 0;
	padding-right: 16px !important;
}

.blank {
	background: url(../img/blank-icon.svg) right 7px no-repeat;
	background-size: 10px;
	margin: 0 2px 0 0;
	padding-right: 14px;
}
.pdf {
	background: url(../img/pdf-icon.svg) right 2px no-repeat !important;
	background-size: 12px !important;
	margin: 0 2px 0 0;
	padding-right: 16px !important;
}

.pager {
	position: relative;
	width: 100%;
	margin: 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 a {
	margin-right: 20px;
	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 a {
	margin-left: 20px;
	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 .prev a:hover,
.pager .next a:hover,
.pager .prev a:hover:before,
.pager .next a:hover:before {
	color: #00a0e6;
}
.pager li a {
	border: 2px solid #ddd;
	border-radius: 20px;
	background: #fff;
	width: 40px;
	margin: 0 5px;
	line-height: 36px;
}
.pager li a:hover {
	border: 2px solid #00587e;
	background: #00587e;
	color: #fff;
}
.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: 5px 0;
	padding: 0 0 0 1em;
}
.list-ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 3px;
	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% + 25px);
	margin: 30px -25px 40px 0;
}
.table-block th {
	border-bottom: 1px solid #ddd;
	border-right: 25px solid transparent;
	padding: 14px 20px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
.table-block td {
	border-bottom: 1px solid #ddd;
	border-right: 25px solid transparent;
	padding: 16px 20px;
	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;
}
.head2 + .table-block tr:first-of-type th,
.head2 + .table-block tr:first-of-type td,
.head4 + .table-block tr:first-of-type th,
.head4 + .table-block tr:first-of-type td {
	border-top: none;
	padding-top: 0;
}
.table-block .btn {
	text-align: left;
}
.table-block .btn a {
	padding: 16px 35px 16px 25px;
}

.table-block2 {
	vertical-align: middle;
	width: 100%;
	margin: 40px 0;
}
.table-block2 th {
	vertical-align: middle;
	border: 1px solid #fff;
	background: #00a0e6;
	padding: 12px 15px;
	font-weight: bold;
	text-align: center;
	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: 12px 15px;
}
.table-block2:first-child {
	margin-top: 0 !important;
}
.table-block2:last-child {
	margin-bottom: 0 !important;
}

dl.table-dl {
	background-image: linear-gradient(to right, #ccc, #ccc 1px), linear-gradient(to right, #ccc, #ccc 1px);
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: 1px 1px, 1px 1px;
	display: table;
	width: 100%;
}
dl.table-dl > div {
	display: table-row;
}
dl.table-dl dt,
dl.table-dl dd {
	background-image: linear-gradient(to right, #ccc, #ccc 1px);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 1px 1px;
	display: table-cell;
}
dl.table-dl dt {
	padding: 14px 20px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
dl.table-dl dd {
	border-left: 25px solid #fff;
	padding: 16px 20px;
	text-align: left;
}
dl.table-dl p {
	margin: 0;
}
dl.table-dl .btn {
	text-align: left;
}
dl.table-dl .btn a {
	padding: 16px 35px 16px 25px;
}
dl.table-dl[data-type="borderless"] {
	background-image: none;
}
dl.table-dl[data-type="borderless"] > div:first-child dt,
dl.table-dl[data-type="borderless"] > div:first-child dd {
	padding-top: 0;
}

.indent {
	padding-left: 1em;
}

.code {
	display: block;
	border: 1px solid #ccc;
	background: #eee;
	width: 80%;
	height: 120px;
	margin: 40px auto;
	padding: 10px;
	font-size: 12px;
	line-height: 1.6;
	color: #666;
}




/* BASE */

.base {
	position: relative;
	width: 100%;
	background: #fff;
	margin: 40px 0;
	padding: 50px;
	font-size: 14px;
}

.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: 40px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
.base .catch span {
	padding: 0 0 6px 0;
	border-bottom: 1px solid #888;
}

.main-head {
	position: relative;
	margin: 0 0 40px 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.07em;
	text-align: center;

	[data-content-type="corporate-annual-recruitment"] & {
		color: #055C81;
	}
}
.main-head span {
	position: relative;
	display: block;
	border: 1px solid #00a0e6;
	border-radius: 31px;
	width: 62px;
	height: 62px;
	margin: 0 auto 20px auto;
	padding: 9px 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 -50px 50px -50px;
	padding: 0 50px 35px 50px;
	font-size: 26px;
	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: 50px 0 40px 0;
	padding: 0 0 20px 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.head1:first-child {
	margin-top: 0 !important;
}
.head1:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #00a0e6;
	width: 105px;
	height: 2px;
}
.head2 {
	position: relative;
	margin: 70px 0 50px 0;
	padding: 3px 0 3px 22px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.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: -20px;
	left: 0;
	border-bottom: 2px solid #ddd;
	width: 100%;
}
.head3 {
	position: relative;
	border-left: 4px solid #00a0e6;
	margin: 40px 0 20px 0;
	padding: 0 0 0 12px;
	font-size: 18px;
	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: 40px 0 20px 0;
	padding: 0 0 10px 0;
	font-size: 18px;
	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: 40px 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 18px;
	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: 60px;
}
.head6 {
	position: relative;
	margin: 30px 0 15px 0;
	font-size: 15px;
	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: 26px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
	margin-top: 60px;

	[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: 11px;
	line-height: 11px;
	text-align: center;
	text-decoration: none;
	color: #900a0e6;
}

.column {
	width: 100%;
	margin: 40px 0;
	overflow: hidden;
}
.column:last-child {
	margin-bottom: 0 !important;
}
.column.c2 > div {
	float: left;
	width: 430px;
	margin: 40px 0 0 0;
}
.column.c2 > div:nth-of-type(2n) {
	float: right;
}
.column.c2 > div:nth-of-type(-n+2) {
	margin-top: 0 !important;
}
.column.c2 > div.single {
	width: 274px;
	text-align: center;
}
.column.c2 > div.single2 {
	width: 195px;
	text-align: center;
}
.column.c2 > div.double {
	width: 588px;
}
.column.c2 > div.triple {
	width: 665px;
}
.column.c3 > div {
	float: left;
	width: 274px;
	margin: 40px 39px 0 0;
}
.column.c3 > div:nth-of-type(3n) {
	margin-right: 0 !important;
}
.column.c3 > div:nth-of-type(-n+3) {
	margin-top: 0 !important;
}
.column.c4 > div {
	float: left;
	width: 195px;
	margin: 40px 40px 0 0;
}
.column.c4 > div:nth-of-type(4n) {
	margin-right: 0 !important;
}
.column.c4 > div:nth-of-type(-n+4) {
	margin-top: 0 !important;
}
.column p {
	margin: 15px 0;
}
ul.column,
ol.column {
	margin: 0 0 20px 0;
}
ul.column > li,
ol.column > li {
	float: left;
	width: 50%;
}

.column .head1 {
	margin: 20px 0;
	padding: 0 0 12px 0;
	font-size: 17px;
}
.column .head2 {
	margin: 20px 0 35px 0;
	padding: 1px 0 1px 16px;
	font-size: 16px;
}
.column .head2:after {
	bottom: -13px;
}
.column .head3 {
	margin: 20px 0 15px 0;
	font-size: 15px;
}
.column .head4 {
	margin: 20px 0 15px 0;
	padding: 0 0 8px 0;
	font-size: 15px;
}
.column .double .head1,
.column .triple .head1 {
	margin: 30px 0 20px 0;
	font-size: 20px;
}
.column .double .head2,
.column .triple .head2 {
	margin: 30px 0 35px 0;
	font-size: 18px;
}
.column .double .head3,
.column .triple .head3 {
	margin: 25px 0 15px 0;
	font-size: 16px;
}
.column .double .head4,
.column .triple .head4 {
	margin: 25px 0 15px 0;
	font-size: 16px;
}
.column .table-block {
	width: calc(100% + 15px);
	margin: 20px 0;
}
.column .table-block th {
	border-right: 15px solid #fff;
	padding-left: 15px;
	padding-right: 15px;
}
.column .table-block td {
	border-right: 15px solid #fff;
	padding-left: 15px;
	padding-right: 15px;
}
.table-block td p {
	margin: 10px 0;
}
.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 {
	clear: none !important;
	border-top: 1px dashed #ddd;
	margin: 10px 0 !important;
}
.column .list-ul li {
	margin: 3px 0;
}
.column .btn a {
	padding: 16px 35px 16px 25px;
}
.column hr {
	margin: 20px 0;
}

.column.box > div {
	float: left;
	border: 1px solid #eee;
	width: 100%;
	margin: 0;
	padding: 25px;
	overflow: hidden;
}
.column.box.c2 > div {
	width: 440px;
	margin-top: 30px;
}
.column.box.c3 > div {
	width: 280px;
	margin-right: 30px;
	margin-top: 30px;
}
.column.box h3 {
	position: relative;
	margin: 0 0 15px 0;
	padding: 1px 0 1px 15px;
	font-size: 17px;
	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: 140px;
}
.column.box .image img {
	width: 100%;
}
.column.box .read {
	float: right;
	width: 225px;
}
.column.box p,
.column.box .list-ul,
.column.box .list-ol {
	margin: 10px 0;
}
.column.box.c2 .btn a,
.column.box.c3 .btn a {
	width: 100%;
}

.column-flow {
	display: flex;
	margin-top: 50px;
}
.column-flow > div figure {
	position: relative;
}
.column-flow > div figure::before {
	background-image: url(../img/icon_flow.png);
	background-repeat: no-repeat;
	background-size: 30px;
	border-radius: 100%;
	content: '';
	display: block;
	height: 30px;
	left: -37px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	transform: rotate(-90deg);
	width: 30px;
}
.column-flow > div:first-child figure::before {
	display: none;
}
.column-flow > div p {
	text-align: center;
}
.column-flow.c3 > div {
	margin-left: 45px;
	width: calc( (100% - (45px * 2)) / 3 );
}
.column-flow.c3 > div:nth-child( 3n + 1 ) {
	margin-left: 0;
}
.column-flow.c3 > div:nth-child( n + 4 ) {
	margin-top: 45px;
}

.line-box {
	border: 1px solid #eee;
	margin: 40px 0;
	padding: 25px 29px;
}
.line-box .column {
	margin: 0;
}
.line-box .column.c2 > div {
	float: left;
	width: 405px;
	margin: 30px 0 0 0;
}
.line-box .column.c2 > div:nth-of-type(2n) {
	float: right;
}
.line-box .column.c2 > div:nth-of-type(-n+2) {
	margin-top: 0 !important;
}
.line-box .column.c2 > div.single {
	width: 260px;
}
.line-box .column.c2 > div.single2 {
	width: 188px;
}
.line-box .column.c2 > div.double {
	width: 550px;
}
.line-box .column.c2 > div.triple {
	width: 622px;
}
.line-box .column.c3 > div {
	float: left;
	width: 260px;
	margin: 30px 30px 0 0;
}
.line-box .column.c3 > div:nth-of-type(3n) {
	float: right;
	margin: 30px 0 0 0 !important;
}
.line-box .column.c3 > div:nth-of-type(-n+3) {
	margin-top: 0 !important;
}
.line-box .column.c4 > div {
	float: left;
	width: 188px;
	margin: 30px 29px 0 0;
}
.line-box .column.c4 > div:nth-of-type(4n) {
	float: right;
	margin: 30px 0 0 0 !important;
}
.line-box .column.c4 > div:nth-of-type(-n+4) {
	margin-top: 0 !important;
}
.line-box[data-theme="column"] {
	border-color: #00A0E6;
}

.data-column {
	width: 100%;
	margin: 40px 0;
	overflow: hidden;
}
.data-column .image {
	float: right;
	width: 370px;
}
.data-column .image img {
	width: 100%;
	height: auto;
}
.data-column .data {
	float: left;
	width: 495px;
}
.data-column.rev .image {
	float: left;
}
.data-column.rev .data {
	float: right;
}
.data-column .title {
	margin: 0 0 20px 0;
	font-size: 16px;
	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: 25px solid #fff;
	width: 22%;
	padding: 15px 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.data-column table td {
	border-bottom: 1px solid #ddd;
	padding: 15px 20px;
	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: 40px 20px;
	padding: 30px 30px 15px 30px;
	overflow: hidden;
}
.anchor-list li {
	float: left;
	width: 254px;
	margin: 0 19px 15px 0;
}
.anchor-list li:nth-child(3n) {
	margin: 0 0 15px 0;
}
.anchor-list li a {
	position: relative;
	display: block;
	border-right: 3px solid #eee;
	border-bottom: 3px solid #eee;
	background: #fff;
	padding: 15px 30px 15px 25px;
	font-size: 15px;
	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:hover {
	border-right: 3px solid #ceeffe;
	border-bottom: 3px solid #ceeffe;
	background: #f2fbff;
}
.anchor-list li a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #00a0e6;
	overflow: hidden;
	transform: rotate(90deg);
}

.link-list {
	position: relative;
	background: #f6f6f6;
	width: calc(100% + 40px);
	margin: 60px -20px -20px -20px;
	padding: 25px 25px 10px 25px;
	overflow: hidden;
}
.link-list li {
	float: left;
	width: 208px;
	margin: 0 19px 15px 0;
}
.link-list li:nth-child(4n) {
	margin: 0 0 15px 0;
}
.link-list li a {
	position: relative;
	display: block;
	border-right: 3px solid #eee;
	border-bottom: 3px solid #eee;
	background: #fff;
	padding: 15px 10px 15px 0px;
	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:hover {
	border-right: 3px solid #ceeffe;
	border-bottom: 3px solid #ceeffe;
	background: #f2fbff;
}
.link-list li 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: #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: 3px 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: 16px;
	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: 6px 0;
	line-height: 1;
}
.pg span,
.pg a,
.tags span,
.tags a {
	display: inline-block;
	background: #545e63;
	margin: 0 2px 2px 0;
	padding: 5px 15px;
	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: 14px;
	padding-top: 14px;
}
.program span,
.program a {
	display: inline-block;
	border: 1px solid #08b4aa;
	background: #fff;
	margin: 0 2px 2px 0;
	padding: 4px 20px;
	font-size: 11px;
	line-height: 1;
	text-decoration: none;
	color: #08b4aa;
}
.contents-list dd.txt dl {
	margin: 0;
}
.contents-list dd.txt dl dt {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}
.contents-list dd.txt dl dd {
	margin: 0;
	font-size: 14px;
}
.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 14px 0 0;
	font-size: 14px;
	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 14px;
	font-size: 14px;
	line-height: 1.6;
	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 15px;
	font-size: 11px;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #fff;
}

.movie {
	width: 100%;
	margin: 40px 0;
	text-align: center;
	overflow: hidden;
}
.movie .column-left {
	float: left;
	width: 430px;
	margin: 0 0 15px 0;
}
.movie .column-right {
	float: right;
	width: 430px;
	margin: 0 0 15px 0;
}
.movie .column-3 {
	display: flex;
}
.movie .column-3 div {
	width: 100%;
}
.movie .uss-area_video {
	border: 1px solid #eee !important;
}
.movie > br {
	display: none;
}
.movie p {
	clear: both; 
	margin: 15px 0;
	text-align: center;
}
.movie p.prelusion {
	display: inline-block;
	border-bottom: 1px solid #00587e;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #00587e;
}

.attention {
	background: #f6f6f6;
	margin: 40px 0;
	padding: 25px 30px;
	overflow: hidden;
}
.attention:last-child {
	margin-bottom: 0;
}
.attention h2,
.attention h3,
.attention h4 {
	position: relative;
	margin: 0 0 15px 0;
	padding: 2px 0 2px 16px;
	font-size: 18px;
	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%;
}
.attention p {
	margin: 0 0 10px 0;
}
.attention .image {
	float: left;
	width: 240px;
	margin: 0 40px 0 0;
}

.googlemap {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	width: 100%;
	margin: 20px 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: 35px;
	line-height: 1;
}
.SandboxRoot.env-bp-820 .timeline-Tweet-text {
	font-size: 14px !important;
	line-height: 20px !important;
}

img.alignright { display: block; margin: 0 0 0 auto; }
img.alignleft { display: block; margin: 0 auto 0 0; }
img.aligncenter { display: block; margin: 0 auto; }
img.alignright,
img.alignleft,
img.aligncenter {
	max-width: 840px;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
img.float-right { float: right; position: relative; margin: 0 0 20px 40px; z-index: 2; }
img.float-left { float: left; position: relative; margin: 0 40px 20px 0; z-index: 2; }


.tab-area {
	width: 100%;
	margin: 40px 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: 20px 0;
	margin: 40px 0;
	overflow: hidden;
	width: 100%;
}
.tab-list li {
	display: flex;
	position: relative;
	width: 33.33%;
	margin: 0;
	padding: 0 12px;
}
.tab-list li:nth-of-type(3n+1):before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background: #ddd;
	width: 1px;
	height: 30px;
	margin: -15px 0 0 0;
}
.tab-list li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	background: #ddd;
	width: 1px;
	height: 30px;
	margin: -15px 0 0 0;
}
.tab-list li span,
.tab-list li a {
	align-items: center;
	background: #00587e;
	border: 1px solid #00587e;
	border-radius: 5px;
	color: #fff;
	display: flex;
	flex-grow: 1;
	font-size: 15px;
	font-weight: bold;
	justify-content: center;
	line-height: 1.2;
	padding: 16px 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.tab-list li span:hover,
.tab-list li a:hover {
	border: 1px solid #00a0e6;
	background: #00a0e6;
}
.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 {
	position: absolute;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
}
.tab-list li span.active:before,
.tab-list li a.active:before {
	bottom: -22px;
	border-top-color: #00587e;
	border-width: 11px;
	margin-left: -11px;
}
.tab-list li span.active:after,
.tab-list li a.active:after {
	bottom: -20px;
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.tab-list.type-menu-middle {}
.tab-list.type-menu-footer {
	margin-bottom: 40px;
}
.tab-list.type-menu-footer:last-child {
	margin-bottom: -20px;
}
.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: 40px;
}
.tab-panel:last-child {
	margin-bottom: 0;
}
.dtab-panel:not(:last-child) {
	margin-bottom: 40px;
}
.base .contents-list .btn a {
	max-width: 274px;
}



/* HEADER */

#pc-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	transition: 0.1s linear;
	z-index: 900;

	.inner {
		max-width: 1280px;
		min-width: inherit;
		padding: 0 40px;
	}

	&.pc-active {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
		top: -46px;
	}
}

.pc-top {
	position: relative;
	background: #E5F7FF;
	width: 100%;
	overflow: hidden;

	.inner {
		align-items: center;
		display: flex;
		height: 46px;
		justify-content: space-between;
		position: relative;
	}

	[data-theme="corporate"] & {
		background: #EEF4FB;
	}
}

.pc-top .tab {
	display: flex;
	gap: 20px;

	li {
		a {
			align-items: center;
			background: #fff;
			border: 1px solid #E7E7E7;
			border-radius: 5px;
			color: #727171;
			display: flex;
			font-size: 14px;
			font-weight: bold;
			height: 30px;
			justify-content: center;
			letter-spacing: 0.1em;
			line-height: 1;
			text-decoration: none;
			-webkit-transition: 0.1s linear;
			-ms-transition: 0.1s linear;
			transition: 0.1s linear;
			width: 150px;

			&:hover {
				color: #fff;
			}
				
			&.is_current {
				color: #fff;
			}
		}

		&.business {
			a {
				&:hover {
					background: #00A0E6;
					border-color: #00A0E6;
				}

				&.is_current {
					background: #00A0E6;
					border-color: #00A0E6;
				}
			}
		}

		&.personal {
			a {
				&:hover {
					background: #ff9c24;
					border-color: #ff9c24;
				}
				
				&.is_current {
					background: #ff9c24;
					border-color: #ff9c24;
				}
			}
		}

		&.corporate {
			a {
				&:hover {
					background: #055C81;
					border-color: #055C81;
				}
				
				&.is_current {
					background: #055C81;
					border-color: #055C81;
				}
			}
		}
	}
}
.pc-top .corporate {
	align-items: center;
	display: flex;
	gap: 24px;
	line-height: 1;
}
.pc-top .corporate li {
}
.pc-top .corporate li a {
	color: #727171;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.pc-top .corporate li a:hover {
	text-decoration: underline;
}

#siteSearch {}
#siteSearch span {
	align-items: center;
	border: 1px solid #00A0E6;
	border-radius: 9999px;
	cursor: pointer;
	display: flex;
	height: 30px;
	justify-content: center;
	text-indent: -9999px;
	transition: 0.1s linear;
	width: 30px;

	&::before {
		background-color: #00A0E6;
		content: "";
		height: 16px;
		mask-image: url(../img/icon_loupe.svg);
		mask-repeat: no-repeat;
		mask-size: 100% 100%;
		width: 16px;
	}

	&:hover {
		background-color: #00A0E6;
	}

	&.active {
		background-color: #00A0E6;

		&::before {
			background-color: #fff;
		}
	}

	[data-theme="corporate"] & {
		border-color: #055C81;

		&::before {
			background-color: #055C81;
		}

		&:hover {
			background-color: #055C81;

			&::before {
				background-color: #fff;
			}
		}

		&.active {
			background-color: #055C81;

			&::before {
				background-color: #fff;
			}
		}
	}
}

#pc-menu {
	position: relative;
	background: #fff;
	width: 100%;
	height: 80px;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
	z-index: 900;

	> .inner {
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: space-between;
	}
}
#pc-menu .logo {
	width: 190px;
	height: auto;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
#pc-menu .logo img {
	width: 100%;
	height: auto;
}
#pc-menu .contact,
#pc-menu .jp {
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
#pc-menu .contact a,
#pc-menu .jp a {
	display: block;
	border: 1px solid #00a0e6;
	border-radius: 23px;
	width: 175px;
	height: 46px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-align: center;
	line-height: 44px;
	color: #00a0e6;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;

	[data-theme="corporate"] & {
		border-color: #055C81;
		color: #055C81;
	}
}
#pc-menu .contact a:hover,
#pc-menu .jp a:hover {
	background: #00a0e6;
	color: #fff;

	[data-theme="corporate"] & {
		background-color: #055C81;
	}
}
#pc-menu .contact {
	display: flex;
	gap: 20px;
	margin-left: 80px;
}
#pc-menu .contact a {
	align-items: center;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
	height: 60px;
	width: 120px;
}
#pc-menu .contact a::before {
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 24px;
	width: 24px;
}
#pc-menu .contact a span {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
}
#pc-menu .contact a:hover span {
	background-size: 18px;
}
#pc-menu .contact a.inquiry {
}
#pc-menu .contact a.download {
}
#pc-menu .contact a.inquiry::before {
	background-color: #00a0e6;
	mask-image: url(../img/btn-mail-icon_01.svg);
	mask-repeat: no-repeat;
	mask-size: cover;
}
#pc-menu .contact a.inquiry:hover::before {
	background-color: #fff;
}
[data-theme="corporate"] #pc-menu .contact a.inquiry::before {
	background-color: #055C81;
}
[data-theme="corporate"] #pc-menu .contact a.inquiry:hover::before {
	background-color: #fff;
}
#pc-menu .contact a.download::before {
	background-image: url(../img/btn-download-icon_01.png);
}
#pc-menu .contact a.download:hover::before {
	background-image: url(../img/btn-download-icon_02.png);
}
#pc-menu.head-active {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
}

#pc-menu-list {
	display: flex;
	gap: 60px;
	height: 80px;
	margin-left: auto;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;

	> li {
		height: 84px;

		> a,
		> span {
			align-items: center;
			color: #333;
			cursor: pointer;
			display: flex;
			font-size: 16px;
			font-weight: bold;
			gap: 5px;
			height: 80px;
			line-height: 1;
			position: relative;
			text-align: center;
			text-decoration: none;
			-webkit-transition: 0.1s linear;
			-ms-transition: 0.1s linear;
			transition: 0.1s linear;
			white-space: nowrap;

			&::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;
				}
			}
		}

		&.is_current {
			> a,
			> span {
				color: #00a0e6;

				[data-theme="corporate"] & {
					color: #055C81
				}
			}
		}
	}
}
#pc-menu-list > li > a::after,
#pc-menu-list > li > span::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #00a0e6;
	width: 0%;
	height: 2px;
	margin: 0 auto;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

[data-theme="corporate"] #pc-menu-list > li > a::after,
[data-theme="corporate"] #pc-menu-list > li > span::after {
	background-color: #055C81;
}

#pc-menu-list > li > a:hover,
#pc-menu-list > li > span:hover,
#pc-menu-list > li > a.active,
#pc-menu-list > li > span.active {
	color: #00a0e6;

	[data-theme="corporate"] & {
		color: #055C81;
	}
}
#pc-menu-list > li > a:hover:after,
#pc-menu-list > li > span:hover:after,
#pc-menu-list > li > a.active:after,
#pc-menu-list > li > span.active:after {
	width: 70%;
}

#pc-menu.head-active #pc-menu-list {
}
#pc-menu-list li .menuarea,
#pc-menu .searcharea {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	background: #00a0e6;
	width: 100%;
	padding: 27px 0 30px;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;

	[data-theme="corporate"] & {
		background-color: #055C81;
	}
}

.menuarea img {
	width: 100%;
	height: auto;
}
.menuarea .go {
	display: inline-block;
	position: relative;
	padding: 0 16px 0 0;
	color: #fff;
	letter-spacing: 0em;
	text-decoration: none;
}
.menuarea .service .go {
	font-size: 12px;
}
.menuarea .go:after {
	content: "\FF1E";
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.menuarea .pdf {
	background-image: url(../img/pdf-icon_01.svg) !important;
	text-decoration: none;
}
.menuarea a {
	color: #fff;
}
.menuarea a:hover {
	text-decoration: underline !important;
}
.menuarea .service {
	width: 100%;
	overflow: hidden;
}
.menuarea .service li {
	position: relative;
	float: left;
	display: table;
	width: 16.66%;
	text-align: center;
	z-index: 1;
}
.menuarea .service li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	border-radius: 35px;
	background: #fff;
	width: 70px;
	height: 70px;
	margin: 0 0 0 -35px;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.menuarea .service li:nth-of-type(1):before {
	background: #fff url(../img/service-icon_movie2.svg) center center no-repeat;
	background-size: 42px;
}
.menuarea .service li:nth-of-type(2):before {
	background: #fff url(../img/service-icon_digital2.svg) center center no-repeat;
	background-size: 42px;
}
.menuarea .service li:nth-of-type(3):before {
	background: #fff url(../img/service-icon_event2.svg) center center no-repeat;
	background-size: 42px;
}
.menuarea .service li:nth-of-type(4):before {
	background: #fff url(../img/service-icon_kyozai2.svg) center center no-repeat;
	background-size: 42px;
}
.menuarea .service li:nth-of-type(5):before {
	background: #fff url(../img/service-icon_package2.svg) center center no-repeat;
	background-size: 42px;
}
.menuarea .service li:nth-of-type(6):before {
	background: #fff url(../img/service-icon_licence2.svg) center center no-repeat;
	background-size: 42px;
}
.menuarea .service li:hover:before {
	background-color: #e6f7ff;
}
.menuarea .service li a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 80px 0 0 0;
	z-index: 2;
}
.menuarea .service li a .go {
	padding: 0 15px;
	white-space: nowrap;
}
.menuarea .service li a:hover .go {
	text-decoration: underline;
}
.menuarea .main {
	width: 100%;
	padding: 10px 0;
	font-size: 0;
	text-align: center;
}
.menuarea .main li {
	display: inline-block;
	border-left: 1px solid rgba(255,255,255,0.5);
	margin: 0;
	padding: 0 30px !important;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
.menuarea .main li:last-of-type {
	border-right: 1px solid rgba(255,255,255,0.5);
}
.menuarea .main li img {
	margin: 0 0 12px 0;
	padding: 0;
}
.menuarea .sub {
	border-top: 1px solid #0687bf;
	margin: 25px 0 0 0;
	padding: 14px 0 0 0;
	line-height: 1;
	text-align: left;
}
.menuarea .sub li {
	display: inline-block;
	margin: 14px 30px 0 0;
	font-size: 13px;
}
.menuarea .sub li:last-child {
	margin: 14px 0 0 0;
}
.menuarea .sub li a {
	position: relative;
	color: #fff;
	padding: 0 18px 0 0;
	letter-spacing: 0.08em;
	text-decoration: none;
	white-space: nowrap;
}
.menuarea .sub li a:after {
	content: "\FF1E";
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 10px;
	font-weight: bold;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.menuarea .sub li.pdf {
	background-image: url(../img/pdf-icon_01.svg) !important;
	background-position: center right !important;
}
.menuarea .sub li.pdf a {
	padding-right: 0 !important;
}
.menuarea .sub li.pdf a:after {
	display: none;
}

#pc-menu form {
	overflow: hidden;
	font-size: 0;
}
#pc-menu form input[type="search"] {
	background: #fff;
	border: 1px solid #047eb3;
	color: #444;
	flex-grow: 1;
	height: 50px;
	margin: 0;
	padding: 5px 20px;
}
#pc-menu form input[type="submit"] {
	vertical-align: middle;
	border: 1px solid #047eb3;
	background: #047eb3;
	width: 100px;
	height: 50px;
	margin: 0;
	padding: 5px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.25em;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

#menu-business > a,
#menu-program > a,
#menu-news > a,
#menu-search > span {
	color: #00a0e6 !important;
}




/* FOOTER */

#gotop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 0;
	width: 56px;
	height: 76px;
	padding: 0 0 20px 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:hover {
	background: #047eb3;
}
#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;
}
#gotop a:hover:after {
	top: 27px;
}

footer {
	width: 100%;
	margin: 120px 0 0 0;
}

footer .footer-banner {
	border-top: 1px solid #ceeffe;
	background: #e6f7ff;
	width: 100%;
	padding: 25px 0 0 0;

	[data-theme="corporate"] & {
		background-color: #fff;
		border-top: none;
	}
}
footer .footer-banner img {
	width: 100%;
	height: auto;
}
footer .footer-banner ul {
	display: flex;
	justify-content: center;
	overflow: hidden;
}
footer .footer-banner li {
	border-bottom: 1px solid #ceeffe;
	width: 180px;
	margin: 0 0 25px 25px;

	[data-theme="corporate"] & {
		border: 1px solid #ccc;
	}
}
footer .footer-banner li:first-child {
	margin-left: 0;
}

footer .footer-menu {
	background: #00a0e6;
	width: 100%;
	padding: 40px 0 30px 0;

	[data-theme="corporate"] & {
		background-color: #055C81;
	}
}
footer .footer-menu a {
	color: #fff;
	text-decoration: none;
}
footer .footer-menu a:hover {
	text-decoration: underline;
}
footer .footer-menu .inner {
	max-width: 1200px;
	padding: 0 40px;
}
footer .footer-menu .main {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	width: 100%;
	padding: 0 0 20px 0;
	line-height: 1.5;
}

footer .footer-menu .main div {
}
footer .footer-menu .main div:nth-child(1) {
	[data-theme="corporate"] & {
		order: 2;
	}
}
footer .footer-menu .main div:nth-child(2) {
	[data-theme="corporate"] & {
		order: 3;
	}
}
footer .footer-menu .main div:nth-child(3) {
	[data-theme="corporate"] & {
		order: 1;
	}
}
footer .footer-menu .main div:nth-child(4) {
	[data-theme="corporate"] & {
		order: 4;
	}
}
footer .footer-menu .main dt {
	margin: 0 0 1em 0;
	font-weight: bold;
}
footer .footer-menu .main dd li {
	position: relative;
	margin: 0 0 0.6em 0;
	padding: 0 0 0 1em;
}
footer .footer-menu .main dd li:before {
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}
footer .footer-menu .main .business {
	overflow: hidden;
}
footer .footer-menu .main .business ul {
}
footer .footer-menu .main .other li {
	margin: 0 0 1.4em 0;
	font-weight: bold;
}

footer .footer-menu .main-sp {
	display: none;
}

footer .footer-menu .sub {
	border-top: 1px solid #0c91cb;
	border-bottom: 1px solid #0c91cb;
	width: 100%;
	padding: 16px 0;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;

	[data-theme="corporate"] & {
		border-bottom-color: #fff;
		border-top-color: #fff;
	}
}
footer .footer-menu .sub li {
	display: inline-block;
	margin: 0 14px;
} 
footer .footer-menu .banner {
	width: 100%;
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}
footer .footer-menu .banner li {
	display: inline-block;
	margin: 0 8px;
}
footer .footer-menu .pdf {
	background-image: url(../img/pdf-icon2.svg) !important;
	background-position: right center !important;
}

footer .copy {
	background: #fff;
	padding: 16px 0 20px 0;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	color: #00a0e6;

	[data-theme="corporate"] & {
		color: #055C81;
	}
}




/* INDEX MAIN */

.index {
	background: #fff;
}

.swiper-wrapper img {
	width: 100%;
	height: auto;
}

.index-main {
	position: relative;
	width: 100%;
	padding: 0 0 50px;
	overflow: hidden;
	z-index: 1;
}

.slider-main {
	background-color: #e6f7ff;
	margin: 0 auto;
	width: 1000px;
}

.slider-main-nav {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
	max-width: 1000px;
}

.slider-main-nav li {
	width: calc( 100% / 6 );
}

.slider-main-nav a {
	border-top: 5px solid transparent;
	color: #444;
	display: block;
	margin: 0;
	padding-top: 16px;
	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: 14px;
	letter-spacing: -1px;
	line-height: 1.4;
}

.banner-main {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
}

.banner-main + .banner-main {
	margin-top: 20px;
}

.banner-main li {
}

.banner-main li + li {
	margin-left: 20px;
}

.banner-main li:only-child {
	margin-left: auto;
	margin-right: auto;
}

.banner-main img {
	height: auto;
	max-width: 490px;
	width: 100%;
}

.index-main .swiper-pagination {
	display: none;
}
.main-top .swiper-slide div {
	position: relative;
	background: #fff;
	width: 88%;
	margin: 3.75% auto 0 auto;
	padding: 55% 0 0 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.main-top .swiper-slide div img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.main-top .swiper-slide.swiper-slide-active div {
	width: 100%;
	margin: 0 auto;
	padding: 62.5% 0 0 0;
	box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.main-top .swiper-slide.swiper-slide-prev a,
.main-top .swiper-slide.swiper-slide-next a {
	pointer-events: none;
}
.swiper-slide {
	cursor: pointer;
}

.main-thumbs {
	position: relative;
	width: 100%;
	margin: -40px auto 40px auto !important;
	z-index: 2;
}
.main-thumbs .swiper-slide div {
	position: relative;
	background: #fff;
	width: 100%;
	padding: 62% 0 0 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.main-thumbs .swiper-slide div img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	z-index: 1;
}
.main-thumbs .swiper-slide.swiper-slide-active div:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 3px solid #00a0e6;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.swiper-slide img {
	opacity: 0.5;
}
.swiper-slide-active img,
.swiper-slide-thumb-active img {
	opacity: 1;
}




/* INDEX AREA */

#index-info {
	padding-bottom: 50px;
}

#index-notice {
	margin-bottom: 30px;
	width: 100%;

	[data-theme="corporate"] & {
		margin-bottom: 0;
		margin-top: 80px;
	}

	.inner {
		[data-theme="corporate"] & {
			max-width: 1000px;
		}
	}
}
#index-notice dl {
	display: table;
	border: 1px solid #f8454e;
	width: 100%;
	background: #fff;

	[data-theme="corporate"] & {
		border-radius: 20px;
	}
}
#index-notice dl dt {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #f8454e;
	width: 125px;
	padding: 16px 0;
	font-size: 18px;
	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 {
	display: table-cell;
	vertical-align: middle;
	padding: 16px 20px;
	text-align: left;
	line-height: 1.4;
}
#index-notice dl dd li {
    margin: 10px 0;
}

#index-contribution {
	padding: 40px 0 60px 0;
	overflow: hidden;
}
#index-contribution h2 {
	position: relative;
	margin: 0 0 40px 0;
	padding: 85px 0 0 0;
	font-size: 30px;
	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: 42px;
	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: 10px;
	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 {
	width: calc( calc( 100% / 2 ) - 10px );
}
.list-contribution li:nth-child(even) {
	margin-left: 20px;
}
.list-contribution li:nth-child(n + 3) {
	margin-top: 20px;
}
.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: 20px;
}
.list-contribution .text {
	font-size: 24px;
}

#index-production {
	background-color: #e6f7ff;
	padding: 40px 0 103px 0;
	overflow: hidden;
}
#index-production h2 {
	position: relative;
	margin: 0 0 40px 0;
	padding: 85px 0 0 0;
	font-size: 30px;
	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: 10px;
	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 {
	position: relative;
}
/* Slick */
#index-production .slider-production-slick {
	margin-bottom: 0;
	margin-left: -13px;
	margin-right: -13px;
}
#index-production .slider-production-slick-slide {
	padding: 0 13px;
}
#index-production .slider-production-slick .slick-prev,
#index-production .slider-production-slick .slick-next {
	background-color: #fff;
	border-radius: 20px;
	display: block;
	height: 40px;
	top: 80px;
	transform: none;
	width: 40px;
}
#index-production .slider-production-slick .slick-prev {
	left: -63px;
}
#index-production .slider-production-slick .slick-next {
	right: -63px;
}
#index-production .slider-production-slick .slick-prev:before,
#index-production .slider-production-slick .slick-next:before {
	display: block;
	color: #00a0e6;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	opacity: 1;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 40px;
}
#index-production .slider-production-slick .slick-prev:before {
	content: "\FF1C";
	padding-right: 3px;
}
#index-production .slider-production-slick .slick-next:before {
	content: "\FF1E";
	padding-left: 3px;
}
#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 {
	overflow: hidden;
}
#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 {
	max-height: 198px;
	opacity: 1;
}
#index-production .production figure a:hover img {
	opacity: 0.5;
}
#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 10px;
}

#index-service {
	padding: 40px 0 50px 0;
	overflow: hidden;
}
#index-service h2 {
	position: relative;
	margin: 0 0 40px 0;
	padding: 85px 0 0 0;
	font-size: 30px;
	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: 10px;
	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 {
	position: relative;
	float: left;
	border: 1px solid #fff;
	background: #fff;
	width: 320px;
	margin: 0 20px 35px 0;
	padding: 40px 25px 30px 25px;
	text-decoration: none;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
#index-service .service:nth-of-type(3n) {
	margin: 0 0 35px 0;
}
#index-service .service:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	background: #fff;
	bottom: -23px;
	left: 50%;
	border-radius: 30px;
	width: 46px;
	height: 46px;
	margin: 0 0 0 -23px;
	padding: 0 0 0 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	color: #00a0e6;
	overflow: hidden;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
#index-service .service:hover {
	border: 1px solid #00a0e6;
}
#index-service .service:hover:after {
	background: #00a0e6;
	color: #fff;
}
#index-service .service h3 {
	background: url(../img/service-icon_digital.svg) center top no-repeat;
	background-size: 60px;
	margin: 0 0 25px 0;
	padding: 75px 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 {
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #000;
}

#index-news {
	border-bottom: 1px solid #f3f3f3;
	margin: 0 0 60px 0;
	padding: 55px 0 65px 0;
}
#index-news h2 {
	position: relative;
	margin: 0 0 40px 0;
	padding: 85px 0 0 0;
	font-size: 30px;
	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: 10px;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.22em;
	color: #a1a1a1;
}
#index-news .inner {
	padding-left: 50px;
	padding-right: 50px;
}




/* BUSINESS */

.business-menu {
	position: relative;
	width: 100%;
	margin: 40px 0 0 0;
	z-index: 1;
}
.business-menu .service {
	position: relative;
	float: left;
	border: 1px solid #00a0e6;
	background: #fff;
	width: 286px;
	margin: 0 20px 40px 0;
	padding: 25px;
	text-decoration: none;
	color: #333;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.business-menu .service:nth-of-type(3n) {
	margin: 0 0 40px 0;
}
.business-menu .service:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -24px;
	left: 50%;
	border-radius: 30px;
	background: #00a0e6;
	width: 48px;
	height: 48px;
	margin: 0 0 0 -24px;
	z-index: -1;
}
.business-menu .service:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	background: #fff;
	bottom: -23px;
	left: 50%;
	border-radius: 30px;
	width: 46px;
	height: 46px;
	margin: 0 0 0 -23px;
	padding: 0 0 0 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 46px;
	color: #00a0e6;
	overflow: hidden;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
	z-index: 1;
}
.business-menu .service:hover {
	background: #ceeffe;
}
.business-menu .service:hover:before {
	background: #fff;
}
.business-menu .service:hover:after {
	background: #00a0e6;
	color: #fff;
}
.business-menu .service h3 {
	background: url(../img/service-icon_digital.svg) center top no-repeat;
	background-size: 60px;
	margin: 0 0 20px 0;
	padding: 80px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.08em;
	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 {
	font-size: 13px;
	line-height: 1.6;
	color: #333;
}




/* BUSINESS - CASE */

.case-head1,
.case-head2 {
	margin: 50px 0 30px 0;
	border-bottom: 2px solid #ddd;
	padding: 5px 0 20px 50px;
	font-size: 20px;
	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: 40px;
}
.case-head2 {
	background: url(../img/case-head-icon_02.png) left top no-repeat;
	background-size: 40px;
}




/* CORPORATE */

.president {
	width: 100%;
	overflow: hidden;
}
.president .photo {
	float: left;
	width: 280px;
}
.president .read {
	float: right;
	width: 580px;
}




/* CORPORATE - NEWS */

.news-list {
	border-top: 1px solid #e7e7e7;
	margin-bottom: 20px;
}

.news-list dl {
	align-items: flex-start;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	padding: 18px 10px;
}
.news-list .date {
	color: #888;
	flex-shrink: 0;
	letter-spacing: 0.06em;
	width: 160px;
}
.news-list .category {
	padding-right: 30px;
}
.news-list .title {
	font-size: 14px;
	letter-spacing: 0.08em;
}
.news-list.mini {
	height: 120px;
	background: #fff;
	padding: 0 20px;
	overflow-y: auto;
}
.news-list.mini dt {
	width: 160px;
	padding: 15px 0 15px 10px;
}
.news-list.mini dd {
	padding: 15px 0 15px 160px;
}
.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: -30px 0 40px 0 !important;
	padding: 0;
	position: relative;
	text-align: right;
	width: 100%;
}
.news-day > span {
	border-left: 1px solid #ddd;
	margin-left: 14px;
	padding-left: 14px;
}

.label-news {
	align-items: center;
	border-radius: 3px;
	color: #fff;
	display: flex;
	font-size: 11px;
	justify-content: space-between;
	line-height: 1.2;
	min-height: 21px;
	padding: 5px 10px;
	text-align: center;
	width: 125px;
}
.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: 40px 0 0 0;
}
.program-link h2 {
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 18px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #000;
}
.program-link h2.hasToggle {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.program-link h2.hasToggle:hover {
	background: #f8f8f8;
	color: #00a0e6;
}
.program-link h2.hasToggle:before {
	position: absolute;
	top: 50%;
	right: 21.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.active {
	color: #00a0e6;
}
.program-link h2.hasToggle.active:before {
	transform: rotate(-45deg);
	margin: -2px 0 0 0;
}
.program-link h2.hasToggle:after {
	position: absolute;
	top: 50%;
	right: 10px;
	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;
}
.program-link h2.hasToggle + div {
	display: none;
}
.program-link ul {
	width: 100%;
	overflow: hidden;
}
.program-link ul li {
	float: left;
	width: 49%;
	padding: 4px 0 4px 15px;
}
.program-link ul li:nth-of-type(2n) {
	float: right;
}
.program-link a,
.program-link span {
	position: relative;
	margin: 0;
	line-height: 1.4;
	text-decoration: none;
}
.program-link a:hover {
	text-decoration: underline;
}
.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: 5px;
	left: -15px;
	width: 10px;
	height: 10px;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #00a0e6;
	overflow: hidden;
}
.program-link span:after {
	color: #ccc;
}
.program-link .table-block tr:first-of-type th,
.program-link .table-block tr:first-of-type td {
	border-top: none;
	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 {
	display: block;
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 40px 0 0 0;
}
.table-ac thead {
	display: block;
	position: relative;
	border-bottom: 1px solid #ddd;
	width: 100%;
	cursor: pointer;
}
.table-ac th {
	display: table;
	width: 100%;
}
.table-ac th,
.table-ac td {
	display: table-cell;
	width: 100%;
}
.table-ac thead th {
	padding: 18px 10px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	color: #000;
	vertical-align: middle;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.table-ac thead th.year {
	width: 100px;
	font-size: 16px;
}
.table-ac thead th.cont {
	width: 500px;
	padding: 20px 20px 20px 0;
	font-size: 14px;
	color: #666;
}
.table-ac thead th.prog {
	width: 300px;
	padding: 20px 0;
	font-size: 14px;
	color: #666;
}
.table-ac thead th span {
	color: #ccc;
}
.table-ac thead.active th span {
	font-size:0;
}
.table-ac thead.active th span:before {
	font-size: 14px;
	content: "▲";
}
.table-ac thead:hover th {
	background: #f8f8f8;
	color: #00a0e6;
}
.table-ac thead:before {
	position: absolute;
	top: 50%;
	right: 21.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: 10px;
	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;
	width: 100%;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.table-ac tbody tr td {
	border-bottom: 1px solid #ddd;
	width: 300px;
	padding: 15px 0;
	line-height: 1.6;
	vertical-align: middle;
}
.table-ac tbody tr td:first-child {
	width: 600px;
	padding-left: 100px;
	padding-right: 40px;
	font-weight: bold;
}

.table-ac.noaco {}
.table-ac.noaco thead {
	cursor: none !important;
	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: 8px;
	background: #f6f6f6;
	margin: 0 0 30px 0;
	padding: 30px;
}
.search-box input[type="search"] {
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	outline: none;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 5px 20px;
	vertical-align: middle;
	color: #444;
}
.search-box dl {
	position: relative;
	width: 100%;
	margin: 30px 0;
	padding: 0 0 0 100px;
	overflow: hidden;
	line-height: 1.1;
}
.search-box dl dt {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/result-icon.svg) left center no-repeat;
	background-size: 14px;
	margin: 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #00587e;
}
.search-box dl dd {
	display: inline-block;
	white-space: nowrap;
	margin: 0 15px 0 0;
}
.search-box input[type="radio"] {
	margin: 0 5px 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: 240px;
	height: 50px;
	margin: 0;
	padding: 5px 20px;
	font-size: 15px;
	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;
}
.search-box .send button:hover {
	background: #fff;
	color: #00587e;
}
.search-box .send button:hover:after {
	color: #00587e;
}

.result-list {
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 30px 0;
}
.result-list li {
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.result-list li a {
	display: block;
	padding: 15px 5px;
	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 0 4px 0;
	font-size: 16px;
	font-weight: bold;
	color: #00a0e6;
}
.result-list li a dd {
	width: 100%;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.result-list li a:hover {
	background: #e6f7ff;
}




/* FAQ */

.faq-list {
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 40px 0 0 0;

	dt {
		position: relative;
		border-bottom: 1px solid #ddd;
		background: url(../img/faq-q.png) 20px center no-repeat;
		background-size: 24px;
		width: 100%;
		padding: 35px 60px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.2;
		letter-spacing: 0.05em;
		color: #333;
		cursor: pointer;
		-webkit-transition: 0.1s linear;
		-ms-transition: 0.1s linear;
		transition: 0.1s linear;

		&:hover {
			color: #00a0e6;
		}

		&::before {
			position: absolute;
			top: 50%;
			right: 31.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: 20px;
			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: 30px 20px;
	}

	[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: 30px;
				transform: rotate(0);
				width: 10px;
			}

			&::after {
				border-color: #055C81;
			}

			&.active {
				color: #055C81;

				&::before {
					transform: rotate(180deg);
				}
			}
		}
	}
}




/* SITEMAP */

.sitemap {
	background: #f1f2f3;
	width: 100%;
	margin: 40px 0 0 0;
	padding: 30px 30px 10px 30px;
	overflow: hidden;
}
.sitemap h2 {
	border-left: 4px solid #666;
	margin: 0 0 50px 0;
	padding: 0 0 0 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #333;
}
.sitemap > div {
	float: left;
	background: #fff;
	width: 266px;
	margin: 0 20px 20px 0;
	padding: 20px;
}
.sitemap > div:nth-of-type(3n) {
	margin: 0 0 20px 0;
}
.sitemap p {
	margin: 10px 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
}
.sitemap li {
	position: relative;
	padding: 0 0 0 1em;
}
.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: 60px 0;
	padding: 0 0 20px 0;
	font-size: 14px;
}
.base-404 h1 {
	margin: 0;
	text-align: center;
}
.base-404 h2 {
	margin: 0 0 60px 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
}
.base-404 p {
	width: 750px;
	margin: 60px auto;
}
.base-404 .read {
	background: #f6f6f6;
	padding: 25px;
	text-align: center;
}




/* other */

.asoiku-pict {
	width: 100%;
	overflow: hidden;
}
.asoiku-pict > div {
	position: relative;
	float: left;
	width: 286px;
	height: 120px;
	margin: 0 20px 20px 0;
}
.asoiku-pict > div:nth-of-type(3n) {
	margin: 0 0 20px 0;
}
.asoiku-pict .img1,
.asoiku-pict .img2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
}
.asoiku-pict .img2 {
	display: none;
}
.asoiku-pict .name {
	height: 120px;
	margin: 0 0 0 140px;
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 120px;
}
.asoiku-pict .move {
	display: none;
	position: relative;
	border-radius: 6px;
	background: #eee;
	margin: 10px 0 0 100px;
	padding: 10px 15px;
	line-height: 1.5;
}
.asoiku-pict .move:before {
	content: "";
	position: absolute;
	top: 10px;
	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;
	width: 80px;
}
.asoiku-pict > div.active .name {
	height: auto;
	margin: 0 0 0 100px;
	line-height: 1;
}
.asoiku-pict > div.active .move {
	display: block;
}
.arrowArea {
    position: relative;
    border-bottom: 2px solid #00a0e6;
    padding-bottom: 30px;
}
.arrowArea:before {
    content: "";
    position: absolute;
    bottom: -44px;
    left: 50%;
    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: 50%;
    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: 43px;
	justify-content: space-around;
	padding: 9px;
	width: 43px;
}
.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: 0;
	top: 46px;
	width: 920px;
	z-index: 900;
}
.menu-local.is_active .menu {
	display: block;
}
.menu-local .menu-head {
	color: #00a0e6;
	font-size: 16px;
	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 -50px 50px;
	min-height: 102px;
	position: relative;
}
.header-page-menu .head-page {
	background-color: #fff;
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
}
.header-page-menu .menu-local {
	margin-top: -21px;
	position: absolute;
	right: 30px;
	top: 50%;
}

.header-page-menu .wrapper {
	border-bottom: 1px solid #ddd;
	padding: 35px 90px;
}
.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: 24px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.2;
}

.header-page-sticky {
	margin: 0 -50px 50px;
	min-height: 102px;
	position: relative;
}
.header-page-sticky .head-page {
	background-color: #fff;
	margin: 0;
	padding: 35px 100px;
}
.header-page-sticky .menu-local {
	margin-top: -21px;
	position: absolute;
	right: 30px;
	top: 50%;
}
.header-page-sticky.is_sticky .wrapper {
	position: fixed;
	top: 62px;
	width: 1000px;
	z-index: 100;
}
.header-page-sticky.is_sticky .head-page {
	padding-bottom: 15px;
	padding-top: 15px;
}

.searcharea {
	.searcharea-wrap {
		.inner {
			flex-direction: column;
		}
	}
}

.search-head {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.search-head ~ .search-head {
	margin-top: 40px;
}

.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;

	&:hover {
		border-color: #fff;
	}

	[data-theme="corporate"] & {
		color: #055C81;

		&:hover {
			background-color: #055C81;
			color: #fff;
		}
	}
}
.searcharea .search-tag > li a:hover {
	border-color: #fff;
}

.searcharea-input {
	display: flex;
	width: 100%;
}

.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: 40px;

	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;
			}
		}
	}
}

.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;
}

#colorbox #cboxContent {
	background-color: transparent;
	float: none !important;
	margin: auto;
}

#colorbox #cboxLoadedContent {
	margin: 0;
	overflow: visible !important;
	padding: 1px;
}

#colorbox #cboxClose {
	bottom: -20px;
}

#dialog-cookie {
	background-color: #fff;
	border-radius: 6px;
	bottom: 20px;
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 30%);
	display: none;
	font-size: 12px;
	padding: 15px;
	position: fixed;
	right: 20px;
	width: 420px;
	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;
}

.mfp-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0);
    border: none;
    border-radius: 100%;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.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:after,
.mfp-arrow:before {
	border: none;
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.mfp-arrow-left {
	left: 20px;
}

.mfp-arrow-left:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mfp-arrow-left:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-arrow-right {
	right: 20px;
}

.mfp-arrow-right:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mfp-arrow-right:after {
    margin: 5px 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: 19px 29px;
}

.table-of-contents a {
	color: #00A0E6;
}

.table-of-contents .head {
	align-items: baseline;
	display: flex;
}

.table-of-contents .head .title {
	color: #00A0E6;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

.table-of-contents .head .status {
	color: #a1a1a1;
	font-size: 16px;
	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: 14px;
	line-height: 2;

	.bread {
		margin: 24px auto 0;
		padding: 0;
		width: 1000px;
	}

	& ~ footer {
		margin-top: 0;
	}

	&[data-template="index"] {
		border-radius: 40px 40px 0 0;
		padding: 20px 0 0 0;
	}
}

.buttonRound {
	align-items: center;
	border-radius: 999px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	justify-content: center;
	line-height: 1.4;
	min-height: 60px;
	padding: 0.8em 1em;
	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.8em 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: 288 / 75;
	background-color: #72787E;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 0;

	.wrap {
		margin: 0 auto;
		max-width: 1200px;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
		width: 100%;
	}

	h1 {
		font-size: 54px;
	}

	p {
		font-size: 24px;
		font-weight: bold;
	}

	&[data-category="movie"] {
		background-image: url(../img/movie/keyvisual_pc.jpg);
	}

	&[data-category="digital"] {
		background-image: url(../img/digital/keyvisual_pc.jpg);
	}

	&[data-category="event"] {
		background-image: url(../img/event/keyvisual_pc.jpg);
	}

	&[data-category="kyozai"] {
		background-image: url(../img/kyozai/keyvisual_pc.jpg);
	}

	&[data-category="package"] {
		background-image: url(../img/package/keyvisual_pc.jpg);
	}

	&[data-category="licence"] {
		background-image: url(../img/licence/keyvisual_pc.jpg);
	}
}

.layoutButton {
	display: grid;
	gap: 40px;

	&[data-column="1"] {
		grid-template-columns: .5fr;
		justify-content: center;
	}

	&[data-column="2"] {
		grid-template-columns: repeat(2, 1fr);
	}
}

.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: 10px;
			width: 7px;
		}

		a {
			&:link {
				text-decoration: none;
			}

			&:hover {
				text-decoration: underline;
			}
		}
	}

	[data-theme="corporate"] & {
		li {
			&::before {
				background-color: #055C81;
			}
		}
	}
}

.listArticle {
	display: grid;
	gap: 40px;
	margin-top: 30px;

	&[data-column="2"] {
		gap: 60px;
		grid-template-columns: repeat(2, 1fr);
	}

	&[data-column="3"] {
		grid-template-columns: repeat(3, 1fr);
	}

	&[data-column="4"] {
		gap: 60px;
		grid-template-columns: repeat(4, 1fr);
	}

	.article {
		figure {
			align-items: center;
			background-color: #fff;
			border: 3px solid #f2f2f2;
			display: flex;

			img {
				height: auto;
				max-height: 100%;
				max-width: 100%;
				width: auto;
			}
		}

		.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 #08B4AA;
						background: #fff;
						color: #08B4AA;
						display: block;
						font-size: 11px;
						line-height: 1;
						padding: 4px 20px;
						text-decoration: none;
					}
				}
			}

			.text {
				margin-top: 15px;
			}

			.link {
				margin-top: 25px;

				.buttonRound {
					font-size: 14px;
					min-height: 40px;
					width: 210px;
				}
			}
		}
	}
}

.listCardArticle {
	display: grid;
	gap: 60px;
	margin-top: 30px;

	&[data-column="2"] {
		grid-template-columns: repeat(2, 1fr);
	}

	section {
		background-color: #fff;
		border-radius: 20px;
		display: flex;
		gap: 40px;
		padding: 40px;

		figure {
			flex-shrink: 0;
		}
	}
}

.listFlow {
	counter-reset: flow;

	> li {
		align-items: center;
		display: flex;
		position: relative;

		& + li {
			margin-top: 50px;

			&::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: -33px;
				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: 22px;
			font-weight: normal;
			height: 150px;
			justify-content: center;
			margin-right: 30px;
			width: 150px;

			&::before {
				counter-increment: flow;
				content: "0" counter(flow);
				font-size: 40px;
				line-height: 1.4;
			}
		}

		div {
			ul {
				list-style-type: disc;
				margin-left: 1em;
			}
		}
	}
}

.listFlowRow {
	display: flex;
	gap: 50px;

	> li {
		figure {
			margin-bottom: 20px;
			position: relative;

			&::after {
				background-color: #828282;
				content: "";
				display: block;
				height: 30px;
				mask-image: url(../img/icon_circle_right.svg);
				mask-repeat: no-repeat;
				mask-size: 100% 100%;
				position: absolute;
				right: -40px;
				top: 50%;
				transform: translateY(-15px);
				width: 30px;
			}
		}

		&:last-child {
			figure {
				&::after {
					display: none;
				}
			}
		}
	}
}

[data-background-pattern="stripe"] {
	&:nth-child(even) {
		background-color: #E6F7FF;
	}
}

.sectionIntroduction {
	padding: 50px 0 100px;

	header {
		position: relative;
		z-index: 0;

		h2 {
			font-size: 36px;
			margin-bottom: 30px;
			text-align: center;
		}

		p {
			font-size: 18px;
			text-align: center;
		}
	}

	section {
		display: flex;
		margin: 100px 0 0;

		figure {
			box-sizing: border-box;
			width: 50%;

			img {
				aspect-ratio: 9 / 4;
				width: 100%;
			}

			figcaption {
				font-size: 13px;
				padding: 8px 20px 0;
				text-align: right;
			}
		}

		> div {
			width: 50%;

			> div {
				width: 500px;
			}

			h3 {
				color: #00587E;
				font-size: 26px;
				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;
					}
				}
			}
		}

		&:nth-of-type(odd) {
			figure {
				padding-right: 40px;
			}

			> div {
			}
		}

		&:nth-of-type(even) {
			figure {
				order: 2;
				padding-left: 40px;
			}

			> div {
				order: 1;

				> div {
					margin-left: auto;
				}
			}
		}
	}

	footer {
		margin-top: 70px;

		.layoutButton {
			&[data-column="1"] {
				.buttonRound {
					height: auto;
					line-height: 1.6;
					margin: 0 auto;
					padding-bottom: 0.6em;
					padding-top: 0.6em;
					width: 600px;
				}
			}
		}
	}
}

.sectionContact {
	align-items: center;
	aspect-ratio: 1920 / 497;
	background-color: black;
	background-image: url(../img/ptn_contact.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: flex;
	padding: 80px 0 50px;
	position: relative;

	&::before {
		border-color: #F1F2F3 transparent transparent transparent;
		border-style: solid;
		border-width: 30px 50px;
		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 105px 50px;
		width: 1000px;

		header {
			margin-bottom: 30px;
			min-width: inherit;
			padding: 50px 0 0;
			position: relative;
			z-index: 0;

			&::before {
				background-color: #00A0E6;
				border-radius: 999px;
				content: "";
				display: block;
				height: 62px;
				left: 50%;
				position: absolute;
				top: -32px;
				transform: translateX(-50%);
				width: 62px;
			}

			&::after {
				background-color: #fff;
				content: "";
				display: block;
				height: 32px;
				left: 50%;
				mask-image: url(../img/btn-mail-icon_01.svg);
				mask-repeat: no-repeat;
				mask-size: 100% 100%;
				position: absolute;
				top: -18px;
				transform: translateX(-50%);
				width: 32px;
			}

			h2 {
				font-size: 32px;
				text-align: center;
			}

			p {
				color: #888888;
				font-size: 13px;
				line-height: 1;
				text-align: center;
			}
		}

		.content {
			p {
				text-align: center;
			}

			ul {
				margin-top: 30px;
			}

			.buttonRound {
				font-size: 24px;
				height: 80px;
			}
		}
	}
}

[data-background-pattern="stripe"] {
	& + .sectionContact {
		&::before {
			border-top-color: #fff;
		}
	}

	&:nth-child(even) {
		& + .sectionContact {
			&::before {
				border-top-color: #E6F7FF;
			}
		}
	}
}

.sectionContent {
	padding: 100px 0;

	> .wrap {
		margin: 0 auto;
		max-width: 1000px;

		header {
			margin-bottom: 60px;
			position: relative;
			z-index: 0;

			h2 {
				font-size: 36px;
				margin-bottom: 30px;
				text-align: center;
			}

			p {
				font-size: 18px;
				text-align: center;
			}
		}

		.link {
			display: flex;
			justify-content: center;
			margin-top: 30px;

			li {
				width: 420px;
			}
		}
	}

	&[data-content-type="flow"] {
		background-color: #F1F2F3;
		position: relative;
	}

	&[data-content-type="corporate-anchor"] {
		padding: 0;
	}

	&[data-content-type="corporate-nav"] {
		padding: 60px 0;
	}

	&[data-content-type="corporate-annual-recruitment"] {
		background-color: #E6F7FF;
	}

	&[data-content-type="corporate-benefit"] {
		background-color: #EEF4FB;
	}

	[data-theme="corporate"] & {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.sectionCta {
	background-color: #F1F2F3;
	padding: 100px 0;

	ul {
		margin: 0 auto;

		&[data-column="2"] {
			gap: 50px;
			width: 850px;
		}
	}
}

.sectionInnerContent {
	margin-top: 60px;

	& + .sectionInnerContent {
		margin-top: 90px;
	}

	footer {
		margin-top: 70px;

		.layoutButton {
			margin: 0 auto;
			width: 920px;
		}
	}
}

.keyvisualGridCorporate {
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: 100%;

	.container {
		display: grid;
		grid-template-columns: 394px 326px 188px 190px 123px 188px 394px 326px;
		grid-template-rows: 188px 188px 188px;
		grid-auto-columns: 1fr;
		grid-auto-rows: 1fr;
		gap: 17px 17px;
		grid-auto-flow: row;
		grid-template-areas:
			"picture-1 picture-2 picture-3 picture-4 picture-4 picture-5 picture-6 picture-7"
			"picture-1 picture-9 copy copy copy copy picture-6 picture-13"
			"picture-8 picture-9 picture-10 picture-10 picture-11 picture-11 picture-12 picture-13";
	}

	.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"] {
			animation-delay: 1s;
			grid-area: picture-3;
		}

		&[data-number="4"] {
			animation-delay: 0.5s;
			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;
		}

		&[data-number="8"] {
			grid-area: picture-8;
		}

		&[data-number="9"] {
			grid-area: picture-9;
		}

		&[data-number="10"] {
			grid-area: picture-10;
		}

		&[data-number="11"] {
			grid-area: picture-11;
		}

		&[data-number="12"] {
			grid-area: picture-12;
		}

		&[data-number="13"] {
			grid-area: picture-13;
		}
	}

	.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: 350px;
	padding: 0 40px;
	position: relative;

	&::before {
		background-image: url(../img/corporate/mask_keyvisual_single.svg);
		background-repeat: no-repeat;
		bottom: 0;
		content: "";
		display: block;
		height: 90px;
		position: absolute;
		right: calc(50% - 30px);
		width: 60px;
	}

	&::after {
		background-color: #fff;
		bottom: 0;
		content: "";
		display: block;
		height: 90px;
		left: 0;
		position: absolute;
		width: calc(50% - 30px);
	}

	.container {
		align-items: flex-end;
		display: flex;
		height: 100%;
		margin: 0 auto;
		max-width: 1200px;
		position: relative;
		z-index: 1;

		h1 {
			color: #055C81;
			font-size: 54px;
			line-height: 1.2;
			width: 50%;
		}
	}
}

.leadCorporateTop {
	padding: 100px 40px 70px;

	.container {
		backdrop-filter: blur(2px);
		background-color: rgba(238, 244, 251, 0.95);
		border-radius: 40px;
		padding: 20px;
		position: relative;

		.content {
			border: 1px dashed #fff;
			border-radius: 40px;
			padding: 52px;

			p {
				font-size: 18px;
				line-height: 2;
				text-align: center;

				& ~ p {
					margin-top: 2em;
				}
			}
		}
	}

	figure {
		left: 50%;
		position: absolute;
		top: 0;

		img {
			border: 8px solid #EEF4FB;
			border-radius: 20px;
		}

		&.figure-01 {
			transform: translateX(-600px) translateY(-100px);
			width: 200px;
		}

		&.figure-02 {
			transform: translateX(400px) translateY(-60px);
			width: 200px;
		}

		&.figure-03 {
			transform: translateX(-800px) translateY(240px);
			width: 300px;
		}
	}

	[data-theme="corporate"] & {
		margin-bottom: -70px;
		margin-top: 515px;
		overflow: hidden;
	}
}

.navCorporateMenu {
	display: flex;
	gap: 35px;

	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;

			img {
				transition: 0.2s linear;
			}
		}

		p {
			align-items: center;
			bottom: 0;
			display: flex;
			font-size: 14px;
			gap: 10px;
			line-height: 1;
			position: absolute;
			right: 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;
			}
		}

		&:hover {
			figure {
				img {
					opacity: 1;
					transform: scale(1.1);
				}
			}
		}
	}
}

.navCorporateSingle {
	margin: 0 auto;
	max-width: 1280px;
	padding: 30px 40px 0;

	.bread {
		margin-bottom: 0;
		width: auto;
	}

	.tab-list {
		margin: 80px auto 0;
		max-width: 1000px;
	}
}

#corporate-index-profile {
	overflow: hidden;
	padding: 80px 0;
	position: relative;

	header {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin-bottom: 40px;
		min-width: inherit;
		position: relative;
		z-index: 0;

		h2 {
			font-size: 36px;
			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;
		max-width: 1200px;
		padding: 0 50px;
		position: relative;
		z-index: 1;

		.navCorporateMenu {
			display: grid;
			gap: 60px;
			grid-template-columns: repeat(2, 1fr);

			a {
				p {
					font-size: 24px;
					right: 30px;
				}
			}
		}
	}

	.decoration {
		bottom: 0;
		position: absolute;
		width: 100%;
		z-index: 0;

		&::before,
		&::after {
			background-color: #F1F2F4;
			content: "";
			display: block;
			margin-left: 40px;
		}

		&::before {
			border-radius: 20px 0 0 0;
			height: 160px;
			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: 580px;
		}
	}
}

#corporate-index-recruit {
	padding: 143px 0 0 0;
	margin-top: 80px;
	position: relative;

	header {
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin-bottom: 30px;
		min-width: inherit;
		position: relative;
		z-index: 0;

		h2 {
			font-size: 36px;
			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;
		max-width: 1200px;
		position: relative;
		z-index: 1;

		.content {
			background-color: #F1F2F3;
			border-radius: 20px;
			margin-left: auto;
			padding: 60px 105px;
			width: 630px;

			p {
				font-size: 16px;
				line-height: 2;
			}

			.layoutButton {
				margin-top: 40px;
			}
		}
	}

	&::after {
		background-image: url(../img/corporate/figure_index_recruit.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 0 20px 0 0;
		content: "";
		height: 500px;
		left: 0;
		mask-composite: exclude;
		mask-image: linear-gradient(#000, #000), url(../img/corporate/mask_index_recruit.svg);
		mask-position: bottom right;
		mask-repeat: no-repeat;
		mask-size: auto;
		position: absolute;
		top: 0;
		width: calc(50% + 120px);
		z-index: 0;

		background-color: #EEF4FB;
	}
}

#corporate-index-news {
	margin-bottom: 80px;
	margin-top: 86px;

	header {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin-bottom: 30px;
		min-width: inherit;
		position: relative;
		z-index: 0;

		h2 {
			font-size: 36px;
			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;
		max-width: 1080px;
		padding: 0 40px;
	}

	.news-list {
		margin-bottom: 40px;
	}

	.layoutButton {
		&[data-column="1"] {
			grid-template-columns: 380px;
		}

		&[data-column="2"] {
			gap: 60px;
			margin: 0 90px;
		}
	}
}

#corporate-contact {
	background-color: #ccc;

	a {
		align-items: center;
		display: flex;
		justify-content: center;
		height: 300px;
		overflow: hidden;
		position: relative;
		text-decoration: none;

		&::before {
			background-image: url(../img/corporate/figure_contact.webp);
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			content: "";
			display: block;
			height: 300px;
			position: absolute;
			transition: 0.2s linear;;
			width: 100%;
		}

		.buttonRound {
			font-size: 20px;
			height: 80px;
			width: 800px;
		}

		&:hover {
			&::before {
			}

			.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;
			height: 30px;
			right: 0;
			width: 30px;
		}

		&::after {
			background-color: #055C81;
			bottom: 28px;
			height: 7px;
			mask-image: url(../img/icon_line_bold_bottom.svg);
			mask-repeat: no-repeat;
			mask-size: contain;
			right: 10px;
			transform: rotateZ(0deg);
			width: 10px;
		}
	}

	.content {
		display: none;

		table {
			width: 100%;

			th,
			td {
				border-bottom: 1px solid #E7E7E7;
				padding: 10px;
				vertical-align: middle;

				& + th,
				& + td {
					border-left: 20px solid transparent;
				}
			}

			td {
				text-align: left;
			}

			thead {
				th {
					text-align: left;
				}
			}

			.cont {
				width: 300px;
			}

			.title {
				font-weight: bold;

				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;
				gap: 20px;

				p {
					flex-grow: 1;
					max-width: 410px;
				}

				figure {
					flex-shrink: 0;
					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 {
	margin: 0 auto;
	width: 820px;

	figure {
		margin: 0 auto;
		width: 634px;
	}

	.layoutButton {
		margin-top: 40px;
	}
}

.corporate-recruit-job {
	display: flex;
	gap: 60px;
	margin-top: 30px;

	.content {
		flex-grow: 1;
	}
}