<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ======================================================
 * about_index.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Page Component
 * @media only screen and (max-width: 767px)
 * - Page Component
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
	/* ------------------------------------------------------
	 * Override
	------------------------------------------------------ */
	.pageContents {
		max-width: 100%;
	}
	
	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */
	/* ----- about-index-layout ----- */
	.about-index-layout {
		overflow: hidden;
		margin: 0 0 3.125rem;
	}
	.about-index-layout .index_wrap {
		margin: 0 -100%;
	}
	.about-index-layout .index_column {
		display: flex;
		width: 1920px;
		margin: 0 auto;
	}
	.about-index-layout .index_column &gt; * {
		position: relative;
		width: 50%;
	}
	.about-index-layout .index_column &gt; * .column_outer {
		position: absolute;
		top: 0;
		width: 600px;
		height: 100%;
		padding: 60px 0 0;
	}
	.about-index-layout .index_column &gt; .column_message .column_outer {
		right: 0;
		padding-right: 30px;
	}
	.about-index-layout .index_column &gt; .column_profile .column_outer {
		left: 0;
		padding-left: 30px;
	}
	.about-index-layout .index_column &gt; * .column_inner {
		width: 230px;
	}
	.about-index-layout .index_column &gt; * .column_inner &gt; *:last-child {
		margin-bottom: 0 !important;
	}
	.about-index-layout .index_image {
		margin: 0;
	}
	.about-index-layout .index_image img {
		width: 100%;
	}
	.about-index-layout .index_heading {
		margin: 0 0 1.25rem;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.about-index-layout .index_heading a {
		display: inline-block;
		color: #545454;
		transition: color .2s ease-out 0s;
	}
	.about-index-layout .index_heading a::after {
		content: "";
		transform: rotate(45deg);
		display: inline-block;
		width: 15px;
		height: 15px;
		margin: -5px 0 0 5px;
		border-top: 1px solid #0096b4;
		border-right: 1px solid #0096b4;
		vertical-align: middle;
	}
	.about-index-layout .index_heading a &gt; span {
		position: relative;
		display: inline-block;
	}
	.about-index-layout .index_heading a &gt; span::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: width .2s ease-out 0s;
	}
	.about-index-layout .index_heading a:hover {
		color: #014099;
	}
	.about-index-layout .index_heading a:hover &gt; span::before {
		width: 100%;
	}
	.about-index-layout .index_text {
		margin: 0 0 1.25rem;
	}
	.about-index-layout .index_link {
		margin: 0;
	}
	.about-index-layout .index_link &gt; li {
		margin: 0;
	}
	.about-index-layout .index_link &gt; li &gt; a {
		position: relative;
		display: inline-block;
		padding: 0 0 0 16px;
		color: #014099;
		line-height: 1.5;
		text-decoration: none;
	}
	.about-index-layout .index_link &gt; li &gt; a::before {
		content: "";
		position: absolute;
		top: 0.4em;
		left: 0;
		transform: rotate(45deg);
		width: 8px;
		height: 8px;
		margin: 0 0 0 -4px;
		border-top: 1px solid #0096b4;
		border-right: 1px solid #0096b4;
	}
	.about-index-layout .index_link &gt; li &gt; a &gt; span {
		position: relative;
		display: inline-block;
	}
	.about-index-layout .index_link &gt; li &gt; a &gt; span::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: width .2s ease-out 0s;
	}
	.about-index-layout .index_link &gt; li &gt; a:hover &gt; span::before {
		width: 100%;
	}

	/* v2 */
	.about-index-layout-v2 {
		margin: 0 0 5rem;
	}
	.container &gt; .about-index-layout-v2:first-child {
		margin-top: -0.5rem;
	}
	.about-index-layout-v2 .index_column {
		display: flex;
		justify-content: space-between;
	}
	.about-index-layout-v2 .index_column &gt; .column_col {
		width: calc((100% - 36px) / 2);
	}
	.about-index-layout-v2 .index_column &gt; .column_col &gt; *:last-child {
		margin-bottom: 0 !important;
	}
	.about-index-layout-v2 .index_heading {
		margin: 0 0 1.875rem;
		font-size: 1.375rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.about-index-layout-v2 .index_movie {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 0;
		padding: 56.25% 0 0 0;
	}
	.about-index-layout-v2 .index_movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
	.about-index-layout-v2 .index_brochure {
		display: flex;
		align-items: center;
		padding: 30px;
		background: url("/about/img/index_brochure_bg01.jpg") no-repeat 50% 50%;
		background-size: cover;
	}
	.about-index-layout-v2 .index_brochure .brochure_column {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.about-index-layout-v2 .index_brochure .brochure_column &gt; .column_image {
		width: 186px;
		margin: 0 30px 0 0;
	}
	.about-index-layout-v2 .index_brochure .brochure_column &gt; .column_link {
		flex: 1;
	}
	.about-index-layout-v2 .index_brochure .brochure_column &gt; .column_link .btn {
		justify-content: center;
		padding: 13px 35px 13px 20px;
		background-color: #fff;
		font-size: 1.125rem;
	}
	.about-index-layout-v2 .index_brochure .brochure_column &gt; .column_link .btn.btn-outline-primary::after {
		right: 15px;
	}
	.about-index-layout-v2 .index_brochure .brochure_column &gt; .column_link .btn span {
		width: inherit;
		text-align: center;
	}
	.about-index-layout-v2 .index_brochure .brochure_column &gt; * &gt; *:last-child {
		margin-bottom: 0 !important;
	}
	.about-index-layout-v2 .index_brochure .brochure_image {
		margin: 0;
		border: 1px solid #ccc;
	}
	.about-index-layout-v2 .index_brochure .brochure_image img {
		width: 100%;
	}

	/* v3 */
	.about-index-layout-v3 {
		margin: 0 0 5rem;
	}
	.about-index-layout-v3 .card__body-v2 &gt; .heading.link {
		align-items: center;
	}
	.about-index-layout-v3 .card__body-v2 &gt; .heading &gt; h2 {
		line-height: 1.5;
	}
	.about-index-layout-v3 .card__body-v2 &gt; .contents {
		padding: 20px 24px;
	}
	.about-index-layout-v3 &gt; .row:last-child &gt; *:nth-last-of-type(-n+4) .card-v2 .contents {
		margin-bottom: 0;
	}

	/* v4 */
	.about-index-layout-v4 {
		padding: 60px 0;
		background-color: #f8f8f8;
	}
	.container + .about-index-layout-v4 {
		margin-top: -0.5rem;
	}
	.about-index-layout-v4 &gt; .container {
		padding-top: 0;
		padding-bottom: 0;
	}
	.about-index-layout-v4 &gt; .container &gt; *:last-child,
	.about-index-layout-v4 &gt; .container &gt; section:last-child &gt; *:last-child {
		margin-bottom: 0 !important;
	}
	.about-index-layout-v4 .index_heading {
		margin: 0 0 1.25rem;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.about-index-layout-v4 .index_heading a {
		display: inline-block;
		color: #545454;
		transition: color .2s ease-out 0s;
	}
	.about-index-layout-v4 .index_heading a::after {
		content: "";
		transform: rotate(45deg);
		display: inline-block;
		width: 15px;
		height: 15px;
		margin: -5px 0 0 5px;
		border-top: 1px solid #0096b4;
		border-right: 1px solid #0096b4;
		vertical-align: middle;
	}
	.about-index-layout-v4 .index_heading a &gt; span {
		position: relative;
		display: inline-block;
	}
	.about-index-layout-v4 .index_heading a &gt; span::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: width .2s ease-out 0s;
	}
	.about-index-layout-v4 .index_heading a:hover {
		color: #014099;
	}
	.about-index-layout-v4 .index_heading a:hover &gt; span::before {
		width: 100%;
	}
	.about-index-layout-v4 .index_text {
		display: block;
		margin: 0 0 1.25rem;
	}
	.about-index-layout-v4 .index_column {
		display: flex;
		justify-content: space-between;
	}
	.about-index-layout-v4 .index_column &gt; .column_col {
		width: calc((100% - 36px) / 2);
	}
	.about-index-layout-v4 .index_frame {
		background-color: #fff;
		border-bottom: 5px solid #0096b2;
	}
	.about-index-layout-v4 a.index_frame {
		display: block;
		color: #333;
		text-decoration: none;
	}
	.about-index-layout-v4 .index_frame .frame_column {
		display: flex;
	}
	.about-index-layout-v4 .index_frame .frame_column &gt; * {
		width: 50%;
	}
	.about-index-layout-v4 .index_frame .frame_column &gt; .column_image {
	}
	.about-index-layout-v4 .index_frame .frame_column &gt; .column_text {
		padding: 30px 20px;
	}
	.about-index-layout-v4 .index_frame .frame_column &gt; * &gt; *:last-child {
		margin-bottom: 0 !important;
	}
	.about-index-layout-v4 .index_frame .frame_image {
		position: relative;
		margin: 0;
	}
	.about-index-layout-v4 a.index_frame .frame_image::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		background-color: #10218d;
		opacity: 0;
		transition: opacity .2s ease-out 0s;
	}
	.about-index-layout-v4 a.index_frame:hover .frame_image::after {
		opacity: 0.2;
	}
	.about-index-layout-v4 .index_frame .frame_image img {
		width: 100%;
	}
	.about-index-layout-v4 .index_frame .frame_heading {
		margin: 0 0 0.625rem;
		font-size: 1.125rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.about-index-layout-v4 a.index_frame .frame_heading {
		color: #014099;
	}
	.about-index-layout-v4 a.index_frame .frame_heading &gt; span {
		position: relative;
	}
	.about-index-layout-v4 a.index_frame .frame_heading &gt; span::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: width .2s ease-out 0s;
	}
	.about-index-layout-v4 a.index_frame:hover .frame_heading &gt; span::before {
		width: 100%;
	}
	.about-index-layout-v4 .index_frame .frame_text {
		display: block;
		margin: 0;
	}

	.about-index-layout .index_column.about_message{
		background: #e7f2f6;
	}
	.about-index-layout .index_column.about_message &gt; *{
		width: 100%;
    height: 250px;
	}
	.about-index-layout .about_message .index_image img{
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
		height: 100%;
	}
	.about-index-layout .index_column.about_message &gt; .column_message .column_outer{
    left: 50%;
    transform: translateX(-50%);
	}
	.about-index-layout .index_column.about_message &gt; * .column_inner{
		width: 350px;
	}
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */
	/* ----- about-index-layout ----- */
	.about-index-layout {
		margin: 0 0 3.125rem;
		padding: 0 1.2rem;
	}
	.about-index-layout .index_column &gt; * {
		margin: 0 0 2.1875rem;
	}
	.about-index-layout .index_column &gt; *:last-child {
		margin-bottom: 0;
	}
	.about-index-layout .index_column &gt; * .column_inner &gt; *:last-child {
		margin-bottom: 0 !important;
	}
	.about-index-layout .index_image {
		margin: 0 -1.2rem 1.5625rem;
	}
	.about-index-layout .index_image img {
		width: 100%;
	}
	.about-index-layout .index_heading {
		margin: 0 0 0.9375rem;
		font-size: 1.1875rem;
		font-weight: 700;
	}
	.about-index-layout .index_heading a {
		display: inline-block;
		color: #545454;
	}
	.about-index-layout .index_heading a::after {
		content: "";
		transform: rotate(45deg);
		display: inline-block;
		width: 11px;
		height: 11px;
		margin: -2px 0 0 5px;
		border-top: 1px solid #0096b4;
		border-right: 1px solid #0096b4;
		vertical-align: middle;
	}
	.about-index-layout .index_text {
		margin: 0 0 0.3125rem;
	}
	.about-index-layout .index_link {
		margin: 0;
	}
	.about-index-layout .index_link &gt; li {
		margin: 0;
	}
	.about-index-layout .index_link &gt; li &gt; a {
		position: relative;
		display: inline-block;
		padding: 0 0 0 15px;
		color: #014099;
		line-height: 1.5;
		text-decoration: none;
	}
	.about-index-layout .index_link &gt; li &gt; a::before {
		content: "";
		position: absolute;
		top: 0.4em;
		left: 0;
		transform: rotate(45deg);
		width: 8px;
		height: 8px;
		margin: 0 0 0 -2px;
		border-top: 1px solid #0096b4;
		border-right: 1px solid #0096b4;
	}

	/* v2 */
	.about-index-layout-v2 {
		margin: 0 0 5rem;
	}
	.container &gt; .about-index-layout-v2:first-child {
		margin-top: -0.3rem;
	}
	.about-index-layout-v2 .index_column &gt; .column_col {
		margin: 0 0 1.875rem;
	}
	.about-index-layout-v2 .index_column &gt; .column_col:last-child {
		margin-bottom: 0;
	}
	.about-index-layout-v2 .index_column &gt; .column_col &gt; *:last-child {
		margin-bottom: 0 !important;
	}
	.about-index-layout-v2 .index_heading {
		margin: 0 0 0.9375rem;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.about-index-layout-v2 .index_movie {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 0;
		padding: 56.25% 0 0 0;
	}
	.about-index-layout-v2 .index_movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
	.about-index-layout-v2 .index_brochure {
		padding: 15px;
		background: url("/about/img/index_brochure_bg01.jpg") no-repeat 50% 50%;
		background-size: cover;
	}
	.about-index-layout-v2 .index_brochure .brochure_column {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.about-index-layout-v2 .index_brochure .brochure_column &gt; .column_image {
		width: 113px;
		margin: 0 15px 0 0;
	}
	.about-index-layout-v2 .index_brochure .brochure_column &gt; .column_link {
		flex: 1;
	}
	.about-index-layout-v2 .index_brochure .brochure_column &gt; .column_link .btn {
		justify-content: center;
		padding: 16px 28px 16px 14px;
		background-color: #fff;
		font-size: 0.9375rem;
		line-height: 1.33;
	}
	.about-index-layout-v2 .index_brochure .brochure_column &gt; .column_link .btn.btn-outline-primary::after {
		right: 14px;
	}
	.about-index-layout-v2 .index_brochure .brochure_column &gt; .column_link .btn span {
		width: inherit;
	}
	.about-index-layout-v2 .index_brochure .brochure_column &gt; * &gt; *:last-child {
		margin-bottom: 0 !important;
	}
	.about-index-layout-v2 .index_brochure .brochure_image {
		margin: 0;
		border: 1px solid #ccc;
	}
	.about-index-layout-v2 .index_brochure .brochure_image img {
		width: 100%;
	}

	/* v3 */
	.about-index-layout-v3 {
		margin: 0 0 2.5rem;
	}
	.about-index-layout-v3 .card__body-v2 &gt; .heading.link &gt; h2::after {
		top: 0;
		margin-left: 3px;
	}
	.about-index-layout-v3 .card__body-v2 &gt; .contents {
		padding: 25px;
	}
	.about-index-layout-v3 &gt; .row:last-child &gt; *:last-child &gt; *:last-child,
	.about-index-layout-v3 &gt; .row:last-child &gt; *:last-child &gt; *:last-child &gt; *:last-child {
		margin-bottom: 0 !important;
	}

	/* v4 */
	.about-index-layout-v4 {
		padding: 30px 0;
		background-color: #f8f8f8;
	}
	.container + .about-index-layout-v4 {
		margin-top: -0.3rem;
	}
	.about-index-layout-v4 &gt; .container {
		padding-top: 0;
		padding-bottom: 0;
	}
	.about-index-layout-v4 .index_heading {
		margin: 0 0 0.625rem;
		font-size: 1.1875rem;
		font-weight: 700;
	}
	.about-index-layout-v4 .index_heading a {
		display: inline-block;
		color: #545454;
	}
	.about-index-layout-v4 .index_heading a::after {
		content: "";
		transform: rotate(45deg);
		display: inline-block;
		width: 11px;
		height: 11px;
		margin: -2px 0 0 5px;
		border-top: 1px solid #0096b4;
		border-right: 1px solid #0096b4;
		vertical-align: middle;
	}
	.about-index-layout-v4 .index_text {
		display: block;
		margin: 0 0 1.25rem;
	}
	.about-index-layout-v4 .index_column {
		display: flex;
		justify-content: space-between;
	}
	.about-index-layout-v4 .index_column &gt; .column_col {
		display: flex;
		width: calc((100% - 15px) / 2);
	}
	.about-index-layout-v4 .index_frame {
		width: 100%;
		background-color: #fff;
		border-bottom: 1px solid #ddd;
	}
	.about-index-layout-v4 a.index_frame {
		color: #333;
		text-decoration: none;
	}
	.about-index-layout-v4 .index_frame .frame_column &gt; .column_text {
		padding: 15px 10px;
	}
	.about-index-layout-v4 .index_frame .frame_column &gt; * &gt; *:last-child {
		margin-bottom: 0 !important;
	}
	.about-index-layout-v4 .index_frame .frame_image {
		margin: 0;
		border-bottom: 3px solid #0096b2;
	}
	.about-index-layout-v4 .index_frame .frame_image img {
		width: 100%;
	}
	.about-index-layout-v4 .index_frame .frame_heading {
		margin: 0 0 0.625rem;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.about-index-layout-v4 a.index_frame .frame_heading {
		color: #014099;
	}
	.about-index-layout-v4 .index_frame .frame_text {
		display: block;
		margin: 0;
	}
}
</pre></body></html>