<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =======================================

	ContentsElements

======================================= */
main {
  margin: 0;
}
.cont_wrap {
  padding: 80px 0;
}
.cont_outer.type_transparent {
  color: #FFF;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .cont_outer {
    margin-right: 0;
    margin-left: 0;
    padding-right: 5%;
    padding-left: 5%;
  }
  .cont_wrap {
    padding: 40px 0;
  }
  .sns_icon {
    padding: 0 0 40px;
    background: rgba(255, 255, 255, 1);
  }
}
/*-----------------------------------------
	background
-----------------------------------------*/
.bg_area {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(/files/common/mv_basic_bg.jpg) no-repeat center center;
  background-color: #000;
  background-size: cover;
}
/*about*/
.pg_about .bg_area {
  background-image: url(/about/files/about_bg.jpg);
}
/*pg_opencampus*/
.pg_opencampus .bg_area {
  background-image: url(/open-campus/files/mv_opencampus_bg.jpg);
}
/*apply*/
.pg_apply .bg_area {
  background-image: url(/apply/files/apply_bg.jpg);
}
/*support*/
.pg_support .bg_area {
  background-image: url(/support/files/support_bg.jpg);
}
/*ao-guide*/
.pg_ao-guide .bg_area {
  background-image: url(/ao-guide/files/ao-guide_bg.jpg);
}
/*tva-world*/
.pg_tva-world .bg_area {
  background-image: url(/tva-world/files/tva-world_bg.jpg);
}
/*activity*/
.pg_activity .bg_area {
  background-image: url(/activity/files/activity_bg.jpg);
}
/*virtual*/
.pg_virtual .bg_area {
  background-image: url(/virtual/files/virtual_bg.jpg);
}
/*pamphlet*/
.pg_pamphlet .bg_area {
  background-image: url(/pamphlet/files/pamphlet_bg.jpg);
}
/*music-artist-audition*/
.pg_music-artist-audition .bg_area {
  background-image: url(/music-artist-audition/files/music-artist-audition_bg.jpg);
}
/*instagram-photo-contest*/
.pg_instagram-photo-contest .bg_area {
  background-image: url(/instagram-photo-contest/files/instagram-photo-contest_bg.jpg);
}
/*kpop-dance-korean*/
.pg_kpop-dance-korean .bg_area {
  background-image: url(/kpop-dance-korean/files/kpop_dance__bg.jpg);
}
/*spdc-8gatu*/
.pg_spdc-8gatu .bg_area {
  background-image: url(/spdc-8gatu/files/spdc08__bg.jpg);
}
/*dream-campus*/
.pg_dream-campus .bg_area {
  background-image: url(/dream-campus/files/dc_01_bg.jpg);
}
/*d-league*/
.pg_d-league .bg_area {
  background-image: url(/d-league/files/d_league_bg.jpg);
}
/*video-creator-contest*/
.pg_video-creator-contest .bg_area {
  background-image: url(/video-creator-contest/files/vc_con_bg.jpg);
}
/*line-sodan*/
.pg_line-sodan .bg_area {
  background-image: url(/line-sodan/files/line_sss_bg.jpg);
}
/*shuttyo*/
/* .pg_shuttyo .bg_area {
	background-image: url(/shuttyo/files/sgs_00_bg.jpg);
} */
.pg_shuttyo .bg_area {
  background-image: url(/shuttyo/files/sgs_2024_bg.jpg);
}
/*oc-kyoka*/
.pg_oc-kyoka .bg_area {
  background-image: linear-gradient(0deg, rgba(170, 243, 228, 1), rgba(81, 160, 228, 1) 70%, rgba(77, 84, 224, 1));
}
/*soc2023*/
.pg_soc2023 .bg_area {
  background-image: url(/soc2023/files/soc2023_bg.jpg);
}
.bg_area:before {
  content: '';
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
}
@media only screen and (max-width: 768px) {
  body:not(.pg_404) .bg_area {
    display: none;
  }
  .pg_404 .bg_area {
    background-attachment: scroll !important;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .bg_area {
    height: 100vh;
  }
}
/*-----------------------------------------
	page ttl
-----------------------------------------*/
.pg_ttl {
  padding: 200px 0 90px;
  color: #FFF;
  text-align: center;
}
.pg_ttl h1 {
  font-size: 3rem;
  letter-spacing: 0.4em;
  line-height: 1.3;
}
.pg_ttl h1 span, .pg_ttl .komoji {
  margin: 0 0 10px;
  display: block;
  letter-spacing: 0.05em;
  font-size: 70%;
  line-height: 1;
  font-weight: 400;
  font-family: 'Teko', 'Noto Sans JP', sans-serif;
}
.pg_ttl .komoji {
  font-size: 130%;
}
.pg_ttl p {
  width: 640px;
  margin: 40px auto 0;
  line-height: 2;
  font-size: 1.2rem;
}
.pg_ttl.mini {
  padding: 160px 0 45px;
}
.pg_ttl.mini h1 {
  font-size: 3rem;
}
.pg_ttl.mini h1 span {
  font-size: 2rem;
}
.pg_ttl.bonyari {
	backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.1);
}
.pg_ttl.bonyari p {
	margin: 0 auto;
    font-size: 2rem;
    letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .pg_ttl {
    padding: 100px 5% 60px;
    position: relative;
    background: url(/files/common/mv_basic_bg.jpg) no-repeat top center;
    background-size: cover;
  }
  .pg_ttl:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, .4);
  }
  /*about*/
  .pg_about .pg_ttl {
    background-image: url(/about/files/about_bg.jpg);
  }
  /*pg_opencampus*/
  .pg_opencampus .pg_ttl {
    background-image: url(/open-campus/files/mv_opencampus_bg.jpg);
  }
  /*apply*/
  .pg_apply .pg_ttl {
    background-image: url(/apply/files/apply_bg.jpg);
  }
  /*support*/
  .pg_support .pg_ttl {
    background-image: url(/support/files/support_bg.jpg);
  }
  /*ao-guide*/
  .pg_ao-guide .pg_ttl {
    background-image: url(/ao-guide/files/ao-guide_bg.jpg);
  }
  /*tva-world*/
  .pg_tva-world .pg_ttl {
    background-image: url(/tva-world/files/tva-world_bg.jpg);
  }
  /*activity*/
  .pg_activity .pg_ttl {
    background-image: url(/activity/files/activity_bg.jpg);
  }
  /*virtual*/
  .pg_virtual .pg_ttl {
    background-image: url(/virtual/files/virtual_bg.jpg);
  }
  /*pamphlet*/
  .pg_pamphlet .pg_ttl {
    background-image: url(/pamphlet/files/pamphlet_bg.jpg);
  }
  /*music-artist-audition*/
  .pg_music-artist-audition .pg_ttl {
    background-image: url(/music-artist-audition/files/music-artist-audition_bg.jpg);
  }
  /*instagram-photo-contest*/
  .pg_instagram-photo-contest .pg_ttl {
    background-image: url(/instagram-photo-contest/files/instagram-photo-contest_bg.jpg);
  }
  /*kpop-dance-korean*/
  .pg_kpop-dance-korean .pg_ttl {
    background-image: url(/kpop-dance-korean/files/kpop_dance__bg.jpg);
  }
  /*spdc-8gatu*/
  .pg_spdc-8gatu .pg_ttl {
    background-image: url(/spdc-8gatu/files/spdc08__bg.jpg);
  }
  /*dream-campus*/
  .pg_dream-campus .pg_ttl {
    background-image: url(/dream-campus/files/dc_01_bg.jpg);
  }
  /*d-league*/
  .pg_d-league .pg_ttl {
    background-image: url(/d-league/files/d_league_bg.jpg);
  }
  /*video-creator-contest*/
  .pg_video-creator-contest .pg_ttl {
    background-image: url(/video-creator-contest/files/vc_con_bg.jpg);
  }
  /*line-sodan*/
  .pg_line-sodan .pg_ttl {
    background-image: url(/line-sodan/files/line_sss_bg.jpg);
  }
  /*shuttyo*/
  /* .pg_shuttyo .pg_ttl {
		background-image: url(/shuttyo/files/sgs_00_bg.jpg);
	} */
  .pg_shuttyo .pg_ttl {
    background-image: url(/shuttyo/files/sgs_2024_bg.jpg);
  }
  /*oc-kyoka*/
  .pg_oc-kyoka .pg_ttl {
    background-image: linear-gradient(0deg, rgba(170, 243, 228, 1), rgba(81, 160, 228, 1) 70%, rgba(77, 84, 224, 1));
  }
  /*soc2023*/
  .pg_soc2023 .pg_ttl {
    background-image: url(/soc2023/files/soc2023_sp_bg.jpg);
  }
  /* 404 */
  .pg_404 .pg_ttl {
    background: none;
  }
  .pg_404 .pg_ttl:before {
    content: none;
  }
  .pg_ttl * {
    position: relative;
    z-index: 1;
  }
  .pg_ttl h1 {
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
  }
  .pg_ttl h1 span {
    margin: 0 0 0.3em;
  }
  .pg_ttl h1 img {
    width: 88%;
  }
  .pg_ttl p {
    width: 90%;
    margin: 20px auto 0;
  }
  .pg_ttl p img {
    width: 88%;
  }
  /* mini */
  .pg_ttl.mini {
    padding: 80px 0 50px;
  }
  .pg_ttl.mini h1 {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  .pg_ttl.mini h1 span {
    font-size: 1.4rem;
  }
	.pg_ttl.bonyari p {
		font-size: 1.5rem;
	}
}
/*-----------------------------------------
	breadcrumbs
-----------------------------------------*/
.breadcrumbs ul {
  margin: 0 40px;
  padding: 15px 0;
}
.breadcrumbs li {
  font-size: 1.2rem;
  color: #FFF;
  display: inline-block;
}
.breadcrumbs li a {
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.breadcrumbs li:not(:last-child):after {
  content: "  &gt;  ";
}
.pg_news .breadcrumbs {
  display: none;
}
@media only screen and (max-width: 768px) {
  /*modified by k-saito : 20220311*/
  /*display:none → view*/
  .breadcrumbs {
    margin-top: -3.6em;
    width: 100%;
    position: absolute;
  }
  .breadcrumbs ul {
    margin: 0 1em;
    padding: 0;
    height: 3.4em;
    line-height: 1.2;
    font-feature-settings: "palt";
    text-align: center;
    overflow: hidden;
  }
}
/*-----------------------------------------
	top_tab
-----------------------------------------*/
.top_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top_tab ul li {
  margin: 0 5px;
}
.top_tab ul li a {
  padding: 1.5em 2.5em;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-bottom: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.top_tab ul li.active a {
  background: #fff;
  color: #000;
}
/* hover */
@media only screen and (min-width: 768px) {
  .top_tab ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 768px) {
  .top_tab .display_sp {
    background: #fff;
  }
  .select_btn {
    width: 100%;
    height: 53px;
    display: block;
    position: relative;
    border: 1px solid #f5f5f5;
    border-left: 4px solid #004098;
    font-size: 1.6rem;
    background: #fff;
    margin-bottom: 30px;
  }
  .select_btn label {
    width: 100%;
    position: relative;
    display: block;
    font-weight: normal;
    -webkit-tap-highlight-color: transparent;
  }
  .select_btn label:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    right: 13px;
    margin-top: -4px;
    margin-left: -4px;
    border-bottom: 2px solid #004098;
    border-right: 2px solid #004098;
    cursor: pointer;
    pointer-events: none;
    transform: rotate(45deg);
  }
  .select_btn select {
    display: block;
    width: 100%;
    padding: 13px 30px 12px 15px;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
  }
}
/*-----------------------------------------
	contents_page_list
-----------------------------------------*/
.contents_page_list {
  margin: 0;
}
.contents_page_list &gt; li:nth-child(1), .contents_page_list &gt; li:nth-child(2) {
  margin-top: 0;
}
/*-----------------------------------------
	entry base
-----------------------------------------*/
/* heading */
.entry_base .sec_head {
  margin: 80px 0 30px;
  padding: 0 0 25px;
  line-height: 1.2;
  font-size: 6rem;
  background: transparent;
}
.entry_base section:first-child &gt; .sec_head {
  margin: 0 0 30px;
}
.entry_base .entry_head {
  margin: 0 0 30px;
  padding: 0;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
  background: transparent;
}
.entry_base .entry_head strong {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ccd9ea));
  background: linear-gradient(transparent 70%, #ccd9ea 0%);
}
.entry_base .type_q:before {
  content: "Q";
  width: 1.8em;
  height: 1.8em;
  margin: 0 0.5em 0 0;
  display: inline-block;
  color: #fff;
  font-size: 80%;
  line-height: 1.8em;
  text-align: center;
  font-family: 'Teko', sans-serif;
  background: #000;
  border-radius: 50%;
  position: relative;
  top: -0.3em;
}
.entry_base h2 {
  margin: 50px 0 30px;
  padding: 10px 20px;
  font-size: 2.4rem;
  line-height: 1.4;
  background: #f2f2f2;
}
.entry_base h2.ruby {
  padding: 0.9em 20px 10px;
}
.entry_base h2.taisaku {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  background: none;
}
.entry_base h3 {
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-size: 2.2rem;
  line-height: 1.4;
  position: relative;
}
.entry_base h3.taisaku {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  position: inherit;
}
.entry_base h3:after {
  content: '';
  width: 100%;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.entry_base h3.taisaku:after {
  display: none;
}
.entry_base h4 {
  margin: 0 0 30px;
  padding: 0 0 15px;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.entry_base h5 {
  margin: 0 0 25px;
  padding: 0 0 0 25px;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
}
.entry_base h5:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  background: #000;
}
.entry_base h6 {
  margin: 0 0 25px;
  padding: 0 0 0 25px;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
}
.entry_base h6:before {
  content: '';
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  background: #000;
}
.entry_base p {
  margin: 0 0 44px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .entry_base .sec_head, .entry_base section:first-child &gt; .sec_head {
    margin: 40px 0 20px;
    padding: 0 0 20px;
    font-size: 4.5rem;
    line-height: 1;
  }
  .entry_base .sec_head span {
    margin: 5px 0 0 0;
    font-size: 1.2rem;
  }
  .entry_base .entry_head {
    margin: 0 0 30px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .entry_base h2 {
    margin: 0 0 20px;
    padding: 10px 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
  .entry_base h2.taisaku {
    margin: 0;
    padding: 0;
  }
  .entry_base h3 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .entry_base h3.taisaku {
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit
  }
  .entry_base h4 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .entry_base h5 {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .entry_base h5:before {
    top: 0.7em;
  }
  .entry_base h6 {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    font-size: 1.4rem;
  }
  .entry_base p {
    margin: 0 0 20px;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .entry_base p.award {
    padding-top: 20px;
  }
  .txt_img_set .award_detail {
    margin: 20px 0 0;
    ;
  }
}
/* hr */
hr {
  margin: 60px auto 80px;
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 768px) {
  hr {
    margin: 30px auto 40px;
  }
}
/* anchor_list */
.entry_base .anchor_list {
  width: 100%;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.entry_base .anchor_list li {
  -ms-flex-preferred-size: calc((98% / 4) - 1px);
  flex-basis: calc((98% / 4) - 1px);
  margin: 2px 0 0 2px;
  border: solid 1px;
  border-color: #e5e5e5 #9f9f9f #9f9f9f #e5e5e5;
}
.entry_base .anchor_list a {
  width: 100%;
  height: 100%;
  padding: 15px 10px 15px 50px;
  color: #000;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.entry_base .anchor_list a:before {
  content: "\e901";
  font-family: 'tva';
  display: block;
  color: #999;
  font-size: 1.8rem;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 20px;
}
@media only screen and (max-width: 768px) {
  .entry_base .anchor_list {
    margin: 0 auto 20px;
  }
  .entry_base .anchor_list li {
    -ms-flex-preferred-size: calc(98% / 2);
    flex-basis: calc(98% / 2);
  }
  .entry_base .anchor_list a {
    padding: 12px 0 12px 35px;
    font-size: 1rem;
  }
  .entry_base .anchor_list a:before {
    font-size: 1.3rem;
    top: 1.5em;
    left: 15px;
  }
}
/* list */
.entry_base ul.basic {
  margin: 0 0 30px;
  list-style: none;
}
.entry_base ul.ruby_list li {
  line-height: 2.3em !important;
}
.entry_base ul.basic li {
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  position: relative;
}
.entry_base ul.basic li:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.5em;
  left: 7px;
  border: 2px solid #000;
  border-radius: 50%;
}
.entry_base ol.basic {
  margin: 0 0 30px;
  counter-reset: num;
  list-style: none;
}
.entry_base ol.basic li {
  margin: 0 0 15px;
  padding: 0 0 0 25px;
  position: relative;
}
.entry_base ol.basic li:before {
  counter-increment: num;
  content: counter(num);
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  font-family: 'Teko', sans-serif;
  font-size: 1.4rem;
  color: #FFF;
  position: absolute;
  top: 0.2em;
  left: 0;
  background: #000;
}
.entry_base ul.note {
  margin: 0 0 30px;
  font-size: 1.4rem;
  list-style: none;
}
.entry_base ul.note li {
  margin: 0 0 10px;
  padding: 0 0 0 1.2em;
  position: relative;
}
.entry_base ul.note li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.entry_base ol.basic ul.note &gt; li:before {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0.2rem;
  left: 0px;
  color: #999;
  background: none;
}
.entry_base ol.basic .note {
  margin: 15px 0 0;
  counter-reset: num;
}
/* nest style */
.entry_base ul.basic .basic {
  margin: 10px 0 0;
  counter-reset: num;
}
.entry_base ul.basic ol.basic &gt; li:before {
  border-radius: 0;
}
.entry_base ol.basic .basic {
  margin: 15px 0 0;
  counter-reset: num;
}
.entry_base ol.basic ul.basic &gt; li:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.6em;
  left: 7px;
  background: none;
}
.entry_base table ul.basic, .entry_base table ol.basic {
  padding-top: 10px;
}
.entry_base ul.basic strong, .entry_base ol.basic strong {
  font-size: 110%;
}
/* circle */
.circle {
  list-style: circle;
  padding: 0 0 0 20px;
}
.circle li {
  margin: 0 0 5px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .entry_base ul.basic {
    margin: 0 0 20px;
    font-size: 1.4rem;
  }
  .entry_base ol.basic {
    margin: 0 0 20px;
    font-size: 1.4rem;
  }
  .entry_base ol.basic li:before {
    top: 0.1em;
  }
  .entry_base ul.note {
    font-size: 1.2rem;
  }
  .entry_base ol.guide li {
    font-size: 1.2rem;
  }
}
/* table */
.entry_base table {
  width: 100%;
  margin: 0 0 30px;
  border-collapse: collapse;
}
.entry_base table.ruby thead td, .entry_base table.ruby thead th, .entry_base table.ruby tbody td, .entry_base table.ruby tbody th {
  padding: 0.9em 20px 10px !important;
  border: 1px solid #e5e5e5;
}
.entry_base table caption {
  margin: 0 0 20px 0;
  text-align: left;
  word-break: break-all;
}
.entry_base table th, .entry_base table td {
  vertical-align: middle;
}
.entry_base table th {
  font-weight: bold;
}
.entry_base table thead th, .entry_base table thead td {
  padding: 8px 20px;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
  background: #000;
  border: 1px solid #000;
}
.entry_base table tbody th, .entry_base table tbody td {
  padding: 15px 20px;
  word-wrap: break-word;
}
.entry_base table tbody th {
  font-size: 1.6rem;
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  width: 35%;
}
.entry_base table tbody td {
  background: #FFF;
  border: 1px solid #e5e5e5;
}
.entry_base table td &gt; *:last-child {
  margin: 0;
}
.entry_base .th_fixed th {
  width: 30%;
  text-align: center;
}
.entry_base .application_table th {
  width: 15%;
  text-align: center;
}
.entry_base .application_table td {
  width: 30%;
  text-align: center;
}
.entry_base .th_fixed td.table_number {
  width: 5%;
  text-align: center;
}
.entry_base .th_fixed td.documents {
  width: 30%;
}
.entry_base .th_fixed.ttl_line th, .entry_base .th_fixed.ttl_line td {
  border: 1px solid #e5e5e5;
}
.entry_base table.flow_list {
  width: calc(98% - 3em);
  margin-left: 3em;
}
.entry_base table.flow_list tr th {
  position: relative;
}
.entry_base table.flow_list tr th.ruby {
  padding: 0.9em 20px 10px;
}
.entry_base table.flow_list tr th:before {
  font-family: 'tva';
  content: "\e901";
  font-size: 2.0rem;
  color: #004098;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: -2em;
}
@media only screen and (max-width: 768px) {
  .entry_base table {
    margin: 0 0 20px;
  }
  .entry_base table thead th, .entry_base table thead td {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .entry_base table tbody th {
    font-size: 1.4rem;
  }
  .entry_base table tbody td {
    font-size: 1.2rem;
  }
  .entry_base table.noScroll tbody th, .entry_base table.noScroll tbody td {
    /*width: 100%!important;*/ /*留学生ページのtableのために問題なければ削除*/
    margin-top: -1px;
    padding: 10px 15px;
    /*display: block;*/ /*留学生ページのtableのために問題なければ削除*/
  }
  .entry_base .tblScroll {
    margin: 0 0 20px;
    overflow-x: auto;
  }
  .entry_base .tblScroll table {
    width: 1120px;
    margin: 0;
  }
  .entry_base .tblScroll tbody th, .entry_base .tblScroll tbody td {
    padding: 10px 15px;
    border: 1px solid #ebebeb;
    display: table-cell;
  }
  .entry_base .tblScroll tbody th {
    font-size: 1.4rem;
  }
  .entry_base .tblScroll tbody td {
    font-size: 1.2rem;
  }
  .entry_base .tblScroll::-webkit-scrollbar {
    height: 5px;
  }
  .entry_base .tblScroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .entry_base .tblScroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
}
/* dl */
.entry_base dl.basic {
  margin: 0 0 30px;
  padding: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.entry_base dl.basic dt {
  min-width: 230px;
  font-size: 1.6rem;
}
.entry_base dl.basic dd {
  padding: 2px 0 2px 30px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .entry_base dl.basic {
    margin: 0 auto 20px;
    padding: 0 0 20px;
    display: block;
  }
  .entry_base dl.basic dt {
    min-width: auto;
    min-width: initial;
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
  .entry_base dl.basic dd {
    padding: 0;
    font-size: 1.2rem;
  }
}
/* thumb_link */
.entry_base .point_area {
  background: #f2f2f2;
  padding: 40px 40px 20px;
  margin-bottom: 40px;
}
/* thumb_link */
.thumb_link li {
  margin-bottom: 30px;
  padding: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.thumb_link li figure {
  width: 40%;
}
.thumb_link li figure img {
  width: 100%;
  display: block;
}
.thumb_link li .txt_info {
  width: 55%;
}
.thumb_link li .txt_info .ttl {
  margin: 0 0 10px;
  font-size: 1.6rem;
}
.thumb_link li .txt_info .ttl small {
  font-size: 1.2rem;
  color: #999;
}
.thumb_link li .txt_info .sub_ttl {
  margin: 0 0 10px;
}
.thumb_link li .txt_info p {
  margin: 0 0 20px;
  line-height: 2.1;
}
.thumb_link li .txt_info .btn {
  width: 100%;
  min-width: auto;
  min-width: none;
  margin: 0;
  padding: 15px;
  font-family: 'Teko', 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 768px) {
  .thumb_link li {
    margin: 0 auto;
    padding: 20px 0;
  }
  .thumb_link li:first-of-type {
    padding: 0 0 20px;
  }
  .thumb_link li:last-of-type {
    margin: 0 auto 20px;
  }
  .thumb_link li .txt_info .ttl {
    font-size: 1.4rem;
  }
  .thumb_link li .txt_info p {
    margin: 5px 0px 0px;
    line-height: 1.7;
  }
  .thumb_link li .txt_info .btn {
    width: 100%;
    min-width: auto;
    min-width: none;
    margin: 10px 0px 0px;
    padding: 10px;
    font-size: 1.2rem;
  }
  .thumb_link li .txt_info .btn:before {
    font-size: 1.3rem;
  }
}
/* btn */
.pg_ttl .btn, .entry_base .btn {
  width: auto;
  min-width: 280px;
  padding: 20px 50px 15px 20px;
  display: inline-block;
  font-family: 'Teko', 'Noto Sans JP', sans-serif;
}
.pg_ttl .btn, .entry_base .btn_ruby {
  padding: 1.8em 20px 10px;
}
.pg_ttl .btn {
  color: #ffffff;
}
.pg_ttl .btn:before {
  color: #ffffff;
}
.entry_base .btn {
  margin: 0 5px 10px 0;
  color: #004098;
  border-color: #004098;
}
.entry_base .btn:before {
  color: #004098;
}
.entry_base .btn.size_l {
  display: block;
  padding: 20px 50px 20px 20px;
  text-align: center;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 768px) {
  .entry_base .btn {
    min-width: auto;
    min-width: initial;
    margin: 0.2em;
    padding: 9px 35px 9px 15px;
  }
  .entry_base .btn.size_l {
    margin: 0 0 10px;
    padding: 15px 50px 15px 20px;
  }
  .entry_base .btn_ruby {
    padding: 25px 50px 10px 20px !important;
  }
}
/* icon / text */
.comingsoon {
  margin-bottom: 40px;
  padding: 4em 2em;
  text-align: center;
  color: #999;
  font-size: 2.0rem;
  letter-spacing: 0.5em;
  font-weight: 300;
  font-family: 'Teko', 'Noto Sans JP', sans-serif;
  background-color: #f2f2f2;
  background-image:
    repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 14px);
  border-radius: 20px;
}
.entry_base .attention {
  color: #dd0101;
}
.entry_base .note {
  color: #999;
}
.entry_base .tag {
  color: #999;
}
.entry_base .small {
  font-size: 1.2rem;
  color: #999;
}
.entry_base .font_s {
  font-size: 1.2rem;
}
.entry_base strong {
  font-weight: 500;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ccd9ea));
  background: linear-gradient(transparent 70%, #ccd9ea 0%);
}
.entry_base a {
  color: #004098;
}
.entry_base .arrow:before {
  content: "\e90b";
  font-family: 'tva';
  display: inline-block;
  margin: -0.1em 1px 0 2px;
  font-size: 1.5rem;
  vertical-align: middle;
}
.entry_base .icon_blank:before {
  content: "\e946";
  font-family: 'tva';
  display: inline-block;
  margin: 0 3px 0 3px;
  font-size: 1.2rem;
  vertical-align: middle;
}
.entry_base .tel:before {
  margin: 0 5px 0 0;
  content: "\e929";
  font-family: 'tva';
  font-size: 1.3rem;
  vertical-align: middle;
}
.entry_base .mail {
  color: #000;
}
.entry_base .mail:before {
  margin: 0 5px 0 0;
  content: "\e91f";
  font-family: 'tva';
  font-size: 1.3rem;
  vertical-align: middle;
}
.entry_base .address {
  padding-left: 2rem;
  text-indent: -2rem;
  display: inline-block;
}
.entry_base .address:before {
  margin: 0 5px 0 0;
  content: "\e921";
  ;
  font-family: 'tva';
  font-size: 1.3rem;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .entry_base .arrow:before {
    margin: -0.1em 0 0 0;
    font-size: 1.3rem;
  }
  .entry_base .icon_blank:before {
    margin: -0.2em 2px 0 0;
    font-size: 1.1rem;
  }
}
/* img */
.entry_base img {
  max-width: 100%;
  height: auto;
  transition: all 0.2s ease-out;
}
.entry_base .img_c {
  margin: 0 auto 30px;
  display: block;
}
.entry_base .img_f {
  width: 100%;
}
.entry_base .img_l, .entry_base .img_pc_float_l {
  max-width: 50%;
  margin: 0 40px 30px 0;
  float: left;
}
.entry_base .img_r, .entry_base .img_pc_float_r {
  max-width: 50%;
  margin: 0 0 30px 40px;
  float: right;
}
.entry_base .fig_center {
  margin: 0 auto 30px;
  display: table;
  text-align: center;
}
.entry_base .fig_left {
  max-width: 50%;
  margin: 0 40px 30px 0;
  float: left;
  display: table;
}
.entry_base .fig_right {
  max-width: 50%;
  margin: 0 0 30px 40px;
  float: right;
  display: table;
}
.entry_base .figwrap figcaption {
  display: table-caption;
  caption-side: bottom;
  margin: 10px 0 0;
  text-align: center;
  color: #999;
  line-height: 1.7;
}
.entry_base .img_separate {
  margin-bottom: 40px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.entry_base .img_separate img {
  width: 50%;
}
.entry_base .img_separate img:nth-of-type(1) {
  width: calc(50% - 2px);
  margin: 0 2px 0 0;
}
/* hover */
.entry_base a:hover img {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .entry_base .img_c {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .entry_base .img_l {
    margin: 0 20px 20px 0;
  }
  .entry_base .img_r {
    margin: 0 0 20px 20px;
  }
  .entry_base .img_pc_float_l, .entry_base .img_pc_float_r {
    max-width: 100%;
    margin: 0 auto 20px;
    float: none;
    display: block;
  }
  .entry_base .fig_center {
    margin: 0 auto 20px;
  }
  /* .entry_base .fig_center img {
		max-width: none;
		max-width: initial;
		width: 100%;
	} */
  .entry_base .fig_left {
    margin: 0 20px 0 0;
  }
  .entry_base .fig_right {
    margin: 0 0 0 20px;
  }
  .entry_base .figwrap figcaption {
    margin: 10px 0 0;
    font-size: 1rem;
    line-height: 1.5;
  }
  .entry_base .img_r, .entry_base .img_l {
    max-width: 50%;
    height: auto;
  }
  .entry_base .img_sp_full {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .entry_base .img_separate {
    margin-bottom: 20px;
    display: block;
  }
  .entry_base .img_separate img, .entry_base .img_separate img:nth-of-type(1) {
    width: 100%;
    max-width: 100%;
    margin: 0 0 2px;
  }
}
/*-----------------------------------------
	movie
-----------------------------------------*/
.youtube_field {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .youtube_field iframe {
    width: 100%;
    height: 50vw;
  }
}
/*-----------------------------------------
	tag_cloud
-----------------------------------------*/
.tag_cloud a, .tag_cloud span {
  display: inline-block;
  padding: 0.4em 0.8em 0.4em 0;
  color: #999 !important;
}
/*-----------------------------------------
	cont nav
-----------------------------------------*/
.cont_nav_ttl {
  margin: 0 auto 50px;
  font-size: 1.6rem;
  font-family: 'Teko', sans-serif;
  position: relative;
}
.cont_nav_ttl.multi {
  margin-top: 60px;
}
.cont_nav_ttl.mult {
  margin-top: 60px;
}
.entry_base + .cont_nav_ttl {
  margin: 80px 0 50px;
}
.cont_nav_ttl:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cont_nav_ttl span {
  padding: 0 30px 0 0;
  position: relative;
  background: #FFF;
}
.cont_sub_ttl {
  margin: 30px 0;
  color: #999;
}
/* content_list */
.content_list {
  width: 100%;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content_list &gt; li {
  width: calc(98% / 3);
  margin: 2px 0 0 2px;
  position: relative;
  border: solid 1px;
  border-color: #e5e5e5 #9f9f9f #9f9f9f #e5e5e5;
}
.content_list &gt; li &gt; a {
  display: block;
  padding: 22px 10px 22px 40px;
  color: #000;
  line-height: 1.4;
}
.content_list &gt; li &gt; a:before {
  content: "\e90b";
  font-family: 'tva';
  display: block;
  color: #000;
  font-size: 1.5rem;
  position: absolute;
  top: 21px;
  left: 15px;
}
.content_list &gt; li &gt; ul {
  display: none;
  width: 100%;
  margin: -1px 0 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.content_list &gt; li &gt; ul li {
  width: calc(100% / 4);
  float: left;
}
.content_list &gt; li &gt; ul a {
  width: 100%;
  height: 100%;
  padding: 22px 10px 22px 40px;
  color: #000;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.content_list &gt; li &gt; ul a:before {
  content: "\e90b";
  font-family: 'tva';
  display: block;
  color: #000;
  font-size: 1.8rem;
  position: absolute;
  top: 20px;
  left: 15px;
}
/* parent */
.content_list .parent {
  width: 100%;
  margin: 0 0 20px;
  border-right: none;
  border-bottom: none;
}
.content_list .parent + .parent {
  margin: 0 0 20px;
}
.content_list .parent &gt; a {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.content_list .parent &gt; a:before {
  content: none;
}
.content_list .parent .switch_btn:before {
  content: "\e92a";
  font-family: 'tva';
  line-height: 1;
  position: absolute;
  top: 25px;
  left: 15px;
}
.content_list .parent.toggle .switch_btn:before {
  content: "\e924";
}
/* active */
.content_list li.active &gt; a {
  background: #d9d9d9;
}
.content_list li.active &gt; ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* switch_btn */
.content_list li .switch_btn {
  width: 100%;
  height: 64px;
  text-align: center;
  line-height: 3.4em;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.content_list li.active .switch_btn:before {
  content: "\e924";
}
.content_list li.active.toggle .switch_btn:before {
  content: "\e92a";
}
/* parent_link */
.content_list .parent .parent_link {
  display: none;
  padding: 22px;
  font-size: 1.2rem;
  color: #004098;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border: none;
  background: transparent;
}
.content_list .parent .parent_link:before {
  content: "\e90b";
  font-family: 'tva';
  margin: -0.1em 0 0;
  color: #004098;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  position: static;
}
.content_list .parent.toggle .parent_link {
  display: block;
}
.content_list .parent.active .parent_link {
  display: block;
}
.content_list .parent.active.toggle .parent_link {
  display: none;
}
/* type_back */
.content_list.type_back {
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
  border-top: 1px solid #e5e5e5;
}
.content_list.type_back li a:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .cont_nav_ttl {
    margin: 0 auto 30px;
  }
  .cont_nav_ttl.mult {
    margin-top: 30px;
  }
  .entry_base + .cont_nav_ttl {
    margin: 50px 0 30px;
  }
  .cont_sub_ttl {
    margin: 20px 0;
    font-size: 1.2rem;
  }
  .content_list {
    margin: 0 0 20px;
  }
  .content_list &gt; li {
    width: calc((98% / 2) + 1px);
  }
  .content_list &gt; li &gt; a {
    padding: 12px 10px 12px 30px;
    font-size: 1.2rem;
  }
  .content_list &gt; li &gt; a:before {
    font-size: 1.3rem;
    top: 10px;
    left: 10px;
  }
  .content_list &gt; li &gt; ul li {
    width: calc(98% / 2);
  }
  .content_list &gt; li &gt; ul a {
    padding: 12px 10px 12px 30px;
    font-size: 1.2rem;
  }
  .content_list &gt; li &gt; ul a:before {
    font-size: 1.3rem;
    top: 10px;
    left: 10px;
  }
  .content_list .parent {
    margin: 0 0 10px;
  }
  .content_list .parent + .parent {
    margin: 0 0 10px;
  }
  .content_list .parent .parent_link {
    padding: 12px 10px;
    font-size: 1rem;
  }
  .content_list .parent .parent_link:before {
    font-size: 1.3rem;
  }
  .content_list .parent .parent_link span {
    display: none;
  }
  .content_list li .switch_btn {
    height: 40px;
  }
  .content_list .parent .switch_btn:before {
    top: 13px;
    left: 10px;
  }
  .content_list.type_back {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
  }
}
/*-----------------------------------------
	intro_area
-----------------------------------------*/
.entry_base .intro_area {
  margin: 0 0 40px;
  display: flex;
  justify-content: space-between;
}
.entry_base .intro_area.type_top {
  align-items: flex-start;
}
.entry_base .intro_area.type_mdl {
  align-items: center;
}
.entry_base .intro_area.type_btm {
  align-items: flex-end;
}
.entry_base .intro_area &gt; div:nth-child(2) {
  text-align: right;
}
.entry_base .intro_area p:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .entry_base .intro_area {
    margin: 0 0 20px;
    display: block;
  }
  .entry_base .intro_area p, .entry_base .intro_area p:last-of-type {
    margin: 0 0 20px;
  }
  .entry_base .intro_area &gt; div:nth-child(2) {
    text-align: center;
  }
}
/*-----------------------------------------
	point
-----------------------------------------*/
.point_list {
  list-style: none;
}
.point_list li {
  margin-bottom: 30px;
  padding: 80px 0 0;
  position: relative;
}
.point_list li .num {
  width: 100px;
  height: 100px;
  padding: 10px 0 0 0;
  font-size: 1.6rem;
  line-height: 1;
  color: #FFF;
  font-family: 'Teko', 'Noto Sans JP', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  flex-direction: column;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #004098;
  border-radius: 100%;
  z-index: 2;
}
.point_list li .num span {
  font-size: 4.3rem;
  line-height: 1;
}
.point_list li img {
  width: 100%;
  margin: 0 0 20px;
  display: block;
}
.point_list li dt {
  margin: 0 0 20px;
  font-size: 1.8rem;
}
.point_list li .btn_area {
  padding: 1em 0 0;
}
.point_list li .btn_area a.btn {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .point_list li {
    margin-bottom: 20px;
    padding: 60px 0 0;
  }
  .point_list li .num {
    width: 75px;
    height: 75px;
    font-size: 1.4rem;
  }
  .point_list li .num span {
    font-size: 3rem;
  }
  .point_list li dt {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  .point_list li dd {
    font-size: 1.2rem;
  }
}
/*-----------------------------------------
	thumb_link_list
-----------------------------------------*/
.thumb_link_list &gt; li {
  margin-bottom: 40px;
  border: 1px solid #e5e5e5;
}
.thumb_link_list &gt; li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
.thumb_link_list &gt; li a {
  color: #000;
  display: block;
}
.thumb_link_list &gt; li img {
  width: 100%;
  display: block;
}
.thumb_link_list &gt; li a &gt; div, .thumb_link_list &gt; li a &gt; p, .thumb_link_list &gt; li ul {
  margin: 20px;
}
.thumb_link_list &gt; li .ttl {
  font-size: 1.6rem;
  padding-left: 1.2em;
  position: relative;
}
.thumb_link_list &gt; li h2.ttl {
  font-size: 1.6rem;
  padding: 0 0 0 1.2em;
  position: relative;
  margin: 20px;
  background: none;
}
.thumb_link_list &gt; li .ttl:before {
  content: "\e90b";
  font-family: 'tva';
  display: block;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
}
.thumb_link_list &gt; li p {
  font-size: 1.4rem;
}
.thumb_link_list &gt; li ul li {
  font-size: 1.4rem;
  margin: 0.5em 0;
}
.thumb_link_list &gt; li ul li a {
  position: relative;
  padding-left: 1.2em;
}
.thumb_link_list &gt; li ul li a:before {
  content: "\e90b";
  font-family: 'tva';
  display: block;
  text-align: center;
  color: #000;
  font-size: 1.7rem;
  line-height: 1.3;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .thumb_link_list &gt; li, .thumb_link_list &gt; li:nth-last-of-type(-n+3) {
    margin-bottom: 20px;
  }
  .thumb_link_list &gt; li a {
    font-size: 1.2rem;
  }
  .thumb_link_list &gt; li a &gt; div, .thumb_link_list &gt; li a &gt; p, .thumb_link_list &gt; li ul {
    margin: 1em;
  }
  .thumb_link_list &gt; li .ttl:before {
    font-size: 1.6rem;
  }
  .thumb_link_list &gt; li:last-of-type {
    margin-bottom: 0;
  }
}
/*-----------------------------------------
	txt_img_set
-----------------------------------------*/
.txt_img_set a {
  color: #000;
}
/*-----------------------------------------
	list_box
-----------------------------------------*/
.list_box {
  padding: 50px 60px;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}
.list_box:before {
  content: '';
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  right: -75px;
  bottom: -75px;
  transform: rotate(45deg);
}
.list_box:after {
  content: 'etc...';
  display: block;
  color: #FFF;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.list_box dt {
  margin: 0 0 40px;
  font-size: 3.6rem;
  font-weight: 300;
  font-family: 'Teko', 'Noto Sans JP', sans-serif;
  position: relative;
}
.list_box dt:before {
  content: '';
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  top: 22px;
  left: -60px;
  background: #000;
}
.list_box dt span {
  margin: 0 0 0 30px;
  font-size: 1.4rem;
  font-weight: 500;
}
.list_box li {
  margin-bottom: 20px;
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  position: relative;
}
.list_box li:before {
  content: "\e94c";
  font-family: 'tva';
  display: block;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;
}
.list_box dd .btn {
  min-width: 243px;
  padding: 14px 50px 9px 20px;
  color: #FFF;
  position: absolute;
  top: 54px;
  right: 60px;
}
.list_box dd .btn:before {
  font-size: 1.6rem;
  right: 10px;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .list_box {
    padding: 30px;
  }
  .list_box dt {
    margin: 0 0 10px;
    font-size: 3rem;
  }
  .list_box dt:before {
    width: 20px;
    top: 20px;
    left: -30px;
  }
  .list_box dt span {
    margin: 0 0 0 20px;
    font-size: 1.2rem;
  }
  .list_box li {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .list_box dd .btn {
    min-width: 200px;
    margin: 10px 0 0 0;
    position: relative;
    top: 0;
    left: 0;
  }
}
/*-----------------------------------------
	feature_set
-----------------------------------------*/
.feature_set {
  margin-bottom: 40px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.feature_set figure {
  width: 50%;
  margin-bottom: 1px;
  position: relative;
  z-index: 0;
}
.feature_set .feature_info {
  width: 55%;
  margin-left: -5%;
  padding: 60px 0 0 60px;
  position: relative;
  background: #fff;
  z-index: 1;
}
.feature_set .feature_info .info_title {
  margin: 0 0 30px;
  display: block;
  font-size: 2.2rem;
}
.feature_set .feature_info *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .feature_set {
    margin-bottom: 20px;
    display: block;
  }
  .feature_set figure {
    width: 100%;
    margin: 0 0 20px;
  }
  .feature_set .feature_info {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .feature_set .feature_info .info_title {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  .feature_set .feature_info *:last-child {
    margin-bottom: 0;
  }
}
/*-----------------------------------------
	clm_list
-----------------------------------------*/
.clm_list {
  padding: 20px 0;
}
.clm_list li {
  position: relative;
}
.clm_list li:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  right: -5.5%;
}
.clm_list li &gt; * {
  margin: 0 0 20px;
}
.clm_list li &gt; *:last-child {
  margin: 0;
}
.clm_list li .btn_area a.btn {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.clm_list.clm_2 li:nth-of-type(2n):after {
  display: none;
}
.clm_list.clm_3 li:nth-of-type(3n):after {
  display: none;
}
.clm_list.clm_4 li:nth-of-type(4n):after {
  display: none;
}
.clm_list li figure img {
  width: 100%;
}
.clm_list .info_title {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .clm_list {
    padding: 10px 0;
  }
  .clm_list li {
    padding: 10px 0 0;
    border-top: 1px solid #e5e5e5;
  }
  .clm_list li:after {
    display: none;
  }
  .clm_list li &gt; * {
    margin: 0 0 10px;
  }
}
/*-----------------------------------------
	img_clm
-----------------------------------------*/
.img_clm {
  margin: 0 0 40px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.img_clm &gt; img {
  margin-right: 40px;
}
.img_clm &gt; div .info_title {
  margin: 0 0 20px;
  font-size: 1.8rem;
}
.img_clm &gt; div &gt; *:last-child {
  margin-bottom: 0;
}
.img_clm.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.img_clm.reverse &gt; img {
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .img_clm {
    margin: 0 0 20px;
    display: block;
  }
  .img_clm &gt; img, .img_clm.reverse &gt; img {
    margin: 0 0 20px;
  }
  .img_clm &gt; div .info_title {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  .img_clm &gt; div &gt; *:last-child {
    margin-bottom: 30px;
  }
}
/*-----------------------------------------
	class_list
-----------------------------------------*/
.class_list li {
  border-top: 1px solid #000;
}
.class_list li img {
  width: 100%;
  display: block;
}
.class_list li h3 {
  margin: 20px 0;
  padding: 0 0 0 25px;
  font-size: 1.8rem;
}
.class_list li h3:before {
  content: '';
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 9px;
  left: 0;
  bottom: auto;
  border-radius: 100%;
}
.class_list li h3:after {
  display: none;
}
.class_list li p {
  font-size: 1.2rem;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
}
.class_list li dl {
  padding: 20px 30px;
  background: #f2f2f2;
}
.class_list li dt {
  margin: 0 0 5px;
  line-height: 1;
  font-size: 2.4rem;
  font-family: 'Teko', 'Noto Sans JP', sans-serif;
  position: relative;
}
.class_list li dt:before {
  content: '';
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  top: 10px;
  left: -30px;
  background: #000;
}
.class_list li dd {
  font-size: 1.2rem;
}
/* type_img */
.class_list.type_img li {
  margin-bottom: 60px;
  border-top: none;
}
.class_list.type_img li p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .class_list li h3 {
    margin: 10px 0;
    padding: 0 0 0 20px;
    font-size: 1.6rem;
  }
  .class_list li h3:before {
    top: 5px;
  }
  .class_list li p {
    font-size: 1.2rem;
  }
  .class_list li dt {
    font-size: 2.2rem;
  }
  .class_list.type_img li p {
    font-size: 1.2rem;
  }
}
/*-----------------------------------------
	caption_box
-----------------------------------------*/
.caption_box img {
  width: calc(98% - 40px);
  display: block;
}
.caption_box p {
  margin: -40px 0 0 40px;
  padding: 30px 40px;
  font-size: 2rem;
  line-height: 1.75;
  position: relative;
  background: #f2f2f2;
}
@media only screen and (max-width: 768px) {
  .caption_box &gt; div {
    margin-bottom: 20px;
  }
  .caption_box &gt; div:last-of-type {
    margin-bottom: 0;
  }
  .caption_box img {
    width: 95%;
  }
  .caption_box p {
    margin: -5% 0 0 5%;
    padding: 20px;
    font-size: 1.6rem;
    background: #f2f2f2;
  }
}
/*-----------------------------------------
	ppl_box
-----------------------------------------*/
.ppl_box &gt; div {
  display: flex;
  align-items: flex-start;
}
.ppl_box img {
  width: 35%;
  display: block;
}
.ppl_box .info {
  width: 65%; /*--------------------------------------------------------------------------20210907追加*/
  margin: 0 0 0 20px;
}
.ppl_box .info .label {
  min-width: 125px;
  margin: 0 0 5px;
  padding: 4px 20px;
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  color: #FFF;
  background: #000;
}
.ppl_box .info .name {
  margin: 0 0 10px;
  font-size: 1.8rem;
}
.ppl_box .info .name span {
  font-size: 1.4rem;
}
.ppl_box .info p {
  margin: 0;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .ppl_box &gt; div {
    margin-bottom: 20px;
  }
}
/*-----------------------------------------
	title_month
-----------------------------------------*/
.title_month {
  width: 2.5em;
  height: 2.5em;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0.2em;
  display: inline-block;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  line-height: 2.5em;
  background: #000;
  border-radius: 50%;
}
.title_month small {
  font-size: 60%;
}
/*-----------------------------------------
	accordion_box
-----------------------------------------*/
.accordion_box {
  margin: 0 0 50px;
}
.accordion_box dl {
  padding: 0 0 40px;
  position: relative;
}
.accordion_box dl:last-child {
  padding: 0;
}
.accordion_box dl:before {
  content: "\e92b";
  font-family: 'tva';
  display: block;
  color: #004098;
  font-size: 2.2rem;
  line-height: 1;
  position: absolute;
  top: 3px;
  right: 3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordion_box dl.open:before {
  content: "\e925";
}
.accordion_box dt {
  padding: 0 40px 15px 50px;
  font-size: 2.2rem;
  position: relative;
  cursor: pointer;
}
.accordion_box dt:before {
  content: '';
  width: 100%;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.accordion_box dt:after {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  font-size: 1.9rem;
  line-height: 33px;
  color: #FFF;
  font-family: 'Teko', sans-serif;
  position: absolute;
  top: 3px;
  left: 0;
  background: #000;
  border-radius: 100%;
}
.accordion_box dd {
  display: none;
}
.accordion_box dd .inner {
  padding: 30px 0 0 0;
}
.accordion_box dd .inner &gt; * {
  margin-bottom: 20px;
}
.accordion_box.type_qa dl:before {
  content: "\e92b";
  font-family: 'tva';
}
.accordion_box.type_qa dt:after {
  content: 'Q';
}
.accordion_box.type_sort dt:after {
  content: "\e94d";
  font-family: 'tva';
  font-size: 1.4rem;
  line-height: 33px;
}
.accordion_box.type_open dl:before {
  display: none;
}
.accordion_box.type_open dt {
  cursor: default;
}
.accordion_box.type_open dd {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .accordion_box {
    margin: 0 0 20px;
  }
  .accordion_box dl {
    padding: 0 0 20px;
  }
  .accordion_box dl:before {
    font-size: 1.8rem;
  }
  .accordion_box dt {
    padding: 0 40px 10px 40px;
    font-size: 1.6rem;
    position: relative;
    cursor: pointer;
  }
  .accordion_box dt:after {
    width: 25px;
    height: 25px;
    font-size: 1.5rem;
    line-height: 27px;
    top: 1px;
  }
  .accordion_box dd .inner {
    padding: 20px 0 0 0;
  }
  .accordion_box.type_sort dt:after {
    font-size: 1.2rem;
    line-height: 27px;
    letter-spacing: -0.1em;
  }
}
/*-----------------------------------------
	label
-----------------------------------------*/
.label {
  padding: 0.2em 20px 0.3em;
  display: inline-block;
  color: #004098;
  border: 1px #004098 solid;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  background: #fff;
  border-radius: 5px;
  position: relative;
  top: -0.2em;
}
.label_set .label {
  margin: 0.2em;
}
.label_info {
  margin: 0 0 40px;
  padding: 40px 22px;
  background: #f2f2f2;
}
.label_info .info_title {
  margin: 0 0 20px;
  display: block;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-family: 'Teko', sans-serif;
}
.label_info dl {
  margin-bottom: 10px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}
.label_info dt {
  margin: 0 20px 0 0;
}
.label_info dd {
  font-size: 1.2rem;
}
/*color*/
.label.open {
  border-color: #65dd4c;
  color: #65dd4c;
}
.label.rent {
  border-color: #8471ee;
  color: #8471ee;
}
@media only screen and (max-width: 768px) {
  .label {
    padding: 0.2em 1.2em;
    font-size: 1rem;
  }
}
/*-----------------------------------------
	slide
-----------------------------------------*/
.slide_field {
  width: 80%;
  margin: 0 auto 80px;
  padding-top: 30px;
  position: relative;
}
.slide_field .slide_show li img {
  width: 100%;
  margin: 0 0 20px;
}
.slide_field .slide_show li dt {
  margin: 0 0 10px;
  font-size: 2.0rem;
}
.slide_field .slide_show li dt .label {
  margin: 0 0 0 0.5em;
}
.slide_field .slide_show li dt .num {
  margin: 0 0.5em 0 0;
  font-size: 120%;
  font-family: 'Teko', sans-serif;
}
/* dots */
.slide_field .slick-dots {
  height: 2em;
  margin: 0 5px;
  text-align: right;
  top: 0;
  right: 0;
}
.slide_field .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.slide_field .slick-dots li button {
  width: 16px;
  height: 25px;
  color: #000;
  font-size: 1.6rem;
  line-height: initial;
  font-family: 'Teko', "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.slide_field .slick-dots li button:before {
  content: '';
  height: 25px;
  line-height: 25px;
}
.slide_field .slick-dots .slick-active button {
  color: #004098;
}
/* arrow */
.slide_field .slick-prev, .slide_field .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
  top: 19vw;
}
.slide_field .slick-prev {
  left: -40px;
}
.slide_field .slick-next {
  right: -40px;
}
.slide_field .slick-prev:before, .slide_field .slick-next:before {
  content: "\e90b";
  font-family: 'tva';
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  font-size: 2.5rem;
  background: #000;
}
.slide_field .slick-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 980px) {
  .slide_field .slick-prev, .slide_field .slick-next {
    top: 190px;
  }
}
@media only screen and (max-width: 768px) {
  .slide_field {
    width: 90%;
    margin: 0 auto 40px;
  }
  .slide_field .slide_show li dt {
    font-size: 1.8rem;
  }
  .slide_field .slick-prev, .slide_field .slick-next {
    width: 7vw;
    height: 7vw;
    top: 28vw;
  }
  .slide_field .slick-prev:before, .slide_field .slick-next:before {
    width: 7vw;
    height: 7vw;
    line-height: 7vw;
    font-size: 4vw;
  }
  .slide_field .slick-prev {
    left: -6.9vw;
  }
  .slide_field .slick-next {
    right: -6.9vw;
  }
}
/*-----------------------------------------
	thumb_slide
-----------------------------------------*/
.thumb_slide_field {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  text-align: center;
  ;
}
.thumb_slide_field li {
  list-style-type: none;
  outline: none;
}
.thumb_slide_show {
  width: 100%;
  padding: 10px 0;
}
.thumb_slide_show li {
  height: 500px;
  position: relative;
  text-align: center;
}
.thumb_slide_show li &gt; div {
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.thumb_slide_show li img {
  max-height: 500px;
}
.thumb_slide_nav {
  margin: 10px auto;
}
.thumb_slide_nav .slick-track {
  width: 100% !important;
  text-align: center;
}
.thumb_slide_nav li {
  width: 70px !important;
  height: 0;
  margin: 0 5px;
  padding-bottom: 70px;
  display: inline-block !important;
  float: none !important;
  overflow: hidden;
  position: relative;
  background: #000;
  transition: all 0.2s ease-out;
  cursor: pointer;
  border-radius: 10px;
}
.thumb_slide_nav li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 179%;
  max-height: initial;
  opacity: 0.6;
  transition: all 0.2s ease-out;
}
.thumb_slide_nav li.slick-current img {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .thumb_slide_nav li:hover img {
    opacity: 1;
  }
}
/*-----------------------------------------
	photo gallery
-----------------------------------------*/
#gallery_overlay {
  display: none;
  width: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 97;
}
#gallery_window {
  display: none;
  position: fixed;
  z-index: 98;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#gallery_window &gt; .md_close {
  width: 60px;
  height: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Teko', sans-serif;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  top: -70px;
  right: -15px;
}
#gallery_window &gt; .md_close span {
  display: block;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
}
#gallery_window &gt; .md_close:before, #gallery_window &gt; .md_close:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 40px;
  left: 9px;
}
#gallery_window &gt; .md_close:after {
  background: #fff;
  transform: rotate(-45deg);
  left: auto;
  right: 10px;
}
.photo_gallery .modal_btn {
  width: 100%;
  height: 100%;
}
.photo_gallery img {
  max-width: 100%;
}
.photo_gallery dl {
  width: 100%;
  padding: 1em 0 0;
}
.photo_gallery dl dt {
  margin: 0 0 0.5em;
  font-size: 1.6rem;
}
.photo_gallery dl dd {
  font-size: 1.2rem;
}
#gallery_wrap {
  width: 80vw;
  height: 70vh;
  margin-top: 20px;
  box-sizing: border-box;
  text-align: center;
}
#gallery_wrap img {
  max-width: 100%;
  max-height: 100%;
}
/*-----------------------------------------
	gallery_field
-----------------------------------------*/
.gallery_field {
  padding: 40px 0;
  background-color: #f2f2f2;
  background-image:
    repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 14px)
}
.gallery_field h2 {
  margin: 0 0 20px;
  margin: 40px 0 20px;
  font-size: 3.6rem;
  font-weight: 300;
  text-align: center;
  font-family: 'Teko', 'Noto Sans JP', sans-serif;
  position: relative;
}
.gallery_field &gt; div:first-child h2 {
  margin: 0 0 20px;
}
.gallery_field .photo_gallery {
  padding-right: 5%;
  padding-left: 5%;
  margin-bottom: -4vw;
}
.gallery_movie {
  text-align: center;
}
.gallery_movie iframe {
  margin: 0 auto;
}
.gallery_music {
  text-align: center;
}
.gallery_music *:focus {
  outline: 0;
}
@media only screen and (max-width: 1180px) {
  .gallery_movie .movie_wrap {
    width: 88%;
    margin: 0 0 0 6%;
    padding-top: 49%;
    position: relative;
  }
  .gallery_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/*-----------------------------------------
	access
-----------------------------------------*/
.map_wrap {
  width: 100%;
  margin: 0 0 40px;
}
.map_wrap iframe {
  width: 100%;
  height: 360px;
}
.access_map {
  margin: 0 0 40px;
}
.access_map .btn_map {
  margin: 0 0 40px;
  text-align: right;
}
.tbl_access_route tr td:nth-child(2) {
  text-align: center;
}
.entry_base .dl_table {
  width: 100%;
  margin: 0 0 30px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.entry_base .dl_table .table_row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.entry_base .dl_table dl {
  display: flex;
}
.entry_base .dl_table.tr_3 dl {
  width: calc(98% / 3);
}
.entry_base .dl_table.tr_4 dl {
  width: calc(98% / 4);
}
.entry_base .dl_table dt {
  width: calc(98% / 2);
  padding: 15px 20px;
  font-size: 1.6rem;
  background: #f2f2f2;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.entry_base .dl_table dd {
  width: calc(98% / 2);
  padding: 15px 20px;
  background: #FFF;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 768px) {
  .map_wrap {
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0 0 20px;
    padding-top: 56.25%;
    position: relative;
  }
  .map_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .access_map {
    margin: 0 0 20px;
  }
  .access_map .btn_map {
    margin: 0 0 20px;
    text-align: center;
  }
  .access_map .btn_map a {
    min-width: 200px;
  }
  .tbl_access_route tr td:nth-child(2) {
    text-align: left;
  }
  .entry_base .dl_table dl, .entry_base .dl_table.tr_3 dl, .entry_base .dl_table.tr_4 dl {
    width: 100%;
  }
  .entry_base .dl_table dt {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .entry_base .dl_table dd {
    padding: 10px 15px;
    font-size: 1.2rem;
  }
}
/*-----------------------------------------
	pamphlet
-----------------------------------------*/
/*-----------------------------------------
	contact
-----------------------------------------*/
.form_field dl {
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.form_field dt {
  width: 340px;
  margin: 0 60px 0 0;
  padding: 1em 0 0;
  font-size: 1.6rem;
  position: relative;
}
.form_field dt .required {
  padding: 2px 20px;
  color: #FFF;
  font-size: 1.4rem;
  background: #dd0101;
  border-radius: 4px;
  position: absolute;
  top: 1.5rem;
  right: 0;
}
.form_field dd {
  width: 720px;
}
.form_field dd input, .form_field dd textarea {
  padding: 16px 20px;
  font-size: 1.6rem;
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  -webkit-appearance: none;
}
.form_field input {
  width: 100%;
}
.form_field input.size_s {
  width: 200px;
}
.form_field input.size_m {
  width: 420px;
}
.form_field textarea {
  width: 100%;
  min-height: 250px;
}
.form_field input::placeholder {
  color: #999;
}
/* IE */
.form_field input:-ms-input-placeholder {
  color: #999;
}
/* Edge */
.form_field input::-ms-input-placeholder {
  color: #999;
}
.form_field dd ul {
  width: 420px;
  display: flex;
  justify-content: space-between;
}
/* agree check */
.form_field .agree_field {
  padding: 50px 0;
  text-align: center;
}
.check_wrap {
  display: inline-block;
}
.check_wrap input {
  display: none;
}
.check_wrap input + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.check_wrap input + label:last-child {
  margin-bottom: 0;
}
.check_wrap input + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
  background: #f2f2f2;
  transition: all 0.3s ease-out;
}
.check_wrap input:checked + label:before {
  width: 10px;
  top: -2px;
  left: 5px;
  opacity: 1;
  border-top-color: transparent;
  border-right-color: #004098;
  border-bottom-color: #004098;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: transparent;
}
/* email auto complete suggest */
.eac-sugg {
  color: #999;
}
/* btn_area */
.form_field .btn_area {
  padding: 40px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  border-top: 1px solid #e5e5e5;
}
.form_field .btn_area button {
  margin: 0 10px;
}
.form_field .btn_area .type_back {
  padding: 15px 20px 15px 40px;
}
.form_field .btn_area .type_back:before {
  right: auto;
  left: 15px;
  transform: translateY(-50%) rotate(180deg);
}
.form_field .btn_area .submit {
  color: #FFF;
  background: #004098;
  opacity: 0.3;
  cursor: default;
}
.form_field .btn_area .submit:before {
  color: #FFF;
}
.form_field .btn_area .submit:disabled {
  opacity: 0.3;
  cursor: default;
}
.form_field .btn_area .submit:not(:disabled) {
  cursor: pointer;
  opacity: 1;
}
/* error */
.form_field .error dd input, .form_field .error dd textarea {
  background: #fff1f1;
}
.check_wrap.error input + label:before {
  background: #fff1f1;
}
.check_wrap input:checked + label:before {
  background: transparent;
}
.form_field .error_msg {
  margin: 5px 0 0;
  color: #dd0101;
  font-size: 1.4rem;
}
/* confirm */
.form_field .confirm {
  line-height: 1.75;
}
.form_field .confirm dt {
  padding: 0;
}
/* complete */
.complete_msg {
  margin: 20px 0;
  padding: 130px 0 0 0;
  text-align: center;
  color: #01be87;
  line-height: 1;
  font-size: 2.4rem;
  font-family: 'Teko', sans-serif;
  position: relative;
}
.complete_msg:before {
  content: "\e908";
  font-family: 'tva';
  font-size: 10rem;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.complete_msg span {
  display: block;
  margin: 0 0 10px;
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .form_field .btn_area .submit:disabled:hover {
    border: 1px solid #e5e5e5;
  }
  body:not(.tab_view) .form_field .btn_area .submit:not(:disabled):hover {
    opacity: 0.7;
    border: 1px solid #004098;
  }
}
@media only screen and (max-width: 768px) {
  .form_field dl {
    display: block;
  }
  .form_field dt {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
  }
  .form_field dt .required {
    padding: 0 10px;
    font-size: 1.2rem;
    top: 0;
  }
  .form_field dd {
    width: 100%;
    padding: 10px 0 0;
  }
  .form_field dd ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .form_field dd li {
    width: 48%;
  }
  .form_field dd input, .form_field dd textarea {
    padding: 10px 15px;
  }
  .form_field input.size_s, .form_field input.size_m, .form_field input.size_l {
    width: 100%;
  }
  .eac-input-wrap {
    width: 100%;
  }
  .form_field .agree_field p {
    text-align: left;
  }
  .form_field .btn_area .submit {
    min-width: 46%;
  }
  .form_field .btn_area button {
    width: 46%;
    margin: 0 2%;
    padding: 15px 20px;
  }
  .form_field .error_msg {
    font-size: 1.1rem;
  }
  .form_field .confirm {
    padding: 10px 0;
  }
  .form_field .confirm dd {
    padding: 5px 0 0;
  }
  .complete_msg {
    margin: 0 0 20px;
    padding: 80px 0 0 0;
    font-size: 2rem;
  }
  .complete_msg:before {
    font-size: 6rem;
  }
  .complete_msg span {
    font-size: 2.2rem;
  }
}
/*-----------------------------------------
	teacher
-----------------------------------------*/
.thumb_link.teacher_list li figure {
  width: 30%;
}
.thumb_link.teacher_list li .txt_info {
  width: 65%;
}
.thumb_link.teacher_list li .txt_info .ttl {
  font-size: 2.6rem;
}
.thumb_link.teacher_list li .txt_info .sub_ttl {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .thumb_link.teacher_list li {
    display: block;
  }
  .thumb_link.teacher_list li figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .thumb_link.teacher_list li .txt_info {
    width: 100%;
  }
  .thumb_link.teacher_list li .txt_info .ttl {
    font-size: 2.4rem;
  }
  .thumb_link.teacher_list li .txt_info .sub_ttl {
    font-size: 1.6rem;
  }
}
/*-----------------------------------------
	schedule
-----------------------------------------*/
.schedule_list li {
  margin-bottom: 30px;
  padding: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none;
}
.thumb_link.schedule_list li figure {
  width: 30%;
}
.thumb_link.schedule_list li .txt_info {
  width: 65%;
}
.thumb_link.schedule_list li .txt_info .ttl {
  font-size: 2.6rem;
}
.thumb_link.schedule_list li .txt_info .sub_ttl {
  font-size: 1.8rem;
}
.thumb_link.schedule_list li figure figcaption {
  margin: 10px 0 0;
  text-align: center;
  color: #999;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .thumb_link.schedule_list li {
    display: block;
  }
  .thumb_link.schedule_list li figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .thumb_link.schedule_list li .txt_info {
    width: 100%;
  }
  .thumb_link.schedule_list li .txt_info .ttl {
    font-size: 2.4rem;
    margin-top: 20px;
  }
  .thumb_link.schedule_list li .txt_info .ttl:first-child {
    margin-top: 0;
  }
  .thumb_link.schedule_list li .txt_info .sub_ttl {
    font-size: 1.6rem;
  }
}
/*-----------------------------------------
	news
-----------------------------------------*/
.no_article {
  padding: 40px;
  color: #999;
  text-align: center;
  background: #e9e9e9;
}
.no_article span {
  display: block;
  font-size: 4.0rem;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
}
.article_list {
  margin: 0 auto 60px;
}
.article_list &gt; li {
  margin: 0 auto 20px;
  border-bottom: 1px solid #e5e5e5;
}
.article_list a {
  margin: 0 auto 20px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  position: relative;
}
.article_list a:after {
  content: "\e90b";
  font-family: 'tva';
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.article_list figure {
  width: 14%;
  margin: 0 3% 0 0;
}
.article_list figure img {
  width: 100%;
  display: block;
}
.article_list .txt_area {
  width: 83%;
}
.article_list .date {
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-family: 'Teko', sans-serif;
}
.article_list .category {
  padding: 0.1em 1em 0.2em;
  margin: 0 0 0 1em;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  background: #000;
}
.article_list .tag li {
  margin: 0 8px 0 0;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: #999;
}
.article_list .contents_title {
  width: 95%;
  padding: 1em 0;
  display: block;
  font-size: 1.8rem;
}
.article_list p {
  width: 95%;
  margin: 0 0 1em;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #999;
}
.article_list .tag {
  width: 100%;
}
.entry_base .entry_info {
  margin-bottom: 50px;
}
.entry_base .entry_info .entry_head {
  line-height: 1.4;
}
.entry_base .entry_info .date {
  margin: 0 1em 0 0;
  display: inline-block;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-family: 'Teko', sans-serif;
  vertical-align: top;
}
.entry_base .entry_info .category {
  padding: 0.1em 1em 0.2em;
  margin: 0 1em 0 0;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  background: #000;
  position: relative;
  top: -0.3em;
}
.entry_base .entry_info .tag {
  display: inline-block;
  position: relative;
  top: -0.3em;
}
.entry_base .entry_info .tag li {
  display: inline-block;
}
@media only screen and (min-width: 1160px) {
  .entry_base .entry_info .entry_head {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .article_list {
    margin: 0 auto 30px;
  }
  .article_list &gt; li {
    margin: 0 auto 10px;
  }
  .article_list a {
    margin: 0 auto 10px;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .article_list a:after {
    right: 0;
  }
  .article_list figure {
    width: 20%;
    margin: 0 5% 0 0;
  }
  .article_list figure img {
    width: 100%;
    display: block;
  }
  .article_list .txt_area {
    width: 75%;
  }
  .article_list .date {
    display: block;
    font-size: 1.4rem;
  }
  .article_list .category {
    margin: 0;
  }
  .article_list .tag {
    width: 92%;
    margin: 0;
    display: block;
    top: 0;
  }
  .article_list .tag li {
    margin: 0 8px 0 0;
    display: inline-block;
  }
  .article_list .contents_title {
    width: 92%;
    padding: 0.2em 0 0;
    display: block;
    font-size: 1.4rem;
  }
  .article_list p {
    width: 92%;
    display: none;
  }
  .entry_base .entry_info {
    margin-bottom: 40px;
  }
  .entry_base .entry_info .date {
    margin: 0 0 0.5em;
    display: block;
  }
  .entry_base .entry_info .category {
    margin: 0 1em 0 0;
  }
  .entry_base .entry_info .tag {
    display: block;
    top: 0;
  }
}
/*-----------------------------------------
	important notice
-----------------------------------------*/
.article_list.type_important .txt_area {
  width: 100%;
}
/*-----------------------------------------
	page_nation
-----------------------------------------*/
.page_nation ul {
  width: 100%;
  text-align: center;
  position: relative;
}
.page_nation ul li {
  display: inline-block;
}
.page_nation ul li a {
  width: 4em;
  height: 4em;
  display: inline-block;
  color: #999;
  line-height: 4em;
  text-align: center;
  font-family: 'Teko', sans-serif;
  border: 1px solid #f5f5f5;
}
.page_nation ul li.active a {
  color: #fff;
  background: #000;
  border-color: #000;
}
.page_nation ul li a.link_before, .page_nation ul li a.link_next, .page_nation ul li.pn_prev a, .page_nation ul li.pn_next a {
  width: 7em;
  position: absolute;
  top: 0;
}
.page_nation ul li a.link_before {
  left: 0;
}
.page_nation ul li a.link_next {
  right: 0;
}
.page_nation ul li.pn_prev a {
  left: 7.4em;
}
.page_nation ul li.pn_next a {
  right: 7.4em;
}
/* hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .page_nation ul li a:hover {
    border-color: #000;
  }
}
@media only screen and (max-width: 768px) {
  .page_nation ul {
    padding: 0 0 13vw;
  }
  .page_nation ul li a {
    width: 11vw;
    height: 11vw;
    line-height: 11vw;
    font-size: 2.8vw;
  }
  .page_nation ul li.pn_prev a, .page_nation ul li.pn_next a {
    width: 46%;
    top: auto;
    bottom: 0;
  }
  .page_nation ul li a.link_before, .page_nation ul li a.link_next {
    display: none;
  }
  .page_nation ul li a.link_before {
    left: 0;
  }
  .page_nation ul li a.link_next {
    right: 0;
  }
  .page_nation ul li.pn_prev a {
    left: 0;
  }
  .page_nation ul li.pn_next a {
    right: 0;
  }
}
/*-----------------------------------------
	opencampus
-----------------------------------------*/
.img_btn {
  margin: 0 0 30px;
  overflow: hidden;
}
.img_btn &gt; * {
  overflow: hidden;
  position: relative;
}
.img_btn a {
  min-height: 120px;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background: #000;
  border: 2px solid #000;
}
.img_btn a:before {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: -20px;
  bottom: -20px;
  transform: rotate(45deg);
  background: #004098;
}
.img_btn figure {
  width: 116px;
}
.img_btn figure img {
  width: 100%;
  display: block;
}
.img_btn .txt {
  width: calc(98% - 116px);
  padding: 0 2% 0 5%;
  line-height: 1;
  font-size: 1.4rem;
  font-family: 'Teko', sans-serif;
  word-break: break-word;
}
.img_btn .txt span {
  margin: 0 0 5px;
  display: block;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .img_btn li {
    margin-bottom: 4%;
  }
  .img_btn a {
    min-height: initial;
  }
  .img_btn a:before {
    width: 30px;
    height: 30px;
    right: -15px;
    bottom: -15px;
  }
  .img_btn figure {
    width: 35%;
  }
  .img_btn .txt {
    width: 65%;
    padding: 0 2% 0 8%;
    line-height: 1;
    font-size: 1rem;
  }
  .img_btn .txt span {
    font-size: 1rem;
  }
}
#filter_wrap {
  opacity: 0;
  transition: all .3s linear;
}
#filter_wrap.load {
  opacity: 1;
}
/* filter_btn */
#filter_btn li {
  margin-bottom: 20px;
}
#filter_btn li label {
  cursor: pointer;
  font-size: 1.6rem;
  letter-spacing: 0;
}
#filter_btn li input {
  display: none;
}
#filter_btn li span {
  padding: 0 0 0 25px;
  display: block;
  position: relative;
}
#filter_btn li span:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  transition: all 0.3s ease-out;
}
#filter_btn li input:checked + span:before {
  background: #004098;
}
#filter_btn li input:checked + span:after {
  content: "";
  width: 5px;
  height: 9px;
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  transform: rotate(40deg);
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
#filter_btn #format .child {
  margin: 20px 0 0 0;
  padding: 20px 0 0 40px;
  border-top: 1px solid #e5e5e5;
}
#filter_btn #format .child label {
  font-size: 1.4rem;
}
#filter_btn #format .parent {
  width: 100%;
}
#filter_btn #format .parent &gt; label {
  font-size: 1.8rem;
}
/* parent */
#filter_btn li.parent &gt; label &gt; span {
  padding: 0 0 0 30px;
}
#filter_btn li.parent &gt; label &gt; span:before {
  content: "";
  width: 24px;
  height: 24px;
  top: 2px;
}
#filter_btn li.parent &gt; label &gt; input:checked + span:after {
  content: "";
  width: 7px;
  height: 12px;
  top: 5px;
  left: 9px;
}
/* cloud_list */
#filter_btn .tag_list li {
  margin: 0;
  padding: 0.5em;
  display: inline-block;
  color: #999;
}
/* child */
#filter_btn .child span:before {
  top: 2px;
}
#filter_btn .child input:checked + span:after {
  content: "";
  top: 5px;
  left: 7px;
}
/* calendar */
.entry_base #calendar dd .inner {
  margin-bottom: 10px;
  display: flex;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
.entry_base #calendar .calendar_box {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 0;
}
.entry_base #calendar .calendar_box:last-child {
  margin-right: 0;
}
.entry_base #calendar table {
  margin-bottom: 20px;
  border: #a8b7cc 1px solid;
}
.entry_base #calendar .calendar_box .caption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.entry_base #calendar .calendar_box .caption .year {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: 'Teko', 'Noto Sans JP', sans-serif;
}
.entry_base #calendar .calendar_box .caption .year span {
  font-weight: 500;
  font-size: 1.6rem;
}
.entry_base #calendar .calendar_box .caption .month {
  margin: 0 0 0 10px;
  line-height: 1;
  font-weight: 400;
  font-size: 4rem;
  font-family: 'Teko', 'Noto Sans JP', sans-serif;
}
.entry_base #calendar .calendar_box .caption .month span {
  font-weight: 500;
  font-size: 1.6rem;
}
.entry_base #calendar .calendar_box .caption .event_type &gt; span {
  margin: 0 0 0 10px;
  font-size: 1.2rem;
}
.entry_base #calendar .calendar_box .caption .event_type .session .icon {
  color: #10c974;
}
.entry_base #calendar .calendar_box .caption .event_type .experience .icon {
  color: #ff38a4;
}
.entry_base #calendar .calendar_box .caption .event_type .meeting .icon {
  color: #f7850c;
}
.entry_base #calendar table th, .entry_base #calendar table td {
  width: calc(98% / 7) !important;
  text-align: center;
  border: #acb6c4 1px solid;
}
/* IE */
*::-ms-backdrop, .entry_base #calendar table th {
  width: 14.28% !important;
}
*::-ms-backdrop, .entry_base #calendar table td {
  width: 14.28% !important;
}
.entry_base #calendar table th {
  padding: 5px;
  font-size: 1.4rem;
  background: #dee2e7;
}
.entry_base #calendar table td {
  padding: 3rem 0 10px;
  height: 65px;
  background: #f2f3f6;
  position: relative;
  transition: all .5s;
  background-clip: padding-box;
}
.entry_base #calendar table td span {
  top: 10px;
  left: 10px;
  position: absolute;
}
.entry_base #calendar table th:first-child, .entry_base #calendar table td:nth-child(1) {
  color: #fe6b6b;
}
.entry_base #calendar table th:last-child, .entry_base #calendar table td:nth-child(7n) {
  color: #6bb7fe;
}
.entry_base #calendar table td.today {
  background: #d9e3f0;
  background-clip: padding-box;
}
.entry_base #calendar table td.opday {
  background: #fff;
  cursor: pointer;
  background-clip: padding-box;
}
.entry_base #calendar table td.opday.dayselect::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: #004098 3px solid;
  position: absolute;
}
/* IE */
*::-ms-backdrop, .entry_base #calendar table td.opday.dayselect::before {
  height: 64px;
}
.entry_base #calendar table td div {
  display: flex;
  justify-content: center;
}
.entry_base #calendar table td small {
  font-size: 1.2rem;
}
.entry_base #calendar table td .ss_str {
  color: #10c974;
  order: 1;
}
.entry_base #calendar table td .ex_str {
  color: #ff38a4;
  order: 2;
}
.entry_base #calendar table td .mt_str {
  color: #fe8300;
  order: 3;
}
/* hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .entry_base #calendar table td.opday:hover {
    opacity: 0.6;
  }
}
/* calendar alwayslist*/
#filter_btn .always_list {
  display: flex;
  flex-wrap: wrap;
}
#filter_btn .always_list li {
  width: calc((98% - 48px) / 4);
  margin: 0 16px 16px 0;
  border: 1px solid #e5e5e5;
  transition: all .3s linear;
}
#filter_btn .always_list li:nth-child(4n) {
  margin: 0 0 16px;
}
#filter_btn .always_list a {
  height: 100%;
  display: block;
  color: #000;
}
#filter_btn .always_list figure img {
  max-width: initial;
  width: 100%;
}
#filter_btn .always_list .ttl {
  padding: 14px 16px;
  font-size: 1.5rem;
}
#filter_btn .always_list .ttl span {
  padding: 0;
}
#filter_btn .always_list .ttl span:before {
  content: none;
}
#result_btn {
  margin: 0 0 80px;
  text-align: center;
}
#result_btn a {
  color: #FFF;
  background: #004098;
  border: 1px solid #004098;
}
#result_btn a:before {
  color: #FFF;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 768px) {
  #filter_btn li {
    margin-bottom: 15px;
  }
  #filter_btn li label {
    cursor: pointer;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  #filter_btn li span:before {
    top: 1px;
  }
  #filter_btn li input:checked + span:after {
    top: 4px;
  }
  #filter_btn #format .parent &gt; label {
    font-size: 1.4rem;
  }
  #filter_btn li.parent &gt; label &gt; span:before {
    width: 20px;
    height: 20px;
  }
  #filter_btn li.parent &gt; label &gt; input:checked + span:after {
    width: 6px;
    height: 10px;
    top: 5px;
    left: 7px;
  }
  #filter_btn #format .child {
    margin: 20px 0 0 0;
    padding: 20px 0 0 30px;
    border-top: 1px solid #e5e5e5;
  }
  #filter_btn #format .child label {
    font-size: 1.2rem;
  }
  #filter_btn .child span:before {
    top: 1px;
  }
  #filter_btn .child input:checked + span:after {
    top: 4px;
  }
  .entry_base #calendar dd .inner {
    display: block;
  }
  .entry_base #calendar .calendar_box {
    width: 100%;
    margin-right: 0;
  }
  .entry_base #calendar .calendar_box .caption .month {
    margin: 0 0 0 5px;
  }
  .entry_base #calendar .calendar_box .caption .event_type &gt; span {
    margin: 0 0 0 5px;
  }
  .entry_base #calendar table th, .entry_base #calendar table td {
    display: table-cell;
  }
  .entry_base #calendar table td small {
    font-size: 1rem;
  }
  /* calendar alwayslist*/
  #filter_btn .always_list {
    margin: 0 0 20px;
    display: block;
    border: 1px solid #e5e5e5;
  }
  #filter_btn .always_list li, #filter_btn .always_list li:nth-child(4n) {
    width: 100%;
    margin: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
  }
  #filter_btn .always_list li:last-of-type {
    border-bottom: none;
  }
  #filter_btn .always_list a {
    padding: 10px;
    display: flex;
    align-items: center;
    color: #000;
  }
  #filter_btn .always_list figure {
    width: 110px;
    overflow: hidden;
  }
  #filter_btn .always_list .ttl {
    width: calc(98% - 110px);
    padding: 0 0 0 10px;
    font-size: 1.2rem;
  }
  #result_btn {
    margin: 0 0 30px;
  }
}
/* hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) #filter_btn .always_list li:hover {
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  }
}
/* icon_info */
.icon_info {
  margin: 0 0 40px;
  padding: 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2f2f2;
}
.icon_info dt {
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-family: 'Teko', sans-serif;
}
.icon_info ul {
  display: flex;
}
.icon_info li {
  margin: 0 0 0 10px;
  padding: 7px 20px 7px 50px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  background: #FFF;
  border-radius: 5px;
  position: relative;
}
.icon_info li.icon_new {
  color: #ed6e6e;
}
.icon_info li.icon_popular {
  color: #ecb067;
}
.icon_info li.icon_beginner {
  color: #64dc4c;
}
.icon_info li.icon_special {
  color: #70e3ed;
}
.icon_info li.icon_reserve {
  color: #8471ee;
}
.icon_info li:before {
  font-family: 'tva';
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon_info li.icon_new:before {
  content: "\e949";
}
.icon_info li.icon_popular:before {
  content: "\e94b";
  font-size: 1.8rem;
  left: 20px;
}
.icon_info li.icon_beginner:before {
  content: "\e94a";
}
.icon_info li.icon_special:before {
  content: "\e948";
}
.icon_info li.icon_reserve:before {
  content: "\e947";
  font-size: 1.8rem;
}
@media only screen and (max-width: 1150px) {
  .icon_info {
    flex-direction: column;
  }
  .icon_info dt {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .icon_info {
    margin: 0 0 30px;
    padding: 5%;
  }
  .icon_info ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .icon_info li {
    margin: 0 5px 10px;
    padding: 7px 15px 7px 40px;
  }
  .icon_info li:before {
    font-size: 1.6rem;
    left: 15px;
  }
  .icon_info li.icon_popular:before {
    font-size: 1.4rem;
    left: 15px;
  }
  .icon_info li.icon_beginner:before {
    left: 20px;
  }
  .icon_info li.icon_reserve:before {
    font-size: 1.5rem;
  }
}
/* boxlist */
#boxlist &gt; ul {
  width: 102%;
  margin-left: -1%;
  display: flex;
  flex-wrap: wrap;
}
#boxlist &gt; ul &gt; li {
  flex-basis: 31.3%;
  max-width: 31.3%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 65px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  position: relative;
  opacity: 0;
  transition: all .3s linear;
}
#boxlist.clumn_4 &gt; ul &gt; li {
  flex-basis: 23%;
  max-width: 23%;
}
#boxlist &gt; ul &gt; li.show {
  opacity: 1;
}
#boxlist &gt; ul &gt; li:before {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
}
.index_list #boxlist &gt; ul &gt; li, #boxlist.index_list &gt; ul &gt; li {
  opacity: 1;
}
#boxlist.no_btn &gt; ul &gt; li {
  padding-bottom: 20px;
}
#boxlist &gt; ul &gt; li &gt; a {
  padding-bottom: 100px;
  color: #000;
  display: block;
}
#boxlist figure {
  margin: 0 0 20px;
}
#boxlist figure img {
  max-width: auto;
  max-width: initial;
  width: 100%;
  display: block;
}
#boxlist .inner {
  padding: 0 30px;
}
#boxlist .inner.label_area {
  position: relative;
}
#boxlist .date {
  text-align: center;
  line-height: 1;
  font-size: 5rem;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
}
#boxlist .date .always {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
#boxlist .date .year {
  font-size: 2.6rem;
}
#boxlist .date .day {
  margin: 0 0 0 10px;
  font-size: 2rem;
}
#boxlist .date .day.sat {
  color: #6bb7fe;
}
#boxlist .date .day.sun {
  color: #fe6b6b;
}
#boxlist h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
}
#boxlist h3:after {
  content: none;
}
#boxlist p {
  margin-bottom: 1em;
  font-size: 1.2rem;
  line-height: 1.7;
}
#boxlist .main_catch {
  margin: 0 0 10px;
  display: block;
  font-size: 1.8rem;
}
#boxlist .sub_catch {
  margin: 0 0 10px;
  display: block;
  font-size: 1.5rem;
}
#boxlist .label {
  color: #fff;
  background: #000;
  border-radius: 0;
  border: none;
  position: absolute;
  top: -34px;
  left: 30px;
}
#boxlist .type li {
  margin: 0 5px 0 0;
  display: inline-block;
  font-size: 1.2rem;
  color: #999;
}
#boxlist .type li a {
  font-size: 1.2rem;
  color: #999;
}
#boxlist .btn {
  min-width: 220px;
  width: 220px;
  padding: 1em 2em 0.8em;
  text-align: center;
  color: #FFF;
  position: absolute;
  left: 50%;
  bottom: -27px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#boxlist .btn:before {
  content: none;
}
#boxlist #nohit {
  margin: 0 0 30px;
  padding: 40px;
  color: #999;
  background: #f5f5f5;
  text-align: center;
}
#boxlist #nohit span {
  display: block;
  font-size: 4.0rem;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
}
/* hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) #boxlist .btn:hover {
    color: #212121;
  }
  body:not(.tab_view) #boxlist &gt; ul &gt; li:hover {
    opacity: 1;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (max-width: 1360px) {
  #boxlist .label {
    padding: 0.2em 1em 0.3em;
    left: 15px;
    font-size: 1.1rem;
  }
  #boxlist .inner {
    padding: 0 15px;
  }
  #boxlist .main_catch {
    font-size: 1.6rem;
  }
  #boxlist .sub_catch {
    font-size: 1.3rem;
  }
  #boxlist .type li {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  #boxlist &gt; ul {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  #boxlist &gt; ul &gt; li, #boxlist.clumn_4 &gt; ul &gt; li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 50px;
  }
  #boxlist .date {
    margin: 10px 0 0;
    font-size: 4rem;
  }
  #boxlist .date .always {
    font-size: 2rem;
  }
  #boxlist .date .year {
    font-size: 2rem;
  }
  #boxlist .date .day {
    font-size: 1.6rem;
  }
  #boxlist h3 {
    font-size: 1.6rem;
  }
  #boxlist .main_catch {
    font-size: 1.8rem;
  }
  #boxlist .sub_catch {
    font-size: 1.4rem;
  }
  #boxlist .label {
    top: -30px;
  }
}
/* tooltip */
#boxlist .tooltips {
  width: calc(98% - 60px);
  height: 30px;
  margin: 0 30px;
  padding: 15px 0 0 0;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  bottom: 50px;
}
#boxlist .tooltips li {
  margin: 0 5px;
  display: inline-block;
  text-decoration: none;
}
#boxlist .tooltips abbr {
  text-decoration: none;
}
#boxlist .tooltips .icon_new abbr, #boxlist .tooltips .icon_new.active abbr:before, #tooltip.icon_new {
  color: #ed6e6e;
}
#boxlist .tooltips .icon_popular abbr, #boxlist .tooltips .icon_popular.active abbr:before, #tooltip.icon_popular {
  color: #ecb067;
}
#boxlist .tooltips .icon_beginner abbr, #boxlist .tooltips .icon_beginner.active abbr:before, #tooltip.icon_beginner {
  color: #64dc4c;
}
#boxlist .tooltips .icon_special abbr, #boxlist .tooltips .icon_special.active abbr:before, #tooltip.icon_special {
  color: #70e3ed;
}
#boxlist .tooltips .icon_reserve abbr, #boxlist .tooltips .icon_reserve.active abbr:before, #tooltip.icon_reserve {
  color: #8471ee;
}
#boxlist .tooltips abbr:before {
  font-family: 'tva';
  font-size: 2rem;
  color: #999;
}
#boxlist .tooltips .icon_new abbr:before {
  content: "\e949";
}
#boxlist .tooltips .icon_popular abbr:before {
  content: "\e94b";
  font-size: 1.8rem;
  left: 20px;
}
#boxlist .tooltips .icon_beginner abbr:before {
  content: "\e94a";
}
#boxlist .tooltips .icon_special abbr:before {
  content: "\e948";
}
#boxlist .tooltips .icon_reserve abbr:before {
  content: "\e947";
  font-size: 1.8rem;
}
#tooltip {
  padding: 7px 10px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  z-index: 1;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#tooltip:after {
  content: '';
  width: 0;
  height: 0;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFF;
}
#tooltip.top:after {
  top: -20px;
  bottom: auto;
  border-top-color: transparent;
  border-bottom: 5px solid #FFF;
}
#tooltip.left:after {
  margin: 0;
  left: 10px;
}
#tooltip.right:after {
  margin: 0;
  right: 10px;
  left: auto;
}
/* event_overview */
.event_overview {
  text-align: center;
}
.event_overview li {
  margin-bottom: 30px;
}
.event_overview figure {
  margin: 0 0 15px;
  overflow: hidden;
}
.event_overview figure img {
  width: 150px;
  margin: 0 auto;
  display: block;
  border-radius: 100%;
}
.event_overview dt {
  margin: 0 0 15px;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.event_overview dd {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .event_overview li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .event_overview figure {
    width: 30%;
    margin: 0 5% 0 0;
  }
  .event_overview dl {
    width: 65%;
    text-align: left;
  }
  .event_overview dt {
    margin: 0 0 5px;
    font-size: 1.6rem;
  }
}
.no_nav {
  margin-bottom: 60px;
}
/*-----------------------------------------
	interview
-----------------------------------------*/
/* interviewlist */
#interviewlist.index_list #boxlist &gt; ul &gt; li {
  opacity: 1;
}
#interviewlist #boxlist &gt; ul &gt; li {
  padding-bottom: 0;
  margin-bottom: 2vw;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}
#interviewlist #boxlist &gt; ul &gt; li:before {
  display: none;
}
#interviewlist #boxlist &gt; ul &gt; li a {
  min-height: 1%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #interviewlist.index_list #boxlist &gt; ul &gt; li {
    padding-bottom: 0;
    margin-bottom: 4vw;
  }
  #interviewlist #boxlist &gt; ul &gt; li a {
    padding-bottom: 10px;
  }
}
/* interview detail */
.interview_body .interview_header {
  margin: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interview_body .interview_header figure {
  width: 30%;
}
.interview_body .interview_header .interview_info {
  width: 66%;
  margin-left: 4%;
}
.interview_body .interview_header .interview_info .department {
  max-width: 100%;
  margin: 0 0 20px;
  padding: 0.5em 2em;
  display: inline-block;
  color: #fff;
  background: #000;
}
.interview_body .interview_header .interview_info h2 {
  margin: 0 0 20px;
  line-height: 1.8;
}
.interview_body .interview_header .interview_info .interviewee {
  font-size: 2.2rem;
}
.interview_body .interview_header .interview_info h3 {
  margin: 40px 0 20px;
  padding: 20px 0 0;
}
.interview_body .interview_header .interview_info h3:after {
  position: absolute;
  top: 0;
  bottom: auto;
}
.entry_base .department.seo-btn {
  text-align: center;
}
.entry_base .department.seo-btn a {
  max-width: 100%;
  margin: 0 0 20px;
  padding: 0.5em 2em;
  display: inline-block;
  color: #fff;
  position: relative;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #1d1d1d;
  text-align: center;
  font-weight: bold;
  transition: transform 0.2s;
}
.entry_base .department.seo-btn a:active {
  transform: scale(0.95);
}
.entry_base .department.seo-btn a::after {
  /* 擬似要素で矢印アイコンをつくる */
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
@media only screen and (max-width: 768px) {
  .interview_body .interview_header {
    margin: 0 0 40px;
    display: block;
  }
  .interview_body .interview_header figure {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  .interview_body .interview_header figure img {
    max-height: 50vh;
  }
  .interview_body .interview_header .interview_info {
    width: 100%;
    margin-left: 0;
  }
  .interview_body .interview_header .interview_info .department {
    max-width: 100%;
    margin: 0 0 10px;
  }
  .interview_body .interview_header .interview_info h2 {
    margin: 0 0 10px;
    font-size: 2.0rem;
  }
  .interview_body .interview_header .interview_info .interviewee {
    font-size: 1.8rem;
  }
  .interview_body .interview_header .interview_info h3 {
    margin: 20px 0 10px;
    font-size: 1.6rem;
  }
  .interview_body .interview_header .interview_info h3:after {
    position: absolute;
    top: 0;
    bottom: auto;
  }
  .entry_base .department.seo-btn a {
    max-width: 100%;
    margin: 0 0 10px;
  }
}
/*-----------------------------------------
	gallery
-----------------------------------------*/
#gallerylist.index_list #boxlist &gt; ul &gt; li {
  opacity: 1;
}
#gallerylist #boxlist &gt; ul &gt; li {
  padding-bottom: 0;
  margin-bottom: 2vw;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}
#gallerylist #boxlist &gt; ul &gt; li:before {
  display: none;
}
#gallerylist #boxlist &gt; ul &gt; li a {
  min-height: 1%;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #gallerylist.index_list #boxlist &gt; ul &gt; li {
    margin-bottom: 4vw;
  }
}
/*-----------------------------------------
	tva-world
-----------------------------------------*/
.cont_outer.type_tva_world {
  color: #FFF;
  background: transparent;
}
.pg_tva-world .data_sec li figure {
  max-width: 235px;
  margin: 0 auto;
}
.pg_tva-world .data_sec li figure img {
  position: relative;
  z-index: 1;
}
.pg_tva-world .data_sec li figure:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
}
.pg_tva-world .data_sec li dt {
  color: #999;
}
.pg_tva-world .person_sec {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.pg_tva-world .person_sec figure {
  margin: 0 auto;
}
.pg_tva-world .person_sec .faq_set {
  width: calc((98% - 400px) / 2);
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}
.pg_tva-world .person_sec .faq_set:nth-of-type(1) {
  left: 0;
}
.pg_tva-world .person_sec .faq_set:nth-of-type(2) {
  right: 0;
}
.pg_tva-world .person_sec .faq_set img:first-child {
  margin-bottom: 20px;
}
.pg_tva-world .feature_sec &gt; section {
  margin-bottom: 60px;
}
.pg_tva-world .event_schedule {
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .pg_tva-world .person_sec figure {
    width: 30%;
  }
  .pg_tva-world .person_sec .faq_set {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .cont_outer.type_tva_world {
    position: relative;
    background: url(/tva-world/files/tva-world_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .cont_outer.type_tva_world:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
  }
  .cont_outer.type_tva_world .cont_inner {
    position: relative;
  }
  .pg_tva-world .person_sec figure {
    width: 80%;
    margin-bottom: 20px;
  }
  .pg_tva-world .person_sec .faq_set {
    width: 100%;
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
  }
  .pg_tva-world .person_sec .faq_set:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .pg_tva-world .feature_sec &gt; section {
    margin-bottom: 30px;
  }
  .pg_tva-world .event_schedule {
    margin-bottom: 20px;
  }
  .pg_tva-world .event_schedule img {
    margin-bottom: 20px;
  }
}
/*-----------------------------------------
	360viewer
-----------------------------------------*/
.viewer360 {
  visibility: hidden;
}
.viewer360 .screenWrap {
  margin: 0 auto 20px auto;
  width: 1120px;
  height: 540px;
  position: relative;
  z-index: 1;
}
.viewer360 .screenWrap .prev, .viewer360 .screenWrap .next {
  text-decoration: none;
  width: 45px;
  height: 45px;
  margin-top: -23px;
  display: block;
  overflow: hidden;
  color: #fff;
  text-shadow: none;
  background: #000;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.viewer360 .screenWrap .prev {
  left: -45px;
  text-align: right;
  border-right: none;
}
.viewer360 .screenWrap .next {
  right: -45px;
  text-align: left;
  border-left: none;
}
.viewer360 .screenWrap .prev:before, .viewer360 .screenWrap .next:before {
  content: "" !important;
  width: 0;
  height: 100%;
  display: inline-block;
  background: #fff;
  transition: all 0.2s ease-out;
}
.viewer360 .screenWrap .prev:after, .viewer360 .screenWrap .next:after {
  content: "\e90b" !important;
  font-family: 'tva';
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-out;
  text-shadow: none !important;
}
.viewer360 .screenWrap .prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
/*PC Hover*/
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .viewer360 .screenWrap .prev:hover:before, body:not(.tab_view) .viewer360 .screenWrap .next:hover:before {
    width: 100%;
  }
  body:not(.tab_view) .viewer360 .screenWrap .prev:hover:after, body:not(.tab_view) .viewer360 .screenWrap .next:hover:after {
    color: #000 !important;
  }
}
.viewer360 #screen {
  width: 1120px;
  height: 540px;
  position: relative;
}
.viewer360 .viewCaption {
  margin: 0 auto;
  padding: 0 0 30px 0;
  width: 1120px;
  font-size: 1.8rem;
  text-align: left;
  opacity: 0;
}
.viewer360 .viewCaption.capShow {
  transition: all 1s ease-out;
  opacity: 1;
}
.viewer360 .viewCaption span {
  padding-right: 15px;
  display: inline-block;
  font-size: 4.0rem;
  font-family: 'Teko', sans-serif;
}
.viewer360 .viewCaption p {
  font-size: 1.4rem;
}
.viewer360 nav {
  margin: 20px auto;
}
.viewer360 nav ul {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
  position: relative;
  text-align: center;
}
.viewer360 nav ul li {
  width: 70px;
  height: 70px;
  margin: 0 5px;
  text-align: center;
  display: inline-block;
  position: relative;
  border-radius: 10px;
}
.viewer360 nav ul li a {
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  display: block;
  position: absolute;
  background-size: cover;
  box-sizing: border-box;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.viewer360 nav ul li a:before {
  content: '';
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}
.viewer360 nav ul li a:hover, .viewer360 nav ul li a.active {
  bottom: 0;
}
.viewer360 nav ul li a.active {
  bottom: 20px;
}
.viewer360 nav ul li a.active:before, .viewer360 nav ul li a:hover:before {
  background-color: rgba(0, 0, 0, 0);
}
.viewer360 nav ul li a.view1 {
  background-image: url(/virtual/files/thumb/thumb01.jpg);
}
.viewer360 nav ul li a.view2 {
  background-image: url(/virtual/files/thumb/thumb02.jpg);
}
.viewer360 nav ul li a.view3 {
  background-image: url(/virtual/files/thumb/thumb03.jpg);
}
.viewer360 nav ul li a.view4 {
  background-image: url(/virtual/files/thumb/thumb04.jpg);
}
.viewer360 nav ul li a.view5 {
  background-image: url(/virtual/files/thumb/thumb05.jpg);
}
.viewer360 nav ul li a.view6 {
  background-image: url(/virtual/files/thumb/thumb06.jpg);
}
.viewer360 nav ul li a.view7 {
  background-image: url(/virtual/files/thumb/thumb07.jpg);
}
.viewer360 nav ul li a.view8 {
  background-image: url(/virtual/files/thumb/thumb08.jpg);
}
.viewer360 nav ul li a.view9 {
  background-image: url(/virtual/files/thumb/thumb09.jpg);
}
.viewer360 nav ul li a.view10 {
  background-image: url(/virtual/files/thumb/thumb10.jpg);
}
.viewer360 nav ul li a.view11 {
  background-image: url(/virtual/files/thumb/thumb11.jpg);
}
.viewer360 nav ul li a.view12 {
  background-image: url(/virtual/files/thumb/thumb12.jpg);
}
.viewer360 nav ul li a.view13 {
  background-image: url(/virtual/files/thumb/thumb13.jpg);
}
.viewer360 nav ul li a.view14 {
  background-image: url(/virtual/files/thumb/thumb14.jpg);
}
.viewer360 nav ul li a.view15 {
  background-image: url(/virtual/files/thumb/thumb15.jpg);
}
.viewer360 nav ul li a span {
  width: 100%;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  font-family: 'Teko', sans-serif;
  transition: all 0.4s ease-in-out;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
}
.pnlm-render-container {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1500px) {
  .viewer360 nav ul li {
    width: 60px;
    height: 60px;
    margin: 0 2px;
  }
  .viewer360 nav ul li a, .viewer360 nav ul li a:before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1360px) {
  .viewer360 {
    width: 90%;
    margin: 0 auto;
  }
  .viewer360 .screenWrap, .viewer360 #screen, .viewer360 .viewCaption {
    width: 100%;
    height: 360px;
  }
}
@media only screen and (max-width: 768px) {
  .viewer360 .screenWrap {
    margin: 10px auto;
    width: 100%;
    height: 180px;
    position: relative;
  }
  .viewer360 #screen {
    width: 100%;
    height: 180px;
    margin: 0 auto;
  }
  .viewer360 .screenWrap .prev, .viewer360 .screenWrap .next {
    text-decoration: none;
    width: 49%;
    height: 9vw;
    margin-top: 0;
    top: auto;
    bottom: -11vw;
  }
  .viewer360 .screenWrap .prev {
    left: 0;
  }
  .viewer360 .screenWrap .next {
    right: 0;
  }
  .viewer360 .viewCaption {
    padding: 15px 20px;
    width: 100%;
  }
  .viewer360 .viewCaption {
    padding: 12vw 0 20px;
  }
  .viewer360 .viewCaption span {
    padding-right: 10px;
    display: inline-block;
    font-size: 2.0rem;
    line-height: 1;
  }
  .viewer360 nav ul {
    width: 100%;
  }
  .viewer360 nav ul li {
    margin: 0.6vw 1vw;
    width: 12vw;
    height: 12vw;
  }
  .viewer360 nav ul li a {
    bottom: 0;
    left: 0;
    width: 12vw;
    height: 12vw;
  }
  .viewer360 nav ul li a:before {
    width: 12vw;
    height: 12vw;
  }
  .viewer360 nav ul li a.active {
    bottom: 0;
    border: 2px solid #000;
  }
  .viewer360 nav ul li a span {
    height: 12vw;
    line-height: 12vw;
  }
}
/*-----------------------------------------
	404 error
-----------------------------------------*/
.pg_404 .sns_icon {
  background: transparent;
}
.pg_404 .sns_icon li a {
  color: #FFF;
}
/*-----------------------------------------
	action list
-----------------------------------------*/
.action_wrap {
  margin: 60px auto 0;
  padding: 90px 0 0;
  position: relative;
  border-top: 1px solid #000;
}
.activity_action {
  margin: 100px auto 0;
}
.action_wrap h2, .action_wrap p {
  display: none;
}
.action_list {
  margin: 0 auto;
}
.case_list, .yosu {
  padding-top: 60px;
  margin: 0 auto;
}
.cta .intro {
  padding-bottom: 60px;
}
.action_list li a {
  border: none;
}
.action_list li a:before, .cta_action_midashi {
  display: none;
}
.cta_action_btn {
  padding: 0;
  width: 100%;
}
.cta .dodai {
  position: relative;
}
.cta .btn-main a {
  display: block;
  position: relative;
  border-radius: 4px;
  color: #fff;
  overflow: hidden;
}
.cta .btn-main a::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  -webkit-animation: shinyshiny 2.5s ease-in-out infinite;
}
@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .action_wrap {
    margin: 30px auto 0;
    padding: 30px 0 0;
  }
  .action_wrap h2, .action_wrap p {
    display: block;
    text-align: center;
    font-size: 1rem;
    padding: 7%;
  }
  .action_wrap h2:before, .action_wrap p:before {
    content: "\e944";
    font-family: 'tva';
    margin: 0 auto 10px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 2.2rem;
  }
  .action_wrap h2 span, .action_wrap p span {
    display: block;
    line-height: 1;
    font-size: 5.5rem;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
  }
  .cta &gt; .cont_outer {
    background-image: none;
    padding: 0;
  }
  .cta .action_list li p {
    display: block;
    text-align: justify;
  }
  .cta .action_list {
    margin: 0 auto;
  }
  .cta .intro {
    padding-bottom: 0;
  }
  .cta .intro h2 {
    width: 100%;
    font-size: 1rem;
    position: relative;
  }
  .cta .action_list li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background-size: cover;
  }
  .cta .action_list li figure .action_bg {
    display: none;
  }
  .cta_action_midashi {
    display: block;
    padding: 0;
    width: 100%;
  }
  .cta .action_list li div {
    width: 90%;
    margin: 0px auto 20px;
    position: relative;
  }
  .cta .btn-main {
    width: 100%;
  }
  .action_list li a:last-child {
    margin-top: 8px;
  }
}
/*-----------------------------------------
	scroll hint
-----------------------------------------*/
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 65px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 130px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}
.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}
.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
/*-----------------------------------------
	Hover
-----------------------------------------*/
#result_btn a, .accordion_box dt, .content_list a, .content_list .switch_btn, .entry_base a:not(.btn), .anchor_list li a, .breadcrumbs li a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  body:not(.tab_view) #result_btn a:hover, body:not(.tab_view) .accordion_box dt:hover, body:not(.tab_view) .content_list a:hover, body:not(.tab_view) .content_list .switch_btn:hover, body:not(.tab_view) .entry_base a:not(.btn):hover, body:not(.tab_view) .anchor_list li a:hover, body:not(.tab_view) .breadcrumbs li a:hover {
    opacity: 0.6;
  }
}
/*-----------------------------------------
	ao guide
-----------------------------------------*/
section img.procedure_img {
  margin: 0 auto;
  display: block;
}
/*-----------------------------------------
	MT A-Form style
-----------------------------------------*/
/* aform input */
main .aform-header {
  display: none;
}
main .aform-content dl {
  margin: 0;
  padding: 20px 0;
}
main .aform-content dl dt {
  font-weight: normal;
}
main .form_field dt .aform-required {
  padding: 2px 20px;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #dd0101;
  border-radius: 4px;
  position: absolute;
  top: 1.5rem;
  right: 0;
}
main .aform-content dl dd {
  margin: 0;
}
main .form_field dd .aform-text, main .form_field dd .aform-tel, main .form_field dd .aform-email, main .form_field dd .aform-textarea {
  width: 420px;
  padding: 16px 20px;
  font-size: 1.6rem;
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  -webkit-appearance: none;
}
main .form_field dd .aform-textarea {
  width: 100%;
}
main .form_field .dl_form-agree {
  padding: 50px 0;
  text-align: center;
}
main .form_field .dl_form-agree dt {
  display: none;
}
main .form_field .dl_form-agree dd {
  width: 100%;
}
main .form_field .dl_form-agree .aform-input-example {
  margin: 0 0 30px;
  line-height: 2.3;
  font-size: inherit;
  color: inherit;
}
main .form_field .dl_form-agree ul {
  width: 100%;
  display: block;
}
main .form_field .dl_form-agree li {
  width: auto;
  display: inline-block;
}
main .form_field .dl_form-agree input {
  display: none;
}
main .form_field .dl_form-agree input + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
main .form_field .dl_form-agree input + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
  background: #f2f2f2;
  transition: all 0.3s ease-out;
}
main .form_field .dl_form-agree input + label:last-child {
  margin-bottom: 0;
}
main .form_field .dl_form-agree input:checked + label:before {
  background: transparent;
}
main .form_field .dl_form-agree input:checked + label:before {
  width: 10px;
  top: -2px;
  left: 5px;
  opacity: 1;
  border-top-color: transparent;
  border-right-color: #004098;
  border-bottom-color: #004098;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: transparent;
}
main .aform-button-area {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  background: transparent;
}
main .aform-button-area input {
  width: auto;
  min-width: 280px;
  margin: 0 10px;
  padding: 15px 20px;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 1.7;
  display: inline-block;
  font-family: 'Teko', 'Noto Sans JP', sans-serif;
  background: #004098;
}
main .aform-button-area input[type="submit"], main .aform-button-area input#aform_btn_back {
  -webkit-appearance: none;
  border-radius: 0;
}
main .aform-button-area input:disabled {
  opacity: 0.3;
  cursor: default;
}
main .aform-button-area input:not(:disabled) {
  cursor: pointer;
  opacity: 1;
}
/* aform confirm */
main #aform-confirm-form .aform-required, main .aform-content #aform-confirm-form .dl_form-agree, main #aform_confirm_msg {
  display: none;
}
main .aform-content #aform-confirm-form dl dt {
  padding: 0;
}
#aform_btn_back {
  color: #999;
  background: #FFF;
}
/* aform system error */
main .aform-content .aform-error-list {
  margin: 0 0 50px;
  padding: 0;
  display: block;
  text-align: center;
  border: none;
}
main .aform-error-list dt {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  color: #dd0101;
}
main .aform-error-list dd {
  width: 100%;
  margin: 0;
}
main .aform-content .aform-error-list + div {
  text-align: center;
}
/* PC Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) main .aform-button-area input:not(:disabled):hover {
    opacity: 0.7;
  }
  body:not(.tab_view) main .aform-button-area input#aform_btn_back:hover {
    border: 1px solid #000;
  }
}
@media only screen and (max-width: 768px) {
  main .form_field dt .aform-required {
    padding: 0 10px;
    font-size: 1.2rem;
    top: 0;
  }
  main .form_field dd .aform-text, main .form_field dd .aform-tel, main .form_field dd .aform-email, main .form_field dd .aform-textarea {
    width: 100%;
    padding: 10px 15px;
  }
  main .form_field .dl_form-agree .aform-input-example {
    margin: 0 0 20px;
    line-height: 2.3;
    text-align: left;
  }
  main .aform-button-area input {
    min-width: 46%;
  }
  /* aform confirm */
  main .aform-content #aform-confirm-form dl {
    padding: 10px 0;
    line-height: 1.75;
  }
  main #aform-confirm-form dd {
    padding: 5px 0 0;
  }
  main #aform-confirm-form .aform-button-area input {
    padding: 15px 0;
  }
  /* aform system error */
  main .aform-error-list dd {
    padding: 0;
  }
}
/* PRIVACY POLICY */
.entry_base .policy h3 {
  margin: 60px 0 30px;
}
@media only screen and (max-width: 768px) {
  .entry_base .policy h3 {
    margin: 40px 0 20px;
  }
}
/*-----------------------------------------
　学科ページ	oc-btn
-----------------------------------------*/
a.oc-btn {
  display: block;
  width: 50%;
  margin: 2rem auto 4rem;
}
a.oc-btn img {
  filter: drop-shadow(5px 5px 20px #eee);
}
@media only screen and (max-width: 768px) {
  a.oc-btn {
    width: 90%;
  }
}
/*-----------------------------------------
	学科ページ　department
-----------------------------------------*/
.pg_movie header, .pg_music header, .pg_photo header, .pg_publication header, .pg_make header, .pg_performing header, .pg_dance header {
  background-color: rgba(0, 0, 0, .6);
}
.pg_photo .mini_header header {
  background: #fff !important;
}
.pg_movie main, .pg_music main, .pg_photo main, .pg_publication main, .pg_make main, .pg_performing main, .pg_dance main {
  background: #fff;
}
.pg_movie .yosu, .pg_music .yosu, .pg_photo .yosu, .pg_publication .yosu, .pg_make .yosu, .pg_performing .yosu, .pg_dance .yosu {
  background: #fff;
}
.pg_movie footer, .pg_music footer, .pg_photo footer, .pg_publication footer, .pg_make footer, .pg_performing footer, .pg_dance footer {
  background: rgba(0, 0, 0);
}
.pg_movie .cont_outer, .pg_music .cont_outer, .pg_photo .cont_outer, .pg_publication .cont_outer, .pg_make .cont_outer, .pg_performing .cont_outer, .pg_dance .cont_outer {
  margin: 0;
  padding: 2% 0;
}
.pg_movie .cont_wrap, .pg_music .cont_wrap, .pg_photo .cont_wrap, .pg_publication .cont_wrap, .pg_make .cont_wrap, .pg_performing .cont_wrap, .pg_dance .cont_wrap {
  padding: 0px 0 80px;
}
@media only screen and (max-width: 768px) {
  .pg_movie .cont_outer, .pg_music .cont_outer, .pg_photo .cont_outer, .pg_publication .cont_outer, .pg_make .cont_outer, .pg_performing .cont_outer, .pg_dance .cont_outer {
    padding-right: 5%;
    padding-left: 5%;
  }
}
/*-----------------------------------------
	学科ページ　department ttl
-----------------------------------------*/
/*dep-ttl*/
.dep-ttl {
  position: relative;
  height: 60vh;
}
.dep-ttl h1 {
  position: absolute;
  font-size: 7vh;
  line-height: 1;
  top: 37vh;
  left: 5vh;
  z-index: 2;
  background: #fff;
  padding: 0.3rem 0.5rem;
}
.pg_movie .dep-ttl h1 {
  color: #1ed195;
}
.pg_music .dep-ttl h1 {
  color: #f99536;
}
.pg_photo .dep-ttl h1 {
  color: #626eeb;
}
.pg_publication .dep-ttl h1 {
  color: #46c6e5;
}
.pg_make .dep-ttl h1 {
  color: #934de2;
}
.pg_performing .dep-ttl h1 {
  color: #ff655b;
}
.pg_dance .dep-ttl h1 {
  color: #f3429c;
}
.dep-ttl ul {
  position: relative;
  top: 47vh;
  left: 8vh;
  z-index: 2;
  width: 90%;
}
.dep-ttl ul li {
  display: inline-block;
  border-radius: 5rem;
  margin: 0.3rem;
  padding: 0.3rem 1rem 0.3rem 3vh;
  position: relative;
  font-size: 2vh;
}
.pg_movie .dep-ttl ul li {
  background: #1ed195d1;
}
.pg_music .dep-ttl ul li {
  background: #f99536d1;
}
.pg_photo .dep-ttl ul li {
  background: #626eebd1;
}
.pg_publication .dep-ttl ul li {
  background: #46c6e5d1;
}
.pg_make .dep-ttl ul li {
  background: #934de2d1;
}
.pg_performing .dep-ttl ul li {
  background: #ff655bd1;
}
.pg_dance .dep-ttl ul li {
  background: #f3429cd1;
}
.dep-ttl ul li:before {
  content: "\e90b";
  font-family: 'tva';
  display: block;
  font-size: 1.8vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1vh;
  color: #FFFFFF;
}
.dep-ttl ul li a {
  color: #fff;
}
/*breadcrumbs*/
.pg_movie .breadcrumbs, .pg_music .breadcrumbs, .pg_photo .breadcrumbs, .pg_publication .breadcrumbs, .pg_make .breadcrumbs, .pg_performing .breadcrumbs, .pg_dance .breadcrumbs {
  position: relative;
  background: #fff;
  margin: 0 0 -1px;
}
.pg_movie .breadcrumbs ul, .pg_music .breadcrumbs ul, .pg_photo .breadcrumbs ul, .pg_publication .breadcrumbs ul, .pg_make .breadcrumbs ul, .pg_performing .breadcrumbs ul, .pg_dance .breadcrumbs ul {
  text-align: end;
}
.pg_movie .breadcrumbs li, .pg_music .breadcrumbs li, .pg_photo .breadcrumbs li, .pg_publication .breadcrumbs li, .pg_make .breadcrumbs li, .pg_performing .breadcrumbs li, .pg_dance .breadcrumbs li {
  color: #000;
  z-index: 1;
  position: relative;
}
.pg_movie .breadcrumbs li a, .pg_music .breadcrumbs li a, .pg_photo .breadcrumbs li a, .pg_publication .breadcrumbs li a, .pg_make .breadcrumbs li a, .pg_performing .breadcrumbs li a, .pg_dance .breadcrumbs li a {
  color: #000;
}
/*bg_area*/
.pg_movie .bg_area, .pg_music .bg_area, .pg_photo .bg_area, .pg_publication .bg_area, .pg_make .bg_area, .pg_performing .bg_area, .pg_dance .bg_area {
  height: 60vh;
}
.pg_movie .bg_area:before, .pg_music .bg_area:before, .pg_photo .bg_area:before, .pg_publication .bg_area:before, .pg_make .bg_area:before, .pg_performing .bg_area:before, .pg_dance .bg_area:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  /*dep-ttl*/
  .dep-ttl {
    height: 80vh;
  }
  .pg_movie .dep-ttl:after {}
  .pg_music .dep-ttl:after {}
  .pg_photo .dep-ttl:after {}
  .pg_publication .dep-ttl:after {}
  .pg_make .dep-ttl:after {}
  .pg_performing .dep-ttl:after {}
  .pg_dance .dep-ttl:after {}
  .dep-ttl h1 {
    left: 0rem;
  }
  .pg_movie .dep-ttl h1 {
    font-size: 4.5vh;
    top: 39vh;
  }
  .pg_music .dep-ttl h1 {
    font-size: 4.5vh;
    top: 47vh;
  }
  .pg_photo .dep-ttl h1 {
    font-size: 4.5vh;
    top: 44vh;
  }
  .pg_publication .dep-ttl h1 {
    font-size: 3.5vh;
    top: 48vh;
  }
  .pg_make .dep-ttl h1 {
    font-size: 4.5vh;
    top: 58vh;
  }
  .pg_performing .dep-ttl h1 {
    font-size: 3.5vh;
    top: 61vh;
  }
  .pg_dance .dep-ttl h1 {
    font-size: 4.5vh;
    top: 63vh;
  }
  .dep-ttl ul {
    top: 49vh;
    left: 2vh;
    width: 90%;
  }
  .pg_movie .dep-ttl ul {
    top: 46vh;
  }
  .pg_music .dep-ttl ul {
    top: 54vh;
  }
  .pg_photo .dep-ttl ul {
    top: 51vh;
  }
  .pg_publication .dep-ttl ul {
    top: 54vh;
  }
  .pg_make .dep-ttl ul {
    top: 65vh;
  }
  .pg_performing .dep-ttl ul {
    top: 67vh;
  }
  .pg_dance .dep-ttl ul {
    top: 70vh;
  }
  .dep-ttl ul li {
    font-size: 1.8vh;
  }
  .dep-ttl .breadcrumbs li {
    font-size: 1.2rem;
  }
  .dep-ttl .breadcrumbs {
    margin: 0;
  }
  /*bg_area*/
  .pg_movie .bg_area, .pg_music .bg_area, .pg_photo .bg_area, .pg_publication .bg_area, .pg_make .bg_area, .pg_performing .bg_area, .pg_dance .bg_area {
    display: block !important;
    height: 80vh;
  }
}
/*-----------------------------------------
	学科ページ　catch
-----------------------------------------*/
.pg_movie .catch, .pg_music .catch, .pg_photo .catch, .pg_publication .catch, .pg_make .catch, .pg_performing .catch, .pg_dance .catch {
  text-align: center;
  margin: 0px 0px 5rem;
}
.pg_movie .catch .entry_head, .pg_music .catch .entry_head, .pg_photo .catch .entry_head, .pg_publication .catch .entry_head, .pg_make .catch .entry_head, .pg_performing .catch .entry_head, .pg_dance .catch .entry_head {
  margin: 0 0 20px;
  font-size: 3rem;
}
.pg_movie .catch p, .pg_music .catch p, .pg_photo .catch p, .pg_publication .catch p, .pg_make .catch p, .pg_performing .catch p, .pg_dance .catch p {
  margin: 0 0 15px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .pg_movie .catch, .pg_music .catch, .pg_photo .catch, .pg_publication .catch, .pg_make .catch, .pg_performing .catch, .pg_dance .catch {
    margin: 0px 0px 3rem;
  }
  .pg_movie .catch .entry_head, .pg_music .catch .entry_head, .pg_photo .catch .entry_head, .pg_publication .catch .entry_head, .pg_make .catch .entry_head, .pg_performing .catch .entry_head, .pg_dance .catch .entry_head {
    margin: 0 0 15px;
    font-size: 6vw;
    line-height: 1.5;
  }
  .pg_movie .catch p, .pg_music .catch p, .pg_photo .catch p, .pg_publication .catch p, .pg_make .catch p, .pg_performing .catch p, .pg_dance .catch p {
    margin: 0 0 15px;
    line-height: 1.5;
    font-size: 3.7vw;
  }
}
/*-----------------------------------------
	学科ページ　gakka-mokuji
-----------------------------------------*/
.gakka-mokuji {
  margin-bottom: 50px;
}
.gakka-mokuji .mokuji {
  display: flex;
  gap: 1rem;
	flex-wrap: wrap;
}
.gakka-mokuji .mokuji a {
  display: flex;
  cursor: pointer;
  flex: 1;
  text-align: center;
  margin-bottom: -1px;
  transition: 0.2s ease-in-out;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  padding: 1.4rem 2.8rem 1.4rem 2rem;
  background-color: #faf9f7;
  border-radius: 1rem;
  color: #000;
	min-width: 24%;
    min-height: 10rem;
    max-width: 24%;
}
.pg_movie .gakka-mokuji .mokuji a {
  border: 0.2rem solid #1ed195;
}
.pg_music .gakka-mokuji .mokuji a {
  border: 0.2rem solid #f99536;
}
.pg_photo .gakka-mokuji .mokuji a {
  border: 0.2rem solid #626eeb;
}
.pg_publication .gakka-mokuji .mokuji a {
  border: 0.2rem solid #46c6e5;
}
.pg_make .gakka-mokuji .mokuji a {
  border: 0.2rem solid #934de2;
}
.pg_performing .gakka-mokuji .mokuji a {
  border: 0.2rem solid #ff655b;
}
.pg_dance .gakka-mokuji .mokuji a {
  border: 0.2rem solid #f3429c;
}
.gakka-mokuji .mokuji a:hover {
  padding: 1.6rem 2.8rem 1.2rem 2rem;
  background: #edebe8;
}
.gakka-mokuji .mokuji li {
  margin: auto;
  list-style: none;
}
.shita-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  box-sizing: content-box;
  margin-left: 10px;
}
.pg_movie .shita-icon {
  background: #1ed195;
  border: 0.1em solid #1ed195;
}
.pg_music .shita-icon {
  background: #f99536;
  border: 0.1em solid #f99536;
}
.pg_photo .shita-icon {
  background: #626eeb;
  border: 0.1em solid #626eeb;
}
.pg_publication .shita-icon {
  background: #46c6e5;
  border: 0.1em solid #46c6e5;
}
.pg_make .shita-icon {
  background: #934de2;
  border: 0.1em solid #934de2;
}
.pg_performing .shita-icon {
  background: #ff655b;
  border: 0.1em solid #ff655b;
}
.pg_dance .shita-icon {
  background: #f3429c;
  border: 0.1em solid #f3429c;
}
.shita-icon:before {
  content: '';
  color: #fff;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.36em 0.24em;
  border-top-color: currentColor;
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .gakka-mokuji {
    background: none;
    border: none;
    margin-top: 6px;
    margin-bottom: 30px;
  }
  .gakka-mokuji .container {
    width: 100%;
  }
  .gakka-mokuji .mokuji {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem 0.6rem;
  }
  .gakka-mokuji .mokuji a {
    flex: none;
    padding: 0;
    font-size: 3.5vw;
    line-height: 1.3;
    min-height: 20vw;
    min-width: 48%;
  }
  .gakka-mokuji .mokuji li {
    margin: auto;
    display: flex;
    align-items: center;
  }
}
/*-----------------------------------------
	学科ページ　future prompt
-----------------------------------------*/
.future, .prompt {
  margin-bottom: 40px;
}
.future .clm_3, .prompt .clm_3 {
  justify-content: space-between;
}
.future ul, .prompt ul {
  margin: 0 10px;
  color: #464646;
}
.future li, .prompt li {
  position: relative;
  padding: 0 0 10px 30px;
}
.future li:before, .prompt li:before {
  content: '';
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 9px;
  left: 0;
  bottom: auto;
  border-radius: 100%;
}
.pg_movie .future li:before {
  background: linear-gradient(135deg, #1ed195 0%, #95ff2d 100%);
}
.pg_music .future li:before {
  background: linear-gradient(135deg, #f89535 40%,#cec702 100%);
}
.pg_photo .future li:before {
  background: linear-gradient(135deg, #6472ea 0%, #bec8ff 100%);
}
.pg_publication .future li:before {
  background: linear-gradient(135deg, #1ed195 0%, #95ff2d 100%);
}
.pg_make .future li:before {
  background: linear-gradient(135deg, #1ed195 0%, #95ff2d 100%);
}
.pg_performing .future li:before {
  background: linear-gradient(135deg, #1ed195 0%, #95ff2d 100%);
}
.pg_dance .future li:before {
  background: linear-gradient(135deg, #1ed195 0%, #95ff2d 100%);
}
.future li span, .prompt li span {
  font-size: 14px;
  color: #878787;
}
.prompt-btn {
  position: relative;
  margin: 20px 0;
  height: 56px;
}
.prompt-btn .btn {
  float: right;
  color: #ffffff;
  background: #000;
}
.prompt-btn .btn:before {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .future ul, .prompt ul {
    font-size: 14px;
  }
  .future li, .prompt li {
    padding: 0px 0 5px 30px;
  }
}
/*-----------------------------------------
	学科ページ　future-more
-----------------------------------------*/
.future-more {
  position: relative;
}
.future-more .future-list {
  position: relative;
  max-height: 15rem;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.future-more:has(:checked) .future-list {
  max-height: 100vh;
}
.future-more .future-list::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
  content: '';
}
.future-more:has(:checked) .future-list::after {
  content: none;
}
.future-more label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #1ed195;
  font-size: .8em;
}
.pg_movie .future-more label {
  color: #1ed195;
}
.pg_music .future-more label {
  color: #f99536;
}
.pg_photo .future-more label {
  color: #626eeb;
}
.pg_publication .future-more label {
  color: #46c6e5;
}
.pg_make .future-more label {
  color: #934de2;
}
.pg_performing .future-more label {
  color: #ff655b;
}
.pg_dance .future-more label {
  color: #f3429c;
}
.future-more label:hover {
  color: #16c087;
  text-decoration: underline;
  cursor: pointer;
}
.future-more:has(:checked) label {
  display: none;
}
.future-more label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #b6bdc3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}
.future-more input {
  display: none;
}
/*-----------------------------------------
　学科ページ	分野・コース紹介
-----------------------------------------*/
.pg_movie .thumb_link_list &gt; li, .pg_music .thumb_link_list &gt; li, .pg_photo .thumb_link_list &gt; li, .pg_publication .thumb_link_list &gt; li, .pg_make .thumb_link_list &gt; li, .pg_performing .thumb_link_list &gt; li, .pg_dance .thumb_link_list &gt; li {
  box-shadow: 4px 4px 10px #d8d8d86b;
  border: none;
  display: flex;
}
.pg_movie .thumb_link_list a, .pg_music .thumb_link_list a, .pg_photo .thumb_link_list a, .pg_publication .thumb_link_list a, .pg_make .thumb_link_list a, .pg_performing .thumb_link_list a, .pg_dance .thumb_link_list a {
  border: none !important;
  padding: 0 0 1rem;
  display: flex;
  flex-direction: column;
}
.pg_movie .thumb_link_list &gt; li img, .pg_music .thumb_link_list &gt; li img, .pg_photo .thumb_link_list &gt; li img, .pg_publication .thumb_link_list &gt; li img, .pg_make .thumb_link_list &gt; li img, .pg_performing .thumb_link_list &gt; li img, .pg_dance .thumb_link_list &gt; li img {
  width: 100%;
  display: block;
  height: 15vw;
  object-fit: cover;
}
.pg_movie .thumb_link_list &gt; li .ttl, .pg_music .thumb_link_list &gt; li .ttl, .pg_photo .thumb_link_list &gt; li .ttl, .pg_publication .thumb_link_list &gt; li .ttl, .pg_make .thumb_link_list &gt; li .ttl, .pg_performing .thumb_link_list &gt; li .ttl, .pg_dance .thumb_link_list &gt; li .ttl {
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  font-size: 1.8rem !important;
  padding: 0;
  flex-grow: 1;
}
.pg_movie .thumb_link_list &gt; li .ttl:before, .pg_music .thumb_link_list &gt; li .ttl:before, .pg_photo .thumb_link_list &gt; li .ttl:before, .pg_publication .thumb_link_list &gt; li .ttl:before, .pg_make .thumb_link_list &gt; li .ttl:before, .pg_performing .thumb_link_list &gt; li .ttl:before, .pg_dance .thumb_link_list &gt; li .ttl:before {
  display: none;
}
.pg_movie .thumb_link_list &gt; li .ttl h3, .pg_music .thumb_link_list &gt; li .ttl h3, .pg_photo .thumb_link_list &gt; li .ttl h3, .pg_publication .thumb_link_list &gt; li .ttl h3, .pg_make .thumb_link_list &gt; li .ttl h3, .pg_performing .thumb_link_list &gt; li .ttl h3, .pg_dance .thumb_link_list &gt; li .ttl h3 {
  padding: 0.6rem 1rem;
}
/*button-more*/
.button-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.5rem 1.2rem;
  border: none;
  border-radius: 5rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}
.pg_movie .button-more {
  background: #1ed195;
}
.pg_music .button-more {
  background: #f99536;
}
.pg_photo .button-more {
  background: #626eeb;
}
.pg_publication .button-more {
  background: #46c6e5;
}
.pg_make .button-more {
  background: #934de2;
}
.pg_performing .button-more {
  background: #ff655b;
}
.pg_dance .button-more {
  background: #f3429c;
}
.button-more::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}
.button-more:hover {
  background-color: #1579c0;
}
@media only screen and (max-width: 768px) {
  .pg_movie .thumb_link_list, .pg_music .thumb_link_list, .pg_photo .thumb_link_list, .pg_publication .thumb_link_list, .pg_make .thumb_link_list, .pg_performing .thumb_link_list, .pg_dance .thumb_link_list {
    align-items: normal;
  }
  .pg_movie .thumb_link_list &gt; li img, .pg_music .thumb_link_list &gt; li img, .pg_photo .thumb_link_list &gt; li img, .pg_publication .thumb_link_list &gt; li img, .pg_make .thumb_link_list &gt; li img, .pg_performing .thumb_link_list &gt; li img, .pg_dance .thumb_link_list &gt; li img {
    height: 42vw;
  }
  .pg_movie .thumb_link_list &gt; li .ttl, .pg_music .thumb_link_list &gt; li .ttl, .pg_photo .thumb_link_list &gt; li .ttl, .pg_publication .thumb_link_list &gt; li .ttl, .pg_make .thumb_link_list &gt; li .ttl, .pg_performing .thumb_link_list &gt; li .ttl, .pg_dance .thumb_link_list &gt; li .ttl {
    font-size: 1.6rem !important;
  }
}
/*-----------------------------------------
　学科ページ	awerds
-----------------------------------------*/
.awards ul.clm_3 {
  justify-content: center;
}
.awards .clm_3 &gt; * {
  margin-right: 0;
}
.awards .txt_img_set {
  text-align: center;
  margin: 2rem 0 0;
  position: relative;
}
.awards .txt_img_set p.result {
  font-size: 2.3rem;
    position: relative;
    width: 100%;
    margin: 2.5rem 0;
    line-height: 1.3;
}
.awards .txt_img_set p.result span {
  font-size: 1.4rem;
  margin: 0;
  display: block;
}
.awards .txt_img_set p {
  font-size: 1.6rem;
}
.awards .txt_img_set p.icon-bg {
  background: url(/files/common/awerds_bg.png) no-repeat top center;
    background-size: 15rem;
    opacity: 0.4;
    position: absolute;
    height: 11rem;
    width: 100%;
}
.pg_photo .txt_img_set p.icon-bg {
  top: 1rem;
}
/*ーーーー　　awards_another　　ーーーー*/
.awards_box {
  position: relative;
}
.awards_box h3 {
  text-align: center;
  font-size: 2.4rem;
  background: #faf9f7;
  margin: 0;
}
.awards_box h3 span {
  font-size: 1.6rem;
}
.awards_box h3:after {
  display: none;
}
.awards_box input {
  display: none;
}
.awards_box label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 23rem;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 95%) 90%);
}
.awards_box input:checked + label {
  background: inherit;
}
.awards_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}
.awards_box .awards_container {
  overflow: hidden;
  height: 28rem;
  transition: all 0.5s;
  position: relative;
  z-index: 0;
}
.awards_box .awards_container ul {
  width: 70%;
  margin: 0 auto;
}
.awards_box .awards_container ul li {
  margin: 0 0 4rem;
}
.awards_box p {
  margin: 0;
  width: 75%;
}
.awards_box p.result {
  position: relative;
  width: auto;
  margin: 4.5rem 0 2rem;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.awards_box p.result:before {
  content: "";
  background: url(/files/common/awerds_bg.png) no-repeat top center;
  background-position: center;
  opacity: 0.4;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
  background-size: 10rem;
  height: 7rem;
  width: 10rem;
  top: -1.6rem;
}
.awards_box p.result-ttl {
  margin: 0;
  font-weight: bold;
  width: 20%;
}
.awards_box label:after, .awards_box label::before {
  content: '';
  position: absolute;
  line-height: 2.5rem;
}
.awards_box label:after {
  z-index: 0;
  bottom: 20px;
  width: 13em;
  content: '続きをよむ';
  color: #ffffff;
  background: #1b2538;
  border-radius: 15px;
  height: 3rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.awards_box label::before {
  position: absolute;
  bottom: 3.1rem;
  left: calc(50% - 4.5em);
  z-index: 3;
  width: 10px;
  height: 8px;
  background: #ffffff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.awards_box input:checked + label:after {
  content: '閉じる';
}
.awards_box input:checked + label:before {
  left: calc(50% - 3.5em);
  transform: scale(1, -1);
}
.awards_box input:checked ~ .awards_container {
  height: auto;
  padding-bottom: 6rem;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  .awards .txt_img_set.clm_3 li {
    width: 100%;
  }
/*　　awards_another　　*/
  .awards_box .awards_container ul {
    width: 100%;
  }
.awards_box h3 {
  font-size: 4.5vw;
	line-height: 1.4;
}
.awards_box h3 span {
  font-size: 3vw;
}
  .awards_box p.result {
    margin: 3.5rem 0 1.5rem;
    font-size: 1.9rem;
  }
  .awards_box p.result:before {
    background-size: 8rem;
    height: 5rem;
    width: 8rem;
    top: -1.1rem;
  }
}
/*-----------------------------------------
　学科ページ	time-table
-----------------------------------------*/
	.table1 {
		width: 100%;
	}
	.table1 p {
		font-size: 23px;
		text-align: center;
		margin: 15px;
	}
	
	.time-table .clm_2 {
		flex-wrap: nowrap;
	}
	.time-table table {
		margin: 0;
		border: 2px solid #e5e5e5;
	}
	
	.time-table th, .time-table td {
		display: table-cell !important;
		padding: 5px 5px!important;
		text-align:center;
		font-size: 1.8rem !important;
		border: 2px dotted #e5e5e5 !important;
	}
	.time-table th {
		height: 70px;
		width: 15% !important;
		background-color: #fff !important;
		font-size: 15px !important;
		color: #464646;
	}
	.time-table th p {
		font-size: 0.8vw;
		margin: 0;
		line-height: 1.4;
		color: #7386E5;
	}
	.time-table td {
		width: 12%;
	}
	.time-table td p {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.3rem;
		background-color: #e1e6ff;
		height: 58px;
		line-height: 1.4;
	}
	.f_small {
		font-size: 15px !important;
		text-align: center;
	}
	.color-1 {
		color: #7386E5;
		font-weight: bold;
	}
	.rowspan2 {
		height: 128px !important;
	}
	.sp {
		display: none;
	}
	@media only screen and (max-width: 768px) {

		.table1 p{
			font-size: 17px;
			margin-top: 25px;
		}
		.time-table .clm_2 .table1 td {
			width: 17% !important;
		}
		.time-table .clm_2 .table1 th,td {
			padding: 3px !important;
			font-size: 1.5rem !important;
		}
		.time-table .clm_2 .table1 th {
			font-size: 9px !important;
			width: 15% !important;
			height: 55px !important;
		}
		.time-table th p {
			font-size: 8px;
		}
		
	.time-table td {
		width: 17% !important;
	}
		.time-table td p {
			font-size: 2.4vw;
			height: 50px;
		}
		.rowspan2 {
			height: 108px !important;
		}
		.sp {
			display: block;
		}
		.f_small {
			margin-top: 10px !important;
			font-size: 13px !important;
		}
	}
/*-----------------------------------------
	コースページ　course
-----------------------------------------*/
.pg_photo .pg_ttl.mini {
	padding: 150px 0 45px;
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.1);
}
.pg_photo .pg_ttl.mini:before {
	display: none;
}
@media only screen and (max-width: 768px) {
	.pg_photo .pg_ttl.mini {
		padding: 90px 0 30px;
        background: none;
	}
}
</pre></body></html>