@charset "UTF-8";
/*

media
768?
1024?
1280?

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
  overflow: hidden;
  position: relative;
}

/* ホーム
--------------------------------------------------------------------------------- */
body#home {
  overflow: hidden;
  height: 100%;
}
body#home #page-header,
body#home #menu,
body#home .main-scroll {
  transition: all .4s;
  opacity: 0;
}
body#home #layout {
  scrollbar-gutter: stable;
  overflow: scroll;
}
body#home.end {
  overflow: visible;
  height: auto;
}
body#home.end #page-header,
body#home.end #menu,
body#home.end .main-scroll {
  opacity: 1;
}
body#home.end #layout {
  scrollbar-gutter: auto;
  overflow: clip;
}

#main-image {
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: calc( 90px + 120px + ( 360 / 320 ) * 100vw );
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 20px;
}
#main-image .wrap {
  width: 100%;
  margin-top: calc( ( 15 / 320 ) * 100vw * -1 );
}
#main-image .txt-01,
#main-image .txt-02,
#main-image .txt-03 {
  width: 0%;
  margin: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  text-indent: -9999px;
  line-height: 0px;
}
#main-image .txt-01 {
  padding-top: calc( ( 121 / 280 ) * 100% );
  background-image: url(/tuad2026/images/home_main_txt_01_sp.png);
}
#main-image .txt-02 {
  padding-top: calc( ( 149 / 280 ) * 100% );
  background-image: url(/tuad2026/images/home_main_txt_02_sp.png);
}
#main-image .txt-03 {
  padding-top: calc( ( 56 / 280 ) * 100% );
  background-image: url(/tuad2026/images/home_main_txt_03_sp.png);
}
#main-image .main-scroll {
  position: absolute;
  left: 20px;
  bottom: 15px;
  width: 12px;
  height: 80px;
  background-image: url(/tuad2026/images/scroll.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  margin: 0px;
  animation: scrollAnime 5s ease-out infinite;
}
#main-image .main-scroll.absolute {
  position: absolute;
}
#main-image.start .txt-01 {
  animation: fadeIn01 1s 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
#main-image.start .txt-02 {
  animation: fadeIn01 1s 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
#main-image.start .txt-03 {
  animation: fadeIn01 1s 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
#main-image.start .update-txt {
  animation: fadeIn01 1s 0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
#main-image.end .txt-01,
#main-image.end .txt-02,
#main-image.end .txt-03,
#main-image.end .update-txt {
  width: 100%;
}

@keyframes fadeIn01 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes scrollAnime {
  0%, 100% {
    transform: translateY(-15%);
  }
  50% {
    transform: translateY(15%);
  }
}
.update-txt {
  position: relative;
  overflow: hidden;
  width: 0%;
  padding-top: calc( ( 30 / 280 ) * 100% );
  margin: 0px;
  background-image: url(/tuad2026/images/update_txt_sp.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  text-indent: -9999px;
  line-height: 0px;
}

#intro {
  overflow: hidden;
  background-color: #fff;
}
#intro .inner {
  padding: 45px 20px;
}
#intro h2 {
  max-width: 400px;
  margin: 0px auto 45px;
}
#intro .txt {
  font-size: 16px;
  line-height: 29px;
  font-weight: bold;
  text-align: justify;
}
#intro .txt strong {
  background: linear-gradient(transparent 60%, #fff5a1 40%);
}
#intro .note {
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
}

#outline {
  overflow: hidden;
  background-color: #ffa6dc;
}
#outline .inner {
  padding: 45px 20px;
  margin: 0px auto;
  max-width: 624px;
}
#outline h2 {
  padding: 0px 43px;
  margin: 0px auto 25px;
  text-align: center;
}
#outline .txt {
  font-size: 16px;
  line-height: 29px;
  font-weight: bold;
  text-align: justify;
}
#outline h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-style: dotted;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}

.cnav {
  margin: 0px 0px 40px;
  padding: 0px;
  list-style-type: none;
}
.cnav li {
  margin: 0px 0px 10px;
  padding: 0px;
}
.cnav li .department {
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  margin: 0px;
  font-feature-settings: "palt";
}
.cnav li .course {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin: 0px;
  font-feature-settings: "palt";
}
.cnav li a {
  text-decoration: none;
  color: #000;
  display: block;
  height: 50px;
  padding-top: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  position: relative;
}
.cnav li a::before, .cnav li a::after {
  content: "";
  display: block;
  background-color: #ff56c6;
  position: absolute;
  left: 0px;
  top: 0px;
}
.cnav li a::before {
  width: 15px;
  height: 100%;
}
.cnav li a::after {
  width: 100%;
  height: 3px;
}
.cnav li a span {
  width: 100%;
  display: block;
  padding-left: 25px;
  position: relative;
}
.cnav li a .course::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(/tuad2026/images/arrow_001.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
  margin-left: 5px;
  background-color: #ff56c6;
  border-style: solid;
  border-color: #ff56c6;
  border-width: 1px;
  border-radius: 50%;
  transition: all .2s;
}
.cnav li a.out .course::after {
  width: 10px;
  height: 12px;
  background-image: url(/tuad2026/images/out.png);
  background-size: contain;
  background-color: transparent !important;
  border-radius: 0px;
  border: none;
}
.cnav li a.out:hover .course::after {
  background-image: url(/tuad2026/images/out.png) !important;
}
.cnav li a.new span::after, .cnav li a.update span::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  animation: iconAnime 2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
.cnav li a.new span::after {
  width: 42px;
  height: 42px;
  background-image: url(/tuad2026/images/icon_new.png);
  right: 12px;
  margin-top: -21px;
}
.cnav li a.update span::after {
  width: 53px;
  height: 19px;
  background-image: url(/tuad2026/images/icon_update.png);
  right: 6px;
  margin-top: -10px;
}
.cnav li a:hover .course::after {
  background-color: #fff !important;
}
.cnav li a:hover.new span::after, .cnav li a:hover.update span::after {
  transform: scale(1.2);
}
.cnav li a.color001::before, .cnav li a.color001::after {
  background-color: #9c1b3e;
}
.cnav li a.color001 .course::after {
  background-color: #9c1b3e;
  border-color: #9c1b3e;
}
.cnav li a.color001:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_001.png);
}
.cnav li a.color002::before, .cnav li a.color002::after {
  background-color: #00489d;
}
.cnav li a.color002 .course::after {
  background-color: #00489d;
  border-color: #00489d;
}
.cnav li a.color002:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_002.png);
}
.cnav li a.color003::before, .cnav li a.color003::after {
  background-color: #e46c9f;
}
.cnav li a.color003 .course::after {
  background-color: #e46c9f;
  border-color: #e46c9f;
}
.cnav li a.color003:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_003.png);
}
.cnav li a.color004::before, .cnav li a.color004::after {
  background-color: #2e463e;
}
.cnav li a.color004 .course::after {
  background-color: #2e463e;
  border-color: #2e463e;
}
.cnav li a.color004:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_004.png);
}
.cnav li a.color005::before, .cnav li a.color005::after {
  background-color: #715292;
}
.cnav li a.color005 .course::after {
  background-color: #715292;
  border-color: #715292;
}
.cnav li a.color005:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_005.png);
}
.cnav li a.color006::before, .cnav li a.color006::after {
  background-color: #9bcb6c;
}
.cnav li a.color006 .course::after {
  background-color: #9bcb6c;
  border-color: #9bcb6c;
}
.cnav li a.color006:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_006.png);
}
.cnav li a.color007::before, .cnav li a.color007::after {
  background-color: #10b8d8;
}
.cnav li a.color007 .course::after {
  background-color: #10b8d8;
  border-color: #10b8d8;
}
.cnav li a.color007:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_007.png);
}
.cnav li a.color008::before, .cnav li a.color008::after {
  background-color: #5e1986;
}
.cnav li a.color008 .course::after {
  background-color: #5e1986;
  border-color: #5e1986;
}
.cnav li a.color008:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_008.png);
}
.cnav li a.color009::before, .cnav li a.color009::after {
  background-color: #d93569;
}
.cnav li a.color009 .course::after {
  background-color: #d93569;
  border-color: #d93569;
}
.cnav li a.color009:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_009.png);
}
.cnav li a.color010::before, .cnav li a.color010::after {
  background-color: #ffd03f;
}
.cnav li a.color010 .course::after {
  background-color: #ffd03f;
  border-color: #ffd03f;
}
.cnav li a.color010:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_010.png);
}
.cnav li a.color011::before, .cnav li a.color011::after {
  background-color: #009fa6;
}
.cnav li a.color011 .course::after {
  background-color: #009fa6;
  border-color: #009fa6;
}
.cnav li a.color011:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_011.png);
}
.cnav li a.color012::before, .cnav li a.color012::after {
  background-color: #00974e;
}
.cnav li a.color012 .course::after {
  background-color: #00974e;
  border-color: #00974e;
}
.cnav li a.color012:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_012.png);
}
.cnav li a.color013::before, .cnav li a.color013::after {
  background-color: #d1142e;
}
.cnav li a.color013 .course::after {
  background-color: #d1142e;
  border-color: #d1142e;
}
.cnav li a.color013:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_013.png);
}
.cnav li a.color014::before, .cnav li a.color014::after {
  background-color: #f85f4e;
}
.cnav li a.color014 .course::after {
  background-color: #f85f4e;
  border-color: #f85f4e;
}
.cnav li a.color014:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_014.png);
}
.cnav li a.color015::before, .cnav li a.color015::after {
  background-color: #006db1;
}
.cnav li a.color015 .course::after {
  background-color: #006db1;
  border-color: #006db1;
}
.cnav li a.color015:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_015.png);
}
.cnav li a.color016::before, .cnav li a.color016::after {
  background-color: #f7e4c0;
}
.cnav li a.color016 .course::after {
  background-color: #f7e4c0;
  border-color: #f7e4c0;
}
.cnav li a.color016:hover .course::after {
  background-image: url(/tuad2026/images/arrow_001_016.png);
}

@keyframes iconAnime {
  0%, 100% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
}
#open-campus {
  overflow: hidden;
  background-color: #fff;
  margin: 0px calc((100vw - 100%) / 2 * -1);
  padding: 0px calc((100vw - 100%) / 2);
}

#detail {
  overflow: hidden;
}
#detail .inner {
  padding: 70px 20px;
  margin: 0px auto;
}

.course-box {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 50px;
  background-color: #fff;
}
.course-box .eng {
  display: none;
}
.course-box .course-wrap {
  background-color: #fff;
  padding: 65px 20px 0px;
  max-height: calc( 598px - 280px + ( 310 / 450 ) * 100vw );
  overflow: hidden;
  transition: all .2s;
}
.course-box .course-wrap.on {
  max-height: 1500px;
}
.course-box::before, .course-box::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
}
.course-box::before {
  width: 38px;
  height: 0px;
  top: 0px;
  left: -20px;
  transition-property: all;
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.course-box::after {
  width: 0%;
  height: 7px;
  top: 0px;
  left: 0px;
  transition-property: all;
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.course-box.animestart::before {
  height: 105px;
}
.course-box.animestart::after {
  width: 100%;
}
.course-box .icon-new,
.course-box .icon-update {
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 2;
}
.course-box .icon-new {
  width: 72px;
  height: 72px;
  top: -22px;
  background-image: url(/tuad2026/images/icon_new.png);
}
.course-box .icon-update {
  width: 87px;
  height: 30px;
  top: 22px;
  background-image: url(/tuad2026/images/icon_update.png);
}
.course-box .department {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-feature-settings: "palt";
}
.course-box .department .small {
  font-size: 12px;
}
.course-box h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-feature-settings: "palt";
}
.course-box h2 span {
  background: linear-gradient(transparent 60%, #fff5a1 40%);
}
.course-box h3 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
  font-feature-settings: "palt";
}
.course-box .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
}
.course-box .img::before {
  content: '';
  display: block;
  padding-top: 68.8888888889%;
}
.course-box .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.course-box .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.course-box .txt {
  overflow: hidden;
  margin-bottom: 5px;
}
.course-box .txt p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
  text-align: justify;
}
.course-box .img-2 {
  width: 150px;
  height: 150px;
  margin: 0px auto 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.course-box .img-2::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.course-box .img-2 p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.course-box .img-2 p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.course-box .txt-2 {
  overflow: hidden;
  margin-bottom: 5px;
}
.course-box .txt-2 p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
  text-align: justify;
}
.course-box .info {
  border-style: dotted;
  border-color: #000;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  padding: 20px 0px 0px;
  margin-bottom: 20px;
}
.course-box .info h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.course-box .info p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  text-align: justify;
}
.course-box .more {
  width: 100%;
  height: 96px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-indent: -9999px;
  background-image: url(/tuad2026/images/more_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 96px;
  cursor: pointer;
}
.course-box .more::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #ff56c6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  border-radius: 50%;
  background-image: url(/tuad2026/images/arrow_002.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.course-box .more.on {
  background: none;
}
.course-box .more.on::before {
  background-image: url(/tuad2026/images/arrow_003.png);
}
.course-box.color001::before, .course-box.color001::after {
  background-color: #9c1b3e;
}
.course-box.color001 .more::before {
  background-color: #9c1b3e;
}
.course-box.color002::before, .course-box.color002::after {
  background-color: #00489d;
}
.course-box.color002 .more::before {
  background-color: #00489d;
}
.course-box.color003::before, .course-box.color003::after {
  background-color: #e46c9f;
}
.course-box.color003 .more::before {
  background-color: #e46c9f;
}
.course-box.color004::before, .course-box.color004::after {
  background-color: #2e463e;
}
.course-box.color004 .more::before {
  background-color: #2e463e;
}
.course-box.color005::before, .course-box.color005::after {
  background-color: #715292;
}
.course-box.color005 .more::before {
  background-color: #715292;
}
.course-box.color006::before, .course-box.color006::after {
  background-color: #9bcb6c;
}
.course-box.color006 .more::before {
  background-color: #9bcb6c;
}
.course-box.color007::before, .course-box.color007::after {
  background-color: #10b8d8;
}
.course-box.color007 .more::before {
  background-color: #10b8d8;
}
.course-box.color008::before, .course-box.color008::after {
  background-color: #5e1986;
}
.course-box.color008 .more::before {
  background-color: #5e1986;
}
.course-box.color009::before, .course-box.color009::after {
  background-color: #d93569;
}
.course-box.color009 .more::before {
  background-color: #d93569;
}
.course-box.color010::before, .course-box.color010::after {
  background-color: #ffd03f;
}
.course-box.color010 .more::before {
  background-color: #ffd03f;
}
.course-box.color011::before, .course-box.color011::after {
  background-color: #009fa6;
}
.course-box.color011 .more::before {
  background-color: #009fa6;
}
.course-box.color012::before, .course-box.color012::after {
  background-color: #00974e;
}
.course-box.color012 .more::before {
  background-color: #00974e;
}
.course-box.color013::before, .course-box.color013::after {
  background-color: #d1142e;
}
.course-box.color013 .more::before {
  background-color: #d1142e;
}
.course-box.color014::before, .course-box.color014::after {
  background-color: #f85f4e;
}
.course-box.color014 .more::before {
  background-color: #f85f4e;
}
.course-box.color015::before, .course-box.color015::after {
  background-color: #006db1;
}
.course-box.color015 .more::before {
  background-color: #006db1;
}
.course-box.color016::before, .course-box.color016::after {
  background-color: #f7e4c0;
}
.course-box.color016 .more::before {
  background-color: #f7e4c0;
}

#open-campus {
  overflow: hidden;
}
#open-campus .inner {
  padding: 70px 0px 0px;
  margin: 0px auto;
}
#open-campus h2 {
  padding: 0px 70px;
  margin-bottom: 24px;
  text-align: center;
}
#open-campus h2 img {
  width: 100%;
  max-width: 335px;
}
#open-campus .txt {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 27px;
}

.oc-banner {
  overflow: hidden;
  position: relative;
}
.oc-banner .img {
  position: relative;
  overflow: hidden;
}
.oc-banner .img::before {
  content: '';
  display: block;
  padding-top: 484px;
}
.oc-banner .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.oc-banner .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.oc-banner h3 {
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  background-image: url(/tuad2026/images/oc_txt_sp.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
}
.oc-banner .btn {
  display: none;
}

.fadeup {
  opacity: 0;
}

.fadeupstart {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: .0s;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スタイル一覧
--------------------------------------------------------------------------------- */
.style {
  background-color: #f0f0f0;
  font-size: 16px;
  line-height: 20px;
  margin: 40px 0 10px;
  padding: 8px 10px;
  clear: both;
}

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

/* 見出し */
/* リスト */
ul {
  margin-left: 0px;
  padding-left: 1em;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  font-size: 100%;
}

ol {
  margin-left: 1.4em;
  padding: 0px;
}
ol li {
  margin: 0px;
  padding: 0px;
}

/* テーブル */
.basic {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.basic th,
.basic td {
  vertical-align: top;
}
.basic th {
  font-weight: 500;
  white-space: nowrap;
  padding-right: 30px;
}

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

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

p.img {
  text-align: center;
}

/* カラム */
/* 動画 */
.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;
}

/* 色 */
.color-01 {
  color: #ff56c6;
}

.color-02 {
  color: #f40017;
}

/* 大きさ */
.bold {
  font-weight: bold;
}

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.word-break {
  word-break: break-all;
}

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

/* マージン */
hr {
  margin: 0px;
  padding: 0px;
  display: block;
  border: none;
  overflow: hidden;
  clear: both;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.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;
}

.im2halfem {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

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

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
/*
--------------------------------------------------------------------------------- 375 */
@media print, screen and (min-width: 375px) {
  #intro .large {
    font-size: 17px;
    line-height: 32px;
    white-space: nowrap;
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  body#home .update-txt {
    transition: all .4s;
    opacity: 0;
  }
  body#home.end .update-txt {
    opacity: 1;
  }

  #main-image {
    min-height: calc( ( 470 / 768 ) * 100vw );
    padding: 0px 70px;
    min-height: 100vh;
  }
  #main-image .wrap {
    margin: 0px;
    width: calc( 100vh * 1.4 );
    max-width: 90vw;
  }
  #main-image .txt-01 {
    padding-top: calc( ( 184 / 628 ) * 100% );
    background-image: url(/tuad2026/images/home_main_txt_01.png);
  }
  #main-image .txt-02 {
    padding-top: calc( ( 120 / 628 ) * 100% );
    background-image: url(/tuad2026/images/home_main_txt_02.png);
  }
  #main-image .txt-03 {
    padding-top: calc( ( 44.6 / 628 ) * 100% );
    background-image: url(/tuad2026/images/home_main_txt_03.png);
  }
  #main-image .main-scroll {
    position: fixed;
    left: 20px;
    bottom: 28px;
  }
  #main-image.start .txt-01 {
    animation: fadeIn01-01 1s 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  #main-image.start .txt-02 {
    animation: fadeIn01-02 1s 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  #main-image.start .txt-03 {
    animation: fadeIn01-03 1s 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  #main-image.start .update-txt {
    animation: fadeIn01-end 1s 0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  #main-image.end .update-txt {
    width: 15px;
  }

  @keyframes fadeIn01-01 {
    0% {
      width: 0%;
    }
    100% {
      width: 68%;
    }
  }
  @keyframes fadeIn01-02 {
    0% {
      width: 0%;
    }
    100% {
      width: 93%;
    }
  }
  @keyframes fadeIn01-03 {
    0% {
      width: 0%;
    }
    100% {
      width: 86%;
    }
  }
  .update-txt {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 15px;
    height: 205px;
    background-image: url(/tuad2026/images/update_txt.png);
    background-position: center center;
    background-size: contain;
    z-index: 3;
  }

  #intro .inner {
    padding: calc( ( 95 / 768 ) * 100vw ) 45px;
    max-width: 1090px;
    margin: 0px auto;
  }
  #intro h2 {
    width: calc( ( 400 / 768 ) * 100vw );
    max-width: 620px;
    margin-bottom: 45px;
  }
  #intro .txt {
    font-size: 20px;
    line-height: 37px;
    margin-bottom: 37px;
  }
  #intro .large {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 48px;
    white-space: normal;
  }
  #intro .note {
    font-size: 14px;
    line-height: 20px;
  }

  #outline .txt-wrap {
    margin: 0px auto;
    max-width: 1000px;
  }
  #outline .inner {
    padding: 95px 90px;
    max-width: 1340px;
  }
  #outline h2 {
    padding: 0px;
    margin-bottom: 40px;
    width: 100%;
    padding-top: calc( ( 42 / 585) * 100% );
    background-image: url(/tuad2026/images/outline_title.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  #outline h2 img {
    display: none;
  }
  #outline .txt {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  #outline h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
    margin-top: 45px;
    padding-bottom: 20px;
  }

  .cnav-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }

  .cnav {
    width: calc( 50% - 12px );
  }

  #detail .inner {
    padding: 100px 45px;
    max-width: 1250px;
  }

  .course-box {
    margin-bottom: 46px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .course-box .eng {
    font-family: "Arial", Gadget, "sans-serif";
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin: 0px;
    text-align: left;
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    position: absolute;
    left: 20px;
    bottom: 0px;
  }
  .course-box .course-wrap {
    padding: 35px;
    margin-left: 15px;
    max-height: none;
    padding-bottom: 0px;
  }
  .course-box .course-wrap.on {
    max-height: none;
  }
  .course-box::before {
    top: 0px;
    left: -5px;
  }
  .course-box .icon-new {
    width: 103px;
    height: 103px;
    left: auto;
    right: 20px;
    top: -20px;
    transform: translateX(0);
  }
  .course-box .icon-update {
    width: 126px;
    height: 44px;
    left: auto;
    right: 35px;
    top: 44px;
    transform: translateX(0);
  }
  .course-box .department {
    text-align: left;
    margin-bottom: 5px;
  }
  .course-box .department .small {
    font-size: 100%;
  }
  .course-box h2 {
    font-size: 33px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 20px;
  }
  .course-box h2 span {
    background: linear-gradient(transparent 70%, #fff5a1 30%);
  }
  .course-box .img-txt {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .course-box h3 {
    font-size: 19px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 10px;
    width: calc( ( 298 / 590 ) * 100% );
    float: left;
  }
  .course-box .img {
    margin-bottom: 30px;
    width: calc( ( 265 / 590 ) * 100% );
    float: right;
  }
  .course-box .txt {
    margin-bottom: 0px;
    width: calc( ( 298 / 590 ) * 100% );
    float: left;
    clear: left;
  }
  .course-box .txt p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .course-box .img-txt-2 {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .course-box .img-2 {
    width: 100px;
    height: 100px;
    margin: 0px;
  }
  .course-box .txt-2 {
    width: calc( 100% - 120px );
  }
  .course-box .txt-2 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  .course-box .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .course-box .info h4 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    width: 110px;
  }
  .course-box .info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    width: calc( 100% - 110px );
  }
  .course-box .more {
    display: none;
  }

  #open-campus .inner {
    padding-top: 95px;
  }
  #open-campus h2 {
    padding: 0px 216px;
    margin-bottom: 28px;
  }
  #open-campus h2 img {
    max-width: 590px;
  }
  #open-campus .txt {
    padding: 0px 20px;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px;
    text-align: center;
  }

  .oc-banner .img {
    transition: all .4s ease;
  }
  .oc-banner .img::before {
    padding-top: 350px;
  }
  .oc-banner h3 {
    background-image: url(/tuad2026/images/oc_txt.png);
    background-position: center bottom 30px;
    background-size: 630px auto;
  }
  .oc-banner .btn {
    display: block;
    width: 158px;
    height: 38px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    left: calc( 50% + 160px );
    bottom: 30px;
    margin: 0px;
    color: #fff;
    background-color: #000;
    border-radius: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .4s ease;
  }
  .oc-banner: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);
  }
  .oc-banner:hover .btn {
    background-color: #eb6100;
  }

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

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

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

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .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;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

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

  /*
  --------------------------------------------------------------------------------- hover in 768 */
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  /* 共通
  --------------------------------------------------------------------------------- */
  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .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;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  /* 共通
  --------------------------------------------------------------------------------- */
  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .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;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1440 */
@media print, screen and (min-width: 1440px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  #main-image {
    padding: 0px 80px;
  }
  #main-image .wrap {
    max-width: 1740px;
  }
  #main-image .txt-01 {
    padding-top: calc( ( 376 / 1280 ) * 100% );
  }
  #main-image .txt-02 {
    padding-top: calc( ( 245 / 1280 ) * 100% );
  }
  #main-image .txt-03 {
    padding-top: calc( ( 91 / 1280 ) * 100% );
  }
  #main-image .main-scroll {
    position: fixed;
    left: 20px;
    bottom: 28px;
  }
  #main-image.end .update-txt {
    width: 30px;
  }

  .update-txt {
    width: 30px;
    height: 418px;
  }

  #intro .inner {
    padding: 140px 45px;
  }
  #intro h2 {
    margin-bottom: 90px;
  }
  #intro .txt {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 48px;
  }
  #intro .large {
    font-size: 30px;
    line-height: 56px;
    margin-bottom: 56px;
  }

  #outline {
    transform: scale(calc( 100vw / 1440px ));
  }
  #outline .inner {
    padding: 140px 90px;
  }
  #outline h2 {
    margin-bottom: 46px;
  }
  #outline .txt {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 48px;
  }
  #outline h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 45px;
    margin-top: 70px;
    padding-bottom: 20px;
    border-bottom-width: 2px;
  }

  .cnav {
    width: calc( 50% - 17px );
  }
  .cnav li {
    margin-bottom: 35px;
    padding-right: 40px;
  }
  .cnav li .department {
    font-size: 17px;
    line-height: 20px;
  }
  .cnav li .course {
    font-size: 30px;
    line-height: 34px;
  }
  .cnav li a {
    height: 76px;
    padding-top: 5px;
  }
  .cnav li a::before {
    width: 40px;
  }
  .cnav li a::after {
    height: 5px;
  }
  .cnav li a span {
    padding-left: 52px;
  }
  .cnav li a .course::after {
    width: 25px;
    height: 25px;
    background-size: 25px auto;
    margin-left: 6px;
    transform: translateY(2px);
  }
  .cnav li a .course strong {
    background: linear-gradient(transparent 75%, #fff28b 25%);
  }
  .cnav li a.out .course::after {
    width: 25px;
    height: 25px;
    background-image: url(/tuad2026/images/out_w.png);
    background-size: 10px auto;
    background-color: #000 !important;
    border-style: solid;
    border-color: #000;
    border-width: 1px;
    border-radius: 50%;
    border-color: #000 !important;
  }
  .cnav li a.new span::after {
    width: 100px;
    height: 100px;
    right: -40px;
    z-index: 2;
    margin-top: -50px;
  }
  .cnav li a.update span::after {
    width: 91px;
    height: 32px;
    right: -40px;
    margin-top: -16px;
  }
  .cnav li a:hover .course::after {
    background-color: #fff !important;
  }

  #detail .inner {
    padding: 150px 45px 50px;
  }

  .course-box {
    margin-bottom: 100px;
  }
  .course-box .eng {
    font-size: 40px;
    line-height: 40px;
    left: 36px;
  }
  .course-box .course-wrap {
    padding: 60px;
    margin-left: 30px;
  }
  .course-box::before {
    width: 65px;
    top: 0px;
    left: -5px;
  }
  .course-box::after {
    height: 12px;
  }
  .course-box.animestart::before {
    height: 180px;
  }
  .course-box .icon-new {
    width: 175px;
    height: 175px;
    right: 28px;
    top: -30px;
  }
  .course-box .icon-update {
    width: 224px;
    height: 80px;
    right: 58px;
    top: 67px;
  }
  .course-box .department {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .course-box h2 {
    font-size: 58px;
    line-height: 64px;
    margin-bottom: 40px;
  }
  .course-box h3 {
    font-size: 33px;
    line-height: 49px;
    margin-bottom: 20px;
    width: 505px;
  }
  .course-box .img {
    width: 450px;
  }
  .course-box .txt {
    width: 505px;
  }
  .course-box .txt p {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 34px;
  }
  .course-box .img-txt-2 {
    margin-bottom: 30px;
  }
  .course-box .img-2 {
    width: 150px;
    height: 150px;
  }
  .course-box .txt-2 {
    width: calc( 100% - 180px );
  }
  .course-box .txt-2 p {
    font-size: 22px;
    line-height: 34px;
  }
  .course-box .info h4 {
    font-size: 20px;
    line-height: 35px;
    width: 190px;
  }
  .course-box .info p {
    font-size: 20px;
    line-height: 35px;
    width: calc( 100% - 190px );
  }

  #open-campus .inner {
    padding-top: 140px;
  }
  #open-campus h2 {
    margin-bottom: 50px;
  }
  #open-campus .txt {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 50px;
  }

  .oc-banner {
    margin: 0px auto 145px;
    width: 1280px;
  }
  .oc-banner .img::before {
    padding-top: 500px;
  }
  .oc-banner h3 {
    background-position: left 30px bottom 30px;
    background-size: 902px auto;
  }
  .oc-banner .btn {
    width: 220px;
    height: 48px;
    font-size: 18px;
    left: calc( 50% + 70px );
    bottom: 34px;
    border-radius: 24px;
  }

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

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

  .pc {
    display: inline-block;
  }

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

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .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;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1900 */
@media print, screen and (min-width: 1900px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
}
