@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#index {
  font-size: 1.2rem;
}

#index .indexTtl {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

#index .indexTtl em {
  font-size: 1.4rem;
  color: #7b94a6;
  font-family: gidole;
  font-style: normal;
}

#index #main {
  padding-bottom: 0;
}

#index .mainSlider {
  margin-bottom: 0;
  position: relative;
}

#index .mainSlider img{
transition:0.3s;
}

#index .mainSlider a:hover > img {
  opacity: 0.7;
}

#index button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#index .slide-dots {
  /* display: none!important;　画像が1枚の時は非表示　 */
  width: 190px;
  left: -2%;
  right: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  bottom: 20px;
  height: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
}

#index .slide-dots li {
  width: 12px;
  text-align: center;
  margin:0 4px;
}

#index .slide-dots li button {
  position: relative;
  cursor:pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 12px;
}

#index .slide-dots li button:before {
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  border: 2px solid #324257;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}

#index .slide-dots li.slick-active button:before {
  background: #324257;
}

video{
  width: 100%;
  height:100%;
  cursor:pointer;
  transition:0.3s;
}
video:hover{
  opacity:0.7;
}

#index .mainImgBoxB {
  position: relative;
}

#index .mainImgBoxB img {
  width: 100%;
}

#index .storyLink {
  font-size: 1.3rem;
  position: absolute;
  bottom: 15%;
  background: #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 203px;
  border: 1px solid #324257;
  padding: 5px 0;
  text-align: center;
  border-radius: 50px;
}

#index .storyLink:after {
  display: block;
  content: "";
  background: url("/img/index/77btn_sp.png") no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 30%;
  right: 4px;
}

#index .recTxt {
  border-top: 1px solid #46525f;
  border-bottom: 1px solid #46525f;
  padding: 1px 0;
  display: block;
  margin: 20px 0 50px;
  position: relative;
  letter-spacing: 0.05em;
}

#index .recTxt:after {
  position: absolute;
  display: block;
  content: "";
  background: url("/img/index/top_news.png") no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
  top: 30%;
  right: 5px;
}

#index .recTxt span {
  display: block;
  font-size: 1.2rem;
  background: #dce9f3;
  padding: 6px 0;
  text-align: center;
}

#index #bases {
  background: url("/img/index/sp_conts_bg.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 13px 0 0;
  margin-bottom: 50px;
}

#index #bases .conts {
  padding-top: 20px;
  display: flex;
  margin-top: 77px;
  max-width: 960px;
  width: 100%;
}
#index #bases .conts img:hover {
  opacity: 0.7;
}

#index .locationList {
  width: 310px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#index .locationList ul li {
  font-size: 1.1rem;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
  position: relative;
}

#index .locationList ul li a {
  display: block;
  vertical-align: top;
}

#index .locationList ul li a:after {
  right: 0px;
  width: 8px;
  height: 8px;
  top: 30%;
  border-top: 2px solid #64717f;
  border-right: 2px solid #64717f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
}

#index .locationList ul li.specTitle {
  font-family: gidole;
  font-size: 1.1rem;
  width: 60px;
  height: 15px;
  padding: 3px 0px 0px 10px;
  line-height: 1;
  color: #fff;
}

#index .locationList ul li.specTitle:after {
  content: '';
  vertical-align: middle;
  border-top: 15px solid #6e7b89;
  border-right: 14px solid transparent;
  position: absolute;
  right: -14px;
  top: 0;
}

#index .contsNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#index .contsNavi li {
  width: 50%;
  text-align: center;
  background: #7b94a6;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.025em;
}

#index .contsNavi li:nth-child(even) {
  border-left: 1px solid #fff;
}

#index .contsNavi li.contact {
  background: #61bdcf;
}

#index .contsNavi li a {
  display: block;
  color: #fff;
  padding: 17px 0;
}
#index .contsNavi li.icon-newtab a::after {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  background: url(../img/common/icon_newtab.png) 0 0 no-repeat;
  background-size: contain;
  vertical-align: text-top;
}

#index .indexNews {
  margin: 20px 0;
}

#index .indexNews li {
  border-bottom: 1px solid #a4abb3;
  letter-spacing: 0.05em;
}

#index .indexNews li:first-child {
  border-top: 1px solid #a4abb3;
}

#index .indexNews li a {
  display: block;
  padding: 12px 0;
}

#index .indexNews dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#index .indexNews dt {
  width: 100px;
  text-align: center;
}

#index .indexNews dd {
  margin-top: 0;
  width: 100%;
  padding-right: 25px;
  position: relative;
  margin-left: 15px;
}

#index .indexNews dd:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #64717f;
  border-right: 2px solid #64717f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  right: 5px;
  bottom: 30%;
}

#index .more {
  display: block;
  background: #7b94a6;
  color: #fff;
  width: 180px;
  margin: 0 auto 15px;
  padding: 10px 10px 10px 0;
  text-align: center;
  position: relative;
  letter-spacing: 0.05em;
}

#index .more:after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  right: 9px;
}

#index .more2 {
  display: block;
  background: #7b94a6;
  color: #fff;
  width: 180px;
  margin: 0 auto 50px;
  padding: 10px 10px 10px 0;
  text-align: center;
  position: relative;
  letter-spacing: 0.05em;
}

#index .more2:after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  right: 9px;
}

#index .bnBox {
  margin: 20px 0 50px;
}

#index .bnBox li {
  margin-bottom: 20px;
}

#index .bnBox li:last-child {
  margin-bottom: 0;
}

#index .bnBox li img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  #index {
    font-size: 1.6rem;
  }
  #index .indexwrapPc {
    width: 960px;
    margin: 0 auto;
  }
  #index .indexTtl {
    font-size: 2.4rem;
  }
  #index .indexTtl em {
    font-size: 1.6rem;
  }
  #index .mainImgBox {
    position: relative;
    width: 100%;
  }
  #index .mainImgBox .mainTtl {
    position: absolute;
    top: 11%;
    left: 65%;
  }
  #index .slide-dots li button {
    letter-spacing: 0.5em;
  }
  #index .storyLink {
    font-size: 1.6rem;
    bottom: 9%;
    width: 260px;
    padding: 7px 0;
  }
  #index .storyLink:after {
    display: block;
    content: "";
    background: url("/img/index/77btn_pc.png") no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 30%;
    right: 4px;
  }
  #index .storyLink:hover {
    opacity: 0.7;
  }
  #index #news {
    margin: 80px 0 70px;
  }
  #index .indexNews {
    margin-top: 0;
  }
  #index .indexNews dt {
    width: 200px;
    text-align: left;
    padding-left: 10px;
  }
  #index .indexNews dd {
    width: 100%;
    margin-left: 0;
  }
  #index .indexNews dd:after {
    bottom: 30%;
    right: 10px;
  }
  #index .indexNews dd:hover {
    color: #2e6194;
    text-decoration: underline;
  }
  #index .more {
		display: block;
		background: #7b94a6;
		color: #fff;
		width: 200px;
		margin: -69px 0 10px auto;
		padding: 7px 10px 7px 0;
		text-align: center;
		position: relative;
		letter-spacing: 0.05em;
		font-size: 13px;
	}
  #index .more:hover {
  	opacity:0.7;
  }
	#index .more:after {
		width: 7px;
		height: 7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		display: block;
		content: "";
		top: 40%;
		right: 9px;
	}
  
    #index .more2 {
		display: block;
		background: #7b94a6;
		color: #fff;
		width: 200px;
		margin: -60px 0 78px auto;
		padding: 7px 10px 7px 0;
		text-align: center;
		position: relative;
		letter-spacing: 0.05em;
		font-size: 13px;
	}
  #index .more2:hover {
  	opacity:0.7;
  }
	#index .more2:after {
		width: 7px;
		height: 7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		display: block;
		content: "";
		top: 40%;
		right: 9px;
	}
	/*
	#index .more {
    background: none;
    color: #46525f;
    margin: -18px 0 0 auto;
    padding: 0 0 12px 0;
    font-size: 1.2rem;
    color: #64717f;
    text-align: right;
  }
  #index .more:hover {
    color: #2e6194;
    text-decoration: underline;
  }
  #index .more:after {
    border-style: solid;
    border-left: 5px solid #64717f;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    display: block;
    content: "";
    top: 11%;
    left: 15px;
  }
	*/
	#topics,#quality,#sns {
    min-width: 960px;
    margin: 0 auto;
  }
	#index #topics .bnBox {
    max-width: 1140px;
    margin: 20px auto 50px;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
  }
  #index #quality .bnBox {
    max-width: 1140px;
    margin: 20px auto 50px;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
  }
  #index #sns .bnBox {
    margin: 70px auto;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
  }
  #index #topics .bnBox li {
    margin: 0 1% 20px;
    width: 23%;
    max-width: 260px;
  }
  #index #quality .bnBox li {
    margin: 0 0.95% 20px;
    width: 12.3%;
    max-width: 140px;
  }
  #index #sns .bnBox li {
    margin: 0 1%;
    width: 52px;
  }
  #index .bnBox li:last-child {
    margin-bottom: 0;
  }
  #index .bnBox li img {
    width: 100%;
    height: auto;
  }
  #index .bnBox li a:hover {
    opacity: 0.7;
  }
  #index #bases {
    background: none;
    padding: 30px 0 150px;
    margin: 47px auto 0;
    position: relative;
    background: url("/img/index/index_conts_bg.jpg") no-repeat center bottom;
    background-size: cover;
  }
  #index .locationList {
    width: 500px;
    height: 170px;
    margin: 0 auto 0 0;
    word-wrap: break-word;
  }
  #index .locationList:after {
    display: block;
    clear: both;
    content: "";
  }
  #index .locationList ul:first-of-type {
    width: 110px;
  }
  #index .locationList ul.last-of-type {
    width: 340px;
  }
  #index .locationList ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    margin-bottom: 25px;
    letter-spacing: 0.01em;
    position: relative;
  }
  #index .locationList ul li a:hover {
    text-decoration: underline;
    color: #2e6194;
  }
  #index .locationList ul li a:after {
    right: 0px;
    top: 30%;
    border-top: 2px solid #64717f;
    border-right: 2px solid #64717f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
  }
  #index .locationList ul li.specTitle {
    font-family: gidole;
    font-size: 1.4rem;
    width: 80px;
    height: 20px;
    padding: 3px 0px 0px 10px;
    line-height: 1;
    color: #fff;
  }
  #index .locationList ul li.specTitle:after {
    content: '';
    vertical-align: middle;
    border-top: 20px solid #6e7b89;
    border-right: 14px solid transparent;
    position: absolute;
    right: -14px;
    top: 0;
  }
  #index .locationList ul li.specTitle.nh {
    width: 90px;
    margin-right: 250px;
  }
  #index .pagetopIn {
    display: none;
    width: 70px;
    height: 70px;
    padding: 30px 0 10px;
    font-size: 1.0rem;
    text-align: center;
    background: #7b94a6;
    color: #fff;
    margin-left: auto;
    line-height: 1;
    z-index: 1000;
    position: fixed;
  }
  #index .pagetopIn:after {
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    content: "";
  }
}


@media only screen and (max-width: 768px) {
  #index #bases .conts {
    margin-top: 0;
  }
  .bnrSDGs{
    text-align: center;
    padding:0 5% 100px;
  }
  .bnrSDGs img{
    width: 100%;
  }
  .jed{
    padding: 30px 25% 100px;
    text-align: center;
    margin: 0;
  }
  .jed img{
    width: 100%;
    padding: 0;
  }
  .jed img:hover{
    opacity: 1;
  }
  #index #topics .bnBox {
    padding: 0 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index #topics .bnBox li {
    margin: 0 0 5%;
    width: 48%;
  }
  #index #quality .bnBox {
    padding: 0 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #index #quality .bnBox li {
    margin: 0 1.3% 3%;
    width: 22.4%;
  }
  #index #sns .bnBox {
    padding: 0 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 70px!important;
  }
  #index #sns .bnBox li {
    width: 10%;
    max-width: 52px;
    margin:0 10px;
  }
  #index .locationList ul:first-of-type {
    width: 75px;
    margin-right: 3%;
  }
  #index .locationList ul:last-of-type {
    width: calc(280px - 3%- 75px);
  }
  #index .locationList ul:last-of-type li a:after {
    right: -5px;
  }
  video{
    width: 100%;
    margin-top: 37%;
    cursor:default;
  }
  video:hover{
    opacity:1;
  }
  .slick-track{
    background-color: #000000;
  }
  #index .slide-dots {
    bottom: 15px;
  }
  #index .mainSlider a:hover > img {
    opacity: 1;
  }
}

.float-logo{
  position: relative;
  min-width: 960px;
  margin: 0 auto;
}
.float-logo ul{
  width: 420px;
  position: absolute;
  top: -35px;
  right: 15px;
  display:flex;
}
.float-logo ul li{
  padding:0 5px;
}
.float-logo ul li img{
  width: 100%;      
}
.float-logo ul li:nth-child(1) img{
  max-width: 326px;
}
.float-logo ul li:nth-child(2){
  padding-top: 5px;
}
.float-logo ul li:nth-child(2) img{
  max-width:269px;
}
.float-logo ul li:nth-child(3) img{
  max-width: 460px;
  padding: -1px 0 0;
}
.float-logo ul li:nth-child(4) img{
  max-width: 340px;
  padding: 2px 0 0;
}
.float-logo ul li img:hover{
  opacity: 0.7;
}
.logo-list{
  display:flex;
  justify-content:center;
  align-items: center;
  margin-bottom: 40px;
}
.logo-list li{
  padding:0 3%;
}
.logo-list li img{
  width: 100%;
}
.logo-list li:nth-child(1){
  width: 33%;
}
.logo-list li:nth-child(2){
  width: 29%;
}
.logo-list li:nth-child(3){
  width: 42.5%;
}
.logo-list li:nth-child(4){
  width: 32.5%;
}
.jed{
  margin-top: 25px;
}
.jed img{
  width: 240px;
  opacity: 1;
  padding:0 25px;
}

@media screen and (min-width: 769px){
.pc{
	display:block!important;
}
.pcImg{
	display:inline-block!important;
}
.sp{
	display:none!important;
}
.spImg{
	display:none!important;
}
}

@media screen and (max-width: 768px){
.sp{
	display:block!important;
}
.spImg{
	display:inline-block!important;
}
.pc{
	display:none!important;
}
.pcImg{
	display:none!important;
}
}

/*slick動画読み込み用CSS*/
.mainSlider li:nth-child(n+2){
    display: none;
}
.mainSlider li video{
    display: none;
}
.mainSlider.slick-initialized li:nth-child(n+2){
    display: block;
}
.mainSlider.slick-initialized video{
    display: block;
}
.mainSlider.slick-initialized .beforeInit{
    display: none;
}