@charset "utf-8";

/* CSS Document */
/*準備中画面*/
div#main_content.ready {
    position: relative;
    height: 100vh;
}
div#main_content.ready figure {
    position: absolute;
    inset: 0px;
    margin: auto;
    width: 500px;
    height: 260px;
}div#main_content.ready figure img{
    max-width: 100%;
}



.mainFV {
  position: relative;
  background: url("../img/top/index_block_001_bgobj_001.png"), url("../img/top/index_block_001_bgobj_002.png"), url("../img/top/index_block_001_bg.jpg");
  background-position: right bottom, left bottom, center bottom;
  background-size: auto, auto, cover;
  top: 0;
  padding: 130px 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 1.8;
}
.sec4_cont {
  position: relative;
}
.swiper-container .swiper-slide.swiper-slide-active {
/*margin-top: -30px;*/
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.swiper-container .swiper-button-next {
  right: 24%;
	top: 0;
    bottom: 0;
    margin: auto;
}
.swiper-container .swiper-button-prev {
    left: 24%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.swiper-container .swiper-container {
  width: 100%;
  margin: 40px 0;
  padding: 50px 0;
}
.swiper-container .swiper-wrapper {
  padding: 0 0 0;
}
.swiper-container .swiper-slide {
  overflow: hidden;
transition: all 0.7s ease 0s;
/*  transform: scale(1.1);*/
}
.swiper-container .swiper-slide img {
  width: 100%;
}
.swiper-container .swiper-slide-active {
  opacity: 1;
  z-index: 1;
/*  transform: scale(1.1);*/
  /* スライドの大きさ調整 */
}
.swiper-slide p {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
	.swiper-slide p {
		margin-bottom: 10px;
	}
}

.swiper-slide h4 {
    margin: 5px 0 7px;
    padding: 0;
    color: #0088FF;
    max-width: 320px;
    line-height: 150%;
}
.News {
  width: 500px;
  margin: 0 auto 40px;
  border: 3px solid #22A4BD;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 6px rgb(0 0 0 / 20%);
}
.news_title {
  background: #22A4BD;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  color: #fff;
}
.News .txt {
  padding: 0 20px;
}
.News .txt dl {
  display: flex;
  font-size: 15px;
}
.News .txt dl dd {
  margin-inline-start: 20px;
}
section.section01 {
  padding: 30px 0 15px;
  background: url("../img/top/index_block_002_bg.jpg") center bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: -1px;
}
section.section01 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.section01 ul li {
  margin: 0;
  padding: 0;
}
section.section02 h2 {
  text-align: center;
  margin: 0 0 25px;
  font-size: 30px;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
section.section02 h2 span {
  font-size: 20px;
}
section.section02 {
  padding: 30px 0;
  background: url("../img/top/index_block_003_bg.jpg") center top;
  background-size: cover;
  position: relative;
  z-index: 1;
}
section.section02 ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.section03 {
  background: url("../img/top/common_content_bg.jpg");
  padding: 40px 0;
}
.sec3-03 ul li {
  margin-bottom: 10px;
}
.sec3-03 ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec3-tit {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.sec3-tit h2 {
  display: table-cell;
  vertical-align: middle;
}
.sec3-02 {
  margin-bottom: 20px;
}

.sec3-03 {
  margin-bottom: 15px;
}

.sec3-tit figure {

  display: table-cell;
  vertical-align: middle;
}
.link_all a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.link_all {
  background: #9BC957;
  position: relative;
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 20px 30px 0;
}
.sec4_cont-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.sec4_cont-head h3 {
  margin: 0;
  padding: 15px 15px 0;
}
.sec4_cont {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 5px 6px rgb(0 0 0 / 20%);
}
.link_all:before {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.swiper-slide figure {
  margin: 0;
  padding: 0;
}
.swiper-slide figure img {
    width: 100%;
	height: 230px;
	object-fit: cover;
	border: 1px solid #EEE;
}
.swiper-slide.swiper-slide-prev {
/*  padding:10px;*/
}
.swiper-slide {
  margin: 30px 0;
}
.sec4-Box {
  margin-bottom: 40px;
}
.sec3-05 img {
  box-shadow: 0px 5px 6px rgb(0 0 0 / 20%);
}
.sec3-05 {
  text-align: center;
}
@media screen and (max-width: 768px) {
/*	準備中画面*/
	div#main_content.ready figure {
    position: absolute;
    inset: 0px;
    margin: auto;
    width: 100%;
    height: 260px;
}
  .swiper-container .swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1);
  }
  .swiper-container .swiper-slide.swiper-slide-active {
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
.swiper-slide.swiper-slide-prev {
    padding: 0;
}
  .swiper-container .swiper-wrapper {
    padding: 0;
  padding-left: 2px;
  }
  .swiper-container .swiper-button-prev {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}.swiper-container02 .swiper-slide figure {
    margin: 0;
    padding: 10px 30px;
}
  .swiper-container .swiper-button-next {
    right: 0;
	  top: 0;
    bottom: 0;
    margin: auto;
  }.swiper-container02 .swiper-slide {
    padding: 0 !important;
}
  .News {
    width: 80%;
    margin: 0 auto 40px;
    border: 3px solid #22A4BD;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 6px rgb(0 0 0 / 20%);
  }
  .mainFV {
    position: relative;
    background: url("../img/top/index_block_001_bgobj_001.png"), url("../img/top/index_block_001_bgobj_002.png"), url("../img/top/index_block_001a_bg.jpg?2021121902");
    background-position: right bottom, left bottom, center bottom;
    background-size: 40%, 40%, cover;
    top: 0;
    padding: 80px 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    line-height: 1.8;
  }
  .News .txt dl {
    display: flex;
    font-size: 9px;
  }
  .News .txt {
    padding: 0 10px;
  }
  section.section01 {
    padding: 10px;
    background: url("../img/top/index_block_002_bg.jpg") center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: -1px;
  }
  section.section02 h2 {
    text-align: center;
    margin: 0 0 25px;
    font-size: 15px;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  }
  section.section02 h2 span {
    font-size: 11px;
  }
  section.section02 {
    padding: 15px 0 0;
    background: url("../img/top/index_block_003_bg.jpg") center top;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  section.section02 h2 {
    text-align: center;
    margin: 0 0 15px;
    font-size: 15px;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  }
  section.section02 ul li {
    width: 32%;
    margin: 0;
    padding: 0;
  }
  .sec3-tit {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .sec3-tit h2 {
    display: block;
    vertical-align: middle;
    width: 85%;
    margin: 0 auto 20px;
  }
  .sec3-tit figure {
    display: block;
    vertical-align: middle;
    width: 35%;
    margin: 0 auto;
  }
  .sec3-tit p {
    font-size: 12px;
    text-align: center;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
    color: #000;
  }
  .sec3-03 ul li {
    margin-bottom: 10px;
    width: 32%;
    margin: 0;
  }
  .sec3-02 p {
    margin: 0 0 10px;
  }
  .sec4_cont-head h3 img {
    width: auto;
  }
  .swiper-slide {
    margin: 15px 0;
    text-align: center;
  }.swiper-slide h4 {
    max-width: 100%;
    padding: 0 30px;
}
  .sec4_cont {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 5px 6px rgb(0 0 0 / 20%);
    overflow: hidden;
    padding-bottom: 0;
  }
  .link_allsp {
    text-align: center;
  }
.link_allsp a {
    background: #9BC957;
    color: #fff;
    font-size: 13px;
    padding: 15px 30px;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
	font-weight: bold;
}
  .sec4-Box {
    margin-bottom: 40px;
    padding: 0;
  }
  .sec3-05 {
    text-align: center;
    padding: 0 30px;
  }
}