@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  /* font-family: "ShueiGoGin1", sans-serif, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  color: #444;
  min-width: 320px;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1;
  color: #333;
}

h1 {
  font-size: 30px;
  font-size: 3rem;
}

p {
  margin: 0;
}

figure {
  width: 100%;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

span.new {
  display: inline-block;
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 1.4rem;
  margin-left: 10px;
}

/*-------------------------------------
    Common
----------------------------------------*/
.scroll_stop {
  overflow: hidden;
}

.btn_content{
  position: relative;
  display: flex;
  justify-content: center;
}
a.link_btn{
  margin-top: 50px;
  padding: 10px 50px;
  text-decoration: none;
  background-color: #709365;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #4f7045 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .5s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
a.link_btn:hover{
  background-position: -100% 0;
  color: #fff;
}

a.link_btn:visited {
  color: #fff;
  text-decoration: none;
}

/*-------------------------------------
    マウスオーバーでの文字切り替え
----------------------------------------*/
.textchange {
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  padding: 14px 28px;
  height: 48px;
  box-sizing: border-box;
}
.textchange span {
  transition: all 0.5s;
}
.textchange .hover {
  position: absolute;
  left: 0;
  right: 0;
  white-space: pre;
  opacity: 0;
}
.textchange:hover {
  border-bottom: 1px solid #fff;
}
.gnavi__wrap .dropdown__lists .textchange.change-color {
  background-color: #356cb6;
  transition: 0.5s;
}
.textchange:hover .nomal {
  opacity: 0;
}
.textchange:hover .hover {
  opacity: 1;
}

/*-------------------------------------
    link
----------------------------------------*/
a,
a:visited {
  color: #06c;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/*-------------------------------------
    button
----------------------------------------*/
/*-------------------------------------
    header
/----------------------------------------*/
header {
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: end;
  /* position: absolute; */
  position: fixed;
  width: 100%;
  padding: 0 0 30px;
  background: rgba(53 108 182 / .5);
}
header.change-color {
  background-color: #356cb6;
  transition: 0.5s;
}

header.sub_page {
  /* position: relative; */
  position: fixed;
  background-color: #fff;
  padding: 0 0 30px;
}
header.sub_page .menu_content .language a {
  color: #333;
  border: 1px solid #333;
  transition: 0.5s all;
}
header.sub_page .menu_content .language a:not(.active):hover {
  background-color: #F2F2F2;
  color: #707070;
  transition: 0.5s all;
}
header.sub_page .menu_content .language .active {
  background-color: #333;
  color: #fff;
}
header.sub_page .menu_content nav ul li a {
  color: #333;
}
header.sub_page .textchange:hover {
  border-bottom: 1px solid #333;
}
header .site_logo {
  padding: 0;
  margin: 36px 0 0 56px;
}
header .site_logo img {
  max-width: 144px;
  vertical-align: bottom;
}
header .site_logo a {
  transition: all 0.5s;
}
header .site_logo a:hover {
  opacity: 0.7;
}

.menu_content {
  width: 100%;
  text-align: right;
}
.menu_content .language {
  display: inline-block;
  margin-right: 16px;
  padding-top: 12px;
}
.menu_content .language a {
  font-size: 1.4rem;
  display: inline-block;
  padding: 2px 12px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0 14px 14px 0;
  text-decoration: none;
  transition: 0.5s all;
}
.menu_content .language a:not(.active):hover {
  background-color: #F2F2F2;
  color: #707070;
  transition: 0.5s all;
}
.menu_content .language .active {
  background-color: #fff;
  color: #707070;
  border-radius: 14px 0 0 14px;
}
.menu_content nav ul {
  margin-right: 56px;
}
.menu_content nav ul li a {
  color: #fff;
}
.menu_content nav ul li a .nomal {
  font-family: "Montserrat";
}

.close_bg {
  display: none;
  background-color: #202020;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

/* 新メニュー */

.gnavi__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 0 0 auto;
}
.gnavi__lists {
  display: flex;
  justify-content: flex-end;
}
.gnavi__list {
  width: 20%;
  height: 60px;
  /* background-color: #E5F0F8; */
  position: relative;
  transition: all .5s;
}
.gnavi__list:hover {
  /* background-color: #0071BB; */
}
.gnavi__list:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  /* background-color: #fff; */
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
}
.gnavi__list:hover .dropdown__lists {
  transform: scaleY(1);
}
.gnavi__list:hover::before {
  /* background-color: #0071BB; */
}
.gnavi__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  /* color: #1b4059;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 600; */
  /* transition: all .5s; */
}
.gnavi__list:hover a {
  color: #fff;
}

.dropdown__lists {
  transform: scaleY(0);
  transform-origin: center top;
  transition: all .5s;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}
header.sub_page .dropdown__list {
  background-color: #fff;
  height: 60px;
  transition: all .5s;
  position: relative;
  height: auto;
}
.dropdown__list {
  background-color: none;
}
.dropdown__list:not(:first-child)::before{
  content: "";
  width: 100%;
  height: 2px;
  /* background-color: #3492d1; */
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown__list:hover {
  /* background-color: #003558; */
}
.dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}
header.sub_page .dropdown__list a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
}
header.sub_page .dropdown__list a[target="_blank"]::before {
  border-top: none;
  border-left: none;
  content: "";
  display: block;
  background-image: url(https://www.shimz.co.jp/novare/common/img/blank_icon_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 15px;
  min-height: 15px;
  transform: rotate(0deg);
  right: 7px;
  top: calc(50% - 8px);
}
.dropdown__list a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
}
.dropdown__list a[target="_blank"]::before {
    border-top: none;
    border-left: none;
    content: "";
    display: block;
    background-image: url(https://www.shimz.co.jp/novare/common/img/blank_icon_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 15px;
    min-height: 15px;
    transform: rotate(0deg);
    right: 7px;
    top: calc(50% - 8px);
}
.dropdown__lists {
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}
.gnavi__list:hover .dropdown__lists {
  visibility: visible;
  opacity: 1;
  display: block;
}

/*-------------------------------------
    top_content
/----------------------------------------*/
.top_content .main_visual {
  position: relative;
  z-index: 0;
}
/* .top_content .main_visual::before {
  content: "";
  background-color: #000;
  width: 100%;
  height: -webkit-fill-available;
  display: block;
  position: absolute;
  top: 0;
  opacity: 0.2;
} */
.top_content .main_visual ul li.slick-slide {
  position: relative;
}
/* .top_content .main_visual ul li.slick-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
} */
.top_content .main_visual ul li.slick-slide img {
  display: block;
}
.top_content .main_visual ul li.slick-slide img:nth-child(n+2) {
  display: none;
}
.top_content .main_visual .slide-dots {
  position: absolute;
  left: 0;
  bottom: -9px;
  display: flex;
  align-items: center;
}
.top_content .main_visual .slide-dots li {
  margin-right: 4px;
  width: 28px;
  height: 2px;
}
.top_content .main_visual .slide-dots li button {
  border: none;
  background-color: unset;
  position: relative;
  text-indent: -9999px;
  width: 28px;
  height: 2px;
}
.top_content .main_visual .slide-dots li button::before {
  content: "";
  cursor: pointer;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 28px;
  height: 2px;
}
.top_content .main_visual .slide-dots li.slick-active {
  height: 8px;
}
.top_content .main_visual .slide-dots li.slick-active button {
  height: 8px;
}
.top_content .main_visual .slide-dots li.slick-active button::before {
  height: 8px;
}
.top_content .main_visual video{
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.video_visual {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video_visual iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_content .main_visual iframe{
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top_content .main_visual h1 {
  position: absolute;
  top: 17%;
  left: 3%;
  /* display: none; */
}
.top_content .main_visual h1 img {
  max-width: 545px;
  width: 100%;
  vertical-align: bottom;
}
.top_content .main_visual h1 span {
  color: #333;
  font-weight: normal;
  display: block;
  font-size: 2.2rem;
  /* margin-top: 22px; */
  margin-bottom: 22px;
  /* text-shadow: 0 0 3px rgb(0 0 0 / 60%); */
}
.top_content .main_visual .wave {
  position: relative;
  height: 200px;
}
.top_content .main_visual canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.top_content .main_visual img {
  vertical-align: bottom;
}
.top_content .main_contet {
  background-image: url(https://www.shimz.co.jp/novare/common/img/bg_img1.png);
  background-size: 640px;
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 80px;
}
.top_content .main_contet .news_content {
  max-width: 1200px;
  width: calc(100% - 38px);
  margin: 0 auto 160px;
}
.top_content .main_contet .news_content h2 {
  font-family: "Montserrat";
  font-size: 3.6rem;
  font-weight: normal;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
.top_content .main_contet .news_content .scroll_bar {
  overflow-y: auto;
  height: 216px;
}
.top_content .main_contet .news_content .scroll_bar::-webkit-scrollbar {
  width: 10px;
}
.top_content .main_contet .news_content .scroll_bar::-webkit-scrollbar-track {
  background-color: #DEDEDE;
}
.top_content .main_contet .news_content .scroll_bar::-webkit-scrollbar-thumb {
  background-color: #C1C1C1;
}
.top_content .main_contet .news_content .scroll_bar li {
  display: flex;
  align-items: start;
  padding: 12px 12px 24px;
  margin: 12px;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 0;
  margin-left: 0;
}
.top_content .main_contet .news_content .scroll_bar li p:first-child {
  max-width: 145px;
  width: 100%;
}
.top_content .main_contet .news_content .scroll_bar li:last-child {
  margin-bottom: 0;
}
.top_content .main_contet .news_content .scroll_bar li a {
  color: #333;
  text-decoration: none;
  text-align: justify;
  text-justify: inter-ideograph;
}
.top_content .main_contet .news_content .scroll_bar li a:hover {
  text-decoration: underline;
}

/* 過去の映像エリア
.top_content .main_contet .movie_content {
  max-width: 1200px;
  width: calc(100% - 38px);
  margin: 0 auto 160px;
}
.top_content .main_contet .movie_content .movie_area_text h2 {
  position: relative;
  font-family: "Montserrat";
  font-size: 3.6rem;
  font-weight: normal;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
  color: #fff;
}
.top_content .main_contet .movie_content .movie_area_text p {
  position: relative;
  color: #fff;
}
a.video_open {
  color: #212529;
  text-decoration: none;
}
a.video_open:first-child {
  margin-right: 3%;
}
.top_content .main_contet .movie_content .movie_area {
  display: flex;
  position: relative;
  flex-direction: column;
}
.top_content .main_contet .movie_content .movie_area_text {
  margin: auto 0 4%;
  padding: 0 40px;
  width: 62%;
}
.top_content .main_contet .movie_content .movie_area_text:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(318deg,
  rgba(108, 169, 224, 0) 0%,
  rgb(98 187 153) 64.55%,
  rgb(67 187 177) 100%);
  opacity: 0.9;
  width: 130%;
  max-width: 1000px;
  height: 200px;
  mix-blend-mode: multiply;
}
.top_content .main_contet .movie_content .movie_area_img {
  z-index: 2;
  margin-bottom: 20px;
}
.top_content .main_contet .movie_content .movie_area .movie_area_column {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top_content .main_contet .movie_content .movie_area .movie_area_column figure{
  width: 100%;
  text-align: center;
}
.top_content .main_contet .movie_content .movie_area .movie_area_menu .movie_area_nav {
  width: 100%;
  margin: 20px 4% 0;
  display: flex;
}
.top_content .main_contet .movie_content .movie_area .movie_area_menu .movie_area_nav p {
  border-left: 4px solid #356cb6;
  padding: 0 1.8rem;
  min-width: 160px;
}
.top_content .main_contet .movie_content .movie_area .movie_area_menu .movie_area_nav a {
  margin-left: 20px;
  padding-right: 10px;
}
.top_content .main_contet .movie_content .movie_area .movie_area_menu .movie_area_nav a:hover {
  color: #356cb6;
}
.top_content .main_contet .movie_content .movie_area .movie_area_menu .movie_area_nav a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width:6px 0 6px 10px;
  border-color: transparent transparent transparent #356cb6;
  position: absolute;
  margin-left: -20px;
  margin-top: 7px;
}
ここまで */

.top_content .main_contet .movie_content {
  max-width: 1200px;
  width: calc(100% - 38px);
  margin: 0 auto 160px;
}
.top_content .main_contet .movie_content h2 {
  position: relative;
  font-family: "Montserrat";
  font-size: 3.6rem;
  font-weight: normal;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
a.video_open {
  color: #212529;
  text-decoration: none;
}
.top_content .main_contet .movie_content .movie_area {
  margin-bottom: 50px;
}
.top_content .main_contet .movie_content .movie_area_column {
  display: flex;
}
.top_content .main_contet .movie_content .movie_area_column .movie_area_img {
  width: 45%;
  margin-right: 5%;
}
.top_content .main_contet .movie_content .movie_area_column .movie_area_menu {
  width: 50%;
}
.top_content .main_contet .movie_content .movie_area_column .movie_area_menu .movie_area_nav {
  width: 100%;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
}
.top_content .main_contet .movie_content .movie_area_column .movie_area_menu .movie_area_nav p {
  border-left: 4px solid #356cb6;
  padding: 0 1.8rem;
}
.top_content .main_contet .movie_content .movie_area_column .movie_area_menu .movie_area_nav a {
  margin-left: 45px;
  margin-top: 10px;
  padding-right: 10px;
}
.top_content .main_contet .movie_content .movie_area_column .movie_area_menu .movie_area_nav a:hover {
  color: #356cb6;
}
.top_content .main_contet .movie_content .movie_area_column .movie_area_menu .movie_area_nav a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width:6px 0 6px 10px;
  border-color: transparent transparent transparent #356cb6;
  position: absolute;
  margin-left: -20px;
  margin-top: 7px;
}

.top_content .main_contet .explanation_content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.top_content .main_contet .explanation_content:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -460px;
  width: 100%;
  height: 100%;
  background-image: url(https://www.shimz.co.jp/novare/common/img/bg_img2.png);
  background-size: 758px;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}
.top_content .main_contet .explanation_content img {
  max-width: 1536px;
  width: calc(100% - 38px);
  height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  vertical-align: bottom;
}
.top_content .main_contet .explanation_content .back_text {
  position: absolute;
  background: rgba(76, 128, 114, 0.65);
  top: -20px;
  color: #fff;
  width: 706px;
  height: calc(100% - 160px);
  right: 0;
  left: 0;
  margin: auto;
  padding: 54px;
  z-index: 3;
}
.top_content .main_contet .explanation_content .back_text h2 {
  font-family: "Montserrat";
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 5.2rem;
  font-weight: normal;
  margin: 76px 0 32px;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
}
.top_content .main_contet .explanation_content .back_text h3 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 20px;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
}
.top_content .main_contet .explanation_content .back_text h4 {
  font-family: "Montserrat";
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 56px;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
}
.top_content .main_contet .explanation_content .back_text p {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
}
.top_content .main_contet .explanation_content .back_text .border_btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  width: 340px;
  margin: 72px auto 190px;
  padding: 28px 28px;
  height: 78px;
  transition: all 0.5s;
}
.top_content .main_contet .explanation_content .back_text .border_btn .nomal {
  font-family: "Montserrat";
  letter-spacing: 1.6px;
}
.top_content .main_contet .explanation_content .back_text .border_btn .hover {
  top: 30px;
}
.top_content .main_contet .explanation_content .back_text .border_btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 53%;
  right: 0%;
  width: 0;
  transition: all 0.5s;
}
.top_content .main_contet .explanation_content .back_text .border_btn:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 8%;
  top: 50%;
  transition: all 0.5s;
}
.top_content .main_contet .explanation_content .back_text .border_btn:hover:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 53%;
  right: -8%;
  width: 70px;
  height: 1px;
  background: #fff;
}
.top_content .main_contet .explanation_content .back_text .border_btn:hover:after {
  width: 5px;
  right: -10%;
  border-left: 1px solid #fff;
}
.top_content .main_contet .explanation_content .explanation_list_wrap {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
.top_content .main_contet .explanation_content .explanation_list_wrap:before {
  content: "";
  background-position: center left;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180%;
  mix-blend-mode: multiply;
  transition: all 0.5s;
  opacity: 0;
}
.top_content .main_contet .explanation_content .explanation_list_wrap.bg1:before {
  background-image: url(https://www.shimz.co.jp/novare/common/img/top/explanation_back1.jpg);
  z-index: 4;
  opacity: 1;
}
.top_content .main_contet .explanation_content .explanation_list_wrap.bg2:before {
  background-image: url(https://www.shimz.co.jp/novare/common/img/top/explanation_back2.jpg);
  z-index: 4;
  opacity: 1;
}
.top_content .main_contet .explanation_content .explanation_list_wrap.bg3:before {
  background-image: url(https://www.shimz.co.jp/novare/common/img/top/explanation_back3.jpg);
  z-index: 4;
  opacity: 1;
}
.top_content .main_contet .explanation_content .explanation_list {
  display: flex;
  margin-top: -100px;
  justify-content: space-evenly;
  max-width: 1536px;
  width: 100%;
  margin: -80px auto 0;
  z-index: 5;
  position: relative;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet {
  position: relative;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .nomal {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.0784313725);
  border-radius: 50%;
  border: 1px solid #F2F2F2;
  width: 300px;
  height: 300px;
  transition: all 0.5s;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .normal_inner {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title {
  width: 142px;
  text-align: center;
  position: relative;
  border: solid 1px black;
  background-color: #fff;
  padding: 27px 0;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title::before, .top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  z-index: 1;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title::before {
  top: -2px;
  bottom: -2px;
  left: 10px;
  right: 10px;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title::after {
  top: 10px;
  bottom: 10px;
  left: -3px;
  right: -3px;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title span {
  display: block;
  z-index: 2;
  position: relative;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title span:first-child {
  font-size: 3.2rem;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title span:last-child {
  font-size: 2.2rem;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet:hover .hover {
  width: 438px;
  height: 438px;
  left: -80px;
  top: -70px;
  padding: 32px 74px;
  scale: 1;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet:hover .hover > p {
  opacity: 1;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet:hover::after {
  content: "";
  display: block;
  background: #DCDCDC 0% 0% no-repeat padding-box;
  border-radius: 50%;
  bottom: -120px;
  left: 0;
  right: 20px;
  margin: auto;
  position: absolute;
  width: 188px;
  height: 36px;
  filter: blur(5px);
  overflow: auto;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .hover {
  transition: all 0.5s;
  position: absolute;
  background: #958A73;
  width: 438px;
  height: 438px;
  border-radius: 50%;
  z-index: 5;
  left: -80px;
  top: -70px;
  padding: 32px 74px;
  color: #fff;
  width: 8px;
  height: 8px;
  padding: 0;
  left: 144px;
  top: 206px;
  overflow: hidden;
  width: 438px;
  height: 438px;
  left: -70px;
  top: 0;
  padding: 32px 74px;
  scale: 0.0274;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .hover > p {
  opacity: 0;
  transition: all 0.5s;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title {
  width: 84px;
  text-align: center;
  position: relative;
  border: solid 1px #fff;
  background-color: #958A73;
  margin: auto;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title::before, .top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #958A73;
  z-index: 1;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title::before {
  top: -2px;
  bottom: -2px;
  left: 10px;
  right: 10px;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title::after {
  top: 10px;
  bottom: 10px;
  left: -2px;
  right: -2px;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title span {
  display: block;
  z-index: 2;
  position: relative;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title span:first-child {
  font-size: 2.4rem;
  padding: 8px 0 0;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title span:last-child {
  font-size: 1.7rem;
  padding: 0 0 8px;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .hover .sub_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 16px 0;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .hover .headline {
  font-size: 1.8rem;
  margin-bottom: 24px;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet .hover .text {
  font-size: 1.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(1) .hover {
  background: #938773;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(1) .hover .title {
  background: #938773;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(1) .hover .title::before, .top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(1) .hover .title::after {
  background-color: #938773;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(2) .hover {
  background: #709365;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(2) .hover .title {
  background: #709365;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(2) .hover .title::before, .top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(2) .hover .title::after {
  background-color: #709365;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(3) .hover {
  background: #5E90B3;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(3) .hover .title {
  background: #5E90B3;
}
.top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(3) .hover .title::before, .top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(3) .hover .title::after {
  background-color: #5E90B3;
}
.top_content .main_contet .institution_overview_content {
  margin-top: 128px;
  background: #F2F2F2;
  position: relative;
}
.top_content .main_contet .institution_overview_content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 200px;
  border-radius: 0 0 10px 40px;
  border-radius: 50%/0 0 20% 20%;
  z-index: 0;
}
.top_content .main_contet .institution_overview_content input[type=checkbox] {
  display: none;
}
.top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_list {
  display: none;
}
.top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .detail_content.detail_view {
  display: block;
}
.top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .check_list label.checked {
  background: #BA9268;
  color: #fff;
}
.top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map .img_checked label {
  background: #BA9268;
  color: #fff;
  scale: 1.25;
}
.top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map .img_checked.img_checked::before {
  background: #C19C71;
}
.top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map .img_checked.img_checked::after {
  width: 10px;
  height: 10px;
  background: #C19C71;
}
.top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(1).img_checked::after {
  bottom: -100%;
  left: 0;
}
.top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(2).img_checked::after {
  top: -118%;
  left: 27%;
}
.top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(3).img_checked::after {
  bottom: -114%;
  left: 69%;
}
.top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(4).img_checked::after {
  bottom: -122%;
  left: 21%;
}
.top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(5).img_checked::after {
  bottom: -110%;
  left: 80%;
}
.top_content .main_contet .institution_overview_content .img_check {
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 2;
}
.top_content .main_contet .institution_overview_content .img_check .check_list {
  margin-left: 10%;
  margin-top: 5%;
  max-width: 300px;
  width: 100%;
}
.top_content .main_contet .institution_overview_content .img_check .check_list h3 {
  font-size: 3.6rem;
  font-weight: normal;
  margin-bottom: 32px;
}
.top_content .main_contet .institution_overview_content .img_check .check_list ul li {
  display: inline-block;
  margin-bottom: 16px;
}
.top_content .main_contet .institution_overview_content .img_check .check_list ul li label {
  display: block;
  font-size: 1.8rem;
  border-left: 8px solid #BA9268;
  padding: 10px 24px;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 0 4px 4px 0;
}
.top_content .main_contet .institution_overview_content .img_check .check_list ul li label:hover {
  background: #BA9268;
  color: #fff;
  border-radius: 0 4px 4px 0;
}
.top_content .main_contet .institution_overview_content .img_check .img_map {
  position: relative;
  max-width: 1392px;
}
.top_content .main_contet .institution_overview_content .img_check .img_map img {
  vertical-align: top;
}
.top_content .main_contet .institution_overview_content .img_check .img_map .bg_img {
  display: none;
}
.top_content .main_contet .institution_overview_content .img_check .img_map .img_noview {
  display: none;
}
.top_content .main_contet .institution_overview_content .img_check .img_map .img_view {
  display: block;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li {
  position: absolute;
  display: block;
  width: 100px;
  height: 30px;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  transition: all 0.5s;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:after {
  content: "";
  border-radius: 50%;
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  transition: all 0.5s;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li label {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:hover label {
  background: #C19C71;
  color: #fff;
  scale: 1.25;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:hover:before {
  background: #BA9268;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:hover:after {
  background: #BA9268;
  width: 10px;
  height: 10px;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(1) {
  top: 20%;
  left: 57%;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(1):before {
  width: 54px;
  height: 1px;
  top: 148%;
  left: 0;
  transform: rotate(-25deg);
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(1):after {
  bottom: -92%;
  left: 2%;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(1):hover:after {
  bottom: -103%;
  left: 0;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(2) {
  top: 28%;
  right: 9%;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(2):before {
  width: 54px;
  height: 1px;
  top: -52%;
  left: 26%;
  transform: rotate(35deg);
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(2):after {
  top: -110%;
  left: 30%;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(2):hover:after {
  top: -118%;
  left: 27%;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(3) {
  top: 28%;
  left: 14%;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(3):before {
  width: 43px;
  height: 1px;
  bottom: -53%;
  left: 31%;
  transform: rotate(35deg);
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(3):after {
  bottom: -104%;
  left: 69%;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(3):hover:after {
  bottom: -114%;
  left: 69%;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(4) {
  top: 53%;
  right: 13%;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(4):before {
  width: 54px;
  height: 1px;
  bottom: -62%;
  left: 20%;
  transform: rotate(-35deg);
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(4):after {
  bottom: -122%;
  left: 21%;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(4):hover:after {
  bottom: -130%;
  left: 18%;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(5) {
  top: 33%;
  right: 31%;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(5):before {
  width: 54px;
  height: 1px;
  bottom: -52%;
  left: 30%;
  transform: rotate(25deg);
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(5):after {
  bottom: -96%;
  left: 80%;
}
.top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(5):hover:after {
  bottom: -110%;
  left: 80%;
}
.top_content .main_contet .institution_overview_content .img_list {
  padding-bottom: 120px;
}
.top_content .main_contet .institution_overview_content .img_list ul {
  display: flex;
}
.top_content .main_contet .institution_overview_content .img_list ul li {
  position: relative;
}
.top_content .main_contet .institution_overview_content .img_list ul li img {
  vertical-align: bottom;
}
.top_content .main_contet .institution_overview_content .img_list ul li label {
  transition: all 0.5s;
  cursor: pointer;
}
.top_content .main_contet .institution_overview_content .img_list ul li label img {
  transition: all 0.5s;
}
.top_content .main_contet .institution_overview_content .img_list ul li label span {
  transition: all 0.5s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.top_content .main_contet .institution_overview_content .img_list ul li label:hover img {
  filter: brightness(0.7);
}
.top_content .main_contet .institution_overview_content .img_list ul li label:hover span {
  opacity: 1;
}
.top_content .main_contet .institution_overview_content .detail_content {
  display: none;
  position: relative;
}
.top_content .main_contet .institution_overview_content .detail_content:before {
  content: "";
  display: block;
  width: 100%;
  height: 36%;
  background: #fff;
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.top_content .main_contet .institution_overview_content .detail_content .img_area {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
.top_content .main_contet .institution_overview_content .detail_content .img_area img {
  max-width: 920px;
  width: 50%;
  vertical-align: bottom;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info {
  max-width: 1200px;
  margin: -50px auto 0;
  z-index: 3;
  position: relative;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area {
  text-align: right;
  margin-right: 44px;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label:nth-child(1) {
  margin-right: 36px;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label:nth-child(1):hover::before {
  left: -40px;
  width: 30px;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label:nth-child(1):hover::after {
  left: -40px;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  width: 15px;
  height: 1px;
  background: #333;
  transition: 0.5s;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  transition: 0.5s;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label:nth-child(2):hover::before {
  right: -40px;
  width: 30px;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label:nth-child(2):hover::after {
  right: -40px;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  width: 15px;
  height: 1px;
  background: #333;
  transition: 0.5s;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-135deg);
  transition: 0.5s;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area {
  padding: 48px 64px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.0784313725);
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area h4 {
  color: #C19C71;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area .text {
  margin-bottom: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area .features {
  padding: 16px 24px;
  background-color: #F2F2F2;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area .features .tag {
  display: inline-block;
  background-color: #333333;
  color: #FFFFFF;
  margin-bottom: 16px;
  padding: 6px 18px;
  line-height: 16px;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area .features ul {
  display: flex;
  flex-wrap: wrap;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area .features ul li:after {
  content: "／";
  margin: 0 10px;
}
.top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area .features ul li:last-child:after {
  content: none;
}
.top_content .main_contet .institution_overview_content .detail_content .border_btn {
  color: #333333;
  border: 1px solid #333333;
  border-radius: 40px;
  width: 340px;
  margin: 72px auto 72px;
  padding: 28px 28px;
  height: 78px;
}
.top_content .main_contet .institution_overview_content .detail_content .border_btn .hover {
  top: 27px;
}
.top_content .main_contet .institution_overview_content .detail_content .border_btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 53%;
  right: 0%;
  width: 0;
  transition: all 0.5s;
}
.top_content .main_contet .institution_overview_content .detail_content .border_btn:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  right: 8%;
  top: 50%;
  transition: all 0.5s;
}
.top_content .main_contet .institution_overview_content .detail_content .border_btn:hover:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 53%;
  right: -8%;
  width: 70px;
  height: 1px;
  background: #333333;
}
.top_content .main_contet .institution_overview_content .detail_content .border_btn:hover:after {
  width: 5px;
  right: -10%;
  border-left: 1px solid #333333;
}

.access_contet {
  background-color: #E2EFED;
  padding: 96px 80px;
  position: relative;
  margin-bottom: 200px;
}
.access_contet .access_info {
  display: flex;
  width: 100%;
  margin: 0 auto 20px;
  max-width: 1200px;
}
.access_contet .access_info .access_column{
  width: 100%;
}
.access_contet .access_info h3 {
  font-family: "Montserrat";
  letter-spacing: 0.1em;
  font-size: 3.6rem;
  font-weight: normal;
  margin-left: 75px;
  margin-bottom: 32px;
}
.access_contet .access_info .img_area .img1 {
  max-width: 320px;
  width: 100%;
  margin-left: 75px;
}
.access_contet .access_info .img_area .img2 {
  width: 100%;
}
.img_column .img3 {
  width: 100%;
  max-width: 500px;
}
.access_contet .access_info .info_text {
  margin: 32px 0 0 75px;
}
.access_contet .access_info .info_text .tel {
  margin: 16px 0 28px;
}
.access_contet .access_info .info_text .nearest {
  margin: 28px 28px 0 0;
}
.access_contet .access_info .info_text .nearest p {
  margin-bottom: 8px;
}
.access_contet .access_info .info_text .nearest p:last-child {
  margin-bottom: 0;
}
.access_contet .access_info .img_column {
  width: 100%;
  margin-left: 68px;
}
.access_contet .google_map {
  text-align: center;
  filter: grayscale(100%);
}
.access_contet .google_map iframe {
  max-width: 1536px;
  width: 100%;
  margin: auto;
}
.access_contet .google_map_link {
  display: none;
}

.footer_wrap {
  color: #fff;
  background-color: #BCAD85;
  position: relative;
}
.footer_wrap:after {
  content: "";
  background-image: url(https://www.shimz.co.jp/novare/common/img/fotter_bg01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 0;
}
.footer_wrap.footer_bg2:after {
  background-image: url(https://www.shimz.co.jp/novare/common/img/fotter_bg02.png);
}

footer {
  max-width: 1198px;
  padding: 144px 19px 20px;
  margin: auto;
  position: relative;
}
footer .footer_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
footer .footer_info .footer_img {
  max-width: 198px;
  width: 100%;
}
footer .footer_info .logo_txt {
  font-family: "Montserrat";
  font-size: 1.4rem;
}
footer .footer_info .company_info {
  margin-top: 24px;
}
footer .footer_info .company_info p {
  font-size: 1.4rem;
}
footer .footer_info .company_info .tel {
  margin-top: 16px;
}
footer .footer_info .inquiry_link {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  width: 204px;
  margin-top: 32px;
  padding: 10px 0;
  border: 1px solid #fff;
  border-radius: 21px;
  text-align: center;
  transition: 0.5s all;
}
footer .footer_info .inquiry_link:hover {
  color: #BCAD85;
  background-color: #fff;
  transition: 0.5s all;
}
footer .footer_info .sns_link {
  margin: 23px 0 0;
}
footer .footer_info .sns_link ul {
  display: flex;
  justify-content: start;
}
footer .footer_info .sns_link ul li {
  transition: 0.5s all;
}
footer .footer_info .sns_link ul li:nth-child(n+2) {
  margin-left: 16px;
}
footer .footer_info .sns_link ul li:hover {
  opacity: 0.6;
  transition: 0.5s all;
}
footer .nav_link li {
  text-align: right;
}
footer .nav_link a {
  font-family: "Montserrat";
  color: #fff;
  text-align: right;
  height: 19px;
  padding: 0 0 0 20px;
  margin-bottom: 32px;
  display: inline-block;
}
footer .nav_link a[target="_blank"]::after{
  content: "";
  display: inline-block;
  background-image: url(https://www.shimz.co.jp/novare/common/img/blank_icon_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 15px;
  min-height: 15px;
  margin-left: 10px;
}
footer .nav_link a .hover {
  top: 0;
}
footer .nav_link .textchange span {
  display: inline-block;
  left: auto;
}
footer .nav_link .textchange:hover {
  border-bottom: none;
}
footer .nav_link .textchange:hover .hover {
  opacity: 1;
  border-bottom: 2px solid #fff;
  display: inline-table;
  width: auto;
  margin: 0 0 0 auto;
}
footer .nav_link a[target="_blank"].textchange:hover .hover {
  margin-right: 24px;
}
footer .copywriter {
  font-size: 1.4rem;
  text-align: center;
}
footer .footre_beneath {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 24px;
  margin-bottom: 30px;
}
footer .footre_beneath .page_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
footer .footre_beneath .page_link li {
  margin-right: 48px;
}
footer .footre_beneath .page_link li:last-child {
  margin-right: 0px;
}
footer .footre_beneath .page_link li a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
footer .footre_beneath .page_link li a:hover {
  text-decoration: underline;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.others_page_content .links_bnr {
  margin-bottom: 118px;
}
.others_page_content figcaption.hover-mask {
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1600px) {
  .menu_content nav ul li a {
    font-size: 1.4rem;
    padding: 14px 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  header .site_logo {
    margin: 36px 0 0 24px;
  }
  header .site_logo img {
    max-width: 144px;
    width: 8%;
    min-width: 100px;
  }
  .menu_content nav ul {
    margin-right: 24px;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(5) {
    right: 30%;
  }
  .top_content .main_contet .institution_overview_content .img_check .check_list ul li label {
    font-size: 1.6rem;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    position: absolute;
    background: none;
  }
  header .sub_page{
    position: absolute;
  }
  header.change-color {
    background-color: unset;
    transition: none;
  }
  .sp_disp_block {
    display: block;
  }
  .sp_disp_none {
    display: none;
  }
  .sp_none {
    display: none;
  }
  .gnavi__wrap {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .menu_content {
    transform: translateX(100%);
    transition: 1s all;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100vw;
    max-width: 70%;
    height: 100vh;
    z-index: 2;
    padding: 0 0 24px;
    overflow-y: scroll;
  }
  .menu_content .menu_content_inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .menu_content .menu_content_inner .page_link {
    display: block;
    text-align: left;
    margin: 22px 15px 0;
    padding-top: 20px;
    border-top: 1px solid #CCC;
  }
  .menu_content .menu_content_inner .page_link li {
    margin-bottom: 16px;
  }
  .menu_content .menu_content_inner .page_link li a {
    font-size: 1.4rem;
    color: #333333;
    text-decoration: none;
  }
  .menu_content .menu_content_inner .page_link li a:hover {
    text-decoration: underline;
  }
  .menu_content .menu_content_inner .page_link li:last-child {
    margin: 0;
  }
  .menu_content .menu_logo {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 160px;
  }
  .menu_content .language {
    margin: 40px auto 0;
  }
  .menu_content .language a {
    font-size: 1.4rem;
    display: inline-block;
    padding: 5px 8px;
    color: #707070;
    border: 1px solid #707070;
    border-radius: 0 15px 15px 0;
    width: 100px;
    text-align: center;
    position: relative;
  }
  .menu_content .language a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%) rotate(45deg);
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  .menu_content .language .active {
    background-color: #707070;
    color: #fff;
    border-radius: 15px 0 0 15px;
  }
  .menu_content nav ul {
    margin-top: 18px;
    margin-right: 0;
    flex-direction: column;
  }
  .menu_content nav ul li {
    margin-top: 32px;
    height: auto;
  }
  .menu_content nav ul li a {
    color: #333;
    padding: 14px 16px 0;
  }
  .menu_content nav ul li a .nomal {
    font-size: 1.6rem;
  }
  .menu_content nav ul li:nth-child(n+2) {
    margin-top: 16px;
  }
  .menu_content nav ul li:nth-child(n+2) a {
    padding-top: 0;
  }
  .gnavi__list {
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    height: auto;
  }
  .gnavi__list a {
    display: block;
  }
  .gnavi__list:hover .dropdown__lists {
    display: contents;
  }
  .gnavi__list:hover a {
    color: #000;
  }
  .menu_content .inquiry_link {
    display: block;
    margin: 32px auto 0;
    width: 90%;
  }
  .menu_content .inquiry_link a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #333;
    border-radius: 25px;
    text-align: center;
    transition: 0.5s all;
  }
  .menu_content .sns_link {
    display: block;
    margin-top: 24px;
  }
  .menu_content .sns_link ul {
    display: flex;
    justify-content: center;
  }
  .menu_content .sns_link ul li:nth-child(n+2) {
    margin-left: 16px;
  }
  .menu_content .sns_link ul li img {
    display: block;
    width: 32px;
  }
  .slideIn {
    transform: translateX(0);
    transition: 1s all;
  }
  .textchange {
    padding: 0;
    height: auto;
    border-bottom: 0px solid #fff;
  }
  .textchange::after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    margin: 16px auto 0;
    background-color: #CCC;
  }
  .textchange span {
    transition: all 0.5s;
  }
  .textchange .hover {
    display: block;
    position: relative;
    opacity: 1;
    top: 0;
  }
  .textchange:hover {
    border-bottom: 0px solid #fff;
  }
  .textchange:hover .nomal {
    opacity: 1;
  }
  .gnavi__wrap .textchange.change-color {
    background-color: unset;
  }
  header {
    z-index: 103;
  }
  header .menu_btn {
    width: 50px;
    height: 50px;
    padding: 20px 15px 0;
    position: fixed;
    top: -3px;
    right: 0;
    z-index: 101;
    cursor: pointer;
    transition: 0.5s all;
  }
  header .menu_btn .line_1 {
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
  }
  header .menu_btn .line_2 {
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    transform-origin: right;
    transition: 0.5s all;
  }
  header .menu_btn .line_3 {
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
    transform-origin: right;
    transition: 0.5s all;
  }
  header .menu_btn.scroll span {
    background-color: #333333;
  }
  header .menu_btn_cls {
    transform: rotate(45deg);
    transition: 0.5s all;
  }
  header .menu_btn_cls .line_1 {
    display: none;
  }
  header .menu_btn_cls .line_2 {
    width: 20px;
    height: 1px;
    background-color: #333;
    display: block;
    transform: rotate(-45deg);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%);
  }
  header .menu_btn_cls .line_3 {
    width: 20px;
    height: 1px;
    background-color: #333;
    display: block;
    transform: rotate(45deg);
    margin: 0;
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  header.sub_page {
    position: relative;
    padding: 2px 0 5px;
  }
  header.sub_page .menu_btn .line_1 {
    width: 20px;
    height: 2px;
    background-color: #333;
    display: block;
  }
  header.sub_page .menu_btn .line_2 {
    width: 20px;
    height: 2px;
    background-color: #333;
    display: block;
  }
  header.sub_page .menu_btn .line_3 {
    width: 20px;
    height: 2px;
    background-color: #333;
    display: block;
  }
  header.sub_page .menu_content .language a {
    color: #707070;
    border: 1px solid #707070;
  }
  header.sub_page .menu_content .language .active {
    background-color: #707070;
  }
  header.sub_page .menu_btn_cls .line_1 {
    display: none;
  }
  header.sub_page .textchange:hover {
    border-bottom: 0px;
  }
  header .site_logo {
    padding: 0;
    margin: 8px 0 0 8px;
  }
  header .site_logo img {
    max-width: 80px;
    min-width: auto;
  }
  /*-------------------------------------
  top_content
  /----------------------------------------*/
  .top_content .main_visual::before {
    content: none;
  }
  .top_content .main_visual .slide-dots {
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .top_content .main_visual .slide-dots li button::before {
    background-color: #ccc;
  }
  .top_content .main_visual h1 {
    display: block;
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
  }
  .top_content .main_visual h1 button{
    display: none;
  }
  .top_content .main_visual h1 img {
    max-width: 253px;
    display: block;
    margin: 0 auto;
  }
  .top_content .main_visual h1 img.sp_none {
    display: none;
  }
  .top_content .main_visual h1 span {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 16px;
    text-align: center;
  }
  .top_content .main_visual .wave {
    position: relative;
    height: 200px;
  }
  .top_content .main_visual canvas {
    bottom: -2px;
    width: 100%;
  }
  .top_content .main_visual img {
    vertical-align: bottom;
  }
  .top_content .main_contet {
    background-size: 251px;
    background-position: top 30px right;
    padding-top: 210px;
  }
  .top_content .main_contet .news_content {
    width: calc(100% - 38px);
    margin: 0 auto 80px;
  }
  .top_content .main_contet .news_content h2 {
    font-size: 2rem;
    margin-bottom: 16px;
    letter-spacing: 2px;
  }
  .top_content .main_contet .news_content .scroll_bar {
    overflow-y: auto;
    height: 353px;
  }
  .top_content .main_contet .news_content .scroll_bar::-webkit-scrollbar {
    width: 4px;
  }
  .top_content .main_contet .news_content .scroll_bar li {
    display: block;
    padding: 0 0 16px;
    margin: 16px 8px 16px 0;
  }
  .top_content .main_contet .news_content .scroll_bar li p:first-child {
    font-size: 1.4rem;
    line-height: 1.6;
    max-width: auto;
  }
  .top_content .main_contet .news_content .scroll_bar li p:nth-child(n+2) {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 8px;
  }
  .top_content .main_contet .news_content .scroll_bar li:last-child {
    margin-bottom: 0;
  }

  /* 過去の映像エリア
  .top_content .main_contet .movie_content {
    width: calc(100% - 38px);
    margin: 0 auto 80px;
  }
  .top_content .main_contet .movie_content .movie_area .movie_area_column {
    flex-direction: column;
  }
  .top_content .main_contet .movie_content .movie_area .movie_area_column figure {
    width: 100%;
    margin: 20px 0 0;
  }
  .top_content .main_contet .movie_content .movie_area_text {
    margin: 5% 0 5%;
  }
  .top_content .main_contet .movie_content .movie_area_text:before {
    background: linear-gradient(318deg,
    rgba(108, 169, 224, .6) 0%,
    rgb(98 187 153) 64.55%,
    rgb(67 187 177) 100%);
    width: 100%;
    height: 160px;
    top: 0;
  }
  .top_content .main_contet .movie_content .movie_area .movie_area_menu .movie_area_nav {
    flex-direction: column;
    margin: 20px 4% 0 0;
  }
  ここまで */

  .top_content .main_contet .movie_content{
    margin-bottom: 50px;
  }
  .top_content .main_contet .movie_content .movie_area_column{
    display: block;
  }
  .top_content .main_contet .movie_content .movie_area_column .movie_area_img {
    width: 100%;
    margin-right: 0;
  }
  .top_content .main_contet .movie_content .movie_area_column .movie_area_menu {
    width: 100%;
  }
  .top_content .main_contet .movie_content .movie_area_column .movie_area_menu .movie_area_text{
    margin: 20px 0;
  }
  .top_content .main_contet .movie_content .movie_area_column .movie_area_menu .movie_area_nav a {
    margin-left: 20px;
  }


  a.video_open{
    width: 100%;
    margin: 2% 0;
  }
  .top_content .main_contet .explanation_content {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .top_content .main_contet .explanation_content:before {
    content: none;
  }
  .top_content .main_contet .explanation_content img {
    width: calc(100% - 38px);
    height: auto;
    border-radius: 10px;
  }
  .top_content .main_contet .explanation_content .back_text {
    position: relative;
    top: -20px;
    color: #fff;
    width: calc(100% - 72px);
    height: calc(100% - 160px);
    margin: auto;
    padding: 50px 14px 86px;
  }
  .top_content .main_contet .explanation_content .back_text h2 {
    letter-spacing: 2.4px;
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 0 0 16px;
  }
  .top_content .main_contet .explanation_content .back_text h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .top_content .main_contet .explanation_content .back_text h4 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 24px;
  }
  .top_content .main_contet .explanation_content .back_text p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .top_content .main_contet .explanation_content .back_text .border_btn {
    border-radius: 25px;
    width: 272px;
    margin: 32px auto 0;
    padding: 14px 0;
    line-height: 1.2;
    height: auto;
  }
  .top_content .main_contet .explanation_content .back_text .border_btn .hover {
    display: none;
  }
  .top_content .main_contet .explanation_content .back_text .border_btn:before {
    display: none;
  }
  .top_content .main_contet .explanation_content .back_text .border_btn:after {
    width: 9px;
    height: 9px;
    right: 22px;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
  }
  .top_content .main_contet .explanation_content .back_text .border_btn:hover:before {
    display: none;
  }
  .top_content .main_contet .explanation_content .back_text .border_btn:hover:after {
    right: 22px;
    border-left: 0;
  }
  .top_content .main_contet .explanation_content .explanation_list_wrap {
    position: relative;
  }
  .top_content .main_contet .explanation_content .explanation_list_wrap:before {
    content: none;
    background-position: bottom left;
    background-size: cover;
    background-repeat-y: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 180%;
  }
  .top_content .main_contet .explanation_content .explanation_list {
    display: block;
    margin-top: -100px;
    max-width: 1536px;
    width: 100%;
    margin: -58px auto 0;
    z-index: 5;
    position: relative;
  }
  .top_content .main_contet .explanation_content .explanation_list:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -130px;
    width: 100%;
    height: 100%;
    background-image: url(https://www.shimz.co.jp/novare/common/img/bg_img2.png);
    background-size: 328px;
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet {
    position: relative;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet:before {
    content: "";
    background-position: center left;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    top: 20%;
    z-index: 0;
    z-index: 99;
    mix-blend-mode: multiply;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet.bg1:before {
    background-image: url(https://www.shimz.co.jp/novare/common/img/top/explanation_back1.jpg);
    max-width: 100%;
    max-height: 204px;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet.bg2:before {
    background-image: url(https://www.shimz.co.jp/novare/common/img/top/explanation_back2.jpg);
    max-width: 100%;
    max-height: 231px;
    top: 0;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet.bg3:before {
    background-image: url(https://www.shimz.co.jp/novare/common/img/top/explanation_back3.jpg);
    max-width: 100%;
    max-height: 118px;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(n+2) {
    margin: 16px auto 0;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet.list_height {
    height: 426px;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet::after {
    background: none !important;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .nomal {
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    width: calc(100% - 103px);
    height: auto;
    margin: 0 auto;
    padding: 24px 0;
    z-index: 2;
    position: relative;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .nomal.dots_none .title_wrapper::after {
    display: none;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .normal_inner {
    display: block;
    width: calc(100% - 64px);
    margin: 0 auto;
    position: relative;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title_wrapper {
    position: relative;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title_wrapper::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    bottom: -4px;
    transform: translate(-50%, 0);
    z-index: 1;
    border-radius: 50%;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    border: solid 1px #333;
    padding: 18px 0;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title::before, .top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #fff;
    z-index: 1;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title::before {
    left: 15px;
    right: 15px;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title::after {
    top: 15px;
    bottom: 15px;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title span:first-child {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .nomal .title span:last-child {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    margin-left: 12px;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet:hover .hover {
    width: calc(100% - 103px);
    height: auto;
    left: 0;
    top: -127px;
    padding: 24px 32px;
    margin-bottom: -127px;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet:hover .hover > p {
    opacity: 1;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .hover {
    display: none;
    position: relative;
    z-index: 5;
    color: #fff;
    bottom: 0;
    width: calc(100% - 103px);
    height: auto;
    left: 0;
    top: -127px;
    margin: 0 auto;
    padding: 24px 32px;
    border-radius: 10px;
    transition: none;
    scale: 1;
    margin-bottom: -127px;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .hover > p {
    opacity: 1;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .hover > p {
    opacity: 1;
    transition: all 0.5s;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 18px 0;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title::before, .top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #958A73;
    z-index: 1;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title::before {
    left: 15px;
    right: 15px;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title::after {
    top: 15px;
    bottom: 15px;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title span:first-child {
    font-size: 2.4rem;
    padding: 0;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .hover .title span:last-child {
    font-size: 1.7rem;
    margin-left: 10px;
    padding: 0;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .hover .sub_title {
    font-size: 1.4rem;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .hover .headline {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet .hover .text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(1) .nomal .title_wrapper {
    background: #938773;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(1) .nomal .title_wrapper::before, .top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(1) .nomal .title_wrapper::after {
    background-color: #938773;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(2) .nomal .title_wrapper {
    background: #709365;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(2) .nomal .title_wrapper::before, .top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(2) .nomal .title_wrapper::after {
    background-color: #709365;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(3) .nomal .title_wrapper {
    background: #5E90B3;
  }
  .top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(3) .nomal .title_wrapper::before, .top_content .main_contet .explanation_content .explanation_list .list_contet:nth-child(3) .nomal .title_wrapper::after {
    background-color: #5E90B3;
  }
  .top_content .main_contet .institution_overview_content {
    margin-top: 63px;
    background: #fff;
  }
  .top_content .main_contet .institution_overview_content:before {
    content: "";
    position: absolute;
    display: block;
    top: -140px;
    width: 100%;
    height: 100%;
    background-size: 339px;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .top_content .main_contet .institution_overview_content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 200px;
    border-radius: 0 0 10px 40px;
    border-radius: 50%/0 0 20% 20%;
    z-index: 0;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox] {
    display: none;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_list {
    display: block;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .detail_content.detail_view {
    display: block;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .check_list label.checked {
    background: #BA9268;
    color: #fff;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map .img_checked {
    background: #BA9268;
    color: #fff;
    font-size: 2rem;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(1).img_checked::before {
    width: 54px;
    height: 1px;
    bottom: -53%;
    left: 35%;
    transform: rotate(35deg);
    background: #C19C71;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(1).img_checked::after {
    bottom: -118%;
    left: 60%;
    background: #C19C71;
    width: 10px;
    height: 10px;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(2).img_checked::before {
    width: 54px;
    height: 1px;
    top: -70%;
    left: 26%;
    transform: rotate(45deg);
    background: #C19C71;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(2).img_checked::after {
    top: -158%;
    left: 27%;
    background: #C19C71;
    width: 10px;
    height: 10px;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(3).img_checked::before {
    width: 54px;
    height: 1px;
    bottom: -53%;
    left: 30%;
    transform: rotate(35deg);
    background: #C19C71;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(3).img_checked::after {
    bottom: -118%;
    left: 49%;
    background: #C19C71;
    width: 10px;
    height: 10px;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(4).img_checked::before {
    width: 54px;
    height: 1px;
    bottom: -62%;
    left: 20%;
    transform: rotate(-35deg);
    background: #C19C71;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(4).img_checked::after {
    bottom: -130%;
    left: 18%;
    background: #C19C71;
    width: 10px;
    height: 10px;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(5).img_checked::before {
    width: 54px;
    height: 1px;
    bottom: -53%;
    left: 35%;
    transform: rotate(35deg);
    background: #C19C71;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_check .img_map li:nth-child(5).img_checked::after {
    bottom: -118%;
    left: 50%;
    background: #C19C71;
    width: 10px;
    height: 10px;
  }
  .top_content .main_contet .institution_overview_content .img_check {
    display: block;
    margin: 0 19px;
  }
  .top_content .main_contet .institution_overview_content .img_check .check_list {
    margin-left: 0;
    max-width: none;
    width: 100%;
  }
  .top_content .main_contet .institution_overview_content .img_check .check_list h3 {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  .top_content .main_contet .institution_overview_content .img_check .check_list ul li {
    display: block;
    margin-bottom: 16px;
  }
  .top_content .main_contet .institution_overview_content .img_check .check_list ul li label {
    font-size: 1.6rem;
    padding: 10px 0 10px 16px;
  }
  .top_content .main_contet .institution_overview_content .img_check .check_list ul li label:hover {
    background: #C19C71;
    color: #fff;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map {
    position: relative;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map .bg_img {
    display: none;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map .img_noview {
    display: none;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map .img_view {
    display: block;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul {
    display: none;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li {
    position: absolute;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li label {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.5s;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li label:hover {
    background: #C19C71;
    color: #fff;
    scale: 1.25;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li label:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li label:after {
    content: "";
    border-radius: 50%;
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #fff;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li label:hover:before {
    background: #BA9268;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li label:hover:after {
    background: #BA9268;
    width: 10px;
    height: 10px;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(1) {
    top: 28%;
    left: 40%;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(1) label:before {
    width: 54px;
    height: 1px;
    bottom: -42%;
    left: 30%;
    transform: rotate(35deg);
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(1) label:after {
    bottom: -110%;
    left: 60%;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(1) label:hover:before {
    width: 54px;
    height: 1px;
    bottom: -53%;
    left: 35%;
    transform: rotate(35deg);
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(1) label:hover:after {
    bottom: -118%;
    left: 60%;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(2) {
    top: 31%;
    right: 4%;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(2) label:before {
    width: 54px;
    height: 1px;
    top: -100%;
    left: 26%;
    transform: rotate(45deg);
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(2) label:after {
    top: -183%;
    left: 30%;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(2) label:hover:before {
    width: 54px;
    height: 1px;
    top: -70%;
    left: 26%;
    transform: rotate(45deg);
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(2) label:hover:after {
    top: -158%;
    left: 27%;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(3) {
    top: 26%;
    left: 10%;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(3) label:before {
    width: 54px;
    height: 1px;
    bottom: -42%;
    left: 25%;
    transform: rotate(35deg);
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(3) label:after {
    bottom: -110%;
    left: 49%;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(3) label:hover:before {
    width: 54px;
    height: 1px;
    bottom: -53%;
    left: 30%;
    transform: rotate(35deg);
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(3) label:hover:after {
    bottom: -118%;
    left: 49%;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(4) {
    top: 49%;
    right: 6%;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(4) label:before {
    width: 54px;
    height: 1px;
    bottom: -62%;
    left: 20%;
    transform: rotate(-35deg);
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(4) label:after {
    bottom: -130%;
    left: 21%;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(4) label:hover:before {
    width: 54px;
    height: 1px;
    bottom: -62%;
    left: 20%;
    transform: rotate(-35deg);
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(4) label:hover:after {
    bottom: -130%;
    left: 18%;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(5) {
    top: 37%;
    right: 13%;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(5) label:before {
    width: 54px;
    height: 1px;
    bottom: -42%;
    left: 30%;
    transform: rotate(35deg);
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(5) label:after {
    bottom: -110%;
    left: 49%;
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(5) label:hover:before {
    width: 54px;
    height: 1px;
    bottom: -53%;
    left: 35%;
    transform: rotate(35deg);
  }
  .top_content .main_contet .institution_overview_content .img_check .img_map ul li:nth-child(5) label:hover:after {
    bottom: -118%;
    left: 50%;
  }
  .top_content .main_contet .institution_overview_content .img_list {
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
  }
  .top_content .main_contet .institution_overview_content .img_list .img_list_slide {
    position: relative;
  }
  .top_content .main_contet .institution_overview_content .img_list .img_list_slide .slick-arrow {
    position: absolute;
    height: 100%;
    width: 12%;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: 40%;
    padding: 0;
    border: none;
    outline: none;
    z-index: 1;
  }
  .top_content .main_contet .institution_overview_content .img_list .img_list_slide .slick-prev::before, .top_content .main_contet .institution_overview_content .img_list .img_list_slide .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    top: 55%;
    right: 10px;
    width: 32%;
    height: 2px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    transform: translate(0, -50%);
    transform: rotate(-45deg);
  }
  .top_content .main_contet .institution_overview_content .img_list .img_list_slide .slick-prev::after, .top_content .main_contet .institution_overview_content .img_list .img_list_slide .slick-next::after {
    content: "";
    display: block;
    position: absolute;
    top: 48%;
    right: 10px;
    width: 32%;
    height: 2px;
    box-shadow: -2px -3px 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    transform: rotate(-135deg);
  }
  .top_content .main_contet .institution_overview_content .img_list .img_list_slide .slick-prev {
    top: 0;
    left: 0;
  }
  .top_content .main_contet .institution_overview_content .img_list .img_list_slide .slick-prev::before {
    left: 10px;
    transform: rotate(45deg);
  }
  .top_content .main_contet .institution_overview_content .img_list .img_list_slide .slick-prev::after {
    left: 10px;
    transform: rotate(135deg);
  }
  .top_content .main_contet .institution_overview_content .img_list .img_list_slide .slick-next {
    right: 0;
    top: 0;
  }
  .top_content .main_contet .institution_overview_content .img_list .img_list_slide .slick-next::before {
    right: 10px;
    transform: rotate(-45deg);
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
  }
  .top_content .main_contet .institution_overview_content .img_list .img_list_slide .slick-next::after {
    right: 10px;
    transform: rotate(-135deg);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .top_content .main_contet .institution_overview_content .img_list ul {
    display: flex;
  }
  .top_content .main_contet .institution_overview_content .img_list ul li {
    position: relative;
  }
  .top_content .main_contet .institution_overview_content .img_list ul li img {
    vertical-align: bottom;
  }
  .top_content .main_contet .institution_overview_content .img_list ul li label {
    cursor: pointer;
  }
  .top_content .main_contet .institution_overview_content .img_list ul li label span {
    display: none;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 2rem;
    opacity: 0;
  }
  .top_content .main_contet .institution_overview_content .img_list ul li label:hover span {
    display: none;
  }
  .top_content .main_contet .institution_overview_content .detail_content {
    margin-top: 24px;
    display: none;
    position: relative;
  }
  .top_content .main_contet .institution_overview_content .detail_content:before {
    content: "";
    display: block;
    width: 100%;
    height: 36%;
    background: #fff;
    position: absolute;
    z-index: 0;
    bottom: 0;
  }
  .top_content .main_contet .institution_overview_content .detail_content .img_area {
    display: none;
  }
  .top_content .main_contet .institution_overview_content .detail_content .img_area img {
    max-width: 920px;
    width: 100%;
    vertical-align: bottom;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info {
    max-width: 1200px;
    margin: -50px auto 0;
    z-index: 3;
    position: relative;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area {
    text-align: right;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label {
    display: none;
    color: #000;
    text-decoration: none;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label:hover {
    text-decoration: underline;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label:nth-child(1) {
    margin-right: 36px;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label:nth-child(1)::before {
    content: "←";
    margin-right: 2px;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .link_area label:nth-child(2)::after {
    content: "→";
    margin-left: 2px;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area {
    padding: 16px 19px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area h4 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 32px;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area .text {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 32px;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area .features {
    padding: 16px 14px;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area .features .tag {
    font-size: 1.4rem;
    padding: 4px 32px;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area .features ul {
    display: block;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area .features ul li {
    font-size: 1.4rem;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area .features ul li:nth-child(n+2) {
    margin-top: 16px;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info .detail_area .features ul li:after {
    display: none;
  }
  .top_content .main_contet .institution_overview_content .detail_content .border_btn {
    width: 337px;
    margin: 24px auto 80px;
    padding: 12px 0;
    height: auto;
  }
  .top_content .main_contet .institution_overview_content .detail_content .border_btn .hover {
    display: none;
  }
  .top_content .main_contet .institution_overview_content .detail_content .border_btn:before {
    display: none;
  }
  .top_content .main_contet .institution_overview_content .detail_content .border_btn:after {
    width: 9px;
    height: 9px;
    right: 22px;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
  }
  .top_content .main_contet .institution_overview_content .detail_content .border_btn:hover:before {
    display: none;
  }
  .top_content .main_contet .institution_overview_content .detail_content .border_btn:hover:after {
    width: 9px;
    right: 22px;
    border-left: 0;
  }
  .access_contet {
    padding: 40px 19px;
    margin-bottom: 50px;
  }
  .access_contet::before {
    display: none;
  }
  .access_contet .access_info {
    display: block;
    width: 100%;
    max-width: 1536px;
    margin: 0 auto 20px;
  }
  .access_contet .access_info h3 {
    letter-spacing: 2px;
    font-size: 2rem;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .access_contet .access_info .img_area .img1 {
    max-width: 150px;
    width: 100%;
    margin-left: 35px;
  }
  .access_contet .access_info .img_area .img2 {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .access_contet .access_info .info_text {
    width: 100%;
    min-width: 337px;
    margin: 24px 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .access_contet .access_info .info_text .tel {
    margin: 8px 0 24px;
  }
  .access_contet .access_info .info_text .nearest {
    padding: 14px 14px;
    margin: 28px 0 0 0;
  }
  .access_contet .access_info .info_text .nearest p {
    font-size: 1.4rem;
  }
  .access_contet .access_info .info_text .nearest p:nth-child(n+2) {
    margin: 8px 0 0;
  }
  .access_contet .access_info .img_column{
    margin: 28px 0 0 0;
  }
  .access_contet .google_map {
    display: none;
  }
  .access_contet .google_map_link {
    display: block;
    width: 100%;
    margin: 40px auto 0;
  }
  .access_contet .google_map_link a {
    display: block;
    text-decoration: none;
    font-family: "Montserrat";
    font-size: 1.6rem;
    color: #333;
    text-align: center;
    border: 1px solid #333;
    border-radius: 25px;
    padding: 12px 0;
  }
  .footer_wrap:after {
    height: 50px;
  }
  footer {
    padding: 88px 0 24px;
    margin: auto;
  }
  footer .footer_info {
    display: block;
  }
  footer .footer_info .footer_img {
    display: block;
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
  }
  footer .footer_info .footer_img img {
    vertical-align: bottom;
  }
  footer .footer_info .logo_txt {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 16px;
  }
  footer .footer_info .company_info {
    max-width: 234px;
    margin: 32px auto 0;
  }
  footer .footer_info .company_info .tel {
    margin-top: 24px;
  }
  footer .footer_info .inquiry_link {
    display: none;
  }
  footer .footer_info .sns_link {
    margin: 40px 0 0;
  }
  footer .footer_info .sns_link ul {
    display: flex;
    justify-content: center;
  }
  footer .footer_info .sns_link ul li:nth-child(n+2) {
    margin-left: 16px;
  }
  footer .nav_link {
    display: none;
  }
  footer .copywriter {
    margin-top: 80px;
  }
  footer .footre_beneath {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  footer .footre_beneath .page_link {
    display: none;
  }
  .others_page_content figcaption.hover-mask {
    opacity: 1;
    position: relative;
    color: #333333;
    font-size: 1.6rem;
    background: none;
    border: none;
    margin: 0;
    padding: 16px 0 0;
    -webkit-text-decoration: underline #fff;
            text-decoration: underline #fff;
  }
  .others_page_content .links_bnr {
    margin-bottom: 80px;
  }
  .others_page_content .links_bnr .slick-arrow {
    position: absolute;
    height: 100%;
    width: 12%;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: 40%;
    padding: 0;
    border: none;
    outline: none;
    z-index: 1;
  }
  .others_page_content .links_bnr .slick-prev::before, .others_page_content .links_bnr .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    top: 44%;
    right: 10px;
    width: 32%;
    height: 2px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    transform: translate(0, -50%);
    transform: rotate(-45deg);
  }
  .others_page_content .links_bnr .slick-prev::after, .others_page_content .links_bnr .slick-next::after {
    content: "";
    display: block;
    position: absolute;
    top: 39%;
    right: 10px;
    width: 32%;
    height: 2px;
    box-shadow: -2px -3px 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    transform: rotate(-135deg);
  }
  .others_page_content .links_bnr .slick-prev {
    top: 0;
    left: 0;
  }
  .others_page_content .links_bnr .slick-prev::before {
    left: 10px;
    transform: rotate(45deg);
  }
  .others_page_content .links_bnr .slick-prev::after {
    left: 10px;
    transform: rotate(135deg);
  }
  .others_page_content .links_bnr .slick-next {
    right: 0;
    top: 0;
  }
  .others_page_content .links_bnr .slick-next::before {
    right: 10px;
    transform: rotate(-45deg);
    box-shadow: -2px -3px 3px rgba(0, 0, 0, 0.2);
  }
  .others_page_content .links_bnr .slick-next::after {
    right: 10px;
    transform: rotate(-135deg);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .top_content .main_visual {
    position: relative;
    z-index: 0;
  }
  .top_content .video_visual{
    display: none;
  }
  .top_content .main_visual h1 button{
    display: inline;
  }
  .top_content .main_visual ul li.slick-slide img {
    display: none;
  }
  .top_content .main_visual ul li.slick-slide img:nth-child(n+2) {
    display: block;
    width: 100%;
  }
  .top_content .main_contet .institution_overview_content input[type=checkbox]:checked ~ .img_list {
    display: block;
    padding-bottom: 0;
  }
  .top_content .main_contet .institution_overview_content .img_list ul li label span {
    display: none;
    position: relative;
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 16px;
  }
  .top_content .main_contet .institution_overview_content .detail_content .img_area {
    display: none;
  }
  .top_content .main_contet .institution_overview_content .detail_content .detail_info {
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */