@charset "UTF-8";
#top_main_img_container .flex-control-paging li a.flex-active {
  background: #0068c7;
}
#top_main_img_container .top_main_img_block img {
  width: 100%;
}

#top_contents {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
#top_contents .sec_header {
  margin: 0 0 min(3vw, 30px);
}
#top_contents .sec_header h2 {
  color: #0068c7;
  font-size: clamp(1.125rem, 0.4007633588rem + 2.7989821883vw, 2.5rem);
  font-weight: bold;
}
#top_contents .sec_header h2 .hd_jp {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  position: relative;
}
#top_contents .sec_header h2 .hd_jp:before {
  content: "/";
  margin-left: 0.4em;
  margin-right: 0.4em;
}
#top_contents .sec_txt {
  margin-bottom: 35px;
}
#top_contents .btn_arrow a {
  font-weight: bold;
  display: inline-block;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-image: url("../../images/ico_yaji_maru01.png");
}
@media screen and (max-width: 768px) {
  #top_contents {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#topsec_news_line {
  max-width: 1048px;
  margin: min(5vw, 50px) auto min(9vw, 90px);
  padding: 0 1em;
}
#topsec_news_line .news_line_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_news_line .news_line_container .new_mark {
  font-size: clamp(0.625rem, 0.5920801527rem + 0.1272264631vw, 0.6875rem);
  display: inline-block;
  line-height: 1.2;
  position: relative;
  top: -2px;
  padding: 1px 5px;
  margin-right: 5px;
  color: #fff;
  background-color: #e50011;
}
#topsec_news_line .news_line_container .news_line_lt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100px;
  margin-right: 35px;
}
#topsec_news_line .news_line_container .news_line_lt h5 {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: bold;
  color: #0068c7;
  padding: 3px 8px;
  text-align: center;
  border: 1px solid #0068c7;
}
#topsec_news_line .news_line_container .news_line_rt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#topsec_news_line .news_line_container .news_line_rt dl {
  position: relative;
}
#topsec_news_line .news_line_container .news_line_rt dl dt {
  display: none;
}
#topsec_news_line .news_line_container .news_line_rt dl dd {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_news_line .news_line_container .news_line_rt dl dd a {
  color: #233444;
  display: block;
  padding-right: 16px;
  background-repeat: no-repeat;
  background-position: 99% 5px;
}
#topsec_news_line .news_line_container .news_line_rt dl dd a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#topsec_news_line .news_line_container .news_line_rt dl .news_date {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80px;
  margin-right: 15px;
  padding-top: 2px;
  color: #8f99a2;
  display: block;
  font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
}
#topsec_news_line .news_line_container .news_line_rt dl .news_title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  font-weight: bold;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 1; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media screen and (max-width: 768px) {
  #topsec_news_line .news_line_container .news_line_rt dl dd .news_date {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  #topsec_news_line .news_line_container {
    display: block;
  }
}

#topsec_service {
  max-width: 1388px;
  margin: min(10vw, 100px) auto;
  padding: 0 1em;
}
#topsec_service a {
  color: #233444;
  text-decoration: none;
}
#topsec_service .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_service .sec_row .sec_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
  margin-bottom: 20px;
}
#topsec_service .sec_row .sec_col .ser_pho {
  overflow: hidden;
  border-radius: 5px;
}
#topsec_service .sec_row .sec_col .ser_pho img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#topsec_service .sec_row .sec_col:hover .ser_title {
  color: #0068c7;
}
#topsec_service .sec_row .sec_col:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#topsec_service .sec_row .sec_col .ser_title {
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-image: url("../../images/ico_yaji_maru01.png");
}
#topsec_service .sec_row .sec_col .ser_title .font_s {
  font-size: clamp(0.75rem, 0.6841603053rem + 0.2544529262vw, 0.875rem);
}
@media screen and (max-width: 768px) {
  #topsec_service .sec_row .sec_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}
@media screen and (max-width: 768px) {
  #topsec_service {
    margin-top: min(18vw, 180px);
  }
}

#topsec_news {
  max-width: 1048px;
  margin: min(10vw, 100px) auto;
  padding: 0 1em;
}
#topsec_news a {
  color: #233444;
  text-decoration: none;
}
#topsec_news .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_news .sec_row .sec_col_lt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}
#topsec_news .sec_row .sec_col_rt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  #topsec_news .sec_row {
    display: block;
  }
  #topsec_news .sec_row .sec_col_lt {
    width: 100%;
    text-align: right;
    margin-top: -0.5em;
  }
  #topsec_news .sec_row .sec_col_rt {
    margin-top: 15px;
  }
}
#topsec_news .news_tab_container .news_tabs ul {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#topsec_news .news_tab_container .news_tabs ul li {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 0.5em 1em;
  margin: 0 2%;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
#topsec_news .news_tab_container .news_tabs ul li.tab_active {
  border-bottom: 4px solid #0068c7;
}
@media screen and (max-width: 768px) {
  #topsec_news .news_tab_container .news_tabs ul {
    line-height: 1.2;
  }
  #topsec_news .news_tab_container .news_tabs ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0.8em 0.2em;
    margin: 0 1%;
  }
}
@media screen and (max-width: 768px) {
  #topsec_news .sec_header {
    margin-bottom: 0;
  }
}

#topsec_movie {
  padding: min(10vw, 100px) 0;
  background-color: #f1f6fc;
}
#topsec_movie a {
  color: #233444;
  text-decoration: none;
}
#topsec_movie .sec_row {
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_movie .sec_row .sec_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#topsec_movie .sec_row .sec_col .youtube_iframe {
  width: 100%;
  aspect-ratio: 1/0.5625;
}
#topsec_movie .sec_row .sec_col .youtube_iframe iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #topsec_movie .sec_row {
    display: block;
  }
}

#topsec_haisuibunseki_room {
  padding: 0 0 min(10vw, 100px);
  background-color: #f1f6fc;
}
#topsec_haisuibunseki_room a {
  color: #233444;
  text-decoration: none;
}
#topsec_haisuibunseki_room a:hover {
  opacity: 0.7;
}
#topsec_haisuibunseki_room .sec_inner {
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 1em;
  text-align: center;
}