@charset "UTF-8";
/* ローカルフォントを廃止。Google Fonts より取得（header.php で読み込み） */

:root {
  --mod: 0;
  --fz-gap: 0pt;
  --text-align: justify;
  --font-body: "Noto Sans JP", sans-serif;
}

html[lang*="en"] {
  --fz-gap: 1pt;
  --text-align: left;
  --font-body: "Source Sans 3", sans-serif;
}

html:not(.responsive) {
  min-width: 1000px; /* viewport */
}

@media screen and (max-width: 767px) {
  html.responsive {
    --paddingWrap: 24px;
    --paddingWrap-negative: calc(var(--paddingWrap) * -1.1);
  }
}

/*=============================================
 * body
 *=============================================*/
body {
  --text-side: "HOSHI UNIVERSITY";
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  padding-left: 24px;
  box-sizing: border-box;
  background: #fff;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: calc(16px + var(--fz-gap));
  line-height: 32px;
  letter-spacing: -0.03em;
  text-align: var(--text-align);
  color: #231815;
  position: relative;
}
body::before,
body::after {
  content: '';
  width: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}
body::before {
  background-image: linear-gradient(var(--primary), var(--secondary), var(--third) 85%, var(--fourth) 95%);
}
body::after {
	content: var(--text-side);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 41vw;
  box-sizing: border-box;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #fff;
  position: fixed;
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
}
@media screen and (max-width: 767px) {
  body {
    text-align: justify;
  }
  body.navOpen {
    overflow: hidden;
  }
  body.navOpen .menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}
@media screen and (min-width: 768px) {
  body {
    padding-left: 60px;
  }
  body::before,
  body::after {
    width: 60px;
  }
  body::after {
    padding-top: 180px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
  	letter-spacing: 0.8em;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.fnt-gothic {
  font-family: var(--font-body);
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  min-height: var(--app-height);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  overflow: hidden;
}
main > section {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

section *:not(:last-child) {
  margin-bottom: 30px;
}

h2, h3 {
  font-weight: 700;
}

h2.ttl ~ h2.ttl {
  margin-top: 100px;
}

h3 {
  font-size: 18px;
  line-height: 32px;
}

img, figure {
  max-width: 100%;
  height: auto;
}

ol {
  margin-left: 20px
}
ol li {
  margin-top: 10px;
}

.wrap {
	width: 100%;
  max-width: 870px;
  box-sizing: border-box;
}

.bg-parallax {
  position: relative;
  z-index: -1;
}
.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bg-parallax .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

.copy.copied {
  pointer-events: none;
  cursor: default;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media all and (-ms-high-contrast: none) {
  p.btn a img, header .nav-fl a img {
    transition: opacity 0s ease !important;
    -moz-transition: opacity 0s ease !important;
    -webkit-transition: opacity 0s ease !important;
  }
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
}
@media screen and (max-width: 767px) {
  html.responsive .wrap {
    width: auto;
    padding: 0 var(--paddingWrap);
  }
  .txt:not(.except) br:not(.except):not(.sp) {
    display: none;
  }
  .pc {
    display: none !important;
  }
  #pagetop {
    z-index: 99;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.post-template-default .g_article + .btn-link {
	margin-top: 50px
}
@media screen and (min-width: 768px) {
  	.post-template-default .g_article + .btn-link {
		margin-top: 80px
	}
}
/*=============================================
 * button style
 *=============================================*/
.btn-style-1 {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  min-height: 55px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #a6a6a6;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-align: center;
}
.btn-style-1::after {
  content: "";
  width: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: inline-block;
  margin: 0 -10px 0 20px;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cg%3E%3Cpath d='m8,4.4L0,8v-.8l7.1-3.2L0,.8v-.8l8,3.6v.7Z' style='fill:%23231815;'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}
.btn-style-1.left {
  margin-left: 0;
}
.btn-style-1.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-style-1.right {
  margin-left: auto;
}
.btn-style-1:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn-style-1 small {
  width: 100%;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .btn-style-1 {
    width: 330px;
  }
  .btn-style-1::after {
    
  }
}

/*=============================================
 * title style
 *=============================================*/
 
.ttl-style-1 {
  padding-left: 8vw;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  position: relative;
}
.ttl-style-1 * {
  margin-bottom: 0 !important;
}
.ttl-style-1::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #a6a6a6;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
@media screen and (min-width: 768px) {
  .ttl-style-1 {
    padding-left: 50px;
    font-size: 28px;
    line-height: 44px;
  }
  .ttl-style-1::before {
    width: 32px;
    background: #231815;
  }
}

.ttl-style-2
/*.page-template-tpl-content h3*/ {
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: -0.03em;
  position: relative;
}
.ttl-style-2 *
/*.page-template-tpl-content h3 **/ {
  margin-bottom: 0 !important;
}
.ttl-style-2::before
/*.page-template-tpl-content h3::before*/ {
  content: "";
  width: 9px;
  background: var(--primary);
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
}

/*=============================================
 * box style
 *=============================================*/
.box-style-1 {
  border: 1px solid #a6a6a6;
  box-sizing: border-box;
}
.box-style-1 * {
  margin-bottom: 0 !important;
}
.box-style-1 .img {
  position: relative;
}
.box-style-1 .img::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.box-style-1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.box-style-1 .detail {
  padding: 15px 15px 50px;
}
.box-style-1 .detail .ttl {
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.box-style-1 .detail .date {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}
html[lang*="en"] .box-style-1 .detail .date {
  font-weight: 300;
}
.box-style-1 .detail .txt {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .box-style-1 {
    max-width: 400px;
  }
  .box-style-1 .img::before {
    padding-top: 150px;
  }
  .box-style-1 .detail {
    padding: 20px 20px 50px;
  }
}

.box-style-2 * {
  margin-bottom: 0 !important;
}
.box-style-2 .img {
  position: relative;
}
.box-style-2 .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.box-style-2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.box-style-2 .detail {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
}
.box-style-2 .detail .ttl {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.02em;
}
.box-style-2 .detail .ttl small {
  font-size: 16px;
  letter-spacing: 0.02em;
}
.box-style-2 .detail .desc {
  margin-top: 10px;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .box-style-2 {
    max-width: 400px;
  }
}

@media screen and (min-width: 768px) {
  .set-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
  .set-box * {
    margin-bottom: 0 !important;
  }
}

/*=============================================
 * table style
 *=============================================*/
.table-style-1 {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.03em;
  text-align: left;
}
.table-style-1 a {
	text-decoration: underline;
	text-underline-offset: 7px;
}
.table-style-1 a:hover {
	text-decoration: none;
}
.table-style-1 th,
.table-style-1 td {
    margin-bottom: 0;
}
.table-style-1 th {
  font-weight: 700;
}
.table-style-1 td {
    padding-left: 20px
}
.table-style-1 dl {
	display: -ms-flexbox;
  	display: flex;
}
.table-style-1 dl dt {
	width: 150px;
    margin-bottom: 0;
}
.table-style-1 dl dd {
	width: calc(100% - 150px)
}
@media screen and (max-width: 767px) {
    .table-style-1 th, .table-style-1 td {
		display: block
    }
    .table-style-1 td {
		padding-left: 0;
      	padding-top: 5px;
    }
    .table-style-1 td:last-child {
      padding-bottom: 30px;
    }
    .table-style-1 dl {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 768px) {
    .table-style-1 {
    	width: max-content;
        max-width: 100%;
    }
    .table-style-1 th,
    .table-style-1 td {
        min-width: 125px;
        padding: 20px 0;
    }
    .table-style-1 tr:first-child th,
    .table-style-1 tr:first-child td {
        padding-top: 0;
    }
    .table-style-1 tr:last-child th,
    .table-style-1 tr:last-child td {
        padding-bottom: 0;
    }
    .table-style-1 dt {
    	width: 150px;
    }
}
.table-style-2 {
  width: 100%;
  letter-spacing: 0;
  text-align: center;
}
.table-style-2,
.table-style-2 * {
  margin-bottom: 0 !important;
}
.table-style-2 dl {
  	font-weight: 500;
}
html[lang*="en"] .table-style-2 dl {
  font-weight: normal;
}
.table-style-2 dl dt {
  padding: 5px 5px 10px;
  box-sizing: border-box;
  position: relative;
}
.table-style-2 dl dd {
  padding: 5px;
  box-sizing: border-box;
}
.table-style-2 .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
.table-style-2 .row .col {
	margin-top: 30px;
  border-left: 1px solid #999999;
}
.table-style-2 .row .col:first-child {
  border-left: 0;
}
.table-style-2 .row .col:last-child dt::before {
  content: "";
  height: 8px;
  background-image: linear-gradient(to right, var(--primary), var(--secondary), var(--third) 85%, var(--fourth) 95%);
  position: absolute;
  bottom: 0;
  left: calc(100% * var(--mod) * -1);
  right: 0;
}
@media screen and (max-width: 767px) {
  .table-style-2 .row .col:nth-child(3n) dt::before {
    content: "";
    height: 8px;
    background-image: linear-gradient(to right, var(--primary), var(--secondary), var(--third) 85%, var(--fourth) 95%);
    position: absolute;
    bottom: 0;
    left: -200%;
    right: 0;
  }
  .table-style-2 .row .col:nth-child(4n) {
    border-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .table-style-2 .row {
    grid-template-columns: repeat(5, 1fr);
  }
  .table-style-2 .row .col {
    width: auto;
  }
  .table-style-2 .row .col:nth-child(5n) dt {
    position: relative;
  }
  .table-style-2 .row .col:nth-child(5n) dt::before {
    content: "";
    height: 8px;
    background-image: linear-gradient(to right, var(--primary), var(--secondary), var(--third) 85%, var(--fourth) 95%);
    position: absolute;
    bottom: 0;
    left: -400%;
    right: 0;
  }
  .table-style-2 .row .col:nth-child(6n) {
    border-left: 0;
  }
}

/*=============================================
 * elements
 *=============================================*/
.page-ttl {
  margin-bottom: 0;
  padding: 50px 0 20px;
  text-align: center;
}
.page-ttl h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.page-ttl h1::after {
  content: "";
  width: 26px;
  height: 2px;
  display: block;
  margin: 10px auto 0;
  background: #251714;
}
@media screen and (min-width: 768px) {
  .page-ttl {
    padding: 95px 0 65px;
  }
  .page-ttl h1 {
    font-size: 30px;
    line-height: 44px;
  }
}

#group_cat .item {
  margin-bottom: 0;
  padding: 15px 5px;
  border-top: 1px solid #a6a6a6;
  box-sizing: border-box;
  line-height: 24px;
}
#group_cat .item * {
  margin-bottom: 0;
}
#group_cat .item:last-child {
  border-bottom: 1px solid #a6a6a6;
}
#group_cat .item .ttl {
  font-weight: 700;
}
#group_cat .item .date {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  #group_cat .item {
    display: -ms-flexbox;
    display: flex;
  }
  #group_cat .item .ttl {
    width: calc(100% - 100px);
  }
  #group_cat .item .date {
    width: 100px;
  }
}

.g_article figure, .g_article img {
  display: block;
}
.g_article figure.aligncenter, .g_article img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.g_article figure.alignright, .g_article img.alignright {
  margin-left: auto;
  text-align: right;
}
.g_article figure > img {
  margin-bottom: 20px;
}
.g_article .ttlbox .date {
  font-weight: 500;
  font-size: 15px;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 40px;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-align: center;
}
.pagination .page-numbers {
  min-width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px;
}
.pagination .page-numbers.current {
  background: linear-gradient(45deg, var(--primary), var(--secondary));
  color: #fff;
}
.pagination .page-arrow {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: block;
  margin-bottom: 0;
  background-color: transparent !important;
  font-size: 0;
  color: transparent;
}
.pagination .page-arrow::before {
  content: "";
  width: 10px;
  height: 100%;
  display: block;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cg%3E%3Cpath d='m8,4.4L0,8v-.8l7.1-3.2L0,.8v-.8l8,3.6v.7Z' style='fill:%23231815;'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}
.pagination .page-arrow.prev {
  margin-right: 50px;
}
.pagination .page-arrow.prev::before {
  transform: scaleX(-1);
}
.pagination .page-arrow.next {
  margin-left: 50px;
}

.gallery-style-1 .imgbox .img {
  margin: 0 var(--paddingWrap-negative) 10px;
}
.gallery-style-1 .imgbox .cap {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.03em;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .gallery-style-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -15px;
  }
  .gallery-style-1 .imgbox {
    margin-bottom: 0;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
  }
  .gallery-style-1 .imgbox .img {
    margin: 0 0 10px;
  }
  .gallery-style-1 .imgbox.w100 {
    grid-column: 1/end;
  }
}

ul.sitemap {
  border-top: 1px solid #a6a6a6;
}
ul.sitemap * {
  margin-bottom: 0;
}
ul.sitemap li {
  padding: 15px 5px;
  border-bottom: 1px solid #a6a6a6;
  font-weight: 700;
}

/*=============================================
 * <header>
 *=============================================*/
header {
padding-top: 65px;
}
header .logo {
  width: 248px;
  padding: 13px 0 12px;
  box-sizing: border-box;
}
header .nav a {
  display: block;
  font-weight: 700;
}
header .nav .main a {
  padding-left: 30px;
  font-size: calc(16px + var(--fz-gap));
  line-height: 50px;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
}
header .nav .main a::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #a3a3a3;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
header .nav .main a:hover, 
header .nav .main a.active, 
header .nav .main a[aria-current=page] {
  text-decoration: none;
}
header .nav .main a:hover::before, 
header .nav .main a.active::before, 
header .nav .main a[aria-current=page]::before {
  opacity: 1;
  visibility: visible;
}
header .nav .language {
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0 30px;
}
header .nav .language a {
  width: 52px;
  padding-top: 2px;
  border: 1px solid #1eb4ff;
  box-sizing: border-box;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  color: #1eb4ff;
}
header .nav .language a:hover {
  text-decoration: none;
  opacity: 0.7;
}
header .nav .language li.active a {
  background: #1eb4ff;
  color: #fff;
}
header .navbox {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 0 var(--paddingWrap) 0 calc(var(--paddingWrap) + 24px);
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
}
@media screen and (min-width: 768px) {
  header {
  	padding-top: 88px;
  }
  header .logo {
    width: 50%;
    padding: 16px 0 15px;
  }
  header .nav {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  header .nav .main {
    order: 2;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
  }
  header .nav .main a {
    display: block;
    padding: 20px 15px;
    font-size: calc(17px + var(--fz-gap));
    line-height: 18px;
  }
  header .nav .main a::before {
    width: 1px;
    height: 11px;
    background: #000;
    top: auto;
    bottom: 0;
    left: 50%;
  }
  header .nav .main li:first-child a {
    padding-left: 0;
  }
  header .nav .main li:first-child a::before {
    left: calc(50% - 8px);
  }
  header .nav .main li:last-child a {
    padding-right: 0;
  }
  header .nav .main li:last-child a::before {
    left: calc(50% + 8px);
  }
  header .nav .language {
    order: 1;
    justify-content: flex-end;
    margin-top: 0;
  }
  header .nav .language a {
    width: 90px;
  }
  header .navbox {
    padding: 0 calc(50% - 545px) 0 100px;
  }
}

.menu_toggle {
  padding: 100px 50px 100px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .menu_toggle {
    width: auto !important;
    height: 100vh;
    min-height: 100%;
    float: right;
    display: block;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 97;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease, height 0s !important;
  }
}
@media screen and (min-width: 768px) {
  .menu_toggle {
    width: 50%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 0;
  }
}
@media screen and (min-width: 1500px) {
  .menu_toggle {
    padding-left: 100px;
  }
}

.hamburger {
  margin-left: auto;
  box-sizing: border-box;
  background: #fff;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  overflow: visible;
  position: relative;
  z-index: 99;
}
.hamburger .hamburger-box {
  width: 26px;
  height: 30px;
  display: block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  width: 100%;
  height: 2px;
  background-color: #727171;
  border-radius: 10px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger .hamburger-inner::before {
  top: -7px;
}
.hamburger .hamburger-inner::after {
  bottom: -7px;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

/** Vortex Reverse **/
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  margin-top: 60px;
  padding: 23px 0;
  border-top: 1px solid #000;
}
/*footer .logo {
  width: 65vw;
  max-width: 265px;
}*/
footer address {
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
}
footer .gr {
  margin-top: 15px;
}
footer .gr .txt {
  font-weight: 500;
  font-size: calc(12px + var(--fz-gap));
  line-height: 20px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
    footer .wrap {
    }
  footer .logo img {
    width: 248px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: 100px;
  }
  footer .logo {
    margin-right: 23px;
  }
  html[lang*="en"] footer .logo img {
    width: 324px;
    height: auto;
  }
  footer .set {
        display: -ms-flexbox;
        display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
  }
    footer .gr {
      margin-top: 0;
    }
}

/*=============================================
 * slick
 *=============================================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/shared/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 0.7;
}
.slick-prev:before, .slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cg%3E%3Cpath d='m8,4.4L0,8v-.8l7.1-3.2L0,.8v-.8l8,3.6v.7Z' style='fill:%23231815;'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  transform: scaleX(-1);
}

.slick-next {
  right: 0;
}

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border: 0;
  background: url("../img/shared/slide-dot.png") center/contain no-repeat;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li:hover button, .slick-dots li.slick-active button {
  background-image: url("../img/shared/slide-dot-active.png");
}
@media screen and (min-width: 768px) {
  .slick-dots li button {
    width: 15px;
    height: 14px;
  }
  .slick-dots li.active button {
      background-image: url("../img/shared/slide-dot-active.png");
    }
}