@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.725rem;
	}
	.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 > * {
		position: relative;
		width: 50%;
	}
	.about-index-layout .index_column > * .column_outer {
		position: absolute;
		top: 0;
		width: 600px;
		height: 100%;
		padding: 60px 0 0;
	}
	.about-index-layout .index_column > .column_message .column_outer {
		right: 0;
		padding-top: 42px;
		padding-right: 30px;
	}
	.about-index-layout .index_column > .column_profile .column_outer {
		left: 0;
		padding-top: 56px;
		padding-left: 30px;
	}
	.about-index-layout .index_column > * .column_inner {
		width: 263px;
	}
	.about-index-layout .index_column > * .column_inner > *: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.4;
	}
	.about-index-layout .column_profile .index_heading {
		margin-bottom: 2.35rem;
	}
	.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 > span {
		position: relative;
		display: inline-block;
	}
	.about-index-layout .index_heading a > 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 > 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 > li {
		margin: 0;
	}
	.about-index-layout .index_link > li > 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 > li > 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 > li > a > span {
		position: relative;
		display: inline-block;
	}
	.about-index-layout .index_link > li > a > 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 > li > a:hover > span::before {
		width: 100%;
	}

	/* v2 */
	.about-index-layout-v2 {
		margin: 0 0 1rem;
	}
	.container > .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 > .column_col {
		width: calc((100% - 36px) / 2);
	}
	.about-index-layout-v2 .index_column > .column_col > *:last-child {
		margin-bottom: 0 !important;
	}
	.about-index-layout-v2 .index_heading {
		margin: 0 0 1.375rem;
		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("/english/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 > .column_image {
		width: 186px;
		margin: 0 30px 0 0;
	}
	.about-index-layout-v2 .index_brochure .brochure_column > .column_link {
		flex: 1;
	}
	.about-index-layout-v2 .index_brochure .brochure_column > .column_link .btn {
		justify-content: center;
		padding: 22px 35px 22px 20px;
		background-color: #fff;
		font-size: 1.125rem;
	}
	.about-index-layout-v2 .index_brochure .brochure_column > .column_link .btn.btn-outline-primary::after {
		right: 15px;
	}
	.about-index-layout-v2 .index_brochure .brochure_column > .column_link .btn span {
		width: inherit;
		text-align: center;
		line-height: 1.3;
	}
	.about-index-layout-v2 .index_brochure .brochure_column > * > *: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%;
	}
	.about-index-layout-v2 .index_card + .index_card {
		margin-top: 24px;
	}
	.about-index-layout-v2 .index_card .index_card_heading {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding: 22px 25px 21px;
		border-bottom: 3px solid #0096b4;
		background-color: #f3f7f9;
	}
	
	.about-index-layout-v2 .index_card .index_card_heading > h2 {
		margin-bottom: 0;
		font-size: 0;
	}
	.about-index-layout-v2 .index_card .index_card_heading .heading__label {
		color: #545454;
		font-size: 20px;
		font-weight: 700;
	}
	.about-index-layout-v2 .index_card .index_card_heading .heading__label::after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		margin: -5px 0 0 4px;
		border-top: solid 1px #0096b4;
		border-right: solid 1px #0096b4;
		vertical-align: middle;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.about-index-layout-v2 .index_card .index_card_heading:hover .heading__label {
		color: #014099;
		text-decoration: underline;
	}
	.about-index-layout-v2 .index_card .index_card_contents {
		min-height: 92px;
		padding: 17px 24px 18px;
		border-bottom: 1px solid #ddd;
	}
	.about-index-layout-v2 .index_card .index_card_contents >:last-child {
		margin-bottom: 0;
	}
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
	.pageHead + .pageContents {
		margin-top: 0;
	}
	
	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */
	/* ----- about-index-layout ----- */
	.about-index-layout {
		margin: 0 0 3.425rem;
		padding: 0 1rem;
	}
	.about-index-layout .index_column > * {
		margin: 0 0 1.9875rem;
	}
	.about-index-layout .index_column > *:last-child {
		margin-bottom: 0;
	}
	.about-index-layout .index_column > * .column_inner > *:last-child {
		margin-bottom: 0 !important;
	}
	.about-index-layout .index_image {
		margin: 0 -1rem 1.7625rem;
	}
	.about-index-layout .index_image img {
		width: 100%;
	}
	.about-index-layout .index_heading {
		margin: 0 0 0.8375rem;
		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;
	}
	.about-index-layout .index_link {
		margin: 0;
	}
	.about-index-layout .index_link > li {
		margin: 0;
	}
	.about-index-layout .index_link > li > 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 > li > 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 1.75rem;
	}
	.container > .about-index-layout-v2:first-child {
		margin-top: -0.3rem;
	}
	.about-index-layout-v2 .index_column > .column_col {
		margin: 0 0 20px;
	}
	.about-index-layout-v2 .index_column > .column_col:last-child {
		margin-bottom: 0;
	}
	.about-index-layout-v2 .index_column > .column_col > *: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("/english/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 > .column_image {
		width: 113px;
		margin: 0 15px 0 0;
	}
	.about-index-layout-v2 .index_brochure .brochure_column > .column_link {
		flex: 1;
	}
	.about-index-layout-v2 .index_brochure .brochure_column > .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 > .column_link .btn.btn-outline-primary::after {
		right: 14px;
	}
	.about-index-layout-v2 .index_brochure .brochure_column > * > *: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%;
	}
		.about-index-layout-v2 .index_card + .index_card {
		margin-top: 20px;
	}
	.about-index-layout-v2 .index_card .index_card_heading {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding: 20px 26px 18px;
		border-bottom: 2px solid #0096b4;
		background-color: #f3f7f9;
	}
	
	.about-index-layout-v2 .index_card .index_card_heading > h2 {
		margin-bottom: 0;
		font-size: 0;
	}
	.about-index-layout-v2 .index_card .index_card_heading .heading__label {
		color: #545454;
		font-size: 17px;
		font-weight: 700;
	}
	.about-index-layout-v2 .index_card .index_card_heading .heading__label::after {
		content: "";
		display: inline-block;
		width: 9px;
		height: 9px;
		margin: -4px 0 0 9px;
		border-top: solid 1px #0096b4;
		border-right: solid 1px #0096b4;
		vertical-align: middle;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.about-index-layout-v2 .index_card .index_card_heading:hover .heading__label {
		text-decoration: underline;
	}
	.about-index-layout-v2 .index_card .index_card_contents {
		padding: 26px 24px 22px;
		border-bottom: 1px solid #ddd;
	}
	.about-index-layout-v2 .index_card .index_card_contents >:last-child {
		margin-bottom: 0;
	}
}
