/*
@mixin light{
  font-family: 'mplus-1p-light', sans-serif;
}
@mixin medium{
  font-family: 'mplus-1p-medium', sans-serif;
}
@mixin bold{
  font-family: 'mplus-1p-bold', sans-serif;
}
@mixin heavy{
  font-family: 'mplus-1p-heavy', sans-serif;
}*/
.top_mv_wrap {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.top_mv_wrap .photo {
  max-height: 500px;
  overflow: hidden;
}
.top_mv_wrap img {
  width: 100%;
}
.top_mv_wrap a {
  display: block;
}
@media (min-width: 769px) {
  .top_mv_wrap a:hover {
    opacity: .7;
    transition: all .5s;
  }
}

.top_info_wrap {
  background: #f4f4f4;
  font-size: 14px;
}
@media (min-width: 769px) {
  .top_info_wrap .base_wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .top_info_wrap {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .top_info_wrap .base_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.top_info_wrap .top_info_tit {
  padding: 20px;
  background: url(../images/index/index_info_img01.png) #b8cccb;
  background-repeat: no-repeat;
  background-position: top 25px center;
  width: 205px;
}
@media (max-width: 768px) {
  .top_info_wrap .top_info_tit {
    background: url(../images/index/index_info_img01.png) #b7cdda;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: top 10px left 10px;
    padding: 5px;
    min-height: auto;
    width: 100%;
    position: relative;
  }
}
.top_info_wrap .top_info_tit h2 {
  font-size: 24px;
  text-align: center;
  margin-top: 55px;
}
.top_info_wrap .top_info_tit h2 span:first-child {
  color: #e5006e;
}
.top_info_wrap .top_info_tit h2 span:nth-child(2) {
  color: #f39800;
}
.top_info_wrap .top_info_tit h2 span:nth-child(3) {
  color: #28a7e1;
}
.top_info_wrap .top_info_tit h2 span:last-child {
  color: #8ec31f;
}
@media (max-width: 768px) {
  .top_info_wrap .top_info_tit h2 {
    display: inline;
    margin-left: 30px;
    font-size: 18px;
  }
}
.top_info_wrap .top_info_tit .top_info_subtit {
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  color: #595656;
  margin-top: -4px;
}
@media (max-width: 768px) {
  .top_info_wrap .top_info_tit .top_info_subtit {
    display: inline;
    font-size: 9px;
    color: #fff;
  }
}
.top_info_wrap .top_info_tit .top_info_btn a {
  display: block;
  margin-top: 70px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.top_info_wrap .top_info_tit .top_info_btn a::after {
  display: inline-block;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  margin-left: 3px;
}
@media (max-width: 768px) {
  .top_info_wrap .top_info_tit .top_info_btn a {
    margin-top: 0;
    position: absolute;
    top: 10px;
    right: 0;
    width: 95px;
    font-size: 12px;
    border-left: 2px solid #dbe6ed;
  }
}
@media (max-width: 768px) {
  .top_info_wrap .top_info_tit .top_info_btn {
    display: inline;
  }
}
.top_info_wrap .top_info_list {
  width: 855px;
  color: #595656;
  padding: 20px 0 45px;
}
@media (max-width: 768px) {
  .top_info_wrap .top_info_list {
    width: 100%;
    padding: 0 10px 10px;
  }
}
.top_info_wrap .top_info_list dl dt {
  float: left;
  width: 120px;
  clear: left;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .top_info_wrap .top_info_list dl dt {
    float: none;
    width: 100%;
    padding: 10px 0 0;
  }
}
.top_info_wrap .top_info_list dl dd {
  padding: 20px 0 20px 120px;
  border-bottom: 1px dotted #bfbfbf;
}
@media (max-width: 768px) {
  .top_info_wrap .top_info_list dl dd {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .top_info_wrap .top_info_list dl dd:last-child {
    border-bottom: none;
  }
}
.top_info_wrap .top_info_list dl dd a {
  position: relative;
  padding-left: 30px;
  display: block;
  color: #595656;
}
@media (max-width: 768px) {
  .top_info_wrap .top_info_list dl dd a {
    padding-left: 20px;
  }
}
.top_info_wrap .top_info_list dl dd a::before {
  position: absolute;
  left: 0;
  top: 7px;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #b8cccb;
  border-top: 2px solid #b8cccb;
  content: "";
  margin-left: 3px;
}
@media (max-width: 768px) {
  .top_info_wrap .top_info_list dl dd a::before {
    border-right: 2px solid #b7cdda;
    border-top: 2px solid #b7cdda;
  }
}
.top_info_wrap .top_info_list dl dd .icn_new01 {
  display: inline-block;
  margin-right: 5px;
  color: #e5006e;
}

.top_ctgBtn_wrap {
  font-size: 16px;
}
@media (max-width: 768px) {
  .top_ctgBtn_wrap {
    font-size: 13px;
  }
}
.top_ctgBtn_wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0 100px;
  background: url(../images/index/top_bg01.png) no-repeat;
  background-position: top -20px right;
}
@media (min-width: 769px) {
  .top_ctgBtn_wrap ul a:hover {
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .top_ctgBtn_wrap ul {
    background: none;
    padding: 40px 0 35px;
  }
}
@media (max-width: 768px) {
  .top_ctgBtn_wrap ul li {
    background: #b8cccb;
    width: 47%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .top_ctgBtn_wrap ul li:nth-child(3), .top_ctgBtn_wrap ul li:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .top_ctgBtn_wrap ul li:hover {
    background: #fff;
  }
  .top_ctgBtn_wrap ul li:last-child {
    margin-right: 0;
  }
}
.top_ctgBtn_wrap ul li img {
  padding-bottom: 20px;
  display: block;
  background: #fff;
}
@media (max-width: 768px) {
  .top_ctgBtn_wrap ul li img {
    padding-bottom: 10px;
    max-width: auto;
    width: 100%;
  }
}
.top_ctgBtn_wrap ul .top_ctgBtn_txt {
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px;
}
@media (min-width: 769px) {
  .top_ctgBtn_wrap ul .top_ctgBtn_txt {
    background: #b8cccb;
    border: 1px solid #b8cccb;
  }
  .top_ctgBtn_wrap ul .top_ctgBtn_txt:hover {
    background: #fff;
    border: 1px solid #b8cccb;
    color: #b8cccb;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .top_ctgBtn_wrap ul .top_ctgBtn_txt {
    padding-right: 18px;
  }
}
.top_ctgBtn_wrap ul .top_ctgBtn_txt::after {
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: 15px;
  display: inline-block;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  margin-left: 3px;
}
@media (max-width: 768px) {
  .top_ctgBtn_wrap ul .top_ctgBtn_txt::after {
    right: 10px;
  }
}

.top_movie_wrap {
  background: rgba(184, 204, 203, 0.3);
  margin-top: -60px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
  color: #595656;
}
@media (max-width: 768px) {
  .top_movie_wrap {
    margin-top: 0;
    font-size: 12px;
  }
}
.top_movie_wrap ul {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .top_movie_wrap ul {
    justify-content: space-between;
  }
}
.top_movie_wrap ul li {
  width: 320px;
}
@media (max-width: 768px) {
  .top_movie_wrap ul li {
    width: 48%;
  }
  .top_movie_wrap ul li:nth-child(3) {
    display: none;
  }
}
.top_movie_wrap ul li p {
  margin-top: 3px;
}
.top_movie_wrap ul li a {
  display: block;
  position: relative;
  border: 1px solid #dcdcdc;
}
.top_movie_wrap ul li a::before {
  content: "";
  width: 55px;
  height: 55px;
  background: #fff;
  border: 5px solid #444;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .top_movie_wrap ul li a::before {
    width: 45px;
    height: 45px;
  }
}
.top_movie_wrap ul li a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #444;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  transform: translate(15%, -50%);
}
@media (max-width: 768px) {
  .top_movie_wrap ul li a::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #444;
  }
}
@media (min-width: 769px) {
  .top_movie_wrap ul li a:hover {
    opacity: .7;
    transition: all .5s;
  }
}
.top_movie_wrap .top_youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.top_movie_wrap .top_youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.top_movie_wrap .top_movie_btn {
  text-align: right;
  margin-top: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top_movie_wrap .top_movie_btn {
    margin-top: 15px;
  }
}
.top_movie_wrap .top_movie_btn a {
  display: inline-block;
  background: #fff;
  position: relative;
  padding: 7px 50px;
  color: #595656;
}
@media (max-width: 768px) {
  .top_movie_wrap .top_movie_btn a {
    padding: 7px 30px;
  }
}
.top_movie_wrap .top_movie_btn a::after {
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 30px;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 2px solid #595656;
  border-top: 2px solid #595656;
  content: "";
}
@media (max-width: 768px) {
  .top_movie_wrap .top_movie_btn a::after {
    right: 15px;
  }
}

.embed {
  top: 0;
  left: 0;
  width: 600px;
  height: 360px;
}

@media (max-width: 420px) {
  .embed {
    top: 0;
    left: 0;
    width: 300px;
    height: 180px;
  }
}
.modal-content {
  position: fixed;
  display: none;
  z-index: 9999;
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .modal-content {
    width: 80%;
    max-width: 600px;
    padding: 0;
  }
}
.modal-content video {
  width: 100%;
}
.modal-content .modalClose {
  position: absolute;
  top: -50px;
  right: 0;
  color: #fff;
  font-weight: bold;
}
.modal-content .modalClose img {
  margin-left: 10px;
}

.modal-overlay {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-open:hover {
  cursor: pointer;
}

.modal-close:hover {
  cursor: pointer;
}

.top_sns_wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top_sns_wrap {
    display: block;
    padding-bottom: 50px;
  }
}
.top_sns_wrap .top_sns_block {
  width: 50%;
}
@media (max-width: 768px) {
  .top_sns_wrap .top_sns_block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top_sns_wrap .top_sns_block.ver_inst {
    margin-top: 30px;
  }
}
.top_sns_wrap .top_sns_block.ver_inst #js_instagram_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_sns_wrap .top_sns_block.ver_inst #js_instagram_wrap a {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 5px;
  width: 180px;
}
@media (max-width: 768px) {
  .top_sns_wrap .top_sns_block.ver_inst #js_instagram_wrap a {
    width: 49%;
  }
}
.top_sns_wrap .top_sns_block.ver_inst #js_instagram_wrap a img {
  width: 100%;
}
.top_sns_wrap .top_sns_block.ver_inst .top_snsInst_btn a {
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px;
  width: 50%;
  margin: 20px auto 0;
  background: #b8cccb;
}
@media (min-width: 769px) {
  .top_sns_wrap .top_sns_block.ver_inst .top_snsInst_btn a {
    border: 1px solid #b8cccb;
  }
  .top_sns_wrap .top_sns_block.ver_inst .top_snsInst_btn a:hover {
    background: #fff;
    border: 1px solid #b8cccb;
    color: #b8cccb;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .top_sns_wrap .top_sns_block.ver_inst .top_snsInst_btn a {
    padding-right: 18px;
    width: 100%;
  }
}
.top_sns_wrap .top_sns_block.ver_inst .top_snsInst_btn a::after {
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: 15px;
  display: inline-block;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  margin-left: 3px;
}
@media (max-width: 768px) {
  .top_sns_wrap .top_sns_block.ver_inst .top_snsInst_btn a::after {
    right: 10px;
  }
}
.top_sns_wrap .top_sns_block .top_sns_tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.arbeit{
  margin: 0 0 10px;
  text-decoration: underline;
}
.change {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .change {
  font-size: 16px;
 }
}

/*# sourceMappingURL=index.css.map */
