@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Overpass:400");
@import url("https://fonts.googleapis.com/css?family=Overpass:600");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300");
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/* line 41, ../sass/_base.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* line 47, ../sass/_base.scss */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 52, ../sass/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 61, ../sass/_base.scss */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/* line 65, ../sass/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 71, ../sass/_base.scss */
textarea {
  resize: vertical;
}

/* line 75, ../sass/_base.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 91, ../sass/_base.scss */
html {
  font-size: 62.5%;
}

/* line 94, ../sass/_base.scss */
body {
  color: #484848;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-feature-settings: 'palt' 1;
}
/* line 102, ../sass/_base.scss */
body.pkna {
  font-feature-settings: 'pkna' 1;
}

/* line 106, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
}

/* line 110, ../sass/_base.scss */
dd {
  margin-left: 0;
}

/* line 114, ../sass/_base.scss */
a {
  color: #484848;
  text-decoration: none;
}

/* line 119, ../sass/_base.scss */
a:focus {
  border: 0;
  outline: 0;
}

/* line 124, ../sass/_base.scss */
ul, ol {
  margin: 0;
  padding-left: 0;
}
/* line 128, ../sass/_base.scss */
ul li, ol li {
  list-style: none;
}

/* line 133, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
  *zoom: 1;
}

/* line 139, ../sass/_base.scss */
* {
  box-sizing: border-box;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 155, ../sass/_base.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 160, ../sass/_base.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 170, ../sass/_base.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 181, ../sass/_base.scss */
.invisible {
  visibility: hidden;
}

/* line 185, ../sass/_base.scss */
.clearfix {
  *zoom: 1;
}
/* line 186, ../sass/_base.scss */
.clearfix:before {
  content: " ";
  display: table;
}
/* line 190, ../sass/_base.scss */
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 5, ../sass/_layout.scss */
iframe[name="google_conversion_frame"] {
  position: absolute;
  top: -100%;
}

/* line 10, ../sass/_layout.scss */
.sp-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 16, ../sass/_layout.scss */
.sp-body {
  display: none;
}

/* line 20, ../sass/_layout.scss */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
}

/* line 30, ../sass/_layout.scss */
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 35, ../sass/_layout.scss */
.sp {
  display: none;
}

/* line 39, ../sass/_layout.scss */
.txt-catch {
  margin: 60px auto 55px;
  text-align: center;
}
/* line 42, ../sass/_layout.scss */
.txt-catch h2 {
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  font-size: 30px;
  font-size: 3rem;
}
/* line 46, ../sass/_layout.scss */
.txt-catch h2 span {
  display: block;
}

/* line 52, ../sass/_layout.scss */
.icon-external {
  position: absolute;
  right: 1.2em;
  bottom: 1.2em;
  display: inline-block;
  margin-left: .5em;
  width: 1.3rem;
  height: 1.3rem;
  vertical-align: middle;
}
/* line 62, ../sass/_layout.scss */
.icon-external::before, .icon-external::after {
  position: absolute;
  display: block;
  content: "";
}
/* line 68, ../sass/_layout.scss */
.icon-external::before {
  top: 2px;
  right: 2px;
  width: 8px;
  height: 6px;
  border: 1px solid #3c3c3c;
  border-top-width: 2px;
}
/* line 76, ../sass/_layout.scss */
.icon-external::after {
  top: 0;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
}

/* line 86, ../sass/_layout.scss */
.wrap {
  margin: 0 auto;
  max-width: 1024px;
  width: 96%;
}

/* line 92, ../sass/_layout.scss */
.mt10 {
  margin-top: 1rem;
}

/* line 95, ../sass/_layout.scss */
.mt20 {
  margin-top: 2rem;
}

/* line 98, ../sass/_layout.scss */
.mt30 {
  margin-top: 3rem;
}

/* line 101, ../sass/_layout.scss */
.mt40 {
  margin-top: 4rem;
}

/* line 104, ../sass/_layout.scss */
.mt50 {
  margin-top: 5rem;
}

/* line 107, ../sass/_layout.scss */
.mb10 {
  margin-bottom: 1rem;
}

/* line 110, ../sass/_layout.scss */
.mb20 {
  margin-bottom: 2rem;
}

/* line 113, ../sass/_layout.scss */
.mb30 {
  margin-bottom: 3rem;
}

/* line 116, ../sass/_layout.scss */
.mb40 {
  margin-bottom: 4rem;
}

/* line 119, ../sass/_layout.scss */
.mb50 {
  margin-bottom: 5rem;
}

/*.logo {
  fill: #514068;
}*/
/* line 129, ../sass/_layout.scss */
.wrapper header {
  height: 400px;
  background: url(/graduate_school/common/img/share/mv.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  /*
  gnav
   */
}
/* line 135, ../sass/_layout.scss */
.wrapper header .header-box {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
/* line 142, ../sass/_layout.scss */
.wrapper header .siteid {
  width: 28.57143%;
  height: 89px;
  float: left;
  text-align: right;
  background: rgba(81, 64, 104, 0.96);
}
/* line 149, ../sass/_layout.scss */
.wrapper header .siteid a {
  display: block;
  padding: 15px 21px 10px 20px;
}
/* line 156, ../sass/_layout.scss */
.wrapper header .util-wrap {
  position: relative;
}
/* line 159, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box {
  width: 71.42857%;
  height: 89px;
  float: left;
  text-align: center;
  background: rgba(36, 36, 36, 0.9);
}
/* line 165, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li {
  width: 14%;
  height: 100%;
  float: left;
  line-height: 1.5;
  letter-spacing: 1.1px;
  white-space: nowrap;
}
/* line 173, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li::after {
  opacity: 0;
  transition: all .5s;
}
/* line 181, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li:hover > a::after {
  width: 70%;
}
/* line 191, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li.on-nav01:hover .hover-on01 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  transition: all .4s ease;
}
/* line 203, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li.on-nav02:hover .hover-on02 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  transition: all .4s ease;
}
/* line 215, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li.on-nav03:hover .hover-on03 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  transition: all .4s ease;
}
/* line 227, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li.on-nav04:hover .hover-on04 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  transition: all .4s ease;
}
/* line 239, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li.on-nav05:hover .hover-on05 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  transition: all .4s ease;
}
/* line 247, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li > a {
  display: block;
  height: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  padding: 30px 0;
  position: relative;
}
/* line 255, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li > a::after {
  width: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 3px;
  background: #fff;
}
/* line 269, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 273, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li > a.active {
  color: #ef8bae;
}
/* line 276, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li > a.active::after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background: #ef8bae;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* line 289, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li > a span {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: 'Frank Ruhl Libre', sans-serif;
  font-weight: 400;
}
/* line 296, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li.bg {
  background: #1e1e1c;
  width: 100px;
  border-right: 1px solid #3b3b39;
}
/* line 300, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li.bg:last-child {
  border-right: none;
}
/* line 304, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li.bg a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 22px 0;
}
/* line 307, ../sass/_layout.scss */
.wrapper header .util-wrap .util-box > li.bg a span {
  margin-bottom: 15px;
}
/* line 319, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  background: rgba(33, 33, 31, 0.95);
  border-top: 1px solid #3b3b39;
  position: absolute;
  top: 89px;
  left: 0;
  z-index: 1000;
}
/* line 331, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner {
  padding: 40px 0;
}
/* line 335, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner > ul > li {
  width: 30%;
  float: left;
  position: relative;
}
/* line 340, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner > ul > li:not(:nth-child(3)) {
  margin-right: 5%;
}
/* line 346, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .course-vertical-box {
  height: 140px;
  background: rgba(72, 56, 101, 0.95);
  border-top: 4px solid #281e38;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  position: absolute;
  top: -20px;
  left: 20px;
}
/* line 358, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .course-vertical-box.box02 {
  background: rgba(54, 140, 93, 0.95);
  border-top: 4px solid #205739;
}
/* line 363, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .course-vertical-box.box03 {
  background: rgba(181, 100, 153, 0.95);
  border-top: 4px solid #8f4f78;
}
/* line 368, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .course-vertical-box .course-vertical-ttl {
  color: #fff;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
}
/* line 372, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .course-vertical-box .course-vertical-ttl span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding: 5px 10px 0;
}
/* line 381, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .course-list {
  margin-top: 10px;
}
/* line 383, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .course-list li {
  border-bottom: 1px solid #3b3b39;
  padding: 5px 0 3px;
}
/* line 386, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .course-list li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 10px;
  padding-left: 1.2em;
  position: relative;
}
/* line 394, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .course-list li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* line 404, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .course-list .mt {
  margin-top: 1em;
}
/* line 409, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col {
  width: 30%;
  float: left;
}
/* line 413, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col .icon-external {
  right: -.7em;
  bottom: .7em;
}
/* line 416, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col .icon-external::before, .wrapper header .gnav-inner-wrap .inner .col .icon-external::after {
  border-color: #fff;
}
/* line 422, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col:not(:nth-child(3)) {
  margin-right: 5%;
}
/* line 427, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col ul li {
  border-bottom: 1px solid #3b3b39;
  padding: 5px 0 6px;
}
/* line 430, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col ul li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 10px;
  padding-left: 1.2em;
  position: relative;
}
/* line 437, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col ul li a.circle {
  margin-left: 2.3em;
}
/* line 445, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col4 {
  width: 23%;
  float: left;
}
/* line 449, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col4:not(:nth-child(4)) {
  margin-right: 2.6%;
}
/* line 453, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col4 ul {
  border-bottom: 1px solid #3b3b39;
  margin-top: 15px;
  padding-bottom: 5px;
}
/* line 458, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col4 ul.col4-1 {
  border-bottom: 0;
}
/* line 460, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col4 ul.col4-1 li {
  border-bottom: 1px solid #3b3b39;
  padding-bottom: 6px;
}
/* line 464, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col4 ul.col4-1 li:not(:nth-child(1)) {
  padding: 8px 0 6px;
}
/* line 470, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col4 ul li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 10px;
  padding-left: 1.2em;
  position: relative;
}
/* line 478, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .col4 ul li a.circle {
  margin-left: 2.3em;
}
/* line 486, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .btn-box {
  margin-top: 2em;
  background: #514068;
}
/* line 489, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .btn-box .btn01 {
  position: relative;
  display: block;
  margin-left: 10px;
  padding: 10px 10px 10px 1.2em;
  color: #fff;
}
/* line 497, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .btn-box .btn01 .icon-external::before, .wrapper header .gnav-inner-wrap .inner .btn-box .btn01 .icon-external::after {
  border-color: #fff;
}
/* line 505, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .arrow {
  padding-left: 1.5em;
}
/* line 508, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .arrow img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* line 517, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .circle {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 2.3em;
}
/* line 521, ../sass/_layout.scss */
.wrapper header .gnav-inner-wrap .inner .circle::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* line 537, ../sass/_layout.scss */
.wrapper header .sp-gnav {
  display: none;
}
/* line 541, ../sass/_layout.scss */
.wrapper header .sp-subnav {
  display: none;
}
/* line 545, ../sass/_layout.scss */
.wrapper header .category-wrap {
  display: table;
  height: 276px;
}
/* line 548, ../sass/_layout.scss */
.wrapper header .category-wrap .category-tl {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 552, ../sass/_layout.scss */
.wrapper header .category-wrap .category-tl .category-bg {
  display: inline-block;
  color: #fff;
  background: rgba(81, 64, 104, 0.9);
  padding: 25px 60px;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  letter-spacing: 3.5px;
}
/* line 560, ../sass/_layout.scss */
.wrapper header .category-wrap .category-tl .category-bg h2 span {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #f2f2f2;
  font-weight: normal;
}
/* line 567, ../sass/_layout.scss */
.wrapper header .category-wrap .category-tl .category-bg p {
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
}
/* line 571, ../sass/_layout.scss */
.wrapper header .category-wrap .category-tl .category-bg p span {
  position: relative;
}
/* line 579, ../sass/_layout.scss */
.wrapper header .category-inner-list {
  background: #fefefe;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
/* line 582, ../sass/_layout.scss */
.wrapper header .category-inner-list ul {
  text-align: center;
}
/* line 584, ../sass/_layout.scss */
.wrapper header .category-inner-list ul li {
  display: inline-block;
  margin: 10px 1.5em 10px 0;
  border-right: 1px solid #ccc;
  line-height: 1.1;
}
/* line 589, ../sass/_layout.scss */
.wrapper header .category-inner-list ul li:last-child {
  border-right: none;
}
/* line 592, ../sass/_layout.scss */
.wrapper header .category-inner-list ul li a {
  display: block;
  color: #484848;
  text-decoration: none;
  margin-right: 1.5em;
  position: relative;
}
/* line 599, ../sass/_layout.scss */
.wrapper header .category-inner-list ul li a .icon-external {
  right: -.9em;
  bottom: .2em;
}
/* line 604, ../sass/_layout.scss */
.wrapper header .category-inner-list ul li a span {
  letter-spacing: 1.3px;
}
/* line 608, ../sass/_layout.scss */
.wrapper header .category-inner-list ul li a::after {
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background: #ef8bae;
  content: "";
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 621, ../sass/_layout.scss */
.wrapper header .category-inner-list ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 624, ../sass/_layout.scss */
.wrapper header .category-inner-list ul li a:hover::after {
  bottom: -10px;
  width: 100%;
}
/* line 630, ../sass/_layout.scss */
.wrapper header .category-inner-list ul li a.active {
  color: #ef8bae;
  pointer-events: none;
}
/* line 633, ../sass/_layout.scss */
.wrapper header .category-inner-list ul li a.active::after {
  bottom: -10px;
  width: 100%;
  background: #ef8bae;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 649, ../sass/_layout.scss */
.header > .wrap {
  display: table;
  height: 100%;
}
/* line 654, ../sass/_layout.scss */
.header .category-tl {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 661, ../sass/_layout.scss */
.header .nav-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(81, 64, 104, 0.95);
  border-bottom: 4px solid #368c5d;
}
/* line 669, ../sass/_layout.scss */
.header .nav-box {
  font-size: 0;
  text-align: center;
}
/* line 672, ../sass/_layout.scss */
.header .nav-box li {
  position: relative;
  display: inline-block;
  max-width: 171px;
  width: 14.28571%;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 679, ../sass/_layout.scss */
.header .nav-box li::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  content: "";
}
/* line 691, ../sass/_layout.scss */
.header .nav-box li:first-child:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  content: "";
}

/* line 708, ../sass/_layout.scss */
.breadcrumb {
  padding: 1em 0;
}
/* line 710, ../sass/_layout.scss */
.breadcrumb .breadcrumb-list {
  font-size: 0;
}
/* line 713, ../sass/_layout.scss */
.breadcrumb .breadcrumb-list li {
  display: inline-block;
  margin-right: 1em;
  color: #ef8bae;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}
/* line 720, ../sass/_layout.scss */
.breadcrumb .breadcrumb-list li::before {
  display: inline-block;
  margin-right: 1em;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
/* line 733, ../sass/_layout.scss */
.breadcrumb .breadcrumb-list li:first-child::before {
  display: none;
}
/* line 738, ../sass/_layout.scss */
.breadcrumb .breadcrumb-list li .icon-home {
  display: inline-block;
  margin-right: .5em;
  width: 14px;
  height: 13px;
  fill: #483865;
  vertical-align: top;
}
/* line 748, ../sass/_layout.scss */
.breadcrumb .breadcrumb-list li a:hover {
  text-decoration: underline;
}

/* line 756, ../sass/_layout.scss */
.main-container {
  position: relative;
  z-index: 10;
  letter-spacing: .1em;
}
/* line 762, ../sass/_layout.scss */
.main-container .contents.blur {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
/* line 767, ../sass/_layout.scss */
.main-container .contents p {
  margin-bottom: 1em;
}
/* line 771, ../sass/_layout.scss */
.main-container .contents .contents-notes {
  margin-bottom: 2em !important;
  padding-left: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #c00;
  text-indent: -1em;
}
/* line 780, ../sass/_layout.scss */
.main-container .contents a {
  color: #ef8bae;
  text-decoration: underline;
}
/* line 784, ../sass/_layout.scss */
.main-container .contents a:hover {
  text-decoration: none;
}
/* line 789, ../sass/_layout.scss */
.main-container .contents a[target="_blank"] .icon-external {
  position: relative;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-left: .5em;
  width: 1.3rem;
  height: 1.3rem;
  vertical-align: middle;
}
/* line 799, ../sass/_layout.scss */
.main-container .contents a[target="_blank"] .icon-external::before, .main-container .contents a[target="_blank"] .icon-external::after {
  position: absolute;
  display: block;
  content: "";
}
/* line 805, ../sass/_layout.scss */
.main-container .contents a[target="_blank"] .icon-external::before {
  top: 2px;
  right: 2px;
  width: 10px;
  height: 8px;
  border: 1px solid #3c3c3c;
  border-top-width: 2px;
}
/* line 813, ../sass/_layout.scss */
.main-container .contents a[target="_blank"] .icon-external::after {
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
}
/* line 829, ../sass/_layout.scss */
.main-container .contents a.pdf::after, .main-container .contents a.word::after, .main-container .contents a.excel::after, .main-container .contents a.rtf::after, .main-container .contents a.zip::after {
  display: inline-block;
  margin-left: .5em;
  padding: .2em .4em .1em;
  color: #fff;
  font-family: 'Overpass', sans-serif;
  font-weight: 600;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase !important;
}
/* line 842, ../sass/_layout.scss */
.main-container .contents a.pdf::after {
  background: #ef2a62;
  content: "PDF";
}
/* line 848, ../sass/_layout.scss */
.main-container .contents a.word::after {
  background: #2a5699;
  content: "WORD";
}
/* line 854, ../sass/_layout.scss */
.main-container .contents a.excel::after {
  background: #1e6d42;
  content: "EXCEL";
}
/* line 860, ../sass/_layout.scss */
.main-container .contents a.rtf::after {
  background: #2b65e2;
  content: "RTF";
}
/* line 866, ../sass/_layout.scss */
.main-container .contents a.zip::after {
  background: #d93531;
  content: "ZIP";
}
/* line 872, ../sass/_layout.scss */
.main-container .contents a.link-btn {
  position: relative;
  display: inline-block;
  padding: 1em 4em;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background: #368c5d;
  border: 2px solid #368c5d;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 885, ../sass/_layout.scss */
.main-container .contents a.link-btn.soon {
  pointer-events: none;
}
/* line 887, ../sass/_layout.scss */
.main-container .contents a.link-btn.soon::before {
  position: absolute;
  z-index: 3;
  content: attr(data-msg);
  display: flex;
  justify-content: center;
  align-items: center;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  font-size: 1.6rem;
  font-weight: bold;
  background: rgba(153, 153, 153, 0.9);
}
/* line 905, ../sass/_layout.scss */
.main-container .contents a.link-btn:hover::after {
  background: url(/graduate_school/common/img/share/icon-arrow.png) center center no-repeat;
  background-size: contain;
}
/* line 911, ../sass/_layout.scss */
.main-container .contents a.link-btn::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 1.3em;
  background: url(/graduate_school/common/img/share/icon-arrow-wh.png) center center no-repeat;
  width: 9px;
  height: 11px;
  display: block;
  background-size: contain;
}
/* line 924, ../sass/_layout.scss */
.main-container .contents a.link-btn .icon-external::before, .main-container .contents a.link-btn .icon-external::after {
  border-color: #fff;
}
/* line 930, ../sass/_layout.scss */
.main-container .contents a.link-btn:hover {
  color: #368c5d;
  background: #fff;
}
/* line 934, ../sass/_layout.scss */
.main-container .contents a.link-btn:hover::after {
  border-top-color: #368c5d;
  border-right-color: #368c5d;
}
/* line 940, ../sass/_layout.scss */
.main-container .contents a.link-btn:hover .icon-external::before, .main-container .contents a.link-btn:hover .icon-external::after {
  border-color: #368c5d;
}
/* line 948, ../sass/_layout.scss */
.main-container .contents a.link-btn[target="_blank"]::after {
  display: none;
}
/* line 954, ../sass/_layout.scss */
.main-container .contents a.link-btn.btn-type02[target="_blank"]::after {
  display: block;
}
/* line 958, ../sass/_layout.scss */
.main-container .contents a.link-btn.btn-type02 .icon-external {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 962, ../sass/_layout.scss */
.main-container .contents a.link-btn.btn-type02 .icon-external::before {
  width: 8px;
  height: 6px;
}
/* line 966, ../sass/_layout.scss */
.main-container .contents a.link-btn.btn-type02 .icon-external::after {
  width: 5px;
  height: 5px;
}
/* line 974, ../sass/_layout.scss */
.main-container .contents a.download-btn {
  position: relative;
  display: inline-block;
  padding: .8em 4em .7em;
  color: #3c3c3c;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 2px solid #ddd;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 988, ../sass/_layout.scss */
.main-container .contents a.download-btn:hover {
  background: #ddd;
  /*.icon-download {
    fill:#fff;
  }*/
}
/* line 995, ../sass/_layout.scss */
.main-container .contents a.download-btn .icon-download {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 14px;
  height: 15px;
  fill: #368c5d;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1007, ../sass/_layout.scss */
.main-container .contents .link-wrap {
  margin: 30px 0;
}
/* line 1011, ../sass/_layout.scss */
.main-container .contents .link-box {
  width: 31.93359%;
  float: left;
}
/* line 1014, ../sass/_layout.scss */
.main-container .contents .link-box:not(:nth-child(3n)) {
  margin-right: 2%;
}
/* line 1017, ../sass/_layout.scss */
.main-container .contents .link-box a {
  color: #484848;
  text-decoration: none;
}
/* line 1021, ../sass/_layout.scss */
.main-container .contents .link-box a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1025, ../sass/_layout.scss */
.main-container .contents .link-box .txt {
  margin-top: .7em;
}
/* line 1030, ../sass/_layout.scss */
.main-container .contents .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 330px;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  background: #483865;
  border: 2px solid #483865;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1043, ../sass/_layout.scss */
.main-container .contents .btn:before {
  position: absolute;
  top: 50%;
  left: 1.3em;
  content: '';
  width: 9px;
  height: 11px;
  background: url(/graduate_school/common/img/share/icon-arrow-wh.png) center center no-repeat;
  background-size: contain;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1054, ../sass/_layout.scss */
.main-container .contents .btn:hover {
  color: #483865;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1058, ../sass/_layout.scss */
.main-container .contents .btn:hover:before {
  background: url(/graduate_school/common/img/share/icon_arrow03.png) center center no-repeat;
  background-size: contain;
}
/* line 1064, ../sass/_layout.scss */
.main-container .contents .btn.off {
  pointer-events: none;
}
/* line 1066, ../sass/_layout.scss */
.main-container .contents .btn.off::after {
  content: '近日公開';
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  background: rgba(153, 153, 153, 0.9);
  box-sizing: border-box;
}
/* line 1084, ../sass/_layout.scss */
.main-container .contents .btn-box {
  margin-bottom: 50px;
  text-align: center;
}
/* line 1088, ../sass/_layout.scss */
.main-container .contents .btn-box:not(:last-child) {
  margin-bottom: 20px;
}
/* line 1091, ../sass/_layout.scss */
.main-container .contents .btn-box.mt {
  margin-top: 30px;
}
/* line 1094, ../sass/_layout.scss */
.main-container .contents .btn-box .link-btn {
  line-height: 1.6;
  background: #514068;
  border: 2px solid #514068;
}
/* line 1098, ../sass/_layout.scss */
.main-container .contents .btn-box .link-btn:hover {
  color: #514068;
}
/* line 1101, ../sass/_layout.scss */
.main-container .contents .btn-box .link-btn:hover .icon-external:before, .main-container .contents .btn-box .link-btn:hover .icon-external:after {
  border-color: #514068;
}
/* line 1106, ../sass/_layout.scss */
.main-container .contents .btn-box .link-btn .icon-external {
  right: -.5em;
  bottom: inherit;
}
/* line 1112, ../sass/_layout.scss */
.main-container .contents .caution-area {
  margin-top: 30px;
  padding: 20px 0;
  background: #efebfa;
}
/* line 1116, ../sass/_layout.scss */
.main-container .contents .caution-area .ttl-caution {
  padding: 0 25px;
  margin-bottom: 10px;
  color: #695274;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 3px solid #695274;
}
/* line 1124, ../sass/_layout.scss */
.main-container .contents .caution-area .cont-caution {
  padding: 0 30px;
}
/* line 1126, ../sass/_layout.scss */
.main-container .contents .caution-area .cont-caution dl {
  margin-bottom: 10px;
}
/* line 1128, ../sass/_layout.scss */
.main-container .contents .caution-area .cont-caution dl:last-child {
  margin-bottom: 0;
}
/* line 1132, ../sass/_layout.scss */
.main-container .contents .caution-area .cont-caution dl dt .caution-num {
  display: inline-block;
  padding-right: .5em;
}
/* line 1140, ../sass/_layout.scss */
.main-container .contents .caution-area .cont-caution .list-box li {
  padding-left: 2em;
  text-indent: -.5em;
}
/* line 1147, ../sass/_layout.scss */
.main-container .contents .caution-area .cont-caution .list-num-box li {
  margin-bottom: 1em;
  padding-left: 2.1em;
  position: relative;
}
/* line 1152, ../sass/_layout.scss */
.main-container .contents .caution-area .cont-caution .list-num-box li .num {
  position: absolute;
  left: 0;
}
/* line 1160, ../sass/_layout.scss */
.main-container .contents .caution-area .cont-caution .list02 li {
  position: relative;
  padding-left: 1.2em;
}
/* line 1163, ../sass/_layout.scss */
.main-container .contents .caution-area .cont-caution .list02 li .circle {
  position: absolute;
  left: 0;
  color: #514068;
}
/* line 1171, ../sass/_layout.scss */
.main-container .contents .caution-area .under-line {
  border-bottom: 1px solid #000;
}

/* line 1179, ../sass/_layout.scss */
.cont-tl01 {
  position: relative;
  display: table;
  margin-bottom: 5rem;
  width: 100%;
  height: 134px;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2;
}
/* line 1188, ../sass/_layout.scss */
.cont-tl01::before, .cont-tl01::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: .6rem;
  height: 2rem;
  content: "";
}
/* line 1199, ../sass/_layout.scss */
.cont-tl01::before {
  background: #483865;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 1203, ../sass/_layout.scss */
.cont-tl01::after {
  background: #368c5d;
}
/* line 1207, ../sass/_layout.scss */
.cont-tl01 span {
  display: table-cell;
  padding-left: 1.1em;
  vertical-align: middle;
}
@media screen and (max-width: 959px) {
  /* line 1179, ../sass/_layout.scss */
  .cont-tl01 {
    padding: 1.4em 6.25% 1.3em;
    width: 100%;
    height: auto;
    background: #f4f6fb;
    border-bottom: 1px solid #e0e3ec;
  }
  /* line 1220, ../sass/_layout.scss */
  .cont-tl01::before, .cont-tl01::after {
    left: 6.25%;
  }
}

/* line 1228, ../sass/_layout.scss */
.cont-tl02 {
  position: relative;
  margin-bottom: .7em;
  padding-top: 3rem;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
/* line 1235, ../sass/_layout.scss */
.cont-tl02::before, .cont-tl02::after {
  position: absolute;
  top: 0;
  display: block;
  height: 2px;
  content: "";
}
/* line 1244, ../sass/_layout.scss */
.cont-tl02::before {
  left: 0;
  width: 7rem;
  background: #483865;
}
/* line 1249, ../sass/_layout.scss */
.cont-tl02::after {
  left: 7rem;
  width: 4rem;
  background: #368c5d;
}

/* line 1256, ../sass/_layout.scss */
.cont-tl03 {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 0 .9em 1.1em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  background: #f4f6fb;
}
/* line 1265, ../sass/_layout.scss */
.cont-tl03::before {
  position: absolute;
  top: 50%;
  left: 1px;
  display: block;
  width: 2px;
  height: 1.5em;
  background: #483865;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

/* line 1278, ../sass/_layout.scss */
.cont-tl04 {
  margin-bottom: 1.5em;
  padding-bottom: .3em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  border-bottom: 3px solid #e6e8ee;
}

/* line 1286, ../sass/_layout.scss */
.cont-tl05 {
  margin-bottom: 1.2em;
  padding-left: .8em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: .9;
  border-left: 3px solid #483865;
}
/* line 1292, ../sass/_layout.scss */
.cont-tl05.l2 {
  line-height: 1.3;
}
/* line 1296, ../sass/_layout.scss */
.cont-tl05 .txt-s {
  display: inline-block;
}

/* line 1301, ../sass/_layout.scss */
.txt-s {
  font-size: .8em;
}

/* line 1306, ../sass/_layout.scss */
.catch {
  margin-bottom: 1.4em;
  color: #483865;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

/* line 1314, ../sass/_layout.scss */
.notes {
  margin-top: 1.5rem;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 1317, ../sass/_layout.scss */
.notes li {
  position: relative;
  padding-left: 1.2em;
}
/* line 1321, ../sass/_layout.scss */
.notes li span {
  position: absolute;
  left: 0;
}

/* line 1328, ../sass/_layout.scss */
.show-list-btn {
  position: relative;
  display: inline-block;
  padding: 1em 5em;
  color: #483865;
  font-weight: bold;
  background: #fff;
  border: 2px solid #483865;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 1339, ../sass/_layout.scss */
.show-list-btn .icon {
  position: absolute;
  top: 50%;
  left: 1.5em;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1346, ../sass/_layout.scss */
.show-list-btn .icon-list {
  fill: #483865;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 1351, ../sass/_layout.scss */
.show-list-btn:hover {
  color: #fff;
  background: #483865;
}
/* line 1355, ../sass/_layout.scss */
.show-list-btn:hover .icon-list {
  fill: #fff;
}

/* line 1361, ../sass/_layout.scss */
.zoom-btn {
  position: relative;
  display: inline-block;
  padding: .7em 4em;
  color: #3c3c3c;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 2px solid #ddd;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 1375, ../sass/_layout.scss */
.zoom-btn:hover {
  background: #ddd;
  /*.icon-zoom {
    fill: #fff;
  }*/
}
/* line 1384, ../sass/_layout.scss */
.zoom-btn .icon-zoom {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 17px;
  height: 17px;
  fill: #368c5d;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1395, ../sass/_layout.scss */
.common-tbl {
  margin: 0 auto 1em;
  width: 100%;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 1403, ../sass/_layout.scss */
.common-tbl th,
.common-tbl td {
  padding: .2em 1.5em;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
/* line 1412, ../sass/_layout.scss */
.common-tbl th {
  background: #f6f6f6;
  padding: .5em 1.5em;
}
/* line 1418, ../sass/_layout.scss */
.common-tbl thead th {
  background: #e6f2ec;
  text-align: center;
}
/* line 1423, ../sass/_layout.scss */
.common-tbl .txt-center {
  text-align: center;
}

/* line 1429, ../sass/_layout.scss */
.category-list {
  background: #e6e6e6;
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
/* line 1433, ../sass/_layout.scss */
.category-list .cont-tl05 {
  color: #695274;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: 'Frank Ruhl Libre', sans-serif;
  font-weight: 900;
  font-weight: bold;
  padding-left: .7em;
}
/* line 1439, ../sass/_layout.scss */
.category-list .cont-tl05 span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 15px;
}
/* line 1446, ../sass/_layout.scss */
.category-list ul li {
  display: inline-block;
  width: 22.75391%;
  border-bottom: 1px solid #ccc;
  margin: 0 2% 20px 0;
}
/* line 1452, ../sass/_layout.scss */
.category-list ul li:nth-child(4n) {
  margin-right: 0;
}
/* line 1455, ../sass/_layout.scss */
.category-list ul li a {
  display: inline-block;
  color: #695274;
  font-weight: bold;
  padding: 0 0 5px 20px;
  position: relative;
}
/* line 1462, ../sass/_layout.scss */
.category-list ul li a::before {
  content: "";
  width: 9px;
  height: 11px;
  background: url(/graduate_school/common/img/share/icon-arrow.png) center center no-repeat;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: contain;
}
/* line 1475, ../sass/_layout.scss */
.category-list ul li a .icon-external {
  right: -.8em;
  bottom: 1.1em;
}

/* line 1484, ../sass/_layout.scss */
.category-course {
  background: #e6e6e6;
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
/* line 1489, ../sass/_layout.scss */
.category-course .cont-tl05 {
  color: #695274;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: 'Frank Ruhl Libre', sans-serif;
  font-weight: 900;
  margin-bottom: 2em;
  padding-left: .7em;
}
/* line 1496, ../sass/_layout.scss */
.category-course .cont-tl05 span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 15px;
  font-family: YuGothic,'Yu Gothic',sans-serif;
}
/* line 1504, ../sass/_layout.scss */
.category-course ul li {
  border: none;
}
/* line 1507, ../sass/_layout.scss */
.category-course ul li a::before {
  display: none;
}
/* line 1513, ../sass/_layout.scss */
.category-course .cat-course {
  width: 32%;
  float: left;
  position: relative;
}
/* line 1518, ../sass/_layout.scss */
.category-course .cat-course .vertical-txt01,
.category-course .cat-course .vertical-txt02,
.category-course .cat-course .vertical-txt03 {
  background: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  letter-spacing: 1.2px;
  border-top: 3px solid;
  position: absolute;
  top: -20px;
  left: 20px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/* line 1533, ../sass/_layout.scss */
.category-course .cat-course .vertical-txt01 span,
.category-course .cat-course .vertical-txt02 span,
.category-course .cat-course .vertical-txt03 span {
  display: block;
  padding: 10px;
}
/* line 1540, ../sass/_layout.scss */
.category-course .cat-course .vertical-txt01 {
  color: #56388c;
  border-top-color: #483865;
}
/* line 1545, ../sass/_layout.scss */
.category-course .cat-course .vertical-txt02 {
  color: #368c5d;
  border-top-color: #368c5d;
}
/* line 1550, ../sass/_layout.scss */
.category-course .cat-course .vertical-txt03 {
  color: #b56499;
  border-top-color: #b56499;
}
/* line 1555, ../sass/_layout.scss */
.category-course .cat-course:not(:nth-child(3n)) {
  margin-right: 2%;
}
/* line 1560, ../sass/_layout.scss */
.category-course .cat-course .course-inner .course01,
.category-course .cat-course .course-inner .course02,
.category-course .cat-course .course-inner .course03 {
  background: #fff;
  padding: 15px 10px 10px 50px;
}
/* line 1565, ../sass/_layout.scss */
.category-course .cat-course .course-inner .course01 li,
.category-course .cat-course .course-inner .course02 li,
.category-course .cat-course .course-inner .course03 li {
  margin-bottom: 3px;
}
/* line 1568, ../sass/_layout.scss */
.category-course .cat-course .course-inner .course01 li a,
.category-course .cat-course .course-inner .course02 li a,
.category-course .cat-course .course-inner .course03 li a {
  color: #56388c;
  position: relative;
}
/* line 1572, ../sass/_layout.scss */
.category-course .cat-course .course-inner .course01 li a::before,
.category-course .cat-course .course-inner .course02 li a::before,
.category-course .cat-course .course-inner .course03 li a::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-top: 2px solid #483865;
  border-right: 2px solid #483865;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
}
/* line 1594, ../sass/_layout.scss */
.category-course .cat-course .course-inner .course02 li a {
  color: #368c5d;
}
/* line 1597, ../sass/_layout.scss */
.category-course .cat-course .course-inner .course02 li a::before {
  border-top-color: #368c5d;
  border-right-color: #368c5d;
}
/* line 1607, ../sass/_layout.scss */
.category-course .cat-course .course-inner .course03 li a {
  color: #b56499;
}
/* line 1610, ../sass/_layout.scss */
.category-course .cat-course .course-inner .course03 li a::before {
  border-top-color: #b56499;
  border-right-color: #b56499;
}

/* line 1624, ../sass/_layout.scss */
.relation-list {
  background: #efebfa;
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
/* line 1628, ../sass/_layout.scss */
.relation-list .cont-tl05 {
  color: #695274;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: 'Frank Ruhl Libre', sans-serif;
  font-weight: bold;
}
/* line 1633, ../sass/_layout.scss */
.relation-list .cont-tl05 span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 15px;
  font-family: YuGothic,'Yu Gothic',sans-serif;
}
/* line 1641, ../sass/_layout.scss */
.relation-list a .ttl {
  color: #695274;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0 0 15px;
  position: relative;
}
/* line 1648, ../sass/_layout.scss */
.relation-list a .ttl::before {
  content: "";
  width: 9px;
  height: 11px;
  background: url(/graduate_school/common/img/share/icon-arrow.png) center center no-repeat;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: contain;
}
/* line 1663, ../sass/_layout.scss */
.relation-list ul li {
  width: 31.93359%;
  float: left;
}
/* line 1667, ../sass/_layout.scss */
.relation-list ul li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 1670, ../sass/_layout.scss */
.relation-list ul li:hover .img-box img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 1676, ../sass/_layout.scss */
.relation-list ul li:not(:nth-child(3n)) {
  margin-right: 2%;
}
/* line 1680, ../sass/_layout.scss */
.relation-list ul li .img-box {
  overflow: hidden;
}
/* line 1683, ../sass/_layout.scss */
.relation-list ul li .img-box img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* line 1695, ../sass/_layout.scss */
.footer {
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
}

/* line 1701, ../sass/_layout.scss */
.sp-nav {
  display: none;
}

/* line 1705, ../sass/_layout.scss */
.ft-middle {
  overflow: hidden;
}

/* line 1709, ../sass/_layout.scss */
.ft-sitemap {
  width: 100%;
  font-size: 0;
  margin-top: 42px;
}
/* line 1714, ../sass/_layout.scss */
.ft-sitemap .col {
  display: inline-block;
  margin-left: 2.17391%;
  width: 23.04348%;
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: top;
}
/* line 1721, ../sass/_layout.scss */
.ft-sitemap .col:first-child {
  margin-left: 0;
}
/* line 1727, ../sass/_layout.scss */
.ft-sitemap a:hover {
  text-decoration: underline;
}
/* line 1733, ../sass/_layout.scss */
.ft-sitemap a[target="_blank"] .icon-external {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-left: 1.3em;
  width: 9px;
  height: 8px;
  vertical-align: top;
}
/* line 1742, ../sass/_layout.scss */
.ft-sitemap a[target="_blank"] .icon-external::before, .ft-sitemap a[target="_blank"] .icon-external::after {
  position: absolute;
  display: block;
  content: "";
}
/* line 1749, ../sass/_layout.scss */
.ft-sitemap a[target="_blank"] .icon-external::before {
  top: 2px;
  right: 2px;
  width: 7px;
  height: 6px;
  border: 1px solid #483865;
  border-top-width: 2px;
}
/* line 1758, ../sass/_layout.scss */
.ft-sitemap a[target="_blank"] .icon-external::after {
  top: 0;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #483865;
  border-right: 1px solid #483865;
}
/* line 1771, ../sass/_layout.scss */
.ft-sitemap h2 {
  margin-bottom: 1.6rem;
  padding-bottom: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: 1px solid #ddd;
}
/* line 1777, ../sass/_layout.scss */
.ft-sitemap h2 a {
  color: #695274;
  position: relative;
  padding-left: 1.4em;
}
/* line 1782, ../sass/_layout.scss */
.ft-sitemap h2 a::before, .ft-sitemap h2 a::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
}
/* line 1789, ../sass/_layout.scss */
.ft-sitemap h2 a::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/graduate_school/common/img/share/icon-circle-arrow.png) center center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: contain;
}
/* line 1804, ../sass/_layout.scss */
.ft-sitemap .category-box {
  margin-bottom: 3rem;
}
/* line 1809, ../sass/_layout.scss */
.ft-sitemap ul li {
  margin-bottom: .8em;
  line-height: 1.2;
}
/* line 1813, ../sass/_layout.scss */
.ft-sitemap ul li a {
  position: relative;
}
/* line 1815, ../sass/_layout.scss */
.ft-sitemap ul li a .circle {
  padding-left: .8em;
}
/* line 1819, ../sass/_layout.scss */
.ft-sitemap ul li .txt {
  display: block;
  margin-bottom: 10px;
}

/* line 1827, ../sass/_layout.scss */
.ft-bottom {
  position: relative;
  width: 100%;
  background: #fff;
  text-align: center;
  border-top: 1px solid #d7d4dd;
}
/* line 1834, ../sass/_layout.scss */
.ft-bottom .utility-block {
  padding: 10px 0;
}
/* line 1836, ../sass/_layout.scss */
.ft-bottom .utility-block li {
  display: inline-block;
  padding: 0 1.1em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
/* line 1842, ../sass/_layout.scss */
.ft-bottom .utility-block li a:hover {
  text-decoration: underline;
}
/* line 1845, ../sass/_layout.scss */
.ft-bottom .utility-block li a span {
  vertical-align: text-bottom;
  padding-right: 4px;
}
/* line 1853, ../sass/_layout.scss */
.ft-bottom .foot-bg {
  background: #514068;
}
/* line 1855, ../sass/_layout.scss */
.ft-bottom .foot-bg .info01,
.ft-bottom .foot-bg .info02 {
  display: inline-block;
  width: 49%;
  padding: 22px 0;
  vertical-align: middle;
}
/* line 1862, ../sass/_layout.scss */
.ft-bottom .foot-bg .info01 {
  text-align: left;
}
/* line 1864, ../sass/_layout.scss */
.ft-bottom .foot-bg .info01 .logo-box {
  display: inline-block;
  width: 60%;
  margin-right: 5%;
  vertical-align: bottom;
}
/* line 1870, ../sass/_layout.scss */
.ft-bottom .foot-bg .info01 .info-txt {
  display: inline-block;
  color: #fff;
  width: 70%;
  margin-top: 15px;
}
/* line 1876, ../sass/_layout.scss */
.ft-bottom .foot-bg .info01 .info-txt .tel-box {
  color: #fff;
}
/* line 1879, ../sass/_layout.scss */
.ft-bottom .foot-bg .info01 .info-txt .tel-box a {
  color: #fff;
}
/* line 1887, ../sass/_layout.scss */
.ft-bottom .foot-bg .info02 .link-box {
  display: inline-block;
  width: 48%;
}
/* line 1891, ../sass/_layout.scss */
.ft-bottom .foot-bg .info02 p {
  background: #d8cfe6;
  margin-right: 15px;
}
/* line 1894, ../sass/_layout.scss */
.ft-bottom .foot-bg .info02 p a {
  display: block;
  color: #483865;
  padding: 7px 0;
  position: relative;
  font-weight: bold;
}
/* line 1901, ../sass/_layout.scss */
.ft-bottom .foot-bg .info02 p a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4%;
  margin: auto;
}
/* line 1909, ../sass/_layout.scss */
.ft-bottom .foot-bg .info02 p a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 1916, ../sass/_layout.scss */
.ft-bottom .copyright {
  width: 100%;
  background: #484848;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  padding: 15px 0;
}

/* line 1926, ../sass/_layout.scss */
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 65px;
  z-index: 9999;
  width: 30px;
  height: 140px;
  border: 1px solid #c8b8d0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}
/* line 1938, ../sass/_layout.scss */
.pagetop a {
  display: block;
  width: 100%;
  padding: 10px 2px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #514068;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  background: #fff;
}
/* line 1947, ../sass/_layout.scss */
.pagetop a .pagetop-txt {
  border-top: 1px solid #ef8bae;
  padding-top: 20px;
  white-space: nowrap;
}
/* line 1952, ../sass/_layout.scss */
.pagetop a .pagetop-txt::before {
  position: absolute;
  top: 23px;
  left: 40%;
  content: "";
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ef8bae;
  border-left: 1px solid #ef8bae;
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

@media screen and (min-width: 640px) {
  /* line 1970, ../sass/_layout.scss */
  .sp-pagetop {
    display: none !important;
    opacity: 0 !important;
  }
}
/* line 1977, ../sass/_layout.scss */
.gnav .nav-btns {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: -290px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10001;
}
/* line 1988, ../sass/_layout.scss */
.gnav .nav-btns .fix-doc,
.gnav .nav-btns .fix-briefing,
.gnav .nav-btns .fix-access,
.gnav .nav-btns .fix-graduate-student {
  width: 70px;
  height: 70px;
  background: #514068;
  border: 1px solid #514068;
  border-bottom: 1px solid rgba(164, 155, 177, 0.9);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 2001, ../sass/_layout.scss */
.gnav .nav-btns .fix-doc:hover,
.gnav .nav-btns .fix-briefing:hover,
.gnav .nav-btns .fix-access:hover,
.gnav .nav-btns .fix-graduate-student:hover {
  background: #fff;
}
/* line 2003, ../sass/_layout.scss */
.gnav .nav-btns .fix-doc:hover a,
.gnav .nav-btns .fix-briefing:hover a,
.gnav .nav-btns .fix-access:hover a,
.gnav .nav-btns .fix-graduate-student:hover a {
  color: #514068;
}
/* line 2008, ../sass/_layout.scss */
.gnav .nav-btns .fix-doc a,
.gnav .nav-btns .fix-briefing a,
.gnav .nav-btns .fix-access a,
.gnav .nav-btns .fix-graduate-student a {
  color: #fff;
}
/* line 2012, ../sass/_layout.scss */
.gnav .nav-btns .fix-doc::before,
.gnav .nav-btns .fix-briefing::before,
.gnav .nav-btns .fix-access::before,
.gnav .nav-btns .fix-graduate-student::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
/* line 2022, ../sass/_layout.scss */
.gnav .nav-btns .fix-doc span,
.gnav .nav-btns .fix-briefing span,
.gnav .nav-btns .fix-access span,
.gnav .nav-btns .fix-graduate-student span {
  display: block;
  padding-top: 32px;
}
/* line 2028, ../sass/_layout.scss */
.gnav .nav-btns .fix-doc {
  border: 1px solid #ef8bae;
}
/* line 2030, ../sass/_layout.scss */
.gnav .nav-btns .fix-doc:hover {
  background: #fff;
}
/* line 2033, ../sass/_layout.scss */
.gnav .nav-btns .fix-doc:hover a {
  color: #ef8bae;
}
/* line 2039, ../sass/_layout.scss */
.gnav .nav-btns .fix-graduate-student {
  border-bottom-color: #483865;
}
/* line 2043, ../sass/_layout.scss */
.gnav .nav-btns .fix-doc {
  background: #ef8bae;
  border-bottom-color: #ef8bae;
  margin-bottom: 10px;
}
/* line 2047, ../sass/_layout.scss */
.gnav .nav-btns .fix-doc::before {
  background: url(/graduate_school/common/img/share/icon-fixbtn01.png) no-repeat;
  width: 22px;
  height: 15px;
  top: 15px;
}
/* line 2054, ../sass/_layout.scss */
.gnav .nav-btns .fix-doc span {
  padding-top: 43px;
}
/* line 2059, ../sass/_layout.scss */
.gnav .nav-btns .fix-briefing::before {
  background: url(/graduate_school/common/img/share/icon-fixbtn02.png) no-repeat;
  width: 12px;
  height: 16px;
}
/* line 2067, ../sass/_layout.scss */
.gnav .nav-btns .fix-access::before {
  background: url(/graduate_school/common/img/share/icon-fixbtn03.png) no-repeat;
  width: 11px;
  height: 17px;
}
/* line 2075, ../sass/_layout.scss */
.gnav .nav-btns .fix-graduate-student::before {
  background: url(/graduate_school/common/img/share/icon-fixbtn04.png) no-repeat;
  width: 22px;
  height: 15px;
}
/* line 2083, ../sass/_layout.scss */
.gnav .search-body {
  display: none;
  position: fixed;
  top: 0;
  right: 181px;
  width: 515px;
  height: 6rem;
  background: #fff;
  z-index: 10001;
}
/* line 2092, ../sass/_layout.scss */
.gnav .search-body form {
  position: relative;
}
/* line 2095, ../sass/_layout.scss */
.gnav .search-body .searchTxt {
  width: 100%;
  padding: 1.5rem 1.7rem 1.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
/* line 2101, ../sass/_layout.scss */
.gnav .search-body .searchBtn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.5rem 1.7rem 1.5rem;
}
/* line 2109, ../sass/_layout.scss */
.gnav .nav-body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
}
/* line 2120, ../sass/_layout.scss */
.gnav .nav-body a {
  color: #fff;
}
/* line 2124, ../sass/_layout.scss */
.gnav .nav-body .inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
/* line 2130, ../sass/_layout.scss */
.gnav .nav-body .spinner {
  display: none;
}
/* line 2134, ../sass/_layout.scss */
.gnav .nav-body .img-box,
.gnav .nav-body .nav-box {
  display: table-cell;
}
/* line 2139, ../sass/_layout.scss */
.gnav .nav-body .img-box {
  /*width: calc(100% - 700px);*/
}
/* line 2141, ../sass/_layout.scss */
.gnav .nav-body .img-box.img01 {
  background: url(/common/img/share/gnav-img01.jpg) center center no-repeat;
  background-size: cover;
}
/* line 2145, ../sass/_layout.scss */
.gnav .nav-body .img-box.img02 {
  background: url(/common/img/share/gnav-img02.jpg) center center no-repeat;
  background-size: cover;
}
/* line 2149, ../sass/_layout.scss */
.gnav .nav-body .img-box.img03 {
  background: url(/common/img/share/gnav-img03.jpg) center center no-repeat;
  background-size: cover;
}
/* line 2153, ../sass/_layout.scss */
.gnav .nav-body .img-box.img04 {
  background: url(/common/img/share/gnav-img04.jpg) center center no-repeat;
  background-size: cover;
}
/* line 2157, ../sass/_layout.scss */
.gnav .nav-body .img-box.img05 {
  background: url(/common/img/share/gnav-img05.jpg) center center no-repeat;
  background-size: cover;
}
/* line 2161, ../sass/_layout.scss */
.gnav .nav-body .img-box.img06 {
  background: url(/common/img/share/gnav-img06.jpg) center center no-repeat;
  background-size: cover;
}
/* line 2165, ../sass/_layout.scss */
.gnav .nav-body .img-box.img07 {
  background: url(/common/img/share/gnav-img07.jpg) center center no-repeat;
  background-size: cover;
}
/* line 2169, ../sass/_layout.scss */
.gnav .nav-body .img-box.img08 {
  background: url(/common/img/share/gnav-img08.jpg) center center no-repeat;
  background-size: cover;
}
/* line 2175, ../sass/_layout.scss */
.gnav .nav-body .nav-box {
  width: 700px;
  color: #fff;
  font-size: 0;
  background: #403057;
  border-left: 4px solid #368c5d;
}
/* line 2183, ../sass/_layout.scss */
.gnav .nav-body .nav-box .left-box,
.gnav .nav-body .nav-box .right-box {
  display: inline-block;
  padding-bottom: 2rem;
  vertical-align: baseline;
}
/* line 2190, ../sass/_layout.scss */
.gnav .nav-body .nav-box .left-box {
  position: relative;
  width: 320px;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  background: #483860;
}
/* line 2201, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box {
  width: calc(100% - 324px);
  text-align: center;
}
/* line 2206, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box .sns-list {
  font-size: 0;
}
/* line 2208, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box .sns-list li {
  display: inline-block;
  margin: 0 1rem;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 2213, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box .sns-list li a {
  display: block;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 2216, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box .sns-list li a span {
  display: none;
}
/* line 2220, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box .sns-list li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 2225, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box .sns-list li .icon-line {
  width: 32px;
  height: 20px;
  background: url(/common/img/share/sns-icon-line_w.png) center center no-repeat;
  background-size: contain;
}
/* line 2231, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box .sns-list li .icon-facebook {
  width: 20px;
  height: 20px;
  background: url(/common/img/share/sns-icon-fb_w.png) center center no-repeat;
  background-size: contain;
}
/* line 2237, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box .sns-list li .icon-twitter {
  width: 32px;
  height: 20px;
  background: url(/common/img/share/sns-icon-twitter_w.png) center center no-repeat;
  background-size: contain;
}
/* line 2243, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box .sns-list li .icon-youtube {
  width: 22px;
  height: 20px;
  background: url(/common/img/share/sns-icon-yt_w.png) center center no-repeat;
  background-size: contain;
}
/* line 2249, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box .sns-list li .icon-instagram {
  width: 20px;
  height: 20px;
  background: url(/common/img/share/sns-icon-insta_w.png) center center no-repeat;
  background-size: contain;
}
/* line 2258, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box .utility-list {
  position: relative;
  top: 1.5rem;
  margin-top: 1rem;
  font-size: 0;
}
/* line 2263, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box .utility-list li {
  display: inline-block;
  padding: 0 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
/* line 2270, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box .utility-list li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
/* line 2275, ../sass/_layout.scss */
.gnav .nav-body .nav-box .right-box .utility-list li a:hover {
  text-decoration: underline;
}
/* line 2284, ../sass/_layout.scss */
.gnav .nav-body .nav-tl {
  padding: 1.6rem 3rem;
  color: #b9accc;
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #5b4c70;
}
/* line 2292, ../sass/_layout.scss */
.gnav .nav-body .gnav-box {
  margin-bottom: 4.5rem;
  padding-top: 1rem;
}
/* line 2295, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li {
  display: block;
}
/* line 2298, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li > a {
  position: relative;
  display: block;
  padding: 1.4rem 3rem;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.2;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 2308, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li > a::after {
  position: absolute;
  top: 50%;
  right: 2em;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #368c5d;
  border-right: 2px solid #368c5d;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
/* line 2321, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li > a span {
  display: block;
  margin-top: .6em;
  color: #368c5d;
  font-family: 'Overpass', sans-serif;
  font-weight: 600;
  font-size: 70.58824%;
}
/* line 2331, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li:first-child > a {
  padding: 1.8rem 3rem;
}
/* line 2336, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li .subnav-box {
  display: none;
  position: absolute;
  top: 80px;
  left: 100%;
  padding: 0 12.5%;
  max-width: 376px;
  width: 117.5%;
  height: 100%;
}
/* line 2349, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li:hover > a {
  background: #403057;
}
/* line 2353, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li:hover .subnav-box {
  display: block;
  -moz-animation: fadeIn 0.2s ease-out 1;
  -webkit-animation: fadeIn 0.2s ease-out 1;
  animation: fadeIn 0.2s ease-out 1;
}
/* line 2361, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li .subnav-tl {
  margin-bottom: 1.25em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
/* line 2366, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li .subnav-tl span {
  display: block;
  margin-top: .2em;
  color: #368c5d;
  font-family: 'Overpass', sans-serif;
  font-weight: 600;
  font-size: 58.33333%;
}
/* line 2376, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li .subnav-box .subnav-list {
  border-top: 1px solid #4d3f63;
}
/* line 2379, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li .subnav-box .subnav-list li {
  display: block;
  border-bottom: 1px solid #4d3f63;
}
/* line 2383, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li .subnav-box .subnav-list li a {
  position: relative;
  display: block;
  padding: 1.2em 1em 1.2em 1.5em;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 2389, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li .subnav-box .subnav-list li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #5c4f70;
  border-right: 1px solid #5c4f70;
  content: "";
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
/* line 2402, ../sass/_layout.scss */
.gnav .nav-body .gnav-box > li .subnav-box .subnav-list li a:hover {
  background: #483865;
}
/* line 2413, ../sass/_layout.scss */
.gnav .nav-body .nav-bottom-block {
  margin: 0 auto;
  min-width: 258px;
  width: 80.625%;
}
/* line 2417, ../sass/_layout.scss */
.gnav .nav-body .nav-bottom-block .visitor-list {
  margin-bottom: 5rem;
  font-size: 0;
}
/* line 2420, ../sass/_layout.scss */
.gnav .nav-body .nav-bottom-block .visitor-list li {
  display: inline-block;
  margin-bottom: 1.2em;
  width: 50%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}
/* line 2428, ../sass/_layout.scss */
.gnav .nav-body .nav-bottom-block .visitor-list a {
  position: relative;
  display: block;
  padding-left: 1em;
}
/* line 2434, ../sass/_layout.scss */
.gnav .nav-body .nav-bottom-block .visitor-list a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #368c5d;
  border-right: 2px solid #368c5d;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 2449, ../sass/_layout.scss */
.gnav .nav-body .nav-bottom-block .visitor-list a:hover {
  text-decoration: underline;
}
/* line 2451, ../sass/_layout.scss */
.gnav .nav-body .nav-bottom-block .visitor-list a:hover::before {
  left: 2px;
}
/* line 2459, ../sass/_layout.scss */
.gnav .nav-body .nav-bottom-block .request-btn a {
  position: relative;
  display: block;
  padding: 1em 2em 1em 5em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  background: #368c5d;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 2469, ../sass/_layout.scss */
.gnav .nav-body .nav-bottom-block .request-btn a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
/* line 2482, ../sass/_layout.scss */
.gnav .nav-body .nav-bottom-block .request-btn a:hover {
  color: #368c5d;
  background: #fff;
}
/* line 2486, ../sass/_layout.scss */
.gnav .nav-body .nav-bottom-block .request-btn a:hover::after {
  border-top-color: #368c5d;
  border-right-color: #368c5d;
}
/* line 2492, ../sass/_layout.scss */
.gnav .nav-body .nav-bottom-block .request-btn a img {
  position: absolute;
  bottom: 0;
  left: .2em;
}

/* form  */
/* line 2508, ../sass/_layout.scss */
.contents.form h2 {
  position: relative;
  margin-bottom: 1em;
  padding-top: 2rem;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
/* line 2515, ../sass/_layout.scss */
.contents.form h2::before, .contents.form h2::after {
  position: absolute;
  top: 0;
  display: block;
  height: 2px;
  content: "";
}
/* line 2524, ../sass/_layout.scss */
.contents.form h2::before {
  left: 0;
  width: 7rem;
  background: #483865;
}
/* line 2529, ../sass/_layout.scss */
.contents.form h2::after {
  left: 7rem;
  width: 4rem;
  background: #368c5d;
}
/* line 2537, ../sass/_layout.scss */
.contents.form h3 {
  position: relative;
  margin-bottom: 1.5em;
  padding: 1em 0 .9em 1.1em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  background: #f4f6fb;
}
/* line 2546, ../sass/_layout.scss */
.contents.form h3::before {
  position: absolute;
  top: 50%;
  left: 1px;
  display: block;
  width: 2px;
  height: 1.5em;
  background: #483865;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
/* line 2559, ../sass/_layout.scss */
.contents.form .plainList {
  margin-bottom: 2em;
}

/* line 2564, ../sass/_layout.scss */
.ts-alt-table {
  display: table;
  table-layout: fixed;
  margin: 0 auto 3em;
  width: 100%;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}

/* line 2573, ../sass/_layout.scss */
.ts-alt-tr {
  display: table-row;
}

/* line 2577, ../sass/_layout.scss */
.ts-alt-th,
.ts-alt-td {
  display: table-cell;
  padding: 1.5em;
  vertical-align: middle;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
/* line 2585, ../sass/_layout.scss */
.ts-alt-th input,
.ts-alt-th textarea,
.ts-alt-th select,
.ts-alt-td input,
.ts-alt-td textarea,
.ts-alt-td select {
  border: 1px solid #dbdbdb;
}
/* line 2591, ../sass/_layout.scss */
.ts-alt-th textarea,
.ts-alt-td textarea {
  width: 100%;
  resize: vertical;
}

/* line 2598, ../sass/_layout.scss */
.ts-alt-th {
  width: 32%;
  font-weight: bold;
  background: #f6f6f6;
}

/* line 2611, ../sass/_layout.scss */
.ts-form-require {
  color: #f00;
}

/* line 2614, ../sass/_layout.scss */
.ts-form-support {
  display: block;
}

/* line 2619, ../sass/_layout.scss */
.ts-form-submit {
  margin: 0 auto 5em;
  width: 100%;
}
/* line 2623, ../sass/_layout.scss */
.ts-form-submit ul {
  display: block;
  text-align: center;
}

/* line 2629, ../sass/_layout.scss */
.ts-btn-modify,
.ts-btn-submit {
  display: inline-block;
  margin: 0 1em;
}
/* line 2634, ../sass/_layout.scss */
.ts-btn-modify input,
.ts-btn-submit input {
  outline: none;
}

/* line 2641, ../sass/_layout.scss */
.ts-btn-modify input {
  position: relative;
  display: inline-block;
  padding: .8em 4em .7em;
  color: #3c3c3c;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 2px solid #ddd;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 2655, ../sass/_layout.scss */
.ts-btn-modify input:hover {
  background: #ddd;
}

/* line 2663, ../sass/_layout.scss */
.ts-btn-submit input {
  position: relative;
  display: inline-block;
  padding: .6em 3em;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background: #368c5d;
  border: 2px solid #368c5d;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 2677, ../sass/_layout.scss */
.ts-btn-submit input::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
/* line 2689, ../sass/_layout.scss */
.ts-btn-submit input:hover {
  color: #368c5d;
  background: #fff;
}
/* line 2693, ../sass/_layout.scss */
.ts-btn-submit input:hover::after {
  border-top-color: #368c5d;
  border-right-color: #368c5d;
}

/* line 2702, ../sass/_layout.scss */
.mw_wp_form h3 {
  margin-bottom: 1em;
  padding-left: .6em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  border-left: 4px solid #483865;
}
/* line 2709, ../sass/_layout.scss */
.mw_wp_form .columnSet {
  font-size: 0;
}
/* line 2711, ../sass/_layout.scss */
.mw_wp_form .columnSet .column1-3 {
  display: inline-block;
  margin-right: 3%;
  width: 30%;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}

/* line 2721, ../sass/_layout.scss */
.plainList {
  margin: 1em auto 2em;
}
/* line 2723, ../sass/_layout.scss */
.plainList li {
  position: relative;
  margin-bottom: .6em;
  padding-left: 1.3em;
  line-height: 1.2;
}
/* line 2728, ../sass/_layout.scss */
.plainList li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  background: #483865;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 2741, ../sass/_layout.scss */
.nf-txt-block {
  margin: 0 auto 3em;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 2745, ../sass/_layout.scss */
.nf-txt-block h3 {
  margin: .6em auto;
  font-size: 150%;
}

@media screen and (max-width: 800px) {
  /* line 2754, ../sass/_layout.scss */
  .ts-alt-th input[type="text"],
  .ts-alt-td input[type="text"] {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  /* line 2762, ../sass/_layout.scss */
  .sp-inner {
    display: none !important;
  }
}
/* line 2767, ../sass/_layout.scss */
.notice-box {
  margin: 0 0 30px 0;
  padding: 20px 5px;
  border: 1px solid #b40f0f;
  color: #b40f0f;
  text-align: center;
}
/* line 2774, ../sass/_layout.scss */
.notice-box p.txt {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  /* line 2767, ../sass/_layout.scss */
  .notice-box {
    padding: 4%;
    text-align: left;
  }
}

/* line 2786, ../sass/_layout.scss */
.attention-txt {
  color: #f00;
}

/* line 2791, ../sass/_layout.scss */
.list-dot > li {
  display: flex;
  align-items: baseline;
}
/* line 2795, ../sass/_layout.scss */
.list-dot > li::before {
  content: '・';
  display: inline-block;
  margin-right: .2em;
  width: 1em;
}

@media screen and (max-width: 1280px) {
  /* line 6, ../sass/_responsive.scss */
  .sns-block .sns-tl {
    padding-right: 1em;
    width: 50%;
    text-align: right;
  }
  /* line 11, ../sass/_responsive.scss */
  .sns-block .sns-list {
    width: 50%;
    text-align: left;
    border-right: none;
  }
  /* line 15, ../sass/_responsive.scss */
  .sns-block .sns-list li {
    padding: 0 1em;
    border-left: none;
  }
  /* line 19, ../sass/_responsive.scss */
  .sns-block .sns-list span {
    display: none;
  }
}
@media screen and (max-width: 1166px) {
  /* line 29, ../sass/_responsive.scss */
  .gnav .nav-btns {
    height: 50px;
    top: inherit;
    bottom: 0;
  }
  /* line 34, ../sass/_responsive.scss */
  .gnav .nav-btns .fix-doc,
  .gnav .nav-btns .fix-briefing,
  .gnav .nav-btns .fix-access,
  .gnav .nav-btns .fix-graduate-student {
    width: 110px;
    height: 100%;
    float: left;
    border-bottom: none;
    border-right: 1px solid rgba(164, 155, 177, 0.9);
    margin-bottom: 0;
  }
  /* line 45, ../sass/_responsive.scss */
  .gnav .nav-btns .fix-doc::before,
  .gnav .nav-btns .fix-briefing::before,
  .gnav .nav-btns .fix-access::before,
  .gnav .nav-btns .fix-graduate-student::before {
    top: 0;
    right: 67px;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  /* line 53, ../sass/_responsive.scss */
  .gnav .nav-btns .fix-doc span,
  .gnav .nav-btns .fix-briefing span,
  .gnav .nav-btns .fix-access span,
  .gnav .nav-btns .fix-graduate-student span {
    display: block;
    padding: 10px 0 10px 24px;
    vertical-align: middle;
  }
  /* line 61, ../sass/_responsive.scss */
  .gnav .nav-btns .fix-graduate-student {
    border-right-color: #483865;
  }
  /* line 65, ../sass/_responsive.scss */
  .gnav .nav-btns .fix-doc {
    margin-right: 10px;
    border-right-color: #ef8bae;
  }
  /* line 69, ../sass/_responsive.scss */
  .gnav .nav-btns .fix-doc::before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  /* line 75, ../sass/_responsive.scss */
  .gnav .nav-btns .fix-doc span {
    display: inline-block;
    height: 67px;
    padding: 18px 0 0px 30px;
    vertical-align: middle;
  }

  /* line 86, ../sass/_responsive.scss */
  .copyright .copy-txt {
    width: 54%;
  }
}
@media screen and (min-width: 960px) {
  /* line 95, ../sass/_responsive.scss */
  .main-container > .wrap {
    *zoom: 1;
  }
  /* line 38, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .main-container > .wrap:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 100, ../sass/_responsive.scss */
  .main-container .side-block {
    position: relative;
    z-index: 5;
    float: left;
    margin: 4rem 0 10rem;
    width: 22.5%;
  }
  /* line 107, ../sass/_responsive.scss */
  .main-container .side-block .side-img {
    position: relative;
    padding-top: 85.18519%;
    width: 100%;
    height: 0;
  }
  /* line 115, ../sass/_responsive.scss */
  .main-container .side-block .sp-category-nav-btn {
    display: none;
  }
  /* line 119, ../sass/_responsive.scss */
  .main-container .side-block .side-tl {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .9em 1em .7em;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.4;
    background: rgba(81, 64, 104, 0.9);
    border-bottom: 3px solid #368c5d;
  }
  /* line 132, ../sass/_responsive.scss */
  .main-container .side-block .side-tl span {
    display: block;
    color: #368c5d;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 141, ../sass/_responsive.scss */
  .main-container .side-block .local-nav li {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    background: #f4f6fb;
    border-bottom: 1px solid #e0e3ec;
  }
  /* line 149, ../sass/_responsive.scss */
  .main-container .side-block .local-nav li:hover > a {
    color: #fff;
    background: #483865;
  }
  /* line 152, ../sass/_responsive.scss */
  .main-container .side-block .local-nav li:hover > a.active {
    color: #3c3c3c;
    background: rgba(72, 56, 96, 0.08);
  }
  /* line 162, ../sass/_responsive.scss */
  .main-container .side-block .local-nav li.has-lower:hover > a::after {
    border-left-color: #fff;
  }
  /* line 169, ../sass/_responsive.scss */
  .main-container .side-block .local-nav a {
    position: relative;
    display: block;
    padding: 1.6em .8em 1.4em 2em;
    color: #3c3c3c;
    text-decoration: none;
    border-left: 3px solid transparent;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  /* line 179, ../sass/_responsive.scss */
  .main-container .side-block .local-nav a::before {
    position: absolute;
    top: 50%;
    left: .8em;
    width: 5px;
    height: 5px;
    border-top: 2px solid #368c5d;
    border-right: 2px solid #368c5d;
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    content: "";
  }
  /* line 191, ../sass/_responsive.scss */
  .main-container .side-block .local-nav a.active {
    background: rgba(72, 56, 96, 0.08);
    border-left-color: #368c5d;
  }
  /* line 200, ../sass/_responsive.scss */
  .main-container .side-block .local-nav a span {
    display: inline-block;
  }
  /* line 205, ../sass/_responsive.scss */
  .main-container .side-block .local-nav .has-lower {
    position: relative;
  }
  /* line 208, ../sass/_responsive.scss */
  .main-container .side-block .local-nav .has-lower > a::after {
    position: absolute;
    top: 50%;
    right: .5em;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 6px solid #483865;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
  }
  /* line 222, ../sass/_responsive.scss */
  .main-container .side-block .local-nav .has-lower > ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    width: 100%;
    background: #fff;
  }
  /* line 230, ../sass/_responsive.scss */
  .main-container .side-block .local-nav .has-lower > ul > li {
    background: none;
    border-bottom: 1px solid #6e6083;
  }
  /* line 234, ../sass/_responsive.scss */
  .main-container .side-block .local-nav .has-lower > ul > li > a {
    color: #fff;
    background: rgba(81, 64, 104, 0.9);
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
  }
  /* line 241, ../sass/_responsive.scss */
  .main-container .side-block .local-nav .has-lower > ul > li:hover > a {
    background: #514068;
  }
  /* line 249, ../sass/_responsive.scss */
  .main-container .side-block .local-nav .has-lower > ul a::before {
    display: none;
  }
  /* line 258, ../sass/_responsive.scss */
  .main-container .side-block .local-nav .has-lower.lowest > a::after {
    border-left-color: #fff;
  }
  /* line 264, ../sass/_responsive.scss */
  .main-container .side-block .local-nav .has-lower.lowest > ul > li a {
    background: rgba(81, 64, 104, 0.8);
  }
  /* line 266, ../sass/_responsive.scss */
  .main-container .side-block .local-nav .has-lower.lowest > ul > li a:hover {
    background: #514068;
  }
  /* line 275, ../sass/_responsive.scss */
  .main-container .side-block .local-nav .has-lower.sub-long {
    position: static;
  }
  /* line 280, ../sass/_responsive.scss */
  .main-container .side-block .local-nav .has-lower:hover > ul {
    display: block;
    -moz-animation: fadeIn 0.2s ease-out 1;
    -webkit-animation: fadeIn 0.2s ease-out 1;
    animation: fadeIn 0.2s ease-out 1;
  }
}
@media screen and (max-width: 959px) {
  /* line 297, ../sass/_responsive.scss */
  .wrapper header .category-inner-list .wrap {
    display: none;
  }
  /* line 302, ../sass/_responsive.scss */
  .wrapper header .sp-gnav {
    display: none;
    width: 13%;
    height: 100px;
    color: #fff;
    font-family: 'Frank Ruhl Libre', sans-serif;
    text-align: center;
    background: rgba(36, 36, 35, 0.95);
    cursor: pointer;
    position: fixed;
    right: 0;
    z-index: 111111;
  }
  /* line 315, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn {
    display: block;
    height: 100%;
    position: relative;
    z-index: 10000;
  }
  /* line 321, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn::after {
    content: "MENU";
    width: 100%;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Frank Ruhl Libre', sans-serif;
    font-weight: 400;
    color: #fff;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: auto;
  }
  /* line 336, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn .line01,
  .wrapper header .sp-gnav .sp-btn .line02,
  .wrapper header .sp-gnav .sp-btn .line03 {
    display: block;
    width: 55px;
    border-top: 3px solid #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  /* line 348, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn .line01 {
    top: 30px;
  }
  /* line 351, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn .line02 {
    top: 40px;
  }
  /* line 354, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn .line03 {
    top: 50px;
  }
  /* line 359, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn.close-btn::after {
    content: "CLOSE";
  }
  /* line 363, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn.close-btn .line01 {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -moz-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    -o-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  /* line 366, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn.close-btn .line02 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 369, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn.close-btn .line03 {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -moz-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    -o-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
  }
  /* line 376, ../sass/_responsive.scss */
  .wrapper header .sp-gnav {
    display: block;
  }
  /* line 380, ../sass/_responsive.scss */
  .wrapper header .sp-body {
    width: 100%;
    height: 100%;
    background: rgba(32, 32, 32, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1111;
  }
  /* line 390, ../sass/_responsive.scss */
  .wrapper header .sp-inner {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 120px;
    z-index: 10000;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /* line 400, ../sass/_responsive.scss */
  .wrapper header .sp-inner .wrap {
    height: 160%;
  }
  /* line 405, ../sass/_responsive.scss */
  .wrapper header .sp-inner .contact-area .box {
    width: 48.5%;
    float: left;
    text-align: center;
    background: #ef8bae;
    position: relative;
  }
  /* line 412, ../sass/_responsive.scss */
  .wrapper header .sp-inner .contact-area .box:first-child {
    margin-right: 3%;
  }
  /* line 416, ../sass/_responsive.scss */
  .wrapper header .sp-inner .contact-area .box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
  }
  /* line 426, ../sass/_responsive.scss */
  .wrapper header .sp-inner .contact-area .box a {
    display: block;
    color: #fffefe;
    font-size: 20px;
    font-size: 2rem;
    padding: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 433, ../sass/_responsive.scss */
  .wrapper header .sp-inner .contact-area .box a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto;
  }
  /* line 444, ../sass/_responsive.scss */
  .wrapper header .sp-inner .category-area {
    margin-top: 30px;
  }
  /* line 447, ../sass/_responsive.scss */
  .wrapper header .sp-inner .category-area dl dt {
    color: #fffefe;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Frank Ruhl Libre', sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1.3px;
    background: #544469;
    padding: 15px 0;
  }
  /* line 457, ../sass/_responsive.scss */
  .wrapper header .sp-inner .category-area dl dd {
    background: #404040;
    padding: 25px 35px 10px;
  }
  /* line 462, ../sass/_responsive.scss */
  .wrapper header .sp-inner .category-area dl dd ul li {
    position: relative;
  }
  /* line 465, ../sass/_responsive.scss */
  .wrapper header .sp-inner .category-area dl dd ul li::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -17px;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  /* line 480, ../sass/_responsive.scss */
  .wrapper header .sp-inner .category-area dl dd ul li:not(:last-child) {
    border-bottom: 1px solid #202020;
    margin-bottom: 14px;
  }
  /* line 485, ../sass/_responsive.scss */
  .wrapper header .sp-inner .category-area dl dd ul li a {
    display: block;
    padding-bottom: 15px;
  }
  /* line 490, ../sass/_responsive.scss */
  .wrapper header .sp-inner .category-area dl dd ul li .fig-box {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
  }
  /* line 496, ../sass/_responsive.scss */
  .wrapper header .sp-inner .category-area dl dd ul li .ttl-box {
    display: inline-block;
    vertical-align: middle;
    color: #fffefe;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 2px 0 0 1em;
  }
  /* line 509, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all {
    margin-top: 40px;
  }
  /* line 512, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .btn-all {
    width: 100%;
    color: #fffefe;
    background: #514068;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 15px 10px;
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 523, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .btn-all::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 25px;
    left: 35px;
    margin: auto;
  }
  /* line 539, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .btn-all.open::before {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  /* line 546, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list {
    display: none;
    background: #514068;
  }
  /* line 550, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list .item {
    border-top: 2px solid #5a4f68;
  }
  /* line 554, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list .item-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    padding: 15px;
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #382942;
  }
  /* line 563, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list .item-ttl::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
  }
  /* line 580, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list .item-ttl.sopen::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 587, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list .item-only a {
    width: 100%;
    display: block;
    background: #382942;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    padding: 15px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 598, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list .item-only a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
  }
  /* line 616, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list .item-list01 {
    width: 100%;
    display: none;
  }
  /* line 621, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list .item-list01 li a {
    width: 100%;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    padding: 15px 25px;
    border-top: 1px solid #5a4f68;
    position: relative;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  /* line 631, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list .item-list01 li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
  }
  /* line 646, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list .item-list01 li a .icon-external {
    left: 5em;
    bottom: 1.8em;
  }
  /* line 649, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list .item-list01 li a .icon-external::before, .wrapper header .sp-inner .menu-all .all-list .item-list01 li a .icon-external::after {
    border-color: #fff;
  }
  /* line 655, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list .item-list01 li a:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  /* line 663, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list .item-list01 .blank a::after {
    content: none;
  }
  /* line 666, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .all-list .item-list01 .blank a .icon-external {
    top: 0;
    right: 25px;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  /* line 679, ../sass/_responsive.scss */
  .wrapper header .sp-inner .sp-utility-area {
    margin-top: 30px;
    border-top: 1px solid #3b3b39;
  }
  /* line 682, ../sass/_responsive.scss */
  .wrapper header .sp-inner .sp-utility-area ul {
    font-size: 0;
  }
  /* line 684, ../sass/_responsive.scss */
  .wrapper header .sp-inner .sp-utility-area ul li {
    width: 50%;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #3b3b39;
    text-align: center;
    padding: 10px 0;
  }
  /* line 691, ../sass/_responsive.scss */
  .wrapper header .sp-inner .sp-utility-area ul li a {
    display: block;
    color: #fffefe;
    font-size: 20px;
    font-size: 2rem;
    position: relative;
  }
  /* line 697, ../sass/_responsive.scss */
  .wrapper header .sp-inner .sp-utility-area ul li a.line {
    border-right: 1px solid #3b3b39;
  }
  /* line 701, ../sass/_responsive.scss */
  .wrapper header .sp-inner .sp-utility-area ul li a .icon-external {
    right: .7em;
    bottom: 1.3em;
  }
  /* line 704, ../sass/_responsive.scss */
  .wrapper header .sp-inner .sp-utility-area ul li a .icon-external::before, .wrapper header .sp-inner .sp-utility-area ul li a .icon-external::after {
    border-color: #fff;
  }
  /* line 710, ../sass/_responsive.scss */
  .wrapper header .sp-inner .sp-utility-area ul li a img {
    display: inline-block;
    vertical-align: initial;
    margin-right: 4px;
  }
  /* line 717, ../sass/_responsive.scss */
  .wrapper header .sp-inner .sp-utility-area ul li.row {
    width: 100%;
  }
  /* line 727, ../sass/_responsive.scss */
  .wrapper header .sp-inner .btn-box {
    width: 100%;
    border: 1px solid #3b3b39;
    margin-top: 30px;
  }
  /* line 731, ../sass/_responsive.scss */
  .wrapper header .sp-inner .btn-box a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 10px;
    position: relative;
  }
  /* line 738, ../sass/_responsive.scss */
  .wrapper header .sp-inner .btn-box a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 35px;
    bottom: 0;
    margin: auto;
  }
  /* line 754, ../sass/_responsive.scss */
  .wrapper header .sp-inner .btn-box a .icon-external::before, .wrapper header .sp-inner .btn-box a .icon-external::after {
    border-color: #fff;
  }
  /* line 763, ../sass/_responsive.scss */
  .wrapper header .sp-subnav {
    display: block;
    width: 100%;
    background: rgba(242, 247, 244, 0.8);
    position: relative;
    cursor: pointer;
  }
  /* line 770, ../sass/_responsive.scss */
  .wrapper header .sp-subnav::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-top: 3px solid #57476d;
    border-right: 3px solid #57476d;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 5px;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 788, ../sass/_responsive.scss */
  .wrapper header .sp-subnav.open::after {
    top: 7px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 794, ../sass/_responsive.scss */
  .wrapper header .sp-subnav .sp-home {
    display: inline-block;
    border-right: 1px solid #ccc;
  }
  /* line 798, ../sass/_responsive.scss */
  .wrapper header .sp-subnav .sp-home a {
    display: block;
    padding: 11px;
    text-align: center;
  }
  /* line 804, ../sass/_responsive.scss */
  .wrapper header .sp-subnav .category-txt {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    padding: 13px 15px 12px;
    position: relative;
  }
  /* line 811, ../sass/_responsive.scss */
  .wrapper header .sp-subnav .category-txt p {
    font-weight: bold;
  }
  /* line 816, ../sass/_responsive.scss */
  .wrapper header .sp-subnav .category-nav-wrap {
    width: 100%;
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 1000;
  }
  /* line 825, ../sass/_responsive.scss */
  .wrapper header .sp-subnav .category-nav {
    width: 100%;
    background: #f2f7f4;
  }
  /* line 828, ../sass/_responsive.scss */
  .wrapper header .sp-subnav .category-nav li {
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  /* line 831, ../sass/_responsive.scss */
  .wrapper header .sp-subnav .category-nav li.active {
    background: #483865;
  }
  /* line 833, ../sass/_responsive.scss */
  .wrapper header .sp-subnav .category-nav li.active a {
    color: #fff;
  }
  /* line 838, ../sass/_responsive.scss */
  .wrapper header .sp-subnav .category-nav li a {
    display: block;
    padding: 15px 30px;
    position: relative;
  }
  /* line 843, ../sass/_responsive.scss */
  .wrapper header .sp-subnav .category-nav li a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #483865;
    border-right: 2px solid #483865;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
  /* line 857, ../sass/_responsive.scss */
  .wrapper header .sp-subnav .category-nav li a .icon-external {
    right: 0;
    bottom: 2em;
    left: 5.9em;
  }
  /* line 866, ../sass/_responsive.scss */
  .wrapper header .category-wrap {
    height: 283px;
  }
  /* line 869, ../sass/_responsive.scss */
  .wrapper header .siteid {
    width: 87%;
    height: 100px;
    text-align: left;
    padding: 5px 30px;
    position: relative;
    z-index: 10000;
  }

  /* line 879, ../sass/_responsive.scss */
  .header-box {
    width: 100%;
  }

  /* line 883, ../sass/_responsive.scss */
  .util-box {
    display: none;
  }

  /* line 887, ../sass/_responsive.scss */
  .sp-gnav {
    display: block;
  }

  /* line 893, ../sass/_responsive.scss */
  .header .nav-block {
    display: none;
  }

  /* line 903, ../sass/_responsive.scss */
  .gnav .nav-btns .menu-btn,
  .gnav .nav-btns .search-btn {
    position: relative;
    padding: 0;
    width: 90px;
    height: 90px;
    overflow: hidden;
  }
  /* line 914, ../sass/_responsive.scss */
  .gnav .nav-btns .search-btn {
    position: relative;
  }
  /* line 917, ../sass/_responsive.scss */
  .gnav .nav-btns .search-btn .icon-search {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 927, ../sass/_responsive.scss */
  .gnav .nav-btns .menu-btn {
    position: relative;
  }
  /* line 930, ../sass/_responsive.scss */
  .gnav .nav-btns .menu-btn .btn-label {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: .5em;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 938, ../sass/_responsive.scss */
  .gnav .nav-btns .menu-btn .btn-label .icon {
    float: none;
    display: block;
    margin: 0 auto;
  }
  /* line 943, ../sass/_responsive.scss */
  .gnav .nav-btns .menu-btn .btn-label > span {
    float: none;
    display: block;
    margin: .3em auto 0;
  }
  /* line 949, ../sass/_responsive.scss */
  .gnav .nav-btns .menu-btn.active {
    position: relative;
    background: #514068;
  }
  /* line 952, ../sass/_responsive.scss */
  .gnav .nav-btns .menu-btn.active .btn-label {
    display: none;
  }
  /* line 955, ../sass/_responsive.scss */
  .gnav .nav-btns .menu-btn.active:before, .gnav .nav-btns .menu-btn.active:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 4px;
    height: 30px;
    margin: auto;
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
  }
  /* line 974, ../sass/_responsive.scss */
  .gnav .nav-btns .menu-btn.active:after {
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 985, ../sass/_responsive.scss */
  .gnav .search-body {
    right: 0;
    width: 100%;
  }
  /* line 989, ../sass/_responsive.scss */
  .gnav .nav-body {
    width: 100%;
    background: none;
  }
  /* line 992, ../sass/_responsive.scss */
  .gnav .nav-body .inner {
    display: none;
  }
  /* line 995, ../sass/_responsive.scss */
  .gnav .nav-body .spinner {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 60%;
    background: #514068;
  }
  /* line 1003, ../sass/_responsive.scss */
  .gnav .nav-body .request-btn {
    margin: 30px 20px;
  }
  /* line 1005, ../sass/_responsive.scss */
  .gnav .nav-body .request-btn a {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 15px 0;
    background: #ef8bae;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  /* line 1017, ../sass/_responsive.scss */
  .gnav .nav-body .request-btn .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 2em;
    height: 2em;
    margin: auto;
    line-height: 0;
  }
  /* line 1026, ../sass/_responsive.scss */
  .gnav .nav-body .request-btn .icon svg {
    width: 2em;
    height: 2em;
    fill: #fff;
  }
  /* line 1033, ../sass/_responsive.scss */
  .gnav .nav-body .spnav-box {
    width: 100%;
  }
  /* line 1035, ../sass/_responsive.scss */
  .gnav .nav-body .spnav-box > ul {
    border-top: 1px solid #6b5c7f;
  }
  /* line 1038, ../sass/_responsive.scss */
  .gnav .nav-body .spnav-box .subnav-tl {
    position: relative;
    padding: 1.2em 1em;
    border-bottom: 1px solid #6b5c7f;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
  }
  /* line 1046, ../sass/_responsive.scss */
  .gnav .nav-body .spnav-box .subnav-tl:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 55px;
    width: 1px;
    height: 100%;
    background: #6b5c7f;
  }
  /* line 1058, ../sass/_responsive.scss */
  .gnav .nav-body .spnav-box .subnav-tl span:before, .gnav .nav-body .spnav-box .subnav-tl span:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 24px;
    width: 3px;
    height: 20px;
    margin: auto;
    line-height: 0;
    background: #fff;
  }
  /* line 1072, ../sass/_responsive.scss */
  .gnav .nav-body .spnav-box .subnav-tl span:before {
    right: 15px;
    width: 20px;
    height: 3px;
  }
  /* line 1081, ../sass/_responsive.scss */
  .gnav .nav-body .spnav-box .subnav-tl.active span:after {
    display: none;
  }
  /* line 1087, ../sass/_responsive.scss */
  .gnav .nav-body .spnav-box .subnav-list {
    display: none;
    background: #403057;
  }
  /* line 1090, ../sass/_responsive.scss */
  .gnav .nav-body .spnav-box .subnav-list a {
    position: relative;
    display: block;
    width: 100%;
    padding: 1em 2em;
    border-bottom: 1px solid #5c4f70;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 1097, ../sass/_responsive.scss */
  .gnav .nav-body .spnav-box .subnav-list a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #5c4f70;
    border-right: 1px solid #5c4f70;
    content: "";
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  /* line 1115, ../sass/_responsive.scss */
  .gnav .nav-body .visitor-box {
    margin: 20px 20px 30px;
  }
  /* line 1117, ../sass/_responsive.scss */
  .gnav .nav-body .visitor-box li {
    width: 100%;
    margin-bottom: 2px;
  }
  /* line 1120, ../sass/_responsive.scss */
  .gnav .nav-body .visitor-box li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 18px 15px;
    background: #3a2b4d;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
  }
  /* line 1128, ../sass/_responsive.scss */
  .gnav .nav-body .visitor-box li a:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 1149, ../sass/_responsive.scss */
  .gnav .nav-body .btn-box {
    margin: 0 20px 50px;
    font-size: 0;
  }
  /* line 1152, ../sass/_responsive.scss */
  .gnav .nav-body .btn-box a {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #fff;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
  }
  /* line 1162, ../sass/_responsive.scss */
  .gnav .nav-body .btn-box .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 1.5em;
    height: 1.5em;
    line-height: 0;
  }
  /* line 1171, ../sass/_responsive.scss */
  .gnav .nav-body .btn-box .icon svg {
    width: 1.5em;
    height: 1.5em;
    fill: #fff;
  }
  /* line 1177, ../sass/_responsive.scss */
  .gnav .nav-body .btn-box .access {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
  }
  /* line 1182, ../sass/_responsive.scss */
  .gnav .nav-body .btn-box .lang {
    display: inline-block;
    width: 48%;
  }

  /* line 1189, ../sass/_responsive.scss */
  .wrap {
    width: 87.5%;
  }

  /* line 1192, ../sass/_responsive.scss */
  .breadcrumb {
    display: none;
  }

  /* line 1195, ../sass/_responsive.scss */
  .side-block {
    position: relative;
    width: 100%;
  }
  /* line 1199, ../sass/_responsive.scss */
  .side-block .side-img {
    display: none;
  }
  /* line 1202, ../sass/_responsive.scss */
  .side-block .sp-category-nav-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    background: #483960;
    cursor: pointer;
  }
  /* line 1212, ../sass/_responsive.scss */
  .side-block .sp-category-nav-btn:before, .side-block .sp-category-nav-btn:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 30px;
    width: 5px;
    height: 30px;
    margin: auto;
    line-height: 0;
    background: #fff;
    z-index: 1;
  }
  /* line 1227, ../sass/_responsive.scss */
  .side-block .sp-category-nav-btn:before {
    right: 18px;
    width: 30px;
    height: 5px;
  }
  /* line 1233, ../sass/_responsive.scss */
  .side-block .sp-category-nav-btn.active:after {
    display: none;
  }
  /* line 1237, ../sass/_responsive.scss */
  .side-block .sp-category-nav-btn span {
    position: relative;
    display: block;
    padding: 15px 20px;
  }
  /* line 1241, ../sass/_responsive.scss */
  .side-block .sp-category-nav-btn span:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: #352749;
  }
  /* line 1253, ../sass/_responsive.scss */
  .side-block nav {
    position: absolute;
    display: none;
    width: 100%;
    background-color: rgba(72, 56, 96, 0.95);
    z-index: 100;
  }
  /* line 1259, ../sass/_responsive.scss */
  .side-block nav > ul {
    width: 100%;
  }
  /* line 1261, ../sass/_responsive.scss */
  .side-block nav > ul a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.6em 0 0.6em 2.5em;
    border-bottom: 1px solid #807691;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
  /* line 1270, ../sass/_responsive.scss */
  .side-block nav > ul a:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 20px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #ef8bae;
    border-right: 3px solid #ef8bae;
    -o-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  /* line 1289, ../sass/_responsive.scss */
  .side-block nav .has-lower > ul {
    display: none;
  }

  /* line 1298, ../sass/_responsive.scss */
  .main-container .wrap {
    width: 100%;
  }
  /* line 1302, ../sass/_responsive.scss */
  .main-container .contents-body {
    margin: 0 auto;
    width: 87.5%;
  }

  /* line 1310, ../sass/_responsive.scss */
  .category-course .cat-course .vertical-txt01,
  .category-course .cat-course .vertical-txt02,
  .category-course .cat-course .vertical-txt03 {
    font-size: 15px;
    font-size: 1.5rem;
    top: -40px;
  }
  /* line 1316, ../sass/_responsive.scss */
  .category-course .cat-course .vertical-txt01 span,
  .category-course .cat-course .vertical-txt02 span,
  .category-course .cat-course .vertical-txt03 span {
    padding: 5px;
  }

  /* line 1324, ../sass/_responsive.scss */
  .footer .wrap {
    width: 96%;
  }
  /* line 1328, ../sass/_responsive.scss */
  .footer .util-box {
    display: none;
  }

  /* line 1335, ../sass/_responsive.scss */
  .search-block .search-box {
    min-width: 300px;
    width: 50%;
  }

  /* line 1341, ../sass/_responsive.scss */
  .ft-info {
    float: none;
    margin-bottom: 3em;
    width: auto;
    text-align: center;
  }
  /* line 1347, ../sass/_responsive.scss */
  .ft-info .ft-logo,
  .ft-info .info-box {
    display: inline-block;
    width: 30%;
    text-align: left;
    vertical-align: middle;
  }
  /* line 1356, ../sass/_responsive.scss */
  .ft-info .ft-logo img {
    width: 85%;
  }
  /* line 1361, ../sass/_responsive.scss */
  .ft-info .info-box {
    margin: 0 1%;
  }
  /* line 1365, ../sass/_responsive.scss */
  .ft-info .uaa-box {
    display: inline-table;
    width: 30%;
    text-align: left;
    vertical-align: middle;
  }

  /* line 1376, ../sass/_responsive.scss */
  .ft-bottom .utility-block {
    float: none;
    width: 100%;
    text-align: center;
  }
  /* line 1382, ../sass/_responsive.scss */
  .ft-bottom .copyright {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 885px) {
  /* line 1393, ../sass/_responsive.scss */
  .nav-btns {
    display: none !important;
    opacity: 0 !important;
  }

  /* line 1400, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info01,
  .ft-bottom .foot-bg .info02 {
    width: 60%;
  }
  /* line 1405, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info01 {
    text-align: center;
  }
  /* line 1407, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info01 .logo-box {
    width: 100%;
    margin-right: 0;
  }
  /* line 1411, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info01 .info-txt {
    width: 100%;
  }
  /* line 1417, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info02 a .icon-external {
    right: .9em;
    bottom: 1.6em;
  }

  /* line 1427, ../sass/_responsive.scss */
  .copyright .copy-txt {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  /* line 1435, ../sass/_responsive.scss */
  .user-block,
  .ft-sitemap {
    display: none;
  }

  /* line 1440, ../sass/_responsive.scss */
  .sns-block {
    padding: 1em;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
  }

  /* line 1448, ../sass/_responsive.scss */
  .ft-info .uaa-box {
    display: block;
    margin: 2em auto 0;
    max-width: 560px;
    width: 87.5%;
  }
  /* line 1454, ../sass/_responsive.scss */
  .ft-info .uaa-box figure {
    display: inline-block;
    width: 16.07143%;
    background: #fff;
  }
  /* line 1459, ../sass/_responsive.scss */
  .ft-info .uaa-box p {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  /* line 1469, ../sass/_responsive.scss */
  .txt-catch {
    margin: 50px auto 55px;
  }
  /* line 1471, ../sass/_responsive.scss */
  .txt-catch h2 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  /* line 1474, ../sass/_responsive.scss */
  .txt-catch h2 span {
    display: inline;
  }

  /* line 1482, ../sass/_responsive.scss */
  .category-list ul li {
    width: 31.44531%;
  }
  /* line 1485, ../sass/_responsive.scss */
  .category-list ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* line 1488, ../sass/_responsive.scss */
  .category-list ul li:nth-child(4n) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 740px) {
  /* line 1500, ../sass/_responsive.scss */
  .main-container .contents .link-box {
    width: 49%;
    margin-bottom: 20px;
  }
  /* line 1504, ../sass/_responsive.scss */
  .main-container .contents .link-box:not(:nth-child(3n)) {
    margin-right: 0;
  }
  /* line 1507, ../sass/_responsive.scss */
  .main-container .contents .link-box:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) {
  /* line 1516, ../sass/_responsive.scss */
  .sns-block {
    display: block;
  }
  /* line 1518, ../sass/_responsive.scss */
  .sns-block .sns-tl {
    display: none;
  }
  /* line 1521, ../sass/_responsive.scss */
  .sns-block .sns-list {
    display: block;
    margin: 0 auto;
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  /* line 1532, ../sass/_responsive.scss */
  html {
    font-size: 56.25%;
  }

  /* line 1536, ../sass/_responsive.scss */
  .pc {
    display: none;
  }

  /* line 1540, ../sass/_responsive.scss */
  .sp {
    display: block;
  }

  /* line 1547, ../sass/_responsive.scss */
  .main-container .contents .caution-area .ttl-caution {
    padding: 0 15px;
  }
  /* line 1550, ../sass/_responsive.scss */
  .main-container .contents .caution-area .cont-caution {
    padding: 0 15px;
  }

  /* line 1559, ../sass/_responsive.scss */
  .wrapper header .siteid {
    width: 80%;
    height: 70px;
    background: #59496e;
    padding: 0 20px 0 10px;
  }
  /* line 1565, ../sass/_responsive.scss */
  .wrapper header .siteid a {
    padding: 7px 23px 0px 10px;
  }
  /* line 1568, ../sass/_responsive.scss */
  .wrapper header .siteid a img {
    max-width: 250px;
  }
  /* line 1574, ../sass/_responsive.scss */
  .wrapper header .sp-inner {
    top: 100px;
  }
  /* line 1578, ../sass/_responsive.scss */
  .wrapper header .sp-gnav {
    width: 20%;
    height: 70px;
  }
  /* line 1583, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn::after {
    font-size: 16px;
    font-size: 1.6rem;
    bottom: 5px;
  }
  /* line 1588, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn .line01,
  .wrapper header .sp-gnav .sp-btn .line02,
  .wrapper header .sp-gnav .sp-btn .line03 {
    width: 40px;
  }
  /* line 1593, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn .line01 {
    top: 15px;
  }
  /* line 1596, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn .line02 {
    top: 25px;
  }
  /* line 1599, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn .line03 {
    top: 35px;
  }
  /* line 1604, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn.close-btn .line01,
  .wrapper header .sp-gnav .sp-btn.close-btn .line03 {
    width: 35px;
  }
  /* line 1609, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn.close-btn .line01 {
    top: 20px;
  }
  /* line 1613, ../sass/_responsive.scss */
  .wrapper header .sp-gnav .sp-btn.close-btn .line03 {
    top: 40px;
  }

  /* line 1624, ../sass/_responsive.scss */
  .gnav .nav-btns {
    width: 140px;
    height: 70px;
  }
  /* line 1627, ../sass/_responsive.scss */
  .gnav .nav-btns .menu-btn,
  .gnav .nav-btns .search-btn {
    width: 70px;
    height: 70px;
  }
  /* line 1634, ../sass/_responsive.scss */
  .gnav .nav-body .spinner {
    width: 85%;
  }
  /* line 1637, ../sass/_responsive.scss */
  .gnav .nav-body .request-btn {
    margin: 20px;
  }
  /* line 1639, ../sass/_responsive.scss */
  .gnav .nav-body .request-btn a {
    width: 100%;
    padding: 10px 0;
  }
  /* line 1645, ../sass/_responsive.scss */
  .gnav .nav-body .spnav-box .subnav-tl {
    padding: 1em;
  }
  /* line 1651, ../sass/_responsive.scss */
  .gnav .nav-body .visitor-box li a {
    padding: 15px;
  }
  /* line 1657, ../sass/_responsive.scss */
  .gnav .nav-body .btn-box a {
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1662, ../sass/_responsive.scss */
  .gnav .nav-body .btn-box .access .icon {
    left: 5px;
  }

  /* line 1670, ../sass/_responsive.scss */
  .txt-catch {
    margin: 40px auto 15px;
  }

  /* line 1674, ../sass/_responsive.scss */
  .ft-info {
    margin: 0 auto 10%;
    max-width: 560px;
    width: 87.5%;
  }
  /* line 1679, ../sass/_responsive.scss */
  .ft-info .ft-logo {
    display: block;
    margin: 0 auto 1em;
    max-width: 298px;
    width: 53.21429%;
  }
  /* line 1685, ../sass/_responsive.scss */
  .ft-info .ft-logo img {
    width: 100%;
  }
  /* line 1690, ../sass/_responsive.scss */
  .ft-info .info-box {
    display: block;
    margin: 0 auto;
    width: auto;
    text-align: center;
    border-top: none;
  }
  /* line 1697, ../sass/_responsive.scss */
  .ft-info .uaa-box {
    width: auto;
  }

  /* line 1702, ../sass/_responsive.scss */
  .category-list {
    padding: 20px 0 10px;
  }
  /* line 1705, ../sass/_responsive.scss */
  .category-list ul li {
    width: 47.5%;
    margin: 0 10px 20px 0;
  }
  /* line 1708, ../sass/_responsive.scss */
  .category-list ul li:nth-child(3n) {
    margin-right: 10px;
  }
  /* line 1711, ../sass/_responsive.scss */
  .category-list ul li:nth-child(even) {
    margin-right: 0;
  }
  /* line 1714, ../sass/_responsive.scss */
  .category-list ul li a {
    padding: 0 0 5px 12px;
  }
  /* line 1716, ../sass/_responsive.scss */
  .category-list ul li a::before {
    top: -8px;
  }

  /* line 1726, ../sass/_responsive.scss */
  .category-course .cont-tl05 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: .5em;
  }
  /* line 1730, ../sass/_responsive.scss */
  .category-course .cat-course {
    width: 100%;
  }
  /* line 1733, ../sass/_responsive.scss */
  .category-course .cat-course:not(:nth-child(3n)) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* line 1738, ../sass/_responsive.scss */
  .category-course .cat-course .vertical-txt01,
  .category-course .cat-course .vertical-txt02,
  .category-course .cat-course .vertical-txt03 {
    width: 170px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    padding: 4px 0;
    top: 30px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  /* line 1755, ../sass/_responsive.scss */
  .category-course .cat-course img {
    width: 100%;
  }
  /* line 1764, ../sass/_responsive.scss */
  .category-course .cat-course .course-inner .course01 li,
  .category-course .cat-course .course-inner .course02 li,
  .category-course .cat-course .course-inner .course03 li {
    margin-bottom: 10px;
    position: relative;
  }
  /* line 1768, ../sass/_responsive.scss */
  .category-course .cat-course .course-inner .course01 li::before,
  .category-course .cat-course .course-inner .course02 li::before,
  .category-course .cat-course .course-inner .course03 li::before {
    content: "";
    width: 102%;
    display: inline-block;
    border-bottom: 1px solid #f5f5f5;
    position: absolute;
    bottom: -5px;
    left: -22px;
  }
  /* line 1778, ../sass/_responsive.scss */
  .category-course .cat-course .course-inner .course01 li a,
  .category-course .cat-course .course-inner .course02 li a,
  .category-course .cat-course .course-inner .course03 li a {
    display: block;
  }

  /* line 1789, ../sass/_responsive.scss */
  .table-wrap {
    margin: 30px auto 10px;
  }

  /* line 1793, ../sass/_responsive.scss */
  .relation-list {
    padding: 20px 0 15px;
  }
  /* line 1796, ../sass/_responsive.scss */
  .relation-list .cont-tl05 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: .5em;
  }
  /* line 1799, ../sass/_responsive.scss */
  .relation-list .cont-tl05 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1804, ../sass/_responsive.scss */
  .relation-list ul li {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 1807, ../sass/_responsive.scss */
  .relation-list ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  /* line 1811, ../sass/_responsive.scss */
  .relation-list ul li a {
    display: block;
    overflow: hidden;
  }
  /* line 1815, ../sass/_responsive.scss */
  .relation-list ul li a .img-box {
    width: 30%;
    float: left;
    margin-right: 5%;
  }
  /* line 1821, ../sass/_responsive.scss */
  .relation-list ul li a .txt-box {
    width: 65%;
    float: left;
  }
  /* line 1825, ../sass/_responsive.scss */
  .relation-list ul li a .ttl {
    padding: 0 0 0 15px;
  }
  /* line 1827, ../sass/_responsive.scss */
  .relation-list ul li a .ttl::before {
    top: 0;
  }

  /* line 1836, ../sass/_responsive.scss */
  .ft-bottom {
    position: relative;
    padding-top: 0;
    border-top: none;
  }
  /* line 1840, ../sass/_responsive.scss */
  .ft-bottom .wrap {
    width: auto;
  }
  /* line 1844, ../sass/_responsive.scss */
  .ft-bottom .utility-block {
    font-size: 0;
    background: #fff;
    padding: 0;
  }
  /* line 1848, ../sass/_responsive.scss */
  .ft-bottom .utility-block li {
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
    border: none;
    border-bottom: 1px solid #d7d4dd;
  }
  /* line 1856, ../sass/_responsive.scss */
  .ft-bottom .utility-block li:nth-child(2n+1) {
    border-right: 1px solid #d7d4dd;
  }
  /* line 1860, ../sass/_responsive.scss */
  .ft-bottom .utility-block li.no-split {
    width: 100%;
    border: none;
  }
  /* line 1866, ../sass/_responsive.scss */
  .ft-bottom .utility-block a {
    display: block;
    padding: 1.2em 0;
  }
  /* line 1872, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info01,
  .ft-bottom .foot-bg .info02 {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  /* line 1881, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info01 .logo-box {
    margin-right: 0;
    padding-top: 22px;
  }
  /* line 1886, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info01 .info-txt p {
    margin-bottom: 20px;
  }
  /* line 1889, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info01 .info-txt .tel-box {
    color: #514068;
    font-weight: bold;
    background: #fff;
    padding: 10px 0;
    position: relative;
  }
  /* line 1896, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info01 .info-txt .tel-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4%;
    margin: auto;
  }
  /* line 1904, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info01 .info-txt .tel-box a {
    color: #483865;
  }
  /* line 1908, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info01 .info-txt .tel-box .tel-wrap {
    display: block;
    position: relative;
  }
  /* line 1915, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info02 {
    padding-bottom: 25px;
  }
  /* line 1917, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info02 .link-box {
    display: block;
    width: 100%;
  }
  /* line 1918, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info02 .link-box:first-child {
    display: none;
  }
  /* line 1924, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info02 p {
    margin-right: 0;
  }
  /* line 1927, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info02 p a {
    padding: 10px 0;
  }
  /* line 1929, ../sass/_responsive.scss */
  .ft-bottom .foot-bg .info02 p a .icon-external {
    right: .5em;
  }
  /* line 1937, ../sass/_responsive.scss */
  .ft-bottom .pagetop {
    display: none !important;
    opacity: 0 !important;
  }
  /* line 1942, ../sass/_responsive.scss */
  .ft-bottom .sp-pagetop-circle {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    display: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(204, 204, 204, 0.8);
  }
  /* line 1953, ../sass/_responsive.scss */
  .ft-bottom .sp-pagetop-circle a {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* line 1959, ../sass/_responsive.scss */
  .ft-bottom .sp-pagetop-circle::before {
    position: absolute;
    top: 60%;
    left: 40%;
    content: "";
    display: block;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #514068;
    border-left: 2px solid #514068;
    -moz-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
  }
}
@media screen and (max-width: 450px) {
  /* line 2025, ../sass/_responsive.scss */
  .wrapper header .sp-inner .contact-area .box a {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 15px 0;
  }
  /* line 2033, ../sass/_responsive.scss */
  .wrapper header .sp-inner .contact-area .box02 a img {
    width: 13px;
    height: 16px;
  }
  /* line 2044, ../sass/_responsive.scss */
  .wrapper header .sp-inner .sp-utility-area ul li a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 435px) {
  /* line 2058, ../sass/_responsive.scss */
  .main-container .contents .link-box {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 414px) {
  /* line 2070, ../sass/_responsive.scss */
  .wrapper header .sp-inner .wrap {
    height: 160%;
  }
}
@media screen and (max-width: 400px) {
  /* line 2085, ../sass/_responsive.scss */
  .wrapper header .sp-inner .contact-area .box a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 2092, ../sass/_responsive.scss */
  .wrapper header .sp-inner .category-area dl dd {
    padding: 25px 25px 10px;
  }
  /* line 2096, ../sass/_responsive.scss */
  .wrapper header .sp-inner .category-area dl dd ul li .ttl-box {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  /* line 2113, ../sass/_responsive.scss */
  .wrapper header .siteid a {
    padding: 10px;
  }
  /* line 2116, ../sass/_responsive.scss */
  .wrapper header .siteid a img {
    max-width: 220px;
  }
  /* line 2126, ../sass/_responsive.scss */
  .wrapper header .sp-inner .contact-area .box02 a img {
    left: 10px;
  }
  /* line 2135, ../sass/_responsive.scss */
  .wrapper header .sp-inner .category-area dl dd {
    padding: 25px 10px 10px;
  }
  /* line 2139, ../sass/_responsive.scss */
  .wrapper header .sp-inner .category-area dl dd ul li .ttl-box {
    margin-left: .5em;
  }
  /* line 2150, ../sass/_responsive.scss */
  .wrapper header .sp-inner .menu-all .btn-all::before {
    left: 15px;
  }
  /* line 2158, ../sass/_responsive.scss */
  .wrapper header .sp-inner .btn-box a::before {
    left: 15px;
  }
}
@media screen and (max-width: 320px) {
  /* line 2173, ../sass/_responsive.scss */
  .contact-area .box a span {
    display: inline-block;
    margin-left: 10px;
  }

  /* line 2184, ../sass/_responsive.scss */
  .wrapper header .sp-inner .wrap {
    height: 350px;
  }
}
