@media screen and (min-width: 320px) {
  body {
    background-color: #fff;
  }
}
#main_visual {
  position: relative;
  height: 25vh;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  #main_visual {
    height: 35vh;
  }
}
@media screen and (min-width: 768px) {
  #main_visual {
    height: 45vh;
  }
}
@media screen and (min-width: 1024px) {
  #main_visual {
    height: 55vh;
  }
}
@media screen and (min-width: 1280px) {
  #main_visual {
    height: 65vh;
  }
}
#main_visual .main_visual_01 {
  width: 65%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  #main_visual .main_visual_01 {
    width: 55%;
  }
}
#main_visual .main_visual_02 {
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #main_visual .main_visual_02 {
    width: 50%;
  }
}

#top_information {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  #top_information {
    padding: 80px 0;
  }
}
#top_information .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #top_information .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#top_information .top_information_title {
  width: 100%;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  #top_information .top_information_title {
    width: 30%;
    margin: 0;
  }
}
#top_information .top_information_title h3 {
  font-size: 2.4rem;
  color: #053355;
}
#top_information .top_information_title h3 span {
  color: #C0351F;
}
@media screen and (min-width: 768px) {
  #top_information .top_information_title h3 {
    font-size: 3.4rem;
  }
}
#top_information .top_information_title p {
  margin: 0 0 15px 0;
  font-size: 1.2rem;
  color: #656565;
}
@media screen and (min-width: 768px) {
  #top_information .top_information_title p {
    margin: 0 0 25px 0;
    font-size: 1.6rem;
  }
}
#top_information .top_information_list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top_information .top_information_list {
    width: 70%;
  }
}
#top_information .top_information_list ul {
  margin: 0;
  list-style: none;
}
#top_information .top_information_list ul li {
  margin: 0 0 10px 0;
  padding: 0 5px 10px;
  font-size: 1.2rem;
  border-bottom: 1px dashed #eee;
}
@media screen and (min-width: 768px) {
  #top_information .top_information_list ul li {
    margin: 0 0 10px 0;
    padding: 0 5px 10px;
    font-size: 1.4rem;
  }
}
#top_information .top_information_list ul li:last-child {
  margin: 0;
}
#top_information .top_information_list ul li span {
  font-weight: bold;
  margin: 0 30px 0 0;
  display: block;
  color: #333;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #top_information .top_information_list ul li span {
    display: inline;
  }
}

#top_magazine {
  background-color: #f4f4f4;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  #top_magazine {
    padding: 80px 0;
  }
}
#top_magazine .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #top_magazine .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#top_magazine .top_magazine_title {
  width: 100%;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  #top_magazine .top_magazine_title {
    width: 30%;
    margin: 0;
  }
}
#top_magazine .top_magazine_title h3 {
  font-size: 2.4rem;
  color: #053355;
}
#top_magazine .top_magazine_title h3 span {
  color: #C0351F;
}
@media screen and (min-width: 768px) {
  #top_magazine .top_magazine_title h3 {
    font-size: 3.4rem;
  }
}
#top_magazine .top_magazine_title p {
  margin: 0 0 15px 0;
  font-size: 1.2rem;
  color: #656565;
}
@media screen and (min-width: 768px) {
  #top_magazine .top_magazine_title p {
    margin: 0 0 25px 0;
    font-size: 1.6rem;
  }
}
#top_magazine .top_magazine_list {
  width: 100%;
  position: relative;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #top_magazine .top_magazine_list {
    width: 70%;
  }
}
#top_magazine .top_magazine_list .top_magazine_list_title {
  width: 100%;
  padding: 5%;
  position: relative;
  text-align: left;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #top_magazine .top_magazine_list .top_magazine_list_title {
    width: 50%;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
}
#top_magazine .top_magazine_list .top_magazine_list_title h3 {
  margin: 0 0 15px 0;
  font-size: 2.4rem;
  color: #053355;
}
#top_magazine .top_magazine_list .top_magazine_list_title h3 span {
  color: #C0351F;
}
@media screen and (min-width: 768px) {
  #top_magazine .top_magazine_list .top_magazine_list_title h3 {
    font-size: 2.8rem;
  }
}
#top_magazine .top_magazine_list .top_magazine_list_title h4 {
  margin: 0 0 15px 0;
  font-size: 1.8rem;
  color: #656565;
}
#top_magazine .top_magazine_list .top_magazine_list_title p {
  margin: 0 0 15px 0;
  font-size: 1.2rem;
  color: #656565;
}
#top_magazine .top_magazine_list img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top_magazine .top_magazine_list img {
    width: 90%;
  }
}

#top_business {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  #top_business {
    padding: 80px 0;
  }
}
#top_business .top_business_title {
  width: 100%;
  margin: 0 0 30px 0;
}
#top_business .top_business_title h3 {
  font-size: 2.4rem;
  color: #053355;
}
#top_business .top_business_title h3 span {
  color: #C0351F;
}
@media screen and (min-width: 768px) {
  #top_business .top_business_title h3 {
    font-size: 3.4rem;
  }
}
#top_business .top_business_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #top_business .top_business_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#top_business .top_business_list .top_business_list_inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  #top_business .top_business_list .top_business_list_inner {
    width: 50%;
  }
}
#top_business .top_business_list .top_business_list_inner:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#top_business .top_business_list .top_business_list_inner h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
  z-index: 999;
}
#top_business .top_business_list .top_business_list_inner img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top_business .top_business_list .top_business_list_inner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top_business .top_business_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #top_business .top_business_list2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#top_business .top_business_list2 .top_business_list_inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  #top_business .top_business_list2 .top_business_list_inner {
    width: auto;
  }
}
#top_business .top_business_list2 .top_business_list_inner:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#top_business .top_business_list2 .top_business_list_inner h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
  z-index: 999;
}
#top_business .top_business_list2 .top_business_list_inner img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top_business .top_business_list2 .top_business_list_inner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}