@charset "UTF-8";
/*

media
768?
1024?
1280?

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
  text-align: left;
  padding-top: 50px;
  position: relative;
}

/* ホーム
--------------------------------------------------------------------------------- */
#slide {
  position: fixed;
  width: 100%;
  z-index: -1;
  top: 0px;
}

.slider {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.slider li .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0px;
}
.slider li .img img {
  display: none;
}

#main-txt {
  height: 100vh;
  margin-top: -50px;
  position: relative;
}
#main-txt h2 {
  position: absolute;
  left: 50%;
  top: 45%;
  color: #fff;
  transform: translateY(-50%) translateX(-50%);
  width: 79.6875%;
  max-width: 820px;
}
#main-txt #scroll-icon {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateY(-50%) translateX(-50%);
  border-style: solid;
  border-color: #c6c6c6;
  border-width: 1px;
  border-radius: 50%;
  margin: 0px;
  width: 82px;
}

#home-banner {
  padding: 0px 0px;
}

.banner-box {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  z-index: 10;
}
.banner-box .wrapper {
  position: relative;
  margin: 0px 20px;
}
.banner-box .wrapper .category {
  margin: 0px;
  background-color: #000;
  color: #fff;
  position: absolute;
  padding: 2px 40px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.15em;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.banner-box .wrapper .img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
  margin: 0px;
}
.banner-box .wrapper .img img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  transition: all 0.35s;
}
.banner-box .wrapper .txt {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.35s;
}
.banner-box .wrapper .txt .inner {
  padding: 14px 14px 10px 14px;
}
.banner-box .wrapper .txt p {
  margin: 0px 0px 4px 0px;
  font-size: 13px;
  line-height: 18px;
}
.banner-box .wrapper .txt .date {
  font-size: 10px;
  line-height: 16px;
}
.banner-box .wrapper a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner-box .wrapper a::before {
  content: '';
  display: block;
  padding-top: 149.8181818182%;
}
.banner-box .wrapper a:hover img {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.banner-box .wrapper a.outlink .category::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out.png);
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -1.5px;
}
.banner-box .wrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  position: absolute;
  transition: all 0.35s;
}
.banner-box .wrapper:hover::before {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
}
.banner-box.small a::before {
  padding-top: 66.5454545455%;
}
.banner-box.middle a::before {
  padding-top: 100%;
}

#home-link {
  text-align: center;
  overflow: hidden;
  padding: 30px 0px 80px 0px;
}
#home-link ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#home-link ul li {
  margin: 0px;
  padding: 0px;
}
#home-link ul li .en {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.1em;
  margin: 0px;
  text-align: center;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8));
}
#home-link ul li .jp {
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
  text-align: center;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8));
}
#home-link ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px 0px;
  margin: 0px auto;
  width: 180px;
}
#home-link ul li a:hover {
  background-color: #000;
  color: #fff;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
#home-link ul li a.outlink .jp::after, #home-link ul li a.pdf .jp::after, #home-link ul li a.word .jp::after, #home-link ul li a.excel .jp::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out.png);
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -2px;
}
#home-link ul li a.pdf .jp::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_pdf.png);
}
#home-link ul li a.word .jp::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_word.png);
}
#home-link ul li a.excel .jp::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_excel.png);
}
#home-link ul li::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background-color: #fff;
  margin: 15px auto;
}
#home-link ul li:last-child::after {
  display: none;
}

#home-information {
  padding: 70px 20px 70px 20px;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}
#home-information h2 {
  text-align: center;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 36px;
  letter-spacing: 0.1em;
}
#home-information h2 span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.news-tab {
  margin: 0px -20px 35px -20px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  font-size: 0;
}
.news-tab li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
}
.news-tab li::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: 1px;
  background-color: #808080;
}
.news-tab li:last-child::after {
  display: none;
}
.news-tab li span {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  width: 100px;
  width: 80px;
  margin: 0px 15px;
  border-style: solid;
  border-color: #808080;
  border-width: 1px;
  border-radius: 0px;
  cursor: pointer;
  transition: all .35s;
}
.news-tab li span:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.news-tab li span.on {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.news-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.news-list li {
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.news-list li p {
  font-size: 13px;
  line-height: 22px;
  margin: 0px;
}
.news-list li .date {
  font-style: italic;
  margin-right: 25px;
  margin-bottom: 12px;
  float: left;
}
.news-list li .category {
  overflow: hidden;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background-color: #999;
  color: #fff;
  width: 100px;
  margin-bottom: 12px;
  transition: all .35s;
}
.news-list li .title span {
  position: relative;
  display: inline;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  transition: background .35s;
  padding-bottom: 3px;
}
.news-list li a {
  text-decoration: none;
  color: #666;
}
.news-list li a:hover .category {
  background-color: #000;
}
.news-list li a:hover .title span {
  background-size: 100% 1px;
}

.news-area {
  display: none;
  transition: all .35s;
}
.news-area.op0 {
  opacity: 0;
}

#news-001-area {
  display: block;
}

.btn-more {
  font-size: 10px;
  line-height: 28px;
  margin: 40px auto;
  width: 120px;
  text-align: center;
}
.btn-more a {
  display: block;
  text-decoration: none;
  border-style: solid;
  border-color: #808080;
  border-width: 1px;
  border-radius: 0px;
}
.btn-more a:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.btn-more a.outlink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_gr2.png);
  background-position: center center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -2px;
  margin-right: 5px;
}
.btn-more a.outlink:hover::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out.png);
}

#home-topics-large {
  padding: 0px 20px;
  margin-bottom: 40px;
}

.topics-box {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  z-index: 10;
}
.topics-box .wrapper {
  position: relative;
}
.topics-box .wrapper .category {
  margin: 0px;
  background-color: #000;
  color: #fff;
  position: absolute;
  padding: 2px 40px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.15em;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.topics-box .wrapper .img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
  margin: 0px;
}
.topics-box .wrapper .img img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  transition: all 0.35s;
}
.topics-box .wrapper .txt {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.35s;
}
.topics-box .wrapper .txt .inner {
  padding: 14px 14px 10px 14px;
}
.topics-box .wrapper .txt p {
  margin: 0px 0px 4px 0px;
  font-size: 13px;
  line-height: 18px;
}
.topics-box .wrapper .txt .date {
  font-size: 10px;
  line-height: 16px;
}
.topics-box .wrapper a {
  display: block;
  position: relative;
  overflow: hidden;
}
.topics-box .wrapper a::before {
  content: '';
  display: block;
  padding-top: 150%;
}
.topics-box .wrapper a:hover img {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.topics-box .wrapper a.outlink .category::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out.png);
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -1.5px;
}
.topics-box .wrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  position: absolute;
  transition: all 0.35s;
}
.topics-box .wrapper:hover::before {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
}

#home-topics-small {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: top;
  padding: 70px 10px 0px;
}
#home-topics-small .topics-box {
  width: 50%;
}
#home-topics-small .topics-box .wrapper {
  margin: 0px 10px;
}
#home-topics-small .topics-box .wrapper .category {
  padding: 2px 10px;
  font-size: 9px;
}
#home-topics-small .topics-box .wrapper .txt .inner {
  padding: 10px 10px 6px 10px;
}
#home-topics-small .topics-box .wrapper .txt p {
  font-size: 10px;
  line-height: 15px;
}
#home-topics-small .topics-box .wrapper a::before {
  padding-top: 100%;
}

/* 下層ページ共通
--------------------------------------------------------------------------------- */
#title-area {
  color: #fff;
  text-align: center;
  width: 100%;
  position: relative;
}

#title {
  height: 100px;
  width: 3000px;
  display: table-cell;
  vertical-align: middle;
  background-color: #000;
}
#title h2 {
  position: relative;
  z-index: 1;
}
#title h2.en {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}
#title h2.jp {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}
#title .category {
  position: relative;
  z-index: 1;
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 0px;
  text-align: center;
}
#title.bg {
  height: 140px;
  background-color: transparent;
}
#title.bg .img {
  position: fixed;
  top: 50px;
  height: 140px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#title.bg .img img {
  display: none;
}
#title.bg h2.en {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
#title.bg h2.jp {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

#topic-path {
  color: #000;
  text-align: left;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 20px 20px 0px 20px;
  width: calc(100% - 40px);
}
#topic-path ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
  line-height: 15px;
}
#topic-path ul li {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  line-height: 15px;
  display: inline-block;
}
#topic-path ul li::before {
  content: ">";
  margin: 0px 4px;
}
#topic-path ul li.home::before {
  display: none;
}
#topic-path ul li a {
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  transition: background .35s;
  padding-bottom: 2px;
}
#topic-path ul li a:hover {
  background-size: 100% 1px;
}

.local-nav {
  background-color: #fff;
  margin: 0px;
  padding: 12px 20px 0px;
  position: relative;
  z-index: 5;
}
.local-nav ul {
  margin: 0px 0px;
  padding: 20px 0px 4px;
  list-style-type: none;
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
  line-height: 5px;
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px 0px 1px 0px;
  border-radius: 0px;
}
.local-nav ul li {
  margin: 0px 0px 8px 0px;
  padding: 0px;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
  display: inline-block;
  height: 20px;
  width: 50%;
  text-align: left;
}
.local-nav ul li a {
  text-decoration: none;
  color: #aaaaaa;
  position: relative;
  display: inline;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  transition: all .35s;
  padding-bottom: 2px;
}
.local-nav ul li a::after {
  content: " >";
  margin-left: 6px;
}
.local-nav ul li a:hover {
  color: #000;
  background-size: 100% 1px;
}
.local-nav ul li a.outlink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_blk.png);
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
  margin-left: 5px;
  opacity: 0.6;
}
.local-nav ul li a.outlink:hover::after {
  opacity: 1;
}
.local-nav ul li.morebtn a::after {
  content: "+";
}
.local-nav ul li.morebtn.opennav .onnav {
  color: #000;
  background-size: 100% 1px;
}
.local-nav ul li.morebtn.opennav .onnav::after {
  content: "-";
}
.local-nav ul li.morebtn .morenav {
  position: absolute;
  left: 0px;
  top: calc(100% - 1px);
  background-color: #fff;
  width: 100%;
  display: none;
}
.local-nav ul li.morebtn .morenav.open {
  display: block;
}
.local-nav ul li.morebtn ul {
  margin: 0px 20px;
  padding: 10px 0px;
  list-style-type: none;
  z-index: 100;
  height: auto;
  overflow: hidden;
  width: auto;
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.local-nav ul li.morebtn ul li {
  margin: 0px 3em 8px 0px;
  padding: 0px;
  font-size: 11px;
  line-height: 12px;
  width: auto;
}
.local-nav ul li.morebtn ul li a {
  width: auto;
}
.local-nav ul li.morebtn ul li a::after {
  content: "";
}
.local-nav ul li.morebtn ul li a.outlink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_gr2.png);
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
  margin-left: 5px;
  opacity: 0.6;
}
.local-nav ul li.morebtn ul li a.outlink:hover::after {
  opacity: 1;
}
.local-nav .slick-list {
  overflow: visible;
}
.local-nav .slick-prev,
.local-nav .slick-next {
  height: 34px;
  width: 34px;
  z-index: 10;
}
.local-nav .slick-prev {
  left: -34px;
}
.local-nav .slick-next {
  right: -34px;
}
.local-nav .slick-prev::before,
.local-nav .slick-next::before {
  height: 34px;
  width: 34px;
  display: block;
  background-image: url(/wp/wp-content/themes/tuad_main/images/arrow_006.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-color: #fff;
}
.local-nav .slick-next::before {
  background-image: url(/wp/wp-content/themes/tuad_main/images/arrow_007.png);
}

#main {
  background-color: #fff;
  overflow: hidden;
  padding-top: 48px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}

.wrap {
  padding: 0px 20px;
  margin: 0px auto;
  max-width: 708px;
}

.short-wrap {
  margin: 0px auto;
  max-width: 503px;
}

.hover-box {
  text-decoration: none;
  z-index: 1;
  display: block;
  position: relative;
  line-height: 24px;
  margin-bottom: 18px;
}
.hover-box .category {
  margin: 0px;
  background-color: #000;
  color: #fff;
  position: absolute;
  padding: 2px 40px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.15em;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.hover-box.outlink .category::after,
.hover-box.outlink .line-txt::after, .hover-box.pdf .category::after,
.hover-box.pdf .line-txt::after, .hover-box.excel .category::after,
.hover-box.excel .line-txt::after, .hover-box.word .category::after,
.hover-box.word .line-txt::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out.png);
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.hover-box.outlink .line-txt::after, .hover-box.pdf .line-txt::after, .hover-box.excel .line-txt::after, .hover-box.word .line-txt::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_gr2.png);
  margin-top: -2px;
}
.hover-box.outlink:hover .line-txt::after, .hover-box.pdf:hover .line-txt::after, .hover-box.excel:hover .line-txt::after, .hover-box.word:hover .line-txt::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_blk.png);
}
.hover-box.pdf .category::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_pdf.png);
}
.hover-box.pdf .line-txt::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_pdf_gr2.png);
}
.hover-box.pdf:hover .line-txt::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_pdf_blk.png);
}
.hover-box[href$=".doc"] .category::after, .hover-box[href$=".docx"] .category::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_word.png);
}
.hover-box[href$=".doc"] .line-txt::after, .hover-box[href$=".docx"] .line-txt::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_word_gr2.png);
}
.hover-box[href$=".doc"]:hover .line-txt::after, .hover-box[href$=".docx"]:hover .line-txt::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_word_blk.png);
}
.hover-box.excel .category::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_excel.png);
}
.hover-box.excel .line-txt::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_excel_gr2.png);
}
.hover-box.excel:hover .line-txt::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_excel_blk.png);
}
.hover-box .img {
  position: relative;
  margin-bottom: 10px;
}
.hover-box .img p {
  position: relative;
  overflow: hidden;
  margin: 0px;
  z-index: 1;
}
.hover-box .img img {
  transition: all 0.35s;
}
.hover-box .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  position: absolute;
  transition: all 0.35s;
}
.hover-box .line-txt {
  position: relative;
  display: inline;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  transition: background .35s;
  padding-bottom: 4px;
  line-height: 20px;
  margin-top: -10px;
}
.hover-box .txt {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.35s;
  z-index: 10;
}
.hover-box .txt .inner {
  padding: 14px 14px 10px 14px;
}
.hover-box .txt .inner::before {
  display: none;
}
.hover-box .txt p {
  margin: 0px 0px 4px 0px;
  font-size: 13px;
  line-height: 18px;
}
.hover-box .txt .date {
  font-size: 10px;
  line-height: 16px;
}
.hover-box:hover .img img {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.hover-box:hover .img::after {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.hover-box:hover .line-txt {
  background-size: 100% 1px;
}
.hover-box.border .img p {
  border-style: solid;
  border-color: #7d7d7d;
  border-width: 1px;
  border-radius: 0px;
}

.youtube .img p::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(/wp/wp-content/themes/tuad_main/images/arrow_008.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 1;
}

.hidden-area {
  display: none;
  padding-bottom: 40px;
}

.more-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  border-style: solid;
  border-color: #000;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  padding: 13px 60px 13px 0px;
  margin: 0px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/arrow_004.png);
  background-position: right center;
  background-size: 60px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}
.more-title.on {
  background-image: url(/wp/wp-content/themes/tuad_main/images/arrow_005.png);
}

.caption {
  font-size: 12px;
  line-height: 18px;
}

.btn {
  font-size: 12px;
  line-height: 37px;
  margin: 40px auto 60px auto;
  text-align: center;
}
.btn a,
.btn span {
  display: inline-block;
  text-decoration: none;
  padding: 0px 24px;
  border-style: solid;
  border-color: #808080;
  border-width: 1px;
  border-radius: 0px;
  transition: all .35s;
  cursor: pointer;
}
.btn a:hover,
.btn span:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.btn a.outlink::after, .btn a.pdf::after, .btn a.word::after, .btn a.excel::after, .btn a[href^="http"]::after, .btn a[href$=".pdf"]::after, .btn a[href$=".doc"]::after, .btn a[href$=".docx"]::after, .btn a[href$=".xls"]::after, .btn a[href$=".xlsx"]::after,
.btn span.outlink::after,
.btn span.pdf::after,
.btn span.word::after,
.btn span.excel::after,
.btn span[href^="http"]::after,
.btn span[href$=".pdf"]::after,
.btn span[href$=".doc"]::after,
.btn span[href$=".docx"]::after,
.btn span[href$=".xls"]::after,
.btn span[href$=".xlsx"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_gr2.png);
  background-position: center center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -2px;
  margin-right: 5px;
}
.btn a.outlink:hover::after, .btn a.pdf:hover::after, .btn a.word:hover::after, .btn a.excel:hover::after, .btn a[href^="http"]:hover::after, .btn a[href$=".pdf"]:hover::after, .btn a[href$=".doc"]:hover::after, .btn a[href$=".docx"]:hover::after, .btn a[href$=".xls"]:hover::after, .btn a[href$=".xlsx"]:hover::after,
.btn span.outlink:hover::after,
.btn span.pdf:hover::after,
.btn span.word:hover::after,
.btn span.excel:hover::after,
.btn span[href^="http"]:hover::after,
.btn span[href$=".pdf"]:hover::after,
.btn span[href$=".doc"]:hover::after,
.btn span[href$=".docx"]:hover::after,
.btn span[href$=".xls"]:hover::after,
.btn span[href$=".xlsx"]:hover::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out.png);
}
.btn a[href^="https://www.tuad.ac.jp/"]::after,
.btn span[href^="https://www.tuad.ac.jp/"]::after {
  display: none;
}
.btn a[href^="https://www.pipi.ne.jp/"]::after,
.btn span[href^="https://www.pipi.ne.jp/"]::after {
  display: none;
}
.btn a[href^="https://www.tuad.ac.jp/dezasen/"]::after, .btn a[href^="https://www.tuad.ac.jp/tuad-review/"]::after, .btn a[href^="https://www.tuad.ac.jp/campusview/"]::after, .btn a[href^="https://www.tuad.ac.jp/exam/"]::after, .btn a[href^="https://www.tuad.ac.jp/jssd19f/"]::after, .btn a[href^="https://www.tuad.ac.jp/mailbox/"]::after, .btn a[href^="https://www.tuad.ac.jp/museum/"]::after, .btn a[href^="https://www.tuad.ac.jp/special/"]::after, .btn a[href^="https://www.tuad.ac.jp/gg/"]::after, .btn a[href^="https://www.tuad.ac.jp/kouenkai/"]::after, .btn a[href^="https://www.tuad.ac.jp/adm/"]::after, .btn a[href^="https://www.tuad.ac.jp/sotsuten/"]::after, .btn a[href^="https://www.tuad.ac.jp/oc/"]::after, .btn a[href^="https://www.tuad.ac.jp/g_document/"]::after,
.btn span[href^="https://www.tuad.ac.jp/dezasen/"]::after,
.btn span[href^="https://www.tuad.ac.jp/tuad-review/"]::after,
.btn span[href^="https://www.tuad.ac.jp/campusview/"]::after,
.btn span[href^="https://www.tuad.ac.jp/exam/"]::after,
.btn span[href^="https://www.tuad.ac.jp/jssd19f/"]::after,
.btn span[href^="https://www.tuad.ac.jp/mailbox/"]::after,
.btn span[href^="https://www.tuad.ac.jp/museum/"]::after,
.btn span[href^="https://www.tuad.ac.jp/special/"]::after,
.btn span[href^="https://www.tuad.ac.jp/gg/"]::after,
.btn span[href^="https://www.tuad.ac.jp/kouenkai/"]::after,
.btn span[href^="https://www.tuad.ac.jp/adm/"]::after,
.btn span[href^="https://www.tuad.ac.jp/sotsuten/"]::after,
.btn span[href^="https://www.tuad.ac.jp/oc/"]::after,
.btn span[href^="https://www.tuad.ac.jp/g_document/"]::after {
  display: inline-block;
}
.btn a.pdf::after, .btn a[href$=".pdf"]::after,
.btn span.pdf::after,
.btn span[href$=".pdf"]::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_pdf_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.btn a.pdf:hover::after, .btn a[href$=".pdf"]:hover::after,
.btn span.pdf:hover::after,
.btn span[href$=".pdf"]:hover::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_pdf.png);
}
.btn a.word::after, .btn a[href$=".doc"]::after, .btn a[href$=".docx"]::after,
.btn span.word::after,
.btn span[href$=".doc"]::after,
.btn span[href$=".docx"]::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_word_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.btn a.word:hover::after, .btn a[href$=".doc"]:hover::after, .btn a[href$=".docx"]:hover::after,
.btn span.word:hover::after,
.btn span[href$=".doc"]:hover::after,
.btn span[href$=".docx"]:hover::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_word.png);
}
.btn a.excel::after, .btn a[href$=".xls"]::after, .btn a[href$=".xlsx"]::after,
.btn span.excel::after,
.btn span[href$=".xls"]::after,
.btn span[href$=".xlsx"]::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_excel_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.btn a.excel:hover::after, .btn a[href$=".xls"]:hover::after, .btn a[href$=".xlsx"]:hover::after,
.btn span.excel:hover::after,
.btn span[href$=".xls"]:hover::after,
.btn span[href$=".xlsx"]:hover::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_excel.png);
}
.btn.song {
  margin-top: 0px;
}
.btn.song a {
  width: 225px;
}

.main-img {
  overflow: hidden;
}
.main-img p {
  margin: 0px;
}
.main-img.pala {
  position: relative;
}
.main-img.pala::before {
  content: '';
  display: block;
  padding-top: 38.0859375%;
}
.main-img.pala p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.main-img.pala p img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  transition: all 0.35s;
}

.page-nation {
  overflow: hidden;
  margin: 60px -4px;
}
.page-nation ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
  font-size: 0;
}
.page-nation ul li {
  margin: 0px 2px;
  padding: 0px;
  font-size: 10px;
  line-height: 28px;
  width: 28px;
  display: inline-block;
  text-align: center;
}
.page-nation ul li a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  border-style: solid;
  border-color: #808080;
  border-width: 1px;
  border-radius: 0px;
}
.page-nation ul li a.on, .page-nation ul li a:hover {
  background-color: #000;
  color: #FFF;
  border-color: #000;
}
.page-nation ul li.prev a:hover, .page-nation ul li.next a:hover {
  color: #999;
}

.noline-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0px;
}
.noline-tab th, .noline-tab td {
  padding: 0px;
  vertical-align: top;
  font-size: 12px;
  line-height: 26px;
  padding-bottom: 26px;
}
.noline-tab th {
  white-space: nowrap;
  font-weight: bold;
  text-align: left;
  padding-right: 40px;
}
.noline-tab p {
  font-size: 12px;
  line-height: 26px;
}
.noline-tab li {
  font-size: 12px;
  line-height: 26px;
  margin: 0px;
}

.gray-area {
  background-color: #efefef;
  margin: 20px 0px -60px 0px;
  padding: 50px 0px 100px 0px;
}

/* モーダル
--------------------------------------------------------------------------------- */
#cboxOverlay {
  background: none !important;
  background-color: #000 !important;
  opacity: 0.8 !important;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  display: none;
}

#cboxLoadedContent {
  margin-bottom: 0px !important;
  background-color: #fff !important;
}

#cboxContent {
  float: none !important;
  margin-left: 21px !important;
  margin-right: -21px !important;
  border-style: solid;
  border-color: #fff;
  border-width: 10px;
  border-radius: 0px;
  overflow: visible !important;
}

#cboxClose {
  width: 40px !important;
  height: 40px !important;
  background-image: url(/wp/wp-content/themes/tuad_main/images/close.png) !important;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  top: -10px !important;
  right: -10px !important;
  bottom: auto !important;
}

/* インデックスページ
--------------------------------------------------------------------------------- */
.index-wrap {
  font-size: 0;
  margin: 0px -10px;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.index-box {
  position: relative;
  margin-bottom: 30px;
  margin-top: 10px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  z-index: 0;
}
.index-box .wrapper {
  position: relative;
  margin: 0px 10px;
}
.index-box .img {
  position: relative;
  margin-bottom: 18px;
}
.index-box .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.index-box .img p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
  margin: 0px;
}
.index-box .img p img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  transition: all 0.35s;
}
.index-box .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  position: absolute;
  transition: all 0.35s;
}
.index-box .txt {
  text-align: left;
  line-height: 22px;
}
.index-box .txt p {
  font-size: 13px;
  line-height: 22px;
  margin: 0px;
  letter-spacing: 0.05em;
}
.index-box .txt p.title {
  display: inline;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  transition: background .35s;
  padding-bottom: 4px;
}
.index-box a {
  text-decoration: none;
}
.index-box a:hover .img::after {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}
.index-box a:hover .img img {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.index-box a:hover .txt p {
  font-weight: bold;
}
.index-box a:hover .txt p.title {
  background-size: 100% 1px;
}
.index-box a.outlink .title::after, .index-box a.pdf .title::after, .index-box a.word .title::after, .index-box a.excel .title::after, .index-box a[href^="http"] .title::after, .index-box a[href$=".pdf"] .title::after, .index-box a[href$=".doc"] .title::after, .index-box a[href$=".docx"] .title::after, .index-box a[href$=".xls"] .title::after, .index-box a[href$=".xlsx"] .title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_gr2.png);
  background-position: center center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -2px;
  margin-right: 5px;
}
.index-box a.outlink:hover .title::after, .index-box a.pdf:hover .title::after, .index-box a.word:hover .title::after, .index-box a.excel:hover .title::after, .index-box a[href^="http"]:hover .title::after, .index-box a[href$=".pdf"]:hover .title::after, .index-box a[href$=".doc"]:hover .title::after, .index-box a[href$=".docx"]:hover .title::after, .index-box a[href$=".xls"]:hover .title::after, .index-box a[href$=".xlsx"]:hover .title::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_blk.png);
}
.index-box a[href^="https://www.tuad.ac.jp/"] .title::after {
  display: none;
}
.index-box a[href^="https://www.pipi.ne.jp/"] .title::after {
  display: none;
}
.index-box a[href^="https://www.tuad.ac.jp/dezasen/"] .title::after, .index-box a[href^="https://www.tuad.ac.jp/tuad-review/"] .title::after, .index-box a[href^="https://www.tuad.ac.jp/campusview/"] .title::after, .index-box a[href^="https://www.tuad.ac.jp/exam/"] .title::after, .index-box a[href^="https://www.tuad.ac.jp/jssd19f/"] .title::after, .index-box a[href^="https://www.tuad.ac.jp/mailbox/"] .title::after, .index-box a[href^="https://www.tuad.ac.jp/museum/"] .title::after, .index-box a[href^="https://www.tuad.ac.jp/special/"] .title::after, .index-box a[href^="https://www.tuad.ac.jp/gg/"] .title::after, .index-box a[href^="https://www.tuad.ac.jp/kouenkai/"] .title::after, .index-box a[href^="https://www.tuad.ac.jp/adm/"] .title::after, .index-box a[href^="https://www.tuad.ac.jp/sotsuten/"] .title::after, .index-box a[href^="https://www.tuad.ac.jp/oc/"] .title::after, .index-box a[href^="https://www.tuad.ac.jp/g_document/"] .title::after {
  display: inline-block;
}
.index-box a.pdf .title::after, .index-box a[href$=".pdf"] .title::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_pdf_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.index-box a.pdf:hover .title::after, .index-box a[href$=".pdf"]:hover .title::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_pdf_blk.png);
}
.index-box a.word .title::after, .index-box a[href$=".doc"] .title::after, .index-box a[href$=".docx"] .title::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_word_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.index-box a.word:hover .title::after, .index-box a[href$=".doc"]:hover .title::after, .index-box a[href$=".docx"]:hover .title::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_word_blk.png);
}
.index-box a.excel .title::after, .index-box a[href$=".xls"] .title::after, .index-box a[href$=".xlsx"] .title::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_excel_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.index-box a.excel:hover .title::after, .index-box a[href$=".xls"]:hover .title::after, .index-box a[href$=".xlsx"]:hover .title::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_excel_blk.png);
}
.col3 .index-box {
  width: 100%;
}
.col3 .index-box .img::before {
  padding-top: 69.4852941176%;
}
.index-box.noimage {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.index-box.noimage .title {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.05em;
  margin: 0px;
  text-align: center;
}
.index-box.noimage a {
  display: block;
  border-style: solid;
  border-color: #808080;
  border-width: 1px;
  border-radius: 0px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  width: 800px;
}
.index-box.noimage a:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.index-box.noimage a.outlink:hover .title::after, .index-box.noimage a[href^="http"]:hover .title::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out.png);
}
.index-box.noimage a.pdf:hover .title::after, .index-box.noimage a[href$=".pdf"]:hover .title::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_pdf.png);
}
.index-box.noimage a.wprd:hover .title::after, .index-box.noimage a[href$=".doc"]:hover .title::after, .index-box.noimage a[href$=".docx"]:hover .title::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_word.png);
}
.index-box.noimage a.excel:hover .title::after, .index-box.noimage a[href$=".xls"]:hover .title::after, .index-box.noimage a[href$=".xlsx"]:hover .title::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_excel.png);
}
.index-box.small .title {
  font-size: 12px;
}

/* 芸工大について
--------------------------------------------------------------------------------- */
.color-to {
  color: #387dce;
}

.song-words {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 275px;
  margin-left: auto;
  margin-right: auto;
}
.song-words h4 {
  font-size: 17px;
  line-height: 28px;
  font-weight: normal;
}
.song-words p {
  font-size: 12px;
  line-height: 22px;
}
.song-words p.songmember {
  font-size: 14px;
  line-height: 23px;
}

.history-date {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #abaaaa;
  margin: 0px;
  width: 110px;
  float: left;
}
.history-date span {
  font-size: 10px;
}
.col-box .history-date {
  letter-spacing: 0;
}

.history-title, .history-title-small {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  margin: 0px;
}
.col-box .history-title,
.col-box .history-title-small {
  letter-spacing: 0;
}

.history-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  margin-top: 24px;
}
.history-tab th {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #abaaaa;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  padding-bottom: 20px;
  width: 110px;
}
.history-tab th span {
  font-size: 10px;
}
.history-tab td {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
}

/* 学科
--------------------------------------------------------------------------------- */
.course-img {
  margin: 40px -20px 40px -20px;
  font-size: 0;
  letter-spacing: 0;
}
.course-img p {
  margin: 0px;
  position: relative;
}
.course-img p::before {
  content: "";
  display: block;
  padding-top: 49.8046875%;
}
.course-img p span {
  display: block;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.course-img p span img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  transition: all 0.35s;
}
.course-img.col2 p {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.course-img.col2 p::before {
  padding-top: 100%;
}
.course-img.col3 p::before {
  padding-top: 49.8046875%;
}
.course-img.col3 p.c02::before {
  padding-top: 99.609375%;
}
.course-img.col4 p::before {
  padding-top: 49.8046875%;
}
.course-img.mb-nega {
  margin-bottom: -60px;
}

.course-img-caption {
  font-size: 12px;
  line-height: 18px;
  margin-top: -20px;
  margin-bottom: 34px;
}

.curriculum-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  margin-top: 20px;
}
.curriculum-tab th, .curriculum-tab td {
  padding: 15px;
  border-style: solid dashed solid dashed;
  border-color: #b2b2b2;
  border-width: 0px 1px 1px 0px;
  border-radius: 0px;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
}
.curriculum-tab th {
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
}
.curriculum-tab .tr-last th, .curriculum-tab .tr-last td {
  border-bottom-width: 0px;
}
.curriculum-tab .th-last,
.curriculum-tab .td-last {
  border-right-width: 0px;
}
.curriculum-tab .th-last.last-cancel,
.curriculum-tab .td-last.last-cancel {
  border-right-width: 1px;
}
.curriculum-tab .rowspan-last {
  border-bottom-width: 0px;
}
.curriculum-tab .tr-convex {
  height: 5em;
}
.curriculum-tab .no-wrap {
  white-space: nowrap;
}
.curriculum-tab p {
  font-size: 12px;
  line-height: 18px;
}
.curriculum-tab ul {
  margin-bottom: 0px;
}
.curriculum-tab li {
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}

.grad-area {
  background-color: #efefef;
  margin: 20px 0px -60px 0px;
  padding: 50px 0px 100px 0px;
}

.course-effect {
  --gradient-start: #16815f;
  --gradient-middle: #fdff78;
  --gradient-end: #19873c;
}
.course-effect.course-filmandmedia {
  --gradient-start: #c4182d;
  --gradient-middle: #fda07c;
  --gradient-end: #cc413c;
}
.course-effect.course-projectdesign {
  --gradient-start: #ed614c;
  --gradient-middle: #fff269;
  --gradient-end: #ed6187;
}
.course-effect.course-fooddesign {
  --gradient-start: #f5e5be;
  --gradient-middle: #dec985;
  --gradient-end: #ffebaa;
}
.course-effect.course-regiondesign {
  --gradient-start: #006ab5;
  --gradient-middle: #00c8b9;
  --gradient-end: #1346b5;
}
.course-effect.course-graphicarts {
  --gradient-start: #e46ca1;
  --gradient-middle: #e4c8d8;
  --gradient-end: #eb3283;
}
.course-effect.course-character {
  --gradient-start: #2d453e;
  --gradient-middle: #449e87;
  --gradient-end: #223f20;
}
.course-effect .gradient-overlay {
  position: fixed;
  bottom: -50%;
  right: -50%;
  width: 30vw;
  height: 30vh;
  pointer-events: none;
  z-index: 100;
  border-radius: 50%;
  background: radial-gradient(circle at 100% 100%, var(--gradient-start), var(--gradient-middle), var(--gradient-end));
  filter: blur(30px);
  transform: scale(1);
  transform-origin: bottom right;
  will-change: transform, opacity;
  animation: gradientExpand 6s ease-out forwards, gradientWiggle 6s ease-in-out infinite;
  opacity: 1;
}

@keyframes gradientExpand {
  0% {
    transform: scale(0.001);
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 0;
    display: none;
  }
}
@keyframes gradientWiggle {
  0%, 100% {
    transform: scale(5);
  }
  25% {
    transform: scale(5.5);
  }
  50% {
    transform: scale(4.9);
  }
  75% {
    transform: scale(5.05);
  }
}
.title-from-grayscale #title-area #title .img {
  filter: grayscale(1);
  animation: 1.5s titleGrayScale 1s ease-out forwards, 1.5s titleGrayScale2 0s ease-out forwards;
}

@keyframes titleGrayScale {
  0% {
    filter: grayscale(1);
  }
  100% {
    filter: grayscale(0);
  }
}
@keyframes titleGrayScale2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.popup-label #title::before {
  content: "";
  display: block;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: 0.5s popupLabelMove 3.5s forwards;
  z-index: 1;
  background-image: url(/wp/wp-content/themes/tuad_main/images/label-new.png);
  position: absolute;
  top: 400px;
  left: 15px;
  width: 70px;
  height: 140px;
  left: max(15px, calc(135 * (393px - (768px - 100vw)) / 393 + 15px));
}
@media screen and (min-width: 768px) {
  .popup-label #title::before {
    left: calc(145 * (256px - (1024px - 100vw)) / 256 + 25px);
    width: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .popup-label #title::before {
    left: calc(210 * (416px - (1440px - 100vw)) / 416 + 170px);
  }
}
@media screen and (min-width: 1440px) {
  .popup-label #title::before {
    left: 380px;
  }
}
.popup-label.update-label #title::before {
  animation: 0.5s popupLabelMove 1s forwards;
  background-image: url(/wp/wp-content/themes/tuad_main/images/label-update.png);
}
@keyframes popupLabelMove {
  0% {
    top: 350px;
  }
  100% {
    top: 15px;
    @media screen and (min-width: 768px) {
      top: 25px;
    }
    @media screen and (min-width: 1024px) {
      top: 25px;
    }
    @media screen and (min-width: 1440px) {
      top: 25px;
    }
  }
}
/* 教員検索
--------------------------------------------------------------------------------- */
#search-area {
  overflow: hidden;
  margin-bottom: 50px;
}

#search-text h3 {
  font-size: 13px;
  line-height: 21px;
  margin: 0px 0px 4px 0px;
}
#search-text form {
  margin: 0px;
  padding: 0px;
}
#search-text input,
#search-text select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Roboto", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFF;
  border: none;
  padding: 0px 10px;
  margin: 0px 0px 16px 0px;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-style: solid;
  border-color: #adadad;
  border-width: 1px;
  border-radius: 0px;
  box-sizing: border-box;
}
#search-text input#teacer-seach,
#search-text select#teacer-seach {
  width: 205px;
  margin-right: 10px;
}
#search-text input#teacer-submit,
#search-text select#teacer-submit {
  width: 65px;
}
#search-text input:focus,
#search-text select:focus {
  outline: none;
}
#search-text select {
  background-image: url(/wp/wp-content/themes/tuad_main/images/arrow_009.png);
  background-position: right center;
  background-size: 30px auto;
  background-repeat: no-repeat;
}

#search-kana {
  overflow: hidden;
  margin-top: 20px;
}
#search-kana ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: right;
  width: 10%;
  text-align: center;
}
#search-kana li {
  margin: 0px;
  padding: 0px;
  font-size: 17px;
  line-height: 30px;
}
#search-kana li.yayuyo {
  margin-bottom: 32px;
}
#search-kana li a {
  display: inline-block;
  text-decoration: none;
}
#search-kana li a:hover {
  font-weight: bold;
}
#search-kana li a::before {
  display: none;
}
#search-kana li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  display: none;
}
#search-kana li a:hover {
  color: #000;
}
#search-kana li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.teacher-box .col {
  margin-bottom: 40px;
  clear: both;
}
.teacher-box .col .img {
  width: 38.9285714286%;
  float: left;
  position: relative;
  margin-right: 14px;
}
.teacher-box .col .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.teacher-box .col .img p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
  margin: 0px;
}
.teacher-box .col .img p img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  transition: all 0.35s;
}
.teacher-box .col .txt {
  overflow: hidden;
  position: relative;
  width: auto;
  bottom: auto;
  background: none;
  transform: none;
}
.teacher-box .col .txt p {
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
}
.teacher-box .col .txt .name {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  margin: 0px;
}

.teacher-profile {
  overflow: hidden;
  margin-top: 30px;
}
.teacher-profile .col.c1 {
  width: 194px;
  margin: 0px auto 40px auto;
}
.teacher-profile .col.c1 .img {
  margin-bottom: 14px;
  position: relative;
}
.teacher-profile .col.c1 .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.teacher-profile .col.c1 .img p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
  margin: 0px;
}
.teacher-profile .col.c1 .img p img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  transition: all 0.35s;
}
.teacher-profile .col.c1 .txt {
  overflow: hidden;
}
.teacher-profile .col.c1 .txt p {
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
}
.teacher-profile .col.c1 .txt .name {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  margin: 0px;
}

.profile-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.profile-tab th, .profile-tab td {
  padding: 8px 0px;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
}
.profile-tab th {
  white-space: nowrap;
  font-weight: bold;
  text-align: left;
  padding-right: 20px;
}
.profile-tab .tr-last th, .profile-tab .tr-last td {
  border-bottom-width: 0px;
}
.profile-tab .th-last,
.profile-tab .td-last {
  border-right-width: 0px;
}

/* ニュース
--------------------------------------------------------------------------------- */
.news-list-page {
  margin: 0px auto;
  padding: 0px;
  list-style-type: none;
}
.news-list-page li {
  margin: 0px 0px 24px 0px;
  padding: 0px;
}
.news-list-page li p {
  font-size: 13px;
  line-height: 28px;
  margin: 0px;
}
.news-list-page li .date {
  font-style: italic;
  line-height: 17px;
  margin-right: 20px;
  margin-bottom: 12px;
  float: left;
}
.news-list-page li .category {
  overflow: hidden;
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
  background-color: #999;
  color: #fff;
  width: 100px;
  margin-bottom: 12px;
  transition: all .35s;
}
.news-list-page li .title span {
  position: relative;
  display: inline;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  transition: background .35s;
  padding-bottom: 3px;
}
.news-list-page li a {
  text-decoration: none;
  color: #666;
  background-color: #f8f8f9;
  display: block;
  padding: 25px;
}
.news-list-page li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  position: absolute;
  transition: all 0.35s;
}
.news-list-page li a:hover {
  background-color: #efefef;
}
.news-list-page li a:hover .category {
  background-color: #000;
}
.news-list-page li a:hover .title span {
  background-size: 100% 1px;
}
.news-list-page li a:hover::after {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.news-detail {
  background-color: #f8f8f9;
  padding: 20px;
  margin: 0px -20px;
  overflow: hidden;
  position: relative;
}

.news-title {
  margin-bottom: 60px;
}
.news-title .date {
  font-style: italic;
  line-height: 17px;
  margin-right: 20px;
  margin-bottom: 25px;
  float: left;
}
.news-title .category {
  overflow: hidden;
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
  background-color: #000;
  color: #fff;
  width: 100px;
  margin-bottom: 25px;
  transition: all .35s;
}
.news-title h3 {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.05em;
  padding: 0px 0px 0px 20px;
  position: relative;
  font-family: 'Roboto', a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.news-title h3::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0px;
}
.news-title h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
  position: absolute;
  left: 0px;
  bottom: -10px;
}

.news #main {
  background-color: #f8f8f9;
}
.news #topic-path {
  background-color: #f8f8f9;
}

.white-back {
  background-color: #fff;
  overflow: hidden;
  padding: 20px;
}

.gray-back {
  background-color: #f8f8f9;
  overflow: hidden;
  padding: 20px 20px 0px 20px;
  margin-bottom: 26px;
}

.gray-back2 {
  background-color: #f8f8f9;
  overflow: hidden;
  padding: 10px 20px 10px 20px;
  margin-bottom: 26px;
}

/* 情報公開
--------------------------------------------------------------------------------- */
.disclosure-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.disclosure-tab th, .disclosure-tab td {
  padding: 0px 0px 24px 0px;
  vertical-align: top;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
}
.disclosure-tab th {
  white-space: nowrap;
  font-weight: 500;
  width: 3em;
}

/* 採用情報
--------------------------------------------------------------------------------- */
.recruit-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #abaaaa;
  border-width: 1px 0px 0px 1px;
  border-radius: 0px;
}
.recruit-tab th, .recruit-tab td {
  padding: 20px 15px;
  border-style: solid;
  border-color: #abaaaa;
  border-width: 0px 1px 1px 0px;
  border-radius: 0px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.recruit-tab th.left, .recruit-tab td.left {
  text-align: left;
}
.recruit-tab th.documents, .recruit-tab td.documents {
  text-align: left;
}
.recruit-tab th {
  font-weight: bold;
  text-align: center;
  background-color: #efefef;
  font-weight: 500;
}
.recruit-tab th.category {
  background-color: transparent;
  text-align: left;
  position: relative;
  padding-left: 34px;
}
.recruit-tab th.category::before {
  content: "●";
  display: block;
  position: absolute;
  left: 15px;
}

/* サイトマップ
--------------------------------------------------------------------------------- */
.sitemap {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.sitemap li {
  margin: 0px 0px 16px 1.2em;
  padding: 0px;
  font-size: 12px;
  line-height: 20px;
  text-indent: -1.2em;
}
.sitemap li ul {
  margin: 16px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
  display: none;
}
.sitemap .more {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 1.2em;
}
.sitemap .more::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 5px;
  display: inline-block;
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_open.png);
  background-position: right center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
.sitemap .more.on::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_open_close.png);
}

/* フォーム
--------------------------------------------------------------------------------- */
.input-box {
  padding: 0px 0px 0px 20px;
  margin-bottom: 16px;
  position: relative;
  border-style: solid;
  border-color: #efefef;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.input-box h4 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.input-box h4 .hissu {
  font-size: 10px;
  color: #ff0000;
  margin-left: 1em;
}
.input-box .en {
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 8px;
}
.input-box .input-area {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
}
.input-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 5px;
  height: 14px;
  background-color: #000;
}

.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Roboto", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFF;
  border: none;
  padding: 2px 10px;
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #efefef;
}
.input.err {
  background-color: #ffeaea;
}

input[type=radio],
input[type=checkbox] {
  margin: 0px 5px 0px 0px;
  position: relative;
  top: -1px;
}
input[type=radio].err,
input[type=checkbox].err {
  background-color: #ffeaea;
}

.text-area01 {
  height: 8em;
  vertical-align: bottom;
}

::-webkit-input-placeholder {
  color: #B8B8B8;
}

::-moz-placeholder {
  color: #B8B8B8;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #B8B8B8;
}

::-ms-input-placeholder {
  color: #B8B8B8;
}

::placeholder {
  color: #B8B8B8;
}

.form-btn {
  text-align: center;
  margin-top: 20px;
}
.form-btn .submitBtn {
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 12px;
  line-height: 33px;
  text-align: center;
  margin: 0px 10px 10px 10px;
  padding: 0px 60px;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  border: none;
  color: #000;
  border-style: solid;
  border-color: #808080;
  border-width: 1px;
  border-radius: 0px;
}
.form-btn .submitBtn:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

.privacy-box {
  border-style: solid;
  border-color: #abaaaa;
  border-width: 1px;
  border-radius: 0px;
  padding: 30px 25px;
  margin-bottom: 50px;
  height: 300px;
  overflow: scroll;
}
.privacy-box p {
  font-size: 10px;
  line-height: 19px;
}
.privacy-box .num-list01,
.privacy-box .optional-mark {
  margin-bottom: 10px;
}
.privacy-box .num-list01 li,
.privacy-box .optional-mark li {
  font-size: 10px;
  line-height: 19px;
  margin-bottom: 10px;
}

.err-txt {
  font-weight: bold;
  color: #ff0000;
}

.radio-list {
  margin: 0px 0px 16px 0px;
  padding: 0px;
  list-style-type: none;
}
.radio-list li {
  margin: 0px 0px 0px 1.5em;
  padding: 0px;
  font-size: 12px;
  line-height: 20px;
  text-indent: -1.5em;
}

/* トップランナー
--------------------------------------------------------------------------------- */
.obogmore {
  font-size: 12px;
  line-height: 37px;
  margin: 40px auto 60px auto;
  text-align: center;
}
.obogmore span {
  display: inline-block;
  text-decoration: none;
  padding: 0px 24px;
  border-style: solid;
  border-color: #808080;
  border-width: 1px;
  border-radius: 0px;
}
.obogmore span:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

/* スタイル一覧
--------------------------------------------------------------------------------- */
.style {
  background-color: #f0f0f0;
  font-size: 16px;
  line-height: 20px;
  margin: 40px 0 10px;
  padding: 8px 10px;
  clear: both;
}

/* サイト内検索
--------------------------------------------------------------------------------- */
.gsc-control-cse, .cse .gsc-control-cse {
  padding: 0px !important;
  border: none !important;
}
.gsc-control-cse table, .cse .gsc-control-cse table {
  margin: 0;
}
.gsc-control-cse a.text-link::before {
  content: "";
}

/* 共通
--------------------------------------------------------------------------------- */
.anchor {
  display: block;
  position: relative;
  padding-top: 60px;
  margin-top: -60px;
  pointer-events: none;
}

/* 見出し */
.m01 {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  font-family: 'Roboto', a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.m01-2 {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  margin-top: 48px;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  font-family: 'Roboto', a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.m02 {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 48px;
  letter-spacing: 0.05em;
}

.m03 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 48px;
  letter-spacing: 0.03em;
  font-family: 'Roboto', a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.m03-2 {
  font-size: 18px;
  line-height: 26px;
  margin-top: 48px;
  margin-bottom: 48px;
  letter-spacing: 0.03em;
  font-family: 'Roboto', a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.m04 {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  font-family: 'Roboto', a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.m05 {
  font-size: 14px;
  line-height: 18px;
  margin-top: 34px;
  margin-bottom: 34px;
  letter-spacing: 0.05em;
  padding: 0px 0px 0px 20px;
  position: relative;
  font-family: 'Roboto', a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.m05::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0px;
}
.m05::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
  position: absolute;
  left: 0px;
  bottom: -10px;
}

.m06 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  margin-top: 13px;
  margin-bottom: 13px;
}

.m07 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  padding: 0px 0px 0px 20px;
  position: relative;
  font-family: 'Roboto', a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.m07::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0px;
}
.m07 span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Roboto", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 10px;
}

.m08 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em;
}

.m09 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.m10 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.m11 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.m12 {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 46px;
  letter-spacing: 0.1em;
  font-family: 'Roboto', a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.m13 {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  font-family: 'Roboto', a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.m14 {
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 8px;
}

.m15 {
  font-size: 18px;
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
  font-family: 'Roboto', a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.m16 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

/* リスト */
ul {
  margin-left: 0px;
  padding-left: 1em;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  font-size: 100%;
}
ul.nomark {
  list-style-type: none;
  padding-left: 0px;
}
ul.nomark li {
  margin-bottom: 16px;
}
ul.list01 {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 50px;
}
ul.list01 li {
  line-height: 28px;
  margin-left: 1em;
  text-indent: -1em;
}
ul.list01 li::before {
  content: "●";
}
ul.optional-mark {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 50px;
}
ul.optional-mark li {
  line-height: 28px;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
ul.small li {
  font-size: 12px;
  line-height: 18px;
}

ol {
  margin-left: 1em;
  padding: 0px;
}
ol li {
  margin: 0px;
  padding: 0px;
}
ol.num-list01 li {
  margin-bottom: 16px;
}
ol.small li {
  font-size: 12px;
  line-height: 18px;
}

/* テーブル */
.basic, .narrow-table {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #abaaaa;
  border-width: 1px 0px 0px 1px;
  border-radius: 0px;
}
.basic th, .narrow-table th, .basic td, .narrow-table td {
  padding: 20px 15px;
  border-style: solid;
  border-color: #abaaaa;
  border-width: 0px 1px 1px 0px;
  border-radius: 0px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.basic th.w100, .narrow-table th.w100, .basic td.w100, .narrow-table td.w100 {
  width: 100px;
}
.basic th.w200, .narrow-table th.w200, .basic td.w200, .narrow-table td.w200 {
  width: 200px;
}
.basic th.w300, .narrow-table th.w300, .basic td.w300, .narrow-table td.w300 {
  width: 300px;
}
.basic th.w400, .narrow-table th.w400, .basic td.w400, .narrow-table td.w400 {
  width: 400px;
}
.basic th.left, .narrow-table th.left, .basic td.left, .narrow-table td.left {
  text-align: left;
}
.basic th, .narrow-table th {
  font-weight: bold;
  text-align: center;
  background-color: #efefef;
  font-weight: 500;
}
.basic.left th, .left.narrow-table th, .basic.left td, .left.narrow-table td {
  text-align: left;
}
.basic.tdleft td, .tdleft.narrow-table td {
  text-align: left;
}
.basic.wid-auto, .wid-auto.narrow-table {
  width: auto;
}
.basic.narrow th, .narrow.narrow-table th, .basic.narrow td, .narrow.narrow-table td {
  padding: 10px 15px;
}

.narrow-table {
  margin: 37px auto;
  width: auto;
}
.narrow-table th, .narrow-table td {
  padding: 9px 14px;
  font-size: 10px;
  line-height: 13px;
}
.narrow-table th {
  text-align-last: justify;
}
.narrow-table td {
  text-align: left;
}

div.scroll {
  overflow: scroll;
}
div.scroll table {
  width: 784px;
}
div.scroll::before {
  content: "※表を左右にスクロールしてご覧下さい";
  font-size: 12px;
  display: block;
  margin-bottom: 0px;
}

/* イメージ */
img {
  max-width: 100%;
  height: auto;
}

p.img {
  text-align: center;
}

.img-box {
  overflow: hidden;
  clear: both;
}
.img-box.scroll::before {
  content: "※左右にスクロールしてご覧下さい";
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.img-box .img {
  text-align: center;
}
.img-box .caption {
  text-align: left;
}

/* 段組み*/
.col-box {
  clear: both;
  letter-spacing: 0;
  margin: 0px -20px;
  padding: 0px 20px;
}
.col-box p,
.col-box th,
.col-box td {
  letter-spacing: 0.05em;
}
.col-box .img {
  text-align: center;
}
.col-box .img p {
  text-align: center;
  margin-bottom: 18px;
}
.col-box .caption-area {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: -6px;
}
.col-box .caption-area p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
}
.col-box .caption-area p.title {
  font-weight: bold;
}
.col-box.left .img {
  text-align: left;
}
.col-box.left .img p {
  text-align: left;
}
.col-box.grad .img, .col-box.video .img, .col-box.gg .img {
  position: relative;
  margin-bottom: 18px;
}
.col-box.grad .img::before, .col-box.video .img::before, .col-box.gg .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.col-box.grad .img p, .col-box.video .img p, .col-box.gg .img p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
  margin: 0px;
}
.col-box.grad .img p img, .col-box.video .img p img, .col-box.gg .img p img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  transition: all 0.35s;
}
.col-box.video .img::before {
  padding-top: 56.25%;
}
.col-box.gg .img::before {
  padding-top: 149.8181818182%;
}
.col-box.grad, .col-box.video, .col-box.gg {
  position: relative;
}
.col-box.grad .col a, .col-box.video .col a, .col-box.gg .col a {
  overflow: hidden;
}
.col-box.grad .col .img, .col-box.video .col .img, .col-box.gg .col .img {
  margin-bottom: 0px;
}
.col-box.grad .col .img::after, .col-box.video .col .img::after, .col-box.gg .col .img::after {
  display: none;
}
.col-box.grad .col .txt, .col-box.video .col .txt, .col-box.gg .col .txt {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.35s;
  z-index: 10;
}
.col-box.grad .col .txt .inner, .col-box.video .col .txt .inner, .col-box.gg .col .txt .inner {
  padding: 14px 14px 10px 14px;
}
.col-box.grad .col .txt .inner::before, .col-box.video .col .txt .inner::before, .col-box.gg .col .txt .inner::before {
  display: none;
}
.col-box.grad .col .txt p, .col-box.video .col .txt p, .col-box.gg .col .txt p {
  margin: 0px 0px 4px 0px;
  font-size: 13px;
  line-height: 18px;
}
.col-box.grad .col .txt .date, .col-box.video .col .txt .date, .col-box.gg .col .txt .date {
  font-size: 10px;
  line-height: 16px;
}
.col-box.grad .col .inner, .col-box.video .col .inner, .col-box.gg .col .inner {
  position: relative;
  z-index: 0;
}
.col-box.grad .col .inner::before, .col-box.video .col .inner::before, .col-box.gg .col .inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  position: absolute;
  transition: all 0.35s;
}
.col-box.grad .col .inner:hover::before, .col-box.video .col .inner:hover::before, .col-box.gg .col .inner:hover::before {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}
.col-box.staff .img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.col-box.staff .img p {
  text-align: right;
}
.col-box.staff .m06 {
  margin-bottom: 0px;
}
.col-box.obog .col {
  margin-bottom: 20px;
  overflow: hidden;
}
.col-box.obog .img {
  width: 28.5714285714%;
  float: left;
  margin-right: 10px;
  position: relative;
}
.col-box.obog .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.col-box.obog .img p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
  margin: 0px;
}
.col-box.obog .img p img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  transition: all 0.35s;
}
.col-box.obog .txt {
  overflow: hidden;
}
.col-box.obog .txt .inner {
  margin: 0px;
}
.col-box.obog .txt h4 {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 4px;
}
.col-box.obog .txt p {
  font-size: 10px;
  line-height: 15px;
  margin: 0px;
}
.col-box.song .col {
  width: 275px;
  margin-left: auto;
  margin-right: auto;
}

/* 動画 */
.movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* クリア */
.clear {
  clear: both;
}

/* 罫線 */
.line01 {
  display: block;
  margin: 0px 0px 26px 0px;
  padding: 0px;
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}

.line02 {
  display: block;
  margin: 10px 0px 36px 0px;
  padding: 0px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}

/* サイズ */
.small {
  font-size: 12px;
  line-height: 18px;
}

.small-2 {
  font-size: 12px;
  line-height: 24px;
}

.large {
  font-size: 17px;
  line-height: 30px;
}

.bold {
  font-weight: bold;
}

/* 色 */
.red {
  color: #e42620;
}

/* 文字揃え */
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

/* 改行 */
.tab,
.tabpc,
.pc {
  display: none;
}

/* マージン */
.mb {
  margin-bottom: 50px;
}

.mt {
  margin-top: 50px;
}

hr.mb, hr.mb10, hr.mb25, hr.mb50, hr.mb100 {
  clear: both;
  border: none;
  display: block;
  overflow: hidden;
}
hr.mb {
  margin-bottom: 50px;
}
hr.mb10 {
  margin-bottom: 10px;
}
hr.mb25 {
  margin-bottom: 25px;
}
hr.mb50 {
  margin-bottom: 50px;
}
hr.mb100 {
  margin-bottom: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml3em {
  margin-left: 3em;
}

.im1em {
  text-indent: -1em;
  padding-left: 1em;
}

.im2em {
  text-indent: -2em;
  padding-left: 2em;
}

.im3em {
  text-indent: -3em;
  padding-left: 3em;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- 768 */
@media all and (min-width: 768px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    padding-top: 60px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #main-txt {
    margin-top: -60px;
  }
  #main-txt h2 {
    width: 56.5104166667%;
  }
  #main-txt #scroll-icon {
    bottom: 10%;
  }

  #home-banner {
    margin: 0px 1.953125vw;
  }

  .banner-box {
    width: 33.3333333333%;
    margin-bottom: 3.90625vw;
  }
  .banner-box .wrapper {
    margin: 0px 1.953125vw;
  }

  #home-link {
    padding: 40px 0px 124px 0px;
  }
  #home-link ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
  }
  #home-link ul li a {
    display: inline-block;
    vertical-align: top;
  }
  #home-link ul li::after {
    width: 1px;
    height: 64px;
    margin: 20px 30px 0px 30px;
    display: inline-block;
    vertical-align: top;
  }

  #home-information {
    padding: 70px 30px 70px 30px;
  }
  #home-information h2 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  #home-information h2 span {
    font-size: 13px;
    line-height: 21px;
  }

  .news-tab {
    margin-bottom: 45px;
  }
  .news-tab li {
    font-size: 13px;
    line-height: 28px;
  }
  .news-tab li span {
    width: 150px;
    margin: 0px 30px;
  }

  .news-list {
    margin: 0px auto;
    max-width: 786px;
  }
  .news-list li {
    margin: 0px 0px 10px 0px;
  }
  .news-list li .date {
    margin-bottom: 0px;
  }
  .news-list li .category {
    margin-bottom: 0px;
    margin-right: 25px;
    float: left;
  }
  .news-list li .title {
    overflow: hidden;
    padding-bottom: 5px;
  }

  #home-topics-large {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: top;
    padding: 0px 15px;
  }

  .topics-box {
    width: 50%;
    margin-bottom: 40px;
  }
  .topics-box .wrapper {
    margin: 0px 15px;
  }
  .topics-box .wrapper a::before {
    padding-top: 75.057208238%;
  }

  #home-topics-small {
    padding: 70px 15px 0px;
  }
  #home-topics-small .topics-box {
    width: 33.3333333333%;
  }
  #home-topics-small .topics-box .wrapper {
    margin: 0px 15px;
  }
  #home-topics-small .topics-box .wrapper .category {
    padding: 2px 40px;
    font-size: 13px;
  }
  #home-topics-small .topics-box .wrapper .txt .inner {
    padding: 14px 14px 10px 14px;
  }
  #home-topics-small .topics-box .wrapper .txt p {
    margin: 0px 0px 4px 0px;
    font-size: 13px;
    line-height: 18px;
  }

  /* 下層ページ共通
  --------------------------------------------------------------------------------- */
  #title {
    height: 135px;
  }
  #title h2.jp {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
  }
  #title h2.en {
    font-size: 26px;
    line-height: 34px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.6));
  }
  #title .category {
    font-size: 16px;
    line-height: 20px;
  }
  #title.bg {
    height: 278px;
  }
  #title.bg .img {
    height: 278px;
    top: 60px;
  }
  #title.bg h2.en {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 6px;
  }
  #title.bg h2.jp {
    font-size: 16px;
    line-height: 20px;
  }

  #topic-path {
    display: block;
    position: absolute;
    left: 25px;
    top: 5px;
    z-index: 1;
    padding: 0px;
    background-color: transparent;
    color: #fff;
    width: calc(100% - 60px);
  }
  #topic-path ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 0;
  }
  #topic-path ul li {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
  }
  #topic-path ul li::before {
    content: ">";
    margin: 0px 4px;
  }
  #topic-path ul li.home::before {
    display: none;
  }
  #topic-path ul li a {
    color: #fff;
    background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
  }

  .local-nav {
    position: relative;
    bottom: auto;
    border: none;
    padding: 0px;
    height: 50px;
    background-color: transparent;
  }
  .local-nav .wrapper {
    width: 100%;
    height: 44px;
    padding-top: 6px;
    background-color: #fff;
    position: absolute;
  }
  .local-nav.fix .wrapper {
    position: fixed;
    top: 60px;
  }
  .local-nav ul {
    margin: 0px auto;
    padding: 0px 30px;
    max-width: 784px;
    height: auto;
    border: none;
    text-align: center;
  }
  .news .local-nav ul {
    max-width: 924px;
  }
  .news .local-nav ul li {
    width: 14.2857142857%;
  }
  .local-nav ul li {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    height: auto;
    width: 16.6666666667%;
    vertical-align: bottom;
  }
  .local-nav ul li a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 44px;
    width: 1000px;
    padding: 0px 0px;
    background: none;
    color: #666;
    border-style: solid;
    border-color: #adadad;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
  }
  .local-nav ul li a::after {
    content: "";
  }
  .local-nav ul li a::before {
    margin: 0px;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  .local-nav ul li a:hover, .local-nav ul li a.on {
    color: #000;
    font-weight: bold;
  }
  .local-nav ul li a:hover::before, .local-nav ul li a.on::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .local-nav ul li.morebtn {
    position: relative;
  }
  .local-nav ul li.morebtn a::after {
    content: "";
    display: none;
  }
  .local-nav ul li.morebtn ul {
    bottom: auto;
    top: 44px;
    margin: 0px;
    padding: 0px;
    border: none;
  }
  .local-nav ul li.morebtn ul li {
    font-size: 12px;
    line-height: 14px;
    display: block;
    width: 100%;
    margin: 0px 0px 1px 0px;
    border: none;
  }
  .local-nav ul li.morebtn ul li a {
    background-color: #000;
    color: #adadad;
    width: 500px;
    display: block;
    vertical-align: middle;
    display: table-cell;
    font-weight: 500;
  }
  .local-nav ul li.morebtn ul li a::before {
    display: none;
  }
  .local-nav ul li.morebtn ul li a::after {
    content: "";
  }
  .local-nav ul li.morebtn ul li a:hover {
    color: #fff;
    font-weight: 500;
  }
  .local-nav ul li.morebtn ul li a.outlink::after {
    position: relative;
    bottom: auto;
    left: auto;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    opacity: 0.6;
    transform: scale(1, 1);
    background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out.png);
  }
  .local-nav ul li.morebtn ul li a.outlink:hover::after {
    background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out.png);
  }
  .local-nav ul li.morebtn .morenav {
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: transparent;
    width: 100%;
    display: block;
    opacity: 0;
    height: 0px;
    transition: all .35s;
    pointer-events: none;
  }
  .local-nav ul li.morebtn .morenav.open {
    display: block;
    opacity: 1;
    height: auto;
    pointer-events: auto;
  }
  .local-nav ul li.morebtn .morenav a {
    border: none;
  }
  .local-nav ul li.noton a.on {
    color: #666;
    font-weight: 500;
  }
  .local-nav ul li.noton a.on::before {
    transform-origin: right top;
    transform: scale(0, 1);
  }
  .local-nav ul li.noton a.on:hover {
    color: #000;
    font-weight: bold;
  }
  .local-nav ul li.noton a.on:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .local-nav.col7 ul {
    max-width: 924px;
  }
  .local-nav.col7 ul li {
    width: 14.2857142857%;
  }

  #main {
    padding-top: 70px;
  }

  .wrap {
    padding: 0px 30px;
    max-width: 784px;
  }
  #index .wrap {
    max-width: 924px;
  }
  .grad-area .wrap {
    max-width: 924px;
  }

  .page-nation {
    margin: 60px -4px;
  }
  .page-nation ul li {
    margin: 0px 4px;
    width: 30px;
  }

  .more-title.pchiden {
    display: none;
  }

  .hidden-area.pcshow {
    display: block;
  }

  .gray-area {
    margin: 70px 0px -100px 0px;
    padding: 70px 0px 70px 0px;
  }

  /* インデックスページ
  --------------------------------------------------------------------------------- */
  .more-title {
    font-size: 16px;
    line-height: 24px;
    padding: 17px 60px 17px 0px;
  }

  .index-wrap {
    margin: 0px -15px;
    margin-bottom: 40px;
  }

  .index-box {
    margin-bottom: 30px;
    width: 25%;
  }
  .index-box .wrapper {
    margin: 0px 15px;
  }
  .col3 .index-box {
    width: 33.3333333333%;
  }
  .col3 .index-box .img::before {
    padding-top: 69.4852941176%;
  }
  .index-box.noimage {
    width: 50%;
  }

  /* 芸工大について
  --------------------------------------------------------------------------------- */
  .song-words {
    width: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  .song-words h4 {
    font-size: 17px;
    line-height: 28px;
    margin: 0px;
  }
  .song-words p {
    font-size: 14px;
    line-height: 22px;
    margin-left: 26px;
  }
  .song-words p.songmember {
    font-size: 14px;
    line-height: 23px;
  }

  .history-date {
    font-size: 36px;
    line-height: 40px;
    width: auto;
    float: none;
  }
  .history-date span {
    font-size: 20px;
  }

  .history-title {
    font-size: 17px;
    line-height: 30px;
  }

  .history-title-small {
    font-size: 14px;
    line-height: 30px;
  }

  .history-tab {
    border-collapse: separate;
    border: none;
    border-spacing: 0;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .history-tab th {
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 0px;
    letter-spacing: 0;
  }
  .history-tab th span {
    font-size: 11px;
  }
  .history-tab td {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 0px;
  }

  /* 学科
  --------------------------------------------------------------------------------- */
  .course-img {
    position: relative;
    margin: 74px -30px 100px -30px;
    padding: 0px;
  }
  .course-img p {
    margin: 0px;
  }
  .course-img.col3 p {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .course-img.col3 p.c02 {
    float: right;
  }
  .course-img.col4 p {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .course-img.mb-nega {
    margin-bottom: -90px;
  }

  .course-img-caption {
    margin-top: -80px;
    margin-bottom: 80px;
  }

  .grad-area {
    margin: 40px 0px -100px 0px;
    padding: 100px 0px 100px 0px;
  }

  /* 教員検索
  --------------------------------------------------------------------------------- */
  #search-area {
    margin-bottom: 80px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
    letter-spacing: 0;
  }

  #search-text {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  #search-text h3 {
    letter-spacing: 0.05em;
  }
  #search-text .inner {
    margin-left: 15px;
    margin-right: 15px;
  }
  #search-text input,
  #search-text select {
    letter-spacing: 0.05em;
  }
  #search-text input#teacer-seach,
  #search-text select#teacer-seach {
    width: 205px;
    margin-right: 10px;
  }
  #search-text input#teacer-submit,
  #search-text select#teacer-submit {
    width: 65px;
  }

  #search-kana {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
  }
  #search-kana .inner {
    margin-left: 15px;
    margin-right: 15px;
  }
  #search-kana li {
    font-size: 17px;
    line-height: 40px;
  }
  #search-kana li.yayuyo {
    margin-bottom: 40px;
  }

  .teacher-box {
    font-size: 0;
    letter-spacing: 0;
    margin-left: -25px;
    margin-right: -25px;
  }
  .teacher-box .col {
    margin-bottom: 50px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .teacher-box .col .inner {
    margin: 0px 25px;
  }
  .teacher-box .col p {
    letter-spacing: 0.05em;
  }
  .teacher-box .col .img {
    width: 43.0517711172%;
    margin-right: 25px;
  }
  .teacher-box .col .txt .name-en {
    margin-bottom: 20px;
  }

  .teacher-profile {
    margin-top: 100px;
    overflow: hidden;
  }
  .teacher-profile .col.c1 {
    width: 24.7448979592%;
    margin: 0px;
    float: left;
  }
  .teacher-profile .col.c2 {
    float: right;
    width: 68.8775510204%;
  }

  .profile-tab th, .profile-tab td {
    font-size: 14px;
    line-height: 30px;
  }

  /* ニュース
  --------------------------------------------------------------------------------- */
  .news-detail {
    padding: 35px 50px;
    margin: 0px;
  }

  .news #main {
    background-color: #fff;
  }
  .news #topic-path {
    background-color: transparent;
  }

  .gray-back {
    padding: 36px 36px 10px 36px;
  }

  /* 情報公開
  --------------------------------------------------------------------------------- */
  .disclosure-tab th, .disclosure-tab td {
    padding-bottom: 26px;
    font-size: 14px;
    line-height: 26px;
  }

  /* 採用情報
  --------------------------------------------------------------------------------- */
  .recruit-tab th {
    font-size: 14px;
    line-height: 21px;
  }

  /* フォーム
  --------------------------------------------------------------------------------- */
  .privacy-box {
    padding: 35px 40px;
  }
  .privacy-box p {
    font-size: 12px;
    line-height: 22px;
  }
  .privacy-box .num-list01,
  .privacy-box .optional-mark {
    margin-bottom: 16px;
  }
  .privacy-box .num-list01 li,
  .privacy-box .optional-mark li {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  .anchor {
    padding-top: 120px;
    margin-top: -120px;
  }

  /* 見出し */
  .m01 {
    font-size: 26px;
    line-height: 34px;
  }

  .m01-2 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 70px;
  }

  .m03 {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 40px;
  }

  .m03-2 {
    font-size: 30px;
    line-height: 43px;
    margin-top: 90px;
    margin-bottom: 40px;
  }

  .m04 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .m05 {
    font-size: 17px;
    line-height: 20px;
    margin-top: 40px;
  }

  .m06 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .m07 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .m08 {
    font-size: 14px;
    line-height: 26px;
  }

  .m09 {
    font-size: 14px;
    line-height: 26px;
  }

  .m10 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .m11 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 26px;
  }

  .m12 {
    font-size: 26px;
    line-height: 34px;
  }

  .m13 {
    font-size: 16px;
  }

  .m14 {
    font-size: 14px;
    line-height: 26px;
  }

  .m15 {
    font-size: 26px;
    line-height: 34px;
  }

  /* 段組み*/
  .col-box {
    margin: 0px;
    padding: 0px;
  }
  .col-box.col2 {
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-box.col2 .col {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .col-box.col2 .col .inner {
    margin: 0px 15px;
  }
  .col-box.col2-2 {
    font-size: 0;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
  }
  .col-box.col2-2 .col {
    width: 34.7188264059%;
    display: inline-block;
    vertical-align: top;
  }
  .col-box.col2-2 .col .inner {
    margin: 0px 17px;
  }
  .col-box.col2-2 .col.c2 {
    width: 65.2811735941%;
  }
  .col-box.col2-3 {
    font-size: 0;
    margin-left: -35px;
    margin-right: -35px;
    overflow: hidden;
    letter-spacing: 0;
  }
  .col-box.col2-3 .col {
    width: 63.2318501171%;
    display: inline-block;
    vertical-align: top;
  }
  .col-box.col2-3 .col .inner {
    margin: 0px 35px;
  }
  .col-box.col2-3 .col.c2 {
    width: 36.299765808%;
  }
  .col-box.col2-4 .col.c1 {
    width: 121px;
    float: right;
  }
  .col-box.col2-5 {
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    letter-spacing: 0;
  }
  .col-box.col2-5 .col {
    width: 52.457002457%;
    display: inline-block;
    vertical-align: top;
  }
  .col-box.col2-5 .col .inner {
    margin: 0px 15px;
  }
  .col-box.col2-5 .col.c2 {
    width: 46.9287469287%;
  }
  .col-box.col3 {
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-box.col3 .col {
    width: 33.3333333333%;
    display: inline-block;
    vertical-align: top;
  }
  .col-box.col3 .col .inner {
    margin: 0px 15px;
  }
  .col-box.staff .img {
    width: 100%;
  }
  .col-box.grad .txt .inner, .col-box.gg .txt .inner {
    margin: 0px;
  }
  .col-box.video .col {
    margin-bottom: 12px;
  }
  .col-box.obog .col {
    margin-bottom: 50px;
  }
  .col-box.obog .img {
    width: 32.0366132723%;
    margin-right: 20px;
  }
  .col-box.obog .txt .inner {
    margin: 0px;
  }
  .col-box.obog .txt h4 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .col-box.obog .txt p {
    font-size: 11px;
    line-height: 19px;
  }

  /* テーブル */
  .basic th, .narrow-table th, .basic td, .narrow-table td {
    font-size: 14px;
    line-height: 21px;
  }

  .narrow-table th, .narrow-table td {
    font-size: 14px;
    line-height: 21px;
  }

  div.scroll {
    overflow: hidden;
  }
  div.scroll table {
    width: 100%;
  }
  div.scroll::before {
    display: none;
  }

  /* リスト */
  ul.list01 li {
    line-height: 30px;
  }
  ul.optional-mark li {
    line-height: 30px;
  }

  /* 改行 */
  .sp {
    display: none;
  }

  .tab,
  .tabpc {
    display: inline-block;
  }

  /* マージン */
  .mb {
    margin-bottom: 100px;
  }

  .mt {
    margin-top: 100px;
  }

  hr.mb {
    margin-bottom: 100px;
  }

  .mb0 {
    margin-bottom: 0px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1100 */
@media all and (min-width: 1100px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  #main-txt h2 {
    top: 50%;
  }
  #main-txt #scroll-icon {
    bottom: 5%;
  }

  #home-banner {
    margin: 0px 2.44140625vw;
  }

  .banner-box {
    margin-bottom: 4.8828125vw;
  }
  .banner-box .wrapper {
    margin: 0px 2.44140625vw;
  }
  .banner-box .wrapper .txt {
    transform: translate3d(0, 100%, 0);
  }
  .banner-box .wrapper a:hover .txt {
    transform: translate3d(0, 0, 0);
  }

  #home-topics-large {
    padding: 0px 25px;
  }

  .topics-box {
    margin-bottom: 50px;
  }
  .topics-box .wrapper {
    margin: 0px 25px;
  }
  .topics-box .wrapper .txt {
    transform: translate3d(0, 100%, 0);
  }
  .topics-box .wrapper a:hover .txt {
    transform: translate3d(0, 0, 0);
  }

  #home-topics-small {
    padding: 70px 25px 0px;
  }
  #home-topics-small .topics-box .wrapper {
    margin: 0px 25px;
  }

  /* 下層ページ共通
  --------------------------------------------------------------------------------- */
  #main {
    padding-top: 100px;
  }

  .wrap {
    padding: 0px 50px;
  }

  .main-img.pala p {
    overflow: hidden;
    background-position: center 60px;
    background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .main-img.pala p img {
    display: none;
  }

  .hover-box .txt {
    transform: translate3d(0, 100%, 0);
  }
  .hover-box .txt .inner {
    margin: 0px;
  }
  .hover-box:hover .txt {
    transform: translate3d(0, 0, 0);
  }

  /* モーダル
  --------------------------------------------------------------------------------- */
  #cboxContent {
    margin-left: 21px !important;
    margin-right: -21px !important;
    border-style: solid;
    border-color: #fff;
    border-width: 30px;
    border-radius: 0px;
  }

  #cboxClose {
    width: 60px !important;
    height: 60px !important;
    top: -30px !important;
    right: -30px !important;
  }

  /* インデックスページ
  --------------------------------------------------------------------------------- */
  .index-wrap {
    margin: 0px -25px;
    margin-bottom: 40px;
  }
  #page .index-wrap {
    margin-left: -95px;
    margin-right: -95px;
    text-align: center;
  }
  #page .index-wrap.over4 {
    text-align: left;
  }
  .index-wrap.minh {
    min-height: 400px;
  }
  .index-wrap.col2 .index-box {
    width: 50%;
  }

  .index-box {
    margin-bottom: 40px;
  }
  .index-box .wrapper {
    margin: 0px 25px;
  }
  .index-box.noimage {
    width: 25%;
  }

  /* 学科
  --------------------------------------------------------------------------------- */
  .grad-area {
    margin-top: 60px;
  }

  /* フォーム
  --------------------------------------------------------------------------------- */
  .input-box-col {
    width: 350px;
    float: left;
  }
  .input-box-col.wide {
    width: 370px;
    float: right;
  }

  .input-box.noline {
    border: none;
  }

  .text-area01 {
    height: 320px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 段組み*/
  .col-box.col2 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .col-box.col2 .col .inner {
    margin: 0px 25px;
  }
  .col-box.col2-3 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .col-box.col2-3 .col .inner {
    margin: 0px 35px;
  }
  .col-box.col2-5 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-box.col2-5 .col {
    width: 52.457002457%;
  }
  .col-box.col2-5 .col .inner {
    margin: 0px 15px;
  }
  .col-box.col2-5 .col.c2 {
    width: 46.9287469287%;
  }
  .col-box.col3 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .col-box.col3 .col .inner {
    margin: 0px 25px;
  }
  .col-box.long {
    margin-left: -20px;
    margin-right: -20px;
  }
  .col-box.long .col .inner {
    margin: 0px 20px;
  }
  .col-box.grad .col, .col-box.video .col, .col-box.gg .col {
    margin-bottom: 32px;
  }
  .col-box.grad .col .txt, .col-box.video .col .txt, .col-box.gg .col .txt {
    transform: translate3d(0, 100%, 0);
  }
  .col-box.grad .col .txt .inner, .col-box.video .col .txt .inner, .col-box.gg .col .txt .inner {
    margin: 0px;
  }
  .col-box.grad .col a:hover .txt, .col-box.video .col a:hover .txt, .col-box.gg .col a:hover .txt {
    transform: translate3d(0, 0, 0);
  }
  .col-box.obog .txt .inner {
    margin: 0px;
  }
  .col-box.obog .txt h4 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0px;
    height: 50px;
  }
  .col-box.obog .txt p {
    font-size: 13px;
    line-height: 24px;
  }

  /* イメージ */
  div.scroll {
    overflow: hidden;
  }
  div.scroll::before {
    display: none;
  }

  /* 改行 */
  .sp,
  .sptab,
  .tab {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  /* マージン */
  .mb {
    margin-bottom: 100px;
  }

  .mt {
    margin-top: 100px;
  }

  .mb0 {
    margin-bottom: 0px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
@media all and (min-width: 1280px) {
  /* 学科
  --------------------------------------------------------------------------------- */
  .course-img p {
    height: 510px;
  }
  .course-img.col3 p {
    height: auto;
  }
  .course-img.col4 p {
    height: auto;
  }
  .course-img.pala p {
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .course-img.pala p img {
    display: none;
  }
  .mobile .course-img.pala p img {
    display: block;
  }
  .course-img.pala.col2 p {
    background-position-x: -360px;
  }
  .course-img.pala.col2 p.c02 {
    background-position-x: 360px;
  }
  .course-img.pala.col4 p {
    background-position-x: -360px;
  }
  .course-img.pala.col4 p.c02, .course-img.pala.col4 p.c04 {
    background-position-x: 360px;
  }
  .course-img.pala2 p {
    overflow: hidden;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .course-img.pala2 p img {
    display: none;
  }
  .mobile .course-img.pala2 p img {
    display: block;
  }
  .course-img.pala3 p {
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .course-img.pala3 p img {
    display: none;
  }
  .mobile .course-img.pala3 p img {
    display: block;
  }
  .course-img.pala3.col2 p {
    background-size: 50% auto;
    background-position-x: left;
  }
  .course-img.pala3.col2 p.c02 {
    background-position-x: right;
  }
  .course-img.pala3.col4 p {
    background-size: 50% auto;
    background-position-x: left;
  }
  .course-img.pala3.col4 p.c02, .course-img.pala3.col4 p.c04 {
    background-position-x: right;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1440 */
@media all and (min-width: 1440px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  #slide {
    width: 1440px;
  }

  .banner-box {
    width: 25%;
    margin-bottom: 50px;
  }
  .banner-box .wrapper {
    margin: 0px 25px;
  }

  #home-topics-small .topics-box {
    width: 25%;
  }

  /* 下層ページ共通
  --------------------------------------------------------------------------------- */
  .local-nav .wrapper {
    width: 1440px;
  }

  #title.bg .img {
    width: 1440px;
  }

  .main-img.pala p {
    background-size: 1440px auto;
  }

  /* 学科
  --------------------------------------------------------------------------------- */
  .course-img {
    margin-left: -328px;
    margin-right: -328px;
  }
  .course-img.pala p {
    overflow: hidden;
    background-position: center center;
  }
  .course-img.pala3 p {
    background-size: 1440px auto;
  }
  .course-img.pala3.col2 p {
    background-size: 720px auto;
    background-position-x: 50%;
  }
  .course-img.pala3.col4 p {
    background-size: 720px auto;
  }

  .course-img-caption {
    margin-left: -278px;
    margin-right: -278px;
  }

  /* マージン */
  .mb {
    margin-bottom: 100px;
  }

  .mt {
    margin-top: 100px;
  }

  .mb0 {
    margin-bottom: 0px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1920 */
@media all and (min-width: 1920px) {
  /* マージン */
  .mb {
    margin-bottom: 100px;
  }

  .mt {
    margin-top: 100px;
  }

  .mb0 {
    margin-bottom: 0px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
