@charset "UTF-8";

/*　基本色　*/
/*　マスターワイズ　*/
.img_sp {
  display: none;
}

#list_main {
  padding: 60px 0 0;
}

#list_main img {
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100%, 100%;
  object-position: 100%, 100%;
}

.bx-wrapper {
  background-color: transparent;
  margin: 0 auto;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bx-wrapper img {
  display: block;
  margin: 0px auto;
}

.bx-viewport {
  height: 100%;
}

#top_baner_1 {
  width: 90%;
  margin: 0 auto 40px;
}

#top_baner_1 a:hover,
#top_baner_1 img:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#top_baner_1 #top_baner_block {
  display: block;
  background-image: url(../images/top/top_baner_center.png);
  background-size: contain;
  background-position: center;
  width: 100%;
  color: #1b3533;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  line-height: 290px;
  border-radius: 10px 10px;
}

#background_color_top {
  background-color: #d6ffea;
  padding: 70px 0;
}

#center_link_block ul {
  list-style: none;
}

#center_link_block .link_list_1 {
  width: 100%;
  padding: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#center_link_block .link_list_1 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#center_link_block .link_list_1 ul {
  position: relative;
}

#center_link_block .link_list_1 ul li {
  width: 100%;
}

#center_link_block .link_list_1 ul li:nth-child(2) {
  position: absolute;
  top: 95%;
}

#center_link_block .link_list_1 ul li:nth-child(2) a {
  background-color: #fff;
  width: 80%;
  color: #1b3533;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: 0 20px 0 20px /0 20px 0 20px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.7);
  padding: 20px 10px;
  margin: 0 auto;
}

#center_link_block .link_list_1 ul li:nth-child(2) a:after {
  content: url(../images/common/arrow_blue.svg);
  display: inline-block;
  width: 20px;
  margin-left: 5px;
}

#center_link_block .link_list_1 ul li:nth-child(2) a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ttl_side_link {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto 20px;
}

.ttl_side_link a {
  font-size: 1.7rem;
  font-weight: bold;
}

.ttl_side_link a:after {
  content: url(../images/common/arrow_black.svg);
  display: inline-block;
  width: 35px;
  height: 20px;
  margin-left: 10px;
}

/* ニュース */
#box_news {
  width: 100%;
  line-height: 1.6;
  margin: 80px auto;
  /* ニュース部分 */
}

#box_news #list_news {
  width: 90%;
  margin: 32px auto 20px;
}

#box_news ul {
  list-style: none;
}

#box_news ul li {
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-bottom: 15px;
}

#box_news ul li h2 {
  font-weight: bold;
  font-size: 2rem;
}

#box_news ul li p {
  font-size: 1.6rem;
  margin: 0 0 10px 10px;
}

#nav_global_img {
  width: 100%;
}

#nav_global_img ul {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nav_global_img ul a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 125px 0;
}

#nav_global_img ul a:after {
  content: url(../images/common/arrow_white.svg);
  display: inline-block;
  width: 25px;
  margin-left: 10px;
}

#nav_global_img ul li {
  text-align: center;
  height: 250px;
  color: #fff;
  background-size: cover;
  background-position: center;
  width: calc(100% / 4);
}

#nav_global_img ul li:nth-child(1) {
  background-image: url(../images/top/nav_img_1.jpg);
}

#nav_global_img ul li:nth-child(2) {
  background-image: url(../images/top/nav_img_2.jpg);
}

#nav_global_img ul li:nth-child(3) {
  background-image: url(../images/top/nav_img_3.jpg);
}

#nav_global_img ul li:nth-child(4) {
  background-image: url(../images/top/nav_img_4.jpg);
}

main {
  padding: 0;
}

/*　レスポンシブ対応（ブレークポイント 599px）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (max-width: 599px) {
  * {
    font-weight: normal;
  }

  .img_sp {
    display: block;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  #background_color_top {
    padding: 40px 0 10px;
  }

  main {
    padding: 0;
  }

  #top_baner_1 {
    width: 90%;
    margin: 0 auto 50px;
  }

  #top_baner_1 #top_baner_block {
    display: block;
    width: 100%;
    height: 200px;
    line-height: 200px;
    background-image: url(../images/top/top_baner_sp.png);
    background-size: cover;
    font-size: 2rem;
    text-shadow: 0 0 20px #fff;
    border-radius: 0 20px 0 20px /0 20px 0 20px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  }

  .ttl_side_link {
    width: 90%;
    margin: 0 auto 40px;
  }

  .ttl_side_link a {
    width: 100%;
    font-size: 1.2rem;
    font-weight: normal;
  }

  .ttl_side_link a:after {
    content: url(../images/common/arrow_black.svg);
    display: inline-block;
    width: 15px;
    height: 20px;
    margin-left: 5px;
  }

  #center_link_block .link_list_1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }

  #center_link_block .link_list_1 img {
    display: block;
    width: 100%;
  }

  #center_link_block .link_list_1 {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  #center_link_block .link_list_1 img {
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
  }

  #center_link_block .link_list_1 ul {
    margin-bottom: 80px;
  }

  #center_link_block .link_list_1 ul li:nth-child(2) a {
    line-height: 1;
    padding: 17px;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  }

  #center_link_block .link_list_1 ul li:nth-child(2) a:after {
    width: 10px;
  }

  /* ニュース */
  #box_news {
    width: 100%;
    line-height: 1.6;
    padding: 80px 0;
    margin: 0 auto;
    /* ニュース部分 */
  }

  #box_news #list_news {
    width: 90%;
    margin: 0 auto;
  }

  #box_news ul {
    list-style: none;
  }

  #box_news ul li {
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-bottom: 15px;
  }

  #box_news ul li h2 {
    font-weight: bold;
    font-size: 2rem;
  }

  #box_news ul li p {
    font-size: 1.6rem;
    margin: 0 0 10px 10px;
  }

  #nav_global_img {
    width: 100%;
  }

  #nav_global_img ul {
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #nav_global_img ul a {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    height: 250px;
    line-height: 250px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
  }

  #nav_global_img ul a:after {
    content: url(../images/common/arrow_white.svg);
    display: inline-block;
    width: 25px;
    margin-left: 10px;
  }

  #nav_global_img ul li {
    color: #fff;
    width: calc(100% / 4);
  }

  #nav_global_img ul li:nth-child(1) a {
    background-image: url(../images/top/nav_img_1.jpg);
  }

  #nav_global_img ul li:nth-child(2) a {
    background-image: url(../images/top/nav_img_2.jpg);
  }

  #nav_global_img ul li:nth-child(3) a {
    background-image: url(../images/top/nav_img_3.jpg);
  }

  #nav_global_img ul li:nth-child(4) a {
    background-image: url(../images/top/nav_img_4.jpg);
  }
}

/*　ここまで　*/
/*　レスポンシブ対応（ブレークポイント 600px~1000px）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/