@import url("https://use.typekit.net/akp7fhi.css");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important
}

select, button, input, textarea, button {
  border: 1px solid #333
}

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

table, td, th {
  border: 1px solid #333
}

td, th {
  line-height: 1.5;
  padding: 0.3em 0.4em
}

th {
  font-weight: bold;
  font-size: 1.05em
}

html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 18px/1.8 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc
}

button:disabled {
  cursor: default
}

a, a:active, a:link, a:visited {
  text-decoration: none;
  color: #333
}

a:hover {
  text-decoration: underline
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, dialog, hr, img {
  display: block
}

audio, canvas, iframe, img, svg, video {
  display: inline-block;
  vertical-align: middle
}

[hidden], dialog:not([open]), template {
  display: none
}

button, input, select, textarea {
  font-family: inherit;
  border-radius: 0
}

textarea {
  resize: vertical
}

audio, canvas, progress, video {
  display: inline-block
}

input, select {
  vertical-align: middle
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer
}

button, select {
  text-transform: none
}

code, kbd, pre, samp {
  font-family: monospace, sans-serif;
  font-size: 1em
}

mark {
  background-color: #ff0
}

small {
  font-size: 80%
}

sub, sup {
  position: relative;
  font-size: 70%;
  line-height: 0
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

ul {
  list-style: none
}

img {
  height: auto;
  width: 100%
}

svg:not(:root) {
  overflow: hidden
}

html, body {
  overflow-x: hidden;
  background-color: #fff
}

body {
  font-family: questa-grande, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  color: #fefeff;
  font-style: normal
}

.video_wh{
  width : 530px;
  height : 380px;
}

.hasbg {
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat
}

span.nowrap {
  display: inline-block;
  white-space: nowrap
}

.inner {
  max-width: 1200px;
  width: 80%;
  margin: auto
}

.normalsec {
  min-height: 100vh;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.hero {
  position: relative;
  overflow: hidden
}

.hero .normalsec {
  height: 100vh;
  min-height: 100vh
}

.hero .slogan {
  padding: 0 20px;
  min-height: 1px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: 0.1em
}

.hero .slogan span:nth-child(1) {
  opacity: 0;
  -webkit-transition: 0.55s;
  -o-transition: 0.55s;
  transition: 0.55s;
  -webkit-transition-delay: 0.04s;
  -o-transition-delay: 0.04s;
  transition-delay: 0.04s;
  -webkit-transform: translateX(0.1em);
  -ms-transform: translateX(0.1em);
  transform: translateX(0.1em)
}

.hero .slogan span:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  transition: 0.65s;
  -webkit-transition-delay: 0.08s;
  -o-transition-delay: 0.08s;
  transition-delay: 0.08s;
  -webkit-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em)
}

.hero .slogan span:nth-child(3) {
  opacity: 0;
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  transform: translateX(0.3em)
}

.hero .slogan span:nth-child(4) {
  opacity: 0;
  -webkit-transition: 0.85s;
  -o-transition: 0.85s;
  transition: 0.85s;
  -webkit-transition-delay: 0.16s;
  -o-transition-delay: 0.16s;
  transition-delay: 0.16s;
  -webkit-transform: translateX(0.4em);
  -ms-transform: translateX(0.4em);
  transform: translateX(0.4em)
}

.hero .slogan span:nth-child(5) {
  opacity: 0;
  -webkit-transition: 0.95s;
  -o-transition: 0.95s;
  transition: 0.95s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  transform: translateX(0.5em)
}

.hero .slogan span:nth-child(6) {
  opacity: 0;
  -webkit-transition: 1.05s;
  -o-transition: 1.05s;
  transition: 1.05s;
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
  -webkit-transform: translateX(0.6em);
  -ms-transform: translateX(0.6em);
  transform: translateX(0.6em)
}

.hero .slogan span:nth-child(7) {
  opacity: 0;
  -webkit-transition: 1.15s;
  -o-transition: 1.15s;
  transition: 1.15s;
  -webkit-transition-delay: 0.28s;
  -o-transition-delay: 0.28s;
  transition-delay: 0.28s;
  -webkit-transform: translateX(0.7em);
  -ms-transform: translateX(0.7em);
  transform: translateX(0.7em)
}

.hero .slogan span:nth-child(8) {
  opacity: 0;
  -webkit-transition: 1.25s;
  -o-transition: 1.25s;
  transition: 1.25s;
  -webkit-transition-delay: 0.32s;
  -o-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transform: translateX(0.8em);
  -ms-transform: translateX(0.8em);
  transform: translateX(0.8em)
}

.hero .slogan span:nth-child(9) {
  opacity: 0;
  -webkit-transition: 1.35s;
  -o-transition: 1.35s;
  transition: 1.35s;
  -webkit-transition-delay: 0.36s;
  -o-transition-delay: 0.36s;
  transition-delay: 0.36s;
  -webkit-transform: translateX(0.9em);
  -ms-transform: translateX(0.9em);
  transform: translateX(0.9em)
}

.hero .slogan span:nth-child(10) {
  opacity: 0;
  -webkit-transition: 1.45s;
  -o-transition: 1.45s;
  transition: 1.45s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translateX(1em);
  -ms-transform: translateX(1em);
  transform: translateX(1em)
}

.hero .slogan span:nth-child(11) {
  opacity: 0;
  -webkit-transition: 1.55s;
  -o-transition: 1.55s;
  transition: 1.55s;
  -webkit-transition-delay: 0.44s;
  -o-transition-delay: 0.44s;
  transition-delay: 0.44s;
  -webkit-transform: translateX(1.1em);
  -ms-transform: translateX(1.1em);
  transform: translateX(1.1em)
}

.hero .slogan span:nth-child(12) {
  opacity: 0;
  -webkit-transition: 1.65s;
  -o-transition: 1.65s;
  transition: 1.65s;
  -webkit-transition-delay: 0.48s;
  -o-transition-delay: 0.48s;
  transition-delay: 0.48s;
  -webkit-transform: translateX(1.2em);
  -ms-transform: translateX(1.2em);
  transform: translateX(1.2em)
}

.hero .slogan span:nth-child(13) {
  opacity: 0;
  -webkit-transition: 1.75s;
  -o-transition: 1.75s;
  transition: 1.75s;
  -webkit-transition-delay: 0.52s;
  -o-transition-delay: 0.52s;
  transition-delay: 0.52s;
  -webkit-transform: translateX(1.3em);
  -ms-transform: translateX(1.3em);
  transform: translateX(1.3em)
}

.hero .slogan span:nth-child(14) {
  opacity: 0;
  -webkit-transition: 1.85s;
  -o-transition: 1.85s;
  transition: 1.85s;
  -webkit-transition-delay: 0.56s;
  -o-transition-delay: 0.56s;
  transition-delay: 0.56s;
  -webkit-transform: translateX(1.4em);
  -ms-transform: translateX(1.4em);
  transform: translateX(1.4em)
}

.hero .slogan span:nth-child(15) {
  opacity: 0;
  -webkit-transition: 1.95s;
  -o-transition: 1.95s;
  transition: 1.95s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translateX(1.5em);
  -ms-transform: translateX(1.5em);
  transform: translateX(1.5em)
}

.hero .slogan span:nth-child(16) {
  opacity: 0;
  -webkit-transition: 2.05s;
  -o-transition: 2.05s;
  transition: 2.05s;
  -webkit-transition-delay: 0.64s;
  -o-transition-delay: 0.64s;
  transition-delay: 0.64s;
  -webkit-transform: translateX(1.6em);
  -ms-transform: translateX(1.6em);
  transform: translateX(1.6em)
}

.hero .slogan span:nth-child(17) {
  opacity: 0;
  -webkit-transition: 2.15s;
  -o-transition: 2.15s;
  transition: 2.15s;
  -webkit-transition-delay: 0.68s;
  -o-transition-delay: 0.68s;
  transition-delay: 0.68s;
  -webkit-transform: translateX(1.7em);
  -ms-transform: translateX(1.7em);
  transform: translateX(1.7em)
}

.hero .slogan span:nth-child(18) {
  opacity: 0;
  -webkit-transition: 2.25s;
  -o-transition: 2.25s;
  transition: 2.25s;
  -webkit-transition-delay: 0.72s;
  -o-transition-delay: 0.72s;
  transition-delay: 0.72s;
  -webkit-transform: translateX(1.8em);
  -ms-transform: translateX(1.8em);
  transform: translateX(1.8em)
}

.hero .slogan span:nth-child(19) {
  opacity: 0;
  -webkit-transition: 2.35s;
  -o-transition: 2.35s;
  transition: 2.35s;
  -webkit-transition-delay: 0.76s;
  -o-transition-delay: 0.76s;
  transition-delay: 0.76s;
  -webkit-transform: translateX(1.9em);
  -ms-transform: translateX(1.9em);
  transform: translateX(1.9em)
}

.hero .slogan span:nth-child(20) {
  opacity: 0;
  -webkit-transition: 2.45s;
  -o-transition: 2.45s;
  transition: 2.45s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateX(2em);
  -ms-transform: translateX(2em);
  transform: translateX(2em)
}

.hero .slogan span:nth-child(21) {
  opacity: 0;
  -webkit-transition: 2.55s;
  -o-transition: 2.55s;
  transition: 2.55s;
  -webkit-transition-delay: 0.84s;
  -o-transition-delay: 0.84s;
  transition-delay: 0.84s;
  -webkit-transform: translateX(2.1em);
  -ms-transform: translateX(2.1em);
  transform: translateX(2.1em)
}

.hero .slogan span:nth-child(22) {
  opacity: 0;
  -webkit-transition: 2.65s;
  -o-transition: 2.65s;
  transition: 2.65s;
  -webkit-transition-delay: 0.88s;
  -o-transition-delay: 0.88s;
  transition-delay: 0.88s;
  -webkit-transform: translateX(2.2em);
  -ms-transform: translateX(2.2em);
  transform: translateX(2.2em)
}

.hero .slogan span:nth-child(23) {
  opacity: 0;
  -webkit-transition: 2.75s;
  -o-transition: 2.75s;
  transition: 2.75s;
  -webkit-transition-delay: 0.92s;
  -o-transition-delay: 0.92s;
  transition-delay: 0.92s;
  -webkit-transform: translateX(2.3em);
  -ms-transform: translateX(2.3em);
  transform: translateX(2.3em)
}

.hero .slogan span:nth-child(24) {
  opacity: 0;
  -webkit-transition: 2.85s;
  -o-transition: 2.85s;
  transition: 2.85s;
  -webkit-transition-delay: 0.96s;
  -o-transition-delay: 0.96s;
  transition-delay: 0.96s;
  -webkit-transform: translateX(2.4em);
  -ms-transform: translateX(2.4em);
  transform: translateX(2.4em)
}

.hero .slogan span:nth-child(25) {
  opacity: 0;
  -webkit-transition: 2.95s;
  -o-transition: 2.95s;
  transition: 2.95s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateX(2.5em);
  -ms-transform: translateX(2.5em);
  transform: translateX(2.5em)
}

.hero .slogan span:nth-child(26) {
  opacity: 0;
  -webkit-transition: 3.05s;
  -o-transition: 3.05s;
  transition: 3.05s;
  -webkit-transition-delay: 1.04s;
  -o-transition-delay: 1.04s;
  transition-delay: 1.04s;
  -webkit-transform: translateX(2.6em);
  -ms-transform: translateX(2.6em);
  transform: translateX(2.6em)
}

.hero .slogan span:nth-child(27) {
  opacity: 0;
  -webkit-transition: 3.15s;
  -o-transition: 3.15s;
  transition: 3.15s;
  -webkit-transition-delay: 1.08s;
  -o-transition-delay: 1.08s;
  transition-delay: 1.08s;
  -webkit-transform: translateX(2.7em);
  -ms-transform: translateX(2.7em);
  transform: translateX(2.7em)
}

.hero .slogan span:nth-child(28) {
  opacity: 0;
  -webkit-transition: 3.25s;
  -o-transition: 3.25s;
  transition: 3.25s;
  -webkit-transition-delay: 1.12s;
  -o-transition-delay: 1.12s;
  transition-delay: 1.12s;
  -webkit-transform: translateX(2.8em);
  -ms-transform: translateX(2.8em);
  transform: translateX(2.8em)
}

.hero .slogan span:nth-child(29) {
  opacity: 0;
  -webkit-transition: 3.35s;
  -o-transition: 3.35s;
  transition: 3.35s;
  -webkit-transition-delay: 1.16s;
  -o-transition-delay: 1.16s;
  transition-delay: 1.16s;
  -webkit-transform: translateX(2.9em);
  -ms-transform: translateX(2.9em);
  transform: translateX(2.9em)
}

.hero .slogan span:nth-child(30) {
  opacity: 0;
  -webkit-transition: 3.45s;
  -o-transition: 3.45s;
  transition: 3.45s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transform: translateX(3em);
  -ms-transform: translateX(3em);
  transform: translateX(3em)
}

.hero .slogan h1 {
  white-space: nowrap;
  font-size: 80px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px
}

.hero .slogan h1.do span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.hero .slogan span {
  display: inline-block
}

.hero .slogan p {
  font-size: 24px
}

.hero .slogan p.do span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.hero .topvideo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  z-index: 1;
  mix-blend-mode: multiply
}

.hero .topvideo::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
/*   background-color: rgba(0, 0, 0, 0.7); */
  z-index: 2
}

.hero video {
  display: block;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1
}

.showbtn .header-right .menu {
  display: block
}

.homecenter {
  position: relative;
  overflow: hidden
}

.homecenter .centervideo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  max-height: 100vh;
  overflow: hidden;
  mix-blend-mode: multiply
}

.homecenter .centervideo::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
/*   background-color: rgba(0, 0, 0, 0.7); */
  z-index: 2
}

.homecenter .centervideo.fixed {
  position: fixed
}

.homecenter .centervideo.abs {
  bottom: 0;
  top: auto
}

.homecenter .centervideo video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block
}

.homebottom {
  position: relative;
  overflow: hidden;
  z-index: 5
}

.homebottom .bottomvideo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  max-height: 100vh;
  overflow: hidden;
  mix-blend-mode: multiply
}

.homebottom .bottomvideo::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
/*   background-color: rgba(0, 0, 0, 0.7); */
  z-index: 2
}

.homebottom .bottomvideo.fixed {
  position: fixed
}

.homebottom .bottomvideo video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block
}

.secttl {
  line-height: 1.3;
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

.secttl h3 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px
}

.secttl h2 {
  font-size: 22px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-weight: 400
}

.secttl .bar {
  position: relative;
  width: 1px;
  height: 80px;
  margin: 0 auto 20px
}

.secttl .bar.active::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1)
}

.secttl .bar.abs {
  height: 160px;
  position: absolute;
  left: -45px;
  bottom: 0;
  margin-bottom: 0
}

.secttl .bar::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #fefeff;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease
}

.secttl .animation-string {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: 0.3s cubic-bezier(0.17, 0.67, 0.63, 1.41);
  -o-transition: 0.3s cubic-bezier(0.17, 0.67, 0.63, 1.41);
  transition: 0.3s cubic-bezier(0.17, 0.67, 0.63, 1.41)
}

.secttl .animation-string.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.habout .secttl .animation-string:nth-child(6) {
  min-width: 0.3em
}

.habout .part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.habout .part1 .content {
  width: 65%;
  padding-right: 50px
}

.habout .part1 .pic {
  width: 35%
}

.habout .part1 .pic img {
  width: 100%
}

.habout .part1 h3 {
  font-size: 24px;
  margin-bottom: 20px
}

.habout .part1 p {
  margin-bottom: 10px;
  line-height: 2
}

.habout .sign {
  text-align: right;
  font-size: 16px
}

.habout .sign h4 {
  font-size: 1.25em;
  letter-spacing: 1.5px;
  margin-top: 10px
}

.habout .part2 {
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.habout dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

.habout dt {
  width: 300px;
  padding: 1.8em 4em
}

.habout dd {
  width: calc(100% - 300px);
  padding: 1.8em 0
}

.hservice {
  padding: 400px 0
}

.hservice .bdiv {
  padding: 15px 20px;
  border-top: 1px solid rgba(229, 229, 229, 0.4);
  border-bottom: 1px solid rgba(229, 229, 229, 0.4);
  margin: 30px 0 50px
}

.hservice .bdiv h5 {
  font-size: 14px;
  margin-bottom: 1em
}

.hservice .table {
  border-top: 1px solid rgba(229, 229, 229, 0.4);
  margin-bottom: 1.5em
}

.hservice dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(229, 229, 229, 0.4)
}

.hservice dl dt {
  width: 280px;
/*  background: rgba(255, 255, 255, 0.08);*/
  background: rgb(8 8 8 / 8%);
  padding: 1.2em 3em
}

.hservice dl dd {
  width: calc(100% - 280px);
  padding: 1.2em 3em
}

.hservice .small {
  font-size: 12px
}

.hservice .small li {
  margin: 5px 0
}

.hservice .secttl .animation-string:nth-child(4) {
  min-width: 0.3em
}

.hservice h4 {
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em
}

.hservice .txt {
  line-height: 2.0;
  margin-bottom: 1.5em
}

.hservice .txt span {
  display: block
}

.hservice .txt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 13px;
  margin-bottom: 5px
}

.hservice .txt li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.75em
}

.hservice .part_ttl {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 15px;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-weight: 400
}

.hservice .part1 {
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.hservice .part2 {
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  padding: 100px 0;
  margin: 100px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8)
}

.hservice .part2 .tagul {
  margin: 15px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 18px 0
}

.hservice .part2 .tagul li {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 1;
  width: calc(100% / 7)
}

.hservice .part2 .tagul li:last-child {
  border-right: 0
}

.hservice .part3 {
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.hservice .part3 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px
}

.hservice .part3 .item {
  padding: 25px;
  width: calc((100% - 60px) / 3);
  background-color: rgba(245, 245, 245, 0.1)
}

.hservice .part3 .item h3 {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 22px;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif
}

.hservice .part3 .item h3::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: rgba(255, 255, 255, 0.4);
  margin-left: 15px
}

.hservice .part3 .item p {
  line-height: 1.8
}

.hservice .part3 .item strong {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 700;
  background-color: rgba(245, 245, 245, 0.22);
  padding: 5px;
  margin: 25px 0 20px
}

.hservice .part3 .item li {
  margin-top: 3px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.hservice .part3 .item li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 8px;
  margin-top: 9px
}
.hservice .part4 .tagul {
  /* margin: 0px 0 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 18px 0
}

.hservice .part4 .tagul li {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 1;
  width: calc(100% / 6)
}

.hservice .part4 .tagul li:last-child {
  border-right: 0
}

.hservice .part4 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px
}

.hservice .part4 .item {
  margin-top: 5px;
  padding: 25px;
  width: calc((100% - 60px) / 4);
  background-color: rgba(245, 245, 245, 0.1)
}

.hservice .part4 .item h3 {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 22px;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif
}

.hservice .part4 .item h3::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: rgba(255, 255, 255, 0.4);
  margin-left: 15px
}

.hservice .part4 .item p {
  line-height: 1.8
}

.hservice .part4 .item strong {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 700;
  background-color: rgba(245, 245, 245, 0.22);
  padding: 5px;
  margin: 25px 0 20px
}

.hservice .part4 .item li {
  margin-top: 3px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.hservice .part4 .item li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 8px;
  margin-top: 9px
}

.hasset .vbtn {
  cursor: pointer
}

.hasset .sec_part {
  width: 100%
}

.hasset .secttl {
  text-align: center
}

.hasset .secttl h3 span:nth-child(6) {
  min-width: 0.3em
}

.hasset .items {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  position: relative;
  padding: 0 60px
}

.hasset h4 {
  font-size: 20px;
  margin-bottom: 0.5em;
  line-height: 1.5;
  min-height: 3em
}

.hasset .item {
  padding: 6%;
  border: 1px solid rgba(128, 128, 128, 0.4)
}

.hasset .slick-slide {
  padding: 0 15px;
  width: 300px
}

.hasset .slick-arrow {
  bottom: -60px;
  border: none;
  text-indent: -99999px;
  width: 60px;
  height: 35px;
  position: absolute
}

.hasset .slick-prev {
  left: 40%;
  background: url(img/slickarrow.png) center center/contain no-repeat
}

.hasset .slick-next {
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: 40%;
  background: url(img/slickarrow.png) center center/contain no-repeat
}

.hasset .txt>p {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.8;
  max-height: 9em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 10px
}

.hasset .txt h5 {
  font-size: 14px
}

.hvision {
  text-align: center
}

.hvision .secttl .animation-string:nth-child(4) {
  min-width: 0.3em
}

.hvision p {
  line-height: 2.2;
  margin-bottom: 1.5em
}

.hadvisors {
  text-align: center
}

.hadvisors .secttl .animation-string:nth-child(4) {
  min-width: 0.3em
}

.hadvisors .figures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.hadvisors .figure {
  width: calc((100% - 45px) / 2)
}

.hadvisors .figure:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.hadvisors img {
  width: 100%
}

.hadvisors .figcap {
  background-color: #1e1e1e;
  padding: 20px 25px 25px;
  margin: -40px 6% 0 6%;
  position: relative;
  z-index: 2
}

.hadvisors .figcap h3 {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5
}

.hadvisors .figcap h4 {
  font-size: 18px
}

.hadvisors .figcap>span {
  font-size: 16px;
  display: inline-block;
  background-color: #2e2e2e;
  color: #cccccc;
  margin: 10px 0 8px;
  padding: 2px 10px;
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.hadvisors .figcap p {
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.haccess .secttl {
  margin-bottom: 20px
}

.haccess .addr {
  margin: 15px 0;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif
}

.haccess ul {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif
}

.haccess li {
  margin-bottom: 8px
}

.haccess .txts {
  width: 500px;
  background-color: #262525;
  padding: 25px 30px;
  margin-left: auto;
  position: relative;
  z-index: 2
}

.haccess .content {
  position: relative;
  padding: 80px 0
}

.haccess .map {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: calc(100% - 300px);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.haccess .map:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.haccess .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

.team-box {
  position: relative;
  width: 100%
}

.team-box .slick-arrow {
  border: none;
  text-indent: -99999px;
  width: 60px;
  height: 35px;
  background: url(img/slickarrow.png) center center/contain no-repeat;
  position: absolute;
  bottom: -50px;
  z-index: 5
}

.team-box .slick-prev {
  left: 40%
}

.team-box .slick-next {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: 40%
}

.staffslider {
  width: 100%;
  line-height: 2.0
}

.staffslider .nopic .hasbg {
  background: rgba(255, 255, 255, 0.9) url(img/logo-txt.png) center center/60% auto no-repeat !important
}

.staffslider .intro {
  overflow-y: auto;
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.staffslider .name {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 24px;
/*   margin-top: 0.5em */
}

.staffslider .txt {
  overflow: hidden;
  margin-top: 5px
}

.staffslider .txt p {
  margin-bottom: .2em
}

.staffslider .txt p:last-child {
  margin-bottom: 0
}

.staffslider .pos {
  background-color: rgba(242, 242, 242, 0.17);
  display: inline-block;
  padding: 3px 5px
}

.staffslider .birth {
  font-size: 16px
}

.staffslider .profile {
  padding: 5% 8%
}

.staffslider .member {
  height: 380px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: 1px solid rgba(255, 255, 255, 0.38)
}

.staffslider .member .pic {
  min-width: 230px;
  height: 100%;
  position: relative
}

.staffslider .member .intro {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%
}

.staffslider .slick-slide {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0px;
  margin: 0 10px;
  position: relative;
  z-index: 1;
  width: 1500px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.staffslider .hasbg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

.staffslider .hasbg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

.staffslider .slick-slide>div {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.staffslider .slick-current, .staffslider .slick-center {
  z-index: 5
}

.staffslider .slick-current .hasbg::before, .staffslider .slick-center .hasbg::before {
  opacity: 0
}

.hteam .secttl {
  text-align: center
}

.hteam .secttl .animation-string:nth-child(4) {
  min-width: 0.3em
}

.news-list {
  border-bottom: 1px solid rgba(128, 128, 128, 0.7)
}

.news-list .newstop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.news-list .arrow {
  width: 1em;
  height: 1em;
  background: url(img/arrow-right.svg) center/contain no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.news-list .date {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  min-width: 80px
}

.news-list article {
  border-top: 1px solid rgba(128, 128, 128, 0.7)
}

.news-list span.cat {
  margin: 0.8em 0 1em;
  min-width: 9em;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  padding: 0.5em 1em;
  display: inline-block;
  border: 1px solid rgba(128, 128, 128, 0.7)
}

.news-list .detail {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

.news-list .detail:hover {
  background-color: rgba(255, 255, 255, 0.1)
}

.news-list .detail .newsheader {
  cursor: pointer
}

.news-list .newsheader {
  position: relative;
  padding: 1.5em
}

.news-list .content {
  display: none;
  padding: 0 1.5em 1.5em
}

.news-list .content>* {
  margin-bottom: 10px
}

.news-list .content>*:last-child {
  margin-bottom: 0
}

.hnews .news-list {
  width: calc(100% - 300px)
}

.hnews .viewmore {
  position: absolute;
  left: 0;
  top: 120px
}

.hnews .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative
}

.hnews .secttl {
  width: 300px
}

.menu-status {
  display: none
}

.menu-status:checked~.header-top .logo, .menu-status:checked~.header-top .cnt_btn {
  pointer-events: none;
  opacity: 0
}

.menu-status:checked~.header-top .close {
  display: block
}

.menu-status:checked~.header-top .open {
  display: none
}

.menu-status:checked~.socials {
  pointer-events: none;
  opacity: 0
}

.menu-status:checked~.scroll-icon {
  pointer-events: none;
  opacity: 0
}

.menu-status:checked~.drop-down-menu {
  z-index: 98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: drawer-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s both;
  animation: drawer-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s both
}

@-webkit-keyframes drawer-open {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes drawer-open {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.drop-down-menu {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: -10;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  opacity: 0;
  background-color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 20px;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95)
}

.drop-down-menu .wrap {
  margin: auto
}

.drop-down-menu a {
  padding: 6px 0;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fefeff;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase
}

.drop-down-menu a::before {
  content: '';
  display: block;
  width: 0.7em;
  min-width: 0.7em;
  height: 0.7em;
  border-radius: 100%;
  border: 1px solid #fefeff;
  background: url(../img/arrow-right.svg) center/60% no-repeat;
  margin-right: 15px
}

.drop-down-menu span.jp {
  text-align: left;
  font-size: 14px
}

.drop-down-menu span.en {
  text-align: left;
  font-size: 10px
}

.drop-down-menu .special_navs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.drop-down-menu .special_navs .freeline .icon {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9)
}

.drop-down-menu .special_navs .freeline .title p {
  font-size: 8px
}

.drop-down-menu .special_navs .freeline strong {
  font-size: 3rem
}

.drop-down-menu .special_navs .links {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  margin-top: 0.5rem
}

.drop-down-menu nav.main_nav {
  margin: 0 auto 30px
}

.drop-down-menu nav.main_nav .topmenu {
  display: block
}

.drop-down-menu nav.main_nav .topmenu li {
  width: 100%
}

.drop-down-menu nav.main_nav .topmenu li::before, .drop-down-menu nav.main_nav .topmenu li::after {
  content: none
}

.drop-down-menu nav.main_nav a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative
}

.drop-down-menu nav.main_nav a::before {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  background-image: url(img/arrow-bottom.png) !important;
  width: 16px;
  height: 16px;
  position: absolute
}

.drop-down-menu nav.main_nav svg {
  position: absolute;
  right: 5px;
  margin-right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.header-top {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  padding: 50px 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.logo {
  width: 45%;
  max-width: 200px
}

.logo a {
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

.logo a:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9)
}

.logo img {
  width: 100%
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-right .menu {
  font-size: 12px;
  color: #fefeff;
  text-transform: capitalize;
  border: 1px solid #fefeff;
  border-radius: 100%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  margin-left: 20px;
  font-weight: 500;
  display: none
}

.header-right .close {
  display: none
}

.header-right .cnt_btn a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  display: block;
  text-decoration: underline
}

.header-right .cnt_btn a:hover {
  text-decoration: none
}

.socials {
  position: fixed;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99
}

.socials li {
  margin: 10px 0
}

.socials a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

.socials a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}

.socials svg {
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  fill: #fefeff
}

.nav-index {
  position: fixed;
  right: 30px;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.nav-index.do span {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 0
}

.nav-index span {
  display: block;
  overflow: hidden;
  width: 100%
}

.nav-index li {
  margin: 7px 0px
}

.nav-index li.current a {
  color: #fefeff
}

.nav-index li.current a::after {
  border-color: #db0101;
  background-color: #db0101
}

.nav-index a {
  text-transform: uppercase;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: rgb(249 249 249);
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.1px;
  font-size: 14px;
  font-weight: 500
}

.nav-index a:hover::after {
  border-color: #db0101;
  background-color: #db0101
}

.nav-index a::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(254, 254, 255, 0.4);
  border-radius: 100%;
  margin-left: 8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

.scroll-icon {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 99;
  text-transform: capitalize;
  cursor: pointer
}

.scroll-icon.top .arrow {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg)
}

.scroll-icon .txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: rgba(254, 254, 255, 0.4);
  font-size: 12px
}

.scroll-icon .arrow {
  width: 10px;
  height: 50px;
  background: url(img/arrow.svg) center center/contain no-repeat;
  opacity: 0.4;
  margin: 5px auto 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease
}

.sec_part {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s
}

.sec_part.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.sec_part.hide {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px)
}

.copybox {
  display: none
}

.lecturers-layer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  position: fixed;
  overflow-y: auto;
  min-height: 100vh
}

.lecturers-layer .lecturers-bg {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: fixed;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

.lecturers-layer .lecturers-bg::before, .lecturers-layer .lecturers-bg::after {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease
}

.lecturers-layer .lecturers-bg::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  background-color: rgba(0, 0, 0, 0.7)
}

.lecturers-layer .lecturers-bg::after {
  background-color: #000;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.lecturers-layer.active.hide .lecturers-bg::before {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0)
}

.lecturers-layer.active.hide .lecturers-bg::after {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0)
}

.lecturers-layer.active .lecturers-bg {
  opacity: 1
}

.lecturers-layer.active .lecturers-bg::before, .lecturers-layer.active .lecturers-bg::after {
  -webkit-transform: translateX(-50%) scaleY(1);
  -ms-transform: translateX(-50%) scaleY(1);
  transform: translateX(-50%) scaleY(1)
}

.lecturers-layer .lecturers-container {
  position: relative;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.lecturers-layer .close-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 20;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0
}

.lecturers-layer .close-btn~div {
  padding: 80px 30px
}

@media (min-width: 1000px) {
  .lecturers-layer .close-btn:hover {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
  }
}

.lecturers-layer .close-btn::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fefeff
}

.lecturers-layer .layer-main {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  position: relative;
  z-index: 3
}

.lecturers-layer .layer-main.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.layer-outer {
  display: none
}

.layer-outer .close_btn {
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 5px;
  background-color: #fefeff;
  right: 50px;
  top: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer
}

@media (min-width: 1000px) {
  .layer-outer .close_btn:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.bg::before, .bg::after {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease
}

.bg::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  background-color: rgba(0, 0, 0, 0.7)
}

.bg::after {
  background-color: #000;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.policy_box {
  display: none
}

.asset_layer {
  position: relative;
  max-width: 990px;
  margin: auto;
  color: #fff;
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  line-height: 2
}

.asset_layer .asset_list {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.4)
}

.asset_layer .asset_list h6 {
  font-size: 16px;
  margin-bottom: 10px
}

.asset_layer .asset_list dl {
  padding: 8px 10px;
  border-top: 1px solid rgba(128, 128, 128, 0.4)
}

.asset_layer .asset_list strong {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1px
}

.asset_layer .asset_list dt {
  cursor: pointer;
  position: relative;
  padding-right: 20px
}

.asset_layer .asset_list dt.rotate::before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg)
}

.asset_layer .asset_list dt::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(img/arrow-down.png) center center/contain no-repeat
}

.asset_layer .asset_list dd {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 12px;
  width: 100%;
  margin: 5px auto 10px;
  display: none
}

.asset_layer .asset_list dd p {
  padding: 0 0.5em;
  margin-bottom: 0.5em
}

.asset_layer .box {
  padding: 6% 8%;
  border: 1px solid rgba(128, 128, 128, 0.4)
}

.asset_layer .box.box3 {
  padding: 30px
}

.asset_layer .box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.asset_layer .box3 .item {
  width: calc((100% - 30px) / 2);
  padding: 25px;
  background-color: #3b3b3b
}

.asset_layer .box3 .item:last-child {
  margin-top: 30px;
  width: 100%;
  background-color: transparent;
  padding: 0
}

.asset_layer h5 {
  font-size: 18px;
  margin: 2em 0 10px
}

.asset_layer h5:first-child {
  margin-top: 0
}

.asset_layer p {
  margin-bottom: 1em
}

.asset_layer .subttl {
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 700;
  font-size: 24px
}

.policy-layer {
  position: relative;
  max-width: 990px;
  margin: auto;
  color: #fff;
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  line-height: 1.8
}

.policy-layer h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 1.5em;
  font-weight: 700
}

.policy-layer h3 {
  padding: 1.5em 0 0.6em;
  font-size: 16px;
  margin-bottom: 0.6em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23)
}

.policy-layer ul li {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.policy-layer ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  margin-right: 6px;
  border-radius: 100%;
  background-color: #fefeff
}

.service-layer {
  position: relative;
  width: 100%;
  max-width: 990px;
  margin: auto;
  color: #fff;
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.service-layer .txt {
  line-height: 2
}

.service-layer .part {
  background-color: #3b3b3b;
  padding: 35px 40px;
  margin-bottom: 40px
}

h2.layerttl {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 1.5em;
  text-align: center;
  font-family: Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif
}

.layer__1 .p1_div strong {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-top: 20px
}

.layer__1 .p1_div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -12px
}

.layer__1 .p1_div li {
  font-weight: 700;
  color: #0d0d0d;
  background-color: #b2b2b2;
  padding: 10px 15px;
  width: calc((100% - 30px) / 2);
  margin-bottom: 12px
}

.layer__1 .p2_div h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px
}

.layer__1 .p2_div .figs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #0d0d0d;
  background-color: #b2b2b2;
  padding: 25px 35px
}

.layer__1 .p2_div .figs figure {
  width: calc(100% / 6)
}

.layer__1 .p2_div .figs img {
  height: 60px;
  width: auto;
  margin: 0 auto 10px
}

.layer__2 img {
  width: 100%
}

.layer__2 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.layer__2 .item {
  width: calc((100% - 35px) / 2)
}

.layer__2 .item:nth-child(1) p {
  margin-top: 10px
}

.layer__2 .item:nth-child(2) p {
  margin-bottom: 10px
}

.layer__2 .item h4 {
  font-size: 20px;
  margin: 1em 0 0.5em
}

.layer__2 .item p {
  font-size: 16px
}

.layer__2 .item li {
  margin-bottom: 5px
}

.layer__2 .item span {
  padding: 2px 5px;
  display: inline-block;
  background-color: #1f1f1f
}

.layer__2 .item span::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  min-width: 4px;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 5px;
  margin-bottom: 3px
}

.layer__2 .switch_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.layer__2 .switch_nav li {
  width: 25%;
  color: #fff;
  background-color: #7d7d7d;
  text-align: center;
  font-size: 16px;
  padding: 0.5em;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-right: 5px;
  position: relative;
  font-weight: 700
}

.layer__2 .switch_nav li::after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 15px;
  top: 40%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg)
}

.layer__2 .switch_nav li.active, .layer__2 .switch_nav li:hover {
  background-color: #3b3b3b
}

.layer__2 .switch_cnt {
  background-color: #3b3b3b;
  padding: 35px 40px
}

.layer__2 .switch_cnt h4 {
  font-size: 20px
}

.layer__2 .switch_cnt .txtbg {
  background-color: #2f2f2f;
  padding: 12px;
  margin-bottom: 10px
}

.layer__2 .switch_cnt .txtbg span {
  display: block
}

.layer__2 .switch_cnt .txtbg span::before {
  content: '';
  width: 5px;
  height: 5px;
  min-width: 5px;
  display: inline-block;
  margin-bottom: 2px;
  background-color: #fff;
  margin-right: 5px
}

.layer__2 .switch_cnt strong {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 15px;
  color: #fff;
  background-color: #0d0d0d;
  font-size: 16px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 8px
}

.layer__2 .switch_cnt strong::after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(74deg);
  -ms-transform: rotate(74deg);
  transform: rotate(74deg);
  background-color: #3b3b3b
}

.layer__2 .switch_cnt .right img:first-child {
  margin-bottom: 20px
}

.layer__2 .switch_cnt .content {
  display: none
}

.layer__2 .switch_cnt .content:first-child {
  display: block
}

.layer__2 .switch_cnt .content>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.layer__2 .switch_cnt .content .left {
  width: 320px;
  min-width: 320px
}

.layer__2 .switch_cnt .content .right {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 10%
}

.layer__3 h4 {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 1em;
  border-bottom: 1px solid #fff
}

.layer__3 .goals {
  line-height: 2.0;
  margin-bottom: 20px
}

.layer__3 .goals li {
  margin-bottom: 5px
}

.layer__3 strong {
  background-color: #0d0d0d;
  font-size: 16px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 15px;
  display: inline-block
}

.layer__3 strong::after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(74deg);
  -ms-transform: rotate(74deg);
  transform: rotate(74deg);
  background-color: #3b3b3b
}

.layer__3 .links {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px
}

.layer__3 .links li {
  width: calc((100% - 40px) / 2)
}

.layer__3 .links a {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  position: relative
}

@media (min-width: 1000px) {
  .layer__3 .links a:hover::after {
    right: 15px
  }
}

.layer__3 .links a::after {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  right: 20px;
  width: 12px;
  height: 12px;
  background: url(img/arrow-down.png) center center/contain no-repeat
}

.layer__3 .pic {
  margin-top: 5px;
  padding: 30px 40px;
  background-color: #b3b3b3
}

.viewmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif
}

.viewmore a {
  display: block;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  z-index: 2
}

.viewmore .vbtn {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.viewmore .vbtn::before {
  content: '';
  display: block;
  width: 3.5em;
  height: 3.5em;
  background-color: rgba(255, 255, 255, 0.14);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%
}

.viewmore .arrow {
  width: 1em;
  height: 1em;
  background: url(img/arrow-right.svg) center center/contain no-repeat
}

.viewmore:hover p {
  text-decoration: none
}

.viewmore p {
  padding: 10px 10px 10px 1.6em;
  text-decoration: underline;
  letter-spacing: 1px
}

.page_ttl {
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 3em
}

.page_ttl h2 {
  font-size: 2.8em;
  font-weight: 500
}

.page_ttl h1 {
  font-size: 1em
}

.newspage {
  min-height: 100vh;
  position: relative;
  padding: 180px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.newspage::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8)
}

.newspage .inner {
  position: relative;
  z-index: 2
}

.newspage .news-list {
  max-width: 880px;
  margin: auto
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.nav-links .page-numbers:first-child {
  margin-left: 0
}

.screen-reader-text {
  display: none
}

.page-numbers {
  display: block;
  padding: 6px;
  color: #fff !important;
  text-decoration: none;
  float: left;
  line-height: 1;
  margin: 0 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif
}

.page-numbers.current, .page-numbers:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  text-decoration: none
}

.pagination {
  margin-top: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 120px
}

.hcontact .require~span.text:after {
  content: '*';
  color: #e90000
}

.hcontact main {
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.hcontact .text {
  font-weight: 700;
  margin-bottom: 10px
}

.hcontact .item-name {
  margin-bottom: 12px
}

.hcontact .item {
  margin-bottom: 25px
}

.hcontact .agreements-control {
  position: relative
}

.hcontact .agreements-control input {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-right: 10px
}

.hcontact .form-content {
  width: 100%;
  margin: 0 auto;
  position: relative
}

.hcontact .form-content:before {
  s: "";
  display: block;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(img/form-loading.png) center center/30px 30px no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  z-index: -100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

.hcontact .form-content.loading:before {
  opacity: 1;
  z-index: 30
}

.hcontact textarea {
  min-height: 10em
}

.hcontact input, .hcontact textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #4d4d4d;
  padding: 0.5em 1em;
  color: #fefeff
}

.hcontact .policy_entry {
  display: inline-block;
  color: #fefeff;
  text-decoration: underline
}

.hcontact .policy_entry:hover {
  text-decoration: none
}

.hcontact .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative
}

.hcontact .common-text {
  line-height: 2.2;
  font-weight: 300;
  margin-bottom: 30px
}

.hcontact .indexnav {
  position: absolute;
  left: 0;
  top: 140px
}

.hcontact .indexnav li {
  margin: 20px 0;
  color: #a6a6a6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.hcontact .indexnav li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #a6a6a6;
  border-radius: 100%;
  margin-right: 8px
}

.hcontact .indexnav li.active {
  color: #fefeff;
  font-weight: 700
}

.hcontact .indexnav li.active::before {
  background-color: #fefeff
}

.hcontact .secttl {
  width: 300px
}

.hcontact .contact {
  width: calc(100% - 300px);
  margin-top: 15px
}

.hcontact .vbtn {
  cursor: pointer
}

.hcontact .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.hcontact .btn-more .viewmore {
  margin: 0 10px
}

.hcontact .do-confirm {
  margin-left: auto;
  margin-right: auto
}

.hcontact .form-confirm {
  margin-top: 30px
}

.hcontact .item-control {
  position: relative
}

.hcontact .error-message {
  display: block;
  font-size: 12px;
  color: #ffffff;
  background-color: #db0101;
  line-height: 1.15;
  margin-bottom: 5px;
  padding: 0.2em 0.5em;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: translate(0, -90%);
  -ms-transform: translate(0, -90%);
  transform: translate(0, -90%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px
}

.hcontact .error-message::after {
  content: "";
  position: absolute;
  border-top: 7px solid #db0101;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 2px;
  bottom: -6px;
  display: block
}

.hcontact .mail-sent-successfuly h2 {
  margin-bottom: 1em;
  font-size: 18px
}

@media (max-width: 1921px) {
  .staffslider .slick-slide {
/*     margin: 0 2vw; */
    width: 1200px
  }
  .hasset .items {
    padding: 0 10px
  }
  .hasset .slick-slide {
    padding: 0 10px
  }
}

@media (max-width: 1600px) {
  .staffslider .slick-slide {
    width: 450px
  }
}

@media (max-width: 1400px) {
  .nav-index a {
    font-size: 13px
  }
  .hcontact .contact {
    width: calc(100% - 240px)
  }
  .hcontact .secttl {
    width: 240px
  }
  .page_ttl {
    font-size: 20px
  }
  .hnews .news-list {
    width: calc(100% - 240px)
  }
  .hnews .secttl {
    width: 240px
  }
}

@media (max-width: 1200px) {
  .page_ttl {
    font-size: 18px
  }
  .header-top {
    padding: 30px
  }
  .haccess .map {
    width: calc(100% - 200px)
  }
  .haccess .txts {
    width: 400px;
    padding: 25px
  }
  .hadvisors .figure {
    width: calc((100% - 30px) / 2)
  }
  .staffslider .member {
    height: 420px
  }
  .staffslider .member .pic {
    min-width: 260px
  }
  .staffslider .slick-slide {
    width: 600px
  }
  .secttl .bar.abs {
    left: -30px;
    height: 140px
  }
  .secttl .bar {
    height: 50px
  }
  .secttl h2 {
    font-size: 20px
  }
  .secttl h3 {
    font-size: 52px
  }
}

@media (max-width: 1100px) {
  .habout .part1 .content {
    padding-right: 25px
  }
  .staffslider {
    line-height: 1.8
  }
  .staffslider .pos {
    font-size: 12px
  }
  .staffslider .name {
    font-size: 20px
  }
  .hasset .txt h5 {
    font-size: 12px
  }
  .hasset .items {
    font-size: 12px
  }
  .hasset h4 {
    font-size: 14px
  }
}

@media (max-width: 1000px) {
  .hadvisors .figcap {
    height: auto !important
  }
  .service-layer .part {
    padding: 25px 20px
  }
  .layer__3 .links a {
    font-size: 16px
  }
  .layer__3 .links li {
    width: calc((100% - 20px) / 2)
  }
  .layer__1 .p1_div li {
    width: calc((100% - 15px) / 2)
  }
  .layer__1 .p2_div .figs {
    font-size: 16px;
    padding: 20px 15px
  }
  .layer__1 .p2_div h3 {
    font-size: 20px
  }
  .layer__1 .p1_div strong {
    font-size: 18px
  }
  .hservice .txt {
    line-height: 1.8
  }
  .hservice .part_ttl {
    font-size: 28px
  }
  .hservice .part3 .item {
    padding: 20px 15px;
    width: calc((100% - 40px) / 3)
  }
  .service-layer .part {
    padding: 25px 20px
  }
  .layer__2 .item {
    width: calc((100% - 20px) / 2)
  }
  .layer__2 .item p {
    font-size: 14px
  }
  .layer__2 .item h4 {
    font-size: 18px
  }
  .layer__2 .switch_cnt {
    padding: 25px 20px
  }
  .layer__2 .switch_cnt .content .right {
    margin-left: 5%
  }
  .asset_layer .box {
    padding: 15px 12px
  }
  .asset_layer .box.box3 {
    padding: 12px
  }
  .asset_layer .box3 .item {
    width: 100%
  }
  .asset_layer .box3 .item:nth-child(1) {
    margin-bottom: 25px
  }
  .hcontact .contact {
    width: 100%;
    margin-top: 0
  }
  .hcontact .secttl {
    width: 100%
  }
  .hcontact .indexnav {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
  }
  .hcontact .indexnav li {
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 33.333333%;
    text-align: center;
    border: 1px solid #4d4d4d
  }
  .hnews .viewmore {
    position: static;
    margin: auto
  }
  .hnews .viewmore .vbtn {
    margin: 35px auto 0
  }
  .header-right .menu {
    display: block
  }
  .logo {
    left: 15px;
    top: 20px
  }
  .header-top {
    padding: 20px 15px
  }
  .hero .slogan h1 {
    font-size: 68px
  }
  .hero .slogan p {
    font-size: 20px
  }
  .hvision p {
    line-height: 2.0
  }
  .haccess .content {
    padding: 0
  }
  .haccess .txts {
    width: 90%;
    margin: -70px auto 0
  }
  .haccess .map {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    width: 100%;
    height: 60vw;
    max-height: 500px;
    position: relative
  }
  .inner {
    width: 90%
  }
  .socials {
    left: 15px
  }
  .scroll-icon {
    right: 15px
  }
  .habout .part1 p {
    line-height: 1.8;
    margin-bottom: 5px
  }
  .secttl h2 {
    font-size: 18px
  }
  .secttl h3 {
    font-size: 48px
  }
  .secttl .bar {
    height: 40px;
    margin-bottom: 10px;
    display: none
  }
  .secttl .bar.abs {
    left: 0
  }
  .hnews .secttl {
    width: 100%;
    text-align: center
  }
  .hnews .news-list {
    width: 100%
  }
  .hadvisors .figure {
    width: 100%;
    max-width: 600px;
    margin: auto
  }
  .hadvisors .figure:nth-child(2) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 35px
  }
  .nav-index {
    display: none
  }
}

@media (max-width: 767px) {
  .video_wh{
    width : 100%;
    height : 100%;
  }

  .layer__3 .goals {
    line-height: 1.8
  }
  .layer__3 .links li {
    width: 100%
  }
  .layer__3 .pic {
    padding: 25px 15px
  }
  .layer__3 strong {
    font-size: 14px
  }
  .layer__3 h4 {
    font-size: 16px
  }
  h2.layerttl {
    font-size: 20px
  }
  .hservice .part3 .items {
    margin-bottom: 20px
  }
  .service-layer .part {
    padding: 20px 15px;
    margin-bottom: 30px
  }
  .layer__1 .p1_div li {
    width: 100%
  }
  .layer__1 .p1_div strong {
    font-size: 16px
  }
  .layer__1 .p2_div .figs {
    font-size: 14px
  }
  .layer__1 .p2_div .figs img {
    height: 45px
  }
  .layer__1 .p2_div .figs figure {
    width: calc(100% / 3);
    margin-bottom: 10px
  }
  .layer__1 .p2_div h3 {
    font-size: 18px
  }
  .layer__2 .item span {
    padding: 0 5px
  }
  .layer__2 .switch_cnt {
    padding: 20px 15px
  }
  .layer__2 .switch_cnt h4 {
    font-size: 16px
  }
  .layer__2 .switch_cnt strong {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 14px
  }
  .layer__2 .switch_cnt .right img:first-child {
    margin-bottom: 15px
  }
  .layer__2 .switch_cnt .content .left {
    width: 100%;
    min-width: auto
  }
  .layer__2 .switch_cnt .content .right {
    margin-left: 0;
    margin-top: 15px
  }
  .layer__2 .switch_cnt .content>div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .layer__2 .switch_nav li {
    font-size: 14px;
    width: 31%
  }
  .layer__2 .switch_nav li::after {
    content: none
  }
  .layer__2 .item {
    width: 100%
  }
  .layer__2 .item h4 {
    font-size: 16px
  }
  .layer__2 .item:first-child {
    margin-bottom: 20px
  }
  .hservice h4 {
    font-size: 16px
  }
  .hservice .bdiv {
    padding: 20px 15px;
    margin: 20px 0 25px
  }
  .hservice dl dd {
    width: calc(100% - 115px);
    padding: 1em
  }
  .hservice dl dt {
    width: 115px;
    padding: 1em
  }
  .hservice .part_ttl {
    font-size: 18px
  }
  .hservice .part2 {
    padding: 60px 0;
    margin: 60px 0
  }
  .hservice .part2 .tagul {
    font-size: 12px;
    margin: 15px 0 20px
  }
  .hservice .part3 .item {
    width: 100%;
    margin-bottom: 15px
  }
  .hservice .part3 .item li {
    font-size: 14px
  }
  .hservice .part3 .item strong {
    margin: 15px 0 10px;
    font-size: 15px
  }
  .hservice .part3 .item h3 {
    font-size: 18px
  }
  .asset_layer .asset_list dl {
    padding: 8px 2px
  }
  .asset_layer p {
    margin-bottom: 5px
  }
  .asset_layer h5 {
    font-size: 16px;
    margin: 1em 0 5px
  }
  .asset_layer .box3 .item {
    padding: 15px 10px
  }
  .asset_layer .hasset .txt>p {
    -webkit-line-clamp: 8;
    max-height: 14.8em
  }
  .asset_layer .subttl {
    font-size: 20px;
    margin-bottom: 1.2em
  }
  .drop-down-menu a {
    font-size: 16px
  }
  .hasset .slick-arrow {
    display: none !important
  }
  .team-box .slick-arrow {
    display: none !important
  }
  .team-box .slick-prev {
    left: 100px
  }
  .team-box .slick-next {
    right: 100px
  }
  .staffslider .profile {
    padding: 20px 15px
  }
  .staffslider .txt {
    margin-top: 12px;
    overflow: hidden
  }
  .staffslider .slick-slide {
    width: 300px;
    margin-left: 40px;
  }
  .staffslider .hasbg {
    height: 100%;
    background-position: center top
  }
  .staffslider .member {
    display: inline-block !important;
    height: 600px;
    overflow: hidden
  }
  .staffslider .member .intro {
    height: 300px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
  .staffslider .member .pic {
    width: 300px;
    height: 280px;
    min-width: auto
  }
  .habout .sign {
    font-size: 14px
  }
  .habout .part2 {
    margin-top: 40px
  }
  .habout .part1 h3 {
    font-size: 20px;
    margin-bottom: 15px
  }
  .normalsec {
    padding: 140px 0
  }
  .socials li {
    margin: 8px 0
  }
  .hasset .item {
    padding: 8% 6%
  }
  .hasset .items {
    padding: 0 5px
  }
  .hasset .slick-slide {
    padding: 0 20px
  }
  .hvision p {
    line-height: 1.8
  }
  .lecturers-layer .close-btn {
    width: 30px
  }
  .hcontact .common-text {
    line-height: 2;
    margin-bottom: 20px
  }
  .hcontact .item {
    margin-bottom: 18px
  }
  .policy-layer h2 {
    font-size: 20px;
    margin-bottom: 1.2em
  }
  .newspage {
    padding: 120px 0
  }
  .page_ttl {
    font-size: 16px;
    margin-bottom: 2.2em
  }
  .socials {
    left: auto;
    right: 12px;
    bottom: 140px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: auto
  }
  .inner {
    width: 100%;
    padding: 0 20px
  }
  .scroll-icon {
    right: 12px
  }
  .news-list .newsheader {
    padding: 1em
  }
  .hero .slogan h1 {
    font-size: 10vw
  }
  .hero .slogan p {
    font-size: 3.5vw
  }
  .secttl h3 {
    font-size: 36px
  }
  .haccess .txts {
    width: 100%;
    margin: 0
  }
  .habout dd {
    width: calc(100% - 120px);
    padding: 1em 1em 1em 0
  }
  .habout dt {
    width: 120px;
    padding: 1em
  }
  .secttl {
    margin-bottom: 30px
  }
  .hadvisors .figcap {
    padding: 12px 15px 15px
  }
  .hadvisors .figcap h3 {
    font-size: 24px
  }
  .hadvisors .figcap h4 {
    font-size: 16px
  }
  .hadvisors .figcap>span {
    font-size: 14px
  }
  .lecturers-layer .close-btn {
    right: 20px;
    top: 12px
  }
  .lecturers-layer .close-btn~div {
    padding: 70px 20px
  }
  .lecturers-layer .close-btn::before {
    height: 8px
  }
  .team-box .slick-arrow {
    width: 40px
  }


  .hservice .part4 .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px
  }
  
  .hservice .part4 .item {
    margin-top: 5px;
    padding: 5px;
    width: calc((100% - 10px) / 2);
    background-color: rgba(245, 245, 245, 0.1)
  }
  
  .hservice .part4 .item h3 {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 22px;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif
  }
  
  .hservice .part4 .item h3::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: rgba(255, 255, 255, 0.4);
    margin-left: 15px
  }
  
  .hservice .part4 .item p {
    line-height: 1.8
  }
  
  .hservice .part4 .item strong {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700;
    background-color: rgba(245, 245, 245, 0.22);
    padding: 5px;
    margin: 25px 0 20px
  }
  
  .hservice .part4 .item li {
    margin-top: 3px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .hservice .part4 .item li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    min-width: 6px;
    border-radius: 100%;
    background-color: #fff;
    margin-right: 8px;
    margin-top: 9px
  }
  

@media (max-width: 700px) {
  .habout .part1 {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
  }
  .habout .part1 .pic {
    width: 100%;
    margin-bottom: 20px
  }
  .habout .part1 .content {
    width: 100%;
    padding-right: 0
  }
}

@media (max-width: 360px) {
  .layer__3 .links a {
    font-size: 14px
  }
  .layer__2 .switch_nav li {
    padding: 0.5em 0
  }
  .secttl h2 {
    font-size: 16px
  }
  .secttl h3 {
    font-size: 30px;
    margin-bottom: 10px
  }
}


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

@import url("https://use.typekit.net/akp7fhi.css");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important
}

select, button, input, textarea, button {
  border: 1px solid #333
}

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

table, td, th {
  border: 1px solid #333
}

td, th {
  line-height: 1.5;
  padding: 0.3em 0.4em
}

th {
  font-weight: bold;
  font-size: 1.05em
}

html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 16px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc
}

button:disabled {
  cursor: default
}

a, a:active, a:link, a:visited {
  text-decoration: none;
  color: #333
}

a:hover {
  text-decoration: underline
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, dialog, hr, img {
  display: block
}

audio, canvas, iframe, img, svg, video {
  display: inline-block;
  vertical-align: middle
}

[hidden], dialog:not([open]), template {
  display: none
}

button, input, select, textarea {
  font-family: inherit;
  border-radius: 0
}

textarea {
  resize: vertical
}

audio, canvas, progress, video {
  display: inline-block
}

input, select {
  vertical-align: middle
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer
}

button, select {
  text-transform: none
}

code, kbd, pre, samp {
  font-family: monospace, sans-serif;
  font-size: 1em
}

mark {
  background-color: #ff0
}

small {
  font-size: 80%
}

sub, sup {
  position: relative;
  font-size: 70%;
  line-height: 0
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

ul {
  list-style: none
}

img {
  height: auto;
  width: 100%
}

svg:not(:root) {
  overflow: hidden
}

html, body {
  overflow-x: hidden;
  background-color: #fff
}

body {
  font-family: questa-grande, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  color: #fefeff;
  font-style: normal
}

.hasbg {
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat
}

span.nowrap {
  display: inline-block;
  white-space: nowrap
}

.inner {
  max-width: 1200px;
  width: 80%;
  margin: auto
}

.normalsec {
  min-height: 100vh;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.hero {
  position: relative;
  overflow: hidden
}

.hero .normalsec {
  height: 100vh;
  min-height: 100vh
}

.hero .slogan {
  padding: 0 20px;
  min-height: 1px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: 0.1em
}

.hero .slogan span:nth-child(1) {
  opacity: 0;
  -webkit-transition: 0.55s;
  -o-transition: 0.55s;
  transition: 0.55s;
  -webkit-transition-delay: 0.04s;
  -o-transition-delay: 0.04s;
  transition-delay: 0.04s;
  -webkit-transform: translateX(0.1em);
  -ms-transform: translateX(0.1em);
  transform: translateX(0.1em)
}

.hero .slogan span:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  transition: 0.65s;
  -webkit-transition-delay: 0.08s;
  -o-transition-delay: 0.08s;
  transition-delay: 0.08s;
  -webkit-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em)
}

.hero .slogan span:nth-child(3) {
  opacity: 0;
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  transform: translateX(0.3em)
}

.hero .slogan span:nth-child(4) {
  opacity: 0;
  -webkit-transition: 0.85s;
  -o-transition: 0.85s;
  transition: 0.85s;
  -webkit-transition-delay: 0.16s;
  -o-transition-delay: 0.16s;
  transition-delay: 0.16s;
  -webkit-transform: translateX(0.4em);
  -ms-transform: translateX(0.4em);
  transform: translateX(0.4em)
}

.hero .slogan span:nth-child(5) {
  opacity: 0;
  -webkit-transition: 0.95s;
  -o-transition: 0.95s;
  transition: 0.95s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  transform: translateX(0.5em)
}

.hero .slogan span:nth-child(6) {
  opacity: 0;
  -webkit-transition: 1.05s;
  -o-transition: 1.05s;
  transition: 1.05s;
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
  -webkit-transform: translateX(0.6em);
  -ms-transform: translateX(0.6em);
  transform: translateX(0.6em)
}

.hero .slogan span:nth-child(7) {
  opacity: 0;
  -webkit-transition: 1.15s;
  -o-transition: 1.15s;
  transition: 1.15s;
  -webkit-transition-delay: 0.28s;
  -o-transition-delay: 0.28s;
  transition-delay: 0.28s;
  -webkit-transform: translateX(0.7em);
  -ms-transform: translateX(0.7em);
  transform: translateX(0.7em)
}

.hero .slogan span:nth-child(8) {
  opacity: 0;
  -webkit-transition: 1.25s;
  -o-transition: 1.25s;
  transition: 1.25s;
  -webkit-transition-delay: 0.32s;
  -o-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transform: translateX(0.8em);
  -ms-transform: translateX(0.8em);
  transform: translateX(0.8em)
}

.hero .slogan span:nth-child(9) {
  opacity: 0;
  -webkit-transition: 1.35s;
  -o-transition: 1.35s;
  transition: 1.35s;
  -webkit-transition-delay: 0.36s;
  -o-transition-delay: 0.36s;
  transition-delay: 0.36s;
  -webkit-transform: translateX(0.9em);
  -ms-transform: translateX(0.9em);
  transform: translateX(0.9em)
}

.hero .slogan span:nth-child(10) {
  opacity: 0;
  -webkit-transition: 1.45s;
  -o-transition: 1.45s;
  transition: 1.45s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translateX(1em);
  -ms-transform: translateX(1em);
  transform: translateX(1em)
}

.hero .slogan span:nth-child(11) {
  opacity: 0;
  -webkit-transition: 1.55s;
  -o-transition: 1.55s;
  transition: 1.55s;
  -webkit-transition-delay: 0.44s;
  -o-transition-delay: 0.44s;
  transition-delay: 0.44s;
  -webkit-transform: translateX(1.1em);
  -ms-transform: translateX(1.1em);
  transform: translateX(1.1em)
}

.hero .slogan span:nth-child(12) {
  opacity: 0;
  -webkit-transition: 1.65s;
  -o-transition: 1.65s;
  transition: 1.65s;
  -webkit-transition-delay: 0.48s;
  -o-transition-delay: 0.48s;
  transition-delay: 0.48s;
  -webkit-transform: translateX(1.2em);
  -ms-transform: translateX(1.2em);
  transform: translateX(1.2em)
}

.hero .slogan span:nth-child(13) {
  opacity: 0;
  -webkit-transition: 1.75s;
  -o-transition: 1.75s;
  transition: 1.75s;
  -webkit-transition-delay: 0.52s;
  -o-transition-delay: 0.52s;
  transition-delay: 0.52s;
  -webkit-transform: translateX(1.3em);
  -ms-transform: translateX(1.3em);
  transform: translateX(1.3em)
}

.hero .slogan span:nth-child(14) {
  opacity: 0;
  -webkit-transition: 1.85s;
  -o-transition: 1.85s;
  transition: 1.85s;
  -webkit-transition-delay: 0.56s;
  -o-transition-delay: 0.56s;
  transition-delay: 0.56s;
  -webkit-transform: translateX(1.4em);
  -ms-transform: translateX(1.4em);
  transform: translateX(1.4em)
}

.hero .slogan span:nth-child(15) {
  opacity: 0;
  -webkit-transition: 1.95s;
  -o-transition: 1.95s;
  transition: 1.95s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translateX(1.5em);
  -ms-transform: translateX(1.5em);
  transform: translateX(1.5em)
}

.hero .slogan span:nth-child(16) {
  opacity: 0;
  -webkit-transition: 2.05s;
  -o-transition: 2.05s;
  transition: 2.05s;
  -webkit-transition-delay: 0.64s;
  -o-transition-delay: 0.64s;
  transition-delay: 0.64s;
  -webkit-transform: translateX(1.6em);
  -ms-transform: translateX(1.6em);
  transform: translateX(1.6em)
}

.hero .slogan span:nth-child(17) {
  opacity: 0;
  -webkit-transition: 2.15s;
  -o-transition: 2.15s;
  transition: 2.15s;
  -webkit-transition-delay: 0.68s;
  -o-transition-delay: 0.68s;
  transition-delay: 0.68s;
  -webkit-transform: translateX(1.7em);
  -ms-transform: translateX(1.7em);
  transform: translateX(1.7em)
}

.hero .slogan span:nth-child(18) {
  opacity: 0;
  -webkit-transition: 2.25s;
  -o-transition: 2.25s;
  transition: 2.25s;
  -webkit-transition-delay: 0.72s;
  -o-transition-delay: 0.72s;
  transition-delay: 0.72s;
  -webkit-transform: translateX(1.8em);
  -ms-transform: translateX(1.8em);
  transform: translateX(1.8em)
}

.hero .slogan span:nth-child(19) {
  opacity: 0;
  -webkit-transition: 2.35s;
  -o-transition: 2.35s;
  transition: 2.35s;
  -webkit-transition-delay: 0.76s;
  -o-transition-delay: 0.76s;
  transition-delay: 0.76s;
  -webkit-transform: translateX(1.9em);
  -ms-transform: translateX(1.9em);
  transform: translateX(1.9em)
}

.hero .slogan span:nth-child(20) {
  opacity: 0;
  -webkit-transition: 2.45s;
  -o-transition: 2.45s;
  transition: 2.45s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateX(2em);
  -ms-transform: translateX(2em);
  transform: translateX(2em)
}

.hero .slogan span:nth-child(21) {
  opacity: 0;
  -webkit-transition: 2.55s;
  -o-transition: 2.55s;
  transition: 2.55s;
  -webkit-transition-delay: 0.84s;
  -o-transition-delay: 0.84s;
  transition-delay: 0.84s;
  -webkit-transform: translateX(2.1em);
  -ms-transform: translateX(2.1em);
  transform: translateX(2.1em)
}

.hero .slogan span:nth-child(22) {
  opacity: 0;
  -webkit-transition: 2.65s;
  -o-transition: 2.65s;
  transition: 2.65s;
  -webkit-transition-delay: 0.88s;
  -o-transition-delay: 0.88s;
  transition-delay: 0.88s;
  -webkit-transform: translateX(2.2em);
  -ms-transform: translateX(2.2em);
  transform: translateX(2.2em)
}

.hero .slogan span:nth-child(23) {
  opacity: 0;
  -webkit-transition: 2.75s;
  -o-transition: 2.75s;
  transition: 2.75s;
  -webkit-transition-delay: 0.92s;
  -o-transition-delay: 0.92s;
  transition-delay: 0.92s;
  -webkit-transform: translateX(2.3em);
  -ms-transform: translateX(2.3em);
  transform: translateX(2.3em)
}

.hero .slogan span:nth-child(24) {
  opacity: 0;
  -webkit-transition: 2.85s;
  -o-transition: 2.85s;
  transition: 2.85s;
  -webkit-transition-delay: 0.96s;
  -o-transition-delay: 0.96s;
  transition-delay: 0.96s;
  -webkit-transform: translateX(2.4em);
  -ms-transform: translateX(2.4em);
  transform: translateX(2.4em)
}

.hero .slogan span:nth-child(25) {
  opacity: 0;
  -webkit-transition: 2.95s;
  -o-transition: 2.95s;
  transition: 2.95s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateX(2.5em);
  -ms-transform: translateX(2.5em);
  transform: translateX(2.5em)
}

.hero .slogan span:nth-child(26) {
  opacity: 0;
  -webkit-transition: 3.05s;
  -o-transition: 3.05s;
  transition: 3.05s;
  -webkit-transition-delay: 1.04s;
  -o-transition-delay: 1.04s;
  transition-delay: 1.04s;
  -webkit-transform: translateX(2.6em);
  -ms-transform: translateX(2.6em);
  transform: translateX(2.6em)
}

.hero .slogan span:nth-child(27) {
  opacity: 0;
  -webkit-transition: 3.15s;
  -o-transition: 3.15s;
  transition: 3.15s;
  -webkit-transition-delay: 1.08s;
  -o-transition-delay: 1.08s;
  transition-delay: 1.08s;
  -webkit-transform: translateX(2.7em);
  -ms-transform: translateX(2.7em);
  transform: translateX(2.7em)
}

.hero .slogan span:nth-child(28) {
  opacity: 0;
  -webkit-transition: 3.25s;
  -o-transition: 3.25s;
  transition: 3.25s;
  -webkit-transition-delay: 1.12s;
  -o-transition-delay: 1.12s;
  transition-delay: 1.12s;
  -webkit-transform: translateX(2.8em);
  -ms-transform: translateX(2.8em);
  transform: translateX(2.8em)
}

.hero .slogan span:nth-child(29) {
  opacity: 0;
  -webkit-transition: 3.35s;
  -o-transition: 3.35s;
  transition: 3.35s;
  -webkit-transition-delay: 1.16s;
  -o-transition-delay: 1.16s;
  transition-delay: 1.16s;
  -webkit-transform: translateX(2.9em);
  -ms-transform: translateX(2.9em);
  transform: translateX(2.9em)
}

.hero .slogan span:nth-child(30) {
  opacity: 0;
  -webkit-transition: 3.45s;
  -o-transition: 3.45s;
  transition: 3.45s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transform: translateX(3em);
  -ms-transform: translateX(3em);
  transform: translateX(3em)
}

.hero .slogan h1 {
  white-space: nowrap;
  font-size: 80px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px
}

.hero .slogan h1.do span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.hero .slogan span {
  display: inline-block
}

.hero .slogan p {
  font-size: 24px
}

.hero .slogan p.do span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.hero .topvideo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  z-index: 1;
  mix-blend-mode: multiply
}

.hero .topvideo::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
/*   background-color: rgba(0, 0, 0, 0.7); */
  z-index: 2
}

.hero video {
  display: block;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1
}

.showbtn .header-right .menu {
  display: block
}

.homecenter {
  position: relative;
  overflow: hidden
}

.homecenter .centervideo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  max-height: 100vh;
  overflow: hidden;
  mix-blend-mode: multiply
}

.homecenter .centervideo::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2
}

.homecenter .centervideo.fixed {
  position: fixed
}

.homecenter .centervideo.abs {
  bottom: 0;
  top: auto
}

.homecenter .centervideo video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block
}

.homebottom {
  position: relative;
  overflow: hidden;
  z-index: 5
}

.homebottom .bottomvideo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  max-height: 100vh;
  overflow: hidden;
  mix-blend-mode: multiply
}

.homebottom .bottomvideo::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2
}

.homebottom .bottomvideo.fixed {
  position: fixed
}

.homebottom .bottomvideo video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block
}

.secttl {
  line-height: 1.3;
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

.secttl h3 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px
}

.secttl h2 {
  font-size: 22px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-weight: 400
}

.secttl .bar {
  position: relative;
  width: 1px;
  height: 80px;
  margin: 0 auto 20px
}

.secttl .bar.active::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1)
}

.secttl .bar.abs {
  height: 160px;
  position: absolute;
  left: -45px;
  bottom: 0;
  margin-bottom: 0
}

.secttl .bar::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #fefeff;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease
}

.secttl .animation-string {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: 0.3s cubic-bezier(0.17, 0.67, 0.63, 1.41);
  -o-transition: 0.3s cubic-bezier(0.17, 0.67, 0.63, 1.41);
  transition: 0.3s cubic-bezier(0.17, 0.67, 0.63, 1.41)
}

.secttl .animation-string.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.habout .secttl .animation-string:nth-child(6) {
  min-width: 0.3em
}

.habout .part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.habout .part1 .content {
  width: 65%;
  padding-right: 50px
}

.habout .part1 .pic {
  width: 35%
}

.habout .part1 .pic img {
  width: 100%
}

.habout .part1 h3 {
  font-size: 24px;
  margin-bottom: 20px
}

.habout .part1 p {
  margin-bottom: 10px;
  line-height: 2
}

.habout .sign {
  text-align: right;
  font-size: 16px
}

.habout .sign h4 {
  font-size: 1.25em;
  letter-spacing: 1.5px;
  margin-top: 10px
}

.habout .part2 {
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.habout dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

.habout dt {
  width: 300px;
  padding: 1.8em 4em
}

.habout dd {
  width: calc(100% - 300px);
  padding: 1.8em 0
}

.hservice {
  padding: 20px 0
}

.hservice .bdiv {
  padding: 15px 20px;
  border-top: 1px solid rgba(229, 229, 229, 0.4);
  border-bottom: 1px solid rgba(229, 229, 229, 0.4);
  margin: 30px 0 50px
}

.hservice .bdiv h5 {
  font-size: 14px;
  margin-bottom: 1em
}

.hservice .table {
  border-top: 1px solid rgba(229, 229, 229, 0.4);
  margin-bottom: 1.5em
}

.hservice dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(229, 229, 229, 0.4)
}

.hservice dl dt {
  width: 280px;
  background: rgba(255, 255, 255, 0.08);
  padding: 1.2em 3em
}

.hservice dl dd {
  width: calc(100% - 280px);
  padding: 1.2em 3em
}

.hservice .small {
  font-size: 12px
}

.hservice .small li {
  margin: 5px 0
}

.hservice .secttl .animation-string:nth-child(4) {
  min-width: 0.3em
}

.hservice h4 {
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em
}

.hservice .txt {
  line-height: 2.0;
  margin-bottom: 1.5em
}

.hservice .txt span {
  display: block
}

.hservice .txt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 13px;
  margin-bottom: 5px
}

.hservice .txt li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.75em
}

.hservice .part_ttl {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 15px;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-weight: 400
}

.hservice .part1 {
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.hservice .part2 {
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  padding: 100px 0;
  margin: 100px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8)
}

.hservice .part2 .tagul {
  margin: 15px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 18px 0
}

.hservice .part2 .tagul li {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 1;
  width: calc(100% / 7)
}

.hservice .part2 .tagul li:last-child {
  border-right: 0
}

.hservice .part3 {
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.hservice .part3 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px
}

.hservice .part3 .item {
  padding: 25px;
  width: calc((100% - 60px) / 3);
  background-color: rgba(245, 245, 245, 0.1)
}

.hservice .part3 .item h3 {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 22px;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif
}

.hservice .part3 .item h3::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: rgba(255, 255, 255, 0.4);
  margin-left: 15px
}

.hservice .part3 .item p {
  line-height: 1.8
}

.hservice .part3 .item strong {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 700;
  background-color: rgba(245, 245, 245, 0.22);
  padding: 5px;
  margin: 25px 0 20px
}

.hservice .part3 .item li {
  margin-top: 3px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.hservice .part3 .item li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 8px;
  margin-top: 9px
}

.hasset .vbtn {
  cursor: pointer
}

.hasset .sec_part {
  width: 100%
}

.hasset .secttl {
  text-align: center
}

.hasset .secttl h3 span:nth-child(6) {
  min-width: 0.3em
}

.hasset .items {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  position: relative;
  padding: 0 60px
}

.hasset h4 {
  font-size: 20px;
  margin-bottom: 0.5em;
  line-height: 1.5;
  min-height: 3em
}

.hasset .item {
  padding: 6%;
  border: 1px solid rgba(128, 128, 128, 0.4)
}

.hasset .slick-slide {
  padding: 0 15px;
  width: 300px
}

.hasset .slick-arrow {
  bottom: -60px;
  border: none;
  text-indent: -99999px;
  width: 60px;
  height: 35px;
  position: absolute
}

.hasset .slick-prev {
  left: 40%;
  background: url(img/slickarrow.png) center center/contain no-repeat
}

.hasset .slick-next {
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: 40%;
  background: url(img/slickarrow.png) center center/contain no-repeat
}

.hasset .txt>p {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.8;
  max-height: 9em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 10px
}

.hasset .txt h5 {
  font-size: 14px
}

.hvision {
  text-align: center
}

.hvision .secttl .animation-string:nth-child(4) {
  min-width: 0.3em
}

.hvision p {
  line-height: 2.2;
  margin-bottom: 1.5em
}

.hadvisors {
  text-align: center
}

.hadvisors .secttl .animation-string:nth-child(4) {
  min-width: 0.3em
}

.hadvisors .figures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.hadvisors .figure {
  width: calc((100% - 45px) / 2)
}

.hadvisors .figure:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.hadvisors img {
  width: 100%
}

.hadvisors .figcap {
  background-color: #1e1e1e;
  padding: 20px 25px 25px;
  margin: -40px 6% 0 6%;
  position: relative;
  z-index: 2
}

.hadvisors .figcap h3 {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5
}

.hadvisors .figcap h4 {
  font-size: 18px
}

.hadvisors .figcap>span {
  font-size: 16px;
  display: inline-block;
  background-color: #2e2e2e;
  color: #cccccc;
  margin: 10px 0 8px;
  padding: 2px 10px;
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.hadvisors .figcap p {
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.haccess .secttl {
  margin-bottom: 20px
}

.haccess .addr {
  margin: 15px 0;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif
}

.haccess ul {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif
}

.haccess li {
  margin-bottom: 8px
}

.haccess .txts {
  width: 500px;
  background-color: #262525;
  padding: 25px 30px;
  margin-left: auto;
  position: relative;
  z-index: 2
}

.haccess .content {
  position: relative;
  padding: 80px 0
}

.haccess .map {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: calc(100% - 300px);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.haccess .map:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.haccess .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

.team-box {
  position: relative;
  width: 100%
}

.team-box .slick-arrow {
  border: none;
  text-indent: -99999px;
  width: 60px;
  height: 35px;
  background: url(img/slickarrow.png) center center/contain no-repeat;
  position: absolute;
  bottom: -50px;
  z-index: 5
}

.team-box .slick-prev {
  left: 40%
}

.team-box .slick-next {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: 40%
}

.staffslider {
  width: 100%;
  line-height: 2.0
}

.staffslider .nopic .hasbg {
  background: rgba(255, 255, 255, 0.9) url(img/logo-txt.png) center center/60% auto no-repeat !important
}

.staffslider .intro {
  overflow-y: auto;
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.staffslider .name {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-size: 24px;
/*   margin-top: 0.5em */
}

.staffslider .txt {
  overflow: hidden;
  margin-top: 5px
}

.staffslider .txt p {
  margin-bottom: .2em
}

.staffslider .txt p:last-child {
  margin-bottom: 0
}

.staffslider .pos {
  background-color: rgba(242, 242, 242, 0.17);
  display: inline-block;
  padding: 3px 5px
}

.staffslider .birth {
  font-size: 16px
}

.staffslider .profile {
  padding: 5% 8%
}

.staffslider .member {
  height: 380px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: 1px solid rgba(255, 255, 255, 0.38)
}

.staffslider .member .pic {
  min-width: 230px;
  height: 100%;
  position: relative
}

.staffslider .member .intro {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%
}

.staffslider .slick-slide {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0px;
  margin: 0 10px;
  position: relative;
  z-index: 1;
  width: 1500px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.staffslider .hasbg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

.staffslider .hasbg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

.staffslider .slick-slide>div {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.staffslider .slick-current, .staffslider .slick-center {
  z-index: 5
}

.staffslider .slick-current .hasbg::before, .staffslider .slick-center .hasbg::before {
  opacity: 0
}

.hteam .secttl {
  text-align: center
}

.hteam .secttl .animation-string:nth-child(4) {
  min-width: 0.3em
}

.news-list {
  border-bottom: 1px solid rgba(128, 128, 128, 0.7)
}

.news-list .newstop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.news-list .arrow {
  width: 1em;
  height: 1em;
  background: url(img/arrow-right.svg) center/contain no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.news-list .date {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  min-width: 80px
}

.news-list article {
  border-top: 1px solid rgba(128, 128, 128, 0.7)
}

.news-list span.cat {
  margin: 0.8em 0 1em;
  min-width: 9em;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  padding: 0.5em 1em;
  display: inline-block;
  border: 1px solid rgba(128, 128, 128, 0.7)
}

.news-list .detail {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

.news-list .detail:hover {
  background-color: rgba(255, 255, 255, 0.1)
}

.news-list .detail .newsheader {
  cursor: pointer
}

.news-list .newsheader {
  position: relative;
  padding: 1.5em
}

.news-list .content {
  display: none;
  padding: 0 1.5em 1.5em
}

.news-list .content>* {
  margin-bottom: 10px
}

.news-list .content>*:last-child {
  margin-bottom: 0
}

.hnews .news-list {
  width: calc(100% - 300px)
}

.hnews .viewmore {
  position: absolute;
  left: 0;
  top: 120px
}

.hnews .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative
}

.hnews .secttl {
  width: 300px
}

.menu-status {
  display: none
}

.menu-status:checked~.header-top .logo, .menu-status:checked~.header-top .cnt_btn {
  pointer-events: none;
  opacity: 0
}

.menu-status:checked~.header-top .close {
  display: block
}

.menu-status:checked~.header-top .open {
  display: none
}

.menu-status:checked~.socials {
  pointer-events: none;
  opacity: 0
}

.menu-status:checked~.scroll-icon {
  pointer-events: none;
  opacity: 0
}

.menu-status:checked~.drop-down-menu {
  z-index: 98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: drawer-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s both;
  animation: drawer-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s both
}

@-webkit-keyframes drawer-open {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes drawer-open {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.drop-down-menu {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: -10;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  opacity: 0;
  background-color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 20px;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95)
}

.drop-down-menu .wrap {
  margin: auto
}

.drop-down-menu a {
  padding: 6px 0;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fefeff;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase
}

.drop-down-menu a::before {
  content: '';
  display: block;
  width: 0.7em;
  min-width: 0.7em;
  height: 0.7em;
  border-radius: 100%;
  border: 1px solid #fefeff;
  background: url(img/arrow-right.svg) center/60% no-repeat;
  margin-right: 15px
}

.drop-down-menu span.jp {
  text-align: left;
  font-size: 14px
}

.drop-down-menu span.en {
  text-align: left;
  font-size: 10px
}

.drop-down-menu .special_navs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.drop-down-menu .special_navs .freeline .icon {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9)
}

.drop-down-menu .special_navs .freeline .title p {
  font-size: 8px
}

.drop-down-menu .special_navs .freeline strong {
  font-size: 3rem
}

.drop-down-menu .special_navs .links {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  margin-top: 0.5rem
}

.drop-down-menu nav.main_nav {
  margin: 0 auto 30px
}

.drop-down-menu nav.main_nav .topmenu {
  display: block
}

.drop-down-menu nav.main_nav .topmenu li {
  width: 100%
}

.drop-down-menu nav.main_nav .topmenu li::before, .drop-down-menu nav.main_nav .topmenu li::after {
  content: none
}

.drop-down-menu nav.main_nav a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative
}

.drop-down-menu nav.main_nav a::before {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  background-image: url(img/arrow-bottom.png) !important;
  width: 16px;
  height: 16px;
  position: absolute
}

.drop-down-menu nav.main_nav svg {
  position: absolute;
  right: 5px;
  margin-right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.header-top {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  padding: 50px 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.logo {
  width: 45%;
  max-width: 200px
}

.logo a {
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

.logo a:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9)
}

.logo img {
  width: 100%
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-right .menu {
  font-size: 12px;
  color: #fefeff;
  text-transform: capitalize;
  border: 1px solid #fefeff;
  border-radius: 100%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  margin-left: 20px;
  font-weight: 500;
  display: none
}

.header-right .close {
  display: none
}

.header-right .cnt_btn a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  display: block;
  text-decoration: underline
}

.header-right .cnt_btn a:hover {
  text-decoration: none
}

.socials {
  position: fixed;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99
}

.socials li {
  margin: 10px 0
}

.socials a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

.socials a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}

.socials svg {
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  fill: #fefeff
}

.nav-index {
  position: fixed;
  right: 30px;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.nav-index.do span {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 0
}

.nav-index span {
  display: block;
  overflow: hidden;
  width: 100%
}

.nav-index li {
  margin: 7px 0px
}

.nav-index li.current a {
  color: #fefeff
}

.nav-index li.current a::after {
  border-color: #db0101;
  background-color: #db0101
}

.nav-index a {
  text-transform: uppercase;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: rgb(249 249 249);
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.1px;
  font-size: 14px;
  font-weight: 500
}

.nav-index a:hover::after {
  border-color: #db0101;
  background-color: #db0101
}

.nav-index a::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(254, 254, 255, 0.4);
  border-radius: 100%;
  margin-left: 8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

.scroll-icon {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 99;
  text-transform: capitalize;
  cursor: pointer
}

.scroll-icon.top .arrow {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg)
}

.scroll-icon .txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: rgba(254, 254, 255, 0.4);
  font-size: 12px
}

.scroll-icon .arrow {
  width: 10px;
  height: 50px;
  background: url(img/arrow.svg) center center/contain no-repeat;
  opacity: 0.4;
  margin: 5px auto 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease
}

.sec_part {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s
}

.sec_part.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.sec_part.hide {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px)
}

.copybox {
  display: none
}

.lecturers-layer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  position: fixed;
  overflow-y: auto;
  min-height: 100vh
}

.lecturers-layer .lecturers-bg {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: fixed;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

.lecturers-layer .lecturers-bg::before, .lecturers-layer .lecturers-bg::after {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease
}

.lecturers-layer .lecturers-bg::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  background-color: rgba(0, 0, 0, 0.7)
}

.lecturers-layer .lecturers-bg::after {
  background-color: #000;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.lecturers-layer.active.hide .lecturers-bg::before {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0)
}

.lecturers-layer.active.hide .lecturers-bg::after {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0)
}

.lecturers-layer.active .lecturers-bg {
  opacity: 1
}

.lecturers-layer.active .lecturers-bg::before, .lecturers-layer.active .lecturers-bg::after {
  -webkit-transform: translateX(-50%) scaleY(1);
  -ms-transform: translateX(-50%) scaleY(1);
  transform: translateX(-50%) scaleY(1)
}

.lecturers-layer .lecturers-container {
  position: relative;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.lecturers-layer .close-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 20;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0
}

.lecturers-layer .close-btn~div {
  padding: 80px 30px
}

@media (min-width: 1000px) {
  .lecturers-layer .close-btn:hover {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
  }
}

.lecturers-layer .close-btn::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fefeff
}

.lecturers-layer .layer-main {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  position: relative;
  z-index: 3
}

.lecturers-layer .layer-main.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.layer-outer {
  display: none
}

.layer-outer .close_btn {
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 5px;
  background-color: #fefeff;
  right: 50px;
  top: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer
}

@media (min-width: 1000px) {
  .layer-outer .close_btn:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.bg::before, .bg::after {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease
}

.bg::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  background-color: rgba(0, 0, 0, 0.7)
}

.bg::after {
  background-color: #000;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.policy_box {
  display: none
}

.asset_layer {
  position: relative;
  max-width: 990px;
  margin: auto;
  color: #fff;
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  line-height: 2
}

.asset_layer .asset_list {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.4)
}

.asset_layer .asset_list h6 {
  font-size: 16px;
  margin-bottom: 10px
}

.asset_layer .asset_list dl {
  padding: 8px 10px;
  border-top: 1px solid rgba(128, 128, 128, 0.4)
}

.asset_layer .asset_list strong {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1px
}

.asset_layer .asset_list dt {
  cursor: pointer;
  position: relative;
  padding-right: 20px
}

.asset_layer .asset_list dt.rotate::before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg)
}

.asset_layer .asset_list dt::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(img/arrow-down.png) center center/contain no-repeat
}

.asset_layer .asset_list dd {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 12px;
  width: 100%;
  margin: 5px auto 10px;
  display: none
}

.asset_layer .asset_list dd p {
  padding: 0 0.5em;
  margin-bottom: 0.5em
}

.asset_layer .box {
  padding: 6% 8%;
  border: 1px solid rgba(128, 128, 128, 0.4)
}

.asset_layer .box.box3 {
  padding: 30px
}

.asset_layer .box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.asset_layer .box3 .item {
  width: calc((100% - 30px) / 2);
  padding: 25px;
  background-color: #3b3b3b
}

.asset_layer .box3 .item:last-child {
  margin-top: 30px;
  width: 100%;
  background-color: transparent;
  padding: 0
}

.asset_layer h5 {
  font-size: 18px;
  margin: 2em 0 10px
}

.asset_layer h5:first-child {
  margin-top: 0
}

.asset_layer p {
  margin-bottom: 1em
}

.asset_layer .subttl {
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 700;
  font-size: 24px
}

.policy-layer {
  position: relative;
  max-width: 990px;
  margin: auto;
  color: #fff;
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  line-height: 1.8
}

.policy-layer h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 1.5em;
  font-weight: 700
}

.policy-layer h3 {
  padding: 1.5em 0 0.6em;
  font-size: 16px;
  margin-bottom: 0.6em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23)
}

.policy-layer ul li {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.policy-layer ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  margin-right: 6px;
  border-radius: 100%;
  background-color: #fefeff
}

.service-layer {
  position: relative;
  width: 100%;
  max-width: 990px;
  margin: auto;
  color: #fff;
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.service-layer .txt {
  line-height: 2
}

.service-layer .part {
  background-color: #3b3b3b;
  padding: 35px 40px;
  margin-bottom: 40px
}

h2.layerttl {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 1.5em;
  text-align: center;
  font-family: Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif
}

.layer__1 .p1_div strong {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-top: 20px
}

.layer__1 .p1_div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -12px
}

.layer__1 .p1_div li {
  font-weight: 700;
  color: #0d0d0d;
  background-color: #b2b2b2;
  padding: 10px 15px;
  width: calc((100% - 30px) / 2);
  margin-bottom: 12px
}

.layer__1 .p2_div h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px
}

.layer__1 .p2_div .figs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #0d0d0d;
  background-color: #b2b2b2;
  padding: 25px 35px
}

.layer__1 .p2_div .figs figure {
  width: calc(100% / 6)
}

.layer__1 .p2_div .figs img {
  height: 60px;
  width: auto;
  margin: 0 auto 10px
}

.layer__2 img {
  width: 100%
}

.layer__2 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.layer__2 .item {
  width: calc((100% - 35px) / 2)
}

.layer__2 .item:nth-child(1) p {
  margin-top: 10px
}

.layer__2 .item:nth-child(2) p {
  margin-bottom: 10px
}

.layer__2 .item h4 {
  font-size: 20px;
  margin: 1em 0 0.5em
}

.layer__2 .item p {
  font-size: 16px
}

.layer__2 .item li {
  margin-bottom: 5px
}

.layer__2 .item span {
  padding: 2px 5px;
  display: inline-block;
  background-color: #1f1f1f
}

.layer__2 .item span::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  min-width: 4px;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 5px;
  margin-bottom: 3px
}

.layer__2 .switch_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.layer__2 .switch_nav li {
  width: 25%;
  color: #fff;
  background-color: #7d7d7d;
  text-align: center;
  font-size: 16px;
  padding: 0.5em;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-right: 5px;
  position: relative;
  font-weight: 700
}

.layer__2 .switch_nav li::after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 15px;
  top: 40%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg)
}

.layer__2 .switch_nav li.active, .layer__2 .switch_nav li:hover {
  background-color: #3b3b3b
}

.layer__2 .switch_cnt {
  background-color: #3b3b3b;
  padding: 35px 40px
}

.layer__2 .switch_cnt h4 {
  font-size: 20px
}

.layer__2 .switch_cnt .txtbg {
  background-color: #2f2f2f;
  padding: 12px;
  margin-bottom: 10px
}

.layer__2 .switch_cnt .txtbg span {
  display: block
}

.layer__2 .switch_cnt .txtbg span::before {
  content: '';
  width: 5px;
  height: 5px;
  min-width: 5px;
  display: inline-block;
  margin-bottom: 2px;
  background-color: #fff;
  margin-right: 5px
}

.layer__2 .switch_cnt strong {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 15px;
  color: #fff;
  background-color: #0d0d0d;
  font-size: 16px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 8px
}

.layer__2 .switch_cnt strong::after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(74deg);
  -ms-transform: rotate(74deg);
  transform: rotate(74deg);
  background-color: #3b3b3b
}

.layer__2 .switch_cnt .right img:first-child {
  margin-bottom: 20px
}

.layer__2 .switch_cnt .content {
  display: none
}

.layer__2 .switch_cnt .content:first-child {
  display: block
}

.layer__2 .switch_cnt .content>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.layer__2 .switch_cnt .content .left {
  width: 320px;
  min-width: 320px
}

.layer__2 .switch_cnt .content .right {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 10%
}

.layer__3 h4 {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 1em;
  border-bottom: 1px solid #fff
}

.layer__3 .goals {
  line-height: 2.0;
  margin-bottom: 20px
}

.layer__3 .goals li {
  margin-bottom: 5px
}

.layer__3 strong {
  background-color: #0d0d0d;
  font-size: 16px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 15px;
  display: inline-block
}

.layer__3 strong::after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(74deg);
  -ms-transform: rotate(74deg);
  transform: rotate(74deg);
  background-color: #3b3b3b
}

.layer__3 .links {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px
}

.layer__3 .links li {
  width: calc((100% - 40px) / 2)
}

.layer__3 .links a {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  position: relative
}

@media (min-width: 1000px) {
  .layer__3 .links a:hover::after {
    right: 15px
  }
}

.layer__3 .links a::after {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  right: 20px;
  width: 12px;
  height: 12px;
  background: url(img/arrow-down.png) center center/contain no-repeat
}

.layer__3 .pic {
  margin-top: 5px;
  padding: 30px 40px;
  background-color: #b3b3b3
}

.viewmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif
}

.viewmore a {
  display: block;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  z-index: 2
}

.viewmore .vbtn {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.viewmore .vbtn::before {
  content: '';
  display: block;
  width: 3.5em;
  height: 3.5em;
  background-color: rgba(255, 255, 255, 0.14);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%
}

.viewmore .arrow {
  width: 1em;
  height: 1em;
  background: url(img/arrow-right.svg) center center/contain no-repeat
}

.viewmore:hover p {
  text-decoration: none
}

.viewmore p {
  padding: 10px 10px 10px 1.6em;
  text-decoration: underline;
  letter-spacing: 1px
}

.page_ttl {
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 3em
}

.page_ttl h2 {
  font-size: 2.8em;
  font-weight: 500
}

.page_ttl h1 {
  font-size: 1em
}

.newspage {
  min-height: 100vh;
  position: relative;
  padding: 180px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.newspage::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8)
}

.newspage .inner {
  position: relative;
  z-index: 2
}

.newspage .news-list {
  max-width: 880px;
  margin: auto
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.nav-links .page-numbers:first-child {
  margin-left: 0
}

.screen-reader-text {
  display: none
}

.page-numbers {
  display: block;
  padding: 6px;
  color: #fff !important;
  text-decoration: none;
  float: left;
  line-height: 1;
  margin: 0 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif
}

.page-numbers.current, .page-numbers:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  text-decoration: none
}

.pagination {
  margin-top: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 120px
}

.hcontact .require~span.text:after {
  content: '*';
  color: #e90000
}

.hcontact main {
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"
}

.hcontact .text {
  font-weight: 700;
  margin-bottom: 10px
}

.hcontact .item-name {
  margin-bottom: 12px
}

.hcontact .item {
  margin-bottom: 25px
}

.hcontact .agreements-control {
  position: relative
}

.hcontact .agreements-control input {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-right: 10px
}

.hcontact .form-content {
  width: 100%;
  margin: 0 auto;
  position: relative
}

.hcontact .form-content:before {
  s: "";
  display: block;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(img/form-loading.png) center center/30px 30px no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  z-index: -100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

.hcontact .form-content.loading:before {
  opacity: 1;
  z-index: 30
}

.hcontact textarea {
  min-height: 10em
}

.hcontact input, .hcontact textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #4d4d4d;
  padding: 0.5em 1em;
  color: #fefeff
}

.hcontact .policy_entry {
  display: inline-block;
  color: #fefeff;
  text-decoration: underline
}

.hcontact .policy_entry:hover {
  text-decoration: none
}

.hcontact .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative
}

.hcontact .common-text {
  line-height: 2.2;
  font-weight: 300;
  margin-bottom: 30px
}

.hcontact .indexnav {
  position: absolute;
  left: 0;
  top: 140px
}

.hcontact .indexnav li {
  margin: 20px 0;
  color: #a6a6a6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.hcontact .indexnav li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #a6a6a6;
  border-radius: 100%;
  margin-right: 8px
}

.hcontact .indexnav li.active {
  color: #fefeff;
  font-weight: 700
}

.hcontact .indexnav li.active::before {
  background-color: #fefeff
}

.hcontact .secttl {
  width: 300px
}

.hcontact .contact {
  width: calc(100% - 300px);
  margin-top: 15px
}

.hcontact .vbtn {
  cursor: pointer
}

.hcontact .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.hcontact .btn-more .viewmore {
  margin: 0 10px
}

.hcontact .do-confirm {
  margin-left: auto;
  margin-right: auto
}

.hcontact .form-confirm {
  margin-top: 30px
}

.hcontact .item-control {
  position: relative
}

.hcontact .error-message {
  display: block;
  font-size: 12px;
  color: #ffffff;
  background-color: #db0101;
  line-height: 1.15;
  margin-bottom: 5px;
  padding: 0.2em 0.5em;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: translate(0, -90%);
  -ms-transform: translate(0, -90%);
  transform: translate(0, -90%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px
}

.hcontact .error-message::after {
  content: "";
  position: absolute;
  border-top: 7px solid #db0101;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 2px;
  bottom: -6px;
  display: block
}

.hcontact .mail-sent-successfuly h2 {
  margin-bottom: 1em;
  font-size: 18px
}

@media (max-width: 1921px) {
  .staffslider .slick-slide {
/*     margin: 0 2vw; */
    width: 1200px
  }
  .hasset .items {
    padding: 0 10px
  }
  .hasset .slick-slide {
    padding: 0 10px
  }
}

@media (max-width: 1600px) {
  .staffslider .slick-slide {
    width: 450px
  }
}

@media (max-width: 1400px) {
  .nav-index a {
    font-size: 13px
  }
  .hcontact .contact {
    width: calc(100% - 240px)
  }
  .hcontact .secttl {
    width: 240px
  }
  .page_ttl {
    font-size: 20px
  }
  .hnews .news-list {
    width: calc(100% - 240px)
  }
  .hnews .secttl {
    width: 240px
  }
}

@media (max-width: 1200px) {
  .page_ttl {
    font-size: 18px
  }
  .header-top {
    padding: 30px
  }
  .haccess .map {
    width: calc(100% - 200px)
  }
  .haccess .txts {
    width: 400px;
    padding: 25px
  }
  .hadvisors .figure {
    width: calc((100% - 30px) / 2)
  }
  .staffslider .member {
    height: 420px
  }
  .staffslider .member .pic {
    min-width: 260px
  }
  .staffslider .slick-slide {
    width: 600px
  }
  .secttl .bar.abs {
    left: -30px;
    height: 140px
  }
  .secttl .bar {
    height: 50px
  }
  .secttl h2 {
    font-size: 20px
  }
  .secttl h3 {
    font-size: 52px
  }
}

@media (max-width: 1100px) {
  .habout .part1 .content {
    padding-right: 25px
  }
  .staffslider {
    line-height: 1.8
  }
  .staffslider .pos {
    font-size: 12px
  }
  .staffslider .name {
    font-size: 20px
  }
  .hasset .txt h5 {
    font-size: 12px
  }
  .hasset .items {
    font-size: 12px
  }
  .hasset h4 {
    font-size: 14px
  }
}

@media (max-width: 1000px) {
  .hadvisors .figcap {
    height: auto !important
  }
  .service-layer .part {
    padding: 25px 20px
  }
  .layer__3 .links a {
    font-size: 16px
  }
  .layer__3 .links li {
    width: calc((100% - 20px) / 2)
  }
  .layer__1 .p1_div li {
    width: calc((100% - 15px) / 2)
  }
  .layer__1 .p2_div .figs {
    font-size: 16px;
    padding: 20px 15px
  }
  .layer__1 .p2_div h3 {
    font-size: 20px
  }
  .layer__1 .p1_div strong {
    font-size: 18px
  }
  .hservice .txt {
    line-height: 1.8
  }
  .hservice .part_ttl {
    font-size: 28px
  }
  .hservice .part3 .item {
    padding: 20px 15px;
    width: calc((100% - 40px) / 3)
  }
  .service-layer .part {
    padding: 25px 20px
  }
  .layer__2 .item {
    width: calc((100% - 20px) / 2)
  }
  .layer__2 .item p {
    font-size: 14px
  }
  .layer__2 .item h4 {
    font-size: 18px
  }
  .layer__2 .switch_cnt {
    padding: 25px 20px
  }
  .layer__2 .switch_cnt .content .right {
    margin-left: 5%
  }
  .asset_layer .box {
    padding: 15px 12px
  }
  .asset_layer .box.box3 {
    padding: 12px
  }
  .asset_layer .box3 .item {
    width: 100%
  }
  .asset_layer .box3 .item:nth-child(1) {
    margin-bottom: 25px
  }
  .hcontact .contact {
    width: 100%;
    margin-top: 0
  }
  .hcontact .secttl {
    width: 100%
  }
  .hcontact .indexnav {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
  }
  .hcontact .indexnav li {
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 33.333333%;
    text-align: center;
    border: 1px solid #4d4d4d
  }
  .hnews .viewmore {
    position: static;
    margin: auto
  }
  .hnews .viewmore .vbtn {
    margin: 35px auto 0
  }
  .header-right .menu {
    display: block
  }
  .logo {
    left: 15px;
    top: 20px
  }
  .header-top {
    padding: 20px 15px
  }
  .hero .slogan h1 {
    font-size: 68px
  }
  .hero .slogan p {
    font-size: 20px
  }
  .hvision p {
    line-height: 2.0
  }
  .haccess .content {
    padding: 0
  }
  .haccess .txts {
    width: 90%;
    margin: -70px auto 0
  }
  .haccess .map {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    width: 100%;
    height: 60vw;
    max-height: 500px;
    position: relative
  }
  .inner {
    width: 90%
  }
  .socials {
    left: 15px
  }
  .scroll-icon {
    right: 15px
  }
  .habout .part1 p {
    line-height: 1.8;
    margin-bottom: 5px
  }
  .secttl h2 {
    font-size: 18px
  }
  .secttl h3 {
    font-size: 48px
  }
  .secttl .bar {
    height: 40px;
    margin-bottom: 10px;
    display: none
  }
  .secttl .bar.abs {
    left: 0
  }
  .hnews .secttl {
    width: 100%;
    text-align: center
  }
  .hnews .news-list {
    width: 100%
  }
  .hadvisors .figure {
    width: 100%;
    max-width: 600px;
    margin: auto
  }
  .hadvisors .figure:nth-child(2) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 35px
  }
  .nav-index {
    display: none
  }
}

@media (max-width: 767px) {
  .layer__3 .goals {
    line-height: 1.8
  }
  .layer__3 .links li {
    width: 100%
  }
  .layer__3 .pic {
    padding: 25px 15px
  }
  .layer__3 strong {
    font-size: 14px
  }
  .layer__3 h4 {
    font-size: 16px
  }
  h2.layerttl {
    font-size: 20px
  }
  .hservice .part3 .items {
    margin-bottom: 20px
  }
  .service-layer .part {
    padding: 20px 15px;
    margin-bottom: 30px
  }
  .layer__1 .p1_div li {
    width: 100%
  }
  .layer__1 .p1_div strong {
    font-size: 16px
  }
  .layer__1 .p2_div .figs {
    font-size: 14px
  }
  .layer__1 .p2_div .figs img {
    height: 45px
  }
  .layer__1 .p2_div .figs figure {
    width: calc(100% / 3);
    margin-bottom: 10px
  }
  .layer__1 .p2_div h3 {
    font-size: 18px
  }
  .layer__2 .item span {
    padding: 0 5px
  }
  .layer__2 .switch_cnt {
    padding: 20px 15px
  }
  .layer__2 .switch_cnt h4 {
    font-size: 16px
  }
  .layer__2 .switch_cnt strong {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 14px
  }
  .layer__2 .switch_cnt .right img:first-child {
    margin-bottom: 15px
  }
  .layer__2 .switch_cnt .content .left {
    width: 100%;
    min-width: auto
  }
  .layer__2 .switch_cnt .content .right {
    margin-left: 0;
    margin-top: 15px
  }
  .layer__2 .switch_cnt .content>div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .layer__2 .switch_nav li {
    font-size: 14px;
    width: 31%
  }
  .layer__2 .switch_nav li::after {
    content: none
  }
  .layer__2 .item {
    width: 100%
  }
  .layer__2 .item h4 {
    font-size: 16px
  }
  .layer__2 .item:first-child {
    margin-bottom: 20px
  }
  .hservice h4 {
    font-size: 16px
  }
  .hservice .bdiv {
    padding: 20px 15px;
    margin: 20px 0 25px
  }
  .hservice dl dd {
    width: calc(100% - 115px);
    padding: 1em
  }
  .hservice dl dt {
    width: 115px;
    padding: 1em
  }
  .hservice .part_ttl {
    font-size: 18px
  }
  .hservice .part2 {
    padding: 60px 0;
    margin: 60px 0
  }
  .hservice .part2 .tagul {
    font-size: 12px;
    margin: 15px 0 20px
  }
  .hservice .part3 .item {
    width: 100%;
    margin-bottom: 15px
  }
  .hservice .part3 .item li {
    font-size: 14px
  }
  .hservice .part3 .item strong {
    margin: 15px 0 10px;
    font-size: 15px
  }
  .hservice .part3 .item h3 {
    font-size: 18px
  }
  .asset_layer .asset_list dl {
    padding: 8px 2px
  }
  .asset_layer p {
    margin-bottom: 5px
  }
  .asset_layer h5 {
    font-size: 16px;
    margin: 1em 0 5px
  }
  .asset_layer .box3 .item {
    padding: 15px 10px
  }
  .asset_layer .hasset .txt>p {
    -webkit-line-clamp: 8;
    max-height: 14.8em
  }
  .asset_layer .subttl {
    font-size: 20px;
    margin-bottom: 1.2em
  }
  .drop-down-menu a {
    font-size: 16px
  }
  .hasset .slick-arrow {
    display: none !important
  }
  .team-box .slick-arrow {
    display: none !important
  }
  .team-box .slick-prev {
    left: 100px
  }
  .team-box .slick-next {
    right: 100px
  }
  .staffslider .profile {
    padding: 20px 15px
  }
  .staffslider .txt {
    margin-top: 12px;
    overflow: hidden
  }
  .staffslider .slick-slide {
    width: 300px;
    margin-left: 40px;
  }
  .staffslider .hasbg {
    height: 100%;
    background-position: center top
  }
  .staffslider .member {
    display: inline-block !important;
    height: 600px;
    overflow: hidden
  }
  .staffslider .member .intro {
    height: 300px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
  .staffslider .member .pic {
    width: 300px;
    height: 280px;
    min-width: auto
  }
  .habout .sign {
    font-size: 14px
  }
  .habout .part2 {
    margin-top: 40px
  }
  .habout .part1 h3 {
    font-size: 20px;
    margin-bottom: 15px
  }
  .normalsec {
    padding: 140px 0
  }
  .socials li {
    margin: 8px 0
  }
  .hasset .item {
    padding: 8% 6%
  }
  .hasset .items {
    padding: 0 5px
  }
  .hasset .slick-slide {
    padding: 0 20px
  }
  .hvision p {
    line-height: 1.8
  }
  .lecturers-layer .close-btn {
    width: 30px
  }
  .hcontact .common-text {
    line-height: 2;
    margin-bottom: 20px
  }
  .hcontact .item {
    margin-bottom: 18px
  }
  .policy-layer h2 {
    font-size: 20px;
    margin-bottom: 1.2em
  }
  .newspage {
    padding: 120px 0
  }
  .page_ttl {
    font-size: 16px;
    margin-bottom: 2.2em
  }
  .socials {
    left: auto;
    right: 12px;
    bottom: 140px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: auto
  }
  .inner {
    width: 100%;
    padding: 0 20px
  }
  .scroll-icon {
    right: 12px
  }
  .news-list .newsheader {
    padding: 1em
  }
  .hero .slogan h1 {
    font-size: 10vw
  }
  .hero .slogan p {
    font-size: 3.5vw
  }
  .secttl h3 {
    font-size: 36px
  }
  .haccess .txts {
    width: 100%;
    margin: 0
  }
  .habout dd {
    width: calc(100% - 120px);
    padding: 1em 1em 1em 0
  }
  .habout dt {
    width: 120px;
    padding: 1em
  }
  .secttl {
    margin-bottom: 30px
  }
  .hadvisors .figcap {
    padding: 12px 15px 15px
  }
  .hadvisors .figcap h3 {
    font-size: 24px
  }
  .hadvisors .figcap h4 {
    font-size: 16px
  }
  .hadvisors .figcap>span {
    font-size: 14px
  }
  .lecturers-layer .close-btn {
    right: 20px;
    top: 12px
  }
  .lecturers-layer .close-btn~div {
    padding: 70px 20px
  }
  .lecturers-layer .close-btn::before {
    height: 8px
  }
  .team-box .slick-arrow {
    width: 40px
  }
}

@media (max-width: 700px) {
  .habout .part1 {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
  }
  .habout .part1 .pic {
    width: 100%;
    margin-bottom: 20px
  }
  .habout .part1 .content {
    width: 100%;
    padding-right: 0
  }
}

@media (max-width: 360px) {
  .layer__3 .links a {
    font-size: 14px
  }
  .layer__2 .switch_nav li {
    padding: 0.5em 0
  }
  .secttl h2 {
    font-size: 16px
  }
  .secttl h3 {
    font-size: 30px;
    margin-bottom: 10px
  }
}


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