@charset "utf-8";
/* ==========================================================================
   トップページ
   ========================================================================== */
/* ----------------------------------
   ヘッダー
   ---------------------------------- */
.index-header-group {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	background: #fff;
}

/* サポート・お問い合わせ */
a.header__support {
	display: block;
	width: 90%;
	max-width: 300px;
	margin: 12px auto;
	padding: 12px;
	background: #015db2;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a.header__support .icon-mail {
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
	border-radius: 50%;
	background: #fff;
	color: #015db2;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width:60em) {
	.header__nav > ul { border-bottom: 1px solid #ccc;}
	.popup-controll {
		display: none;
	}
	.popup-search {
		position: relative;
		margin: 15px auto;
		width: 90%;
		max-width: 400px;
	}
	.popup-search .search__field {
		border: 1px solid #ddd;
	}
}
@media print, (min-width:60.0625em) {
	.index-header-group {
		left: 50%;
		width: 1000px;
		margin-left: -500px;
	}
	a.header__support {
		position: absolute;
		right: 0;
		top: 0;
		width: 180px;
		height: 70px;
		margin: 0;
		padding: 10px;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: normal;
	}
	a.header__support .icon-mail {
		display: block;
		margin: 0 auto 4px;
	}
	.popup-controll {
		display: block;
		position: absolute;
		top: 0;
		right: 180px;
		width: 50px;
		height: 70px;
		border: none;
		background: none;
		color: #015db2;
		font-size: 20px;
		line-height: 1;
		cursor: pointer
	}
	.popup-search {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 0;
		top: 70px;
		width: 100%;
		padding: 20px;
		background: #679ed1;
		transition: opacity .2s, visibility 0s .2s;
	}
	.popup-search.is-open {
		opacity: 1;
		visibility: visible;
		transition: opacity .2s, visibility 0s;
	}
	.popup-search #cse-search-box {
		position: relative;
		max-width: 600px;
		margin: 0 auto;
	}
	.popup-search .search__field {
		height: 40px;
		padding-right: 40px;
	}
	.popup-search .search__btn {
		top: 8px;
		right: 10px;
		width: 24px;
		height: 24px;
		font-size: 24px;
	}
}
@media print, (min-width:75em) {
	.index-header-group {
		width: 1200px;
		margin-left: -600px;
	}
}

/* ----------------------------------
   スライダー
   ---------------------------------- */
.slider {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
.slide {
	width: 100vw;
	height: 100vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.slide01 { background-image: url(../../img/image01.jpg); }
.slide02 { background-image: url(../../img/image02.jpg); }
.slide03 { background-image: url(../../img/image03.jpg); }
.slide04 { background-image: url(../../img/image04.jpg); }
.slide05 { background-image: url(../../img/image05.jpg); }
.slide06 { background-image: url(../../img/image06.jpg); }
.slide07 { background-image: url(../../img/image07.jpg); }
.slide__layer {
	position: absolute;
	left: 5%;
	bottom: 15%;
	text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.slide__layer .copy {
	display: block;
	font-size: 8vw;
	font-weight: bold;
	line-height: 1.4;
}
.slide__layer .btn-more {
	margin-top: 20px;
	width: 230px;
}
.slider .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.slider .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.slider .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	border-radius: 10px;
	border: 1px solid #fff;
	backface-visibility: visible;
	transition: opacity 200ms ease;
}
.slider .owl-dots .owl-dot.active span,
.slider .owl-dots .owl-dot:hover span {
	background: #fff;
}
@media print, (min-width:40.0625em) {
	.slide {
		height: 70vw;
	}
	.slide__layer {
		left: 8%;
	}
	.slide__layer .copy {
		font-size: 5.5vw;
	}
	.slide__layer .btn-more {
		width: 230px;
	}
}
@media print, (min-width:60.0625em) {
	.slider {
		margin-top: 0;
	}
	.slide {
		height: 56.35vw;
	}
}
@media screen and (min-width:75.0625em) {
	.slide__layer .copy {
		font-size: 6.8rem;
	}
}
@media only screen and (orientation: landscape) {
	.slide {
		min-height: 400px;
		max-height: 70vh;
	}
}

/* ----------------------------------
   本文
   ---------------------------------- */
.heading-v2 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.heading-v2[data-en]::before {
	display: block;
	content: attr(data-en);
	font-family: Ubuntu, sans-serif;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0;
}
.btn-more {
	display: inline-flex;
	align-items: center;
	position: relative;
	width: 90%;
	max-width: 196px;
	height: 44px;
	padding: 0 15px;
	border: 1px solid;
	color: inherit;
	font-size: 1.6rem;
	text-decoration: none !important;
	cursor: pointer;
	transition: opacity .2s;
}
.btn-more2 {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	color: inherit;
	font-size: 1.8rem;
	font-weight: bold;
}
.btn-more::after,
.btn-more2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
	transition: all .2s ease-out;
}
.btn-more2::after {
	right: 5px;
}
.btn-more:hover::after {
	right: 6px;
}
.btn-more2:hover::after {
	right: 0;
}
.wrapper2 {
	position: relative;
	width: 90%;
	max-width: 1072px;
	margin: 0 auto;
}
@media print, (min-width:60.0625em) {
	.heading-v2 {
		font-size: 1.8rem;
	}
	.heading-v2[data-en]::before {
		font-size: 4rem;
	}
	.btn-more {
		font-size: 1.7rem;
	}
	.btn-more2 {
		font-size: 2.4rem;
	}
}

/* Top Message */
.index-message::after {
	content: "";
	display: block;
	width: 100%;
	height: 50vw;
	background: url(../../img/new/p00.jpg) no-repeat center center / cover;
}
.index-message__body {
	padding: 25px 20px;
	font-size: 1.7rem;
	line-height: 1.5;
	text-align: center;
}
.index-message__body .heading-v2 {
	margin-bottom: 20px;
}
.index-message__body .btn-more {
	margin-top: 20px;
}
@media print, (min-width:40.0625em) {
	.index-message {
		display: flex;
		align-items: center;
		position: relative;
		min-height: 360px;
		max-width: 1200px;
		margin: 0 auto;
	}
	.index-message::after {
		position: absolute;
		top: 0;
		left: 50%;
		width: 50%;
		height: 100%;
	}
	.index-message__body {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 20px;
	}
}
@media print, (min-width:60.0625em) {
	.index-message__body {
		font-size: 2rem;
	}
}
@media (min-width:75.0625em) {
	.index-message__body {
		font-size: 2.4rem;
	}
}

/* ニュース */
.index-news {
	margin-bottom: 60px;
	padding: 40px 0 30px;
	background: #f5f7f7;
}
.tabchange__tabs {
	margin-bottom: 5px;
}
.tabchange__tabs ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #898989;
}
.tabchange__tabs li {
	margin-right: 12px;
	line-height: 1;
}
.tabchange__tabs li:last-of-type {
	margin-right: 0;
}
.tabchange__tabs button {
	width: 100%;
	padding: 3px 5px 2px;
	border: none;
	background: #dcdddd;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.33;
	cursor: pointer;
}
.tabchange__tabs button[aria-selected="true"] {
	background: #015db2;
}
.news__list { margin-bottom: 30px;}
.news__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news__list li {
	padding: 16px 0;
	border-bottom: 1px solid #ccc;
}
.news__list li > a,
.news__list li > span {
	display: block;
	color: #333;
}
.news__list li > a:hover { color: #015db2;}
.news__list time {
	display: inline-block;
	color: #666;
	font-size: 1.3rem;
	text-decoration: none;
}
.news__list .category {
	display: inline-block;
	width: 10em;
	height: 24px;
	margin-bottom: 5px;
	margin-left: 1em;
	background: #dcdddd;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 24px;
}
.news__list .category[data-category="news"] {
	background: #87d0f4;
}
.news__list .category[data-category="topics"] {
	background: #f49d32;
}

@media screen and (max-width:40em) {
	.tabchange__tabs li {
		flex: 1;
	}
}
@media print, (min-width:40.0625em) {
	.tabchange__tabs button {
		width: 170px;
		font-size: 1.6rem;
	}
	.news__list li {
		display: flex;
	}
	.news__list time {
		flex-shrink: 0;
		width: 7em;
	}
	.news__list .category {
		flex-shrink: 0;
		margin-right: 1em;
		margin-left: 0;
	}
}
@media print, (min-width:60.0625em) {
	.index-news {
		margin-bottom: 100px;
		padding: 90px 0 40px;
	}
	.index-news__header {
		position: absolute;
		top: -.5em;
		left: 0;
	}
	.index-news__body {
		width: 80%;
		margin-left: auto;
	}
	.news__list li {
		font-size: 1.6rem;
	}
	.news__list time {
		font-size: 1.7rem;
	}
	.news__list .category {
		font-size: 1.4rem;
	}
}

/* リンク */
.index-block {
	margin: 20px 0;
	background: #e9edee;
}
.index-block__body {
	padding: 25px 20px;
	font-size: 1.7rem;
	line-height: 1.5;
}
.index-block__heading {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.index-block__body .btn-more {
	margin-top: 20px;
}
.index-block2 {
	margin: 50px 0;
}
.index-block2__col {
	margin: 20px 0;
}
.index-block2__image {
	margin-bottom: 10px;
}
@media print, (min-width:40.0625em) {
	.index-block {
		display: flex;
		align-items: center;
	}
	.index-block__image,
	.index-block__body {
		flex: 1 0 50%;
	}
	.index-block__body {
		padding: 20px 20px 20px 7.6%;
	}
	.index-block2 {
		display: flex;
		justify-content: space-between;
	}
	.index-block2__col {
		flex: 1 0 47.2%;
		max-width: 47.2%;
	}
}
@media print, (min-width:60.0625em) {
	.index-block {
		margin: 80px 0;
	}
	.index-block__body {
		font-size: 2.4rem;
	}
	.index-block__heading {
		font-size: 3.4rem;
	}

	.index-block2 {
		margin: 150px 0;
	}
}
