<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 追記 */
/*-------------------------------------------------------------------
MAIN
-------------------------------------------------------------------*/
.t-content_subnav_list_parent_item:not(:last-child) {
  margin-bottom: 1px;
}

.t-content_subnav_list_parent_item:first-child {
  margin-top: 1px;
}

.t-content_subnav_list_parent_title {
  background: #54A5DA;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #fff;
  padding: 8px 23px 8px 17px;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  transition: opacity 0.4s ease 0s;
}

.t-content_subnav_list_parent_title:hover {
  cursor: pointer;
}

.t-content_subnav_list_parent_title:before,
.t-content_subnav_list_parent_title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto 0;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 13px;
  height: 13px;
  transition: opacity 0.4s ease 0s;
}

.t-content_subnav_list_parent_title:before {
  background-image: url("../../img/template/subnav_icon_plus@2x.png");
}

.t-content_subnav_list_parent_title:after {
  background-image: url("../../img/template/subnav_icon_minus@2x.png");
  opacity: 0;
}

.t-content_subnav_list_parent_item.open .t-content_subnav_list_parent_title {
  background: #0075C2;
}

.t-content_subnav_list_parent_item.open .t-content_subnav_list_parent_title:before {
  opacity: 0;
}

.t-content_subnav_list_parent_item.open .t-content_subnav_list_parent_title:after {
  opacity: 1;
}

.t-content_subnav_list_link.current {
  background: #E6F0F7;
}

.t-content_subnav_list_parent_item.open .t-content_subnav_list_item:last-child {
  border-bottom: none;
}

.t-content_subnav_list_child {
  display: none;
}

.t-content_subnav_list_parent_item.current .t-content_subnav_list_child {
  display: block;
}

/* ヘッダーメニュー */
@media print, all and (min-width: 901px) {
  .t-main_nav_list_item:not(:last-child) {
    padding-right: 36px;
  }
  .t-main_nav_list_item:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 1160px) and (min-width: 901px) {
  .t-main_nav_list_item:not(:last-child) {
    padding-right: 18px;
  }
  .t-main_nav_list {
    margin: 0;
  }
}

@media screen and (max-width: 1110px) and (min-width: 901px) {
  .t-main_nav_list_item {
    padding-right: 10px;
    font-size: 12px;
  }
  .t-main_nav_btn_list_item {
    width: 90px;
  }
  .t-main_nav_btn_list_item .c-btn {
    font-size: 11px;
  }
}

.t-main_nav_btn_list_item:nth-child(1) .c-btn {
  background: #54A5DA;
  color: #fff;
}

.t-main_nav_btn_list_item:nth-child(2) .c-btn {
  background: #E1B238;
}

/*-------------------------------------------------------------------
VISION
-------------------------------------------------------------------*/
.t-page_vision_title {
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 700px) and (max-width: 900px) {
  .t-page_vision_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .t-page_vision_title {
    font-size: 20px;
  }
}

.t-page_vision_wrap {
  position: relative;
  height: auto;
  overflow: hidden;
}

/* 第2階層は縦幅を広くする */
@media print, all and (min-width: 701px) {
  .t-page_vision_wrap.large .t-page_vision_title {
    font-size: 36px;
  }
}

@media (min-width: 700px) and (max-width: 900px) {
  .t-page_vision_wrap.large .t-page_vision_title {
    font-size: 30px;
  }
}

/* 第3階層以降は縦幅を小さくする */
@media print, all and (min-width: 701px) {
  .t-page_vision_wrap.small .t-page_vision_slider_item {
    height: 14.7vw;
  }
}

/* 文字を白くする */
.t-page_vision_wrap.white {
  color: #fff;
}

.t-page_vision {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
}

@media screen and (max-width: 700px) {
  .t-page_vision_slider_item {
    height: 110px;
  }
  .t-page_vision_slider_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

.height-auto .t-page_vision_slider_item{
	height: auto !important;
}

.window_type .t-page_vision_slider_item{
	height: calc(100vh - 76px) !important;
	min-height: 500px;
}

.window_type .t-page_vision_slider_item figure{
	height: 100%;
}

.window_type .t-page_vision_slider_item img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

@media screen and (max-width: 900px) {
	.window_type .t-page_vision_slider_item{
		height: calc(100vh - 64px) !important;
		
	}
}

@media screen and (max-width: 700px) {
	.window_type .t-page_vision_slider_item{
		min-height: 416px;
	}
}

/* .t-page_vision_anime_text */

.t-page_vision_anime_text{
	color: #fff;
}

.t-page_vision_anime_title01{
	display: flex;
	justify-content: center;
	/* font-size: 64px; */
	font-size: 58px;
	letter-spacing:0.05em;
	line-height: 1.33;
	margin: 0 0 20px 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 400;
}

.t-page_vision_anime_title01 .p-text_obj01{
	
}

.t-page_vision_anime_lead_wrap{
	display: flex;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 2.1;
}

.t-page_vision_anime_lead_wrap p{
	font-size: inherit !important;
}

.t-page_vision_anime_lead{
	letter-spacing:0.05em;	
}

.t-page_vision_anime_text {
	opacity: 0;
	transform: translate3d(0, 10px, 0);
	transition: opacity 0.8s 2s, transform 0.8s 2s;
	padding: 25px;
}

.swiper-slide-active .t-page_vision_anime_text{
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: opacity 1.4s 0.8s, transform 1.4s 0.8s, -webkit-transform 1.4s 0.8s;
}

@media screen and (max-width: 950px) {
	.t-page_vision_anime_title01{
		font-size: 48px;
		margin: 0 0 12px 0;
	}
	
	.t-page_vision_anime_lead_wrap{
		font-size: 15px;
	}
}

@media screen and (max-width: 700px) {
	
	.t-page_vision_anime_title01{
		font-size: 38px;
		margin: 0 0 12px 0;
		justify-content: flex-start;
	}
	
	.t-page_vision_anime_lead_wrap{
		font-size: 13px;
		justify-content: flex-start;
	}
	
	
}

/* .t-page_vision_slider .swiper-pagination_wrap */

.t-page_vision_slider .swiper-pagination_wrap{
	position: absolute;
	z-index: 10;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: right;
	white-space: nowrap;
}

.t-page_vision_slider .swiper-pagination .swiper-pagination-bullet{
	width: 60px;
	height: 2px;
	background-color: rgba(255,255,255,0.5);
	margin: 0 8px 0 0;
	border-radius: 0;
}

.t-page_vision_slider .swiper-pagination .swiper-pagination-bullet:last-child{
	margin-right: 0;
}

.t-page_vision_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgba(255,255,255,1);
}


@media screen and (max-width: 950px) {
	.t-page_vision_slider .swiper-pagination_wrap{
		bottom: 30px;
	}
}

@media screen and (max-width: 700px) {
	.t-page_vision_slider .swiper-pagination .swiper-pagination-bullet{
		width: 40px;
	}
	.t-page_vision_slider .swiper-pagination_wrap{
		bottom: 50px;
		text-align: center;
	}
}

/* .t-page_vision_checktext_wrap */

.t-page_vision_checktext_wrap{
	position: absolute;
	z-index: 1;
	bottom: 80px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	color: #fff;
	font-size: 13px;
	line-height: 1.69;
}

.t-page_vision_checktext{
	margin: 0;
	max-width: none;
	text-align: right;
}

.t-page_vision_checktext_wrap p{
	padding: 0 !important;
	margin: 0 !important;
	font-size: inherit !important;
}

.t-page_vision_checktext_wrap {
	opacity: 0;
	transform: translate3d(0, 10px, 0);
	transition: opacity 0.8s 2s, transform 0.8s 2s;
}

.swiper-slide-active .t-page_vision_checktext_wrap{
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: opacity 1.4s 0.8s, transform 1.4s 0.8s, -webkit-transform 1.4s 0.8s;
}

@media screen and (max-width: 950px) {
	.t-page_vision_checktext_wrap{
		bottom: 60px;
	}
}

@media screen and (max-width: 700px) {
	.t-page_vision_checktext_wrap{
		bottom: 70px;
		font-size: 12px;
		justify-content: flex-start;
	}
	.t-page_vision_checktext{
		text-align: left;
	}
}

/*-------------------------------------------------------------------
Englishボタン
-------------------------------------------------------------------*/
.t-englishbtn_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.t-englishbtn {
  margin-left: 15px;
}

.t-englishbtn a {
  padding: 0 8px;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #0075C2;
  font-size: 12px;
  line-height: 1;
  transition: opacity 0.4s ease 0s;
}

.t-englishbtn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*-------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/
@media screen and (max-width: 700px) {
  .t-footer_head {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media print, all and (min-width: 701px) {
  .t-footer_content_wrap {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 700px) {
  .t-footer_content_wrap {
    padding-top: 42px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .t-footer_copy_wrap {
    padding-top: 16px;
    padding-bottom: 36px;
    background-color: #F6F6F6;
  }
}

/*-------------------------------------------------------------------
IR 英語版 HEAER
-------------------------------------------------------------------*/
.t-header_en {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.t-header_en_in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

@media print, all and (min-width: 901px) {
  .t-header_en {
    height: 76px;
  }
}

@media screen and (max-width: 900px) {
  .t-header_en {
    height: 64px;
  }
}

/*-------------------------------------------------------------------
IR 英語版 FOOTER
-------------------------------------------------------------------*/
@media print, all and (min-width: 701px) {
  .t-footer_en .t-footer_content_wrap {
    padding: 50px 0;
  }
}

.t-footer_en .t-footer_head {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
/*# sourceMappingURL=maps/template2.css.map */</pre></body></html>