@charset "UTF-8";

/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
  font-size: 1.8rem;
}

.kosugi-maru-regular {
  font-family: "Kosugi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal; 
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}



.sp480 {
  display: none;
}

.img-pc {
  height: 602px;
}

.mv_img_sp {
  display: none;
}


main {
  max-width: 1100px;
  margin: 0 auto;
  /* margin-top: 100px; */
  /* margin-bottom: 200px; */
}


/* ボタン */
.link_button_area {
  max-width: 1000px;
  text-align: center;
  margin: 80px auto;
}

.link_button {
  display: inline-block;
  max-width: calc(100% - 30%);
  height: 120px;
  padding: 0 40px;
  margin: 0 30px;
  background-color: #ed6d1f;
  color: #fff;
  align-content: center;
  font-weight: bold;
  font-size: 36px;
  border: #ed6d1f solid 3px;
  border-radius: 20px;
}

.link_button:hover {
  display: inline-block;
  max-width: calc(100% - 30%);
  height: 120px;
  padding: 0 40px;
  margin: 0 30px;
  background-color: #ff7828;
  color: #fff;
  align-content: center;
  font-weight: bold;
  font-size: 36px;
  border: #ff7828 solid 3px;
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(224, 119, 068, 0.3);
  transition: 0.2s linear;
}


/* 見出し部分 */
.mv_news{
  width: 100%;
    margin-bottom: 100px;
    height: 350px;
    background-image: url(../img/news_mv_bg.png);
background-repeat: no-repeat;
background-position: center;
}
.mv_news{
  height: 400px;
}


.mv_newstitle{
  padding-top: 18rem;
  width: 900px;
  margin: 0 auto;
}

.date-square {
  display: block;
  width: 200px;
  height: 35px;
  background-color: #18983f;
  align-content: center;
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 2.4px;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 20px;
}

.mv_newstitle h2 {
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 3.2rem;
  font-weight: 600;
margin: 20px auto;
  text-align: center;
  color: #333;
  padding: 20px;
  max-width: calc(100% - 60%);
  border-radius: 100px;
  display: grid;
  align-content: center;
  height: 45px;
  position: relative;
  margin-bottom: 50px;
}
.mv_newstitle h2::after {
  position: absolute;
  content: "";
  background-image: url(../img/dotted_line3.png);
  background-repeat: no-repeat;
  width: 173px;
  height: 7px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}


/*-------------------------
news
-------------------------*/
.only-sp {
  display: none;
}

.news-catch a.only-pc .only-pc {
  display: block;
}

.section_news {
  margin: 100px auto;
  width: 100%;
  max-width: 1000px;
}

.top-news-area {
  align-items: end;
}

h2.news-title {
  background-image: none;
  font-size: 3.2rem;
  margin-bottom: 20px;
  padding: 0;
}

.news-catch a.only-pc {
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 34px;
  background-color: #18983f;
  color: #fff;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  align-content: center;
  position: relative;
}

.news-catch {
  text-align: center;
  margin-top: 50px;
}

.news-list {
  font-size: 2rem;
}

.news-list a div {
  display: flex;
  border-bottom: 2px dotted #aeaeae;
  padding-left: 10rem;
  padding-bottom: 4rem;
  margin-bottom: 40px;
}

.news-list a div.news-last {
  margin-bottom: 0;
}

.news-list a div dt {
  font-size: 1.8rem;
  color: #949494;
  margin-right: 15px;
  align-content: center;
}
.news-list a div dt::before {
content: "⚫︎";
color: #18983f;
padding-right: 10px;
}

.news-list a div dd {
  font-weight: bold;
  color: #333;
}

.news-list a div:hover dd {
  color: #009944;
}

.news-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform-origin: 0 0;
  left: 0;
  top: 0;
}

.news-arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform-origin: 0 0;
  left: 0;
  top: 0;
}

.news-arrow::after {
  transform: rotate(-45deg);
  top: 22px;
  left: 149px;
}

.news-arrow::before {
  transform: rotate(45deg);
  top: 11px;
  left: 150px;
}

/* ホームボタン */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
.background_green_other{
padding: 2rem 0 3rem;
margin-top: 100px;
}

/* 戻るボタン */
.meeting_backbutton{
  margin: 0 auto;
  font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 3rem;
    color: #fff;
    background-color: #808080;
    max-width: 300px;
    height: 60px;
    padding: 12px 34px 12px 34px;
    border-radius: 10px;
    align-content: center;
    margin-top: 150px;
}
.meeting_backbutton:hover{
opacity: 0.7;
transition: 0.2s linear;
}
.white_backarrow {
  position: relative;
  display: inline-block;
  width: 4.5px;
  height: 21px;
  margin-right: 16px;

}

.white_backarrow::before, .white_backarrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform-origin: 0 0;
  left: 0;
}

.white_backarrow::before {
  transform: rotate(-45deg);
  top: 13px;
  left: 1px;
}
.white_backarrow::after {
  transform: rotate(45deg);
  bottom: 6px;
  left: 3px;
}


@media (max-width : 768px) {
  body {
    margin: 0;
    overflow-x: hidden;
  }
  h2{
    font-size: 2rem;
  }

  #sp_overflow {
    overflow: hidden;
  }

  main {
    max-width: calc(100% - 5%);
    margin-bottom: 0;
  }
  .mv_img{
    display: none;
  }
  .mv_img_sp{
    display: block;
  }
  .mv_newstitle {
    max-width: 600px;
}
.mv_newstitle{
max-width: 660px;}
.mv_newstitle h1{
  font-size: 3.8rem;
}
.news-list a div{
  padding-left: 2rem;
}

/* 戻るボタン */
.meeting_backbutton{
margin-bottom: 100px;
}

}

@media (max-width : 480px) {
  .only-pc{
    display: none;
  }
  .sp480 {
    display: block;
  }
  main {
    margin-bottom: 0;
    margin-top: 50px;
  }
.mv_news{
height: 300px;
margin-bottom: 0;
background-size: contain;
}
    .mv_newstitle {
    max-width: 360px;
    padding: 100px 2rem;
}

.mv_newstitle h2{
  font-size: 2rem;
  line-height: 4rem;
  margin-bottom: 0;
  text-align: center;
}
.mv_newstitle h2::after{
 width: 120px; 
}
.mv_news{
  height: 300px;
  margin-bottom: 0;
}
main{
  margin-top: 0;
}
  /* news */
  .section_news{
    margin-top: 0;
    margin-bottom: 80px;
  }
  .news-list{
    padding: 0 2rem;
  }
  .news-list a div{
    padding-left: 0;
    display: block;
  }
  .news-list a div dt{
    margin-bottom: 10px;
  }
  .news-list a div dd{
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .meeting_backbutton{
  margin-top: 50px;
  font-size: 1.5rem;
  height: 40px;
  padding: 0.5rem 1.5rem;
  max-width: 180px;
}
.white_backarrow::before, .white_backarrow::after {
  width: 9px;
  height: 2px;
}

.white_backarrow::before{
  top: 15px;
}

.white_backarrow::after{
  bottom: 5px;
}
 
}



