@charset "UTF-8";
/* 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%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  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;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn-elm.hv-op:hover {
  opacity: 0.7;
}

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

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

.transition {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  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;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.lazyloaded {
  opacity: 1;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

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

.of-hid {
  overflow: hidden;
}

.bs-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  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(../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 {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.global-header.top {
  background: none;
}
.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;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  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(../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;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.global-header .lang-list.lang-show {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  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(../img/common/icon-lang.png) no-repeat;
}
.global-header .lang-list li:last-child:before {
  display: none;
}
.global-header .lang-list li a {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  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;
  -moz-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  -webkit-transform: translateY(7px) rotate(-45deg);
  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;
  -moz-transform: translateY(-5px) rotate(45deg);
  -ms-transform: translateY(-5px) rotate(45deg);
  -webkit-transform: translateY(-5px) rotate(45deg);
  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(../img/common/icon-close-sp.png) no-repeat center center;
    -moz-background-size: 11px 11px;
    -o-background-size: 11px 11px;
    -webkit-background-size: 11px 11px;
    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;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    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(../img/common/icon-lang-sp.png) no-repeat;
    -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
  }
  .global-header .lang-list {
    display: block;
    padding: 0 0 0;
    text-align: left;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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;
    -moz-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .global-header .btn-menu.on .bar .bar03 {
    top: 31px;
    -moz-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    -webkit-transform: translateY(-7px) rotate(45deg);
    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 {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.global-nav {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  background: #12263b;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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;
  -moz-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  -webkit-transform: translateY(7px) rotate(-45deg);
  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;
  -moz-transform: translateY(-5px) rotate(45deg);
  -ms-transform: translateY(-5px) rotate(45deg);
  -webkit-transform: translateY(-5px) rotate(45deg);
  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;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  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(../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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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;
    -moz-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .global-nav .btn-menu-close .bar .bar03 {
    top: 31px;
    -moz-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    -webkit-transform: translateY(-7px) rotate(45deg);
    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;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    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(../img/common/icon-search.png) no-repeat center center;
    -moz-background-size: 10px 11px;
    -o-background-size: 10px 11px;
    -webkit-background-size: 10px 11px;
    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(../img/common/icon-toggle.png) no-repeat center center;
    -moz-background-size: 12px 7px;
    -o-background-size: 12px 7px;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
  }
  .global-nav .sub-link-toggle-btn.on {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    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;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
  }
  .global-nav .contact-wrap .table-cell {
    padding: 4px 20px 5px;
    height: 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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(../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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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(../img/common/icon-blank-sp.png) no-repeat;
    -moz-background-size: 11px 9px;
    -o-background-size: 11px 9px;
    -webkit-background-size: 11px 9px;
    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;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  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(../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(../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(../img/common/icon-blank-b.png) no-repeat;
}
.btn-white:hover.arrow:after {
  background: url(../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;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  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(../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(../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;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  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(../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(../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(../img/common/icon-arrow-r-b.png) no-repeat;
}
.btn-blue:hover.blank:after {
  background: url(../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 {
  -moz-border-radius: 37px;
  -webkit-border-radius: 37px;
  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(../img/common/icon-arrow-l.png) no-repeat;
  margin: -7px 0 0;
}
.btn-blue.icon-left:hover:after {
  background: url(../img/common/icon-arrow-l-b.png) no-repeat;
}
.btn-blue.no-radius {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  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(../img/common/icon-mail.png) no-repeat;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: -3px 9px 0 4px;
  vertical-align: middle;
}
.contact-btn:hover:before {
  background-image: url(../img/common/icon-mail-r.png);
}

@media only screen and (max-width: 768px) {
  .btn-white {
    border: 1px solid #fff;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .btn-white.blank:after {
    right: 14px;
    height: 16px;
    width: 18px;
    background: url(../img/common/icon-blank-sp.png) no-repeat;
    -moz-background-size: 18px 16px;
    -o-background-size: 18px 16px;
    -webkit-background-size: 18px 16px;
    background-size: 18px 16px;
    margin: -8px 0 0;
  }
  .btn-white.arrow:after {
    right: 10px;
    height: 10px;
    width: 6px;
    background: url(../img/common/icon-arrow-r-w-sp.png) no-repeat;
    -moz-background-size: 6px 10px;
    -o-background-size: 6px 10px;
    -webkit-background-size: 6px 10px;
    background-size: 6px 10px;
    margin: -5px 0 0;
  }
  .btn-white:hover {
    background: none;
    color: #fff;
  }
  .btn-white:hover.blank:after {
    background: url(../img/common/icon-blank-sp.png) no-repeat;
    -moz-background-size: 18px 16px;
    -o-background-size: 18px 16px;
    -webkit-background-size: 18px 16px;
    background-size: 18px 16px;
  }
  .btn-white:hover.arrow:after {
    background: url(../img/common/icon-arrow-r-w-sp.png) no-repeat;
    -moz-background-size: 6px 10px;
    -o-background-size: 6px 10px;
    -webkit-background-size: 6px 10px;
    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 {
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .btn-red:after {
    right: 10px;
    height: 10px;
    width: 6px;
    background: url(../img/common/icon-arrow-r-w-sp.png) no-repeat;
    -moz-background-size: 6px 10px;
    -o-background-size: 6px 10px;
    -webkit-background-size: 6px 10px;
    background-size: 6px 10px;
    margin: -5px 0 0;
  }
  .btn-red:hover {
    background: #c72636;
    color: #fff;
  }
  .btn-red:hover:after {
    background: url(../img/common/icon-arrow-r-w-sp.png) no-repeat;
    -moz-background-size: 6px 10px;
    -o-background-size: 6px 10px;
    -webkit-background-size: 6px 10px;
    background-size: 6px 10px;
  }
  .btn-red.small .table-cell {
    height: 32px;
  }
  .btn-red .table-cell {
    padding: 5px 20px 4px;
    height: 31px;
  }

  .btn-blue {
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .btn-blue.blank:after {
    right: 8px;
    height: 14px;
    width: 16px;
    background: url(../img/common/icon-blank-sp.png) no-repeat;
    -moz-background-size: 16px 14px;
    -o-background-size: 16px 14px;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin: -7px 0 0;
  }
  .btn-blue:after {
    right: 10px;
    height: 10px;
    width: 6px;
    background: url(../img/common/icon-arrow-r-w-sp.png) no-repeat;
    -moz-background-size: 6px 10px;
    -o-background-size: 6px 10px;
    -webkit-background-size: 6px 10px;
    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(../img/common/icon-arrow-r-w-sp.png) no-repeat;
    -moz-background-size: 6px 10px;
    -o-background-size: 6px 10px;
    -webkit-background-size: 6px 10px;
    background-size: 6px 10px;
  }
  .btn-blue:hover.blank:after {
    background: url(../img/common/icon-blank-sp.png) no-repeat;
    -moz-background-size: 16px 14px;
    -o-background-size: 16px 14px;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
  }
  .btn-blue .table-cell {
    padding: 5px 20px 4px;
    height: 37px;
  }
  .btn-blue.small .table-cell {
    height: 33px;
  }
  .btn-blue.lg {
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    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(../img/common/icon-arrow-l-sp.png) no-repeat;
    -moz-background-size: 5px 10px;
    -o-background-size: 5px 10px;
    -webkit-background-size: 5px 10px;
    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(../img/common/icon-arrow-l-sp.png) no-repeat;
    -moz-background-size: 5px 10px;
    -o-background-size: 5px 10px;
    -webkit-background-size: 5px 10px;
    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(../img/common/icon-mail-sp.png) no-repeat;
    -moz-background-size: 18px 14px;
    -o-background-size: 18px 14px;
    -webkit-background-size: 18px 14px;
    background-size: 18px 14px;
    margin: -3px 5px 0 0px;
  }
  .contact-btn:hover:before {
    background-image: url(../img/common/icon-mail-sp.png);
    -moz-background-size: 18px 14px;
    -o-background-size: 18px 14px;
    -webkit-background-size: 18px 14px;
    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(../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(../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(../img/common/icon-ttl01-sp.png) no-repeat;
    -moz-background-size: 14px 13px;
    -o-background-size: 14px 13px;
    -webkit-background-size: 14px 13px;
    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(../img/single/bg-ttl-line-sp.png) repeat top left;
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    -webkit-background-size: 13px 13px;
    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(../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(../img/common/icon-ttl-sp.png) no-repeat;
    -moz-background-size: 12px 10px;
    -o-background-size: 12px 10px;
    -webkit-background-size: 12px 10px;
    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;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff url(../img/common/btn-pagetop-pc.png) no-repeat;
}
.pagetop a:hover {
  background: #1e3a57 url(../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: 30px;
    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(../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(../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%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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(../img/common/icon-arrow-r-w-sp.png) no-repeat;
    -moz-background-size: 6px 10px;
    -o-background-size: 6px 10px;
    -webkit-background-size: 6px 10px;
    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(../img/common/icon-arrow-r-w-sp.png) no-repeat;
    -moz-background-size: 6px 10px;
    -o-background-size: 6px 10px;
    -webkit-background-size: 6px 10px;
    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;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  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(../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%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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(../img/common/icon-ttl-sp.png) no-repeat;
    -moz-background-size: 12px 10px;
    -o-background-size: 12px 10px;
    -webkit-background-size: 12px 10px;
    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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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(../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(../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;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  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(../img/single/icon-main-ttl-sp.png) no-repeat;
    -moz-background-size: 19px 17px;
    -o-background-size: 19px 17px;
    -webkit-background-size: 19px 17px;
    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(../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(../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;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  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(../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(../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(../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(../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;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  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(../img/single/bg-ttl-line-sp.png) repeat top left;
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    -webkit-background-size: 13px 13px;
    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(../img/single/icon-blockquote-sp.png) no-repeat;
    -moz-background-size: 42px 33px;
    -o-background-size: 42px 33px;
    -webkit-background-size: 42px 33px;
    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(../img/single/icon-word-sp.png) no-repeat;
    -moz-background-size: 15px 18px;
    -o-background-size: 15px 18px;
    -webkit-background-size: 15px 18px;
    background-size: 15px 18px;
  }
  .wysiwyg .excel:after {
    margin: -3px 10px 0 7px;
    background: url(../img/single/icon-excel-sp.png) no-repeat;
    -moz-background-size: 15px 18px;
    -o-background-size: 15px 18px;
    -webkit-background-size: 15px 18px;
    background-size: 15px 18px;
  }
  .wysiwyg .pdf:after {
    margin: -3px 10px 0 7px;
    background: url(../img/single/icon-pdf.png) no-repeat;
    -moz-background-size: 15px 18px;
    -o-background-size: 15px 18px;
    -webkit-background-size: 15px 18px;
    background-size: 15px 18px;
  }
  .wysiwyg .blank:after {
    margin: -3px 10px 0 7px;
    background: url(../img/common/icon-blank-b-sp.png) no-repeat;
    -moz-background-size: 18px 16px;
    -o-background-size: 18px 16px;
    -webkit-background-size: 18px 16px;
    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(../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(../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(../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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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(../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 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.attention-set .rect {
  border: 2px solid #ccc;
}
.attention-set .rect-g {
  background: #ecf1f5 url(../img/single/bg-line-b.png) repeat top left;
}
.attention-set .rect-p {
  background: #f8e9eb url(../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(../img/single/icon-toggle-off-hv.png) no-repeat center center;
}
.faq-set dt:hover.on:after {
  background: #1e3a57 url(../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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: url(../img/single/icon-toggle-off.png) no-repeat center center;
  margin: -20px 0 0;
}
.faq-set dt.on:after {
  background-image: url(../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;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  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%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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(../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(../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(../img/single/icon-page-link-sp.png) no-repeat;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    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(../img/single/icon-link-w-sp.png) no-repeat;
    -moz-background-size: 19px 19px;
    -o-background-size: 19px 19px;
    -webkit-background-size: 19px 19px;
    background-size: 19px 19px;
  }
  .post-link-elm:before {
    top: 2px;
    left: 0;
    background: url(../img/single/icon-link-sp.png) no-repeat;
    -moz-background-size: 19px 19px;
    -o-background-size: 19px 19px;
    -webkit-background-size: 19px 19px;
    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 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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(../img/single/bg-line-b-sp.png) repeat top left;
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
  }
  .attention-set .rect-p {
    background: #f8e9eb url(../img/single/bg-line-p-sp.png) repeat top left;
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    -webkit-background-size: 13px 13px;
    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(../img/single/icon-toggle-off-sp-hv.png) no-repeat center center;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
  }
  .faq-set dt:hover.on:after {
    background: #1e3a57 url(../img/single/icon-toggle-on-sp-hv.png) no-repeat center center;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
  }
  .faq-set dt:after {
    background: url(../img/single/icon-toggle-off-sp.png) no-repeat center center;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
  }
  .faq-set dt.on:after {
    background-image: url(../img/single/icon-toggle-on-sp.png);
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    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(../img/single/icon-q-sp.png) no-repeat;
    -moz-background-size: 12px 21px;
    -o-background-size: 12px 21px;
    -webkit-background-size: 12px 21px;
    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(../img/single/icon-a-sp.png) no-repeat;
    -moz-background-size: 13px 18px;
    -o-background-size: 13px 18px;
    -webkit-background-size: 13px 18px;
    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(../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(../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(../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(../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(../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(../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(../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(../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(../img/common/icon-location-sp.png) no-repeat;
    -moz-background-size: 17px 24px;
    -o-background-size: 17px 24px;
    -webkit-background-size: 17px 24px;
    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(../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(../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(../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(../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(../img/common/icon-location-02-sp.png) no-repeat;
    -moz-background-size: 20px 24px;
    -o-background-size: 20px 24px;
    -webkit-background-size: 20px 24px;
    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(../img/common/icon-link-arrow-r-sp.png) no-repeat;
    -moz-background-size: 19px 19px;
    -o-background-size: 19px 19px;
    -webkit-background-size: 19px 19px;
    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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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(../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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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(../img/list/bg-line-sp.png) repeat top left;
    -moz-background-size: 6.5px 6.5px;
    -o-background-size: 6.5px 6.5px;
    -webkit-background-size: 6.5px 6.5px;
    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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.slick-next {
  right: 20px;
  background: #1e3a57 url(../img/single/icon-next.png) no-repeat;
}
.slick-next:hover {
  background-color: #fff;
  background-image: url(../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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  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(../img/single/icon-prev-sp.png) no-repeat;
    -moz-background-size: 46px 46px;
    -o-background-size: 46px 46px;
    -webkit-background-size: 46px 46px;
    background-size: 46px 46px;
  }
  .slick-prev:hover {
    background: url(../img/single/icon-prev-sp.png) no-repeat;
    -moz-background-size: 46px 46px;
    -o-background-size: 46px 46px;
    -webkit-background-size: 46px 46px;
    background-size: 46px 46px;
  }

  .slick-next {
    right: 3.125%;
    background: url(../img/single/icon-next-sp.png) no-repeat;
    -moz-background-size: 46px 46px;
    -o-background-size: 46px 46px;
    -webkit-background-size: 46px 46px;
    background-size: 46px 46px;
  }
  .slick-next:hover {
    background: url(../img/single/icon-next-sp.png) no-repeat;
    -moz-background-size: 46px 46px;
    -o-background-size: 46px 46px;
    -webkit-background-size: 46px 46px;
    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(../img/single/icon-prev-photo.png) no-repeat center center;
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#cboxPrevious:hover {
  background: #fff url(../img/single/icon-prev-photo-on.png) no-repeat center center;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: 999;
  background: #1e3a57 url(../img/single/icon-next-photo.png) no-repeat center center;
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#cboxNext:hover {
  background: #fff url(../img/single/icon-next-photo-on.png) no-repeat center center;
}

#cboxClose {
  position: absolute;
  top: -50px;
  right: -2px;
  background: url(../img/single/icon-close.png) no-repeat center center;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  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(../img/single/icon-prev-photo-sp.png) no-repeat center center;
    -moz-background-size: 45px 45px;
    -o-background-size: 45px 45px;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    margin: -22px 0 0;
  }

  #cboxPrevious:hover {
    background: #1e3a57 url(../img/single/icon-prev-photo-sp.png) no-repeat center center;
    -moz-background-size: 45px 45px;
    -o-background-size: 45px 45px;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
  }

  #cboxNext {
    right: 5px;
    background: #1e3a57 url(../img/single/icon-next-photo-sp.png) no-repeat center center;
    -moz-background-size: 45px 45px;
    -o-background-size: 45px 45px;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    margin: -22px 0 0;
  }

  #cboxNext:hover {
    background: #1e3a57 url(../img/single/icon-next-photo-sp.png) no-repeat center center;
    -moz-background-size: 45px 45px;
    -o-background-size: 45px 45px;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
  }

  #cboxClose {
    top: -20px;
    right: 10px;
    background: url(../img/single/icon-close-sp.png) no-repeat center center;
    -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
  #cboxClose:hover {
    opacity: 1;
  }
}
