@charset "UTF-8";

main {
  position: relative;
}

#mainMovie {
  position: relative;
}

#mainMovie video {
  width: 100%;
}

#mainMovie .text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* #mainImg {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
	#mainImg > div {
		width: 100%;
		box-sizing: border-box;
		position: relative;
	}
	.slick-slide {
		position: relative;
	}
	#mainImg > div img {
		width: 100%;
		max-height: 500px;
	}

	#mainImg .text {
		position: absolute;
		width: 100%;
		z-index: 2;
		height: 90%;
		font-weight: bold;
		font-size: 1.6vw;
		line-height: 1.5;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
		color: #FFF;
		padding: 40px;
		box-sizing: border-box;
		opacity: 0;
	}
	#mainImg .slick-current .text {
		opacity: 1;
	}
		#mainImg .text .type01 {
			width: 100%;
			height: 100%;
			display: flex;
			align-items: center;
			justify-content: center;

		}
		#mainImg .text .type02 {
			width: 100%;
			height: 100%;
			display: flex;
			align-content: space-between;
			flex-direction: column;
		}
		#mainImg .text .type02 p:last-child {
			margin-top: auto;
			text-align: right;
		}
		#mainImg .text .cl01 {
			color: #FFF;
		}
		#mainImg .text .cl02 {
			color: #283584;
			text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
		}
	#mainImg .slick-dots {
		display: flex;
		justify-content: center;
		margin-top: 10px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 10;
	} */
@keyframes wide-scale {
  0% {
    position: relative;
    left: -100vw;
    opacity: 0;
  }
  50% {
    position: relative;
    left: -100vw;
    opacity: 0.5;
  }
  100% {
    position: relative;
    left: 0;
    opacity: 1;
  }
}
/* #mainImg .h2box h2 {
		text-align: left;
		margin-left: 10%;
		font-size: 3em;
		letter-spacing: normal;
		font-weight: bold;
		font-family: 'M PLUS Rounded 1c', "Noto Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		overflow: hidden;
		z-index: 10;
		position: relative;
	}
		#mainImg .mainSlide h2 {
			display: none !important;
		}
		#mainImg h2 span{
			background: #FFF;
			padding: 5px 10px;
			letter-spacing: 0em;
			margin-bottom: 10px;
			opacity: 0;
		}
		#mainImg .h2box h2 span {
			animation-name: wide-scale;
			animation-duration: 1s;
			opacity: 1;
		}
		#mainImg .h2box {
			position: absolute;
			bottom: 15%;
		} */

/* @keyframes bgAnime {
  0% {background-position: 0px 0px;}
  50% {background-position: bottom right;}
	100% {background-position: 0px 0px;}
} */
/* #mainImg .slideCont.slide01 {
	background: url(../img/top/imgMain01.png) no-repeat 60% center;
	background-size: cover;
	animation: bgAnime 60s linear infinite;
}
#mainImg .slideCont.slide02 {
	background: url(../img/top/imgMain01.png) no-repeat;
	animation: bgAnime 60s linear infinite;
	background-size: cover;
}
#mainImg .slideCont.slide03 {
	background: url(../img/top/imgMain03.jpg) no-repeat;
	animation: bgAnime 60s linear infinite;
	background-size: cover;
} */
/* #mainImg .slideCont.slide04 {
	background: url(../img/top/imgMain04.jpg) no-repeat;
	animation: bgAnime 60s linear infinite;
	background-size: cover;
}
#mainImg .slideCont.slide05 {
	background: url(../img/top/imgMain05.jpg) no-repeat;
	animation: bgAnime 60s linear infinite;
	background-size: cover;
} */

/* @media all and (-ms-high-contrast: none) {
  #mainImg .slick-dots {
    left: 50%;
    right: inherit;
    margin-left: -530px;
  }
}
#mainImg .slick-dots button {
  width: 45px;
  height: 10px;
  margin: 0 1px;
  background: #ebf1f8;
  display: block;
  padding: 0;
  text-indent: -9999px;
  border: 0;
  opacity: 1;
}
#mainImg .slick-dots .slick-active button {
  background: #185aa5;
  opacity: 1;
} */

#Lead {
  position: relative;
  z-index: -1;
  padding: 40px 0 130px;
}

#Lead::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2vw;
  transform: skewY(15deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 200%;
  background: #c8c9ca;
}

#Lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 14vw;
  transform: skewY(-15deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 400%;
  background: #005b94;
}

#Lead h2 {
  margin: 0 0 20px;
  font-size: inherit;
}

#Lead p {
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.6;
}

#NEWS {
  margin-top: 70px;
}
#NEWS dl {
  max-width: 750px;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: flex-start;
}
#NEWS dl:last-child {
  margin-bottom: 0;
}
#NEWS dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Saira", "Noto Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  width: 120px;
}
#NEWS dl dt span:nth-child(1) {
  font-weight: 600;
}

#NEWS dl dt .cat {
  font-size: 0.7em;
  color: #005b94;
  border: solid 1px #005b94;
  padding: 2px 10px;
  width: 95px;
  max-width: 100%;
  text-align: center;
  margin: 0 10px;
  border-radius: 0 0 0 5px;
}
#NEWS dl dd {
  /* margin-left: 50px; */
  flex: 1;
  text-align: left;
  margin-left: 20px;
}

#odmBnr {
  padding: 100px 0 0;
  max-width: 95%;
  margin: auto;
}

#odmBnr img {
  margin: auto;
}

#sec01 {
  background: url(../img/top/bg01.svg) no-repeat left top, url(../img/top/bg02.svg) no-repeat right 52%;
  padding-top: 50px;
}
#sec01 .uNav.flex {
  flex-wrap: wrap;
  align-content: flex-start;
}
#sec01 .uNav.flex a {
  position: relative;
  width: 32%;
  margin-bottom: 100px;
}
#sec01 .uNav.flex a:hover {
  opacity: 1;
  text-decoration: none;
}
#sec01 .uNav.flex div p {
  height: 70%;
  max-height: 310px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#sec01 .uNav.flex div img {
  max-width: inherit;
}
#sec01 .uNav.flex a:hover div img {
  transform: scale3d(200%);
  transform: scale(1.3);
  transition: 0.3s;
  opacity: 1;
}

#sec01 .uNav.flex div {
  background: linear-gradient(90deg, #005b94 0%, #8edce5 100%);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 0 30px 0;
  border-radius: 0 0 0 30px;
  min-height: 440px;
  overflow: hidden;
  position: relative;
}
#sec01 .uNav.flex div dl {
  background: #fff;
  padding: 30px 35px;
  border-radius: 0 0 0 20px;
  box-sizing: border-box;
  width: 90%;
  max-width: 445px;
  margin: auto;
  margin-top: auto;
  margin-bottom: 0;
  min-height: 195px;
  z-index: 2;
}
#sec01 .uNav.flex div dl dt {
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1;
  color: #005b94;
  border-bottom: solid 1px #8098a7;
  margin-bottom: 20px;
}
#sec01 .uNav.flex div dl dd {
  font-size: 0.9em;
  text-align: left;
}

#sec01 + section table iframe {
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  #sec01 .uNav.flex a {
    width: 49%;
  }
  #sec01 {
    background: url(../img/top/bg01.svg) no-repeat right 10vw top, url(../img/top/bg02.svg) no-repeat left 10vw bottom 60px;
    padding-top: 30px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  #mainMovie .text {
    width: 90%;
  }
  /* #mainImg .text {
    padding: 25px;
    font-size: 3vw;
  } */
  #Lead {
    padding: 10vw 0 14vw;
  }
  #Lead::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7vw;
    transform: skewY(8deg);
    transform-origin: top right;
    z-index: -1;
    width: 100%;
    height: 200%;
    background: #c8c9ca;
  }
  #Lead::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4vw;
    transform: skewY(-8deg);
    transform-origin: top right;
    z-index: -1;
    width: 100%;
    height: 400%;
    background: #005b94;
  }
  #NEWS dl {
    display: block;
  }
  #NEWS dl dt {
    justify-content: flex-start;
    margin-bottom: 5px;
  }
  #NEWS dl dd {
    margin-left: 0;
  }
  #NEWS dl dt .cat {
    width: 100px;
  }
  #odmBnr {
    padding: 30px 0 0;
  }
  #sec01 .uNav.flex a {
    width: 100%;
    max-width: 500px;
    margin: 15px auto;
  }
}

@media screen and (max-width: 450px) {
}

@media screen and (min-width: 769px) {
  #___gcse_0 {
    width: 320px;
  }

  #gs_id50,
  table.gsc-search-box {
    margin-top: 0;
  }

  #___gcse_0 form.gsc-search-box,
  #___gcse_0 table.gsc-search-box {
    margin: 0;
  }

  .gsc-search-box {
    border: solid 1px #005b94;
    border-radius: 0 0 5px 0;
    height: 35px;
  }

  .gsc-input,
  .gsib_b,
  .gsc-search-button,
  .gsc-clear-button {
    padding: 0;
  }

  #gs_tti50 {
    padding: 0;
    box-sizing: border-box;
  }

  header .gsc-search-box #gsc-iw-id1 {
    width: 16rem;
  }

  #___gcse_0 #gs_tti50 input {
    margin-left: 2px;
    box-sizing: border-box;
  }

  #___gcse_0 .gsc-search-button {
    background: url(../img/icoSearch.svg) no-repeat center center;
    width: 40px;
    height: 30px;
  }

  #___gcse_0 .gsc-search-button svg {
    display: none;
  }

  #___gcse_0 table.gsc-search-box td.gsc-input {
    padding-right: 0;
  }

  #gs_cb50 {
    text-indent: -9999px;
  }

  .gsc-search-box td,
  .gsc-search-box th,
  .gsc-above-wrapper-area td,
  .gsc-above-wrapper-area th {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  #___gcse_1 {
    margin: 15px auto 0 auto;
    background: #ffffff;
  }

  #___gcse_1 table.gsc-search-box,
  #gs_id51 {
    margin: 0;
  }

  #___gcse_1 table.gsc-search-box td,
  #gs_id51 td {
    display: table-cell;
    border: none;
  }

  #___gcse_1 table.gsc-search-box td.gsc-input {
    padding: 0;
  }

  #___gcse_1 .gsc-input-box {
    border: none;
  }

  #___gcse_1 .gsc-search-button {
    background: url(../img/icoSearch.svg) no-repeat center center;
    width: 40px;
    height: 30px;
  }

  #___gcse_1 .gsc-search-button svg {
    display: none;
  }

  #___gcse_1 .gsc-search-box td.gsc-clear-button {
    display: none;
  }
}
