@charset "utf-8";
/* ==========================================================================
	MAIN
	========================================================================== */
.mainimage {
  position: relative;
  background: url("../images/index-images/mv-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 770px;
  z-index: 10;
}
.catch {
  position: relative;
  width: 1150px;
  margin: 0 auto;
}
.catch img {
  position: absolute;
  width: 470px;
  top: 90px;
  left: 0;
}
.pop {
  position: absolute;
  width: 100%;
  max-width: 1350px;
  text-align: right;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-right: 30px;
}
.pop img{
  width: 568px;
}
.pop .sp-img{
  display: none;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */
/*TOP*/
.news {
  position: relative;
  overflow: visible;
  top: -70px;
  z-index: 100;
  margin-bottom: -70px;
}
.news .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 15px;
}
.news .box01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26%;
  background-color: var(--color03);
  padding: 30px 0;
}
.news .box02 {
  display: flex;
  align-items: center;
  width: 74%;
  background-color: var(--color05);
  padding: 30px 0;
}
.news .box01 h2 {
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 3.3rem);
  text-align: center;
  margin-bottom: 20px;
}
.news .box01 h2 span {
  display: block;
  color: var(--color04);
  font-size: 50%;
}
.news .btn {
  width: 160px;
  margin: 0 auto;
}
.news .btn a {
  display: block;
  color: var(--color02);
  font-size: 90%;
  text-align: center;
  background-color: var(--color05);
  border-radius: 80px;
  padding: 2px 0;
}
.news .btn a:hover {
  background-color: var(--color04);
}
.newsContent {
  width: 100%;
}
.newsContent dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.newsContent dl dt, .newsContent dl dd {
  padding: 6px 0;
  display: block;
  text-align: left;
}
.newsContent dl dt {
  width: 25%;
  min-width: 10em;
  padding-left: 2em;
}
.newsContent dl dd {
  position: relative;
}
.newsContent dl dd a {
  color: #313131;
}
.newsContent dl dd a:hover {
  color: var(--color01);
}
@media screen and (max-width: 640px) {
  .newsContent dl {
    display: block;
  }
  .newsContent dl dt, .newsContent dl dd {
    width: 100%;
    padding-left: 0;
  }
  .newsContent dl dt {
    padding-bottom: 5px;
  }
  .newsContent dl dd {
    padding-top: 0;
  }
  .newsContent dl dd:after {
    content: none;
  }
}
.precautions {
  width: 100%;
  max-width: 1000px;
  color: #fff;
  background-color: #57585a;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 30px 50px;
  margin: 0 auto;
}
.precautions h3 {
  width: 30%;
  margin-bottom: 0;
}
.precautions h3 i {
  color: #ffc64c;
  margin-right: 5px;
}
.precautions p {
  width: 70%;
  margin-bottom: 0;
}


/* ==========================================================================
	PC 1025px -
	========================================================================== */
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1024px) {
  .mainimage {
    height: 67vw;
    background: url("../images/index-images/mv-bg-sp.jpg") 100% 50% no-repeat;
    background-size: cover;
  }
  .catch {
    width: 90%;
    margin: 0 auto;
  }
  .catch img {
    width: 65%;
    top: 20px;
    left: 0;
  }
.pop {
  left: 50%;
  top: 5%;
  transform: translate(-50%, 0%);
   padding-right: 10px;
}
  .pop img{
  width: 18%;
}
  .pop .sp-img{
  display: inline-block;
}
  .pop .pc-img{
  display: none;
}

.news {
  top: -35px;
  margin-bottom: -35px;
}

}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 640px) {
  /*TOP*/
  .mainimage {
    height: 80vw;
    background: url("../images/index-images/mv-bg-sp.jpg") 100% 50% no-repeat;
    background-size: cover;
  }
  .catch02 ul {
    width: 65%;
  }
.pop img{
  width: 22%;
}
  .news {
    top: -20px;
    margin-bottom: -20px;
  }
  .news .box {
    display: block;
    border-radius: 15px;
    margin: 0 auto;
  }
  .news .box01 h2 {
    margin-bottom: 0;
  }
  .news .box01 {
    width: 100%;
    padding: 15px 0;
  }
  .news .box02 {
    display: block;
    width: 100%;
    padding: 20px 30px;
  }
  .newsContent {
    margin-bottom: 15px;
  }
  .precautions {
    display: block;
    padding: 30px;
  }
  .precautions h3 {
    width: 100%;
    margin-bottom: 0;
  }
  .precautions h3 i {
    color: #ffc64c;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .precautions p {
    width: 100%;
    margin-bottom: 0;
  }
  
  .bn .colum3-1{
    width: 100%;
	max-width: 260px;
    margin: 0 auto;
  }
  
}