@charset "UTF-8";
.clearfix, .wrap {
  *zoom: 1; }
  .clearfix:after, .wrap:after {
    content: "";
    display: table;
    clear: both; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  font-size: 1.7em;
  background: #FFF;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  height: 100%; }

select, input, button, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

@media (max-width: 768px) {
  img {
    max-width: 100%; } }

/*
**:::::::  common style   :::::::
*/
@media (min-width: 768px) {
  #pagetop {
    position: fixed;
    right: 8px;
    bottom: -50px;
    width: 41px;
    height: 38px;
    background: url(../images/common/img_pagetop.png) 0 0 no-repeat; }

  #pagetop a {
    background: url(../images/common/img_pagetop_arrow.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 35px;
    margin-top: 3px;
    text-indent: -9999px;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 41px;
    outline: none; }

  #pagetop a:hover {
    background-position: 0 100%; }

  #pagetop a img {
    display: block; } }
@media (max-width: 768px) {
  #pagetop {
    width: 38px;
    height: 38px;
    background: url(../images/common/pagetop2.png);
    background-size: contain;
    position: fixed;
    right: 8px;
    bottom: -50px;
    text-indent: -9999px;
    outline: none;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); }

  #pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px; } }
a {
  text-decoration: none;
  color: #005FFF;
  outline: none; }

a:hover {
  color: #1d84c6; }

.wrap {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .wrap {
      width: 980px; } }
  @media (max-width: 1200px) {
    .wrap {
      width: 92%; } }

#header {
  box-sizing: border-box;
  z-index: 100;
  width: 100%;
  height: 86px;
  padding: 0;
  text-align: left;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: fixed; }
  @media (min-width: 768px) {
    #header {
      width: 200px;
      height: 100%;
      left: 0;
      top: 0;
      background: white;
      border: 1px #ddd solid; } }
  @media (max-width: 768px) {
    #header {
      height: 60px;
      background-color: #111; } }
  #header #header_inner {
    position: relative;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      #header #header_inner {
        padding: 30px 0; } }
    @media (max-width: 1200px) {
      #header #header_inner:after {
        content: ".";
        display: block;
        visibility: hidden;
        height: 0;
        clear: both; } }
  #header.fixed {
    height: 72px;
    background: rgba(0, 0, 0, 0.85);
    border-bottom: 1px #111 solid; }
    @media (max-width: 768px) {
      #header.fixed {
        height: 60px; } }
    #header.fixed #header_inner {
      height: 72px; }
      @media (max-width: 768px) {
        #header.fixed #header_inner {
          height: 60px; } }

#logo {
  text-align: center; }
  @media (min-width: 768px) {
    #logo {
      width: 90%;
      margin: 0 auto; }
      #logo img {
        max-width: 100%; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    #logo {
      padding-left: 12px; } }
  @media (max-width: 768px) {
    #logo {
      width: 140px; } }

@media (min-width: 768px) {
  .fixed #logo {
    width: 170px;
    padding-top: 0px; } }

@media (min-width: 768px) {
  #global_navi {
    margin-top: 10px; } }

@media (min-width: 768px) {
  #navi_ul {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; } }

@media (min-width: 768px) {
  #navi_ul > li {
    font-size: 1.5rem;
    vertical-align: middle;
    line-height: 1.0; } }

@media (min-width: 768px) {
  #navi_ul > li:last-child .header-nav-item::after {
    background-color: transparent; } }

@media (min-width: 768px) {
  .header-nav-item {
    position: relative;
    display: block;
    padding: 13px 20px;
    color: #333;
    font-weight: normal;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; } }

@media (min-width: 768px) {
  .header-nav-item:hover {
    color: #de9a34;
    background: #f3f3f3; } }

@media (min-width: 768px) {
  .p_none {
    display: none; } }

.p_only {
  display: none; }
  @media (min-width: 768px) {
    .p_only {
      display: inherit; } }

@media (min-width: 768px) {
  .menuBtn {
    display: none; } }
@media (max-width: 768px) {
  .menuBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px; } }

@media (max-width: 768px) {
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 15px; } }
@media (min-width: 768px) and (max-width: 1200px) {
  #nav-open {
    left: 30px; } }

@media (max-width: 768px) {
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px;
    /*線の太さ*/
    width: 20px;
    /*長さ*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

  #nav-open span:before {
    bottom: -8px; }

  #nav-open span:after {
    bottom: -16px; }

  .menu-open #nav-open span {
    background-color: transparent; }

  .menu-open #nav-open span::before,
  .menu-open #nav-open span::after {
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
    content: ' '; }

  .menu-open #nav-open span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

  .menu-open #nav-open span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  #global_navi {
    width: 100%; }

  #navi_ul {
    text-align: left;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    display: none; }

  #navi_ul > li > a {
    display: block;
    padding: 5px 5%;
    color: #333;
    position: relative;
    cursor: pointer;
    font-weight: normal;
    background-color: #fff;
    border-bottom: 1px #ccc solid; } }
#footer {
  background: #fff;
  padding: 50px;
  border-top: 1px #ccc solid; }
  @media (min-width: 768px) {
    #footer {
      padding-left: 200px; } }
  @media (max-width: 768px) {
    #footer {
      padding: 30px 0 20px; } }

@media (min-width: 768px) {
  .foot_wrap {
    width: 20%;
    float: left; } }
@media (max-width: 768px) {
  .foot_wrap {
    margin-top: 10px; } }
.foot_wrap li:last-child {
  margin-bottom: 0; }
.foot_wrap li a {
  color: #444;
  font-size: 1.3rem; }
  .foot_wrap li a:hover {
    text-decoration: underline; }

@media (min-width: 768px) {
  .foot_left {
    float: left;
    width: 70%;
    margin-right: 10%; } }

.footlogo {
  display: block; }
  @media (min-width: 768px) {
    .footlogo img {
      width: 90%; } }
  @media (max-width: 768px) {
    .footlogo {
      width: 300px;
      margin: 0 auto 15px; } }

.foot_infos {
  color: #666;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .foot_infos {
      font-size: 1.4rem; } }

.copyright {
  display: block;
  vertical-align: bottom;
  color: #666;
  margin-top: 10px;
  text-align: center; }
  @media (max-width: 768px) {
    .copyright {
      font-size: 1.3rem; } }

.title1 {
  font-family: 'Times New Roman',serif;
  font-size: 3.5rem; }
  @media (max-width: 768px) {
    .title1 {
      font-size: 2.8rem;
      line-height: 1.4; } }

.title1::after {
  content: '';
  height: 2px;
  background-color: #111;
  margin: 5px auto 40px 0;
  width: 60px;
  display: block; }
  @media (max-width: 768px) {
    .title1::after {
      margin: 5px auto 20px 0; } }

.title2 {
  font-size: 2.4rem;
  color: #a69e8f;
  font-weight: bold; }
  @media (max-width: 768px) {
    .title2 {
      font-size: 1.8rem; } }

.title3 {
  font-size: 2rem; }
  @media (max-width: 768px) {
    .title3 {
      font-size: 1.6rem; } }

.title3::after {
  content: '';
  height: 1px;
  background-color: #111;
  margin: 10px 0 30px;
  width: 80px;
  display: block; }

.title4 {
  background-color: #111;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 25px; }

.btn {
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.btn-blue {
  color: #fff;
  font-size: 0.85rem;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  font-weight: bold; }
  .btn-blue:hover {
    background-color: #0078c2;
    color: #fff; }

.btn-default {
  background-color: #c9c9c9;
  color: #222222;
  font-size: 1.5rem;
  padding: 1.0rem 1.25rem;
  border-radius: 5px;
  font-weight: bold; }
  .btn-default:hover {
    background-color: #e1e1e1;
    color: #222222; }
    
/**************
HOME
**************/
#main_wrap {
  width: 100%;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    #main_wrap {
      padding-left: 200px; } }

#mainVisual {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: table;
  position: relative;
  background: url(../images/page/main_bg.jpg) no-repeat center #131313;
  background-size: cover;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    #mainVisual {
      width: calc(100% - 200px);
      margin-left: 200px; } }
  @media (max-width: 768px) {
    #mainVisual {
      background-position: center 60px; } }
  #mainVisual .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    position: relative; }
    @media (max-width: 768px) {
      #mainVisual .inner {
        padding: 0 5%; } }
    #mainVisual .inner h1 {
      font-family: 'Times New Roman',serif;
      font-size: 4.5rem;
      max-width: 900px;
      font-weight: normal;
      font-style: italic;
      margin: 30px auto 10px;
      line-height: 1.5;
      position: relative;
      z-index: 2; 
      /*text-shadow: 
        #777777 1px 0px,  #777777 -1px 0px,
        #777777 0px -1px, #777777 0px 1px,
        #777777 1px 1px, #777777 -1px 1px,
        #777777 1px -1px, #777777 -2px -1px,
        #777777 1px 1px,  #777777 -1px 1px,
        #777777 1px -1px, #777777 -1px -1px,
        #777777 1px 1px,  #777777 -1px 1px,
        #777777 1px -1px, #777777 -1px -1px;*/
      text-shadow: 0px 0px 10px #555555, 0px 0px 10px #555555, 0px 0px 10px #555555, 
      0px 0px 20px #555555, 0px 0px 30px #555555, 0px 0px 40px #555555;
      }
      @media (max-width: 768px) {
        #mainVisual .inner h1 {
          font-size: 2rem; } }
    #mainVisual .inner .conf_date {
      font-family: 'Times New Roman',serif;
      font-size: 4rem;
      font-weight: normal;
      font-style: italic;
      margin: 0 auto;
      color: #FF4500;
      position: relative;
      z-index: 2;
      /*-webkit-text-stroke: 0.3px #fff;*/
      text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 
      0px 0px 20px #fff, 0px 0px 30px #fff, 0px 0px 40px #fff;
      }
      @media (max-width: 768px) {
        #mainVisual .inner .conf_date {
          font-size: 1.8rem; } }
  #mainVisual .main_title {
    position: inherit;
    text-align: center;
    width: 100%; }
    #mainVisual .main_title svg {
      width: 98%;
      max-width: 1180px;
      margin: 0 auto; }
    @media (max-width: 768px) {
      #mainVisual .main_title {
        top: 25%;
        width: 92%; } }

#shape01 {
  stroke: #fff;
  stroke-width: 0.7;
  stroke-opacity: 0.9;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  animation: shape01 2s ease-in forwards;
  fill-rule: evenodd;
  fill: rgba(255, 255, 255, 0); }
  @media (max-width: 768px) {
    #shape01 {
      stroke-width: 1;
      stroke-opacity: 0.4; } }

.cls-1 {
  animation: fill01 2s ease-in forwards;
  fill: white; }

@keyframes shape01 {
  from {
    stroke-dashoffset: 1800; }
  to {
    stroke-dashoffset: 0; } }
@keyframes fill01 {
  from {
    fill-opacity: 0; }
  to {
    fill-opacity: 0.9; } }

.cls-2 {
  animation: fill02 2s ease-in forwards;
  fill: white; }
@keyframes fill02 {
  from {
    fill-opacity: 0; }
  to {
    fill-opacity: 0.1; } }

.Home-btnScroll {
  position: absolute;
  width: 56px;
  left: 50%;
  bottom: 30px;
  padding: 0;
  margin: 0 0 0 -28px;
  outline: none;
  background-color: transparent;
  border: none;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent; }

.Home-btnScroll-text {
  position: absolute;
  width: 100%;
  top: 5px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 8px;
  color: #fff; }

.Home-btnScroll-icon {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transition: background 0.25s ease-out;
  background-color: #b01818; }

.Home-btnScroll:hover .Home-btnScroll-icon {
  background-color: #c1bb3a; }

.Home-btnScroll-icon-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  transition: background 0.25s ease-out; }

.Home-btnScroll-icon-dot:nth-of-type(1) {
  left: 26px;
  top: 33px; }

.Home-btnScroll-icon-dot:nth-of-type(2) {
  left: 18px;
  top: 26px; }

.Home-btnScroll-icon-dot:nth-of-type(3) {
  left: 34px;
  top: 26px; }

.section1 {
  padding: 50px 0; }
  @media (max-width: 768px) {
    .section1 {
      padding: 25px 0; } }
  .section1__gray {
    background-color: #f3f3f3; }

.sectio1_wrap {
  padding: 40px 0;
  border-bottom: 1px #ddd solid; }
  @media (min-width: 768px) {
    .sectio1_wrap {
      display: flex; } }
  @media (max-width: 768px) {
    .sectio1_wrap {
      padding: 20px 0; } }
  .sectio1_wrap h4 {
    font-size: 3rem; }
    @media (min-width: 768px) {
      .sectio1_wrap h4 {
        width: 26%; } }
  .sectio1_wrap .profNames {
    padding-top: 15px; }
    @media (min-width: 768px) {
      .sectio1_wrap .profNames {
        width: 37%; } }
    .sectio1_wrap .profNames p {
      font-size: 1.6rem; }
      @media (max-width: 768px) {
        .sectio1_wrap .profNames p {
          font-size: 1.5rem; } }
  @media (min-width: 768px) {
    .sectio1_wrap .profPhotos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 37%; } }
  @media (max-width: 768px) {
    .sectio1_wrap .profPhotos {
      margin-top: 20px; } }
  .sectio1_wrap .profPhotos img {
    height: 114px; }
    @media (max-width: 768px) {
      .sectio1_wrap .profPhotos img {
        width: 23%;
        height: auto;
        display: inline-block; } }

.campus_photos {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start; 
  width: 100% }
  @media (min-width: 768px) {
    .campus_photos {
      margin-bottom: 40px; } }
  @media (max-width: 768px) {
    .campus_photos {
      margin-bottom: 20px; } }
  .campus_photos img {
    display: block;
    margin-right: 10px;
    max-width: 45%; }
    @media (max-width: 768px) {
      .campus_photos img {
        max-width: 45%; } }

#pageTitle {
  height: 300px;
  position: relative;
  width: 100%;
  display: table;
  background-color: #131313;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    #pageTitle {
      padding-left: 200px; } }
  @media (max-width: 768px) {
    #pageTitle {
      height: 200px; } }
  #pageTitle .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    position: relative; }
  #pageTitle h1 {
    font-family: 'Times New Roman',serif;
    font-size: 5rem;
    max-width: 800px;
    font-weight: normal;
    font-style: italic;
    margin: 0px auto 0;
    line-height: 1.5;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      #pageTitle h1 {
        font-size: 2.2rem;
        padding-top: 30px; } }
  #pageTitle .main_title {
    position: absolute;
    top: 40%;
    left: 2%; }
    @media (min-width: 768px) {
      #pageTitle .main_title {
        width: 96%; } }

.welcome {
  position: relative;
  z-index: 2; }
  .welcome .gtl_logo {
    max-width: 100%;
    display: block;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .welcome .gtl_logo {
        margin-bottom: 25px; } }
  .welcome .welcome_name {
    margin-top: 30px;
    text-align: right; }
    @media (max-width: 768px) {
      .welcome .welcome_name {
        margin-top: 15px; } }

.bg-wa {
  background: url(../images/page/bg_wa.png);
  position: relative;
  overflow: hidden; }

.wa_obj01 {
  width: 120px;
  position: absolute;
  right: -20px;
  top: -30px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s; }
  .wa_obj01.moved {
    opacity: 1;
    top: -10px; }
  @media (max-width: 768px) {
    .wa_obj01 {
      width: 80px; } }

.wa_obj02 {
  width: 150px;
  position: absolute;
  left: -40px;
  bottom: 30px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s; }
  .wa_obj02.moved {
    opacity: 1;
    left: -20px; }
  @media (max-width: 768px) {
    .wa_obj02 {
      width: 110px; } }

.table-s1 {
  width: 100%; }
  .table-s1 th {
    padding: 12px 20px;
    border: 1px #333 solid;
    background: #f3f3f3;
    vertical-align: top; }
    @media (min-width: 768px) {
      .table-s1 th {
        width: 130px; } }
    @media (max-width: 768px) {
      .table-s1 th {
        padding: 5px;
        border: 0;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left; } }
  .table-s1 td {
    padding: 12px 20px;
    border: 1px #333 solid;
    background: #FFF; }
    @media (max-width: 768px) {
      .table-s1 td {
        padding: 5px 0;
        display: block;
        border: 0;
        width: 100%; } }
  @media (min-width: 768px) {
    .table-s1__nohead td {
      width: 50%; } }

.travel_inner {
  padding-bottom: 50px; }
  .travel_inner img {
    display: block;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .travel_inner img {
        transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        opacity: 0;
        position: relative;
        left: 20px; }
        .travel_inner img.moved {
          opacity: 1;
          left: 0; } }

.underconst {
  padding: 50px;
  box-sizing: border-box;
  color: #fff;
  margin: 50px auto;
  text-align: center;
  border-radius: 5px;
  background: #ada2a2; }
  .underconst h2 {
    font-size: 3rem; }

/*# sourceMappingURL=cmn.css.map */
