@charset "utf-8";
.top__content-link01 > a {
    background-image: url(../img/top/top__img02.jpg);
}
.top__content-link02 > a {
    background-image: url(../img/top/top__img03.jpg);
}
.top__content-link03 > a {
    background-image: url(../img/top/top__img04.jpg);
}
.top__content-link__box >a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 114px;
    min-width: 114px;
    height: 114px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: 3px solid #B7CADF;
}
#loader-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	z-index: 9999;
  }
.loader {
	background-image: url(../img/loding_sp.gif);
	background-size: cover;
	width: 100%;
	height: 100%;
}
.completed {
	opacity: 0;
	visibility: hidden;
  }
/*video_SP*/
.top_video_box {
	width: 100%;
	opacity: 1;
	/* transition: all 1.2s; */
}
.top_video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 310px;
	width: auto;
	z-index: 100;
}
.top_video video {
	width: 100%;
	min-height: 100%;
}
.top-mv.is-none {
	opacity: 0;
}
.sp-header.is-none  {
	display: none;
	opacity: 0;
	transition: all 1s;
}
/*メインビジュアル_SP*/
.js_mv_slider{
	display: none;
}
.js_mv_slider.slick-initialized{
	display: block;
	opacity: 1;
}
.mv {
    position: relative;
    width: 100%;
}
.top-mv__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.top-mv__img.mv-img01 {
  background-image: url("../img/top/top__mv-img01-sp.jpg");
	background-position: top center;
}
.top-mv__img.mv-img02 {
  background-image: url("../img/top/top__mv-img02.jpg");
}
.top-mv__img.mv-img03 {
  background-image: url("../img/top/top__mv-img03.jpg");
	background-position: left;
}
.top-mv__img.mv-img04 {
  background-image: url("../img/top/top__mv-img04.svg");
	background-position: bottom center;
}
.top-mv__inner {
    position: relative;
    padding-top: 66.6%;
}
.top-mv_lead_ttl {
    font-size: 15px;
}
.top-mv_ttl {
    position: absolute;
    bottom: 85px;
    width: 100%;
}
.mv-img02 .top-mv_ttl {
    top: 50%;
    font-size: 28px;
    font-weight: 600;
	text-shadow: 0px 2px 2px black;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.mv-img03 .top-mv_ttl {
    top: 22px;
	right: 0;
    font-size: 20px;
    font-weight: 600;
	text-shadow: 0px 2px 2px black;
	line-height: 1.4;
	width: auto;
}
.mv-img01 .top-mv_ttl {
    bottom: 35px;
	left: 18px;
    font-size: 20px;
    font-weight: 600;
	text-shadow: 0px 2px 2px black;
	line-height: 1.4;
	width: auto;
}
.mv-img02 .top-mv_info_box {
    text-align: center;
}
/*.mv-img02 .top-mv_ttl {
    max-width: 65%;
}*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-list.draggable {
    z-index: -1;
}
.top-mv_info_box {
    color: #fff;
}
.top-mv_info_ttl {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: 2px;
}
.top-mv .slick-dots {
	bottom: 10px;
}
.slick-dots li button:before {
	content: "";
	opacity: 1;
}
.slick-dots li.slick-active button:before {
    background-color: #D4180D;
	border-radius: 50%;
	border: 1px solid #D4180D;
	opacity: 1;
	width: 13px;
	height: 13px;
}
.slick-dots li button:before {
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #000;
	opacity: 1;
	width: 13px;
	height: 13px;
}
.scroll-arrow {
    position: absolute;
    font-size: 16px;
    bottom: 15px;
	margin: auto;
	left: 50%;
	transform: translate(-50%, 76px);
}
.scroll-arrow::after {
	display: block;
    content: "";
    position: absolute;
    border-right: 1px solid;
    border-bottom: 1px solid;
    left: -5px;
    right: 10px;
    top: -90px;
    margin: auto;
    width: 10px;
    height: 60px;
    bottom: 20px;
    transform: skew(30deg) rotate(30deg);
}

/* メインコンテンツ */
.top_sect, .top__content-detail-ttl-area, .top__detail-txt-area, .top__content-area {
    padding: 0 20px;
}
.top__topics {
    margin-top: 100px;
	margin-bottom: 41px;
}
.ttl_line {
	max-width: 50px;
    position: relative;
    display: block;
    margin: 9px auto 0;
	padding: 2px;
}
.ttl_line::before {
	position: absolute;
    content: "";
    display: block;
    height: 100%;
    background-color: #124F95;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.top__topcs-list {
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.5;
}
.top__topcs-list>dt {
    margin-right: 28px;
}
.top__topcs-list:first-child {
	margin-top: 0;
}
.top__topics-list-area {
    margin-bottom: 27px;
}

.top__mission-ttl {
	position: relative;
	margin: 0 0 31px;
    width: 100%;
	max-width: 100%;
	display: flex;
    align-items: flex-end;
}
.top__mission-ttl::after {
    display: block;
    content: "";
    border-bottom: 1px solid #124F95;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: -20px;
}
.top__mission-ttl span {
    font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    margin-left: 10px;
	color: #808080;
	margin-bottom: 5px;
}
.top__mission-list {
  display: flex;
	margin-bottom: 30px;
}
.mission-list-no {
    margin-right: 9px;
	max-width: 25px;
	width: 100%;
	min-width: 25px;
	height: 23px;
}
.cmn-txt {
	line-height: 1.4;
	font-size: 16px;
}
.top__img-area {
    display: inline-block;
    background: url("../img/top/top__img01.jpg");
    width: 174px;
    height: 174px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
	border: 3px solid #fff;
	clear: both;
	float: right;
	shape-outside: margin-box;
	position: relative;
	z-index: 2;
}
.top__mission-txt {
  background-color: #124F95;
  color: #fff;
  /* padding: 25px 10vw 25px 25px; */
	padding: 25px 20px 25px 20px;
	margin-top: 35px;
	width: 100%;
	max-width: calc(100% - 8vw);
	position: relative;
	left: -20px;
}
.top__mission-txt span {
	font-weight: bold;
	font-size: 130%;
}
.top__mission_inner {
	position: relative;
}
.top__mission_inner::before {
	display: block;
	content: "";
	height: 16vw;
	float: right;
}
.top__content {
    background-color: #E7EDF4;
}
.top__mission-ttl img {
    width: 39%;
	max-width: 109px;
}
.top__mission-list-03 .mission-list-no {
    float: left;
}
.mission-txt-03 p {
    padding-left: 37px;
}
.top__mission {
    margin-bottom: 35px;
	overflow: hidden;
}
/*top__content_SP*/
.top__content-ttl {
	padding: 38px 0;
	text-align: center;
	font-size: 64px;
	font-weight: bolder;
	color: #124F95;
	letter-spacing: -3px;
	font-style: italic;
}
.top__content-ttl>p {
	font-size: 30px;
	font-weight: 500;
	color: #666;
}
.top__content-link-area {
	width: 100%;
    display: flex;
    justify-content: center;
	padding: 0 10px;
}
.top__content-link__box {

	width: calc((99% - 10px) / 3);
    text-align: center;
	position: relative;
	margin-right: 5px;
}
.top__content-link:last-of-type {
	margin-right: 0;
}
.top__content-link__box >a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top__content-link__box_inner {
	border: 3px solid #B7CADF;
	border-radius: 50%;
	width: 100%;
	max-width: 114px;
	min-width: 114px;
	height: 114px;
	overflow: hidden;
	position: relative;
}
.top__content-link__box_inner::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top__content-link01  .top__content-link__box_inner::before {
    background-image: url(../img/top/top__img02.jpg);
}
.top__content-link02  .top__content-link__box_inner::before {
    background-image: url(../img/top/top__img03.jpg);
}
.top__content-link03  .top__content-link__box_inner::before {
    background-image: url(../img/top/top__img04.jpg);
}
.top__content-txt {
	padding: 30px 2px;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    text-shadow: 0px 2px 2px black;
	line-height: 1.2;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
}
.detail-arrow {
    position: absolute;
    font-size: 13px;
    top: 11.5em;
    left: 0;
    right: 0;
	margin: auto;
	text-align: center;
	z-index: 3;
}
.detail-arrow::after {
	display: block;
	content: "";
	position: absolute;
	border-right: 1px solid;
	border-bottom: 1px solid;
	left: 0;
	right: 5px;
	top: -60px;
	margin: auto;
	width: 10px;
	height: 45px;
	bottom: 20px;
    transform: skew(30deg) rotate(30deg);
}
.top__content-link03 {
    margin-bottom: 100px;
}
.top__content-sub-txt {
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}
.top__content-detail-ttl {
    font-size: 39px;
    color: #124F95;
    margin-bottom: 10px;
	margin-top: 22px;
	line-height: 1.2;
}
#top__content-box03 .top__content-detail-ttl {
    font-size: 34px;
	margin-top: 27px;
}
.top__content-detail-sub-ttl {
    margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.4;
	color: #666666;
}
.top__content-detail-img-area {
    overflow: hidden;
    position: relative;
    height: 422px;
	margin-bottom: 15px;
}
.top__content-detail-radius {
	display: inline-block;
    width: 422px;
    height: 422px;
    border-radius: 50%;
    border: 3px solid #B7CADF;
    position: absolute;
    top: 0;
    left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.top__content-detail-img01 {
    background: url(../img/top/top__img02.jpg);
    background-position: 40% 0;
    background-size: cover;
}
.top__content-detail-img02 {
    background: url(../img/top/top__img03.jpg);
    background-position: 50% 0;
    background-size: cover;
}
.top__detail-txt-area h4 {
    font-size: 25px;
    color: #124F95;
    margin-bottom: 15px;
}
.top__detail-txt-area p {
    margin-bottom: 15px;
}
.top__detail-link {
    text-align: right;
    margin-top: 20px;
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 26px;
}
.border-none {
	border: none;
}
.top__detail-link a {
    padding-right: 16px;
}
.top__detail-link span:first-child {
    display: inline-block;
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    right: 7px;
}
.top__detail-link span:last-child {
    display: inline-block;
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    right: 3px;
}
@media screen and (min-width:768px) {
.top__content-link__box >a {
    min-width: 243px;
    max-width: 243px;
    height: 243px;
}
	.top_video_box {
		height: 15vw;
	}
	.top__content-link-area {
		max-width: 1000px;
		margin: 0 auto;
	}
	.top__content-link__box {
		width: calc((99% - 20px) / 3);
		margin-right: 10px;
	}
	.top__content-link__box_inner {
		min-width: 243px;
		max-width: 243px;
		height: 243px;
	}
	.top__content-txt {
		padding: 30px 2px;
		font-size: 25px;
	}
	.detail-arrow {
		position: absolute;
		font-size: 13px;
		top: 23.5em;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.detail-arrow::after {
		top: -120px;
		height: 90px;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	/*  TABのみ */
	.top_video_box {
		width: 100%;
		opacity: 1;
		height: 30vw;
	}
	.top_video {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: auto;
		width: auto;
		z-index: 100;
		overflow: hidden;
	}
	.top_video video {
		width: 100%;
		min-height: 100%;
	}
	.top-mv.is-none {
		margin-top: 0 !important;
		opacity: 0;
		height: 0;
	}
	.top-mv.is-none>ul li {
		height: 0;
	}
	.pc-header.is-none  {
		box-shadow: none;
		z-index: 150;
		position: relative;
	}
	.pc-header.is-none .header__nav-list >li {
		background-color: transparent;
		border-color: #fff;
	}
	.pc-header.is-none .header__nav-list >li a,
	.pc-header.is-none .header__lang-area>a {
		color: #fff;
	}
	.pc-header.is-none .header_sub_list-pc>li a {
		color: #000;
	}
	.mv-img02 .top-mv_ttl {
		font-size: 50px;
	}
	.mv-img03 .top-mv_ttl {
		top: 50px;
		right: 0;
		font-size: 40px;
	}
	.mv-img01 .top-mv_ttl {
		bottom: 40px;
		left: 25px;
		font-size: 40px;
	}
	.top__content-detail .top__detail-txt-area {
		text-align: center;
	}
	.top__detail-txt-area h4, .top__detail-txt-area p {
		text-align: left;
	}
	.header__lang-area>a:first-child {
		float: none;
	}
	.header__lang-area>a:last-child {
		float: none;
		margin-right: 0;
	}

}
@media screen and (min-width:1025px) {
	.top__content-link__box >a {
    min-width: 283px;
    max-width: 283px;
    height: 283px;
}
	/*メインビジュアル_PC*/
	.mv {
		margin-top: 0!important;
	}
	/*video_SP*/
	.top_video_box {
		width: 100%;
		opacity: 1;
		height: 41vw;
	}
	.top_video {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: auto;
		width: auto;
		z-index: 100;
		overflow: hidden;
	}
	.top_video video {
		width: 100%;
		min-height: 100%;
	}
	.top-mv.is-none {
		margin-top: 0 !important;
		opacity: 0;
		height: 0;
	}
	.top-mv.is-none>ul li {
		height: 0;
	}
	.pc-header.is-none  {
		box-shadow: none;
		z-index: 150;
		position: relative;
	}
	.pc-header.is-none .header__nav-list >li {
		background-color: transparent;
		border-color: #fff;
	}
	.pc-header.is-none .header__nav-list >li a,
	.pc-header.is-none .header__lang-area>a {
		color: #fff;
	}
	.pc-header.is-none .header_sub_list-pc>li a {
		color: #000;
	}
	.pc-header.is-none .header__nav-list .header__nav-txt:hover {
		color: #124F95;
		font-weight: 600;
	}
	.pc-header.is-none .header__lang-area>a:hover,
	.pc-header.is-none .header_sub_list-pc>li a:hover {
		color: #124F95;
	}
	/*.mv {
		margin-top: 0!important;
	}*/
	.top-mv__img {
		height: 750px;
	}
	.top-mv__inner {
		position: relative;
		height: 100%;
		padding: 0;
	}
	.mv-img02 .top-mv_ttl {
		font-size: 80px;
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
	}
	.mv-img03 .top-mv_ttl {
		top: 7%;
		font-size: 60px;
		right: 4vw;
	}
	.top-mv__img.mv-img01 {
		background-image: url("../img/top/top__mv-img01-pc.jpg");
	}
	.mv-img01 .top-mv_ttl {
		bottom: 13%;
		font-size: 60px;
		left: 4vw;
	}
	.top-mv .slick-dots {
		bottom: 30px;
	}
	.scroll-arrow::after {
		height: 81px;
	}
	/*メインコンテンツ_PC*/
	.top_sect, .top__content-detail-ttl-area, .top__detail-txt-area, .top__content-area {
		width: 1000px;
		margin: 0 auto;
		padding: 0;
	}
	#topics {
		margin-top: 136px;
		padding: 0 170px;
		margin-bottom: 70px;
	}
	.cmn-txt {
		font-size: 14px;
	}
	.top__topics-list-area {
		margin-bottom: 32px;
	}
	.top__topcs-list>dd a:hover {
		color: #124F95;
	}

	.top__mission-ttl span {
		font-size: 20px;
	}
	.top__mission {
		overflow: visible;
		margin-bottom: 75px;
		position: relative;
		width: 100%;
	}
	.top__mission-ttl::after {
		top: 40px;
		width: 50%;
		left: auto;
		height: 1px;
		right: 0;
	}
	.top__mission-ttl {
		position: static;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 26px;
		border-bottom: 1px solid #124F95;
		font-size: 40px;
	}
	.top__mission-ttl img {
		width: 100%;
		max-width: 146px;
	}
	.top__mission-list-area-wrap {
		width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	.top__mission-list dd {
		width: 623px;
		font-size: 18px;
	}
	.mission-list-no {
		max-width: 30px;
	}
	.top__img-area {
		width: 317px;
		height: 317px;
		border: 6px solid #fff;
		float: none;
		shape-outside: margin-box;
		position: absolute;
		margin-right: 0;
		bottom: -75px;
		right: 0;
	}
	.top__mission-txt {
		margin: 30px auto 0;
		padding: 20px 17px;
		max-width: 1000px;
		position: static;
	}
	.top__mission-txt::before {
		display: block;
		content: "";
		background-color: #124F95;
		position: absolute;
		height: 104px;
		width: 50%;
		bottom: 0;
		left: 0;
	}
	.top__mission-txt p {
		margin: 0 auto;
		font-size: 20px;
		width: 1000px;
		line-height: 1.4;
		position: relative;
	}
	/*top__content_PC*/
	.top__content-ttl {
    	margin: 0px auto;
		padding-top: 77px;
		font-size: 133px;
		text-align: right;
		max-width: 1000px;
	}
	.top__content-ttl>p {
		font-size: 50px;
	}
	.top__content-txt {
		font-size: 30px;
	}
	.top__content-link__box_inner {
		min-width: 283px;
		max-width: 283px;
		height: 283px;
		transition: all ease-in-out .3s;
	}
	.detail-arrow {
		top: 21.5em;
		font-size: 16px;
	}
	.detail-arrow::after {
		top: -90px;
	}
	.top__content-link03 .top__content-txt {
		width: 100%;
	}
	.top__content-link01 {
		margin-top: -97px;
		margin-right: 78px;
	}
	.top__content-link03 {
		margin-top: 97px;
		margin-left: 78px;
	}
	.top__content-sub-txt>p {
		width: 732px;
		font-size: 20px;
	}
	.top__content-sub-txt {
		padding-bottom: 96px;
	}
	#top__content-box01 {
		margin-top: 85px;
	}
	#top__content-box02, #top__content-box03 {
		margin-top: 107px;
	}
	.top__content-detail-ttl {
		font-size: 75px;
	}
	.top__content-detail-sub-ttl {
		font-size: 26px;
		margin-top: 15px;
	}
	#top__content-box01 .top__detail-txt-area {
		width: 450px;
    	margin: 115px 0 0 50px;
	}
	.top__detail-txt-area h4 {
		font-size: 28px;
		margin-bottom: 21px;
	}
	.top__detail-txt-area p {
		margin-bottom: 51px;
		font-size: 20px;
	}
	.top__detail-link {
		margin-top: 60px;
		border-bottom: none;
		padding-bottom: 0;
	}
	.top__detail-link a {
		font-size: 20px;
	}
	.top__detail-link span:first-child, .top__detail-link span:last-child {
		width: 10px;
		height: 10px;
		top: 10px;
	}
	.top__detail-link>a:hover {
		color: #124F95;
	}
	.top__content-link__box >a,
	.detail-arrow,
	.detail-arrow::after {
		opacity: 1;
		transition: all ease-in-out .7s;
	}
	.top__content-link__box_inner::before {
		transition: all ease-in-out .7s;
	}
	.top__content-link__box >a:hover .top__content-link__box_inner::before {
		transform: scale(1.1);
	}
	.top__content-link__box >a:hover .detail-arrow {
		transition: all ease-in-out .7s;
		top: 22em;
	}
	.top__content-link__box >a:hover .detail-arrow::after {
		transition: all ease-in-out .7s;
	}
	#top__content-box02 .top__content-detail-ttl, #top__content-box03 .top__content-detail-ttl {
		border-top: 1px solid #000;
		padding-top: 85px;
	}
	#top__content-box02 .top__detail-txt-area {
		width: 450px;
    	margin: 77px 50px 0 0;
	}
	#top__content-box03 .top__detail-txt-area {
		display: flex;
		margin-top: 65px;
	}
	#top__content-box03 img {
		width: 40%;
		min-width: 400px;
	}
	.top__detail-txt-area_pc-left {
		margin-right: 40px;
		display: flex;
  	flex-wrap: wrap;
		flex-direction: column;
	}
	.top__content-detail {
		padding-bottom: 83px;
		overflow: hidden;
	}
	.top__content-detail-area {
		display: flex;
		flex-flow: wrap;
		margin: 0px auto;
		width: 1000px;
	}
	#top__content-box01 .top__content-detail-img-area {
		height: 760px;
		width: 760px;
		margin-left: -260px;
		margin-top: 35px;
	}
	.top__content-detail-radius {
		width: 760px;
    	height: 760px;
	}
	#top__content-box02 .top__content-detail-img-area {
		height: 760px;
		width: 760px;
		margin-right: -260px;
	}
	#top__content-box03 .top__content-detail-ttl {
		font-size: 58px;
		padding-top: 60px;
	}

}

@media screen and (max-width:359px) {
	.top__content-txt {
		font-size: 16px;
	}
	.top__content-txt {
		width: 63px;
	}
	.detail-arrow {
		top: 11em;
	}
	.sp-bk {
		display: none;
	}
	.top__mission_inner::before {
		height: 29vw;
	}
	.top__content-link__box >a {
		max-width: 100px;
		min-width: 100px;
		height: 100px;
	}
}
