@charset "utf-8";

#mv {
  height: 100vh;
  position: relative;
}
#theme {
  position: absolute;
  bottom: 130px;
  left: 3vw;
  z-index: 10;
}
#theme h2 {
  font-size: clamp(4rem, 3.8vw + 0.3rem, 5.5rem);
  font-weight: 500;
  font-family: var(--ttl-font);  
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
  color: #fff;
}
#theme p {
  margin-top: 15px;
  font-size: clamp(2rem, 1.8vw + 0.3rem, 2.5rem);
  font-weight: 500;
  font-family: var(--ttl-font);
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
  color: #fff;
}
@media screen and (max-width:1000px){
  #mv {
    height: 60vw;
  }
  #theme {
    position: absolute;
    bottom: 50px;
    left: 30px;
  }
  #theme h2 {
    font-size: clamp(3rem, 6vw + 0.3rem, 5.5rem);
    line-height: 1.2;
  }
  #theme p {
    margin-top: 10px;
    font-size: clamp(1.8rem, 3vw + 0.3rem, 3rem);
  }
}

/***** ボタン *****/
.more_btn a {
  padding: 10px 45px 10px 30px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: var(--ttl-font);
  text-decoration: none;
  border-radius: 100px;
  position: relative;
  transition: 0.5s;
}
.more_btn a::after {
  content: "+";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}
.more_btn1 a {
  color: #000;
  background: #fff;
}
.more_btn1 a:hover {
  background: #f3f3f3;
}
.more_btn2 a {
  color: #fff;
  background: var(--sub-color1);
}
.more_btn2 a:hover {
  color: #000;
  background: #fff;
}

/***** swiper *****/
#swiper-slide01 {
	background: url("../images/top/slide_img_01.jpg") 50% 50% no-repeat;
	background-size: cover;
}

#swiper-slide02 {
	background: url("../images/top/slide_img_02.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.swiper {
  width: 100%!important;
	height: 100vh;
  margin: 0!important;
  position: relative!important;
}
.swiper-wrapper {
}
.swiper .swiper-slide {
  width: 100%;	
  height: 100%;
  text-align: center;
}
.swiper .swiper-slide img {
	width: 100%;
}
:root {
  --swiper-theme-color: var(--base-color)!important;
}
.swiper_scroll {
	/*max-width: 1500px;
    max-width: 1100px;*/
	padding-top: 30px!important;
}
.swiper_scroll .swiper-slide {
    width: 280px;
    margin-right: 25px;
}
.swiper_scroll .swiper-slide:nth-last-child(1) {
    margin-right: 0;
}
.swiper-pagination {
	margin: 0 auto!important;
	text-align: left!important;
	left: 3vw!important;
	bottom: 50px!important;
}
.swiper-pagination-bullet {
	width: 100px!important;
	height: 4px!important;
	background: var(--hover-color1)!important;
	opacity: 1!important;
	border-radius: 0!important;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-right: 20px!important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color))!important;
}
.swiper-container-free-mode > .swiper-wrapper{-webkit-transition-timing-function:linear!important; -o-transition-timing-function:linear!important; transition-timing-function:linear!important; }
.swiper_scroll .swiper-scrollbar{
	background-color: rgba(255,255,255,0.8)!important;
	bottom: 0px!important;
	width: 100%!important;
	right: 0!important;
	left: auto!important;
	border-radius:0;
	width: 87%;
/*	max-width: 1100px;*/
}
.swiper_scroll .swiper-scrollbar-drag{
	background-color: var(--color-gr)!important;
}
.swiper-parent{
	position: relative;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	bottom: 0px;
	top: auto!important;
}
.swiper-horizontal > .swiper-scrollbar {
    background-color: #eee!important;
}
/*スライダーのやじるし調整*/
.swiper-button-next, .swiper-button-prev{
	top: 30px!important;
	left: auto!important;
	right: 0!important;
}
/*ボタンのポジションの調整*/
.swiper-button-next{
	right: 0!important;
}
.swiper-button-prev{
	right: 55px!important;
}
/*ボタンの色の調整*/
.swiper-button-next, .swiper-button-prev{
	border:solid rgba(89,194,252,1) 2px;
	padding: 3px 20px;
	transition-duration: 200ms;
	color: rgba(89,194,252,1);
}

/*端っこのコンテンツに到達したときのボタンの挙動*/
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1!important;
	border: 2px solid #ccc;
	color: #ccc;
}
.swiper-button-next.swiper-button-disabled:after, .swiper-button-prev.swiper-button-disabled:after{
	color: #ccc;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 2rem!important;
	color: rgba(89,194,252,1);
}
@media screen and (max-width:1000px){
.swiper {
  width: 100%!important;
  min-width: 100%!important;
	height: 100%;
}

.swiper-pagination {
	width: 100%!important;
	left: 0%!important;
	transform: translate(0,0)!important;
	text-align: center!important;
	bottom: 20px!important;
}

.swiper-pagination-bullet {
	width: 15%!important;
	height: 4px!important;
}
	
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px!important;
}
}

/***** faq_bnr *****/
#faq_bnr {
  width: 350px;
  padding: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.9);
  border-top-left-radius: 10px;
  z-index: 10;
}
#faq_bnr > p {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--ttl-font);
  text-align: center;
  color: var(--base-color);
}
#faq_bnr > ul {
  display: flex;
  justify-content: space-between;
}
#faq_bnr > ul li {
  width: 46%;
}
#faq_bnr > ul li a {
  padding: 20px;
  text-align: center;
  text-decoration: none;
  background: var(--base-color);
  display: block;
  border-radius: 5px;
  transition: 0.5s;
}
#faq_bnr > ul li a:hover {
  background: var(--hover-color1);
}
#faq_bnr > ul li a p {
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width:1180px) {
  #faq_bnr {
    width: 23vw;
    padding: 10px;
  }
  #faq_bnr > p {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  #faq_bnr > ul li {
    width: 48%;
  }
  #faq_bnr > ul li a {
    padding: 8px;
  }
    #faq_bnr > ul li a p {
      font-size: 1.4rem;
  }
}
@media screen and (max-width:1000px){
  #faq_bnr {
    display: none;
  }
}

/***** news *****/
#news {
  padding: 60px 3vw;
  display: flex;
}
#news > div:nth-child(1) {
  width: 30%;
}
#news > div:nth-child(1) > h2 {
  margin-bottom: 30px;
  font-size: 5.5rem;
  font-weight: 700;
  font-family: var(--ttl-font);
  line-height: 1;
  letter-spacing: 0.05em;
}
#news > div:nth-child(2) {
  flex: 1;
}
#news > div:nth-child(2) dl {
  padding: 25px 0;
  display: flex;
  align-items: center;
  border-top: #ddd 1px solid;
}
#news > div:nth-child(2) dl:last-child {
  border-bottom: #ddd 1px solid;
}
#news > div:nth-child(2) dl dt span {
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: var(--sub-color1);
}
#news > div:nth-child(2) dl dd {
  margin-left: 30px;
  flex: 1;
}
@media screen and (max-width:1000px){
  #news {
    padding: 30px 15px;
    display: block;
  }
  #news > div:nth-child(1) {
    width: 100%;
  }
  #news > div:nth-child(1) {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #news > div:nth-child(1) > h2 {
    margin-bottom: 0;
    font-size: 3.5rem;
  }
  #news > div:nth-child(2) dl {
    padding: 15px 0;
    display: block;
  }
  #news > div:nth-child(2) dl dt span {
    margin-right: 15px;
    padding: 3px 7px;
  }
  #news > div:nth-child(2) dl dd {
    margin-left: 0;
    margin-top: 10px;
  }
}

/***** pickup *****/
#pickup {
  margin-top: 70px;
  padding: 0 3vw 60px;
  background: url("../images/top/pickup_bk.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#pickup > div {
  display: flex;
  justify-content: space-between;
}
#pickup > div > div {
  width: 48%;
  margin-top: -70px;
  padding: 40px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
#pickup > div > div h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: var(--ttl-font);
  text-align: center;
  line-height: 1;
  color: var(--base-color);
}
#pickup > div > div h3 {
  margin: 20px 0 15px;
  padding: 10px;
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--ttl-font);
  text-align: center;
  line-height: 1;
  color: #fff;background: var(--base-color);
  border-radius: 5px;
}
#pickup > div > div figure {
  margin-bottom: 20px;
}
#pickup > div > div img {
  width: 100%;
}
#pickup > div > div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pickup > div > div ul li {
  width: 48.5%;
  margin-bottom: 3%;
}
#pickup > div > div ul li a {
  padding: 10px 20px 10px 10px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: var(--ttl-font);
  text-decoration: none;
  color: #000;
  background: var(--sub-color2);
  display: block;
  border-radius: 100px;
  transition: 0.5s;
  position: relative;
}
#pickup > div > div ul li a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: var(--base-color);
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
  transition: 0.2s;
}
#pickup > div > div ul li a:hover::before {
  right: 8px;
}
#pickup > div > div ul li a::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 2px solid var(--base-color);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 10px;
  box-sizing: border-box;
  transition: 0.2s;
}
#pickup > div > div ul li a:hover::after {
  right: 8px;
}
#pickup > div > div ul li a:hover {
  background: #f5f5f5;
}
#pickup > div > div dl {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
#pickup > div > div dl dt {
  width: 5em;
  margin-right: 10px;
  padding: 3px 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: var(--base-color);
  border: var(--base-color) 1px solid;
}
#pickup > div > div dl dd {
  font-size: 1.4rem;
  flex: 1;
}
#pickup > div > div dl dd strong {
  font-size: 1.8rem;
}
@media screen and (max-width:1000px){
  #pickup {
    margin-top: 30px;
    padding: 30px 15px;
    background: url("../images/top/pickup_bk.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  #pickup > div {
    display: block;
  }
  #pickup > div > div {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 30px 15px;
    background: #fff;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
  }
  #pickup > div > div h2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  #pickup > div > div h3 {
    margin: 20px 0 10px;
    padding: 7px;
    font-size: 1.7rem;
  }
  #pickup > div > div figure {
    margin-bottom: 15px;
  }
  #pickup > div > div ul {
    display: block;
  }
  #pickup > div > div ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #pickup > div > div dl {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  #pickup > div > div dl dt {
    padding: 3px 0;
    font-size: 1.3rem;
  }
  #pickup > div > div dl dd {
    font-size: 1.3rem;
  }
  #pickup > div > div dl dd strong {
    font-size: 1.8rem;
  }
}

/***** features *****/
#features {
  padding: 60px 3vw;
}
#features h2 {
  margin-bottom: 50px;
  font-size: 4.2rem;
  font-weight: 700;
  font-family: var(--ttl-font);
  text-align: center;
}
#features > div {
  display: flex;
  justify-content: space-between;
}
#features > div > div {
  width: 31%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
#features > div > div > p {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: var(--ttl-font);
  line-height: 1;
  color: var(--base-color);
}
#features > div > div > figure {
  width: 50%;
  margin: 15px auto 0;
  text-align: center;
}
#features > div > div > figure img {
  width: 100%;
}
#features > div > div > dl {
  margin-top: 20px;
  text-align: center;
}
#features > div > div > dl dt {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--ttl-font);
}
@media screen and (max-width:1000px){
  #features {
    padding: 30px 15px;
  }
  #features h2 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  #features > div {
    display: block;
  }
  #features > div > div {
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
  }
  #features > div > div > p {
    font-size: 5rem;
    font-weight: 700;
    font-family: var(--ttl-font);
    line-height: 1;
    color: var(--base-color);
  }
  #features > div > div > figure {
    width: 30%;
    margin: 15px auto 0;
    text-align: center;
  }
  #features > div > div > dl {
    margin-top: 20px;
    text-align: center;
  }
  #features > div > div > dl dt {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--ttl-font);
  }
}

/***** report *****/
#report {
  margin-bottom: 60px;
  padding: 50px 15px 50px 3vw;
  background: #F5F2EA;
  display: flex;
}
#report > div:nth-child(1) {
  width: 30%;
  margin-right: 40px;
}
#report > div:nth-child(1) h2 {
  margin-bottom: 20px;
  font-size: 4.2rem;
  font-weight: 700;
  font-family: var(--ttl-font);
}
#report > div:nth-child(1) > p {
  margin-bottom: 30px;
}
#report > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
#report > div:nth-child(2) > div {
  width: 30%;
}
#report > div:nth-child(2) > div > figure {
  margin-bottom: 20px;
}
#report > div:nth-child(2) > div > figure img {
  width: 100%;
}
#report > div:nth-child(2) > div > dl dt {
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width:1000px){
  #report {
    margin-bottom: 30px;
    padding: 30px 15px;
    display: block;
  }
  #report > div:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #report > div:nth-child(1) h2 {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  #report > div:nth-child(1) > p {
    margin-bottom: 20px;
  }
  #report > div:nth-child(2) {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex: 1;
    flex-wrap: wrap;
  }
  #report > div:nth-child(2) > div {
    width: 48%;
  }
  #report > div:nth-child(2) > div:nth-child(3) {
    display: none;
  }
  #report > div:nth-child(2) > div > figure {
    margin-bottom: 15px;
  }
  #report > div:nth-child(2) > div > dl dt {
    margin-bottom: 5px;
  }
}

/***** bk_photo *****/
#bk_photo {
  height: 500px;
  background: url("../images/top/bk_photo.jpg") 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width:1000px){
  #bk_photo {
    height: 50vw;
  }
}