@charset "utf-8";
/* ==========================================================================
	MAIN
	========================================================================== */
.mainimage {
  display: flex;
  align-items: center;
  position: relative;
  background: url("../images/index-images/mv-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 770px;
  z-index: 10;
}
.catch {
  width: 1150px;
  margin: 0 auto;
}
.catch01 {
  color: #fff;
  font-family: var(--font01);
  font-size: 4.4rem;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin-bottom: 1em;
}
.catch01 span{
  display: block;
  font-size: 5.5rem;
  padding: 0.6em 0;
}
.catch02 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.catch02 ul li{
  width: 220px;
  margin-right: 20px;
}
/* ==========================================================================
	CONTENTS
	========================================================================== */
/*TOP*/
.news{
  position: relative;
  overflow: visible;
  top: -70px;
  z-index: 100;
  margin-bottom: 0;
}
.news .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 970px;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 auto;
}
.news .box01{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26%;
  background-color: var(--color01);
  padding: 15px 0;
}
.news .box02{
  display: flex;
  align-items: center;
  width: 74%;
  background-color: var(--color03);
  padding: 30px 0;
}
.news .box01 h2 {
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 3.3rem);
  text-align: center;
  margin-bottom: 0;
}
.news .box01 h2 span {
  display: block;
  color: var(--color02);
  font-size: 50%;
}
.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: 30%;
  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;
  }
}



.li-contents{
  display: flex;
  flex-wrap: wrap;
}
.li-contents li{
  width: 25%;
}
.li-contents li a{
  display: block;
  position: relative;
  padding-top: 65%;
}
.li-contents li:nth-child(1) a{
  background: url("../images/index-images/content01.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.li-contents li:nth-child(2) a{
  background: url("../images/index-images/content02.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.li-contents li:nth-child(3) a{
  background: url("../images/index-images/content03.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.li-contents li:nth-child(4) a{
  background: url("../images/index-images/content04.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.li-contents li span {
  position: absolute;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 3.5rem);
  text-align: center;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1200px) {
.mainimage {
  height: 64.166vw;
  background: url("../images/index-images/mv-bg-sp.jpg") 100% 50% no-repeat;
  background-size: cover;
}
.catch {
  width: 90%;
  margin: 0 auto;
}
.catch01 {
  font-size: clamp(1.8rem, 3.666vw, 4.4rem);
  margin-bottom: 1em;
}
.catch01 span{
  font-size: clamp(2.4rem, 4.583vw, 5.5rem);
  padding: 0.6em 0;
}
.catch02 ul {
  width: 55%;
  max-width: 660px;
}
.catch02 ul li{
  width: 30%;
  margin-right: 3%;
}

.news .box{
  width: 90%;
  margin: 0 auto;
}

.li-contents li{
  width: 50%;
}
.li-contents li a{
  padding-top: 40%;
}


}

/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 640px) {
  /*TOP*/
.mainimage {
  height: 70vw;
  background: url("../images/index-images/mv-bg-sp.jpg") 100% 50% no-repeat;
  background-size: cover;
}
.catch02 ul {
  width: 65%;
}
.news{
  top: -20px;
  margin-bottom: 20px;
}
.news .box{
  display: block;
  width: 90%;
  border-radius: 15px;
  margin: 0 auto;
}
.news .box01{
  width: 100%;
  padding: 15px 0;
}
.news .box02{
  width: 100%;
  padding: 20px 30px;
}



.li-contents{
  display: block;
}
.li-contents li{
  width: 100%;
}
.li-contents li a{
  padding-top: 35%;
}
.li-contents li span {
  font-size: clamp(2.3rem, 4vw, 3.5rem);
}

}