@charset "UTF-8";
/*

media
768?
1024?
1280?

*/
/* ‰äÊý¥¤¥ó¥Ý©`¥È
--------------------------------------------------------------------------------- */
/* ¹²Í¨
--------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
}
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "ÓÎ¥´¥·¥Ã¥¯", YuGothic, "YuGothic M", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "£Í£Ó ¥´¥·¥Ã¥¯", "MS Gothic", "¥á¥¤¥ê¥ª", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 100%;
  line-height: 2em;
  font-weight: 500;
  background-color: #ff56c6;
}

* {
  box-sizing: border-box;
}

/* HTML5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

a img {
  border: none;
}

area,
img {
  border: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

p, li, dt, dd, th, td, h5, h6 {
  font-size: 16px;
  line-height: 29px;
}

p, ul, ol, dl, table {
  margin: 0px 0px 29px 0px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0px;
}

th p, td p, td li, li li, td td, li td, li th {
  font-size: 100%;
  margin: 0px;
}

a {
  transition: all .2s;
  outline: none;
  color: #ff56c6;
}
a img {
  transition: all .2s;
}

.palt {
  font-feature-settings: "palt";
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
  min-width: 320px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: clip;
}

/* page-header
--------------------------------------------------------------------------------- */
#page-header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 50px;
  z-index: 5;
}
#page-header h1 {
  width: 150px;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 14px;
  left: 20px;
}
#page-header h1 img {
  transition: all .2s;
}
#page-header.on {
  background-color: rgba(255, 255, 255, 0.9);
}
#page-header.on h1 img {
  filter: invert(100%);
}
#page-header.on #menu::before, #page-header.on #menu::after,
#page-header.on #menu span {
  background-color: #000;
}

#menu {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 8px;
  top: 0px;
  cursor: pointer;
  margin: 0px;
  z-index: 10;
}
#menu::before, #menu::after,
#menu span {
  position: absolute;
  left: 13px;
  width: 24px;
  height: 1px;
  text-indent: -9999px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  background-color: #fff;
}
#menu span {
  top: 50%;
}
#menu::before {
  content: "";
  top: 19px;
}
#menu::after {
  content: "";
  bottom: 18px;
}
#menu.on::before, #menu.on::after,
#menu.on span {
  background-color: #000;
}
#menu.on::before {
  -webkit-transform: translateY(6.25px) rotate(-45deg);
  transform: translateY(6.25px) rotate(-45deg);
}
#menu.on span {
  height: 0px;
}
#menu.on::after {
  -webkit-transform: translateY(-6.25px) rotate(45deg);
  transform: translateY(-6.25px) rotate(45deg);
}

#update-txt {
  display: none;
}

/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
  position: fixed;
  top: 0pc;
  right: 0px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.9);
  height: 100vh;
  height: 100svh;
  width: 100%;
  overflow-y: auto;
  right: -100%;
  transition: all .4s ease;
}
#global-nav.on {
  right: 0px;
}

.gnav {
  margin: 90px 0px 40px;
  padding: 0px;
  list-style-type: none;
  overflow: hidden;
}
.gnav li {
  margin: 0px;
  padding: 0px;
}
.gnav li .department {
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  margin: 0px;
}
.gnav li .course {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin: 0px;
}
.gnav li a {
  text-decoration: none;
  color: #000;
  display: block;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gnav li a span {
  width: 276px;
  display: block;
  padding-left: 12px;
  position: relative;
}
.gnav li a span::before {
  content: "";
  display: block;
  width: 7px;
  height: 30px;
  background-color: #ff56c6;
  position: absolute;
  left: 0px;
  top: 0px;
}
.gnav li a.out .course::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  background-image: url(/tuad2026/images/out.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 5px;
}
.gnav li a.new span::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(/tuad2026/images/icon_new.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.gnav li a.update span::after {
  content: "";
  display: block;
  width: 53px;
  height: 19px;
  background-image: url(/tuad2026/images/icon_update.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.gnav li a.color001 span::before {
  background-color: #9c1b3e;
}
.gnav li a.color002 span::before {
  background-color: #00489d;
}
.gnav li a.color003 span::before {
  background-color: #e46c9f;
}
.gnav li a.color004 span::before {
  background-color: #2e463e;
}
.gnav li a.color005 span::before {
  background-color: #715292;
}
.gnav li a.color006 span::before {
  background-color: #9bcb6c;
}
.gnav li a.color007 span::before {
  background-color: #10b8d8;
}
.gnav li a.color008 span::before {
  background-color: #5e1986;
}
.gnav li a.color009 span::before {
  background-color: #d93569;
}
.gnav li a.color010 span::before {
  background-color: #ffd03f;
}
.gnav li a.color011 span::before {
  background-color: #009fa6;
}
.gnav li a.color012 span::before {
  background-color: #00974e;
}
.gnav li a.color013 span::before {
  background-color: #d1142e;
}
.gnav li a.color014 span::before {
  background-color: #f85f4e;
}
.gnav li a.color015 span::before {
  background-color: #006db1;
}
.gnav li a.color016 span::before {
  background-color: #f7e4c0;
}

.linknav {
  margin: 0px auto 40px;
  padding: 0px;
  list-style-type: none;
  overflow: hidden;
  width: 276px;
}
.linknav li {
  margin: 0px 0px 16px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.linknav li a {
  text-decoration: none;
  color: #000;
}
.linknav li a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/tuad2026/images/out.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 5px;
}

.snsnav {
  margin: 0px 0px 30px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
}
.snsnav li {
  margin: 0px 15px;
  padding: 0px;
}
.snsnav li a {
  text-decoration: none;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  height: 20px;
  width: 20px;
}
.snsnav li.sns-x a {
  background-image: url(/tuad2026/images/sns_x.png);
}
.snsnav li.sns-instagram a {
  background-image: url(/tuad2026/images/sns_instagram.png);
}
.snsnav li.sns-youtube a {
  width: 28px;
  background-image: url(/tuad2026/images/sns_youtube.png);
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
  clear: both;
  overflow: hidden;
}
#page-footer .inner {
  padding: 45px 0px 0px;
}

.flogo {
  width: 200px;
  margin: 0px auto 40px;
}

.f-linknav {
  margin: 0px auto;
  padding: 0px;
  list-style-type: none;
  overflow: hidden;
  width: auto;
  display: inline-block;
}
.f-linknav li {
  margin: 0px 0px 16px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.f-linknav li a {
  text-decoration: none;
  color: #fff;
}
.f-linknav li a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/tuad2026/images/out_w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 5px;
}

.f-snsnav {
  margin: 0px 0px 30px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
}
.f-snsnav li {
  margin: 0px 14px;
  padding: 0px;
}
.f-snsnav li a {
  text-decoration: none;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  height: 23px;
  width: 23px;
}
.f-snsnav li.sns-x a {
  background-image: url(/tuad2026/images/sns_x_w.png);
}
.f-snsnav li.sns-instagram a {
  background-image: url(/tuad2026/images/sns_instagram_w.png);
}
.f-snsnav li.sns-youtube a {
  width: 32px;
  background-image: url(/tuad2026/images/sns_youtube_w.png);
}

.address {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  color: #fff;
}

.tel {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.tel .free-dial {
  display: inline-block;
  text-indent: -9999px;
  width: 25px;
  height: 17px;
  margin-right: 3px;
  background-image: url(/tuad2026/images/feeedial.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#copyright {
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

#page-top {
  width: 12px;
  height: 62px;
  position: fixed;
  right: 15px;
  bottom: 28px;
  display: none;
  z-index: 2;
  margin: 0px;
}
#page-top a {
  display: block;
  widows: 100%;
  height: 100%;
  text-indent: -9999px;
  background-image: url(/tuad2026/images/pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  .gnav li a:hover {
    background-color: #ff56c6;
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 60px;
  }
  #page-header h1 {
    width: 164px;
    top: 14px;
    left: 25px;
  }

  #menu {
    right: 12px;
    top: 5px;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    width: 340px;
    right: -340px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  .flogo {
    width: 300px;
    margin-bottom: 45px;
  }

  .f-linknav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 30px;
  }
  .f-linknav li {
    margin: 0px 20px;
    font-size: 16px;
  }

  .f-snsnav li {
    margin: 0px 24px;
  }
  .f-snsnav li a {
    height: 30px;
    width: 30px;
  }
  .f-snsnav li.sns-youtube a {
    width: 42px;
  }

  #copyright {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 45px;
  }

  /*
  --------------------------------------------------------------------------------- hover in 768 */
}
/*
--------------------------------------------------------------------------------- 1024 */
/*
--------------------------------------------------------------------------------- 1280 */
/*
--------------------------------------------------------------------------------- 1440*/
@media print, screen and (min-width: 1440px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 22px;
    line-height: 34px;
  }

  p, ul, ol, dl, table {
    margin-bottom: 34px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 90px;
  }
  #page-header h1 {
    width: 262px;
    top: 25px;
    left: 40px;
  }

  #menu {
    width: 90px;
    height: 90px;
    right: 28px;
  }
  #menu::before, #menu::after,
  #menu span {
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 1px;
  }
  #menu::before {
    top: 28px;
  }
  #menu::after {
    bottom: 27px;
  }
  #menu.on::before {
    width: 40px;
    -webkit-transform: translateX(-50%) translateY(17.3076923077px) rotate(-45deg);
    transform: translateX(-50%) translateY(17.3076923077px) rotate(-45deg);
  }
  #menu.on::after {
    width: 40px;
    -webkit-transform: translateX(-50%) translateY(-17.3076923077px) rotate(45deg);
    transform: translateX(-50%) translateY(-17.3076923077px) rotate(45deg);
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer .inner {
    padding-top: 60px;
  }

  .flogo {
    width: 350px;
  }

  #copyright {
    margin-bottom: 60px;
  }
}
