@charset "UTF-8";
/*!
Theme Name: ISI日本語学校
Theme URI:
Description: ISI日本語学校 サイトテーマ
Text Domain: ISI日本語学校
Version: 1.0
*/
/* reset
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

button:focus {
  outline: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="submit"],
input[type="reset"] {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
}

input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

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

body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.fs-pop {
  font-family: 'Poppins', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fs-pop.fw-semi {
  font-weight: 500;
}

.color-w {
  color: #fff;
}

.color-red {
  color: #d62133;
}

.color-blue {
  color: #19426e;
}

.bg-white {
  background: #fff;
}

a {
  color: #333333;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

a:hover .hv-op {
  opacity: 0.7;
}

a:hover .hv-op0 {
  opacity: 0;
}

a:hover .hv-line {
  text-decoration: underline;
}

a.hv-op:hover {
  opacity: 0.7;
}

a.hv-line:hover {
  text-decoration: underline;
}

a.hv-line02 {
  text-decoration: underline;
}

a.hv-line02:hover {
  text-decoration: none;
}

.btn-elm:hover .hv-op {
  opacity: 0.7;
}

.btn-elm:hover .hv-op0 {
  opacity: 0;
}

.btn-elm:hover img {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.btn-elm.hv-op:hover {
  opacity: 0.7;
}

.hv-op0,
.hv-op {
  transition: opacity 0.5s;
}

.hv-bg-yellow.bgc-n:hover,
.hv-bg-yellow:hover {
  background: #ffea00;
}

.transition {
  transition: all 0.5s;
}

.fw-b {
  font-weight: bold;
}

.fs-i {
  font-style: italic;
}

.js-toggle-btn {
  cursor: pointer;
}

.js-tab-contents {
  display: none;
}

.js-tab-contents.current {
  display: block;
}

.lazy-bg {
  opacity: 0;
  transition: opacity 0.8s;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.8s;
}

/* レイアウト */
.wrapper {
  overflow: hidden;
}

.of-hid {
  overflow: hidden;
}

.bs-b {
  box-sizing: border-box;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.posi-r {
  position: relative;
}

.table-style {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.table-cell {
  display: table-cell;
}

.inline-block {
  display: inline-block;
}

.i-block {
  display: inline-block;
}

.block {
  display: block;
}

.bg-style {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.va-top {
  vertical-align: top;
}

.va-mid {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.w100 {
  width: 100%;
}

.mw240 {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.pdb1 {
  padding-bottom: 1px;
}

.pt100 {
  padding-top: 100%;
}

.hidden {
  display: none !important;
}

.lh-1 {
  line-height: 1;
}

.customize-support .page-link-elm {
  padding-top: 108px !important;
  margin-top: -108px !important;
}

.page-link-elm {
  padding-top: 76px !important;
  margin-top: -76px !important;
}

@media only screen and (min-width: 769px) {
  .table-style-pc {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .table-cell-pc {
    display: table-cell;
  }
  .sp-mode {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    min-width: inherit;
  }
  .pc-mode {
    display: none !important;
  }
  .fl-l,
  .fl-r {
    float: none;
  }
  a:hover img {
    opacity: 1;
  }
  .customize-support .page-link-elm {
    padding-top: 50px !important;
    margin-top: -50px !important;
  }
  .page-link-elm {
    padding-top: 50px !important;
    margin-top: -50px !important;
  }
}

/* header
----------------------------------------------------------*/
.customize-support .global-header {
  top: 32px;
}

.header-attention-box {
  position: relative;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.header-attention-box .close-btn {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 9;
  height: 18px;
  width: 18px;
  background: url(common/img/common/icon-close.png) no-repeat;
  margin: -9px 0 0;
  cursor: pointer;
}

.header-attention-box .ttl-text {
  height: 84px;
  width: 200px;
  background: #ffe4e4;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.header-attention-box .ttl-text p {
  padding: 5px 10px;
}

.header-attention-box .lead-text {
  padding: 5px 80px 5px 37px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.header-attention-box .date {
  width: 105px;
}

.global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #1e3a57;
}

.global-header.slide-menu-elm.header-transit {
  transition: all 0.3s;
}

.global-header.top:hover {
  background: #1e3a57;
}

.global-header.top.on {
  background: #1e3a57;
}

.global-header .logo {
  position: absolute;
  top: 12px;
  left: 40px;
  z-index: 2;
}

.global-header .logo img {
  height: 50px;
}

.global-header .btn-menu {
  width: 140px;
}

.global-header .header-inner {
  position: relative;
  padding: 0 0 0 280px;
}

.global-header .menu-area {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.global-header .current-lang-btn {
  position: absolute;
  display: block;
  top: 0;
  right: 160px;
  z-index: 1;
  text-align: right;
}

.global-header .current-lang-btn .table-cell {
  height: 76px;
  padding: 0 0 0;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

.global-header .current-lang-btn p {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  vertical-align: middle;
  cursor: pointer;
  transition: opacity 0.5s;
}

.global-header .current-lang-btn p:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  margin: -10px auto 0;
  padding: 0;
  background: url(common/img/common/icon-lang.png) no-repeat;
}

.global-header .current-lang-btn p:hover {
  opacity: 0.7;
}

.global-header .lang-list-wrap {
  overflow: hidden;
  display: table-cell;
  height: 76px;
  vertical-align: middle;
  text-align: right;
}

.global-header .lang-list {
  display: inline-block;
  padding: 0 10px 0 0;
  vertical-align: middle;
  line-height: 1.5;
  transform: translateX(100%);
  transition: all 0.3s;
}

.global-header .lang-list.lang-show {
  transform: translateX(0);
}

.global-header .lang-list li {
  display: inline-block;
  vertical-align: top;
}

.global-header .lang-list li:before {
  content: "｜";
  padding: 0 4px 0 1px;
  color: #fff;
}

.global-header .lang-list li:first-child {
  position: relative;
  padding-left: 27px;
}

.global-header .lang-list li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  margin: -10px auto 0;
  padding: 0;
  background: url(common/img/common/icon-lang.png) no-repeat;
}

.global-header .lang-list li:last-child:before {
  display: none;
}

.global-header .lang-list li a {
  transition: opacity 0.5s;
}

.global-header .lang-list li a:hover {
  opacity: 0.7;
}

.global-header .lang-list li .current_language {
  opacity: 0.4;
}

.global-header .lang-list li .current_language:hover {
  opacity: 0.4;
}

.global-header .lang-list a {
  color: #fff;
}

.global-header .lang-list .page-lang {
  opacity: 0.4;
  cursor: pointer;
}

.global-header .lang-list .page-lang span {
  color: #fff;
}

.global-header .lang-list .lang-translation {
  margin: 0 0 0 23px;
}

.global-header .lang-list .lang-translation a {
  color: #000;
}

.global-header .lang-list .lang-translation a:hover {
  opacity: 1;
}

.global-header .lang-list .lang-translation:before {
  display: none;
}

.global-header .lang-list .lang-translation .goog-te-gadget-simple {
  padding-top: 0;
  padding-bottom: 0;
}

.global-header .lang-list .lang-translation .goog-te-gadget {
  font-size: 0;
}

.global-header .lang-list .lang-translation .goog-te-gadget .goog-logo-link,
.global-header .lang-list .lang-translation .goog-te-gadget > span {
  display: none;
}

.global-header .lang-list .lang-translation .goog-te-gadget .goog-te-combo {
  margin: 1px 0 0;
  height: 22px;
  width: 120px;
  vertical-align: middle;
}

.global-header .lang-list .lang-close-btn {
  padding: 0 0 0 13px;
  cursor: pointer;
}

.global-header .lang-list .lang-close-btn:before {
  display: none;
}

.global-header .lang-list .lang-close-btn img {
  padding: 4px 0 0;
}

.global-header .btn-menu {
  display: table-cell;
  height: 76px;
  width: 120px;
  padding: 0 0 0 20px;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
}

.global-header .btn-menu.on {
  background-color: #12263b;
}

.global-header .btn-menu.on .bar {
  height: 13px;
  width: 21px;
  vertical-align: middle;
}

.global-header .btn-menu.on .bar span {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
}

.global-header .btn-menu.on .bar .bar01 {
  top: 0;
  transform: translateY(7px) rotate(-45deg);
}

.global-header .btn-menu.on .bar .bar02 {
  top: 6px;
  opacity: 0;
}

.global-header .btn-menu.on .bar .bar03 {
  top: 12px;
  transform: translateY(-5px) rotate(45deg);
}

.global-header .btn-menu .bar {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 18px;
  margin: 1px 10px 0 0;
  vertical-align: middle;
}

.global-header .btn-menu .bar span {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
}

.global-header .btn-menu .bar .bar01 {
  top: 0;
}

.global-header .btn-menu .bar .bar02 {
  top: 6px;
}

.global-header .btn-menu .bar .bar03 {
  top: 12px;
}

.global-header .btn-menu .menu-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 782px) {
  .customize-support .global-header {
    top: 46px;
  }
}

@media only screen and (max-width: 768px) {
  .header-attention-box {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header-attention-box .attention-wrap {
    display: block;
  }
  .header-attention-box .close-btn {
    top: 0;
    right: 0;
    height: 30px;
    width: 40px;
    background: url(common/img/common/icon-close-sp.png) no-repeat center center;
    background-size: 11px 11px;
    margin: 0;
  }
  .header-attention-box .ttl-text {
    display: block;
    height: auto;
    width: auto;
    line-height: 30px;
    text-align: left;
  }
  .header-attention-box .ttl-text p {
    padding: 0 40px 0 4.6875%;
  }
  .header-attention-box .lead-text {
    display: block;
    padding: 12px 4.6875% 14px;
  }
  .header-attention-box .date {
    width: 76px;
  }
  .global-header.top .btn-menu {
    background: none;
  }
  .global-header .logo {
    position: absolute;
    top: 9px;
    left: 3.4375%;
    z-index: 1;
  }
  .global-header .logo img {
    height: 29px;
  }
  .global-header .btn-menu {
    width: 140px;
  }
  .global-header .header-inner {
    height: 50px;
    padding: 0;
  }
  .global-header .menu-area {
    display: block;
  }
  .global-header .lang-list-wrap {
    overflow: auto;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    height: auto;
    width: 120px;
    background: #1e3a57;
    -webkit-overflow-scrolling: touch;
    transition: background 0.5s;
  }
  .global-header .current-lang-btn {
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 1;
    width: 80px;
    text-align: right;
    cursor: pointer;
  }
  .global-header .current-lang-btn .table-cell {
    height: 50px;
    padding: 0 8px 0 0;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .global-header .current-lang-btn p {
    display: inline-block;
    position: relative;
    padding: 0 0 0 15px;
    vertical-align: middle;
  }
  .global-header .current-lang-btn p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 12px;
    width: 12px;
    margin: -6px auto 0;
    padding: 0;
    background: url(common/img/common/icon-lang-sp.png) no-repeat;
    background-size: 12px 12px;
  }
  .global-header .lang-list {
    display: block;
    padding: 0 0 0;
    text-align: left;
    transform: translateX(0);
  }
  .global-header .lang-list li {
    display: block;
  }
  .global-header .lang-list li + li {
    border-top: 1px solid #12263b;
  }
  .global-header .lang-list li:before {
    display: none;
  }
  .global-header .lang-list li:first-child {
    padding-left: 0;
  }
  .global-header .lang-list li:first-child:before {
    display: none;
  }
  .global-header .lang-list li:last-child:after {
    display: none;
  }
  .global-header .lang-list li > a {
    display: block;
    padding: 12px 10px 12px 15px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .global-header .lang-list li > a:hover {
    opacity: 1;
  }
  .global-header .lang-list li .current_language {
    opacity: 0.4;
  }
  .global-header .lang-list .lang-translation {
    padding: 10px 0;
    margin: 0;
  }
  .global-header .lang-list .lang-translation .goog-te-gadget {
    position: relative;
    overflow: hidden;
    width: 100px;
    margin: 0 auto;
  }
  .global-header .lang-list .lang-translation .goog-te-gadget a {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0;
  }
  .global-header .lang-list .lang-translation .goog-te-gadget .goog-te-gadget-simple {
    width: 100%;
    padding: 2px 18px 2px 0;
    min-height: 16px;
    box-sizing: border-box;
  }
  .global-header .lang-list .lang-translation .goog-te-gadget .goog-te-gadget-simple > img {
    position: absolute;
    top: 2px;
    left: 0;
  }
  .global-header .lang-list .lang-translation .goog-te-gadget .goog-te-menu-value span {
    position: absolute;
    top: 6px;
    right: 13px;
    z-index: 1;
    height: 12px;
    width: 1px;
  }
  .global-header .lang-list .lang-translation .goog-te-gadget .goog-te-menu-value span:first-child {
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0 0 0 25px;
    position: static;
    top: inherit;
    left: inherit;
    height: auto;
    width: auto;
    box-sizing: border-box;
  }
  .global-header .lang-list .lang-translation .goog-te-gadget .goog-te-menu-value span:last-child {
    position: absolute;
    top: 4px;
    right: 2px;
    z-index: 1;
    height: auto;
    width: auto;
  }
  .global-header .lang-list .lang-translation .goog-te-gadget .goog-te-menu-value > img {
    display: none;
  }
  .global-header .lang-list .lang-translation .goog-te-gadget .goog-te-combo {
    width: 100px;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .global-header .lang-list .lang-close-btn,
  .global-header .lang-list .page-lang {
    display: none;
  }
  .global-header .btn-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    background: #12263b;
    text-align: center;
  }
  .global-header .btn-menu.on {
    background-color: #12263b;
  }
  .global-header .btn-menu.on .bar {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0;
  }
  .global-header .btn-menu.on .bar span {
    position: absolute;
    left: 11px;
    height: 1px;
    width: 28px;
    background: #fff;
  }
  .global-header .btn-menu.on .bar .bar01 {
    top: 15px;
    transform: translateY(9px) rotate(-45deg);
  }
  .global-header .btn-menu.on .bar .bar03 {
    top: 31px;
    transform: translateY(-7px) rotate(45deg);
  }
  .global-header .btn-menu .bar {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0;
  }
  .global-header .btn-menu .bar span {
    position: absolute;
    left: 13px;
    height: 1px;
    width: 24px;
    background: #fff;
  }
  .global-header .btn-menu .bar .bar01 {
    top: 17px;
  }
  .global-header .btn-menu .bar .bar02 {
    top: 25px;
  }
  .global-header .btn-menu .bar .bar03 {
    top: 33px;
  }
  .global-header .btn-menu .menu-text {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .customize-support .global-header.fix {
    top: 0;
  }
}

/* global-nav
----------------------------------------------------------*/
.slide-menu-elm {
  transform: translateX(0);
  transition: transform 0.3s;
}

.global-nav {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  background: #12263b;
  padding: 0;
  box-sizing: border-box;
  z-index: 10000;
}

.global-nav.fix {
  bottom: 0;
}

.global-nav .nav-inner {
  overflow: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.global-nav .menu-head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 76px;
  background: #12263b;
}

.global-nav .close-btn-wrap {
  display: table;
  table-layout: fixed;
  width: 140px;
}

.global-nav .btn-menu-close {
  display: table-cell;
  height: 76px;
  width: 120px;
  padding: 0 0 0 16px;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
}

.global-nav .btn-menu-close .bar {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 21px;
  margin: 0 3px 0 0;
  vertical-align: middle;
}

.global-nav .btn-menu-close .bar span {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
}

.global-nav .btn-menu-close .bar .bar01 {
  top: 0;
  transform: translateY(7px) rotate(-45deg);
}

.global-nav .btn-menu-close .bar .bar02 {
  top: 6px;
  opacity: 0;
}

.global-nav .btn-menu-close .bar .bar03 {
  top: 12px;
  transform: translateY(-5px) rotate(45deg);
}

.global-nav .btn-menu-close .menu-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.global-nav .search-form {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 250px;
}

.global-nav .search-form .search-field {
  height: 30px;
  padding: 0 10px 0 42px;
  border-radius: 14px;
  background: #1e3a57;
  color: #fff;
  line-height: 30px;
  font-size: 13px;
  font-size: 1.3rem;
}

.global-nav .search-form .search-submit {
  position: absolute;
  top: 0;
  left: 7px;
  z-index: 9;
  height: 30px;
  width: 30px;
  background: url(common/img/common/icon-search.png) no-repeat center center;
  text-indent: -9999px;
}

.global-nav .nav-box {
  position: relative;
  padding: 57px 0 40px 60px;
}

.global-nav .main-link-list-area {
  float: left;
  width: 100%;
  margin: 0 -260px 0 0;
}

.global-nav .main-link-list {
  margin: 0 260px 0 0;
}

.global-nav .main-link-list-wrap {
  padding: 0;
  font-size: 0;
}

.global-nav .main-link-elm-list-elm-box {
  display: inline-block;
  width: 200px;
  margin: 0 30px 20px 0;
  vertical-align: top;
}

.global-nav .main-link-elm-list-elm-box .main-link-list-elm {
  display: block;
  margin: 0;
}

.global-nav .main-link-elm-list-elm-box .main-link-list-elm + .main-link-list-elm {
  margin-top: 20px;
}

.global-nav .main-link-list-elm {
  display: inline-block;
  width: 200px;
  margin: 0 30px 20px 0;
  vertical-align: top;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.global-nav .main-link-list-elm a {
  color: #fff;
}

.global-nav .main-link-list-elm .table-cell {
  height: 42px;
}

.global-nav .main-link-list-elm .img-icon {
  width: 30px;
}

.global-nav .main-link-list-elm .link-text-sub {
  margin: 0px 0 0;
  color: #d62133;
  font-weight: 100;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.global-nav .main-link-list-elm .link-text-box {
  padding: 0 0 0 10px;
}

.global-nav .no-sub-link {
  display: none;
}

.global-nav .main-sub-link-box {
  margin: 16px 0 0;
  padding: 20px 15px 22px;
  background-color: #1e3145;
}

.global-nav .main-sub-link-box .sub-link {
  padding-left: 1em;
  text-indent: -1em;
}

.global-nav .main-sub-link-box .sub-link:before {
  content: "・";
  color: #fff;
}

.global-nav .main-sub-link-box .sub-link + .sub-link {
  margin-top: 10px;
}

.global-nav .main-sub-link-box .sub-link a {
  font-size: 14px;
  font-size: 1.4rem;
}

.global-nav .sub-link-box {
  float: left;
  width: 200px;
}

.global-nav .sub-link-box .no-sub-link {
  display: block;
}

.global-nav .contact-wrap {
  padding: 0 0 20px;
}

.global-nav .contact-wrap .btn {
  max-width: 300px;
  margin: 0 auto;
}

.global-nav .contact-wrap .btn-red {
  font-size: 15px;
  font-size: 1.5rem;
}

.global-nav .contact-wrap .table-cell {
  padding: 4px 20px 5px;
  height: 58px;
  box-sizing: border-box;
}

.global-nav .contact-wrap .btn-red:after {
  display: none;
}

.global-nav .bottom-link-wrap {
  padding: 20px 0 26px;
}

.global-nav .bottom-link-list {
  font-size: 0;
  padding: 0;
}

.global-nav .bottom-link-list li {
  position: relative;
  padding: 0 0 0 29px;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
}

.global-nav .bottom-link-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 1px;
  width: 10px;
  margin: 0;
  background-color: #fff;
  vertical-align: middle;
}

.global-nav .bottom-link-list li + li {
  margin-top: 14px;
}

.global-nav .bottom-link-list li a {
  color: #fff;
}

.global-nav .bottom-link-list .hv-line:hover {
  padding-bottom: 1px;
}

@media only screen and (min-width: 769px) {
  .global-nav .main-sub-link-box {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .global-nav {
    top: 50px;
    padding: 0;
    box-sizing: border-box;
    z-index: 9999;
  }
  .global-nav .menu-head {
    height: 50px;
  }
  .global-nav .close-btn-wrap {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 9;
    width: 50px;
  }
  .global-nav .btn-menu-close {
    display: block;
    height: 50px;
    width: 50px;
    padding: 0;
  }
  .global-nav .btn-menu-close .bar {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0;
  }
  .global-nav .btn-menu-close .bar span {
    position: absolute;
    left: 11px;
    height: 1px;
    width: 28px;
    background: #fff;
  }
  .global-nav .btn-menu-close .bar .bar01 {
    top: 15px;
    transform: translateY(9px) rotate(-45deg);
  }
  .global-nav .btn-menu-close .bar .bar03 {
    top: 31px;
    transform: translateY(-7px) rotate(45deg);
  }
  .global-nav .btn-menu-close .menu-text {
    display: none;
  }
  .global-nav .nav-box {
    padding: 0 0 8px;
  }
  .global-nav .search-form {
    top: 12px;
    right: 10px;
    width: 120px;
  }
  .global-nav .search-form .search-field {
    height: 28px;
    padding: 0 10px 0 24px;
    border-radius: 14px;
    background: #1e3a57;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .global-nav .search-form .search-field::-webkit-input-placeholder {
    font-size: 10px;
    font-size: 1rem;
    padding-top: 5px;
  }
  .global-nav .search-form .search-field:-ms-input-placeholder {
    font-size: 10px;
    font-size: 1rem;
    padding-top: 5px;
  }
  .global-nav .search-form .search-field::-moz-placeholder {
    font-size: 10px;
    font-size: 1rem;
    padding-top: 5px;
  }
  .global-nav .search-form .search-submit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 26px;
    width: 28px;
    background: url(common/img/common/icon-search.png) no-repeat center center;
    background-size: 10px 11px;
  }
  .global-nav .main-link-list-area {
    float: none;
    margin: 0;
  }
  .global-nav .main-link-list {
    margin: 0;
    padding: 0 0 0;
  }
  .global-nav .main-link-list-wrap {
    padding: 0 0;
  }
  .global-nav .main-link-elm-list-elm-box {
    display: block;
    width: auto;
    margin: 0;
  }
  .global-nav .main-link-elm-list-elm-box .main-link-list-elm + .main-link-list-elm {
    margin-top: 0;
  }
  .global-nav .main-link-list-elm {
    display: block;
    width: auto;
    margin: 0;
    border-bottom: 1px solid #354658;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .global-nav .main-link-list-elm > a {
    position: relative;
    padding: 9px 4.6875% 8px;
  }
  .global-nav .main-link-list-elm > a:hover {
    opacity: 1;
  }
  .global-nav .main-link-list-elm .table-cell {
    height: 29px;
  }
  .global-nav .main-link-list-elm .img-icon {
    width: 28px;
  }
  .global-nav .main-link-list-elm .link-text-sub {
    margin: 1px 0 0;
    color: #d62133;
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
  .global-nav .main-link-list-elm .link-text-box {
    padding: 0 0 0 8px;
  }
  .global-nav .no-sub-link {
    display: block;
  }
  .global-nav .sub-link-toggle-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    z-index: 9;
    background: #1e3145 url(common/img/common/icon-toggle.png) no-repeat center center;
    background-size: 12px 7px;
  }
  .global-nav .sub-link-toggle-btn.on {
    transform: rotate(180deg);
  }
  .global-nav .main-sub-link-box {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid #334456;
  }
  .global-nav .main-sub-link-box:before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 1;
    height: 1px;
    width: 50px;
    background-color: #1e3145;
  }
  .global-nav .main-sub-link-box .main-sub-link {
    padding: 18px 20px 22px 40px;
  }
  .global-nav .main-sub-link-box .sub-link + .sub-link {
    margin-top: 10px;
  }
  .global-nav .main-sub-link-box .sub-link a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .global-nav .sub-link-box {
    position: static;
    width: auto;
  }
  .global-nav .sub-link-box .no-sub-link {
    display: none;
  }
  .global-nav .bottom-link-wrap {
    padding: 20px 0 22px;
  }
  .global-nav .bottom-link-wrap + .contact-wrap {
    padding-top: 0;
  }
  .global-nav .contact-wrap {
    padding: 13px 3.4375% 22px;
  }
  .global-nav .contact-wrap .btn {
    max-width: 220px;
    margin: 0;
  }
  .global-nav .contact-wrap .btn-red {
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 30px;
  }
  .global-nav .contact-wrap .table-cell {
    padding: 4px 20px 5px;
    height: 45px;
    box-sizing: border-box;
  }
  .global-nav .contact-wrap .btn-red:after {
    display: none;
  }
  .global-nav .bottom-link-list {
    font-size: 0;
    padding: 0 8.125%;
    text-align: left;
  }
  .global-nav .bottom-link-list li {
    padding: 0 0 0 21px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .global-nav .bottom-link-list li + li {
    margin-top: 11px;
  }
  .global-nav .bottom-link-list .hv-line:hover {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .customize-support .global-header.fix + .global-nav {
    padding-top: 50px;
  }
  .customize-support .global-header.fix + .global-nav .menu-head {
    top: 0;
  }
}

/* footer
----------------------------------------------------------*/
@media only screen and (min-width: 769px) {
  .global-footer .footer-link-box .no-sub-txt {
    padding-top: 4px;
  }
  .global-footer .footer-link-box .no-sub-txt .icon {
    margin-top: -2px;
  }
  .global-footer .footer-link-box .contact-link .no-sub-txt .icon {
    margin-top: -2px;
  }
}

.global-footer {
  position: relative;
  z-index: 30;
  padding: 70px 0 0;
  background: #cad0d5;
}

.global-footer .footer-link-box {
  margin: -140px 0 0;
}

.global-footer .footer-link-box a {
  background: #1e3a57;
  color: #fff;
}

.global-footer .footer-link-box a:hover {
  background: #12263b;
}

.global-footer .footer-link-box a .table-cell {
  height: 140px;
}

.global-footer .footer-link-box .text {
  margin: -4px 0 0;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.09em;
}

.global-footer .footer-link-box .icon {
  margin: -6px 12px 0 4px;
}

.global-footer .footer-link-box .sub-text {
  margin: 14px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.global-footer .footer-link-box .apply-link a {
  background: #c72636;
}

.global-footer .footer-link-box .apply-link a:hover {
  background: #a21321;
}

.global-footer .footer-link-box .apply-link .icon {
  width: 34px;
}

.global-footer .footer-link-box .contact-link .icon {
  width: 32px;
  margin: -5px 11px 0 5px;
}

.global-footer .footer-link-box .contact-link .text {
  letter-spacing: 0.07em;
}

.global-footer .footer-link-box + .foot01 {
  padding-top: 67px;
}

.global-footer .foot01 {
  padding: 80px 0 58px;
}

.global-footer .foot01 .link-area {
  font-size: 0;
}

.global-footer .foot01 .link-area ul {
  display: inline-block;
  margin: 0 2.75% 0 0;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.global-footer .foot01 .link-area ul li + li {
  margin-top: 8px;
}

.global-footer .foot01 .link-area .link01 {
  width: 24.16667%;
}

.global-footer .foot01 .link-area .link02 {
  width: 22.66667%;
}

.global-footer .foot01 .link-area .link03 {
  width: 25%;
}

.global-footer .foot01 .link-area .link-sns {
  width: 19.83333%;
  margin: 0;
  line-height: 1;
}

.global-footer .foot01 .link-area .link-sns .icon {
  width: 28px;
}

.global-footer .foot01 .link-area .link-sns .text {
  padding: 0 0 0 7px;
}

.global-footer .foot01 .link-area .link-sns li + li {
  margin-top: 19px;
}

.global-footer .bnr-list-slider-wrap {
  padding: 67px 0 55px;
}

.global-footer .bnr-list-slider-wrap .ct-inner {
  max-width: 1254px;
  padding-left: 13px;
  padding-right: 13px;
}

.global-footer .bnr-list-slider .slide-elm {
  margin: 0 27px;
}

.global-footer .foot02 {
  padding: 65px 0 55px;
  background: #1e3a57;
  color: #fff;
}

.global-footer .foot02 a {
  color: #fff;
}

.global-footer .logo-wrap {
  width: 234px;
}

.global-footer .logo-wrap .logo-wrap-inner {
  position: relative;
}

.global-footer .logo-wrap .logo {
  width: 84px;
  padding: 4px 0 0;
}

.global-footer .logo-wrap .text-img {
  position: absolute;
  top: 12px;
  left: 104px;
  z-index: 1;
  width: 112px;
}

.global-footer .logo-wrap .copyright {
  margin-top: 10px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 0.087em;
}

.global-footer .foot02-link-ttl,
.global-footer .foot02-link-list {
  padding: 0 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.global-footer .foot02-link-ttl a[target="_blank"]:after,
.global-footer .foot02-link-list a[target="_blank"]:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 16px;
  background: url(common/img/common/icon-blank.png) no-repeat;
  margin: -1px 0 0 7px;
  vertical-align: middle;
}

.global-footer .foot02-link-list {
  margin: 7px 0 0;
}

.global-footer .foot02-link-list li + li {
  margin-top: 7px;
}

@media only screen and (max-width: 1000px) {
  .global-footer .logo-wrap {
    width: 220px;
  }
}

@media only screen and (max-width: 768px) {
  .global-footer {
    padding: 35px 0 0;
    background: #cad0d5;
  }
  .global-footer .footer-link-list {
    display: block;
  }
  .global-footer .footer-link-box {
    margin: -77px 0 0;
    padding: 0 3.125%;
  }
  .global-footer .footer-link-box a {
    position: relative;
    padding: 0 50px;
  }
  .global-footer .footer-link-box a .table-cell {
    height: 84px;
  }
  .global-footer .footer-link-box .text {
    margin: 0 0 0;
    font-size: 21px;
    font-size: 2.1rem;
    letter-spacing: 0.08em;
  }
  .global-footer .footer-link-box .icon {
    margin: 0;
  }
  .global-footer .footer-link-box .sub-text {
    margin: 7px 0 1px;
    font-size: 10px;
    font-size: 1rem;
  }
  .global-footer .footer-link-box .apply-link {
    display: block;
  }
  .global-footer .footer-link-box .apply-link .icon {
    width: 20px;
    margin: -3px 6px 0 -1px;
  }
  .global-footer .footer-link-box .contact-link {
    display: block;
  }
  .global-footer .footer-link-box .contact-link .icon {
    width: 20px;
    margin: -3px 6px 0 6px;
  }
  .global-footer .footer-link-box .contact-link .text {
    letter-spacing: 0.07em;
  }
  .global-footer .footer-link-box + .foot01 {
    padding-top: 35px;
  }
  .global-footer .foot01 {
    padding: 50px 4.6875% 0;
  }
  .global-footer .foot01 .link-area ul {
    margin: 0 3.44828% 29px;
    font-size: 10px;
    font-size: 1rem;
  }
  .global-footer .foot01 .link-area ul li + li {
    margin-top: 5px;
  }
  .global-footer .foot01 .link-area .link01 {
    width: 43.10345%;
  }
  .global-footer .foot01 .link-area .link02 {
    width: 43.10345%;
  }
  .global-footer .foot01 .link-area .link03 {
    width: 43.10345%;
  }
  .global-footer .foot01 .link-area .link-sns {
    width: 43.10345%;
    margin: 0 0 29px;
    line-height: 1;
  }
  .global-footer .foot01 .link-area .link-sns .icon {
    width: 20px;
    padding: 0 0 0 8px;
  }
  .global-footer .foot01 .link-area .link-sns .text {
    padding: 2px 0 0 5px;
  }
  .global-footer .foot01 .link-area .link-sns li + li {
    margin-top: 12px;
  }
  .global-footer .bnr-list-slider-wrap {
    padding: 10px 0 51px;
  }
  .global-footer .bnr-list-slider-wrap .ct-inner {
    padding: 0;
  }
  .global-footer .bnr-list-slider {
    font-size: 0;
  }
  .global-footer .bnr-list-slider .slide-elm {
    display: inline-block;
    width: 45.51724%;
    margin: 0 2.06897% 5.17241%;
    vertical-align: top;
  }
  .global-footer .foot02 {
    padding: 30px 4.6875% 29px;
  }
  .global-footer .foot02-ct {
    position: relative;
    min-height: 100px;
    display: block;
    padding: 0 0 0 95px;
    box-sizing: border-box;
  }
  .global-footer .logo-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    padding: 0 0 0;
  }
  .global-footer .logo-wrap .logo {
    width: 60px;
    padding: 1px 0 0;
  }
  .global-footer .logo-wrap .text-img {
    position: relative;
    top: inherit;
    left: inherit;
    width: 60px;
    margin-top: 12px;
  }
  .global-footer .logo-wrap .copyright {
    margin-top: 12px;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 100;
    letter-spacing: 0.01em;
  }
  .global-footer .foot02-link-wrap {
    display: block;
  }
  .global-footer .foot02-link-wrap + .foot02-link-wrap {
    margin-top: 20px;
  }
  .global-footer .foot02-link-ttl,
  .global-footer .foot02-link-list {
    padding: 0;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.03em;
  }
  .global-footer .foot02-link-ttl a[target="_blank"]:after,
  .global-footer .foot02-link-list a[target="_blank"]:after {
    height: 9px;
    width: 11px;
    background: url(common/img/common/icon-blank-sp.png) no-repeat;
    background-size: 11px 9px;
    margin-left: 5px;
  }
  .global-footer .foot02-link-list {
    margin: 5px 0 0;
  }
  .global-footer .foot02-link-list li + li {
    margin-top: 5px;
  }
}

/* contents
----------------------------------------------------------*/
.ct-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.ct-inner-s {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.ct-inner-1170 {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  .ct-inner,
  .ct-inner-s,
  .ct-inner-1170 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* btn */
.btn-white {
  position: relative;
  display: block;
  border: 2px solid #fff;
  border-radius: 35px;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}

.btn-white.blank:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  height: 14px;
  width: 16px;
  background: url(common/img/common/icon-blank.png) no-repeat;
  margin: -8px 0 0;
}

.btn-white.arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  height: 14px;
  width: 8px;
  background: url(common/img/common/icon-arrow-r.png) no-repeat;
  margin: -7px 0 0;
}

.btn-white:hover {
  background: #fff;
  color: #19426e;
}

.btn-white:hover.blank:after {
  background: url(common/img/common/icon-blank-b.png) no-repeat;
}

.btn-white:hover.arrow:after {
  background: url(common/img/common/icon-arrow-r-b.png) no-repeat;
}

.btn-white.lg .table-cell {
  height: 63px;
}

.btn-white.small .table-cell {
  height: 49px;
}

.btn-white .table-cell {
  padding: 4px 40px 5px;
  height: 59px;
}

.btn-red {
  position: relative;
  display: block;
  border: 2px solid #c72636;
  background: #c72636;
  border-radius: 35px;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}

.btn-red:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  height: 14px;
  width: 8px;
  background: url(common/img/common/icon-arrow-r.png) no-repeat;
  margin: -7px 0 0;
}

.btn-red:hover {
  background: #fff;
  color: #c72636;
}

.btn-red:hover:after {
  background: url(common/img/common/icon-arrow-r-red.png) no-repeat;
}

.btn-red.small .table-cell {
  height: 47px;
}

.btn-red .table-cell {
  padding: 4px 40px 5px;
  height: 63px;
}

.btn-blue {
  position: relative;
  display: block;
  background: #1e3a57;
  border: 2px solid #1e3a57;
  border-radius: 35px;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}

.btn-blue.blank:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  height: 14px;
  width: 16px;
  background: url(common/img/common/icon-blank.png) no-repeat;
  margin: -8px 0 0;
}

.btn-blue:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  height: 14px;
  width: 8px;
  background: url(common/img/common/icon-arrow-r.png) no-repeat;
  margin: -7px 0 0;
}

.btn-blue.no-icon:after {
  display: none;
}

.btn-blue:hover {
  background: #fff;
  color: #19426e;
}

.btn-blue:hover:after {
  background: url(common/img/common/icon-arrow-r-b.png) no-repeat;
}

.btn-blue:hover.blank:after {
  background: url(common/img/common/icon-blank-b.png) no-repeat;
}

.btn-blue .table-cell {
  padding: 4px 40px 5px;
  height: 59px;
}

.btn-blue.small .table-cell {
  height: 50px;
}

.btn-blue.lg {
  border-radius: 37px;
}

.btn-blue.lg .table-cell {
  height: 64px;
}

.btn-blue.icon-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  height: 14px;
  width: 8px;
  background: url(common/img/common/icon-arrow-l.png) no-repeat;
  margin: -7px 0 0;
}

.btn-blue.icon-left:hover:after {
  background: url(common/img/common/icon-arrow-l-b.png) no-repeat;
}

.btn-blue.no-radius {
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.btn-blue.no-radius .table-cell {
  padding: 10px 30px 10px 22px;
  height: auto;
}

.contact-btn:before {
  content: "";
  display: inline-block;
  height: 17px;
  width: 23px;
  background: url(common/img/common/icon-mail.png) no-repeat;
  transition: all 0.5s;
  margin: -3px 9px 0 4px;
  vertical-align: middle;
}

.contact-btn:hover:before {
  background-image: url(common/img/common/icon-mail-r.png);
}

@media only screen and (max-width: 768px) {
  .btn-white {
    border: 1px solid #fff;
    border-radius: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .btn-white.blank:after {
    right: 14px;
    height: 16px;
    width: 18px;
    background: url(common/img/common/icon-blank-sp.png) no-repeat;
    background-size: 18px 16px;
    margin: -8px 0 0;
  }
  .btn-white.arrow:after {
    right: 10px;
    height: 10px;
    width: 6px;
    background: url(common/img/common/icon-arrow-r-w-sp.png) no-repeat;
    background-size: 6px 10px;
    margin: -5px 0 0;
  }
  .btn-white:hover {
    background: none;
    color: #fff;
  }
  .btn-white:hover.blank:after {
    background: url(common/img/common/icon-blank-sp.png) no-repeat;
    background-size: 18px 16px;
  }
  .btn-white:hover.arrow:after {
    background: url(common/img/common/icon-arrow-r-w-sp.png) no-repeat;
    background-size: 6px 10px;
  }
  .btn-white.lg {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .btn-white.lg .table-cell {
    height: 33px;
  }
  .btn-white.small {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .btn-white.small .table-cell {
    height: 33px;
  }
  .btn-white .table-cell {
    padding: 5px 20px 5px;
    height: 39px;
  }
  .btn-red {
    border-radius: 21px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .btn-red:after {
    right: 10px;
    height: 10px;
    width: 6px;
    background: url(common/img/common/icon-arrow-r-w-sp.png) no-repeat;
    background-size: 6px 10px;
    margin: -5px 0 0;
  }
  .btn-red:hover {
    background: #c72636;
    color: #fff;
  }
  .btn-red:hover:after {
    background: url(common/img/common/icon-arrow-r-w-sp.png) no-repeat;
    background-size: 6px 10px;
  }
  .btn-red.small .table-cell {
    height: 32px;
  }
  .btn-red .table-cell {
    padding: 5px 20px 4px;
    height: 31px;
  }
  .btn-blue {
    border-radius: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .btn-blue.blank:after {
    right: 8px;
    height: 14px;
    width: 16px;
    background: url(common/img/common/icon-blank-sp.png) no-repeat;
    background-size: 16px 14px;
    margin: -7px 0 0;
  }
  .btn-blue:after {
    right: 10px;
    height: 10px;
    width: 6px;
    background: url(common/img/common/icon-arrow-r-w-sp.png) no-repeat;
    background-size: 6px 10px;
    margin: -5px 0 0;
  }
  .btn-blue.no-icon:after {
    display: none;
  }
  .btn-blue:hover {
    background: #19426e;
    color: #fff;
  }
  .btn-blue:hover:after {
    background: url(common/img/common/icon-arrow-r-w-sp.png) no-repeat;
    background-size: 6px 10px;
  }
  .btn-blue:hover.blank:after {
    background: url(common/img/common/icon-blank-sp.png) no-repeat;
    background-size: 16px 14px;
  }
  .btn-blue .table-cell {
    padding: 5px 20px 4px;
    height: 37px;
  }
  .btn-blue.small .table-cell {
    height: 33px;
  }
  .btn-blue.lg {
    border-radius: 22px;
  }
  .btn-blue.lg .table-cell {
    padding: 4px 20px 5px;
    height: 32px;
  }
  .btn-blue.icon-left {
    letter-spacing: 0.06em;
  }
  .btn-blue.icon-left:after {
    left: 9px;
    height: 10px;
    width: 5px;
    background: url(common/img/common/icon-arrow-l-sp.png) no-repeat;
    background-size: 5px 10px;
    margin: -5px 0 0;
  }
  .btn-blue.icon-left:hover {
    color: #fff;
    background: #1e3a57;
  }
  .btn-blue.icon-left:hover:after {
    background: url(common/img/common/icon-arrow-l-sp.png) no-repeat;
    background-size: 5px 10px;
  }
  .btn-blue.icon-left .table-cell {
    padding: 4px 27px 4px;
  }
  .btn-blue.no-radius {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn-blue.no-radius:after {
    right: 14px;
  }
  .btn-blue.no-radius .table-cell {
    padding: 11px 25px 11px 13px;
    height: auto;
  }
  .contact-btn:before {
    height: 14px;
    width: 18px;
    background: url(common/img/common/icon-mail-sp.png) no-repeat;
    background-size: 18px 14px;
    margin: -3px 5px 0 0px;
  }
  .contact-btn:hover:before {
    background-image: url(common/img/common/icon-mail-sp.png);
    background-size: 18px 14px;
  }
}

/* ttl */
.ct-ttl01 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.4;
}

.ct-ttl01:before {
  content: "";
  display: block;
  height: 17px;
  width: 19px;
  margin: 0 auto 18px;
  background: url(common/img/common/icon-ttl.png) no-repeat;
  line-height: 1;
}

.ct-ttl01.no-icon:before {
  display: none;
}

.ttl-bg-line {
  margin: 0 0 24px;
  padding: 32px 39px 32px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 26px;
  font-size: 2.6rem;
  background: url(common/img/single/bg-ttl-line.png) repeat top left;
}

@media only screen and (max-width: 768px) {
  .ct-ttl01 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .ct-ttl01:before {
    height: 13px;
    width: 14px;
    margin: 0 auto 1px;
    background: url(common/img/common/icon-ttl01-sp.png) no-repeat;
    background-size: 14px 13px;
  }
  .ttl-bg-line {
    margin: 0 0 21px;
    padding: 10px 10px 10px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-size: 16px;
    font-size: 1.6rem;
    background: url(common/img/single/bg-ttl-line-sp.png) repeat top left;
    background-size: 13px 13px;
  }
}

/* topic-pass */
.topic-pass {
  position: relative;
  z-index: 9;
  padding: 8px 0 5px;
  background: #ecf1f5;
}

.topic-pass li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-size: 1.3rem;
  color: #999;
}

.topic-pass li a {
  font-size: 13px;
  font-size: 1.3rem;
  color: #19416e;
  font-weight: bold;
}

.topic-pass li a:hover {
  text-decoration: underline;
}

.topic-pass li + li:before {
  content: "";
  display: inline-block;
  height: 11px;
  width: 13px;
  margin: -1px 12px 0 8px;
  background: url(common/img/common/icon-topicpass.png) no-repeat;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .topic-pass {
    padding: 8px 4.6875% 5px;
  }
  .topic-pass li {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .topic-pass li a {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
  }
  .topic-pass li + li:before {
    height: 10px;
    width: 12px;
    margin: -1px 7px 0 1px;
    background: url(common/img/common/icon-ttl-sp.png) no-repeat;
    background-size: 12px 10px;
  }
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9999;
  width: 60px;
}

.pagetop a {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fff url(common/img/common/btn-pagetop-pc.png) no-repeat;
}

.pagetop a:hover {
  background: #1e3a57 url(common/img/common/btn-pagetop-pc-on.png) no-repeat;
}

.pagetop a img {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pagetop {
    right: 4.6875%;
    bottom: 40px;
    width: 40px;
  }
  .pagetop a {
    height: 40px;
    width: 40px;
    background: none;
  }
  .pagetop a:hover {
    background: none;
  }
  .pagetop a img {
    display: block;
  }
}

/* top main-area
----------------------------------------------------------*/
/* main-area */
.visual-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  overflow: hidden;
  background: #fff;
}

.top-main-area {
  position: relative;
  z-index: 10;
  height: 600px;
  height: 100vh;
}

.top-main-area.shadow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000, endColorstr=#4D000000);
  background: rgba(0, 0, 0, 0.15);
}

.top-main-area .visual-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.top-main-area .text-wrap {
  position: relative;
  z-index: 9;
}

.top-main-area .text-wrap .table-cell {
  height: 600px;
  height: 100vh;
}

.top-main-area .text-wrap .page-ttl {
  padding: 9px 0 10px;
  line-height: 1;
}

.top-main-area .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.top-main-area .info-box-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  margin: -45px 0 0;
}

.top-main-area .info-box {
  background: #1e3a57;
}

.top-main-area .info-box .link-box {
  width: 250px;
}

.top-main-area .info-box .link-box a {
  background: #12263b;
  color: #fff;
}

.top-main-area .info-box .link-box a:hover {
  background: #fff;
  color: #1e3a57;
}

.top-main-area .info-box .link-box a:hover .link-text p:after {
  background: url(common/img/common/icon-arrow-r-b.png) no-repeat;
}

.top-main-area .info-box .left-text,
.top-main-area .info-box .link-text {
  height: 70px;
  padding: 10px 10px 10px;
}

.top-main-area .info-box .left-text {
  padding-left: 42px;
  padding-right: 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}

.top-main-area .info-box .link-text p:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 8px;
  margin: -1px -7px 0 10px;
  background: url(common/img/common/icon-arrow-r.png) no-repeat;
  vertical-align: middle;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .top-main-area {
    height: 300px;
    height: 100vh;
  }
  .top-main-area .text-wrap {
    position: relative;
    z-index: 9;
  }
  .top-main-area .text-wrap .table-cell {
    height: 300px;
    height: 100vh;
  }
  .top-main-area .text-wrap .page-ttl {
    padding: 9px 0 10px;
  }
  .top-main-area .text-wrap .page-ttl img {
    width: 52.8125%;
  }
  .top-main-area .info-box-wrap {
    margin: -24px 0 0;
    padding: 0 4.6875%;
    box-sizing: border-box;
  }
  .top-main-area .info-box .table-style,
  .top-main-area .info-box .table-cell {
    display: block;
  }
  .top-main-area .info-box .link-box {
    width: auto;
  }
  .top-main-area .info-box .link-box a {
    background: #12263b;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
  }
  .top-main-area .info-box .link-box a:hover {
    background: #12263b;
    color: #fff;
  }
  .top-main-area .info-box .link-box a:hover .link-text p:after {
    background: url(common/img/common/icon-arrow-r-w-sp.png) no-repeat;
    background-size: 6px 10px;
  }
  .top-main-area .info-box .left-text,
  .top-main-area .info-box .link-text {
    height: auto;
    padding: 10px 10px 10px;
  }
  .top-main-area .info-box .left-text {
    display: block;
    padding: 6px 10px 11px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.875;
  }
  .top-main-area .info-box .link-text p:after {
    height: 10px;
    width: 6px;
    margin: -1px 1px 0 5px;
    background: url(common/img/common/icon-arrow-r-w-sp.png) no-repeat;
    background-size: 6px 10px;
  }
}

/* top page contents
----------------------------------------------------------*/
.top-page-ct {
  overflow: hidden;
  position: relative;
  background: #ecf1f5;
  padding: 225px 0 70px;
}

.top-page-ct .bg-img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  margin: 0 0 0 -720;
}

.top-page-ct .top-ct-box {
  position: relative;
  z-index: 9;
}

.top-bg-elm {
  position: absolute;
  z-index: 1;
  transition: opacity 0.5s;
}

.ct-ttl-box .ttl-text {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.ct-ttl-box .ttl-text:before {
  content: "";
  display: block;
  height: 17px;
  width: 19px;
  margin: 0 auto 14px;
  background: url(common/img/common/icon-ttl.png) no-repeat;
  line-height: 1;
}

.ct-ttl-box .sub-text {
  margin: 11px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

/* location area */
.location-area {
  margin: 0 0 240px;
}

.location-area.top-ct-box {
  z-index: 20;
}

.location-area .location-left {
  width: 354px;
  top: -142px;
  left: 50%;
  margin-left: 84px;
}

.location-area .location-right {
  width: 353px;
  top: -128px;
  left: 50%;
  margin-left: 97px;
}

.location-area .location-sub-right01 {
  width: 141px;
  top: -626px;
  right: 50%;
  margin-right: 101px;
}

.location-area .location-sub-right02 {
  width: 182px;
  top: -99px;
  right: 50%;
  margin-right: 336px;
}

.location-area .location-sub-right03 {
  width: 464px;
  top: 4px;
  left: 50%;
  margin-left: 567px;
}

.location-area .location-sub-left01 {
  width: 213px;
  top: -119px;
  right: 50%;
  margin-right: 515px;
}

.location-area .location-sub-left02 {
  width: 169px;
  top: -29px;
  left: 50%;
  margin-left: 563px;
}

.location-area .left-box {
  width: 50%;
  padding: 100px 0 108px;
  text-align: right;
}

.location-area .left-ct-box {
  display: inline-block;
  width: 100%;
  max-width: 720px;
  vertical-align: top;
}

.location-area .text-box {
  padding: 0 85px;
}

.location-area .ct-ttl-box {
  margin: 0 0 56px;
}

.location-area .btn {
  display: inline-block;
  min-width: 360px;
  margin: 64px auto 0;
  vertical-align: top;
}

.location-area .btn .table-style {
  width: auto;
  margin: 0 auto;
}

.location-area .right-box {
  width: 50%;
  padding: 120px 0 0;
}

.location-area .right-box p {
  margin: 0 0 0 -60px;
}

.top-lead-ttl {
  margin: 0 0 37px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.top-lead-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

/* course area */
.course-area {
  margin: 0 0 290px;
  padding: 0 0 0 60px;
}

.course-area.top-ct-box {
  z-index: 19;
}

.course-area .course-left {
  width: 390px;
  top: -287px;
  right: 50%;
  margin-right: 375px;
}

.course-area .course-right {
  width: 390px;
  top: -271px;
  right: 50%;
  margin-right: 368px;
}

.course-area .course-sub-right01 {
  width: 373px;
  top: -425px;
  left: 50%;
  margin-left: 476px;
}

.course-area .course-sub-right02 {
  width: 143px;
  top: -31px;
  left: 50%;
  margin-left: 312px;
}

.course-area .course-sub-right03 {
  width: 114px;
  top: -103px;
  right: 50%;
  margin-right: 100px;
}

.course-area .course-sub-left01 {
  width: 208px;
  top: -315px;
  left: 50%;
  margin-left: 36px;
}

.course-area .course-sub-left02 {
  width: 66px;
  top: -474px;
  right: 50%;
  margin-right: 221px;
}

.course-area .course-wrap {
  background: #1e3a57;
  padding: 100px 60px 100px 0;
}

.course-area .ct-ttl-box {
  margin: 0 0 58px;
}

.course-area .btn {
  display: inline-block;
  min-width: 360px;
  margin: 62px auto 0;
  vertical-align: top;
}

.course-area .btn .table-style {
  width: auto;
  margin: 0 auto;
}

/* support area */
.support-area {
  margin: 0 0 208px;
  padding: 0 60px 0 0;
}

.support-area.top-ct-box {
  z-index: 18;
}

.support-area .support-left {
  width: 338px;
  top: -292px;
  left: 50%;
  margin-left: 296px;
}

.support-area .support-right {
  width: 338px;
  top: -275px;
  left: 50%;
  margin-left: 313px;
}

.support-area .support-sub-right01 {
  width: 160px;
  top: -405px;
  right: 50%;
  margin-right: 6px;
}

.support-area .support-sub-right02 {
  width: 531px;
  top: -440px;
  right: 50%;
  margin-right: 298px;
}

.support-area .support-sub-left01 {
  width: 74px;
  top: -184px;
  left: 50%;
  margin-left: 119px;
}

.support-area .support-sub-left02 {
  width: 138px;
  top: -248px;
  right: 50%;
  margin-right: 505px;
}

.support-area .course-wrap {
  position: relative;
  padding: 100px 0 0 60px;
}

.support-area .bg-elm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 530px;
  width: 100%;
}

.support-area .bg-elm p {
  height: 530px;
}

.support-area .bg-elm:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 530px;
  width: 100%;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D143b64, endColorstr=#4D143b64);
  background: rgba(20, 59, 100, 0.3);
}

.support-area .ct-inner {
  position: relative;
  z-index: 9;
}

.support-area .ct-ttl-box {
  margin: 0 0 112px;
}

.support-area .link-text-box {
  padding: 52px 20px 60px;
}

.support-area .link-box {
  font-size: 0;
}

.support-area .link-elm {
  padding: 0 3.66667%;
  vertical-align: top;
}

.support-area .top-lead-text {
  line-height: 1.75;
}

.support-area .top-lead-text {
  max-width: 355px;
  margin: 0 auto;
}

.support-area .btn {
  display: inline-block;
  min-width: 270px;
  margin: 50px auto 0;
  vertical-align: top;
}

.support-area .btn .table-style {
  width: auto;
  margin: 0 auto;
}

/* reason area */
.reason-area {
  margin: 0 0 200px;
}

.reason-area.top-ct-box {
  z-index: 17;
}

.reason-area .reason-sub-right01 {
  width: 147px;
  top: -281px;
  left: 50%;
  margin-left: 537px;
}

.reason-area .reason-sub-right02 {
  width: 581px;
  top: -407px;
  left: 50%;
  margin-left: -63px;
}

.reason-area .reason-sub-right03 {
  width: 176px;
  top: -218px;
  right: 50%;
  margin-right: 289px;
}

.reason-area .reason-sub-right04 {
  width: 143px;
  bottom: -9px;
  right: 50%;
  margin-right: 48px;
}

.reason-area .reason-sub-right05 {
  width: 283px;
  top: -214px;
  left: 50%;
  margin-left: 358px;
}

.reason-area .reason-sub-left01 {
  width: 641px;
  top: -369px;
  right: 50%;
  margin-right: 489px;
}

.reason-area .reason-sub-left02 {
  width: 590px;
  top: -109px;
  right: 50%;
  margin-right: 80px;
}

.reason-area .reason-sub-left03 {
  width: 92px;
  top: -44px;
  left: 50%;
  margin-left: 124px;
}

.reason-area .reason-sub-left04 {
  width: 352px;
  bottom: -109px;
  left: 50%;
  margin-left: 511px;
}

.reason-area .reason-left {
  width: 329px;
  top: -30px;
  right: 50%;
  margin-right: 355px;
}

.reason-area .reason-right {
  width: 329px;
  top: -20px;
  right: 50%;
  margin-right: 342px;
}

.reason-area .slide-elm {
  position: relative;
}

.reason-area .slide-elm .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.reason-area .slide-elm .ct-inner {
  height: 100%;
  text-align: right;
}

.reason-area .slide-elm .text-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.reason-area .slide-elm .table-style {
  height: 100%;
}

.reason-area .slide-elm .table-cell {
  height: 100%;
  box-sizing: border-box;
  padding: 2.08333% 0;
}

.reason-area .slide-elm .slide-text-box {
  display: inline-block;
  width: 100%;
  max-width: 460px;
  vertical-align: top;
  text-align: left;
}

.reason-area .slide-elm .comment {
  padding: 37px 20px 37px 40px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}

.reason-area .slide-elm .info-text {
  padding: 0 171px 0 0;
}

.reason-area .slide-elm .info-inner {
  padding: 0 20px 22px 43px;
  line-height: 1.8;
}

.reason-area .slick-dots {
  position: absolute;
  top: inherit;
  bottom: 32px;
  right: 0;
  padding: 0 30px 0;
  z-index: 9;
  margin: 0;
  text-align: right;
}

.reason-area .slick-dots li {
  margin: 0 0 0 14px;
}

.reason-area .slick-dots li button {
  background: none;
  height: 12px;
  width: 12px;
  border: 1px solid #fff;
}

.reason-area .slick-dots li button:hover,
.reason-area .slick-dots li button:focus {
  border: 1px solid #fff;
  background: #fff;
}

.reason-area .slick-dots li.slick-active button {
  border: 1px solid #fff;
  background: #fff;
}

.reason-area .reason-ct {
  position: relative;
  overflow: hidden;
  padding: 100px 0 70px;
  background: #1e3a57;
}

.reason-area .ct-ttl-box {
  margin: 0 0 48px;
}

.reason-area .btn-list {
  font-size: 0;
}

.reason-area .btn-list .btn {
  display: inline-block;
  min-width: 270px;
  margin: 0 15px 30px;
  vertical-align: top;
}

.reason-area .btn-list .btn .table-style {
  width: auto;
  margin: 0 auto;
}

/* information area */
.information-area {
  max-width: 1320px;
  padding: 0 4.16667%;
  margin: 0 auto 200px;
}

.information-area.top-ct-box {
  z-index: 16;
}

.information-area .information-sub-right01 {
  width: 74px;
  top: -132px;
  right: 50%;
  margin-right: 86px;
}

.information-area .information-sub-right02 {
  width: 531px;
  top: -351px;
  left: 50%;
  margin-left: 175px;
}

.information-area .information-sub-right03 {
  width: 369px;
  bottom: -412px;
  left: 50%;
  margin-left: 354px;
}

.information-area .information-sub-right04 {
  width: 295px;
  bottom: -105px;
  right: 50%;
  margin-right: -77px;
}

.information-area .information-sub-left01 {
  width: 168px;
  top: -226px;
  left: 50%;
  margin-left: 259px;
}

.information-area .information-sub-left02 {
  width: 618px;
  top: -140px;
  right: 50%;
  margin-right: 329px;
}

.information-area .information-sub-left03 {
  width: 417px;
  bottom: 261px;
  left: 50%;
  margin-left: 443px;
}

.information-area .information-sub-left04 {
  width: 208px;
  bottom: -247px;
  right: 50%;
  margin-right: 364px;
}

.information-area .info-inner {
  padding: 100px 0 55px;
}

.information-area .ct-ttl-box {
  margin: 0 0 62px;
}

.information-area .info-list {
  padding: 0 0 0 8.08333%;
  font-size: 0;
}

.information-area .list-elm {
  display: inline-block;
  width: 26.98283%;
  margin: 0 5.64186% 3.67948% 0;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}

.information-area .list-elm a:hover .link-ttl {
  text-decoration: underline;
}

.information-area .head {
  margin: 0 0 11px;
}

.information-area .date {
  letter-spacing: 0.05em;
}

.information-area .label {
  background: #143b64;
  margin: 0 0 0 8px;
  padding: 2px 5px 2px;
  font-size: 11px;
  font-size: 1.1rem;
}

.information-area .link-ttl {
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.information-area .btn {
  display: inline-block;
  min-width: 270px;
  margin: 20px auto 45px;
  vertical-align: top;
}

.information-area .btn .table-style {
  width: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 1040px) {
  .support-area .btn,
  .location-area .btn {
    min-width: inherit;
  }
}

@media only screen and (max-width: 770px) {
  .support-area .course-wrap {
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .top-page-ct {
    padding: 218px 0 38px;
  }
  .top-page-ct .bg-img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    margin: 0 0 0 -720;
  }
  .ct-ttl-box .ttl-text {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
  .ct-ttl-box .ttl-text:before {
    height: 10px;
    width: 12px;
    margin: 0 auto 13px;
    background: url(common/img/common/icon-ttl-sp.png) no-repeat;
    background-size: 12px 10px;
  }
  .ct-ttl-box .sub-text {
    margin: 7px 0 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  /* location area */
  .location-area {
    margin: 0 0 160px;
    padding: 0 4.6875%;
  }
  .location-area .location-left {
    width: 177px;
    top: -150px;
    left: auto;
    right: 0;
    margin: 0 -3px 0 0;
  }
  .location-area .location-right {
    width: 176.5px;
    top: -147px;
    left: auto;
    right: 0;
    margin: 0 -6px 0 0;
  }
  .location-area .location-sub-right01 {
    width: 70.5px;
    top: -359px;
    right: 50%;
    margin-right: 5.3125%;
  }
  .location-area .location-sub-right02 {
    width: 91px;
    top: -106px;
    right: auto;
    left: 0;
    margin: 0 0 0 -25px;
  }
  .location-area .location-sub-right03 {
    display: none;
  }
  .location-area .location-sub-left01 {
    width: 106.5px;
    top: 84px;
    right: auto;
    left: 0;
    margin: 0 0 0 -50px;
  }
  .location-area .location-sub-left02 {
    width: 84.5px;
    top: 179px;
    left: auto;
    right: 0;
    margin: 0 -8px 0 0;
  }
  .location-area .left-box {
    width: auto;
    padding: 34px 0 34px;
  }
  .location-area .text-box {
    padding: 0 18px;
  }
  .location-area .ct-ttl-box {
    margin: 0 0 28px;
  }
  .location-area .btn {
    min-width: 180px;
    margin: 32px auto 0;
  }
  .location-area .right-box {
    width: auto;
    padding: 0;
  }
  .location-area .right-box p {
    margin: 0;
  }
  .top-lead-ttl {
    margin: 0 0 18px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
  .top-lead-text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  /* course area */
  .course-area {
    margin: 0 0 160px;
    padding: 0 4.6875% 0;
  }
  .course-area .course-left {
    width: 195px;
    top: -182px;
    right: auto;
    left: 0;
    margin: 0 0 0 -13px;
  }
  .course-area .course-right {
    width: 195px;
    top: -175px;
    right: auto;
    left: 0;
    margin: 0 0 0 -11px;
  }
  .course-area .course-sub-right01 {
    width: 186.5px;
    top: -359px;
    left: auto;
    right: 0;
    margin: 0 -106px 0 0;
  }
  .course-area .course-sub-right02 {
    width: 71.5px;
    top: 166px;
    left: 0;
    margin: 0 0 0 -56px;
  }
  .course-area .course-sub-right03 {
    width: 57px;
    top: -74px;
    right: 0;
    margin: 0 7px 0 0;
  }
  .course-area .course-sub-left01 {
    width: 104px;
    top: -261px;
    left: auto;
    right: 0;
    margin: 0 23px 0 0;
  }
  .course-area .course-sub-left02 {
    width: 33px;
    top: -571px;
    right: auto;
    left: 0;
    margin: 0 0 0 -16px;
  }
  .course-area .course-wrap {
    padding: 34px 18px 34px;
  }
  .course-area .ct-ttl-box {
    margin: 0 0 28px;
  }
  .course-area .btn {
    min-width: 180px;
    margin: 31px auto 0;
  }
  /* support area */
  .support-area {
    margin: 0 0 160px;
    padding: 0 0 0;
  }
  .support-area .support-left {
    width: 169px;
    top: -145px;
    left: auto;
    right: 0;
    margin: 0 -27px 0 0;
  }
  .support-area .support-right {
    width: 169px;
    top: -138px;
    left: auto;
    right: 0;
    margin: 0 -34px 0 0;
  }
  .support-area .support-sub-right01 {
    width: 80px;
    top: -193px;
    right: auto;
    left: 0;
    margin: 0 0 0 87px;
  }
  .support-area .support-sub-right02 {
    width: 265.5px;
    top: -176px;
    right: auto;
    left: 0;
    margin: 0 0 0 -88px;
  }
  .support-area .support-sub-left01 {
    width: 37px;
    top: 269px;
    left: auto;
    right: 0;
    margin: 0 -11px 0 0;
  }
  .support-area .support-sub-left02 {
    width: 69px;
    top: -127px;
    right: auto;
    left: 0;
    margin: 0 0 0 -19px;
  }
  .support-area .course-wrap {
    padding: 41px 0 0;
  }
  .support-area .bg-elm {
    height: 240px;
  }
  .support-area .bg-elm p {
    height: 240px;
  }
  .support-area .bg-elm:after {
    height: 240px;
  }
  .support-area .ct-ttl-box {
    margin: 0 0 60px;
  }
  .support-area .link-text-box {
    padding: 24px 18px 30px;
  }
  .support-area .link-box {
    display: block;
  }
  .support-area .link-elm {
    display: block;
    padding: 0 4.6875%;
  }
  .support-area .link-elm + .link-elm {
    margin-top: 15px;
  }
  .support-area .top-lead-ttl {
    margin: 0 0 16px;
    height: auto !important;
  }
  .support-area .top-lead-text {
    height: auto !important;
    line-height: 1.75;
  }
  .support-area .top-lead-text {
    max-width: inherit;
  }
  .support-area .btn {
    min-width: 180px;
    margin: 19px auto 0;
  }
  /* reason area */
  .reason-area {
    margin: 0 0 160px;
  }
  .reason-area .reason-sub-right01 {
    width: 73.5px;
    top: -117px;
    left: auto;
    right: 0;
    margin: 0 -21px 0 0;
  }
  .reason-area .reason-sub-right02 {
    width: 290.5px;
    top: -211px;
    left: 50%;
    margin-left: -87px;
  }
  .reason-area .reason-sub-right03 {
    width: 88px;
    top: -120px;
    right: auto;
    left: 0;
    margin: 0 0 0 0;
  }
  .reason-area .reason-sub-right04 {
    width: 71.5px;
    bottom: 3px;
    right: auto;
    left: 0;
    margin: 0 0 0 10px;
  }
  .reason-area .reason-sub-right05 {
    width: 141.5px;
    top: 149px;
    left: auto;
    right: 0;
    margin: 0 -30px 0 0;
  }
  .reason-area .reason-sub-left01 {
    width: 320.5px;
    top: -386px;
    right: auto;
    left: 0;
    margin: 0 0 0 -249px;
  }
  .reason-area .reason-sub-left02 {
    width: 295px;
    top: -50px;
    right: auto;
    left: 0;
    margin: 0 0 0 -163px;
  }
  .reason-area .reason-sub-left03 {
    width: 46px;
    top: -10px;
    left: auto;
    right: 0;
    margin: 0 17px 0 0;
  }
  .reason-area .reason-sub-left04 {
    display: none;
  }
  .reason-area .reason-left {
    width: 164.5px;
    top: 3px;
    right: auto;
    left: 0;
    margin: 0 0 0 17px;
  }
  .reason-area .reason-right {
    width: 164.5px;
    top: 9px;
    right: auto;
    left: 0;
    margin: 0 0 0 21px;
  }
  .reason-area .slide-elm .bg-img {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    padding: 193px 0 0;
  }
  .reason-area .slide-elm .text-box {
    position: static;
  }
  .reason-area .slide-elm .table-style {
    height: 100%;
  }
  .reason-area .slide-elm .table-cell {
    height: 140px;
    padding: 19px 35px 40px;
    background: #fff;
    vertical-align: top;
  }
  .reason-area .slide-elm .slide-text-box {
    display: block;
    width: auto;
    max-width: inherit;
  }
  .reason-area .slide-elm .comment {
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .reason-area .slide-elm .info-text {
    padding: 0 0 0;
  }
  .reason-area .slide-elm .info-inner {
    padding: 12px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .reason-area .slick-dots {
    bottom: 16px;
    padding: 0 4.6875% 0;
    box-sizing: border-box;
  }
  .reason-area .slick-dots li {
    height: 9px;
    width: 9px;
    margin: 0 0 0 7px;
  }
  .reason-area .slick-dots li button {
    height: 9px;
    width: 9px;
    background: #ecf1f5;
    border: 1px solid #ecf1f5;
  }
  .reason-area .slick-dots li button:hover,
  .reason-area .slick-dots li button:focus {
    border: 1px solid #ecf1f5;
    background: #082647;
  }
  .reason-area .slick-dots li.slick-active button {
    border: 1px solid #ecf1f5;
    background: #082647;
  }
  .reason-area .reason-ct {
    padding: 34px 0 20px;
    background: #1e3a57;
    background: rgba(0, 26, 60, 0.85);
  }
  .reason-area .ct-ttl-box {
    margin: 0 0 28px;
  }
  .reason-area .btn-list .btn {
    display: inline-block;
    min-width: 180px;
    margin: 0 8px 15px;
  }
  /* information area */
  .information-area {
    padding: 0 4.6875%;
    margin: 0 auto 160px;
  }
  .information-area .information-sub-right01 {
    width: 37px;
    top: -63px;
    right: 50%;
    margin: 0 -61px 0 0;
  }
  .information-area .information-sub-right02 {
    width: 265.5px;
    top: -236px;
    left: auto;
    right: 0;
    margin: 0 -87px 0 0;
  }
  .information-area .information-sub-right03 {
    width: 184.5px;
    bottom: -221px;
    left: auto;
    right: 0;
    margin: 0 -1px 0 0;
  }
  .information-area .information-sub-right04 {
    width: 147.5px;
    bottom: -141px;
    right: auto;
    left: 0;
    margin: 0 0 0 -5px;
  }
  .information-area .information-sub-left01 {
    width: 84px;
    top: -167px;
    left: auto;
    right: 0;
    margin: 0 35px 0 0;
  }
  .information-area .information-sub-left02 {
    width: 309px;
    top: -76px;
    right: auto;
    left: 0;
    margin: 0 0 0 -201px;
  }
  .information-area .information-sub-left03 {
    width: 208.5px;
    bottom: 261px;
    left: auto;
    right: 0;
    margin: 0 0 0 0;
  }
  .information-area .information-sub-left04 {
    width: 104px;
    bottom: -82px;
    right: auto;
    left: 0;
    margin: 0 0 0 -10px;
  }
  .information-area .information-sub-left05 {
    width: 176px;
    top: -255px;
    left: 0;
    margin: 0 0 0 -22px;
  }
  .information-area .info-inner {
    padding: 34px 0 16px;
  }
  .information-area .ct-ttl-box {
    margin: 0 0 31px;
  }
  .information-area .info-list {
    padding: 0 14px 0;
  }
  .information-area .list-elm {
    display: none;
    width: auto;
    margin: 0 0 19px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .information-area .list-elm:nth-child(1),
  .information-area .list-elm:nth-child(2),
  .information-area .list-elm:nth-child(3) {
    display: block;
  }
  .information-area .head {
    margin: 0 0 5px;
  }
  .information-area .date {
    letter-spacing: 0.03em;
  }
  .information-area .label {
    margin: 0 0 0 6px;
    font-size: 9px;
    font-size: 0.9rem;
  }
  .information-area .link-ttl {
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  .information-area .btn {
    min-width: 180px;
    margin: 11px auto 19px;
  }
}

/* single
----------------------------------------------------------*/
.single-main-area {
  margin: 76px 0 0;
  position: relative;
}

.single-main-area.bg-no-img {
  background: #e9eff3 url(common/img/single/bg-no-img.png) no-repeat center center;
}

.single-main-area.bg-no-img .bg,
.single-main-area.bg-no-img:after {
  display: none;
}

.single-main-area.bg-no-img .page-ttl {
  color: #1e3a57;
}

.single-main-area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000, endColorstr=#4D000000);
  background: rgba(0, 0, 0, 0.25);
}

.single-main-area .text-wrap {
  position: relative;
  z-index: 9;
}

.single-main-area .table-cell {
  height: 320px;
}

.single-main-area .table-cell.lg {
  height: 720px;
}

.single-main-area .page-ttl {
  padding: 0 0 31px;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.1;
}

.single-main-area .page-ttl:before {
  content: "";
  display: block;
  height: 22px;
  width: 26px;
  margin: 0 auto 14px;
  background: url(common/img/single/icon-main-ttl.png) no-repeat;
  line-height: 1;
}

.single-main-area .page-ttl.lg {
  padding-bottom: 5px;
  font-size: 64px;
  font-size: 6.4rem;
}

.single-main-area .page-ttl.lg:before {
  margin-bottom: 7px;
}

.single-main-area .page-ttl.lg02 {
  padding-bottom: 7px;
  font-size: 54px;
  font-size: 5.4rem;
}

.single-main-area .page-ttl.lg02:before {
  margin-bottom: 7px;
}

.single-main-area .page-ttl-sub {
  margin: 7px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.single-main-area .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.post-ct-wrap {
  padding: 60px 0 0;
}

.single-news-date-wrap {
  margin: -20px 0 20px;
}

.single-news-date-wrap .date {
  margin: 1px 0 0 -1px;
}

.single-news-date-wrap .label {
  margin: 0 0 0 7px;
  padding: 3px 6px 3px;
  background: #1e3a57;
  font-size: 12px;
  font-size: 1.2rem;
}

.people-col2-wrap {
  padding: 10px 40px 60px;
}

.people-single-ct {
  width: 58.33333%;
}

.people-info-side {
  width: 25%;
  margin: 0 0 0 8.33333%;
  padding: 60px 0 100px;
}

.people-info-side .img {
  overflow: hidden;
  width: 90%;
  margin: 0 auto 28px;
  border-radius: 50%;
}

.people-info-side .head {
  margin: 0 0 25px;
}

.people-info-side .info {
  letter-spacing: 0.04em;
}

.people-info-side .name {
  margin: 0;
}

.people-info-side .name + .info {
  margin: 0;
}

.people-info-side .lead-text {
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .single-main-area {
    margin: 50px 0 0;
  }
  .single-main-area .table-cell {
    height: 180px;
  }
  .single-main-area .table-cell.lg {
    height: 360px;
  }
  .single-main-area .page-ttl {
    padding: 0 0 19px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2;
  }
  .single-main-area .page-ttl:before {
    height: 17px;
    width: 19px;
    margin: 0 auto 4px;
    background: url(common/img/single/icon-main-ttl-sp.png) no-repeat;
    background-size: 19px 17px;
  }
  .single-main-area .page-ttl.lg {
    padding-bottom: 2px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.3;
  }
  .single-main-area .page-ttl.lg:before {
    margin-bottom: 5px;
  }
  .single-main-area .page-ttl.lg02 {
    padding-bottom: 2px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.3;
  }
  .single-main-area .page-ttl.lg02:before {
    margin-bottom: 5px;
  }
  .single-main-area .page-ttl-sub {
    margin: 4px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .single-main-area .text-wrap {
    padding: 0 6.25%;
  }
  .post-ct-wrap {
    padding: 40px 0 0;
  }
  .single-news-date-wrap {
    margin: -17px 0 15px;
    padding: 0 4.6875%;
  }
  .single-news-date-wrap .date {
    margin: 1px 0 0;
    letter-spacing: 0.02em;
  }
  .single-news-date-wrap .label {
    margin: -2px 0 0 16px;
    padding: 3px 6px 3px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .people-col2-wrap {
    padding: 4px 0 12px;
  }
  .people-single-ct {
    width: auto;
    padding: 36px 0 0;
  }
  .people-info-side {
    width: auto;
    margin: 0 0 0;
    padding: 36px 8.75% 0;
  }
  .people-info-side .img {
    width: 75.75758%;
    margin: 0 auto 24px;
  }
  .people-info-side .head {
    margin: 0 0 11px;
  }
  .people-info-side .info {
    letter-spacing: 0.04em;
  }
  .people-info-side .name {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .people-info-side .name + .info {
    margin: 0;
  }
  .people-info-side .lead-text {
    letter-spacing: normal;
  }
}

/* single wysiwyg
----------------------------------------------------------*/
.wysiwyg h2 {
  margin: 0 0 40px -22px;
  padding: 14px 22px 16px;
  line-height: 1.4;
  letter-spacing: 0.027em;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #19426e;
  background: url(common/img/single/bg-ttl-line.png) repeat top left;
}

.wysiwyg h2 + * {
  margin-top: 0;
}

.wysiwyg * + h2 {
  margin-top: 40px;
}

.wysiwyg h3 {
  margin: 0 0 30px;
  line-height: 1.6;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #19426e;
}

.wysiwyg h3 + * {
  margin-top: 0;
}

.wysiwyg * + h3 {
  margin-top: 30px;
}

.wysiwyg h4 {
  margin: 0 0 18px;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #19426e;
}

.wysiwyg h4 + * {
  margin-top: 0;
}

.wysiwyg * + h4 {
  margin-top: 18px;
}

.wysiwyg a {
  color: #235c9c;
  text-decoration: underline;
}

.wysiwyg a:hover {
  text-decoration: none;
}

.wysiwyg b,
.wysiwyg strong {
  font-weight: bold;
}

.wysiwyg sup {
  vertical-align: super;
  font-size: 58%;
}

.wysiwyg sub {
  vertical-align: sub;
  font-size: 58%;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg del {
  text-decoration: line-through;
}

.wysiwyg u {
  text-decoration: underline;
}

.wysiwyg .alignleft {
  display: inline;
  float: left;
}

.wysiwyg .alignright {
  display: inline;
  float: right;
}

.wysiwyg .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wysiwyg code {
  display: inline-block;
  padding: 0 6px;
}

.wysiwyg pre {
  display: block;
  padding: 13px 20px 11px;
  word-break: break-all;
  word-wrap: break-word;
}

.wysiwyg blockquote {
  display: block;
  position: relative;
  padding: 36px 0 0;
  font-style: italic;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.65;
}

.wysiwyg blockquote:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
  height: 18px;
  width: 23px;
  background: url(common/img/single/icon-blockquote.png) no-repeat;
}

.wysiwyg ul li {
  position: relative;
  padding: 0 0 0 27px;
  list-style: none;
}

.wysiwyg ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #1e3a57;
  vertical-align: top;
}

.wysiwyg ul li i {
  text-indent: 0;
}

.wysiwyg ol {
  counter-reset: li;
  list-style: none !important;
}

.wysiwyg ol li {
  padding: 0 0 0 28px;
  text-indent: -28px;
}

.wysiwyg ol li:before {
  counter-increment: li;
  content: counter(li) ".";
  display: inline-block;
  min-width: 25px;
  padding-right: 3px;
  text-indent: 0;
  vertical-align: top;
  font-weight: bold;
  color: #1e3a57;
}

.wysiwyg table {
  width: 100%;
}

.wysiwyg tr:nth-child(odd) {
  background: #f5f8fa;
}

.wysiwyg tr:first-child {
  background: #1d3957;
  color: #fff;
}

.wysiwyg th {
  border: 1px solid #cad0d5;
  padding: 12px 17px 12px;
}

.wysiwyg td {
  border: 1px solid #cad0d5;
  padding: 12px 17px 12px;
}

.wysiwyg.bg-none tr:nth-child(odd) {
  background: none;
  color: #000;
}

.wysiwyg.bg-none tr:first-child {
  background: #1d3957;
  color: #fff;
}

.wysiwyg.bd-vertical table {
  border-bottom: 1px solid #cad0d5;
}

.wysiwyg.bd-vertical tr {
  border-top: 1px solid #cad0d5;
}

.wysiwyg.bd-vertical tr:nth-child(odd) {
  background: #f5f8fa;
  color: #000;
}

.wysiwyg.bd-vertical th {
  border: none;
}

.wysiwyg.bd-vertical td {
  border: none;
}

.wysiwyg.bd-side tr {
  border-right: 1px solid #cad0d5;
}

.wysiwyg.bd-side tr:nth-child(odd) {
  background: #f5f8fa;
  color: #000;
}

.wysiwyg.bd-side th {
  border: none;
  border-left: 1px solid #cad0d5;
}

.wysiwyg.bd-side td {
  border: none;
  border-left: 1px solid #cad0d5;
}

.wysiwyg * + * {
  margin-top: 17px;
}

.wysiwyg * + br {
  margin-top: 0;
}

.wysiwyg p * + * {
  margin-top: 0;
}

.wysiwyg .ricoh-theta-spherical-image + * {
  margin-top: 0;
}

.wysiwyg .ricoh-theta-spherical-image * + * {
  margin-top: 0;
}

.wysiwyg p + p {
  margin-top: 28px;
}

.wysiwyg li + li {
  margin-top: 5px;
}

.wysiwyg .word:after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 15px;
  margin: 0 10px 0 7px;
  background: url(common/img/single/icon-word.png) no-repeat;
  vertical-align: middle;
}

.wysiwyg .excel:after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 15px;
  margin: 0 10px 0 7px;
  background: url(common/img/single/icon-excel.png) no-repeat;
  vertical-align: middle;
}

.wysiwyg .pdf:after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 15px;
  margin: 0 10px 0 7px;
  background: url(common/img/single/icon-pdf.png) no-repeat;
  vertical-align: middle;
}

.wysiwyg .blank:after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 18px;
  margin: 0 10px 0 7px;
  background: url(common/img/common/icon-blank-b.png) no-repeat;
  vertical-align: middle;
}

.wysiwyg .list-circle-icon {
  position: relative;
  padding-left: 27px;
}

.wysiwyg .list-circle-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #1e3a57;
  vertical-align: top;
}

.js-iframe {
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
}

.js-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .wysiwyg h2 {
    margin: 0 0 30px;
    padding: 12px 10px 12px 11px;
    line-height: 1.6;
    letter-spacing: normal;
    font-size: 24px;
    font-size: 2.4rem;
    background: url(common/img/single/bg-ttl-line-sp.png) repeat top left;
    background-size: 13px 13px;
  }
  .wysiwyg * + h2 {
    margin-top: 25px;
  }
  .wysiwyg h3 {
    margin: 0 0 13px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .wysiwyg * + h3 {
    margin-top: 13px;
  }
  .wysiwyg h4 {
    margin: 0 0 12px;
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .wysiwyg * + h4 {
    margin-top: 12px;
  }
  .wysiwyg blockquote {
    padding: 33px 16px 0 6px;
    line-height: 1.65;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.035em;
  }
  .wysiwyg blockquote:before {
    top: 0;
    left: 0;
    height: 33px;
    width: 42px;
    background: url(common/img/single/icon-blockquote-sp.png) no-repeat;
    background-size: 42px 33px;
  }
  .wysiwyg ul li {
    padding: 0 0 0 26px;
  }
  .wysiwyg ul li:before {
    top: 8px;
    left: 5px;
    height: 5px;
    width: 5px;
  }
  .wysiwyg p {
    line-height: 1.9;
  }
  .wysiwyg ol li {
    padding: 0 0 0 26px;
    text-indent: -26px;
  }
  .wysiwyg ol li:before {
    min-width: 21px;
    padding-right: 5px;
    text-align: center;
  }
  .wysiwyg th {
    padding: 10px 12px 9px;
  }
  .wysiwyg td {
    padding: 10px 12px 9px;
  }
  .wysiwyg * + * {
    margin-top: 13px;
  }
  .wysiwyg * + br {
    margin-top: 0;
  }
  .wysiwyg p + p {
    margin-top: 23px;
  }
  .wysiwyg li + li {
    margin-top: 5px;
  }
  .wysiwyg .ricoh-theta-spherical-image + * {
    margin-top: 0;
  }
  .wysiwyg .ricoh-theta-spherical-image * + * {
    margin-top: 0;
  }
  .wysiwyg .word:after {
    margin: -3px 10px 0 7px;
    background: url(common/img/single/icon-word-sp.png) no-repeat;
    background-size: 15px 18px;
  }
  .wysiwyg .excel:after {
    margin: -3px 10px 0 7px;
    background: url(common/img/single/icon-excel-sp.png) no-repeat;
    background-size: 15px 18px;
  }
  .wysiwyg .pdf:after {
    margin: -3px 10px 0 7px;
    background: url(common/img/single/icon-pdf.png) no-repeat;
    background-size: 15px 18px;
  }
  .wysiwyg .blank:after {
    margin: -3px 10px 0 7px;
    background: url(common/img/common/icon-blank-b-sp.png) no-repeat;
    background-size: 18px 16px;
  }
  .wysiwyg .list-circle-icon {
    padding-left: 26px;
  }
  .wysiwyg .list-circle-icon:before {
    top: 9px;
    left: 5px;
    height: 5px;
    width: 5px;
  }
}

/* single post-set
----------------------------------------------------------*/
.post-set + .post-set {
  margin-top: 70px;
}

.post-set.ttl-set + .post-set.ttl-set {
  margin-top: 0;
}

.post-set.ttl-set.h2-ttl + .post-set.ttl-set {
  margin-top: 21px;
}

.post-set.ttl-set.h3-ttl + .post-set.ttl-set {
  margin-top: 16px;
}

.post-set .cap {
  margin-top: 14px;
  font-size: 13px;
  font-size: 1.3rem;
}

.last-set {
  padding-bottom: 100px;
}

.text-set + .text-set {
  margin-top: 26px;
}

.page-link-set + .post-set {
  margin-top: 27px;
}

.page-link-list {
  width: 105%;
  margin: 0 0 0 -2.2%;
  font-size: 0;
}

.page-link-list li {
  display: inline-block;
  width: 22.38095%;
  margin: 0 2.57143% 2.57143% 0;
  vertical-align: top;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.page-link-list li a {
  position: relative;
  background: #ecf1f5;
  color: #1e3a57;
}

.page-link-list li a:hover {
  background: #cad0d5;
}

.page-link-list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 1;
  display: block;
  height: 19px;
  width: 19px;
  margin: -9px 0 0;
  background: url(common/img/single/icon-page-link.png) no-repeat;
}

.page-link-list li .table-cell {
  height: 74px;
  padding: 5px 15px 5px 44px;
}

.ttl-set {
  margin: 0 0 16px;
}

.ttl-set.wysiwyg h2,
.ttl-set.wysiwyg h3 {
  margin-bottom: 0;
}

.ttl-set + .post-set {
  margin-top: 0;
}

.ttl-set + .btn-set {
  margin-top: 54px;
}

.slider-set .slide-elm {
  position: relative;
  padding-top: 480px;
}

.slider-set .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.link-set + .link-set {
  margin-top: 45px;
}

.link-set + .list-set {
  margin-top: 53px;
}

.link-set .link-elm-box + .link-elm-box {
  margin-top: 23px;
}

.link-set .link-elm-box + .link-box-wrap {
  margin-top: 52px;
}

.link-set .link-box {
  border-top: 1px solid #cad0d5;
  padding: 52px 0 0;
}

.post-link-elm {
  position: relative;
  padding: 0 0 0 28px;
}

.post-link-elm.white:before {
  background: url(common/img/single/icon-link-w.png) no-repeat;
}

.post-link-elm.white a {
  color: #fff;
}

.post-link-elm:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -1px;
  z-index: 1;
  height: 19px;
  width: 19px;
  background: url(common/img/single/icon-link.png) no-repeat;
}

.list-set + .list-set {
  margin-top: 50px;
}

.list-set .col2-list ul,
.list-set .col2-list ol {
  width: 110%;
  font-size: 0;
}

.list-set .col2-list ul li,
.list-set .col2-list ol li {
  display: inline-block;
  width: 42.72727%;
  margin: 0 5.09091% 5px 0;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: top;
}

.slider-set02 {
  padding: 60px 60px 60px;
  background: #ecf1f5;
}

.slider-set02.last-set {
  padding-bottom: 130px;
}

.slider-set02 .ct-ttl01 {
  margin: -10px 0 33px;
}

.slider-set02 .ct-inner {
  max-width: 1170px;
}

.slider-set02 .slide-elm {
  width: 360px;
  margin: 0 15px 0;
}

.slider-set02 .slick-track {
  margin: 0 auto;
}

.slider-set02 .slick-prev {
  left: -75px;
}

.slider-set02 .slick-next {
  right: -75px;
}

.col-box-elm {
  background: #fff;
}

.col-box-elm.small .text-box {
  padding: 22px 22px 24px;
}

.col-box-elm a.box-link {
  background: #fff;
}

.col-box-elm a.box-link:hover {
  background: #1e3a57;
  color: #fff;
}

.col-box-elm a.box-link:hover .slide-ttl {
  color: #fff;
}

.col-box-elm a.box-link:hover .post-link-elm {
  color: #fff;
}

.col-box-elm a.box-link:hover .post-link-elm:before {
  background-image: url(common/img/single/icon-link-on.png);
}

.col-box-elm .text-box {
  padding: 33px 33px 38px;
}

.col-box-elm .slide-ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

.col-box-elm .slide-ttl + .slide-lead {
  margin-top: 19px;
}

.col-box-elm * + .post-link-elm {
  margin-top: 27px;
}

.col-box-elm .post-link-elm {
  color: #235c9c;
  font-weight: bold;
}

.col-set + .post-set {
  margin-top: 40px;
}

.col-set .col-box {
  width: 104%;
  letter-spacing: -0.36em;
}

.col-set .col-box-elm {
  display: inline-block;
  margin: 0 2.88462% 2.88462% 0;
  vertical-align: top;
  letter-spacing: normal;
}

.col-set.col2 .col-box-elm {
  width: 46.63462%;
}

.col-set.col4 .col-box-elm {
  width: 21.92308%;
}

.img-text-set + .img-text-set {
  margin-top: 45px;
}

.img-text-set .img-box.fl-r,
.img-text-set .img-box.fl-l {
  width: 47.5%;
}

.img-text-set .img-box.txt-c {
  margin-bottom: 40px;
}

.img-text-set .text-box {
  box-sizing: border-box;
}

.img-text-set .text-box.fl-r {
  width: 52.5%;
  padding: 0 0 0 5%;
}

.img-text-set .text-box.fl-l {
  width: 52.5%;
  padding: 0 5% 0 0;
}

.img-text-set .text-box.ct-inner-s {
  padding-left: 0;
  padding-right: 0;
}

.img-text-set .ttl-text {
  margin: -6px 0 45px;
}

.img-text-set .ttl-text + * {
  margin-top: 0;
}

.map-set.location + .post-set {
  margin-top: 0;
}

.map-set-wrap {
  overflow: hidden;
  position: relative;
  padding-top: 480px;
}

.map-set-wrap * + * {
  margin-top: 0;
}

.map-set-elm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-set.bg-blue {
  background: #1e3a57;
}

.btn-set.bg-blue.last-set {
  padding-bottom: 0;
  margin-bottom: 150px;
}

.btn-set.bg-blue .ct-inner-s {
  padding-top: 60px;
  padding-bottom: 30px;
}

.btn-set + .post-set {
  margin-top: 30px;
}

.btn-set.w100 .btn-list {
  width: auto;
  margin: 0;
}

.btn-set.w100 .btn {
  margin: 0;
}

.btn-set .btn-list {
  width: 106%;
  margin: 0 0 0 -3%;
  font-size: 0;
}

.btn-set .btn {
  display: inline-block;
  margin: 0 1.41509% 30px;
  width: 29.24528%;
  vertical-align: top;
}

.btn-set .btn.w-a {
  width: auto;
  min-width: 310px;
}

.btn-set .btn.w-a .table-style {
  display: inline-table;
  width: auto;
}

.attention-set + .faq-set,
.attention-set + .table-set,
.attention-set + .attention-set {
  margin-top: 60px;
}

.attention-set .attention-wrap {
  padding: 36px 4% 36px;
  box-sizing: border-box;
}

.attention-set .rect {
  border: 2px solid #ccc;
}

.attention-set .rect-g {
  background: #ecf1f5 url(common/img/single/bg-line-b.png) repeat top left;
}

.attention-set .rect-p {
  background: #f8e9eb url(common/img/single/bg-line-p.png) repeat top left;
}

.table-set + .faq-set,
.table-set + .table-set,
.table-set + .attention-set {
  margin-top: 60px;
}

.table-set .table-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.faq-set + .faq-set,
.faq-set + .table-set,
.faq-set + .attention-set {
  margin-top: 60px;
}

.faq-set dl {
  border-bottom: 1px solid #1e3a57;
}

.faq-set dt {
  position: relative;
  border-top: 1px solid #1e3a57;
  padding: 20px 60px 20px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  color: #19426e;
}

.faq-set dt:hover:after {
  background: #1e3a57 url(common/img/single/icon-toggle-off-hv.png) no-repeat center center;
}

.faq-set dt:hover.on:after {
  background: #1e3a57 url(common/img/single/icon-toggle-on-hv.png) no-repeat center center;
}

.faq-set dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  border: 2px solid #1e3a57;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 0.5s;
  background: url(common/img/single/icon-toggle-off.png) no-repeat center center;
  margin: -20px 0 0;
}

.faq-set dt.on:after {
  background-image: url(common/img/single/icon-toggle-on.png);
}

.faq-set dt .table-cell {
  height: 40px;
}

.faq-set dd {
  display: none;
}

.faq-set .text-box {
  margin: -7px 0 0;
  padding: 0 0 25px;
}

.blockquote-set + .post-set {
  margin-top: 30px;
}

.blockquote-set .blockquote-list {
  width: 103.33333%;
  font-size: 0;
}

.blockquote-set .blockquote-elm {
  display: inline-block;
  width: 46.77419%;
  margin: 0 3.22581% 40px 0;
  vertical-align: top;
  font-size: 15px;
  font-size: 1.5rem;
}

.blockquote-set .blockquote-elm a:hover .text-box {
  background: #ecf1f5;
}

.blockquote-set .blockquote-elm .img {
  width: 46.55172%;
}

.blockquote-set .blockquote-elm .text-box {
  padding: 11px 20px 10px 25px;
}

.blockquote-set .blockquote-elm .wysiwyg {
  margin: 0 0 12px;
}

.blockquote-set .blockquote-elm blockquote {
  font-size: 18px;
  font-size: 1.8rem;
}

.blockquote-set .blockquote-elm .text-gray {
  padding: 0 0 0 6px;
  color: #555;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.blockquote-set .blockquote-elm .post-link-elm {
  margin: 13px 0 0 7px;
}

.tab-set {
  background: #ecf1f5;
  padding: 60px 0 80px;
}

.tab-set.last-set {
  padding-bottom: 150px;
}

.tab-set .tab-btn-list {
  display: inline-table;
  vertical-align: top;
}

.tab-set .js-tab-btn {
  display: table-cell;
  background: #1e3a57;
  height: 50px;
  padding: 10px 20px;
  border-left: 1px solid #8e9cab;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
}

.tab-set .js-tab-btn.current {
  background: #fff;
  border-left: 1px solid #fff;
  color: #1d3957;
}

.tab-set .js-tab-btn.current + .js-tab-btn {
  border-left: 1px solid #fff;
}

.tab-set .js-tab-btn.current.hv-op {
  opacity: 1;
}

.tab-set .tab-ct-wrap {
  background: #fff;
  padding: 60px 5% 60px;
}

.tab-set .tab-ct-wrap .img-box {
  width: 44.44444%;
}

.tab-set .tab-ct-wrap .text-box.fl-r {
  width: 49.90741%;
}

.tab-set .tab-ct-wrap .ttl-text {
  margin: -6px 0 25px;
}

.tab-set .tab-ct-wrap .ttl-text + * {
  margin-top: 0;
}

.potho-list-wrap {
  width: 102%;
  padding: 10px 0 36px;
  font-size: 0;
}

.potho-list-wrap .photo-elm {
  display: inline-block;
  width: 14.70588%;
  margin: 0 1.96078% 1.96078% 0;
  vertical-align: top;
}

.potho-list-wrap .photo-elm a {
  padding-top: 100%;
}

.potho-list-wrap .photo-elm a:focus {
  outline: none;
}

.location-lead-set .set-ttl {
  padding: 8px 0 0;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.6;
}

.location-lead-set .set-ttl + .set-lead {
  margin-top: 23px;
  font-size: 18px;
  font-size: 1.8rem;
}

.comment-set {
  padding: 60px 0;
  background: #1e3a57;
}

.comment-set + .post-set {
  margin-top: 0;
}

.comment-set.teacher {
  background: #214164;
}

.comment-set.last-set {
  margin-bottom: 100px;
}

.comment-set .ct-ttl01 {
  margin: 0 0 -7px;
}

.comment-set .ct-ttl01:before {
  margin-bottom: 13px;
}

.comment-set .comment-elm + .comment-elm {
  margin-top: 60px;
}

.comment-set .comment-elm .img {
  width: 230px;
}

.comment-set .comment-elm .img .img-wrap {
  overflow: hidden;
  height: 230px;
  border-radius: 50%;
}

.comment-set .comment-elm .text-box {
  padding: 33px 0 0 5.3%;
}

.comment-set .comment-elm .lead {
  margin: 0 0 6px;
  font-size: 20px;
  font-size: 2rem;
}

.comment-set .comment-elm .text-gray {
  color: #ccc;
  line-height: 1.4;
}

.comment-set .comment-elm .post-link-elm {
  margin-top: 21px;
}

.about-location-set {
  position: relative;
}

.about-location-set + .post-set {
  margin-top: 0;
}

.about-location-set.last-set {
  padding-bottom: 0;
  margin-bottom: 100px;
}

.about-location-set .text-box {
  padding: 73px 6.4% 60px 0.3%;
}

.about-location-set .set-ttl {
  margin: 0 0 30px;
  font-size: 34px;
  font-size: 3.4rem;
  color: #19416d;
  line-height: 1.35;
}

.about-location-set .side-box {
  width: 39%;
  box-sizing: border-box;
  padding: 74px 0 79px 6.3%;
  background: #ecf1f5;
}

.about-location-set .side-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 41.66667%;
  background: #ecf1f5;
}

.about-location-set .side-box .side-text {
  position: relative;
  z-index: 9;
}

.about-location-set .side-box .side-text + .side-ttl {
  margin-top: 11px;
}

.about-location-set .side-box .side-ttl {
  position: relative;
  z-index: 9;
}

.faq-set02 dt {
  position: relative;
  padding: 11px 0 0 39px;
}

.faq-set02 dt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 31px;
  width: 18px;
  background: url(common/img/single/icon-q.png) no-repeat;
}

.faq-set02 dd {
  position: relative;
  margin: 23px 0 0;
  padding: 1px 0 0 39px;
}

.faq-set02 dd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 26px;
  width: 20px;
  background: url(common/img/single/icon-a.png) no-repeat;
}

.faq-set02 dd + dt {
  margin-top: 46px;
}

.link-set02 .link-inner {
  background: #ecf1f5;
  padding: 33px 42px 36px;
}

.link-set02 .link-ttl {
  margin: 0 0 16px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

.link-set02 .post-link-elm + .post-link-elm {
  margin-top: 10px;
}

@media only screen and (max-width: 900px) {
  .col-set.col4 .col-box-elm {
    width: 30.76923%;
    margin: 0 1.92308% 1.92308% 0;
  }
}

@media only screen and (max-width: 800px) {
  .col-box-elm .slide-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .col-box-elm .text-box {
    padding: 20px 20px 20px;
  }
  .col-box-elm .post-link-elm {
    padding: 0 0 0 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .col-box-elm .post-link-elm:before {
    top: 2px;
  }
}

@media only screen and (max-width: 768px) {
  .post-set + .post-set {
    margin-top: 40px;
  }
  .post-set + .post-set.h2-ttl + .post-set.ttl-set {
    margin-top: 25px;
  }
  .post-set + .post-set.h3-ttl + .post-set.ttl-set {
    margin-top: 13px;
  }
  .post-set .cap {
    margin-top: 11px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .page-link-set + .post-set.ttl-set.h2-ttl,
  .page-link-set + .post-set.ttl-set.h3-ttl {
    margin-top: 40px;
  }
  .page-link-list {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
    width: auto;
    margin: 0;
    font-size: 0;
  }
  .page-link-list li {
    display: block;
    width: auto;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .page-link-list li + li {
    margin-top: 11px;
  }
  .page-link-list li a {
    color: #225b9b;
  }
  .page-link-list li a:before {
    left: 17px;
    height: 20px;
    width: 20px;
    margin: -10px 0 0;
    background: url(common/img/single/icon-page-link-sp.png) no-repeat;
    background-size: 20px 20px;
  }
  .page-link-list li .table-cell {
    height: auto;
    padding: 16px 20px 15px 46px;
    letter-spacing: 0.03em;
  }
  .last-set {
    padding-bottom: 70px;
  }
  .text-set {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .text-set + .text-set {
    margin-top: 28px;
  }
  .ttl-set {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
    margin: 0;
  }
  .ttl-set + .post-set {
    margin-top: 0;
  }
  .ttl-set + .btn-set {
    margin-top: 40px;
  }
  .ttl-set.wysiwyg h2 {
    margin: 0 0 25px;
  }
  .ttl-set.wysiwyg h3 {
    margin: 0 0 13px;
  }
  .slider-set .slide-elm {
    padding-top: 241px;
  }
  .link-set + .link-set {
    margin-top: 24px;
  }
  .link-set + .list-set {
    margin-top: 30px;
  }
  .link-set .link-elm-box {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .link-set .link-elm-box + .link-elm-box {
    margin-top: 24px;
  }
  .link-set .link-elm-box + .link-elm-box.link-box-wrap {
    margin-top: 38px;
  }
  .link-set .link-elm-box .ct-inner-s {
    padding: 0 4.6875%;
  }
  .link-set .link-box-wrap {
    padding: 0;
  }
  .link-set .link-box {
    border-top: 1px solid #cad0d5;
    padding: 36px 0 0;
  }
  .link-set .ct-inner-s {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .post-link-elm {
    padding: 0 0 0 26px;
  }
  .post-link-elm.white:before {
    background: url(common/img/single/icon-link-w-sp.png) no-repeat;
    background-size: 19px 19px;
  }
  .post-link-elm:before {
    top: 2px;
    left: 0;
    background: url(common/img/single/icon-link-sp.png) no-repeat;
    background-size: 19px 19px;
  }
  .list-set {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .list-set + .list-set {
    margin-top: 31px;
  }
  .list-set .col2-list ul,
  .list-set .col2-list ol {
    width: auto;
  }
  .list-set .col2-list ul li,
  .list-set .col2-list ol li {
    display: block;
    width: auto;
    margin: 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .list-set .col2-list ul li + li,
  .list-set .col2-list ol li + li {
    margin-top: 4px;
  }
  .slider-set02 {
    padding: 30px 15px 30px;
  }
  .slider-set02.last-set {
    padding-bottom: 65px;
  }
  .slider-set02 .ct-ttl01 {
    margin: -1px 0 25px;
  }
  .slider-set02 .slide-elm {
    width: auto;
    margin: 0 17px 0;
  }
  .slider-set02 .slick-prev {
    top: 25.51724%;
    left: -5px;
    margin-top: 0;
  }
  .slider-set02 .slick-next {
    top: 25.51724%;
    right: -5px;
    margin-top: 0;
  }
  .col-box-elm.small .text-box {
    padding: 10px 0 10px;
  }
  .col-box-elm.small .slide-ttl + .slide-lead {
    margin-top: 7px;
  }
  .col-box-elm.small * + .post-link-elm {
    margin-top: 8px;
  }
  .col-box-elm .text-box {
    padding: 20px 22px 22px;
  }
  .col-box-elm .img img {
    width: 100%;
  }
  .col-box-elm .slide-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .col-box-elm .slide-ttl + .slide-lead {
    margin-top: 12px;
  }
  .col-box-elm * + .post-link-elm {
    margin-top: 13px;
  }
  .col-box-elm .post-link-elm {
    font-weight: normal;
    margin-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .col-set {
    padding-left: 4.6875%;
  }
  .col-set + .post-set {
    margin-top: 17px;
  }
  .col-set .col-box {
    width: auto;
  }
  .col-set .col-box-elm {
    margin: 0 0 8px;
    vertical-align: top;
    letter-spacing: normal;
  }
  .col-set.col2 .col-box-elm {
    display: block;
    width: 95.08197%;
  }
  .col-set.col2 .text-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-set.col2 + .post-set {
    margin-top: 22px;
  }
  .col-set.col2 + .col-set.col4 {
    margin-top: 7px;
  }
  .col-set.col4 .col-box-elm {
    margin: 0 3.27869% 13px 0;
    width: 45.90164%;
  }
  .img-text-set {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .img-text-set .img-box {
    margin: 0 0 26px;
  }
  .img-text-set .img-box.fl-r,
  .img-text-set .img-box.fl-l {
    width: auto !important;
  }
  .img-text-set .img-box.txt-c {
    margin-bottom: 15px;
  }
  .img-text-set .text-box.fl-r,
  .img-text-set .text-box.fl-l {
    width: auto !important;
    padding: 0;
  }
  .img-text-set .ttl-text {
    margin: 0 0 21px;
  }
  .img-text-set .ttl-text + * {
    margin-top: 0;
  }
  .map-set-wrap {
    padding-top: 320px;
  }
  .btn-set {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .btn-set.bg-blue.last-set {
    padding-bottom: 0;
    margin-bottom: 80px;
  }
  .btn-set.bg-blue .ct-inner-s {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .btn-set + .btn-set {
    margin-top: 15px;
  }
  .btn-set.w100 {
    box-sizing: border-box;
  }
  .btn-set.w100 .btn-list {
    text-align: center;
  }
  .btn-set.w100 .btn.w-a {
    min-width: 180px;
  }
  .btn-set .btn-list {
    width: auto;
    margin: 0;
  }
  .btn-set .btn {
    display: block;
    max-width: 240px;
    margin: 0 auto;
    width: auto;
  }
  .btn-set .btn + .btn {
    margin-top: 15px;
  }
  .btn-set .btn.w-a {
    display: inline-block;
    max-width: inherit;
    min-width: inherit;
  }
  .attention-set {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .attention-set + .faq-set,
  .attention-set + .table-set,
  .attention-set + .attention-set {
    margin-top: 30px;
  }
  .attention-set .attention-wrap {
    padding: 16px 15px 15px 20px;
  }
  .attention-set .rect-g {
    background: #ecf1f5 url(common/img/single/bg-line-b-sp.png) repeat top left;
    background-size: 13px 13px;
  }
  .attention-set .rect-p {
    background: #f8e9eb url(common/img/single/bg-line-p-sp.png) repeat top left;
    background-size: 13px 13px;
  }
  .table-set {
    padding-left: 4.6875%;
  }
  .table-set + .faq-set,
  .table-set + .table-set,
  .table-set + .attention-set {
    margin-top: 30px;
  }
  .table-set .table-wrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-set .table-wrap table {
    min-width: 544px;
  }
  .faq-set {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .faq-set + .faq-set,
  .faq-set + .table-set,
  .faq-set + .attention-set {
    margin-top: 30px;
  }
  .faq-set dl {
    border-bottom: 1px solid #1e3a57;
  }
  .faq-set .hv-op:hover {
    opacity: 1;
  }
  .faq-set dt {
    padding: 10px 50px 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .faq-set dt:hover:after {
    background: #1e3a57 url(common/img/single/icon-toggle-off-sp-hv.png) no-repeat center center;
    background-size: 40px 40px;
  }
  .faq-set dt:hover.on:after {
    background: #1e3a57 url(common/img/single/icon-toggle-on-sp-hv.png) no-repeat center center;
    background-size: 40px 40px;
  }
  .faq-set dt:after {
    background: url(common/img/single/icon-toggle-off-sp.png) no-repeat center center;
    background-size: 40px 40px;
  }
  .faq-set dt.on:after {
    background-image: url(common/img/single/icon-toggle-on-sp.png);
    background-size: 40px 40px;
  }
  .faq-set .text-box {
    margin: 0 0 0;
    padding: 0 0 11px;
  }
  .blockquote-set {
    padding-left: 9.375%;
    padding-right: 9.375%;
  }
  .blockquote-set + .post-set {
    margin-top: 40px;
  }
  .blockquote-set .blockquote-list {
    width: auto;
  }
  .blockquote-set .blockquote-elm {
    display: block;
    width: auto;
    margin: 0 0 39px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .blockquote-set .blockquote-elm a:hover .text-box {
    background: none;
  }
  .blockquote-set .blockquote-elm .img {
    width: 100%;
    margin: 0 0 10px;
  }
  .blockquote-set .blockquote-elm .text-box {
    padding: 0;
  }
  .blockquote-set .blockquote-elm .wysiwyg {
    margin: 0 0 6px;
  }
  .blockquote-set .blockquote-elm blockquote {
    margin: -27px 0 0 -7px;
    padding: 33px 10px 0 6px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .blockquote-set .blockquote-elm .text-gray {
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  .blockquote-set .blockquote-elm .post-link-elm {
    margin: 9px 0 0 -1px;
  }
  .tab-set {
    padding: 30px 4.6875% 30px;
  }
  .tab-set.last-set {
    padding-bottom: 70px;
  }
  .tab-set .tab-btn-list {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .tab-set .js-tab-btn {
    height: 44px;
    padding: 8px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tab-set .tab-ct-wrap {
    padding: 15px 15px 15px;
  }
  .tab-set .tab-ct-wrap .img-box {
    width: auto;
    margin: 0 0 21px;
  }
  .tab-set .tab-ct-wrap .text-box.fl-r {
    width: auto;
  }
  .tab-set .tab-ct-wrap .ttl-text {
    margin: 0 0 20px;
  }
  .potho-list-wrap {
    width: auto;
    padding: 0 0 2px 4.6875%;
  }
  .potho-list-wrap .photo-elm {
    width: 29.5082%;
    margin: 0 3.27869% 3.27869% 0;
  }
  .location-lead-set {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .location-lead-set .set-ttl {
    padding: 0 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .location-lead-set .set-ttl + .set-lead {
    margin-top: 17px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .comment-set {
    padding: 30px 9.375%;
  }
  .comment-set + .post-set {
    margin-top: 0;
  }
  .comment-set.last-set {
    margin-bottom: 70px;
  }
  .comment-set .ct-ttl01 {
    margin: 0 0 12px;
  }
  .comment-set .ct-ttl01:before {
    margin-bottom: 1px;
  }
  .comment-set .comment-elm + .comment-elm {
    margin-top: 30px;
  }
  .comment-set .comment-elm .img {
    width: 66.53846%;
    margin: 0 auto;
  }
  .comment-set .comment-elm .img .img-wrap {
    height: auto;
  }
  .comment-set .comment-elm .text-box {
    padding: 14px 0 0;
  }
  .comment-set .comment-elm .lead {
    margin: 0 0 7px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .comment-set .comment-elm .text-gray {
    color: #ccc;
    line-height: 1.4;
  }
  .comment-set .comment-elm .post-link-elm {
    margin: 17px 0 0 3px;
  }
  .about-location-set {
    padding: 32px 4.6875% 30px;
  }
  .about-location-set + .post-set {
    margin-top: 0;
  }
  .about-location-set.last-set {
    padding-bottom: 0;
    margin-bottom: 70px;
  }
  .about-location-set .text-box {
    padding: 0;
  }
  .about-location-set .set-ttl {
    margin: 0 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .about-location-set .side-box {
    width: auto;
    padding: 26px 5.17241% 25px;
    margin: 25px 0 0;
    background: #ecf1f5;
  }
  .about-location-set .side-box:after {
    display: none;
  }
  .about-location-set .side-box .side-ttl + .side-text {
    margin-top: 5px;
  }
  .about-location-set .side-box .side-text + .side-ttl {
    margin-top: 13px;
  }
  .faq-set02 {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .faq-set02 dt {
    padding: 0 0 0 25px;
  }
  .faq-set02 dt:before {
    height: 21px;
    width: 12px;
    background: url(common/img/single/icon-q-sp.png) no-repeat;
    background-size: 12px 21px;
  }
  .faq-set02 dd {
    margin: 9px 0 0;
    padding: 0 0 0 25px;
  }
  .faq-set02 dd:before {
    height: 18px;
    width: 13px;
    background: url(common/img/single/icon-a-sp.png) no-repeat;
    background-size: 13px 18px;
  }
  .link-set02 {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .link-set02 .link-inner {
    padding: 15px 21px 20px;
  }
  .link-set02 .link-ttl {
    margin: 0 0 11px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* people
----------------------------------------------------------*/
.people-page {
  padding: 55px 0 80px;
}

.people-lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 80px;
  text-align: center;
  letter-spacing: 0.03em;
}

.people-page .blockquote-set .blockquote-elm {
  margin-bottom: 80px;
}

.people-btn-wrap {
  padding: 13px 0 80px;
}

.people-btn-wrap .btn {
  max-width: 360px;
  margin: 0 auto;
}

@media only screen and (max-width: 770px) {
  .people-page {
    padding: 34px 0 47px;
  }
  .people-lead {
    padding: 0 4.6875%;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 28px;
    letter-spacing: normal;
    text-align: left;
  }
  .people-page .blockquote-set .blockquote-elm {
    margin-bottom: 40px;
  }
  .people-btn-wrap {
    padding: 0 0 40px;
  }
  .people-btn-wrap .btn {
    max-width: 180px;
    margin: 0 auto;
  }
}

/* information
----------------------------------------------------------*/
.information-page .information-area {
  max-width: none;
  padding: 0;
  margin-bottom: 15px;
}

.information-page .information-area .info-inner {
  width: 100%;
  padding-top: 45px;
}

.information-page .information-area .info-ct-ttl-box {
  margin-bottom: 27px;
}

.information-page .information-area .info-ct-ttl-box .ttl-text {
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: 0.12rem;
}

.information-page .information-area .info-ct-ttl-box .ttl-text:before {
  display: none;
}

.information-page .information-area .info-list {
  width: 106.5%;
  padding-left: 0;
}

.information-page .information-area .info-list + .info-ct-ttl-box {
  padding-top: 10px;
}

.information-page .information-area .info-list .list-elm {
  width: 30.98592%;
  margin: 0 1.87793% 55px 0;
}

.information-page .information-area .head {
  margin: 0 0 12px;
}

.information-page .information-area .label {
  padding: 4px 7.5px 4px 7.5px;
  margin: 0 0 0 9px;
}

.information-page .information-area .link-ttl {
  line-height: 2;
  letter-spacing: 0.07rem;
}

.information-page .information-area .date {
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 768px) {
  .information-page .information-area {
    width: 100%;
    margin-bottom: 0;
  }
  .information-page .information-area .info-inner {
    width: auto;
    padding: 23px 15px 0;
    height: auto;
    margin-bottom: 87px;
  }
  .information-page .information-area .info-ct-ttl-box {
    margin-bottom: 12px;
  }
  .information-page .information-area .info-ct-ttl-box .ttl-text {
    font-size: 30px;
    font-size: 3rem;
    text-indent: 2px;
    letter-spacing: 0.09em;
  }
  .information-page .information-area .info-list {
    width: auto;
    padding: 0;
  }
  .information-page .information-area .info-list .list-elm {
    width: 100%;
    margin: 0 1.87793% 21px 0;
    border-bottom: solid 1px #cad0d5;
    padding-bottom: 0;
    display: block;
  }
  .information-page .information-area .info-list .list-elm .link-ttl {
    line-height: 1.7;
  }
  .information-page .information-area .info-list .list-elm a {
    padding-bottom: 16px;
  }
  .information-page .information-area .head {
    margin-bottom: 7px;
  }
  .information-page .information-area .date {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
  .information-page .information-area .label {
    padding: 1px 3px 1.5px 3px;
    margin: 0 0 0 2px;
  }
  .information-page .information-area .info-wrap {
    height: auto;
  }
}

/* Location
----------------------------------------------------------*/
/*TOP部分*/
.location-page {
  margin-bottom: 150px;
  /*ページ内リンク*/
  /* location-ct-area */
}

.location-page .top-text {
  width: 100%;
  text-align: center;
  margin-bottom: 73px;
  text-indent: 3px;
}

.location-page .top-text h2 {
  padding: 65px 0 22px 0;
  font-size: 34px;
  font-size: 3.4rem;
  color: #19416d;
}

.location-page .top-text p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.location-page .page-link {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  background-color: #1e3a57;
}

.location-page .page-link .page-link-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 3.50877% 0 3.50877%;
  font-size: 0;
}

.location-page .page-link .page-link-inner ul {
  width: 102.63158%;
}

.location-page .page-link .page-link-item {
  display: inline-block;
  vertical-align: top;
  width: 30.76923%;
  height: auto;
  padding: 0 2.5641% 51px 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.location-page .page-link .page-link-item img {
  width: 100%;
}

.location-page .page-link .page-link-item a {
  color: #fff;
}

.location-page .page-link .page-link-cap {
  padding-top: 15px;
}

.location-page .page-link .page-link-cap:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 4px 4.72222% 0 0;
  background: url(common/img/common/icon-link-arrow.png) no-repeat;
  vertical-align: middle;
}

.location-page .location-ct-area .location-wrap-inner {
  position: relative;
}

.location-page .location-ct-area .location-img + .location-inner {
  margin-top: -80px;
}

.location-page .location-ct-area .location-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 9;
}

.location-page .location-ct-area .link-box {
  font-size: 0;
}

.location-page .location-ct-area .link-elm {
  width: 61.66667%;
  padding: 0 0 36px 0;
  vertical-align: top;
}

.location-page .location-ct-area .link-elm + .link-elm-02 {
  border-left: 1px solid #c9cfd4;
}

.location-page .location-ct-area .link-elm .link-text-box {
  padding: 54px 6.75676% 38px 8.37838%;
  text-align: left;
}

.location-page .location-ct-area .link-elm .area-name {
  font-size: 54px;
  font-size: 5.4rem;
  letter-spacing: 0.02em;
}

.location-page .location-ct-area .link-elm .area-text {
  margin: 25px auto 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
}

.location-page .location-ct-area .link-elm .link-icon-box {
  padding: 0 3.24324% 38px;
  text-align: left;
}

.location-page .location-ct-area .link-elm .icon-box-inner {
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box;
}

.location-page .location-ct-area .link-elm .table-cell {
  vertical-align: middle;
  height: 120px;
}

.location-page .location-ct-area .link-elm .table-cell img {
  width: auto;
}

.location-page .location-ct-area .link-elm .icon-text {
  margin-top: 4px;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}

.location-page .location-ct-area .link-elm-02 {
  max-width: 38.33333%;
  padding: 53px 1.66667% 62px 4.91667%;
  background: #ecf1f5;
}

.location-page .location-ct-area .link-elm-02 .link-text-box-02 {
  text-align: left;
}

.location-page .location-ct-area .link-elm-02 .campus {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 13px;
  padding-left: 32px;
  position: relative;
}

.location-page .location-ct-area .link-elm-02 .campus:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 17px;
  height: 24px;
  margin: 0;
  background: url(common/img/common/icon-location.png) no-repeat;
  vertical-align: middle;
}

.location-page .location-ct-area .link-elm-02 .btn-blue {
  display: inline-block;
  border: none;
}

.location-page .location-ct-area .link-elm-02 .btn-blue:after {
  content: "";
  position: absolute;
  top: 26px;
  right: 17px;
  z-index: 1;
  width: 8px;
  height: 14px;
  background: url(common/img/common/icon-arrow-r.png) no-repeat;
  margin: -8px 0 0;
}

.location-page .location-ct-area .link-elm-02 .btn-blue:hover:after {
  background: url(common/img/common/icon-arrow-r-b.png) no-repeat;
}

.location-page .location-ct-area .link-elm-02 .btn-list + .btn-list {
  margin-top: 10px;
}

.location-page .location-ct-area .link-elm-02 .table-cell {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 13px 43px 13px 22px;
}

.location-page .location-ct-area .link-elm-02 .btn-white {
  display: inline-block;
  background: #fff;
  color: #1e3a57;
  border: none;
  padding: 4px 40px 10px;
}

.location-page .location-ct-area .link-elm-02 .btn-white:after {
  content: "";
  position: absolute;
  top: 26px;
  right: 17px;
  z-index: 1;
  width: 8px;
  height: 14px;
  background: url(common/img/common/icon-arrow-r-b.png) no-repeat;
  margin: -8px 0 0;
}

.location-page .location-ct-area .link-elm-02 .btn-white:hover {
  background: #1e3a57;
  color: #fff;
}

.location-page .location-ct-area .link-elm-02 .btn-white:hover:after {
  background: url(common/img/common/icon-arrow-r.png) no-repeat;
}

.location-page .location-ct-area .link-elm-02 .table-style {
  width: auto;
  font-size: 16px;
  font-size: 1.6rem;
}

.location-page .location-ct-area .link-elm-02 .course {
  font-size: 20px;
  font-size: 2rem;
  padding: 45px 0 0 35px;
  position: relative;
}

.location-page .location-ct-area .link-elm-02 .course:before {
  content: "";
  position: absolute;
  top: 52px;
  left: 0;
  width: 17px;
  height: 24px;
  padding: 4px 18px 0 0;
  background: url(common/img/common/icon-location-02.png) no-repeat;
  vertical-align: middle;
}

.location-page .location-ct-area .link-elm-02 .course-list {
  padding-top: 4px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
}

.location-page .location-ct-area .link-elm-02 .course-list li {
  position: relative;
  padding: 0 0 0 28px;
  margin-top: 5px;
  letter-spacing: 0.03em;
  text-decoration: underline;
}

.location-page .location-ct-area .link-elm-02 .course-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 19px;
  height: 19px;
  margin: 5px 0 0;
  background: url(common/img/common/icon-link-arrow-r.png) no-repeat;
  vertical-align: middle;
}

.location-page .location-ct-area .link-elm-02 .course-list li:hover {
  text-decoration: none;
}

.location-page .location-ct-area .link-elm-02 .course-list a {
  color: #235c9c;
  cursor: pointer;
}

.location-page .btn-area {
  width: 100%;
  background-color: #1e3a57;
}

.location-page .btn-area .btn-list {
  width: 106%;
  margin: 0 0 0 -3%;
  padding: 60px 0 33px;
  font-size: 0;
}

.location-page .btn-area .btn-list .btn {
  display: inline-block;
  margin: 0 1.41509% 30px;
  width: 29.24528%;
  vertical-align: top;
}

.location-page .btn-area .btn-list .btn .table-style {
  width: auto;
  margin: 0 auto;
}

.location-page .btn-area .btn-list .btn .table-cell {
  height: 58px;
  letter-spacing: 0.09em;
}

.location-page .map-area {
  width: 100%;
}

.location-page .map-area h2 {
  padding: 71px 40px 34px;
}

@media only screen and (max-width: 768px) {
  .location-page {
    width: 100%;
    margin-bottom: 77px;
    /* location-ct-area */
  }
  .location-page .top-text {
    width: 100%;
    margin-bottom: 32px;
  }
  .location-page .top-text h2 {
    padding: 32px 13px 17px 13px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .location-page .top-text p {
    padding: 0 16px 0 16px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .location-page .page-link {
    width: 100%;
    padding: 31px 0 10px 0;
  }
  .location-page .page-link .page-link-inner {
    padding: 0;
  }
  .location-page .page-link .page-link-item {
    display: block;
    width: auto;
    padding: 0 46px 0 42px;
  }
  .location-page .page-link .page-link-item img {
    width: 100;
    margin-left: -5px;
  }
  .location-page .page-link .page-link-cap {
    width: auto;
    margin-left: -5px;
    padding: 5px 0 14px 0;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .location-page .page-link .page-link-cap:before {
    padding: 6px 7px 0 0;
  }
  .location-page .location-ct-area {
    width: 100%;
    padding-bottom: 30px;
  }
  .location-page .location-ct-area .location-wrap-inner {
    position: relative;
  }
  .location-page .location-ct-area .location-img + .location-inner {
    margin-top: -60px;
  }
  .location-page .location-ct-area .link-box {
    display: block;
  }
  .location-page .location-ct-area .link-elm {
    display: block;
    width: auto;
    padding: 0 15px 4px 15px;
    vertical-align: top;
  }
  .location-page .location-ct-area .link-elm + .link-elm-02 {
    border-left: none;
  }
  .location-page .location-ct-area .link-elm .link-text-box {
    padding: 27px 22px 20px 27px;
    text-align: left;
  }
  .location-page .location-ct-area .link-elm .area-name {
    font-size: 27px;
    font-size: 2.7rem;
  }
  .location-page .location-ct-area .link-elm .area-text {
    margin: 15px auto 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .location-page .location-ct-area .link-elm .link-icon-box {
    width: auto;
    padding: 0 14px 20px 20px;
  }
  .location-page .location-ct-area .link-elm .icon-box-inner {
    padding: 0 10px;
  }
  .location-page .location-ct-area .link-elm .table-cell {
    height: 70px;
  }
  .location-page .location-ct-area .link-elm .table-cell img {
    width: auto;
  }
  .location-page .location-ct-area .link-elm .icon-text {
    margin-top: 1px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .location-page .location-ct-area .link-elm-02 {
    display: block;
    min-width: 260px;
    margin-bottom: 30px;
    padding: 0 15px 0 15px;
    margin: 0 auto;
    border-top: 1px solid #c9cfd4;
  }
  .location-page .location-ct-area .link-elm-02 .link-text-box-02 {
    padding: 25px 0 31px;
    text-align: left;
  }
  .location-page .location-ct-area .link-elm-02 .campus {
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 17px;
    padding: 0 0 0 36px;
    position: relative;
  }
  .location-page .location-ct-area .link-elm-02 .campus:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 10px;
    width: 17px;
    height: 24px;
    margin: 0 0 0;
    background: url(common/img/common/icon-location-sp.png) no-repeat;
    background-size: 17px 24px;
  }
  .location-page .location-ct-area .link-elm-02 .btn-blue {
    display: inline-block;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #1d3956;
    background: #fff;
  }
  .location-page .location-ct-area .link-elm-02 .btn-blue:after {
    content: "";
    position: absolute;
    top: 26px;
    right: 15px;
    z-index: 1;
    width: 8px;
    height: 14px;
    background: url(common/img/common/icon-arrow-r-b.png) no-repeat;
    margin: -8px 0 0;
  }
  .location-page .location-ct-area .link-elm-02 .btn-blue:hover:after {
    background: url(common/img/common/icon-arrow-r-b.png) no-repeat;
  }
  .location-page .location-ct-area .link-elm-02 .btn-list {
    padding: 0 0 0 10px;
  }
  .location-page .location-ct-area .link-elm-02 .btn-list + .btn-list {
    margin-top: 2px;
  }
  .location-page .location-ct-area .link-elm-02 .table-style {
    margin: 0;
  }
  .location-page .location-ct-area .link-elm-02 .table-cell {
    display: inline-block;
    min-width: 210px;
    height: auto;
    padding: 15px 14px 13px 17px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .location-page .location-ct-area .link-elm-02 .btn-white {
    display: inline-block;
    background: #fff;
    color: #1e3a57;
    border: none;
    padding: 4px 40px 10px;
  }
  .location-page .location-ct-area .link-elm-02 .btn-white:after {
    content: "";
    position: absolute;
    top: 26px;
    right: 17px;
    z-index: 1;
    width: 8px;
    height: 14px;
    background: url(common/img/common/icon-arrow-r-b.png) no-repeat;
    margin: -8px 0 0;
  }
  .location-page .location-ct-area .link-elm-02 .btn-white:hover {
    background: #1e3a57;
    color: #fff;
  }
  .location-page .location-ct-area .link-elm-02 .btn-white:hover:after {
    background: url(common/img/common/icon-arrow-r.png) no-repeat;
  }
  .location-page .location-ct-area .link-elm-02 .table-style {
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .location-page .location-ct-area .link-elm-02 * + .course {
    margin-top: 25px;
  }
  .location-page .location-ct-area .link-elm-02 .course {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 0 36px;
    position: relative;
  }
  .location-page .location-ct-area .link-elm-02 .course:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 20px;
    height: 24px;
    margin: 4px 0 0 0;
    padding: 0;
    background: url(common/img/common/icon-location-02-sp.png) no-repeat;
    background-size: 20px 24px;
  }
  .location-page .location-ct-area .link-elm-02 .course-list {
    display: inline-block;
    padding: 10px 0 0 11px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .location-page .location-ct-area .link-elm-02 .course-list li {
    letter-spacing: 0.03em;
    text-decoration: underline;
    margin: 10px 0 0;
    padding: 0 0 0 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .location-page .location-ct-area .link-elm-02 .course-list li:before {
    width: 19px;
    height: 19px;
    padding: 0;
    margin: 0px 0 0 -2px;
    background: url(common/img/common/icon-link-arrow-r-sp.png) no-repeat;
    background-size: 19px 19px;
  }
  .location-page .location-ct-area .link-elm-02 .course-list li:hover {
    text-decoration: none;
  }
  .location-page .location-ct-area .link-elm-02 .course-list a {
    color: #235c9c;
    cursor: pointer;
  }
  .location-page .btn-area {
    width: 100%;
    padding: 41px 0 25px 0;
  }
  .location-page .btn-area .btn-list {
    padding: 0;
    font-size: 0;
  }
  .location-page .btn-area .btn-list .btn {
    display: block;
    max-width: 240px;
    width: auto;
    margin: 0 auto 15px;
    vertical-align: top;
  }
  .location-page .btn-area .btn-list .btn .table-style {
    width: auto;
    margin: 0 auto;
  }
  .location-page .btn-area .btn-list .btn .table-cell {
    height: 38px;
    letter-spacing: 0.09em;
  }
  .location-page .btn-area .btn-list .btn-white.small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .location-page .map-area h2 {
    padding: 32px 4.6875% 22px;
  }
}

/* course
----------------------------------------------------------*/
.course-list-page {
  padding: 0 0 150px;
}

.course-list-page .course-lead {
  padding: 72px 0 73px;
}

.course-list-page .lead-text {
  margin-top: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}

.course-pagelink-area {
  background: #1e3a57;
  padding: 50px 0 50px;
}

.course-pagelink-set {
  position: relative;
  z-index: 9;
}

.course-pagelink-set + .course-pagelink-set {
  border-top: 1px solid #405770;
}

.course-pagelink-set .list-elm {
  float: left;
  width: 20%;
  padding: 20px 10px;
  box-sizing: border-box;
}

.course-pagelink-set .w4 {
  width: 80%;
}

.course-pagelink-set .w3 {
  width: 60%;
}

.course-pagelink-set .w2 {
  width: 40%;
}

.course-pagelink-set .ttl-text {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
}

.course-pagelink-set a {
  background: #2b4661;
}

.course-pagelink-set a:hover {
  background: #fff;
  color: #1e3a57;
}

.course-pagelink-set a:hover .img img {
  display: none;
}

.course-pagelink-set a:hover .img .hv-img {
  display: inline-block;
}

.course-pagelink-set .list-inner {
  padding: 24px 15px 24px;
}

.course-pagelink-set .link-img {
  margin: 0 0 15px;
}

.course-pagelink-set .link-img .table-cell {
  height: 80px;
}

.course-pagelink-set .hv-img {
  display: none;
}

.course-pagelink-set .link-ttl {
  line-height: 1.6;
}

.course-pagelink-set .list-elm-text {
  font-size: 14px;
  font-size: 1.4rem;
}

.course-page-link-wrap {
  padding: 79px 0 0;
}

.course-page-link-wrap .course-link-elm:last-child {
  border-bottom: 1px solid #cad0d5;
}

.course-page-link-wrap .course-link-elm .course-inner {
  border-top: 1px solid #1e3a57;
}

.course-page-link-wrap .course-link-elm .head {
  margin: 0 0 1px;
  background: url(common/img/list/bg-line.png) repeat top left;
}

.course-page-link-wrap .course-link-elm .head-inner {
  padding: 41px 25px 46px 23px;
}

.course-page-link-wrap .course-link-elm .icon-wrap {
  width: 117px;
  padding: 11px 0 0;
}

.course-page-link-wrap .course-link-elm .text-wrap {
  padding: 0 0 0 14px;
}

.course-page-link-wrap .course-link-elm .elm-ttl {
  margin: 0 0 5px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.028em;
}

.course-page-link-wrap .course-link-elm .link-box {
  padding: 20px;
  box-sizing: border-box;
}

.course-page-link-wrap .course-link-elm .link-box + .link-box {
  border-top: 1px solid #cad0d5;
}

.course-page-link-wrap .course-link-elm .link-ttl {
  padding: 0 0 3px 3px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.course-page-link-wrap .course-link-elm .btn-wrap {
  width: 300px;
}

.course-page-link-wrap .course-link-elm .btn + .btn {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .course-list-page {
    padding: 0 0 150px;
  }
  .course-list-page .course-lead {
    padding: 32px 4.6875% 32px;
  }
  .course-list-page .lead-text {
    margin-top: 17px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .course-pagelink-area {
    background: #1e3a57;
    padding: 21px 0 24px;
  }
  .course-pagelink-set {
    padding: 0 0 0 4.6875%;
    font-size: 0;
  }
  .course-pagelink-set + .course-pagelink-set {
    border-top: none;
  }
  .course-pagelink-set .list-elm {
    display: inline-block;
    float: none;
    width: 45.90164%;
    padding: 0;
    margin: 0 3.27869% 3.27869% 0;
    vertical-align: top;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .course-pagelink-set .w4 {
    width: 80%;
  }
  .course-pagelink-set .w3 {
    width: 60%;
  }
  .course-pagelink-set .w2 {
    width: 40%;
  }
  .course-pagelink-set .list-ttl {
    width: 100%;
  }
  .course-pagelink-set .list-ttl .js-height {
    height: auto !important;
  }
  .course-pagelink-set .ttl-text {
    padding: 10px 4.6875% 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  .course-pagelink-set a:hover {
    background: #2b4661;
    color: #fff;
  }
  .course-pagelink-set a:hover .img img {
    display: inline-block;
  }
  .course-pagelink-set a:hover .img .hv-img {
    display: none;
  }
  .course-pagelink-set .list-inner {
    padding: 19px 10px 14px;
  }
  .course-pagelink-set .img img {
    width: auto;
    max-height: 60px;
  }
  .course-pagelink-set .link-img {
    margin: 0 0 7px;
  }
  .course-pagelink-set .link-img .table-cell {
    height: 60px;
  }
  .course-pagelink-set .hv-img {
    display: none;
  }
  .course-pagelink-set .link-ttl {
    line-height: 1.6;
  }
  .course-pagelink-set .lead-text-elm {
    width: 100%;
    padding: 0 4.91803% 0 0;
  }
  .course-pagelink-set .list-elm-text {
    width: auto;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .course-page-link-wrap {
    padding: 40px 4.6875% 0;
  }
  .course-page-link-wrap .course-link-elm .course-inner {
    border-top: 2px solid #1e3a57;
  }
  .course-page-link-wrap .course-link-elm .head {
    margin: 0 0 1px;
    background: url(common/img/list/bg-line-sp.png) repeat top left;
    background-size: 6.5px 6.5px;
  }
  .course-page-link-wrap .course-link-elm .head-inner {
    padding: 29px 5.17241% 28px;
  }
  .course-page-link-wrap .course-link-elm .icon-wrap {
    display: none;
  }
  .course-page-link-wrap .course-link-elm .ttl-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 11px;
  }
  .course-page-link-wrap .course-link-elm .ttl-wrap .icon {
    display: table-cell;
    width: 70px;
    padding-right: 6px;
    vertical-align: top;
  }
  .course-page-link-wrap .course-link-elm .text-wrap {
    padding: 0;
  }
  .course-page-link-wrap .course-link-elm .elm-ttl {
    display: table-cell;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.028em;
    vertical-align: middle;
  }
  .course-page-link-wrap .course-link-elm .link-box {
    padding: 15px;
    box-sizing: border-box;
  }
  .course-page-link-wrap .course-link-elm .link-box + .link-box {
    border-top: 1px solid #cad0d5;
  }
  .course-page-link-wrap .course-link-elm .link-ttl {
    padding: 0 0 13px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  .course-page-link-wrap .course-link-elm .btn-wrap {
    width: auto;
  }
  .course-page-link-wrap .course-link-elm .btn + .btn {
    margin-top: 2px;
  }
}

/* plugin
----------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list a:focus,
.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide:focus {
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  z-index: 99;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s;
}

.slick-prev {
  left: 20px;
  background: #1e3a57 url(common/img/single/icon-prev.png) no-repeat;
}

.slick-prev:hover {
  background-color: #fff;
  background-image: url(common/img/single/icon-prev-on.png);
}

.slick-next {
  right: 20px;
  background: #1e3a57 url(common/img/single/icon-next.png) no-repeat;
}

.slick-next:hover {
  background-color: #fff;
  background-image: url(common/img/single/icon-next-on.png);
}

/* Dots */
.slick-dots {
  position: absolute;
  top: 100%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background: #143b64;
}

.slick-dots li.slick-active button {
  background: #143b64;
}

@media only screen and (max-width: 768px) {
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 1;
  }
  .slick-prev,
  .slick-next {
    height: 46px;
    width: 46px;
    margin-top: -23px;
  }
  .slick-prev {
    left: 3.125%;
    background: url(common/img/single/icon-prev-sp.png) no-repeat;
    background-size: 46px 46px;
  }
  .slick-prev:hover {
    background: url(common/img/single/icon-prev-sp.png) no-repeat;
    background-size: 46px 46px;
  }
  .slick-next {
    right: 3.125%;
    background: url(common/img/single/icon-next-sp.png) no-repeat;
    background-size: 46px 46px;
  }
  .slick-next:hover {
    background: url(common/img/single/icon-next-sp.png) no-repeat;
    background-size: 46px 46px;
  }
  .slick-dots {
    margin: 4px 0 0;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 119999;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background: rgba(0, 0, 0, 0.5);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight {
  width: 0;
  height: 0;
}

#cboxMiddleLeft,
#cboxMiddleRight {
  width: 0;
}

#cboxTopCenter {
  height: 50px;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  display: none !important;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 999;
  background: #1e3a57 url(common/img/single/icon-prev-photo.png) no-repeat center center;
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  text-indent: -9999px;
  transition: all 0.5s;
  border-radius: 50%;
}

#cboxPrevious:hover {
  background: #fff url(common/img/single/icon-prev-photo-on.png) no-repeat center center;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: 999;
  background: #1e3a57 url(common/img/single/icon-next-photo.png) no-repeat center center;
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  text-indent: -9999px;
  transition: all 0.5s;
  border-radius: 50%;
}

#cboxNext:hover {
  background: #fff url(common/img/single/icon-next-photo-on.png) no-repeat center center;
}

#cboxClose {
  position: absolute;
  top: -50px;
  right: -2px;
  background: url(common/img/single/icon-close.png) no-repeat center center;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  transition: opacity 0.5s;
}

#cboxClose:hover {
  opacity: 0.7;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

@media only screen and (max-width: 768px) {
  #cboxTopLeft,
  #cboxTopRight,
  #cboxBottomLeft,
  #cboxBottomRight {
    width: 0;
    height: 0;
  }
  #cboxMiddleLeft,
  #cboxMiddleRight {
    width: 0;
  }
  #cboxTopCenter {
    height: 30px;
  }
  #cboxPrevious {
    left: 5px;
    background: #1e3a57 url(common/img/single/icon-prev-photo-sp.png) no-repeat center center;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    margin: -22px 0 0;
  }
  #cboxPrevious:hover {
    background: #1e3a57 url(common/img/single/icon-prev-photo-sp.png) no-repeat center center;
    background-size: 45px 45px;
  }
  #cboxNext {
    right: 5px;
    background: #1e3a57 url(common/img/single/icon-next-photo-sp.png) no-repeat center center;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    margin: -22px 0 0;
  }
  #cboxNext:hover {
    background: #1e3a57 url(common/img/single/icon-next-photo-sp.png) no-repeat center center;
    background-size: 45px 45px;
  }
  #cboxClose {
    top: -20px;
    right: 10px;
    background: url(common/img/single/icon-close-sp.png) no-repeat center center;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
  #cboxClose:hover {
    opacity: 1;
  }
}

/* 共通 */
.dr21-img-fluid {
  max-width: 100%;
  height: auto;
}

.dr21-text-center {
  text-align: center;
}

.dr21-gutter-area {
  padding-left: 15px;
  padding-right: 15px;
}

.dr21-position-relative {
  position: relative;
}

.dr21-z-index10 {
  z-index: 10;
}

.dr21-z-index20 {
  z-index: 20 !important;
}

.dr21-w-100 {
  width: 100%;
}

.dr21-h-100 {
  height: 100% !important;
}

.dr21-lh-sm {
  line-height: 1.3;
}

.dr21-lh-md {
  line-height: 1.7;
}

.dr21-fz-sm {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .dr21-fz-sm {
    font-size: 11px;
  }
}

.dr21-fz-normal {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .dr21-fz-normal {
    font-size: 12px;
  }
}

.dr21-fz-md {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .dr21-fz-md {
    font-size: 13px;
  }
}

.dr21-fz-lg {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .dr21-fz-lg {
    font-size: 12px;
  }
}

.dr21-fz-xl {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .dr21-fz-xl {
    font-size: 13px;
  }
}

.dr21-fz-38 {
  font-size: 38px;
}

@media screen and (max-width: 768px) {
  .dr21-fz-38 {
    font-size: 24px;
  }
}

.dr21-ttl-text {
  line-height: 1.4;
}

.dr21-ttl-text::before {
  content: "";
  display: block;
  height: 17px;
  width: 19px;
  margin: 0 auto 18px;
  background: url(common/img/common/icon-ttl.png) no-repeat;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .dr21-ttl-text {
    line-height: 1.6;
  }
  .dr21-ttl-text::before {
    height: 13px;
    width: 14px;
    margin: 0 auto 1px;
    background: url(common/img/common/icon-ttl01-sp.png) no-repeat;
    background-size: auto;
    background-size: 14px 13px;
  }
}

.dr21-word-wrap {
  word-wrap: break-word;
}

.dr21-pc_only {
  display: block;
}

@media screen and (max-width: 768px) {
  .dr21-pc_only {
    display: none;
  }
}

.dr21-sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .dr21-sp_only {
    display: block;
  }
}

.dr21-bg-primary {
  background-color: #19426e;
}

.dr21-bg-primary_dark {
  background-color: #1F3a57;
}

.dr21-bg-secondary {
  background-color: #ecf1f5;
}

.dr21-radius50 {
  border-radius: 50%;
}

.dr21-front-page__contents {
  padding-top: 160px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .dr21-front-page__contents {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

.dr21-promotion__body {
  display: flex;
}

@media screen and (max-width: 991px) {
  .dr21-promotion__body {
    display: block;
  }
}

.dr21-promotion__title {
  background-color: #1F3a57;
  width: 40%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .dr21-promotion__title {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 0;
  }
}

.dr21-promotion__area {
  width: 60%;
  padding: 60px 0;
}

@media screen and (max-width: 991px) {
  .dr21-promotion__area {
    width: 100%;
    padding: 20px 0;
  }
}

.dr21-promotion__list {
  display: flex;
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .dr21-promotion__list {
    display: block;
    padding: 10px;
  }
}

.dr21-promotion__img {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .dr21-promotion__img {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .dr21-promotion__img-sp {
    flex-shrink: 0;
    margin-right: 15px;
  }
}

.dr21-promotion__contents {
  margin-left: 32px;
  border-bottom: 1px solid rgba(20, 59, 100, 0.2);
  flex-grow: 1;
  position: relative;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  .dr21-promotion__contents {
    margin-left: 0;
  }
}

.dr21-promotion__contents::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #1F3a57;
  transition: .5s;
}

.dr21-promotion__label {
  background-color: #1F3a57;
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
  transition: .5s;
}

.dr21-promotion__reception {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .dr21-promotion__reception {
    margin: 15px 0;
  }
}

.dr21-promotion__day {
  color: #19426e;
  opacity: .6;
  transition: .5s;
}

.dr21-promotion__contents-title {
  color: #19426e;
  font-size: 16px;
  padding: 12px 0;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  .dr21-promotion__contents-title {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .dr21-promotion__list:hover {
    background-color: #1F3a57;
  }
  .dr21-promotion__list:hover .dr21-promotion__label {
    background-color: #fff;
    color: #19426e;
  }
  .dr21-promotion__list:hover .dr21-promotion__day {
    color: #fff;
  }
  .dr21-promotion__list:hover .dr21-promotion__contents-title {
    color: #fff;
  }
  .dr21-promotion__list:hover .dr21-promotion__contents {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .dr21-promotion__list:hover .dr21-promotion__contents::before {
    background-color: #fff;
  }
}

.dr21-advantage__border {
  padding-bottom: 50px;
  border-bottom: 1px solid #a1b0c1;
}

.dr21-advantage__img {
  width: 100px;
  min-width: 100px;
  margin-right: 20px;
}

.dr21-advantage__gutter {
  padding: 0 60px;
}

.dr21-advantage-area {
  padding-left: 60px;
}

@media screen and (max-width: 991px) {
  .dr21-advantage-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dr21-advantage-wrap {
  padding: 100px 60px 100px 0;
}

@media screen and (max-width: 991px) {
  .dr21-advantage-wrap {
    padding: 34px 18px 34px;
  }
}

@media screen and (max-width: 1200px) {
  .dr21-advantage__gutter {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .dr21-advantage__gutter {
    padding: 0 15px;
  }
  .dr21-advantage__img {
    min-width: 80px;
    max-width: 80px;
    margin-right: 20px;
  }
}

.dr21-discover-area {
  padding-right: 60px;
}

@media screen and (max-width: 991px) {
  .dr21-discover-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dr21-discover-wrap {
  padding: 100px 0 100px 60px;
}

@media screen and (max-width: 991px) {
  .dr21-discover-wrap {
    padding: 34px 0;
  }
}

.dr21-discover-body {
  padding: 0 15px;
  margin-top: 30px;
}

.dr21-discover-body__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  text-align: center;
}

.dr21-discover-body__contents-title {
  font-size: 36px;
}

.dr21-discover-body__contents-title-sub {
  font-size: 18px;
}

.dr21-discover-body__contents-text {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .dr21-discover-body__contents-title {
    font-size: 19px;
  }
  .dr21-discover-body__contents-title-sub {
    font-size: 13px;
  }
  .dr21-discover-body__contents-text {
    font-size: 11px;
  }
}

@media screen and (max-width: 991px) {
  .dr21-discover-body {
    padding: 0 2px;
    margin-top: 4px;
  }
  .dr21-discover-body__contents-title {
    font-size: 20px;
  }
}

.dr21-location-body {
  margin-top: 30px;
  padding: 0 15px;
}

.dr21-location-body__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  height: 60%;
}

.dr21-location-body__contents-title {
  font-size: 36px;
}

.dr21-location-body__contents-title-sub {
  font-size: 20px;
}

.dr21-location-body-bg {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 991px) {
  .dr21-location-body {
    margin-top: 4px;
    padding: 0 30px;
  }
  .dr21-location-body__contents {
    height: auto;
  }
  .dr21-location-body__contents-title {
    font-size: 25px;
  }
  .dr21-location-body__contents-title-sub {
    font-size: 14px;
  }
  .dr21-location-body-bg {
    height: 90px;
  }
}

.dr21-student__gutter {
  padding: 0 15px;
}

.dr21-student__body {
  padding: 100px 0;
}

.dr21-student__title-lg {
  font-size: 36px;
}

.dr21-student__title-sm {
  font-size: 28px;
}

.dr21-student__frame::before {
  content: "";
  position: absolute;
  width: 18px;
  border: 2px solid #19426e;
  border-right: none;
  height: 70%;
  top: 15%;
  left: 0;
}

.dr21-student__frame::after {
  content: "";
  position: absolute;
  width: 18px;
  border: 2px solid #19426e;
  border-left: none;
  height: 70%;
  top: 15%;
  right: 0;
}

.dr21-student__border-first::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #19426e;
}

.dr21-student__border-second::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: #19426e;
}

@media screen and (max-width: 768px) {
  .dr21-student__body {
    padding: 60px 0;
  }
  .dr21-student__title-lg {
    font-size: 26px;
  }
  .dr21-student__title-sm {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .dr21-student__border-second::after {
    right: 0;
    width: 100%;
    height: 1px;
  }
}

.dr21-contact__body {
  padding-top: 100px;
  padding-bottom: 100px;
}

.dr21-contact__contents {
  margin-top: 100px;
  margin-bottom: -160px;
}

.dr21-contact__link {
  display: block;
  position: relative;
  overflow: hidden;
}

.dr21-contact__link-ttl {
  font-size: 36px;
}

.dr21-contact__link--inquiries {
  background-color: #32577c;
}

.dr21-contact__link--apply {
  background-color: #c72535;
}

.dr21-contact__box {
  padding: 24px 20px 30px 20px;
}

.dr21-contact__box i {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .dr21-contact__body {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .dr21-contact__contents {
    margin-top: 60px;
    margin-bottom: -160px;
  }
  .dr21-contact__gutter {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dr21-contact__link-ttl {
    font-size: 24px;
  }
  .dr21-contact__box i {
    font-size: 20px;
  }
}

.dr21-infomation__body {
  padding: 170px 0 100px 0;
}

@media screen and (max-width: 768px) {
  .dr21-infomation__body {
    padding: 120px 0 60px 0;
  }
}

.dr21-links .dr21-links__contents .dr21-links__contents-title {
  font-size: 38px;
}

.dr21-links__border {
  border-right: 1px solid rgba(161, 176, 193, 0.5);
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .dr21-links .dr21-links__contents .dr21-links__contents-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .dr21-links__border {
    border-bottom: 1px solid rgba(161, 176, 193, 0.5);
    border-right: none;
  }
}

.dr21-password-area input[type="submit"] {
  background-color: #1e3a57;
  color: #fff;
  padding: 10px 20px;
}

.dr21-password-area input[type="password"] {
  padding: 10px;
}

.tab-set.dr21-tab-set h2 {
  font-size: 34px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .tab-set.dr21-tab-set h2 {
    font-size: 20px;
    margin-bottom: 35px;
  }
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.83);
}

#cboxContent {
  height: auto !important;
}

#cboxLoadedContent {
  height: auto !important;
}

#cboxTitle {
  position: absolute;
  bottom: -10px;
  left: 50%;
  text-align: center;
  color: #fff;
  word-wrap: break-word;
  width: calc(100% - 40px);
  transform: translate(-50%, 100%);
}

#cboxPrevious {
  top: 45vh;
}

#cboxNext {
  top: 45vh;
}

@media screen and (max-width: 768px) {
  #cboxPrevious {
    top: 50vh;
  }
  #cboxNext {
    top: 50vh;
  }
}

.dr21-feature .dr21-feature__title {
  font-size: 34px;
  font-weight: 500;
}

.dr21-feature__body {
  padding: 60px 15px;
}

.dr21-feature__img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 270px;
}

.dr21-feature__point {
  background-color: #ecf1f5;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 1.08;
  position: absolute;
  bottom: -36px;
  left: calc(50% - 36px);
}

.dr21-feature__point span {
  font-size: 28px;
  font-weight: bold;
}

.dr21-feature__textarea {
  background-color: #1F3a57;
  color: #fff;
  padding: 60px 12px 30px 24px;
  transition: .3s;
}

.dr21-feature__no-image-box {
  height: 36px;
}

@media screen and (max-width: 768px) {
  .dr21-feature .dr21-feature__title {
    font-size: 22px;
  }
  .dr21-feature__body {
    padding: 30px 15px;
  }
  .dr21-feature__img {
    height: 130px;
  }
  .dr21-feature__point {
    width: 50px;
    height: 50px;
    bottom: -25px;
    left: calc(50% - 25px);
  }
  .dr21-feature__point span {
    font-size: 20px;
  }
  .dr21-feature__textarea {
    padding: 40px 0 20px 0;
    transition: .3s;
  }
  .dr21-feature__no-image-box {
    height: 25px;
  }
}

@media screen and (min-width: 768px) {
  .dr21-feature__wrap:hover .dr21-feature__textarea {
    background-color: #fff;
    color: #19426e;
  }
}

.dr21-comment_set_4__body {
  padding: 0 4px;
}

.dr21-comment_set_4__text {
  color: #555555;
  font-size: 13px;
}

.dr21-comment_set_4__link {
  display: block;
  transition: .3s;
}

.dr21-comment_set_4__img {
  border-radius: 50%;
  width: 100%;
}

.dr21-comment_set_4__img-field {
  width: 124px;
  min-width: 124px;
}

@media screen and (max-width: 768px) {
  .dr21-comment_set_4__body {
    padding: 0 15px;
  }
  .dr21-comment_set_4__text {
    font-size: 12px;
  }
  .dr21-comment_set_4__img-field {
    width: 115px;
    min-width: 115px;
  }
}

@media screen and (min-width: 768px) {
  .dr21-comment_set_4__link:hover {
    background-color: #ecf1f5;
  }
}

.dr21-video {
  margin: 100px 0;
}

.dr21-video__title {
  font-size: 26px;
}

.dr21-video__embed {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.dr21-video__embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dr21-video__embed::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
}

.swiper-scrollbar-drag {
  background: #19426e !important;
  border-radius: 0 !important;
}

@media screen and (max-width: 768px) {
  .dr21-video {
    margin: 60px 0;
  }
  .dr21-video__title {
    font-size: 20px;
  }
}

.dr21-conversion_btn {
  margin: 100px 0;
}

.dr21-conversion_btn__link {
  display: block;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.dr21-conversion_btn__link-sm {
  padding: 30px 15px;
}

.dr21-conversion_btn--blue {
  background-color: #32577C;
  color: #fff;
}

.dr21-conversion_btn--red {
  background-color: #c72535;
  color: #fff;
}

.dr21-conversion_btn__text {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .dr21-conversion_btn {
    margin: 60px 0;
  }
  .dr21-conversion_btn__link {
    padding: 20px;
  }
  .dr21-conversion_btn__icon {
    font-size: 20px;
  }
  .dr21-conversion_btn__text {
    font-size: 16px;
  }
}

.dr21-footer-conversion {
  padding: 60px 0;
}

.dr21-footer-conversion__img {
  border-radius: 50%;
  border: 9px solid #ecf1f5;
  width: 168px;
  background-color: #ecf1f5;
}

.dr21-footer-conversion__img-field {
  width: 186px;
  min-width: 186px;
  max-width: 186px;
  display: inline-block;
}

.dr21-footer-conversion__wrap {
  position: absolute;
  width: 100%;
  height: 64%;
  background-color: #1F3a57;
  bottom: 20%;
  left: 0;
}

.dr21-footer-conversion__text {
  position: relative;
  display: inline-block;
}

.dr21-footer-conversion__text::before {
  content: url(common/img/common/quote-white-left.png);
  position: absolute;
  top: -5px;
  left: 0;
}

.dr21-footer-conversion__border {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 991px) {
  .dr21-footer-conversion__wrap {
    height: 70%;
    bottom: 15%;
  }
  .dr21-footer-conversion__img {
    border: 7.5px solid #ecf1f5;
    width: 135px;
  }
  .dr21-footer-conversion__img-field {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .dr21-footer-conversion {
    padding: 60px 0;
  }
  .dr21-footer-conversion__gutter {
    padding: 0 15px;
  }
}

.dr21-mv-conversion__height {
  height: 720px !important;
}

/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-section {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .l-section {
    margin-top: 120px;
  }
}

@media screen and (min-width: 992px) {
  .l-section {
    margin-top: 160px;
  }
}

.l-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .l-container {
    max-width: 606px;
  }
}

@media screen and (min-width: 768px) {
  .l-container {
    max-width: 798px;
  }
}

@media screen and (min-width: 992px) {
  .l-container {
    max-width: 1022px;
  }
}

@media screen and (min-width: 1200px) {
  .l-container {
    max-width: 1230px;
  }
}

.l-container--fluid {
  max-width: 100% !important;
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.l-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
  padding-right: 0;
  padding-left: 0;
}

.l-row__col--1,
.l-row__col--2,
.l-row__col--3,
.l-row__col--4,
.l-row__col--5,
.l-row__col--6,
.l-row__col--7,
.l-row__col--8,
.l-row__col--9,
.l-row__col--10,
.l-row__col--11,
.l-row__col--12,
.l-row__col,
.l-row__col--auto,
.l-row__col--sm-1,
.l-row__col--sm-2,
.l-row__col--sm-3,
.l-row__col--sm-4,
.l-row__col--sm-5,
.l-row__col--sm-6,
.l-row__col--sm-7,
.l-row__col--sm-8,
.l-row__col--sm-9,
.l-row__col--sm-10,
.l-row__col--sm-11,
.l-row__col--sm-12,
.l-row__col--sm,
.l-row__col--sm-auto,
.l-row__col--md-1,
.l-row__col--md-2,
.l-row__col--md-3,
.l-row__col--md-4,
.l-row__col--md-5,
.l-row__col--md-6,
.l-row__col--md-7,
.l-row__col--md-8,
.l-row__col--md-9,
.l-row__col--md-10,
.l-row__col--md-11,
.l-row__col--md-12,
.l-row__col--md,
.l-row__col--md-auto,
.l-row__col--lg-1,
.l-row__col--lg-2,
.l-row__col--lg-3,
.l-row__col--lg-4,
.l-row__col--lg-5,
.l-row__col--lg-6,
.l-row__col--lg-7,
.l-row__col--lg-8,
.l-row__col--lg-9,
.l-row__col--lg-10,
.l-row__col--lg-11,
.l-row__col--lg-12,
.l-row__col--lg,
.l-row__col--lg-auto,
.l-row__col--xl-1,
.l-row__col--xl-2,
.l-row__col--xl-3,
.l-row__col--xl-4,
.l-row__col--xl-5,
.l-row__col--xl-6,
.l-row__col--xl-7,
.l-row__col--xl-8,
.l-row__col--xl-9,
.l-row__col--xl-10,
.l-row__col--xl-11,
.l-row__col--xl-12,
.l-row__col--xl,
.l-row__col--xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.l-row__col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.l-row__col--auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-row__col--1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.l-row__col--2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.l-row__col--3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.l-row__col--4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.l-row__col--5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.l-row__col--6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.l-row__col--7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.l-row__col--8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.l-row__col--9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.l-row__col--10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.l-row__col--11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.l-row__col--12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--order-first {
  order: -1;
}

.l-row__col--order-last {
  order: 13;
}

.l-row__col--order-0 {
  order: 0;
}

.l-row__col--order-1 {
  order: 1;
}

.l-row__col--order-2 {
  order: 2;
}

.l-row__col--order-3 {
  order: 3;
}

.l-row__col--order-4 {
  order: 4;
}

.l-row__col--order-5 {
  order: 5;
}

.l-row__col--order-6 {
  order: 6;
}

.l-row__col--order-7 {
  order: 7;
}

.l-row__col--order-8 {
  order: 8;
}

.l-row__col--order-9 {
  order: 9;
}

.l-row__col--order-10 {
  order: 10;
}

.l-row__col--order-11 {
  order: 11;
}

.l-row__col--order-12 {
  order: 12;
}

.l-row__col--offset-1 {
  margin-left: 8.333333%;
}

.l-row__col--offset-2 {
  margin-left: 16.666667%;
}

.l-row__col--offset-3 {
  margin-left: 25%;
}

.l-row__col--offset-4 {
  margin-left: 33.333333%;
}

.l-row__col--offset-5 {
  margin-left: 41.666667%;
}

.l-row__col--offset-6 {
  margin-left: 50%;
}

.l-row__col--offset-7 {
  margin-left: 58.333333%;
}

.l-row__col--offset-8 {
  margin-left: 66.666667%;
}

.l-row__col--offset-9 {
  margin-left: 75%;
}

.l-row__col--offset-10 {
  margin-left: 83.333333%;
}

.l-row__col--offset-11 {
  margin-left: 91.666667%;
}

@media screen and (min-width: 576px) {
  .l-row__col--sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-sm-first {
    order: -1;
  }
  .l-row__col--order-sm-last {
    order: 13;
  }
  .l-row__col--order-sm-0 {
    order: 0;
  }
  .l-row__col--order-sm-1 {
    order: 1;
  }
  .l-row__col--order-sm-2 {
    order: 2;
  }
  .l-row__col--order-sm-3 {
    order: 3;
  }
  .l-row__col--order-sm-4 {
    order: 4;
  }
  .l-row__col--order-sm-5 {
    order: 5;
  }
  .l-row__col--order-sm-6 {
    order: 6;
  }
  .l-row__col--order-sm-7 {
    order: 7;
  }
  .l-row__col--order-sm-8 {
    order: 8;
  }
  .l-row__col--order-sm-9 {
    order: 9;
  }
  .l-row__col--order-sm-10 {
    order: 10;
  }
  .l-row__col--order-sm-11 {
    order: 11;
  }
  .l-row__col--order-sm-12 {
    order: 12;
  }
  .l-row__col--offset-sm-0 {
    margin-left: 0;
  }
  .l-row__col--offset-sm-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-sm-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-sm-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-sm-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-sm-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-sm-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-sm-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-sm-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-sm-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-sm-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 768px) {
  .l-row__col--md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-md-first {
    order: -1;
  }
  .l-row__col--order-md-last {
    order: 13;
  }
  .l-row__col--order-md-0 {
    order: 0;
  }
  .l-row__col--order-md-1 {
    order: 1;
  }
  .l-row__col--order-md-2 {
    order: 2;
  }
  .l-row__col--order-md-3 {
    order: 3;
  }
  .l-row__col--order-md-4 {
    order: 4;
  }
  .l-row__col--order-md-5 {
    order: 5;
  }
  .l-row__col--order-md-6 {
    order: 6;
  }
  .l-row__col--order-md-7 {
    order: 7;
  }
  .l-row__col--order-md-8 {
    order: 8;
  }
  .l-row__col--order-md-9 {
    order: 9;
  }
  .l-row__col--order-md-10 {
    order: 10;
  }
  .l-row__col--order-md-11 {
    order: 11;
  }
  .l-row__col--order-md-12 {
    order: 12;
  }
  .l-row__col--offset-md-0 {
    margin-left: 0;
  }
  .l-row__col--offset-md-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-md-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-md-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-md-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-md-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-md-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-md-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-md-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-md-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-md-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 992px) {
  .l-row__col--lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-lg-first {
    order: -1;
  }
  .l-row__col--order-lg-last {
    order: 13;
  }
  .l-row__col--order-lg-0 {
    order: 0;
  }
  .l-row__col--order-lg-1 {
    order: 1;
  }
  .l-row__col--order-lg-2 {
    order: 2;
  }
  .l-row__col--order-lg-3 {
    order: 3;
  }
  .l-row__col--order-lg-4 {
    order: 4;
  }
  .l-row__col--order-lg-5 {
    order: 5;
  }
  .l-row__col--order-lg-6 {
    order: 6;
  }
  .l-row__col--order-lg-7 {
    order: 7;
  }
  .l-row__col--order-lg-8 {
    order: 8;
  }
  .l-row__col--order-lg-9 {
    order: 9;
  }
  .l-row__col--order-lg-10 {
    order: 10;
  }
  .l-row__col--order-lg-11 {
    order: 11;
  }
  .l-row__col--order-lg-12 {
    order: 12;
  }
  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }
  .l-row__col--offset-lg-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-lg-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-lg-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-lg-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-lg-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-lg-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-lg-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 1200px) {
  .l-row__col--xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-xl-first {
    order: -1;
  }
  .l-row__col--order-xl-last {
    order: 13;
  }
  .l-row__col--order-xl-0 {
    order: 0;
  }
  .l-row__col--order-xl-1 {
    order: 1;
  }
  .l-row__col--order-xl-2 {
    order: 2;
  }
  .l-row__col--order-xl-3 {
    order: 3;
  }
  .l-row__col--order-xl-4 {
    order: 4;
  }
  .l-row__col--order-xl-5 {
    order: 5;
  }
  .l-row__col--order-xl-6 {
    order: 6;
  }
  .l-row__col--order-xl-7 {
    order: 7;
  }
  .l-row__col--order-xl-8 {
    order: 8;
  }
  .l-row__col--order-xl-9 {
    order: 9;
  }
  .l-row__col--order-xl-10 {
    order: 10;
  }
  .l-row__col--order-xl-11 {
    order: 11;
  }
  .l-row__col--order-xl-12 {
    order: 12;
  }
  .l-row__col--offset-xl-0 {
    margin-left: 0;
  }
  .l-row__col--offset-xl-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-xl-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-xl-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-xl-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-xl-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-xl-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-xl-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-xl-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-xl-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-xl-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.l-row__col--column-between-center {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
}

.l-row__col--column-around-center {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -moz-align-items: center;
  align-items: center;
}

.l-row--gap > .l-row__col:nth-of-type(n+2),
.l-row--gap > [class*="l-row__col--"]:nth-of-type(n+2) {
  margin-top: 40px;
}

@media screen and (min-width: 576px) {
  .l-row--gap-sm-2col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-sm-2col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-sm-2col > .l-row__col:nth-of-type(n+3),
  .l-row--gap-sm-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .l-row--gap-md-2col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-2col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-2col > .l-row__col:nth-of-type(n+3),
  .l-row--gap-md-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .l-row--gap-md-3col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-3col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-3col > .l-row__col:nth-of-type(n+4),
  .l-row--gap-md-3col > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .l-row--gap-lg-3col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-3col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-3col > .l-row__col:nth-of-type(n+4),
  .l-row--gap-lg-3col > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .l-row--gap-lg-4col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-4col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-4col > .l-row__col:nth-of-type(n+5),
  .l-row--gap-lg-4col > [class*="l-row__col--"]:nth-of-type(n+5) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .l-row--gap-xl-4col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-xl-4col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-xl-4col > .l-row__col:nth-of-type(n+5),
  .l-row--gap-xl-4col > [class*="l-row__col--"]:nth-of-type(n+5) {
    margin-top: 40px;
  }
}

/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
.u-none {
  display: none !important;
}

.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-table {
  display: table !important;
}

.u-table-row {
  display: table-row !important;
}

.u-table-cell {
  display: table-cell !important;
}

.u-flex {
  display: flex !important;
}

.u-inline-flex {
  display: inline-flex !important;
}

.u-overflow-hidden {
  overflow: hidden;
}

@media screen and (min-width: 576px) {
  .u-sm-none {
    display: none !important;
  }
  .u-sm-inline {
    display: inline !important;
  }
  .u-sm-inline-block {
    display: inline-block !important;
  }
  .u-sm-block {
    display: block !important;
  }
  .u-sm-table {
    display: table !important;
  }
  .u-sm-table-row {
    display: table-row !important;
  }
  .u-sm-table-cell {
    display: table-cell !important;
  }
  .u-sm-flex {
    display: flex !important;
  }
  .u-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mu-none {
    display: none !important;
  }
  .u-mu-inline {
    display: inline !important;
  }
  .u-mu-inline-block {
    display: inline-block !important;
  }
  .u-mu-block {
    display: block !important;
  }
  .u-mu-table {
    display: table !important;
  }
  .u-mu-table-row {
    display: table-row !important;
  }
  .u-mu-table-cell {
    display: table-cell !important;
  }
  .u-mu-flex {
    display: flex !important;
  }
  .u-mu-inline-flex {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 992px) {
  .u-lg-none {
    display: none !important;
  }
  .u-lg-inline {
    display: inline !important;
  }
  .u-lg-inline-block {
    display: inline-block !important;
  }
  .u-lg-block {
    display: block !important;
  }
  .u-lg-table {
    display: table !important;
  }
  .u-lg-table-row {
    display: table-row !important;
  }
  .u-lg-table-cell {
    display: table-cell !important;
  }
  .u-lg-flex {
    display: flex !important;
  }
  .u-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-xl-none {
    display: none !important;
  }
  .u-xl-inline {
    display: inline !important;
  }
  .u-xl-inline-block {
    display: inline-block !important;
  }
  .u-xl-block {
    display: block !important;
  }
  .u-xl-table {
    display: table !important;
  }
  .u-xl-table-row {
    display: table-row !important;
  }
  .u-xl-table-cell {
    display: table-cell !important;
  }
  .u-xl-flex {
    display: flex !important;
  }
  .u-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .u-print-none {
    display: none !important;
  }
  .u-print-inline {
    display: inline !important;
  }
  .u-print-inline-block {
    display: inline-block !important;
  }
  .u-print-block {
    display: block !important;
  }
  .u-print-table {
    display: table !important;
  }
  .u-print-table-row {
    display: table-row !important;
  }
  .u-print-table-cell {
    display: table-cell !important;
  }
  .u-print-flex {
    display: flex !important;
  }
  .u-print-inline-flex {
    display: inline-flex !important;
  }
}

/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-flex-row {
  flex-direction: row !important;
}

.u-flex-column {
  flex-direction: column !important;
}

.u-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  flex-direction: column-reverse !important;
}

.u-flex-wrap {
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
  flex: 1 1 auto !important;
}

.u-flex-grow-0 {
  flex-grow: 0 !important;
}

.u-flex-grow-1 {
  flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.u-justify-content-start {
  justify-content: flex-start !important;
}

.u-justify-content-end {
  justify-content: flex-end !important;
}

.u-justify-content-center {
  justify-content: center !important;
}

.u-justify-content-between {
  justify-content: space-between !important;
}

.u-justify-content-around {
  justify-content: space-around !important;
}

.u-align-items-start {
  align-items: flex-start !important;
}

.u-align-items-end {
  align-items: flex-end !important;
}

.u-align-items-center {
  align-items: center !important;
}

.u-align-items-baseline {
  align-items: baseline !important;
}

.u-align-items-stretch {
  align-items: stretch !important;
}

.u-align-content-start {
  align-content: flex-start !important;
}

.u-align-content-end {
  align-content: flex-end !important;
}

.u-align-content-center {
  align-content: center !important;
}

.u-align-content-between {
  align-content: space-between !important;
}

.u-align-content-around {
  align-content: space-around !important;
}

.u-align-content-stretch {
  align-content: stretch !important;
}

.u-align-self-auto {
  align-self: auto !important;
}

.u-align-self-start {
  align-self: flex-start !important;
}

.u-align-self-end {
  align-self: flex-end !important;
}

.u-align-self-center {
  align-self: center !important;
}

.u-align-self-baseline {
  align-self: baseline !important;
}

.u-align-self-stretch {
  align-self: stretch !important;
}

@media screen and (min-width: 576px) {
  .u-flex-sm-row {
    flex-direction: row !important;
  }
  .u-flex-sm-column {
    flex-direction: column !important;
  }
  .u-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .u-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .u-flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .u-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .u-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .u-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .u-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .u-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .u-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .u-justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .u-justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .u-justify-content-sm-center {
    justify-content: center !important;
  }
  .u-justify-content-sm-between {
    justify-content: space-between !important;
  }
  .u-justify-content-sm-around {
    justify-content: space-around !important;
  }
  .u-align-items-sm-start {
    align-items: flex-start !important;
  }
  .u-align-items-sm-end {
    align-items: flex-end !important;
  }
  .u-align-items-sm-center {
    align-items: center !important;
  }
  .u-align-items-sm-baseline {
    align-items: baseline !important;
  }
  .u-align-items-sm-stretch {
    align-items: stretch !important;
  }
  .u-align-content-sm-start {
    align-content: flex-start !important;
  }
  .u-align-content-sm-end {
    align-content: flex-end !important;
  }
  .u-align-content-sm-center {
    align-content: center !important;
  }
  .u-align-content-sm-between {
    align-content: space-between !important;
  }
  .u-align-content-sm-around {
    align-content: space-around !important;
  }
  .u-align-content-sm-stretch {
    align-content: stretch !important;
  }
  .u-align-self-sm-auto {
    align-self: auto !important;
  }
  .u-align-self-sm-start {
    align-self: flex-start !important;
  }
  .u-align-self-sm-end {
    align-self: flex-end !important;
  }
  .u-align-self-sm-center {
    align-self: center !important;
  }
  .u-align-self-sm-baseline {
    align-self: baseline !important;
  }
  .u-align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .u-flex-md-row {
    flex-direction: row !important;
  }
  .u-flex-md-column {
    flex-direction: column !important;
  }
  .u-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .u-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .u-flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .u-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .u-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-md-fill {
    flex: 1 1 auto !important;
  }
  .u-flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .u-flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .u-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .u-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .u-justify-content-md-start {
    justify-content: flex-start !important;
  }
  .u-justify-content-md-end {
    justify-content: flex-end !important;
  }
  .u-justify-content-md-center {
    justify-content: center !important;
  }
  .u-justify-content-md-between {
    justify-content: space-between !important;
  }
  .u-justify-content-md-around {
    justify-content: space-around !important;
  }
  .u-align-items-md-start {
    align-items: flex-start !important;
  }
  .u-align-items-md-end {
    align-items: flex-end !important;
  }
  .u-align-items-md-center {
    align-items: center !important;
  }
  .u-align-items-md-baseline {
    align-items: baseline !important;
  }
  .u-align-items-md-stretch {
    align-items: stretch !important;
  }
  .u-align-content-md-start {
    align-content: flex-start !important;
  }
  .u-align-content-md-end {
    align-content: flex-end !important;
  }
  .u-align-content-md-center {
    align-content: center !important;
  }
  .u-align-content-md-between {
    align-content: space-between !important;
  }
  .u-align-content-md-around {
    align-content: space-around !important;
  }
  .u-align-content-md-stretch {
    align-content: stretch !important;
  }
  .u-align-self-md-auto {
    align-self: auto !important;
  }
  .u-align-self-md-start {
    align-self: flex-start !important;
  }
  .u-align-self-md-end {
    align-self: flex-end !important;
  }
  .u-align-self-md-center {
    align-self: center !important;
  }
  .u-align-self-md-baseline {
    align-self: baseline !important;
  }
  .u-align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media screen and (min-width: 992px) {
  .u-flex-lg-row {
    flex-direction: row !important;
  }
  .u-flex-lg-column {
    flex-direction: column !important;
  }
  .u-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .u-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .u-flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .u-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .u-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .u-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .u-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .u-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .u-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .u-justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .u-justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .u-justify-content-lg-center {
    justify-content: center !important;
  }
  .u-justify-content-lg-between {
    justify-content: space-between !important;
  }
  .u-justify-content-lg-around {
    justify-content: space-around !important;
  }
  .u-align-items-lg-start {
    align-items: flex-start !important;
  }
  .u-align-items-lg-end {
    align-items: flex-end !important;
  }
  .u-align-items-lg-center {
    align-items: center !important;
  }
  .u-align-items-lg-baseline {
    align-items: baseline !important;
  }
  .u-align-items-lg-stretch {
    align-items: stretch !important;
  }
  .u-align-content-lg-start {
    align-content: flex-start !important;
  }
  .u-align-content-lg-end {
    align-content: flex-end !important;
  }
  .u-align-content-lg-center {
    align-content: center !important;
  }
  .u-align-content-lg-between {
    align-content: space-between !important;
  }
  .u-align-content-lg-around {
    align-content: space-around !important;
  }
  .u-align-content-lg-stretch {
    align-content: stretch !important;
  }
  .u-align-self-lg-auto {
    align-self: auto !important;
  }
  .u-align-self-lg-start {
    align-self: flex-start !important;
  }
  .u-align-self-lg-end {
    align-self: flex-end !important;
  }
  .u-align-self-lg-center {
    align-self: center !important;
  }
  .u-align-self-lg-baseline {
    align-self: baseline !important;
  }
  .u-align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-flex-xl-row {
    flex-direction: row !important;
  }
  .u-flex-xl-column {
    flex-direction: column !important;
  }
  .u-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .u-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .u-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .u-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .u-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .u-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .u-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .u-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .u-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .u-justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .u-justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .u-justify-content-xl-center {
    justify-content: center !important;
  }
  .u-justify-content-xl-between {
    justify-content: space-between !important;
  }
  .u-justify-content-xl-around {
    justify-content: space-around !important;
  }
  .u-align-items-xl-start {
    align-items: flex-start !important;
  }
  .u-align-items-xl-end {
    align-items: flex-end !important;
  }
  .u-align-items-xl-center {
    align-items: center !important;
  }
  .u-align-items-xl-baseline {
    align-items: baseline !important;
  }
  .u-align-items-xl-stretch {
    align-items: stretch !important;
  }
  .u-align-content-xl-start {
    align-content: flex-start !important;
  }
  .u-align-content-xl-end {
    align-content: flex-end !important;
  }
  .u-align-content-xl-center {
    align-content: center !important;
  }
  .u-align-content-xl-between {
    align-content: space-between !important;
  }
  .u-align-content-xl-around {
    align-content: space-around !important;
  }
  .u-align-content-xl-stretch {
    align-content: stretch !important;
  }
  .u-align-self-xl-auto {
    align-self: auto !important;
  }
  .u-align-self-xl-start {
    align-self: flex-start !important;
  }
  .u-align-self-xl-end {
    align-self: flex-end !important;
  }
  .u-align-self-xl-center {
    align-self: center !important;
  }
  .u-align-self-xl-baseline {
    align-self: baseline !important;
  }
  .u-align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0rem !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0rem !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0rem !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0rem !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0rem !important;
}

.u-m-1 {
  margin: 0.5rem !important;
}

.u-mt-1,
.u-my-1 {
  margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
  margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
  margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
  margin-left: 0.5rem !important;
}

.u-m-2 {
  margin: 1rem !important;
}

.u-mt-2,
.u-my-2 {
  margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
  margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
  margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
  margin-left: 1rem !important;
}

.u-m-3 {
  margin: 1.5rem !important;
}

.u-mt-3,
.u-my-3 {
  margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
  margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
  margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
  margin-left: 1.5rem !important;
}

.u-m-4 {
  margin: 2rem !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 2rem !important;
}

.u-m-5 {
  margin: 2.5rem !important;
}

.u-mt-5,
.u-my-5 {
  margin-top: 2.5rem !important;
}

.u-mr-5,
.u-mx-5 {
  margin-right: 2.5rem !important;
}

.u-mb-5,
.u-my-5 {
  margin-bottom: 2.5rem !important;
}

.u-ml-5,
.u-mx-5 {
  margin-left: 2.5rem !important;
}

.u-m-6 {
  margin: 3rem !important;
}

.u-mt-6,
.u-my-6 {
  margin-top: 3rem !important;
}

.u-mr-6,
.u-mx-6 {
  margin-right: 3rem !important;
}

.u-mb-6,
.u-my-6 {
  margin-bottom: 3rem !important;
}

.u-ml-6,
.u-mx-6 {
  margin-left: 3rem !important;
}

.u-m-7 {
  margin: 3.5rem !important;
}

.u-mt-7,
.u-my-7 {
  margin-top: 3.5rem !important;
}

.u-mr-7,
.u-mx-7 {
  margin-right: 3.5rem !important;
}

.u-mb-7,
.u-my-7 {
  margin-bottom: 3.5rem !important;
}

.u-ml-7,
.u-mx-7 {
  margin-left: 3.5rem !important;
}

.u-m-8 {
  margin: 4rem !important;
}

.u-mt-8,
.u-my-8 {
  margin-top: 4rem !important;
}

.u-mr-8,
.u-mx-8 {
  margin-right: 4rem !important;
}

.u-mb-8,
.u-my-8 {
  margin-bottom: 4rem !important;
}

.u-ml-8,
.u-mx-8 {
  margin-left: 4rem !important;
}

.u-m-9 {
  margin: 4.5rem !important;
}

.u-mt-9,
.u-my-9 {
  margin-top: 4.5rem !important;
}

.u-mr-9,
.u-mx-9 {
  margin-right: 4.5rem !important;
}

.u-mb-9,
.u-my-9 {
  margin-bottom: 4.5rem !important;
}

.u-ml-9,
.u-mx-9 {
  margin-left: 4.5rem !important;
}

.u-m-10 {
  margin: 5rem !important;
}

.u-mt-10,
.u-my-10 {
  margin-top: 5rem !important;
}

.u-mr-10,
.u-mx-10 {
  margin-right: 5rem !important;
}

.u-mb-10,
.u-my-10 {
  margin-bottom: 5rem !important;
}

.u-ml-10,
.u-mx-10 {
  margin-left: 5rem !important;
}

.u-m-11 {
  margin: 5.5rem !important;
}

.u-mt-11,
.u-my-11 {
  margin-top: 5.5rem !important;
}

.u-mr-11,
.u-mx-11 {
  margin-right: 5.5rem !important;
}

.u-mb-11,
.u-my-11 {
  margin-bottom: 5.5rem !important;
}

.u-ml-11,
.u-mx-11 {
  margin-left: 5.5rem !important;
}

.u-m-12 {
  margin: 6rem !important;
}

.u-mt-12,
.u-my-12 {
  margin-top: 6rem !important;
}

.u-mr-12,
.u-mx-12 {
  margin-right: 6rem !important;
}

.u-mb-12,
.u-my-12 {
  margin-bottom: 6rem !important;
}

.u-ml-12,
.u-mx-12 {
  margin-left: 6rem !important;
}

.u-p-0 {
  padding: 0rem !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0rem !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0rem !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0rem !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0rem !important;
}

.u-p-1 {
  padding: 0.5rem !important;
}

.u-pt-1,
.u-py-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
  padding-left: 0.5rem !important;
}

.u-p-2 {
  padding: 1rem !important;
}

.u-pt-2,
.u-py-2 {
  padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
  padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
  padding-left: 1rem !important;
}

.u-p-3 {
  padding: 1.5rem !important;
}

.u-pt-3,
.u-py-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
  padding-left: 1.5rem !important;
}

.u-p-4 {
  padding: 2rem !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 2rem !important;
}

.u-p-5 {
  padding: 2.5rem !important;
}

.u-pt-5,
.u-py-5 {
  padding-top: 2.5rem !important;
}

.u-pr-5,
.u-px-5 {
  padding-right: 2.5rem !important;
}

.u-pb-5,
.u-py-5 {
  padding-bottom: 2.5rem !important;
}

.u-pl-5,
.u-px-5 {
  padding-left: 2.5rem !important;
}

.u-p-6 {
  padding: 3rem !important;
}

.u-pt-6,
.u-py-6 {
  padding-top: 3rem !important;
}

.u-pr-6,
.u-px-6 {
  padding-right: 3rem !important;
}

.u-pb-6,
.u-py-6 {
  padding-bottom: 3rem !important;
}

.u-pl-6,
.u-px-6 {
  padding-left: 3rem !important;
}

.u-p-7 {
  padding: 3.5rem !important;
}

.u-pt-7,
.u-py-7 {
  padding-top: 3.5rem !important;
}

.u-pr-7,
.u-px-7 {
  padding-right: 3.5rem !important;
}

.u-pb-7,
.u-py-7 {
  padding-bottom: 3.5rem !important;
}

.u-pl-7,
.u-px-7 {
  padding-left: 3.5rem !important;
}

.u-p-8 {
  padding: 4rem !important;
}

.u-pt-8,
.u-py-8 {
  padding-top: 4rem !important;
}

.u-pr-8,
.u-px-8 {
  padding-right: 4rem !important;
}

.u-pb-8,
.u-py-8 {
  padding-bottom: 4rem !important;
}

.u-pl-8,
.u-px-8 {
  padding-left: 4rem !important;
}

.u-p-9 {
  padding: 4.5rem !important;
}

.u-pt-9,
.u-py-9 {
  padding-top: 4.5rem !important;
}

.u-pr-9,
.u-px-9 {
  padding-right: 4.5rem !important;
}

.u-pb-9,
.u-py-9 {
  padding-bottom: 4.5rem !important;
}

.u-pl-9,
.u-px-9 {
  padding-left: 4.5rem !important;
}

.u-p-10 {
  padding: 5rem !important;
}

.u-pt-10,
.u-py-10 {
  padding-top: 5rem !important;
}

.u-pr-10,
.u-px-10 {
  padding-right: 5rem !important;
}

.u-pb-10,
.u-py-10 {
  padding-bottom: 5rem !important;
}

.u-pl-10,
.u-px-10 {
  padding-left: 5rem !important;
}

.u-p-11 {
  padding: 5.5rem !important;
}

.u-pt-11,
.u-py-11 {
  padding-top: 5.5rem !important;
}

.u-pr-11,
.u-px-11 {
  padding-right: 5.5rem !important;
}

.u-pb-11,
.u-py-11 {
  padding-bottom: 5.5rem !important;
}

.u-pl-11,
.u-px-11 {
  padding-left: 5.5rem !important;
}

.u-p-12 {
  padding: 6rem !important;
}

.u-pt-12,
.u-py-12 {
  padding-top: 6rem !important;
}

.u-pr-12,
.u-px-12 {
  padding-right: 6rem !important;
}

.u-pb-12,
.u-py-12 {
  padding-bottom: 6rem !important;
}

.u-pl-12,
.u-px-12 {
  padding-left: 6rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0rem !important;
  }
  .u-mt-sm-0,
  .u-my-sm-0 {
    margin-top: 0rem !important;
  }
  .u-mr-sm-0,
  .u-mx-sm-0 {
    margin-right: 0rem !important;
  }
  .u-mb-sm-0,
  .u-my-sm-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-sm-0,
  .u-mx-sm-0 {
    margin-left: 0rem !important;
  }
  .u-m-sm-1 {
    margin: 0.5rem !important;
  }
  .u-mt-sm-1,
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-sm-1,
  .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-sm-1,
  .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-sm-1,
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-sm-2 {
    margin: 1rem !important;
  }
  .u-mt-sm-2,
  .u-my-sm-2 {
    margin-top: 1rem !important;
  }
  .u-mr-sm-2,
  .u-mx-sm-2 {
    margin-right: 1rem !important;
  }
  .u-mb-sm-2,
  .u-my-sm-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-sm-2,
  .u-mx-sm-2 {
    margin-left: 1rem !important;
  }
  .u-m-sm-3 {
    margin: 1.5rem !important;
  }
  .u-mt-sm-3,
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-sm-3,
  .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-sm-3,
  .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-sm-3,
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-sm-4 {
    margin: 2rem !important;
  }
  .u-mt-sm-4,
  .u-my-sm-4 {
    margin-top: 2rem !important;
  }
  .u-mr-sm-4,
  .u-mx-sm-4 {
    margin-right: 2rem !important;
  }
  .u-mb-sm-4,
  .u-my-sm-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-sm-4,
  .u-mx-sm-4 {
    margin-left: 2rem !important;
  }
  .u-m-sm-5 {
    margin: 2.5rem !important;
  }
  .u-mt-sm-5,
  .u-my-sm-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-sm-5,
  .u-mx-sm-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-sm-5,
  .u-my-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-sm-5,
  .u-mx-sm-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-sm-6 {
    margin: 3rem !important;
  }
  .u-mt-sm-6,
  .u-my-sm-6 {
    margin-top: 3rem !important;
  }
  .u-mr-sm-6,
  .u-mx-sm-6 {
    margin-right: 3rem !important;
  }
  .u-mb-sm-6,
  .u-my-sm-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-sm-6,
  .u-mx-sm-6 {
    margin-left: 3rem !important;
  }
  .u-m-sm-7 {
    margin: 3.5rem !important;
  }
  .u-mt-sm-7,
  .u-my-sm-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-sm-7,
  .u-mx-sm-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-sm-7,
  .u-my-sm-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-sm-7,
  .u-mx-sm-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-sm-8 {
    margin: 4rem !important;
  }
  .u-mt-sm-8,
  .u-my-sm-8 {
    margin-top: 4rem !important;
  }
  .u-mr-sm-8,
  .u-mx-sm-8 {
    margin-right: 4rem !important;
  }
  .u-mb-sm-8,
  .u-my-sm-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-sm-8,
  .u-mx-sm-8 {
    margin-left: 4rem !important;
  }
  .u-m-sm-9 {
    margin: 4.5rem !important;
  }
  .u-mt-sm-9,
  .u-my-sm-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-sm-9,
  .u-mx-sm-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-sm-9,
  .u-my-sm-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-sm-9,
  .u-mx-sm-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-sm-10 {
    margin: 5rem !important;
  }
  .u-mt-sm-10,
  .u-my-sm-10 {
    margin-top: 5rem !important;
  }
  .u-mr-sm-10,
  .u-mx-sm-10 {
    margin-right: 5rem !important;
  }
  .u-mb-sm-10,
  .u-my-sm-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-sm-10,
  .u-mx-sm-10 {
    margin-left: 5rem !important;
  }
  .u-m-sm-11 {
    margin: 5.5rem !important;
  }
  .u-mt-sm-11,
  .u-my-sm-11 {
    margin-top: 5.5rem !important;
  }
  .u-mr-sm-11,
  .u-mx-sm-11 {
    margin-right: 5.5rem !important;
  }
  .u-mb-sm-11,
  .u-my-sm-11 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-sm-11,
  .u-mx-sm-11 {
    margin-left: 5.5rem !important;
  }
  .u-m-sm-12 {
    margin: 6rem !important;
  }
  .u-mt-sm-12,
  .u-my-sm-12 {
    margin-top: 6rem !important;
  }
  .u-mr-sm-12,
  .u-mx-sm-12 {
    margin-right: 6rem !important;
  }
  .u-mb-sm-12,
  .u-my-sm-12 {
    margin-bottom: 6rem !important;
  }
  .u-ml-sm-12,
  .u-mx-sm-12 {
    margin-left: 6rem !important;
  }
  .u-p-sm-0 {
    padding: 0rem !important;
  }
  .u-pt-sm-0,
  .u-py-sm-0 {
    padding-top: 0rem !important;
  }
  .u-pr-sm-0,
  .u-px-sm-0 {
    padding-right: 0rem !important;
  }
  .u-pb-sm-0,
  .u-py-sm-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-sm-0,
  .u-px-sm-0 {
    padding-left: 0rem !important;
  }
  .u-p-sm-1 {
    padding: 0.5rem !important;
  }
  .u-pt-sm-1,
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-sm-1,
  .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-sm-1,
  .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-sm-1,
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-sm-2 {
    padding: 1rem !important;
  }
  .u-pt-sm-2,
  .u-py-sm-2 {
    padding-top: 1rem !important;
  }
  .u-pr-sm-2,
  .u-px-sm-2 {
    padding-right: 1rem !important;
  }
  .u-pb-sm-2,
  .u-py-sm-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-sm-2,
  .u-px-sm-2 {
    padding-left: 1rem !important;
  }
  .u-p-sm-3 {
    padding: 1.5rem !important;
  }
  .u-pt-sm-3,
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-sm-3,
  .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-sm-3,
  .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-sm-3,
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-sm-4 {
    padding: 2rem !important;
  }
  .u-pt-sm-4,
  .u-py-sm-4 {
    padding-top: 2rem !important;
  }
  .u-pr-sm-4,
  .u-px-sm-4 {
    padding-right: 2rem !important;
  }
  .u-pb-sm-4,
  .u-py-sm-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-sm-4,
  .u-px-sm-4 {
    padding-left: 2rem !important;
  }
  .u-p-sm-5 {
    padding: 2.5rem !important;
  }
  .u-pt-sm-5,
  .u-py-sm-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-sm-5,
  .u-px-sm-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-sm-5,
  .u-py-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-sm-5,
  .u-px-sm-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-sm-6 {
    padding: 3rem !important;
  }
  .u-pt-sm-6,
  .u-py-sm-6 {
    padding-top: 3rem !important;
  }
  .u-pr-sm-6,
  .u-px-sm-6 {
    padding-right: 3rem !important;
  }
  .u-pb-sm-6,
  .u-py-sm-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-sm-6,
  .u-px-sm-6 {
    padding-left: 3rem !important;
  }
  .u-p-sm-7 {
    padding: 3.5rem !important;
  }
  .u-pt-sm-7,
  .u-py-sm-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-sm-7,
  .u-px-sm-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-sm-7,
  .u-py-sm-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-sm-7,
  .u-px-sm-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-sm-8 {
    padding: 4rem !important;
  }
  .u-pt-sm-8,
  .u-py-sm-8 {
    padding-top: 4rem !important;
  }
  .u-pr-sm-8,
  .u-px-sm-8 {
    padding-right: 4rem !important;
  }
  .u-pb-sm-8,
  .u-py-sm-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-sm-8,
  .u-px-sm-8 {
    padding-left: 4rem !important;
  }
  .u-p-sm-9 {
    padding: 4.5rem !important;
  }
  .u-pt-sm-9,
  .u-py-sm-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-sm-9,
  .u-px-sm-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-sm-9,
  .u-py-sm-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-sm-9,
  .u-px-sm-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-sm-10 {
    padding: 5rem !important;
  }
  .u-pt-sm-10,
  .u-py-sm-10 {
    padding-top: 5rem !important;
  }
  .u-pr-sm-10,
  .u-px-sm-10 {
    padding-right: 5rem !important;
  }
  .u-pb-sm-10,
  .u-py-sm-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-sm-10,
  .u-px-sm-10 {
    padding-left: 5rem !important;
  }
  .u-p-sm-11 {
    padding: 5.5rem !important;
  }
  .u-pt-sm-11,
  .u-py-sm-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-sm-11,
  .u-px-sm-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-sm-11,
  .u-py-sm-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-sm-11,
  .u-px-sm-11 {
    padding-left: 5.5rem !important;
  }
  .u-p-sm-12 {
    padding: 6rem !important;
  }
  .u-pt-sm-12,
  .u-py-sm-12 {
    padding-top: 6rem !important;
  }
  .u-pr-sm-12,
  .u-px-sm-12 {
    padding-right: 6rem !important;
  }
  .u-pb-sm-12,
  .u-py-sm-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-sm-12,
  .u-px-sm-12 {
    padding-left: 6rem !important;
  }
  .u-m-sm-auto {
    margin: auto !important;
  }
  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }
  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }
  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }
  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0rem !important;
  }
  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0rem !important;
  }
  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0rem !important;
  }
  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0rem !important;
  }
  .u-m-md-1 {
    margin: 0.5rem !important;
  }
  .u-mt-md-1,
  .u-my-md-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-md-1,
  .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-md-1,
  .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-md-1,
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-md-2 {
    margin: 1rem !important;
  }
  .u-mt-md-2,
  .u-my-md-2 {
    margin-top: 1rem !important;
  }
  .u-mr-md-2,
  .u-mx-md-2 {
    margin-right: 1rem !important;
  }
  .u-mb-md-2,
  .u-my-md-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-md-2,
  .u-mx-md-2 {
    margin-left: 1rem !important;
  }
  .u-m-md-3 {
    margin: 1.5rem !important;
  }
  .u-mt-md-3,
  .u-my-md-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-md-3,
  .u-mx-md-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-md-3,
  .u-my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-md-3,
  .u-mx-md-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-md-4 {
    margin: 2rem !important;
  }
  .u-mt-md-4,
  .u-my-md-4 {
    margin-top: 2rem !important;
  }
  .u-mr-md-4,
  .u-mx-md-4 {
    margin-right: 2rem !important;
  }
  .u-mb-md-4,
  .u-my-md-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-md-4,
  .u-mx-md-4 {
    margin-left: 2rem !important;
  }
  .u-m-md-5 {
    margin: 2.5rem !important;
  }
  .u-mt-md-5,
  .u-my-md-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-md-5,
  .u-mx-md-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-md-5,
  .u-my-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-md-5,
  .u-mx-md-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-md-6 {
    margin: 3rem !important;
  }
  .u-mt-md-6,
  .u-my-md-6 {
    margin-top: 3rem !important;
  }
  .u-mr-md-6,
  .u-mx-md-6 {
    margin-right: 3rem !important;
  }
  .u-mb-md-6,
  .u-my-md-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-md-6,
  .u-mx-md-6 {
    margin-left: 3rem !important;
  }
  .u-m-md-7 {
    margin: 3.5rem !important;
  }
  .u-mt-md-7,
  .u-my-md-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-md-7,
  .u-mx-md-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-md-7,
  .u-my-md-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-md-7,
  .u-mx-md-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-md-8 {
    margin: 4rem !important;
  }
  .u-mt-md-8,
  .u-my-md-8 {
    margin-top: 4rem !important;
  }
  .u-mr-md-8,
  .u-mx-md-8 {
    margin-right: 4rem !important;
  }
  .u-mb-md-8,
  .u-my-md-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-md-8,
  .u-mx-md-8 {
    margin-left: 4rem !important;
  }
  .u-m-md-9 {
    margin: 4.5rem !important;
  }
  .u-mt-md-9,
  .u-my-md-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-md-9,
  .u-mx-md-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-md-9,
  .u-my-md-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-md-9,
  .u-mx-md-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-md-10 {
    margin: 5rem !important;
  }
  .u-mt-md-10,
  .u-my-md-10 {
    margin-top: 5rem !important;
  }
  .u-mr-md-10,
  .u-mx-md-10 {
    margin-right: 5rem !important;
  }
  .u-mb-md-10,
  .u-my-md-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-md-10,
  .u-mx-md-10 {
    margin-left: 5rem !important;
  }
  .u-m-md-11 {
    margin: 5.5rem !important;
  }
  .u-mt-md-11,
  .u-my-md-11 {
    margin-top: 5.5rem !important;
  }
  .u-mr-md-11,
  .u-mx-md-11 {
    margin-right: 5.5rem !important;
  }
  .u-mb-md-11,
  .u-my-md-11 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-md-11,
  .u-mx-md-11 {
    margin-left: 5.5rem !important;
  }
  .u-m-md-12 {
    margin: 6rem !important;
  }
  .u-mt-md-12,
  .u-my-md-12 {
    margin-top: 6rem !important;
  }
  .u-mr-md-12,
  .u-mx-md-12 {
    margin-right: 6rem !important;
  }
  .u-mb-md-12,
  .u-my-md-12 {
    margin-bottom: 6rem !important;
  }
  .u-ml-md-12,
  .u-mx-md-12 {
    margin-left: 6rem !important;
  }
  .u-p-md-0 {
    padding: 0rem !important;
  }
  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0rem !important;
  }
  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0rem !important;
  }
  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0rem !important;
  }
  .u-p-md-1 {
    padding: 0.5rem !important;
  }
  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-md-2 {
    padding: 1rem !important;
  }
  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }
  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }
  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }
  .u-p-md-3 {
    padding: 1.5rem !important;
  }
  .u-pt-md-3,
  .u-py-md-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-md-3,
  .u-px-md-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-md-3,
  .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-md-3,
  .u-px-md-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-md-4 {
    padding: 2rem !important;
  }
  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }
  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }
  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }
  .u-p-md-5 {
    padding: 2.5rem !important;
  }
  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-md-6 {
    padding: 3rem !important;
  }
  .u-pt-md-6,
  .u-py-md-6 {
    padding-top: 3rem !important;
  }
  .u-pr-md-6,
  .u-px-md-6 {
    padding-right: 3rem !important;
  }
  .u-pb-md-6,
  .u-py-md-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-md-6,
  .u-px-md-6 {
    padding-left: 3rem !important;
  }
  .u-p-md-7 {
    padding: 3.5rem !important;
  }
  .u-pt-md-7,
  .u-py-md-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-md-7,
  .u-px-md-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-md-7,
  .u-py-md-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-md-7,
  .u-px-md-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-md-8 {
    padding: 4rem !important;
  }
  .u-pt-md-8,
  .u-py-md-8 {
    padding-top: 4rem !important;
  }
  .u-pr-md-8,
  .u-px-md-8 {
    padding-right: 4rem !important;
  }
  .u-pb-md-8,
  .u-py-md-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-md-8,
  .u-px-md-8 {
    padding-left: 4rem !important;
  }
  .u-p-md-9 {
    padding: 4.5rem !important;
  }
  .u-pt-md-9,
  .u-py-md-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-md-9,
  .u-px-md-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-md-9,
  .u-py-md-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-md-9,
  .u-px-md-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-md-10 {
    padding: 5rem !important;
  }
  .u-pt-md-10,
  .u-py-md-10 {
    padding-top: 5rem !important;
  }
  .u-pr-md-10,
  .u-px-md-10 {
    padding-right: 5rem !important;
  }
  .u-pb-md-10,
  .u-py-md-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-md-10,
  .u-px-md-10 {
    padding-left: 5rem !important;
  }
  .u-p-md-11 {
    padding: 5.5rem !important;
  }
  .u-pt-md-11,
  .u-py-md-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-md-11,
  .u-px-md-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-md-11,
  .u-py-md-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-md-11,
  .u-px-md-11 {
    padding-left: 5.5rem !important;
  }
  .u-p-md-12 {
    padding: 6rem !important;
  }
  .u-pt-md-12,
  .u-py-md-12 {
    padding-top: 6rem !important;
  }
  .u-pr-md-12,
  .u-px-md-12 {
    padding-right: 6rem !important;
  }
  .u-pb-md-12,
  .u-py-md-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-md-12,
  .u-px-md-12 {
    padding-left: 6rem !important;
  }
  .u-m-md-auto {
    margin: auto !important;
  }
  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }
  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }
  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }
  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0rem !important;
  }
  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0rem !important;
  }
  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0rem !important;
  }
  .u-mb-lg-0,
  .u-my-lg-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-lg-0,
  .u-mx-lg-0 {
    margin-left: 0rem !important;
  }
  .u-m-lg-1 {
    margin: 0.5rem !important;
  }
  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-lg-2 {
    margin: 1rem !important;
  }
  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }
  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }
  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }
  .u-m-lg-3 {
    margin: 1.5rem !important;
  }
  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-lg-4 {
    margin: 2rem !important;
  }
  .u-mt-lg-4,
  .u-my-lg-4 {
    margin-top: 2rem !important;
  }
  .u-mr-lg-4,
  .u-mx-lg-4 {
    margin-right: 2rem !important;
  }
  .u-mb-lg-4,
  .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-lg-4,
  .u-mx-lg-4 {
    margin-left: 2rem !important;
  }
  .u-m-lg-5 {
    margin: 2.5rem !important;
  }
  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-lg-6 {
    margin: 3rem !important;
  }
  .u-mt-lg-6,
  .u-my-lg-6 {
    margin-top: 3rem !important;
  }
  .u-mr-lg-6,
  .u-mx-lg-6 {
    margin-right: 3rem !important;
  }
  .u-mb-lg-6,
  .u-my-lg-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-lg-6,
  .u-mx-lg-6 {
    margin-left: 3rem !important;
  }
  .u-m-lg-7 {
    margin: 3.5rem !important;
  }
  .u-mt-lg-7,
  .u-my-lg-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-lg-7,
  .u-mx-lg-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-lg-7,
  .u-my-lg-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-lg-7,
  .u-mx-lg-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-lg-8 {
    margin: 4rem !important;
  }
  .u-mt-lg-8,
  .u-my-lg-8 {
    margin-top: 4rem !important;
  }
  .u-mr-lg-8,
  .u-mx-lg-8 {
    margin-right: 4rem !important;
  }
  .u-mb-lg-8,
  .u-my-lg-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-lg-8,
  .u-mx-lg-8 {
    margin-left: 4rem !important;
  }
  .u-m-lg-9 {
    margin: 4.5rem !important;
  }
  .u-mt-lg-9,
  .u-my-lg-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-lg-9,
  .u-mx-lg-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-lg-9,
  .u-my-lg-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-lg-9,
  .u-mx-lg-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-lg-10 {
    margin: 5rem !important;
  }
  .u-mt-lg-10,
  .u-my-lg-10 {
    margin-top: 5rem !important;
  }
  .u-mr-lg-10,
  .u-mx-lg-10 {
    margin-right: 5rem !important;
  }
  .u-mb-lg-10,
  .u-my-lg-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-lg-10,
  .u-mx-lg-10 {
    margin-left: 5rem !important;
  }
  .u-m-lg-11 {
    margin: 5.5rem !important;
  }
  .u-mt-lg-11,
  .u-my-lg-11 {
    margin-top: 5.5rem !important;
  }
  .u-mr-lg-11,
  .u-mx-lg-11 {
    margin-right: 5.5rem !important;
  }
  .u-mb-lg-11,
  .u-my-lg-11 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-lg-11,
  .u-mx-lg-11 {
    margin-left: 5.5rem !important;
  }
  .u-m-lg-12 {
    margin: 6rem !important;
  }
  .u-mt-lg-12,
  .u-my-lg-12 {
    margin-top: 6rem !important;
  }
  .u-mr-lg-12,
  .u-mx-lg-12 {
    margin-right: 6rem !important;
  }
  .u-mb-lg-12,
  .u-my-lg-12 {
    margin-bottom: 6rem !important;
  }
  .u-ml-lg-12,
  .u-mx-lg-12 {
    margin-left: 6rem !important;
  }
  .u-p-lg-0 {
    padding: 0rem !important;
  }
  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0rem !important;
  }
  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0rem !important;
  }
  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0rem !important;
  }
  .u-p-lg-1 {
    padding: 0.5rem !important;
  }
  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-lg-2 {
    padding: 1rem !important;
  }
  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }
  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }
  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }
  .u-p-lg-3 {
    padding: 1.5rem !important;
  }
  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-lg-4 {
    padding: 2rem !important;
  }
  .u-pt-lg-4,
  .u-py-lg-4 {
    padding-top: 2rem !important;
  }
  .u-pr-lg-4,
  .u-px-lg-4 {
    padding-right: 2rem !important;
  }
  .u-pb-lg-4,
  .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-lg-4,
  .u-px-lg-4 {
    padding-left: 2rem !important;
  }
  .u-p-lg-5 {
    padding: 2.5rem !important;
  }
  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-lg-6 {
    padding: 3rem !important;
  }
  .u-pt-lg-6,
  .u-py-lg-6 {
    padding-top: 3rem !important;
  }
  .u-pr-lg-6,
  .u-px-lg-6 {
    padding-right: 3rem !important;
  }
  .u-pb-lg-6,
  .u-py-lg-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-lg-6,
  .u-px-lg-6 {
    padding-left: 3rem !important;
  }
  .u-p-lg-7 {
    padding: 3.5rem !important;
  }
  .u-pt-lg-7,
  .u-py-lg-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-lg-7,
  .u-px-lg-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-lg-7,
  .u-py-lg-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-lg-7,
  .u-px-lg-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-lg-8 {
    padding: 4rem !important;
  }
  .u-pt-lg-8,
  .u-py-lg-8 {
    padding-top: 4rem !important;
  }
  .u-pr-lg-8,
  .u-px-lg-8 {
    padding-right: 4rem !important;
  }
  .u-pb-lg-8,
  .u-py-lg-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-lg-8,
  .u-px-lg-8 {
    padding-left: 4rem !important;
  }
  .u-p-lg-9 {
    padding: 4.5rem !important;
  }
  .u-pt-lg-9,
  .u-py-lg-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-lg-9,
  .u-px-lg-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-lg-9,
  .u-py-lg-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-lg-9,
  .u-px-lg-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-lg-10 {
    padding: 5rem !important;
  }
  .u-pt-lg-10,
  .u-py-lg-10 {
    padding-top: 5rem !important;
  }
  .u-pr-lg-10,
  .u-px-lg-10 {
    padding-right: 5rem !important;
  }
  .u-pb-lg-10,
  .u-py-lg-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-lg-10,
  .u-px-lg-10 {
    padding-left: 5rem !important;
  }
  .u-p-lg-11 {
    padding: 5.5rem !important;
  }
  .u-pt-lg-11,
  .u-py-lg-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-lg-11,
  .u-px-lg-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-lg-11,
  .u-py-lg-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-lg-11,
  .u-px-lg-11 {
    padding-left: 5.5rem !important;
  }
  .u-p-lg-12 {
    padding: 6rem !important;
  }
  .u-pt-lg-12,
  .u-py-lg-12 {
    padding-top: 6rem !important;
  }
  .u-pr-lg-12,
  .u-px-lg-12 {
    padding-right: 6rem !important;
  }
  .u-pb-lg-12,
  .u-py-lg-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-lg-12,
  .u-px-lg-12 {
    padding-left: 6rem !important;
  }
  .u-m-lg-auto {
    margin: auto !important;
  }
  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }
  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }
  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }
  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0rem !important;
  }
  .u-mt-xl-0,
  .u-my-xl-0 {
    margin-top: 0rem !important;
  }
  .u-mr-xl-0,
  .u-mx-xl-0 {
    margin-right: 0rem !important;
  }
  .u-mb-xl-0,
  .u-my-xl-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-xl-0,
  .u-mx-xl-0 {
    margin-left: 0rem !important;
  }
  .u-m-xl-1 {
    margin: 0.5rem !important;
  }
  .u-mt-xl-1,
  .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-xl-1,
  .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-xl-1,
  .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-xl-1,
  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-xl-2 {
    margin: 1rem !important;
  }
  .u-mt-xl-2,
  .u-my-xl-2 {
    margin-top: 1rem !important;
  }
  .u-mr-xl-2,
  .u-mx-xl-2 {
    margin-right: 1rem !important;
  }
  .u-mb-xl-2,
  .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-xl-2,
  .u-mx-xl-2 {
    margin-left: 1rem !important;
  }
  .u-m-xl-3 {
    margin: 1.5rem !important;
  }
  .u-mt-xl-3,
  .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-xl-3,
  .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-xl-3,
  .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-xl-3,
  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-xl-4 {
    margin: 2rem !important;
  }
  .u-mt-xl-4,
  .u-my-xl-4 {
    margin-top: 2rem !important;
  }
  .u-mr-xl-4,
  .u-mx-xl-4 {
    margin-right: 2rem !important;
  }
  .u-mb-xl-4,
  .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-xl-4,
  .u-mx-xl-4 {
    margin-left: 2rem !important;
  }
  .u-m-xl-5 {
    margin: 2.5rem !important;
  }
  .u-mt-xl-5,
  .u-my-xl-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-xl-5,
  .u-mx-xl-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-xl-5,
  .u-my-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-xl-5,
  .u-mx-xl-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-xl-6 {
    margin: 3rem !important;
  }
  .u-mt-xl-6,
  .u-my-xl-6 {
    margin-top: 3rem !important;
  }
  .u-mr-xl-6,
  .u-mx-xl-6 {
    margin-right: 3rem !important;
  }
  .u-mb-xl-6,
  .u-my-xl-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-xl-6,
  .u-mx-xl-6 {
    margin-left: 3rem !important;
  }
  .u-m-xl-7 {
    margin: 3.5rem !important;
  }
  .u-mt-xl-7,
  .u-my-xl-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-xl-7,
  .u-mx-xl-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-xl-7,
  .u-my-xl-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-xl-7,
  .u-mx-xl-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-xl-8 {
    margin: 4rem !important;
  }
  .u-mt-xl-8,
  .u-my-xl-8 {
    margin-top: 4rem !important;
  }
  .u-mr-xl-8,
  .u-mx-xl-8 {
    margin-right: 4rem !important;
  }
  .u-mb-xl-8,
  .u-my-xl-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-xl-8,
  .u-mx-xl-8 {
    margin-left: 4rem !important;
  }
  .u-m-xl-9 {
    margin: 4.5rem !important;
  }
  .u-mt-xl-9,
  .u-my-xl-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-xl-9,
  .u-mx-xl-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-xl-9,
  .u-my-xl-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-xl-9,
  .u-mx-xl-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-xl-10 {
    margin: 5rem !important;
  }
  .u-mt-xl-10,
  .u-my-xl-10 {
    margin-top: 5rem !important;
  }
  .u-mr-xl-10,
  .u-mx-xl-10 {
    margin-right: 5rem !important;
  }
  .u-mb-xl-10,
  .u-my-xl-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-xl-10,
  .u-mx-xl-10 {
    margin-left: 5rem !important;
  }
  .u-m-xl-11 {
    margin: 5.5rem !important;
  }
  .u-mt-xl-11,
  .u-my-xl-11 {
    margin-top: 5.5rem !important;
  }
  .u-mr-xl-11,
  .u-mx-xl-11 {
    margin-right: 5.5rem !important;
  }
  .u-mb-xl-11,
  .u-my-xl-11 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-xl-11,
  .u-mx-xl-11 {
    margin-left: 5.5rem !important;
  }
  .u-m-xl-12 {
    margin: 6rem !important;
  }
  .u-mt-xl-12,
  .u-my-xl-12 {
    margin-top: 6rem !important;
  }
  .u-mr-xl-12,
  .u-mx-xl-12 {
    margin-right: 6rem !important;
  }
  .u-mb-xl-12,
  .u-my-xl-12 {
    margin-bottom: 6rem !important;
  }
  .u-ml-xl-12,
  .u-mx-xl-12 {
    margin-left: 6rem !important;
  }
  .u-p-xl-0 {
    padding: 0rem !important;
  }
  .u-pt-xl-0,
  .u-py-xl-0 {
    padding-top: 0rem !important;
  }
  .u-pr-xl-0,
  .u-px-xl-0 {
    padding-right: 0rem !important;
  }
  .u-pb-xl-0,
  .u-py-xl-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-xl-0,
  .u-px-xl-0 {
    padding-left: 0rem !important;
  }
  .u-p-xl-1 {
    padding: 0.5rem !important;
  }
  .u-pt-xl-1,
  .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-xl-1,
  .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-xl-1,
  .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-xl-1,
  .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-xl-2 {
    padding: 1rem !important;
  }
  .u-pt-xl-2,
  .u-py-xl-2 {
    padding-top: 1rem !important;
  }
  .u-pr-xl-2,
  .u-px-xl-2 {
    padding-right: 1rem !important;
  }
  .u-pb-xl-2,
  .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-xl-2,
  .u-px-xl-2 {
    padding-left: 1rem !important;
  }
  .u-p-xl-3 {
    padding: 1.5rem !important;
  }
  .u-pt-xl-3,
  .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-xl-3,
  .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-xl-3,
  .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-xl-3,
  .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-xl-4 {
    padding: 2rem !important;
  }
  .u-pt-xl-4,
  .u-py-xl-4 {
    padding-top: 2rem !important;
  }
  .u-pr-xl-4,
  .u-px-xl-4 {
    padding-right: 2rem !important;
  }
  .u-pb-xl-4,
  .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-xl-4,
  .u-px-xl-4 {
    padding-left: 2rem !important;
  }
  .u-p-xl-5 {
    padding: 2.5rem !important;
  }
  .u-pt-xl-5,
  .u-py-xl-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-xl-5,
  .u-px-xl-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-xl-5,
  .u-py-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-xl-5,
  .u-px-xl-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-xl-6 {
    padding: 3rem !important;
  }
  .u-pt-xl-6,
  .u-py-xl-6 {
    padding-top: 3rem !important;
  }
  .u-pr-xl-6,
  .u-px-xl-6 {
    padding-right: 3rem !important;
  }
  .u-pb-xl-6,
  .u-py-xl-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-xl-6,
  .u-px-xl-6 {
    padding-left: 3rem !important;
  }
  .u-p-xl-7 {
    padding: 3.5rem !important;
  }
  .u-pt-xl-7,
  .u-py-xl-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-xl-7,
  .u-px-xl-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-xl-7,
  .u-py-xl-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-xl-7,
  .u-px-xl-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-xl-8 {
    padding: 4rem !important;
  }
  .u-pt-xl-8,
  .u-py-xl-8 {
    padding-top: 4rem !important;
  }
  .u-pr-xl-8,
  .u-px-xl-8 {
    padding-right: 4rem !important;
  }
  .u-pb-xl-8,
  .u-py-xl-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-xl-8,
  .u-px-xl-8 {
    padding-left: 4rem !important;
  }
  .u-p-xl-9 {
    padding: 4.5rem !important;
  }
  .u-pt-xl-9,
  .u-py-xl-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-xl-9,
  .u-px-xl-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-xl-9,
  .u-py-xl-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-xl-9,
  .u-px-xl-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-xl-10 {
    padding: 5rem !important;
  }
  .u-pt-xl-10,
  .u-py-xl-10 {
    padding-top: 5rem !important;
  }
  .u-pr-xl-10,
  .u-px-xl-10 {
    padding-right: 5rem !important;
  }
  .u-pb-xl-10,
  .u-py-xl-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-xl-10,
  .u-px-xl-10 {
    padding-left: 5rem !important;
  }
  .u-p-xl-11 {
    padding: 5.5rem !important;
  }
  .u-pt-xl-11,
  .u-py-xl-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-xl-11,
  .u-px-xl-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-xl-11,
  .u-py-xl-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-xl-11,
  .u-px-xl-11 {
    padding-left: 5.5rem !important;
  }
  .u-p-xl-12 {
    padding: 6rem !important;
  }
  .u-pt-xl-12,
  .u-py-xl-12 {
    padding-top: 6rem !important;
  }
  .u-pr-xl-12,
  .u-px-xl-12 {
    padding-right: 6rem !important;
  }
  .u-pb-xl-12,
  .u-py-xl-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-xl-12,
  .u-px-xl-12 {
    padding-left: 6rem !important;
  }
  .u-m-xl-auto {
    margin: auto !important;
  }
  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }
  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }
  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }
  .u-ml-xl-auto,
  .u-mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 600px) {
  .wrap {
    width: 50%;
    float: left;
  }
}

@media (min-width: 768px) {
  .dr21-btn-slide-inquiries:before, .dr21-btn-slide-inquiries:after,
  .dr21-btn-slide-inquiries > div:before,
  .dr21-btn-slide-inquiries > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.55);
    transition: 0.4s;
  }
  .dr21-btn-slide-inquiries:after,
  .dr21-btn-slide-inquiries > div:before {
    left: auto;
    right: 0;
  }
  .dr21-btn-slide-inquiries > div:before,
  .dr21-btn-slide-inquiries > div:after {
    transition-delay: 0.4s;
    z-index: 1;
  }
  .dr21-btn-slide-inquiries:hover {
    color: #32577C;
  }
  .dr21-btn-slide-inquiries:hover:before, .dr21-btn-slide-inquiries:hover:after,
  .dr21-btn-slide-inquiries:hover > div:before,
  .dr21-btn-slide-inquiries:hover > div:after {
    width: 100%;
  }
  .dr21-btn-slide-inquiries:active {
    background-color: #32577C;
  }
  .dr21-btn-slide-apply:before, .dr21-btn-slide-apply:after,
  .dr21-btn-slide-apply > div:before,
  .dr21-btn-slide-apply > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.55);
    transition: 0.4s;
  }
  .dr21-btn-slide-apply:after,
  .dr21-btn-slide-apply > div:before {
    left: auto;
    right: 0;
  }
  .dr21-btn-slide-apply > div:before,
  .dr21-btn-slide-apply > div:after {
    transition-delay: 0.4s;
    z-index: 1;
  }
  .dr21-btn-slide-apply:hover {
    color: #c72535;
  }
  .dr21-btn-slide-apply:hover:before, .dr21-btn-slide-apply:hover:after,
  .dr21-btn-slide-apply:hover > div:before,
  .dr21-btn-slide-apply:hover > div:after {
    width: 100%;
  }
  .dr21-btn-slide-apply:active {
    background-color: #c72535;
  }
}

.dr21-btn__normal {
  display: inline-block;
  min-width: 360px;
  margin: 70px auto 0;
  vertical-align: top;
}

.dr21-btn__normal--white {
  position: relative;
  display: block;
  border: 2px solid #fff;
  border-radius: 35px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  transition: .5s;
  text-decoration: none;
  padding: 20px 0;
}

.dr21-btn__normal--white::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  height: 14px;
  width: 8px;
  background: url(common/img/common/icon-arrow-r.png) no-repeat;
  margin: -7px 0 0;
}

@media screen and (max-width: 768px) {
  .dr21-btn__normal {
    min-width: 180px;
    margin: 31px auto 0;
  }
  .dr21-btn__normal--white {
    border-radius: 26px;
    padding: 10px 0;
    border: 1px solid #fff;
  }
  .dr21-btn__normal--white::before {
    right: 10px;
    height: 10px;
    width: 6px;
    background: url(common/img/common/icon-arrow-r-w-sp.png) no-repeat;
    background-size: 6px 10px;
    margin: -5px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .dr21-btn__normal:hover .dr21-btn__normal--white {
    background-color: #fff;
    color: #19426e;
  }
  .dr21-btn__normal:hover .dr21-btn__normal--white::before {
    background: url(common/img/common/icon-arrow-r-b.png) no-repeat;
  }
}

.dr21-btn__circle {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  transition: .3s;
  min-width: 50px;
}

.dr21-btn__circle-xs {
  width: 16px;
  height: 16px;
  font-size: 12px;
  min-width: 16px;
  border-width: 1px !important;
}

.dr21-btn__circle-sm {
  width: 20px;
  height: 20px;
  font-size: 12px;
  min-width: 20px;
}

.dr21-btn__circle--primary {
  border: 2px solid #19426e;
  color: #fff;
  background-color: #19426e;
}

.dr21-btn__circle--white {
  border: none;
  color: #19426e;
  background-color: #fff;
}

.dr21-btn__circle--primary_dark {
  border: 2px solid #1F3a57;
  color: #fff;
  background-color: #1F3a57;
}

@media screen and (max-width: 1200px) {
  .dr21-btn__circle {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .dr21-btn__circle-xs {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-width: 1px !important;
  }
  .dr21-btn__circle-sm {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}

@media screen and (max-width: 991px) {
  .dr21-btn__circle {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .dr21-btn__circle-xs {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-width: 1px !important;
  }
  .dr21-btn__circle-sm {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}

@media screen and (min-width: 768px) {
  .dr21-btn__wrap {
    display: block;
  }
  .dr21-btn__wrap:hover .dr21-btn__circle {
    color: #19426e;
    background-color: #fff;
  }
  .dr21-btn__wrap:hover .dr21-btn__circle--primary {
    color: #19426e;
    background-color: #fff;
  }
  .dr21-btn__wrap:hover .dr21-btn__circle--white {
    color: #fff;
    background-color: #19426e;
  }
}

.btn-primary {
  position: relative;
  display: block;
  border: 2px solid #19426e;
  background: #19426e;
  border-radius: 35px;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  height: 14px;
  width: 8px;
  background: url(common/img/common/icon-arrow-r.png) no-repeat;
  margin: -7px 0 0;
}

.btn-primary__box {
  padding: 15px 40px;
}

@media screen and (max-width: 768px) {
  .btn-primary {
    position: relative;
    display: block;
    border: 2px solid #19426e;
    background: #19426e;
    border-radius: 35px;
    line-height: 1.4;
    font-size: 13px;
    text-align: center;
    color: #fff;
  }
  .btn-primary__box {
    padding: 10px 40px;
  }
}

@media screen and (min-width: 768px) {
  .btn-primary:hover {
    background: #fff;
    color: #19426e;
  }
  .btn-primary:hover::after {
    background: url(common/img/common/icon-arrow-r-b.png) no-repeat;
  }
}

.dr21-mv-btn {
  display: block;
  padding: 16px 0;
  text-align: center;
  position: relative;
  border-radius: 30px;
  color: #fff;
  transition: .3s;
}

.dr21-mv-btn__arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.dr21-mv-btn--blue {
  background-color: #19426e;
  border: 2px solid #19426e;
}

.dr21-mv-btn--blue:hover {
  background-color: #fff;
  color: #19426e;
}

.dr21-mv-btn--red {
  background-color: #c72636;
  border: 2px solid #c72636;
}

@media screen and (max-width: 768px) {
  .dr21-mv-btn {
    padding: 12px 0;
  }
}

@media screen and (min-width: 768px) {
  .dr21-mv-btn--red:hover {
    background-color: #fff;
    color: #c72636;
  }
}

.dr21-footer-btn {
  height: 128px;
  padding: 0 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  transition: .3s;
  font-size: 32px;
}

.dr21-footer-btn--blue {
  background-color: #32577c;
}

.dr21-footer-btn--red {
  background-color: #c72636;
}

@media screen and (max-width: 768px) {
  .dr21-footer-btn {
    height: 84px;
    padding: 0 15px;
    font-size: 20px;
    margin-top: 2px;
  }
}

.dr21-linkmark {
  min-width: 19px;
}

@media (min-width: 768px) {
  .dr21-btn-custom {
    transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dr21-btn-custom--blue {
    color: white;
  }
  .dr21-btn-custom--blue::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #fff;
    z-index: 2;
    transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  }
  .dr21-btn-custom--blue:hover {
    color: #32577C;
  }
  .dr21-btn-custom--blue:hover::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  }
  .dr21-btn-custom--red {
    color: white;
  }
  .dr21-btn-custom--red::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #fff;
    z-index: 2;
    transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  }
  .dr21-btn-custom--red:hover {
    color: #c72535;
  }
  .dr21-btn-custom--red:hover::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  }
}

/* dr21-advantage-area */
.dr21-advantage-area.top-ct-box {
  z-index: 20;
}

.dr21-advantage-area .dr21-advantage-left {
  width: 354px;
  top: -180px;
  left: 50%;
  margin-left: 84px;
}

.dr21-advantage-area .dr21-advantage-right {
  width: 353px;
  top: -166px;
  left: 50%;
  margin-left: 97px;
}

.dr21-advantage-area .dr21-advantage-sub-right01 {
  width: 141px;
  top: -626px;
  right: 50%;
  margin-right: 101px;
}

.dr21-advantage-area .dr21-advantage-sub-right02 {
  width: 182px;
  top: -99px;
  right: 50%;
  margin-right: 336px;
}

.dr21-advantage-area .dr21-advantage-sub-right03 {
  width: 464px;
  top: 4px;
  left: 50%;
  margin-left: 567px;
}

.dr21-advantage-area .dr21-advantage-sub-left01 {
  width: 213px;
  top: -119px;
  right: 50%;
  margin-right: 515px;
}

.dr21-advantage-area .dr21-advantage-sub-left02 {
  width: 169px;
  top: -29px;
  left: 50%;
  margin-left: 563px;
}

/* dr21-discover-area */
.dr21-discover-area.top-ct-box {
  z-index: 19;
}

.dr21-discover-area .dr21-discover-left {
  width: 390px;
  top: -287px;
  right: 20%;
}

.dr21-discover-area .dr21-discover-right {
  width: 390px;
  top: -271px;
  right: 21%;
}

.dr21-discover-area .dr21-discover-sub-right01 {
  width: 373px;
  top: -425px;
  left: 50%;
  margin-left: 476px;
}

.dr21-discover-area .dr21-discover-sub-right02 {
  width: 143px;
  top: -31px;
  left: 10%;
}

.dr21-discover-area .dr21-discover-sub-right03 {
  width: 114px;
  top: -103px;
  right: 50%;
  margin-right: 100px;
}

.dr21-discover-area .dr21-discover-sub-left01 {
  width: 208px;
  top: -315px;
  left: 0;
}

.dr21-discover-area .dr21-discover-sub-left02 {
  width: 66px;
  top: -474px;
  right: 50%;
  margin-right: 221px;
}

/* dr21-location-area */
.dr21-location-area.top-ct-box {
  z-index: 18;
}

.dr21-location-area .dr21-location-left {
  width: 338px;
  top: -170px;
  left: 10%;
}

.dr21-location-area .dr21-location-right {
  width: 338px;
  top: -160px;
  left: 11%;
}

.dr21-location-area .dr21-location-sub-right01 {
  width: 160px;
  top: -305px;
  right: 0;
}

.dr21-location-area .dr21-location-sub-right02 {
  width: 531px;
  top: -440px;
  right: 15%;
}

.dr21-location-area .dr21-location-sub-left01 {
  width: 74px;
  top: -184px;
  left: 50%;
  margin-left: 119px;
}

.dr21-location-area .dr21-location-sub-left02 {
  width: 138px;
  top: -348px;
  right: 50%;
}

/* dr21-student-area */
.dr21-student-area.top-ct-box {
  z-index: 17;
}

.dr21-student-area .dr21-student-sub-right01 {
  width: 147px;
  top: -281px;
  left: 50%;
  margin-left: 537px;
}

.dr21-student-area .dr21-student-sub-right02 {
  width: 581px;
  top: -407px;
  left: 50%;
  margin-left: -63px;
}

.dr21-student-area .dr21-student-sub-right03 {
  width: 176px;
  top: -218px;
  right: 50%;
  margin-right: 289px;
}

.dr21-student-area .dr21-student-sub-right04 {
  width: 143px;
  bottom: -9px;
  right: 50%;
  margin-right: 48px;
}

.dr21-student-area .dr21-student-sub-right05 {
  width: 283px;
  top: -214px;
  left: 50%;
  margin-left: 358px;
}

.dr21-student-area .dr21-student-sub-left01 {
  width: 641px;
  top: -369px;
  right: 50%;
  margin-right: 489px;
}

.dr21-student-area .dr21-student-sub-left02 {
  width: 590px;
  top: -109px;
  right: 50%;
  margin-right: 80px;
}

.dr21-student-area .dr21-student-sub-left03 {
  width: 92px;
  top: -44px;
  left: 50%;
  margin-left: 124px;
}

.dr21-student-area .dr21-student-sub-left04 {
  width: 352px;
  bottom: -109px;
  left: 50%;
  margin-left: 511px;
}

/* dr21-contact-area */
.dr21-contact-area.top-ct-box {
  z-index: 16;
}

.dr21-contact-area .dr21-contact-sub-right01 {
  width: 74px;
  top: -132px;
  right: 50%;
  margin-right: 86px;
}

.dr21-contact-area .dr21-contact-sub-right02 {
  width: 531px;
  top: -351px;
  left: 50%;
  margin-left: 175px;
}

.dr21-contact-area .dr21-contact-sub-right03 {
  width: 369px;
  bottom: -412px;
  left: 50%;
  margin-left: 354px;
}

.dr21-contact-area .dr21-contact-sub-right04 {
  width: 295px;
  bottom: -105px;
  right: 50%;
  margin-right: -77px;
}

.dr21-contact-area .dr21-contact-sub-left01 {
  width: 168px;
  top: -226px;
  left: 50%;
  margin-left: 259px;
}

.dr21-contact-area .dr21-contact-sub-left02 {
  width: 618px;
  top: -140px;
  right: 50%;
  margin-right: 329px;
}

.dr21-contact-area .dr21-contact-sub-left03 {
  width: 417px;
  bottom: 261px;
  left: 50%;
  margin-left: 443px;
}

.dr21-contact-area .dr21-contact-sub-left04 {
  width: 208px;
  bottom: -247px;
  right: 50%;
  margin-right: 364px;
}



/* 20240717 add */
.shinjuku_detail .shinjuku_detail_fixedButton { position:fixed; top:50%; right:0; bottom:auto !important; left:auto !important; width:340px; height:104px !important; transform:rotate(-90deg) translate(0,114%); }
@media (max-width: 768px) {
.shinjuku_detail .shinjuku_detail_fixedButton { top:auto !important; bottom:0 !important; right:auto !important; left:0 !important; width:100%; transform:rotate(0deg) translate(0%,36px) !important; }
}

/* 20240701 add */
.shinjuku_detail .single-main-area .page-ttl + div + div { flex-direction:column !important; }
.shinjuku_detail .single-main-area .page-ttl + div + div div:nth-child(1) { order:2; max-width:68%; margin:0 auto 20px !important; }
.shinjuku_detail .single-main-area .page-ttl + div + div div:nth-child(1) .dr21-mv-btn { margin:0 auto 20px !important; padding:12px 20px !important; border-radius:0 !important; font-size:21px !important; font-weight:bold !important; }
.shinjuku_detail .single-main-area .page-ttl + div + div div:nth-child(2) { order:1; width:48%; margin:0 auto !important; }
.shinjuku_detail .single-main-area .page-ttl + div + div div:nth-child(2) .dr21-mv-btn { margin:0 auto !important; border-radius:70px !important; font-size:14px !important; font-weight:normal !important; }
.shinjuku_detail .topic-pass br { display:none; }
.shinjuku_detail .shinjuku_detail_fixedButton { position:fixed; z-index:9999; bottom:20px; left:20px; }
@media (max-width: 768px) {
.shinjuku_detail .single-main-area .page-ttl + div + div div:nth-child(2) { order:1; width:64%; margin:0 auto !important; }
.shinjuku_detail .single-main-area .page-ttl + div + div div:nth-child(1) { order:2; max-width:100%; margin:0 auto 20px !important; }
.shinjuku_detail .single-main-area .page-ttl + div + div div:nth-child(1) .dr21-mv-btn { margin:0 auto 20px !important; padding:12px 20px !important; border-radius:0 !important; font-size:21px !important; font-weight:bold !important; }
}


/* 20250702 add */
/* bodyのclass 'shinjuku_detail' の代わりにこっちのCSSにする */
.location_and_normal .shinjuku_detail_fixedButton { position:fixed; top:50%; right:0; bottom:auto !important; left:auto !important; width:340px; height:104px !important; transform:rotate(-90deg) translate(0,114%); }
@media (max-width: 768px) {
.location_and_normal .shinjuku_detail_fixedButton { top:auto !important; bottom:0 !important; right:auto !important; left:0 !important; width:100%; transform:rotate(0deg) translate(0%,36px) !important; }
}
.fv_large_button .single-main-area .page-ttl + div + div { flex-direction:column !important; }
.fv_large_button .single-main-area .page-ttl + div + div div:nth-child(1) { order:2; max-width:68%; margin:0 auto 20px !important; }
.fv_large_button .single-main-area .page-ttl + div + div div:nth-child(1) .dr21-mv-btn { margin:0 auto 20px !important; padding:12px 20px !important; border-radius:0 !important; font-size:21px !important; font-weight:bold !important; }
.fv_large_button .single-main-area .page-ttl + div + div div:nth-child(2) { order:1; width:48%; margin:0 auto !important; }
.fv_large_button .single-main-area .page-ttl + div + div div:nth-child(2) .dr21-mv-btn { margin:0 auto !important; border-radius:70px !important; font-size:14px !important; font-weight:normal !important; }
.location_and_normal .topic-pass br { display:none; }
.location_and_normal .shinjuku_detail_fixedButton { position:fixed; z-index:9999; bottom:20px; left:20px; }
@media (max-width: 768px) {
.fv_large_button .single-main-area .page-ttl + div + div div:nth-child(2) { order:1; width:64%; margin:0 auto !important; }
.fv_large_button .single-main-area .page-ttl + div + div div:nth-child(1) { order:2; max-width:100%; margin:0 auto 20px !important; }
.fv_large_button .single-main-area .page-ttl + div + div div:nth-child(1) .dr21-mv-btn { margin:0 auto 20px !important; padding:12px 20px !important; border-radius:0 !important; font-size:21px !important; font-weight:bold !important; }
}




