@charset "UTF-8";
.mv_title{
height: 500px;
  width: 100%;
  height: 400px;
background-image: url(../images/mv_title_3.svg);
background-repeat: no-repeat;
background-position: center bottom;
margin-bottom: 0;
background-color: #fffae5;

}
.mv_title h1{
margin: 0 auto;
align-content: center;
text-align: center;
font-size: 2rem;
line-height: 2;
color: var(--primary);
padding-top: 100px;
}

/* CSS Document */
.mv-news {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
  height: 400px;
  background-color: #fffae5;
}

.mv-newsinfotitle {
  position: absolute;
  top: 30%;
  left: 50%;
transform: translateX(-50%);
}
.mv-newsinfotitle h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 80px;
  width: 800px;
  line-height: 75px;
  text-align: center;
  margin-top: 80px;
}
.mv-newsinfotitle h1::before {
display: none;
}
.mv-newsinfotitle h1::after {
  display: none;
  }
.section-news{
  background-color: #fff;
}
body{
  background-color: #fff;
}

/* 新着情報 */
.news {
  height: 110px;
}
section{
  margin-bottom: 80px;
}
.square-2 {
  display: block;
  width: 150px;
  height: 35px;
  background-color: #0068b7;
  margin-right: 100px;
  text-align: center;
  border-radius: 5px;
}
.square-2 a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  vertical-align: middle;
}
.news-text .detail {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 3.9px;
  max-width: 600px;
}
.news-text .detail a{
vertical-align: middle;
}

.news-detail {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}
.news-text {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.detail {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 3.9px;
  margin-right: auto;
  text-align: left;
  padding-top: 5px;
}

/* 情報ページリンク */
.news-text a {
  text-decoration: none;
}
.news-detail {
  max-width: 1000px;
  margin: 0 auto;
  vertical-align: middle;
}
.news-detail-text p span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 3.9px;
  margin-right: 100px;
  margin-left: 30px;
  text-align: left;
  padding-top: 5px;
}
.news-detail-text p {
  color: #333;
}


.date-square {
  display: block;
  width: 150px;
  height: 35px;
  background-color: #0068b7;
  /* vertical-align: middle; */
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 2.4px;
  padding-top: 6px;
  padding-left: 3px;
  border-radius: 5px;
  position: absolute;
  top: -30%;
  left: 23%;
}

.return-button {
  background-color: #0068b7;
  width: 444px;
  height: 100px;
  display: inline-block;
  border: none;
  border-radius: 10px;
  margin-bottom: 300px;
}
.return-button a {
  font-family: 'Zen Maru Gothic';
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 3px;
  padding-top: 38px;
  padding-bottom: 38px;
  display: block;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 60px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 3px;
}

.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  margin-left: 100px;
}

.click::before {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
}

.click::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #f5a21b;
  border-right: 3px solid #f5a21b;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.newsinfo-text {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 200px;
}

.newsinfo-text p {
  font-size: 1rem;
  letter-spacing: 2.7px;
  line-height: 40px;
}
.click {
  padding-left: 90px;
}


.newsinfo-text {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 200px;
  padding-top: 100px;
}
.newsinfo-text p {
  font-size: 1rem;
  letter-spacing: 2.7px;
  line-height: 40px;
}
.indent {
  padding-left: 1em;
  text-indent: -1.5em;
}
.memo-text {
  line-height: 40px;
}
/* S追記 */
ol {
  list-style: none;
}
ol li {
  font-size: 1rem;
  letter-spacing: 2.7px;
  line-height: 40px;
}
.newsinfo-title {
  display: block;
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 6.9px;
  text-align: left;
  line-height: 70px;
  padding-top: 20px;
}

.newsinfo-textarea {
  max-width: 1100px;
  padding-top: 175px;
  padding-bottom: 120px;
  margin: 0 auto;
}


@media (max-width : 768px) {
  section{
    margin-bottom: 14px;
  }

  .mv-newsinfotitle h1{
    font-size: 4rem;
    line-height: 65px;
  }

  .mv-newsinfotitle{
    top: 40%;
  }
  .newsinfo-title {
    display: block;
    font-size: 3.0rem;
    font-weight: 600;
    letter-spacing: 3.9px;
    text-align: left;
    line-height: 45px;
    padding-top: 50px;
  }
  .newsinfo-text {
    width: 80%;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 180px;
  }
  .newsinfo-text p {
    font-size: 1rem;
    letter-spacing: 1.7px;
    line-height: 30px;
  }
  ol li {
    font-size: 1.6rem;
    letter-spacing: 1.7px;
    line-height: 30px;
  }
  .indent {
    font-size: 1rem;
    letter-spacing: 1.7px;
    line-height: 30px;
  }

.memo-text {
  line-height: 30px;
}

}

.only_sp480{
  display: none;
}


@media (max-width : 480px) {
  /* mv */
  .mv-news {
    height: 300px;
    margin-bottom: 50px;
    background-size: 100%;
  }

  .mv-newsinfotitle h1 {
    font-size: 2.5rem;
    letter-spacing: 2px;
    line-height: 3.5rem;
    width: 100%;
    margin-bottom: 0;
}
.mv-newsinfotitle h1{
  margin-top: 0;
  width: 350px ;
  font-size: 2.2rem;
}

.mv-newsinfotitle {
  top: 50%;
  transform: translate(-50% -50%);
}

/* 規約文 */
.newsinfo-text {
  /* width: 330px; */
  max-width: 100%;
  text-align: left;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.indent{
  padding-left: 0;
}

.newsinfo-title{
  padding-top: 25px;
  
}

.memo-text{
  font-size: 1rem;
}

.mv_title h1{
  font-size: 1.2rem;
  padding-top: 100px;
}
.mv_title{
  height: 300px;
  background-position: bottom center;
margin-bottom: 0;
}
.only_sp480{
  display: block;
}
section ol{
  padding-left: 15px;
} 
}