@charset "UTF-8";
/* ===================== reset ==== */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
html, body, div, iframe, h1, h2, h3, h4, h5, h6, p, a, img, small, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td, article, footer, header, nav, section, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
}

input, textarea {
  margin: 0;
  resize: none;
  font-size: 16px;
  padding: 6px;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

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

a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none;
}

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

html {
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.mincyo {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "MS PMincho", serif;
}

/* ===================== utility ==== */
.u_of {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}

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

.text_link {
  color: blue;
  text-decoration: underline;
  transition: all 0.3s;
}

.text_link:hover {
  color: aliceblue;
}

.touch_anime {
  transition: opacity 0.3s;
}

@media all and (min-width: 768px) {
  .touch_anime:not(.nopacity):hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 767px) {
  .touch_anime:not(.nopacity).touch__start {
    opacity: 0.7;
  }
}
.scroll_anime {
  transition: all 1s ease 0s;
}

.scroll_anime.fuwa {
  opacity: 0;
  transform: scale(0.95);
}

.scroll_anime.fuwa.scroll__start {
  opacity: 1;
  transform: scale(1);
}

.scroll_anime.fuwa-up {
  transform: translateY(30px);
  opacity: 0;
}

.scroll_anime.fuwa-up.scroll__start {
  transform: translateY(0px);
  opacity: 1;
}

.scroll_anime.fuwa-down {
  transform: translateY(-30px);
  opacity: 0;
}

.scroll_anime.fuwa-down.scroll__start {
  transform: translateY(0px);
  opacity: 1;
}

.scroll_anime.fuwa-right {
  transform: translateX(-30px);
  opacity: 0;
}

.scroll_anime.fuwa-right.scroll__start {
  transform: translateX(0px);
  opacity: 1;
}

.scroll_anime.fuwa-left {
  transform: translateX(30px);
  opacity: 0;
}

.scroll_anime.fuwa-left.scroll__start {
  transform: translateX(0px);
  opacity: 1;
}

.scroll_filter {
  position: relative;
  overflow: hidden;
}

.scroll_filter::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 1.2s;
  z-index: 100;
}

.scroll_filter.filter-left.scroll__start::before {
  left: -100%;
}

.scroll_filter.filter-right.scroll__start::before {
  left: 100%;
}

.scroll_filter.filter-up.scroll__start::before {
  top: -100%;
}

.scroll_filter.filter-down.scroll__start::before {
  top: 100%;
}

/* ===================== wp ==== */
.wp-editor h1 {
  font-size: 175%;
}

.wp-editor h2 {
  font-size: 160%;
}

.wp-editor h3 {
  font-size: 145%;
}

.wp-editor h4 {
  font-size: 130%;
}

.wp-editor h5 {
  font-size: 115%;
}

.wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5 {
  margin: 30px 0 10px;
}

.wp-editor img {
  max-width: 100%;
  height: auto;
}

.wp-editor hr {
  margin: 20px 0;
}

.wp-editor .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.wp-editor .alignright {
  float: right;
  margin: 0 0 10px 10px;
}

.wp-editor .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.wp-editor strong {
  font-weight: bold;
}

.wp-editor em {
  font-style: italic;
}

.wp-editor del {
  text-decoration: line-through;
}

.wp-editor blockquote {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  margin: 0;
}

.wp-editor blockquote:before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
}

.wp-editor blockquote:after {
  content: '"';
  position: absolute;
  right: 0;
  bottom: 0;
}

.wp-editor a {
  color: #00F;
  text-decoration: underline;
  transition: all 0.2s;
}

.wp-editor a:hover {
  color: red;
}

.wp-editor p {
  margin: 0 0 20px 0;
}

.wp-editor ul {
  list-style: disc;
  padding: 0 0 0 1.5em;
  margin: 0 0 20px 0;
}

.wp-editor ol {
  list-style: decimal;
  padding: 0 0 0 1.5em;
  margin: 0 0 20px 0;
}

.wp-editor table {
  width: 100% !important;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  table-layout: fixed !important;
  resize: none;
  margin: 15px auto;
}

.wp-editor table th {
  box-sizing: border-box;
  padding: 6px;
  border: solid 1px #999;
  background: #f5f5f5;
  width: auto !important;
}

.wp-editor table td {
  box-sizing: border-box;
  padding: 6px;
  border: solid 1px #999;
  width: auto !important;
}

@media all and (max-width: 767px) {
  .wp-editor .alignleft {
    float: none;
    display: block;
    margin: 0 0 10px;
  }
  .wp-editor .alignright {
    float: none;
    display: block;
    margin: 0 0 10px;
  }
}
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "lato", "YakuHanJP", "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  word-break: break-word;
  color: #1e1e1e;
  font-feature-settings: "palt";
}
body::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 9999;
  background-color: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
}
body.load::before {
  visibility: hidden;
  opacity: 0;
}

#home::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 9999;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 1.5s;
}
#home::after {
  content: "";
  display: block;
  position: fixed;
  z-index: 9999;
  background-image: url(../images/logo-anima.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  width: 30vw;
  min-width: 280px;
  height: 30vw;
  min-height: 280px;
  transition: 1s;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  filter: blur(10px);
}
#home.load::before {
  visibility: visible;
  opacity: 1;
}
#home.load::after {
  visibility: visible;
  opacity: 1;
  filter: blur(0);
}
#home.load2::before {
  visibility: hidden;
  opacity: 0;
}
#home.load2::after {
  visibility: hidden;
  opacity: 0;
  filter: blur(10px);
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.fade-anima-swipe,
.fade-anima-parent {
  opacity: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.parallax {
  transition: 0.2s;
}

@keyframes drawer1 {
  0% {
    transform: translateX(-100%);
  }
  20% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  80% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes drawer2 {
  0% {
    transform: translateX(-100%);
  }
  5% {
    transform: translateX(-100%);
  }
  25% {
    transform: translateX(0%);
  }
  65% {
    transform: translateX(0%);
  }
  85% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes drawer3 {
  0% {
    transform: translateX(-100%);
  }
  10% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0%);
  }
  70% {
    transform: translateX(0%);
  }
  90% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@media screen and (max-width: 767px) {
  #drawer {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    white-space: nowrap;
    line-height: 1;
  }
  #drawer > span {
    position: relative;
    width: 1em;
    height: 1em;
    display: block;
    margin: 0 0 0 5px;
  }
  #drawer > span > span {
    position: absolute;
    display: block;
    margin: auto;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.87, 0.01, 0.15, 0.97);
    width: 100%;
    height: 2px;
  }
  #drawer > span > span::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #1e1e1e;
    left: 0;
    top: 0;
  }
  #drawer > span > span:nth-child(1) {
    top: 0;
    bottom: auto;
  }
  #drawer > span > span:nth-child(1)::before {
    animation: drawer1 3s infinite;
  }
  #drawer > span > span:nth-child(2) {
    top: calc(50% - 1px);
    bottom: auto;
  }
  #drawer > span > span:nth-child(2)::before {
    animation: drawer2 3s infinite;
  }
  #drawer > span > span:nth-child(3) {
    margin: 0 0 0 auto;
    top: auto;
    bottom: 0;
    left: 0;
  }
  #drawer > span > span:nth-child(3)::before {
    animation: drawer3 3s infinite;
  }
  #gnav {
    position: fixed;
    left: 0;
    top: -10%;
    transform: rotate(2deg);
    transform-origin: right top;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: 0.6s cubic-bezier(0.87, 0.01, 0.15, 0.97);
    filter: blur(50px);
  }
  #gnav ul {
    margin: auto auto 70px;
  }
  #gnav ul li {
    overflow: hidden;
    text-align: center;
    margin-bottom: 1em;
  }
  #gnav ul li a {
    transform: translateY(200%);
    transition: 1.2s cubic-bezier(0.87, 0.01, 0.15, 0.97);
    overflow: hidden;
    position: relative;
    display: inline-block;
  }
  #gnav ul li a .ja {
    font-size: 5vw;
    font-weight: 700;
    display: block;
    line-height: 1;
  }
  #gnav ul li a .en {
    font-weight: 700;
    font-size: 2vw;
    line-height: 1;
  }
  #gnav .fog_nav {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute !important;
  }
  #gnav .fog_nav .vanta-canvas {
    width: 100% !important;
    height: 100% !important;
  }
  #gnav .fog_nav:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/Rectangle.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 60px;
    mix-blend-mode: overlay;
    z-index: 2;
  }
  #gnav .fog_nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/logo-splash.svg);
    background-position: center top 20%;
    background-repeat: no-repeat;
    background-size: 80%;
    z-index: 3;
  }
  .gnav-open #drawer > span > span:nth-child(1) {
    top: 0.45em;
    bottom: auto;
    left: 0;
    transform: rotate(30deg);
  }
  .gnav-open #drawer > span > span:nth-child(2)::before {
    background-color: transparent;
  }
  .gnav-open #drawer > span > span:nth-child(3) {
    top: auto;
    bottom: 0.405em;
    left: 0;
    transform: rotate(-30deg);
  }
  .gnav-open #gnav {
    top: 0;
    visibility: visible;
    opacity: 1;
    transform: rotate(0);
    filter: blur(0);
  }
  .gnav-open #gnav ul li a {
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  #drawer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    text-align: center;
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
  }
  .header .fog_header_logo {
    display: none;
  }
  .header .title {
    width: 60%;
    margin: auto;
  }
  .header .title .subtitle {
    margin: 1em;
    font-size: 3vw;
    background: url(../images/bg.jpg) center no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  .bottomnav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 2em);
    z-index: 999;
    background-color: #ffffff;
    margin: 1em;
    border-radius: 1em;
    box-sizing: border-box;
    padding: 0.3em;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: 700;
  }
  .bottomnav #drawer {
    width: 50%;
  }
  .bottomnav .button {
    background: url(../images/bg.jpg) center no-repeat;
    width: 45%;
    padding: 0.5em;
    border-radius: 0.7em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .bottomnav,
.fog_nav {
    display: none;
  }
  .header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 25vw;
    height: 12vw;
    overflow: hidden;
    border-radius: 0 0 50px 0;
  }
  .header .title {
    width: 22vw;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .header .title a {
    position: relative;
    z-index: 99;
  }
  .header .title a .subtitle {
    margin: 1em 0;
    color: #ffffff;
    font-size: 1.1vw;
  }
  .header:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/Rectangle.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 60px;
    mix-blend-mode: overlay;
    z-index: 2;
  }
  .gnav {
    box-sizing: border-box;
    z-index: 0;
    height: 7vw;
    position: relative;
  }
  .gnav .navwrap {
    position: absolute;
    right: 8vw;
    bottom: 1em;
  }
  .gnav .navwrap .item {
    display: inline-block;
    text-align: center;
    padding: 0 2vw;
    position: relative;
  }
  .gnav .navwrap .item a {
    transition: 0.3s;
    text-align: center;
    line-height: 0.5;
  }
  .gnav .navwrap .item a .ja {
    font-size: 1.5vw;
    font-weight: 700;
    display: block;
  }
  .gnav .navwrap .item a .en {
    font-weight: 700;
    font-size: 0.8vw;
  }
  .gnav .navwrap .item a:hover {
    color: #82c832;
  }
  .gnav .navwrap .item:not(:nth-child(2)):after {
    content: "";
    display: block;
    width: 2px;
    height: 110%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%);
    background-color: #82c832;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 350px;
    height: 170px;
    overflow: hidden;
    border-radius: 0 0 50px 0;
  }
  .header .title {
    width: 280px;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .header .title a {
    position: relative;
    z-index: 99;
  }
  .header .title a .subtitle {
    margin: 1em;
    color: #ffffff;
    font-size: 15px;
  }
  .gnav .navwrap {
    bottom: 1vw;
  }
  .gnav .navwrap .item {
    padding: 0 2em;
  }
  .gnav .navwrap .item a .ja {
    font-size: 17px;
  }
  .gnav .navwrap .item a .en {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .floating_button {
    display: none;
  }
  .kv {
    position: relative;
  }
  .kv .swiper {
    width: 90%;
    height: auto;
    border-radius: 1em;
  }
  .kv .swiper .swiper-slide {
    overflow: hidden;
    line-height: 1;
  }
  .kv .swiper .swiper-slide .item {
    transition: 10s;
    transform: scale(1);
    width: 100%;
    height: 60vh;
    background-position: 60% center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .kv .swiper .swiper-slide.slide2 .item {
    background-position: 80% center;
  }
  .kv .swiper .swiper-slide.slide4 .item {
    background-position: 20% center;
  }
  .kv .swiper .swiper-slide-active {
    overflow: hidden;
  }
  .kv .swiper .swiper-slide-active .item {
    transform: scale(1.1);
  }
  .kv .swiper .swiper-pagination {
    display: none;
  }
  .kv .maincopy {
    position: absolute;
    left: 11%;
    bottom: 8%;
    z-index: 990;
    color: #ffffff;
    font-weight: 700;
    font-size: 4.5vw;
    letter-spacing: 3px;
  }
  .kv .maincopy span {
    display: block;
  }
  .recommend {
    position: relative;
  }
  .recommend .fog_kv {
    width: 85vw;
    height: 85vw;
    right: 0;
    top: -35vw;
    z-index: -1;
    position: absolute !important;
  }
  .recommend .fog_kv .vanta-canvas {
    width: 100% !important;
    height: 100% !important;
  }
  .recommend .fog_kv:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/Rectangle.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 60px;
    mix-blend-mode: overlay;
    z-index: 2;
  }
  .recommend .head {
    width: 70%;
    margin: 12vw auto 3vw;
  }
  .recommend .head .title {
    margin: auto;
    text-align: center;
    width: fit-content;
    font-weight: 700;
    font-size: 3vw;
    letter-spacing: 1%;
    position: relative;
  }
  .recommend .head .title .ja {
    font-size: 6vw;
    display: block;
    letter-spacing: 0.1em;
  }
  .recommend .head .title::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    display: block;
    width: 120%;
    height: 24%;
    background: url(../images/title-obj1.gif) no-repeat center center/contain;
  }
  .recommend .swiper_recommend {
    position: relative;
    overflow: hidden;
    padding-bottom: 10vw;
  }
  .recommend .swiper_recommend .swiper-slide img {
    border-radius: 30px;
    width: 100%;
  }
  .recommend .swiper_recommend .swiper-slide .info {
    display: none;
  }
  .recommend .swiper_recommend .swiper-slide .title {
    font-size: 4vw;
    font-weight: 700;
    text-decoration: underline;
  }
  .recommend .swiper_recommend .swiper-slide .name {
    font-size: 3.5vw;
    font-weight: 700;
  }
  .recommend .swiper_recommend .swiper-slide .text {
    font-size: 3vw;
  }
  .recommend .swiper_recommend .swiper-cstbutton-prev,
.recommend .swiper_recommend .swiper-cstbutton-next {
    position: absolute;
    z-index: 990;
    top: 25vw;
    width: 2em;
    height: 2em;
  }
  .recommend .swiper_recommend .swiper-cstbutton-prev {
    left: 4.5%;
  }
  .recommend .swiper_recommend .swiper-cstbutton-next {
    right: 4.5%;
  }
  .recommend .swiper_recommend .swiper-pagination {
    top: 92%;
  }
  .recommend .swiper_recommend .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #82c832;
  }
  .interview .head {
    width: 84%;
    margin: 6vw auto 3vw;
  }
  .interview .head .title {
    text-align: center;
    width: fit-content;
    font-weight: 700;
    font-size: 3vw;
    letter-spacing: 1%;
    position: relative;
    margin: auto;
  }
  .interview .head .title .ja {
    font-size: 6vw;
    display: block;
    letter-spacing: 0.1em;
  }
  .interview .head .title::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 120%;
    height: 120%;
    background: url(../images/title-obj2.gif) no-repeat center center/contain;
  }
  .interview .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .interview .wrapper .item {
    width: 50%;
  }
  .interview .wrapper .item .lower {
    box-sizing: border-box;
    padding: 1em 1em 3em 1em;
  }
  .interview .wrapper .item .lower .info {
    display: flex;
    justify-content: space-between;
    font-size: 3vw;
  }
  .interview .wrapper .item .lower .info .date {
    color: #b4b4b4;
  }
  .interview .wrapper .item .lower .info .cat {
    color: #82c832;
    border: #82c832 1px solid;
    border-radius: 4px;
    padding: 0.5em;
    line-height: 1;
    font-size: 2.5vw;
  }
  .interview .wrapper .item .lower .title {
    font-size: 3.4vw;
    margin-bottom: 0.2em;
    font-weight: 700;
  }
  .interview .wrapper .item .lower .name {
    display: none;
  }
  .interview .wrapper .item .lower .text {
    font-size: 3vw;
  }
  .interview .wrapper .item:nth-of-type(even) {
    border-left: #f2f2f2 1px solid;
    width: calc(50% - 1px);
  }
  .nouzei {
    padding: 10vw 0;
  }
  .nouzei .head {
    font-size: 6vw;
    width: 84%;
    margin: auto;
  }
  .nouzei .lower {
    width: 95%;
    margin-top: 7vw;
    padding: 10vw 5vw 5vw 10vw;
    box-sizing: border-box;
    position: relative;
  }
  .nouzei .lower .fog_nouzei {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute !important;
    border-radius: 0 60px 60px 0;
    overflow: hidden;
  }
  .nouzei .lower .fog_nouzei .vanta-canvas {
    width: 100% !important;
    height: 100% !important;
  }
  .nouzei .lower .fog_nouzei:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/Rectangle.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 60px;
    mix-blend-mode: overlay;
    z-index: 2;
  }
  .nouzei .lower .text {
    margin: 0 1em 0 0;
    font-size: 3vw;
    font-weight: 700;
  }
  .nouzei .lower .button_wrap {
    margin-top: 2em;
  }
  .nouzei .lower .button_wrap .item {
    display: inline-block;
    background-color: #fff;
    padding: 1em;
    box-sizing: border-box;
    width: 100%;
    margin: 1.5% 0;
    border-radius: 10px;
    font-size: 5vw;
    text-align: center;
    font-weight: 700;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .nouzei .lower .button_wrap .item::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-image: url(../images/arrow-next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .nouzei .lower .button_wrap .item:last-of-type {
    background-color: transparent;
    text-decoration: underline;
    box-shadow: none;
  }
  .nouzei .lower .button_wrap .item:last-of-type::after {
    content: none;
  }
  .about {
    width: 90%;
    margin: 8vw auto 3vw;
    position: relative;
  }
  .about .head .title {
    text-align: center;
  }
  .about .head .title span {
    font-size: 4vw;
    display: block;
    margin-bottom: 1em;
    background: url(../images/bg.jpg) center no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  .about .head .title img {
    width: 75%;
  }
  .about .imagewrap figure {
    margin: -10em 0 0 auto;
    width: 50%;
  }
  .about .imagewrap figure img {
    border-radius: 1em;
  }
  .about .imagewrap figure:first-child {
    width: 90%;
    margin: 2em auto 0 0;
  }
  .about .lower {
    font-size: 3.5vw;
    line-height: 2;
    margin: 6vw 0 0 0;
  }
  .about .lower h3 {
    font-size: 6vw;
    margin: 1em 0;
  }
  .about .lower p {
    margin: 1em 0;
  }
  .contact {
    margin: 25vw 0 0;
    padding: 15vw 0;
    box-sizing: border-box;
    background-color: #f2f2f2;
  }
  .contact .wrap {
    width: 80%;
    margin: auto;
  }
  .contact .wrap .text {
    font-size: 3vw;
    font-weight: 700;
    margin: 0 0 2em;
  }
  .contact .wrap .button {
    display: block;
    padding: 1em;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    font-size: 5vw;
    text-align: center;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
  .contact .wrap .button::before {
    content: "";
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 6px);
    margin: 3px 4px;
    border-radius: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: -1;
  }
  .contact .wrap .button::after {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/arrow-next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .item,
.swiper-slide-duplicate-active .item,
.swiper-slide-prev .item {
  animation: zoomUp 8s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .floating_button {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 999;
  }
  .floating_button .button {
    display: block;
    background-image: linear-gradient(to right, #8ac954 0%, #cdea6f 100%);
    width: 180px;
    height: 180px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    z-index: 0;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
  }
  .floating_button .button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .floating_button .button span .arrow {
    display: inline-block;
    width: 5em;
    height: 1em;
    background-image: url(../images/arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
  }
  .floating_button .button::before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    z-index: 0;
    background-color: #fff;
    box-sizing: border-box;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    transform: translate(-50%, -50%) scale(1);
    border-radius: 50%;
    transition: 0.5s;
  }
  .floating_button .button:hover {
    transform: translateX(5px) scale(1.05);
  }
  .scroll {
    position: absolute;
    right: 4vw;
    top: calc(50% - 100px);
    width: 3px;
    height: 150px;
    overflow: hidden;
  }
  .scroll::before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #dfdfdf;
    width: 1px;
    height: 100%;
  }
  .scroll::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #82c832;
    width: 100%;
    height: 100%;
    animation: scroll infinite 3s ease-in-out;
  }
  @keyframes scroll {
    0% {
      top: -100%;
      opacity: 0;
    }
    10% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    90% {
      opacity: 0;
    }
    100% {
      top: 150%;
      opacity: 0;
    }
  }
  .kv {
    position: relative;
  }
  .kv .swiper {
    width: 84%;
    height: auto;
    overflow: visible;
  }
  .kv .swiper .swiper-slide {
    overflow: hidden;
    border-radius: 60px;
    line-height: 1;
  }
  .kv .swiper .swiper-slide .item {
    width: 100%;
    height: 75vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .kv .swiper .swiper-pagination {
    bottom: -3em;
    left: 50px;
    width: fit-content;
  }
  .kv .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px 0;
  }
  .kv .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #82c832;
  }
  .kv .maincopy {
    position: absolute;
    left: 11%;
    bottom: 8%;
    z-index: 990;
    color: #ffffff;
    font-weight: 700;
    font-size: 2.6vw;
    letter-spacing: 3px;
  }
  .kv .maincopy span {
    display: block;
  }
  .recommend {
    position: relative;
  }
  .recommend .fog_kv {
    width: 50vw;
    height: 50vw;
    right: 0;
    top: -23vw;
    z-index: -1;
    position: absolute !important;
  }
  .recommend .fog_kv .vanta-canvas {
    width: 100% !important;
    height: 100% !important;
  }
  .recommend .fog_kv:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/Rectangle.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 60px;
    mix-blend-mode: overlay;
    z-index: 2;
  }
  .recommend .head {
    width: 70%;
    margin: 7vw auto 4vw;
  }
  .recommend .head .title {
    margin: 0 0 0 auto;
    text-align: center;
    width: fit-content;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1%;
    position: relative;
  }
  .recommend .head .title .ja {
    font-size: 47px;
    display: block;
    letter-spacing: 0.1em;
  }
  .recommend .head .title::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    display: block;
    width: 120%;
    height: 24%;
    background: url(../images/title-obj1.gif) no-repeat center center/contain;
  }
  .recommend .swiper_recommend {
    position: relative;
    overflow: hidden;
    padding-bottom: 10vw;
  }
  .recommend .swiper_recommend .swiper-slide .imagewrap {
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    width: 100%;
    height: 32vw;
  }
  .recommend .swiper_recommend .swiper-slide .imagewrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    transition: 0.5s;
  }
  .recommend .swiper_recommend .swiper-slide .info {
    display: none;
  }
  .recommend .swiper_recommend .swiper-slide .title {
    font-size: 21px;
    font-weight: 700;
    margin: 0.5em 0;
    line-height: 1.6;
    text-decoration: underline;
    transition: 0.5s;
    background-image: -webkit-linear-gradient(0deg, rgb(130, 200, 50), rgb(130, 200, 50), #121212, #121212);
    background-position: left 100% center;
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .recommend .swiper_recommend .swiper-slide .name {
    font-size: 16px;
    font-weight: 700;
    margin: 0.5em 0;
  }
  .recommend .swiper_recommend .swiper-slide:hover .imagewrap img {
    transform: translate(-50%, -50%) scale(1.05);
  }
  .recommend .swiper_recommend .swiper-slide:hover .title {
    background-image: -webkit-linear-gradient(0deg, rgb(130, 200, 50), rgb(130, 200, 50), #121212, #121212);
    background-position: left 0% center;
  }
  .recommend .swiper_recommend .swiper-cstbutton-prev,
.recommend .swiper_recommend .swiper-cstbutton-next {
    position: absolute;
    z-index: 990;
    top: 15vw;
  }
  .recommend .swiper_recommend .swiper-cstbutton-prev {
    left: 28%;
    width: 2.5vw;
    text-align: right;
  }
  .recommend .swiper_recommend .swiper-cstbutton-next {
    right: 28%;
    width: 2.5vw;
  }
  .recommend .swiper_recommend .swiper-pagination {
    top: 90%;
  }
  .recommend .swiper_recommend .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #82c832;
  }
  .interview .head {
    width: 84%;
    margin: 6vw auto 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .interview .head .title {
    text-align: center;
    width: fit-content;
    font-weight: 700;
    font-size: 1.5vw;
    letter-spacing: 1%;
    position: relative;
    margin: 0 1.3em;
  }
  .interview .head .title .ja {
    font-size: 3.5vw;
    display: block;
    letter-spacing: 0.1em;
  }
  .interview .head .title::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 120%;
    height: 120%;
    background: url(../images/title-obj2.gif) no-repeat center center/contain;
  }
  .interview .head .text {
    width: 60%;
    margin: 0 1em 0 0;
    font-size: 1.2vw;
    font-weight: 700;
    line-height: 1.6;
  }
  .interview .wrapper {
    width: 84%;
    margin: 6vw auto 0;
  }
  .interview .wrapper .item {
    display: inline-block;
    width: calc(33% - 2em);
    margin: 1em 1em 5em;
    box-sizing: border-box;
    vertical-align: top;
  }
  .interview .wrapper .item .imagewrap {
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    width: 100%;
    height: 22vw;
  }
  .interview .wrapper .item .imagewrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    transition: 0.5s;
  }
  .interview .wrapper .item .info {
    display: flex;
    justify-content: space-between;
    margin: 0.5em 0 0.2em;
  }
  .interview .wrapper .item .info .date {
    font-size: 1.1vw;
    color: #b4b4b4;
    margin-top: 2px;
  }
  .interview .wrapper .item .info .cat {
    font-size: 0.85vw;
    color: #82c832;
    border: #82c832 1px solid;
    border-radius: 4px;
    padding: 0.4em 0.5em;
    line-height: 1;
    height: fit-content;
  }
  .interview .wrapper .item .title {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 0.2em;
    transition: 0.5s;
    background-image: -webkit-linear-gradient(0deg, rgb(130, 200, 50), rgb(130, 200, 50), #121212, #121212);
    background-position: left 100% center;
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .interview .wrapper .item .name {
    display: none;
  }
  .interview .wrapper .item .text {
    font-size: 1.1vw;
    line-height: 1.7;
  }
  .interview .wrapper .item:hover .imagewrap img {
    transform: translate(-50%, -50%) scale(1.05);
  }
  .interview .wrapper .item:hover .title {
    background-image: -webkit-linear-gradient(0deg, rgb(130, 200, 50), rgb(130, 200, 50), #121212, #121212);
    background-position: left 0% center;
  }
  .nouzei {
    padding: 5vw 0;
  }
  .nouzei .head {
    position: absolute;
    width: fit-content;
    right: 14%;
    font-size: 32px;
  }
  .nouzei .head .title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  .nouzei .lower {
    width: 80%;
    margin-top: 7vw;
    padding: 7vw 6vw 7vw 13vw;
    box-sizing: border-box;
    border-radius: 0 60px 60px 0;
    position: relative;
    overflow: hidden;
  }
  .nouzei .lower .fog_nouzei {
    width: 100vw;
    height: 100vw;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute !important;
  }
  .nouzei .lower .fog_nouzei .vanta-canvas {
    width: 100% !important;
    height: 100% !important;
  }
  .nouzei .lower .fog_nouzei:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/Rectangle.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 60px;
    mix-blend-mode: overlay;
    z-index: 2;
  }
  .nouzei .lower .text {
    margin: 0 1em 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
  }
  .nouzei .lower .button_wrap {
    margin-top: 2em;
  }
  .nouzei .lower .button_wrap .item {
    display: inline-block;
    background-color: #fff;
    padding: 1em;
    box-sizing: border-box;
    width: 46%;
    margin: 1.5% 3% 1.5% 0;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: 0.3s;
  }
  .nouzei .lower .button_wrap .item::after {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/arrow-next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.3em;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .nouzei .lower .button_wrap .item:hover {
    color: #82c832;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .nouzei .lower .button_wrap .item:hover::after {
    right: 0.2em;
  }
  .nouzei .lower .button_wrap .item:last-of-type {
    background-color: transparent;
    text-decoration: underline;
    box-shadow: none;
  }
  .nouzei .lower .button_wrap .item:last-of-type::after {
    content: none;
  }
  .nouzei .lower .button_wrap .item:last-of-type:hover {
    color: #ffffff;
  }
  .about {
    width: 80%;
    margin: 8vw auto 3vw;
    position: relative;
  }
  .about .head .title span {
    font-size: 1.6vw;
    display: block;
    margin-bottom: 1em;
    background: url(../images/bg.jpg) center no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  .about .head .title img {
    width: 30vw;
  }
  .about .imagewrap {
    position: absolute;
    right: -7%;
    top: 7%;
  }
  .about .imagewrap figure {
    margin: 0 6% 5% auto;
    width: 28%;
  }
  .about .imagewrap figure img {
    border-radius: 30px;
  }
  .about .imagewrap figure:first-child {
    width: 40%;
    margin: 0 0 5% auto;
  }
  .about .lower {
    line-height: 2;
    margin: 3vw 0 0 0;
  }
  .about .lower h3 {
    font-size: 2vw;
    margin: 1em 0;
  }
  .about .lower p {
    margin: 1.5em 0;
    font-size: 1.4vw;
    line-height: 2.3;
    font-weight: 500;
  }
  .contact {
    margin: 25vw 0 0;
    padding: 7vw 0;
    box-sizing: border-box;
    background-color: #f2f2f2;
  }
  .contact .wrap {
    width: 80%;
    margin: auto;
  }
  .contact .wrap .text {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 2em;
  }
  .contact .wrap .button {
    display: block;
    padding: 2em;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.15em;
    font-weight: 700;
    transition: 0.3s;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .contact .wrap .button::before {
    content: "";
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 6px);
    margin: 3px 4px;
    border-radius: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: -1;
  }
  .contact .wrap .button::after {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/arrow-next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .contact .wrap .button:hover {
    color: #82c832;
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  }
  .contact .wrap .button:hover::after {
    right: 0.7em;
  }
}
@media screen and (min-width: 1280px) {
  .interview .head {
    width: 84%;
    margin: 6vw auto 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .interview .head .title {
    text-align: center;
    width: fit-content;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1%;
    position: relative;
    margin: 0 1.3em;
  }
  .interview .head .title .ja {
    font-size: 47px;
    display: block;
    letter-spacing: 0.1em;
  }
  .interview .head .title::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 120%;
    height: 120%;
    background: url(../images/title-obj2.gif) no-repeat center center/contain;
  }
  .interview .head .text {
    width: 60%;
    margin: 0 1em 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
  }
  .interview .wrapper {
    width: 84%;
    margin: 6vw auto 0;
  }
  .interview .wrapper .item {
    display: inline-block;
    width: calc(33% - 2em);
    margin: 1em 1em 5em;
    box-sizing: border-box;
    vertical-align: top;
  }
  .interview .wrapper .item img {
    border-radius: 30px;
  }
  .interview .wrapper .item .info {
    display: flex;
    justify-content: space-between;
    margin: 0.5em 0 0.2em;
  }
  .interview .wrapper .item .info .date {
    font-size: 13px;
    color: #b4b4b4;
    margin-top: 2px;
  }
  .interview .wrapper .item .info .cat {
    font-size: 0.85vw;
    color: #82c832;
    border: #82c832 1px solid;
    border-radius: 4px;
    padding: 0.4em 0.5em;
    line-height: 1;
    height: fit-content;
  }
  .interview .wrapper .item .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 0.2em;
  }
  .interview .wrapper .item .name {
    display: none;
  }
  .interview .wrapper .item .text {
    font-size: 12px;
    line-height: 1.7;
  }
  .about {
    width: 80%;
    margin: 8vw auto 3vw;
    position: relative;
  }
  .about .head .title span {
    font-size: 1.6vw;
    display: block;
    margin-bottom: 1em;
    background: url(../images/bg.jpg) center no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  .about .head .title img {
    width: 30vw;
  }
  .about .imagewrap {
    position: absolute;
    right: -7%;
    top: 7%;
  }
  .about .imagewrap figure {
    margin: 0 6% 5% auto;
    width: 30vw;
  }
  .about .imagewrap figure img {
    border-radius: 30px;
  }
  .about .imagewrap figure:first-child {
    width: 45vw;
    margin: 0 0 5% auto;
  }
  .about .lower {
    line-height: 2;
    margin: 3vw 0 0 0;
  }
  .about .lower h3 {
    font-size: 2.5vw;
    margin: 1em 0;
  }
  .about .lower p {
    margin: 1.5em 0;
    font-size: 1.2vw;
    line-height: 2.3;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .kunimi-kv {
    width: 85%;
    margin: 40px auto;
    display: block;
  }
  .kunimi-kv .title {
    text-align: center;
    position: relative;
  }
  .kunimi-kv .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 20vw;
    background: url(../images/kunimi-title-bg.gif) no-repeat center/contain;
  }
  .kunimi-kv .title span {
    display: block;
  }
  .kunimi-kv .title span.ja {
    font-size: 6.5vw;
    letter-spacing: 0.1em;
  }
  .kunimi-kv .title span.en {
    font-size: 4vw;
  }
  .kunimi-kv .image {
    width: 70vw;
    margin: 5vw auto;
  }
  .kunimi-main .content {
    width: 85%;
    margin: 10vw auto 20vw;
    font-size: 3vw;
  }
  .kunimi-main .content p {
    margin-bottom: 1em;
  }
  .kunimi-main .imageslider .swiper_recommend {
    position: relative;
    overflow: hidden;
    padding-bottom: 10vw;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-slide img {
    border-radius: 30px;
    width: 100%;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-slide .title {
    text-decoration: underline;
    font-size: 21px;
    font-weight: 700;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-slide .name {
    font-size: 18px;
    font-weight: 700;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-cstbutton-prev,
.kunimi-main .imageslider .swiper_recommend .swiper-cstbutton-next {
    position: absolute;
    z-index: 990;
    top: 20vw;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-cstbutton-prev {
    left: 5%;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-cstbutton-next {
    right: 5%;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-pagination {
    top: 90%;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #82c832;
  }
  .kunimi-main .gmap {
    width: 100%;
    height: 60vw;
    margin: 5vw auto;
  }
  .kunimi-main .gmap iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .kunimi-kv {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: space-around;
    width: 85%;
    margin: 40px auto;
  }
  .kunimi-kv .title {
    text-align: center;
    position: relative;
  }
  .kunimi-kv .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    height: 140px;
    background: url(../images/kunimi-title-bg.gif) no-repeat center/contain;
  }
  .kunimi-kv .title span {
    display: block;
  }
  .kunimi-kv .title span.ja {
    font-size: 50px;
    letter-spacing: 0.1em;
  }
  .kunimi-kv .title span.en {
    font-size: 20px;
  }
  .kunimi-kv .image {
    width: 45%;
  }
  .kunimi-main .content {
    width: 75%;
    margin: 150px auto;
    font-size: 18px;
    font-weight: 500;
  }
  .kunimi-main .content p {
    margin-bottom: 1em;
    line-height: 2;
  }
  .kunimi-main .imageslider .swiper_recommend {
    position: relative;
    overflow: hidden;
    padding-bottom: 10vw;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-slide img {
    border-radius: 30px;
    width: 100%;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-slide .title {
    text-decoration: underline;
    font-size: 21px;
    font-weight: 700;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-slide .name {
    font-size: 18px;
    font-weight: 700;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-cstbutton-prev,
.kunimi-main .imageslider .swiper_recommend .swiper-cstbutton-next {
    position: absolute;
    z-index: 990;
    top: 12vw;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-cstbutton-prev {
    left: 28%;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-cstbutton-next {
    right: 28%;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-pagination {
    top: 90%;
  }
  .kunimi-main .imageslider .swiper_recommend .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #82c832;
  }
  .kunimi-main .gmap {
    width: 75%;
    margin: 100px auto;
  }
  .kunimi-main .gmap iframe {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .furusatonouzei-main .sidenav {
    display: table;
    margin: 10vw auto;
    box-sizing: border-box;
    padding: 2em;
    border-radius: 3vw;
    background-color: #f2f2f2;
  }
  .furusatonouzei-main .sidenav .parent .item a {
    text-decoration: underline;
  }
  .furusatonouzei-main .sidenav .parent .item .child .child-item {
    margin-left: 0.5em;
  }
  .furusatonouzei-main .content {
    width: 85%;
    margin: 10vw auto;
    box-sizing: border-box;
    font-size: 3vw;
  }
  .furusatonouzei-main .content h2 {
    font-size: 6vw;
    color: #82c832;
    margin: 1em 0;
    line-height: 1.5;
  }
  .furusatonouzei-main .content h3 {
    font-weight: 700;
    font-size: 4.5vw;
    margin: 1em 0 0.5em;
    line-height: 1.5;
  }
  .furusatonouzei-main .content p {
    margin-bottom: 1em;
    font-size: 3vw;
  }
  .furusatonouzei-main .content ul {
    margin: 2em;
  }
  .furusatonouzei-main .content ul li {
    font-weight: 700;
    font-size: 4vw;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .furusatonouzei-main .content figure {
    margin: 2em 0;
  }
  .furusatonouzei-main .content a {
    text-decoration: underline;
  }
  .furusatonouzei-main .content .indent {
    box-sizing: border-box;
    padding-left: 1em;
  }
  .furusatonouzei-main .content .button_wrap {
    margin: 1em 0 3em;
  }
  .furusatonouzei-main .content .button_wrap .item {
    display: inline-block;
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em;
    box-sizing: border-box;
    width: 100%;
    margin: 1.5% 3% 1.5% 0;
    border-radius: 10px;
    font-size: 4vw;
    text-align: center;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    line-height: 1.5;
    z-index: 0;
  }
  .furusatonouzei-main .content .button_wrap .item::before {
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: 2px 2px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: -1;
  }
  .furusatonouzei-main .content .button_wrap .item::after {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/arrow-next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .furusatonouzei-main .content table {
    font-size: 3vw;
    line-height: 1.5;
    border-bottom: 1px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
  }
  .furusatonouzei-main .content table tr td {
    border-top: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    box-sizing: border-box;
    padding: 0.5em;
  }
  .furusatonouzei-main .content table tr td:first-child {
    background-color: #f2f2f2;
  }
  .furusatonouzei-main .contact-lower {
    width: 85%;
    margin: 10vw auto;
  }
}
@media screen and (min-width: 768px) {
  .furusatonouzei-main .sidenav {
    position: fixed;
    top: 260px;
    left: calc(50% + 250px);
    transition: 0.2s;
    z-index: 99;
  }
  .furusatonouzei-main .sidenav .parent .item {
    margin-bottom: 1em;
    cursor: pointer;
    position: relative;
    font-weight: 700;
  }
  .furusatonouzei-main .sidenav .parent .item .child {
    max-height: 0;
    transition: 0.5s;
    overflow: hidden;
    opacity: 0;
  }
  .furusatonouzei-main .sidenav .parent .item .child .child-item {
    margin-top: 0.5em;
    font-weight: 300;
  }
  .furusatonouzei-main .sidenav .parent .item .child .child-item:hover > a {
    color: #82c832;
  }
  .furusatonouzei-main .sidenav .parent .item .child .child-item.active > a {
    color: #82c832;
  }
  .furusatonouzei-main .sidenav .parent .item.active > a {
    color: #82c832;
  }
  .furusatonouzei-main .sidenav .parent .item:hover .child {
    max-height: 300px;
    opacity: 1;
  }
  .furusatonouzei-main .sidenav .parent .item:hover > a {
    color: #82c832;
  }
  .furusatonouzei-main .sidenav.is-scroll {
    position: fixed;
    top: 100px;
  }
  .furusatonouzei-main .sidenav.allscroll {
    opacity: 0;
  }
  .furusatonouzei-main .content {
    width: 1000px;
    margin: 100px auto;
    box-sizing: border-box;
    padding: 0 350px 0 0;
    font-size: 15px;
  }
  .furusatonouzei-main .content:first-of-type {
    margin: 160px auto 100px;
  }
  .furusatonouzei-main .content h2 {
    font-size: 35px;
    color: #82c832;
    margin: 1em 0;
  }
  .furusatonouzei-main .content h3 {
    font-weight: 700;
    font-size: larger;
    margin: 2em 0 1em;
  }
  .furusatonouzei-main .content p {
    margin-bottom: 1em;
  }
  .furusatonouzei-main .content ul {
    margin: 2em;
  }
  .furusatonouzei-main .content ul li {
    font-weight: 700;
    font-size: larger;
    margin-bottom: 0.5em;
  }
  .furusatonouzei-main .content figure {
    margin: 2em 0;
  }
  .furusatonouzei-main .content a {
    text-decoration: underline;
  }
  .furusatonouzei-main .content .indent {
    box-sizing: border-box;
    padding-left: 1em;
  }
  .furusatonouzei-main .content .button_wrap {
    margin: 1em 0 3em;
  }
  .furusatonouzei-main .content .button_wrap .item {
    display: inline-block;
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em;
    box-sizing: border-box;
    width: 46%;
    margin: 1.5% 3% 1.5% 0;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    z-index: 0;
  }
  .furusatonouzei-main .content .button_wrap .item::before {
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: 2px 2px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: -1;
  }
  .furusatonouzei-main .content .button_wrap .item::after {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/arrow-next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .furusatonouzei-main .content table {
    font-size: 15px;
    line-height: 1.5;
    border-bottom: 1px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
  }
  .furusatonouzei-main .content table tr td {
    border-top: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    box-sizing: border-box;
    padding: 0.5em;
  }
  .furusatonouzei-main .content table tr td:first-child {
    background-color: #f2f2f2;
  }
  .furusatonouzei-main .contact {
    margin: 15vw auto 100px;
  }
  .furusatonouzei-main .contact-lower {
    width: 1000px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 767px) {
  .voice-list-kv {
    width: 85%;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
  }
  .voice-list-kv .head .title {
    text-align: center;
    width: fit-content;
    font-weight: 700;
    font-size: 4vw;
    position: relative;
    margin: 0 auto 2em;
  }
  .voice-list-kv .head .title .ja {
    font-size: 7vw;
    display: block;
    letter-spacing: 0.1em;
  }
  .voice-list-kv .head .title::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 170%;
    height: 120%;
    background: url(../images/title-obj2-pagekv.gif) no-repeat center center/contain;
  }
  .voice-list-kv .head .text {
    font-size: 3vw;
    width: 85%;
    margin: 40px auto;
  }
  .voice-list-kv figure {
    line-height: 0;
    box-sizing: border-box;
    padding: 0 2em;
  }
  .voice-list-kv figure img {
    border-radius: 30px;
  }
  .interview > .title {
    font-size: 6vw;
    text-align: center;
    margin: 2em 0 1em;
    letter-spacing: 5px;
  }
  .voice-kv {
    width: 85%;
    margin: 40px auto;
    position: relative;
  }
  .voice-kv .title {
    width: 93%;
    margin: 1em auto 0;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 2em 0;
    background: url(../images/bg.jpg) no-repeat center/200%;
    border-radius: 30px 30px 0 0;
  }
  .voice-kv .title span {
    display: block;
  }
  .voice-kv .title span.ja {
    font-size: 6.5vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .voice-kv .title span.en {
    font-size: 5vw;
    margin-top: 2em;
    position: relative;
    z-index: 0;
  }
  .voice-kv .title span.en::before {
    content: "";
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 250%;
    background: url(../images/voice-title-obj2.gif) no-repeat center/contain;
    z-index: -1;
  }
  .voice-kv .title span.date {
    font-size: 4vw;
    margin-top: 2em;
    color: #8b8b8b;
  }
  .voice-kv figure {
    width: 93%;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    line-height: 0;
    margin: auto;
  }
  .kv-lower {
    margin: 4em 0 2em;
  }
  .kv-lower .container {
    width: 70%;
    margin: 10vw auto;
  }
  .kv-lower .container .images {
    border-radius: 5vw;
    overflow: hidden;
    line-height: 0;
  }
  .kv-lower .container .text {
    font-size: 3vw;
  }
  .kv-lower .container .text .title {
    font-size: 4vw;
    font-weight: 700;
    margin: 1.5em auto;
    position: relative;
    display: table;
  }
  .kv-lower .container .text .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 5vw;
    background: url(../images/voice-title-obj.svg) no-repeat center/contain;
  }
  .kv-lower .container .text p {
    margin-bottom: 1em;
  }
  .voice-main .content {
    width: 85%;
    margin: 20vw auto 10vw;
  }
  .voice-main .content .text {
    font-size: 3vw;
  }
  .voice-main .content .text h3 {
    font-size: 5vw;
    margin: 0 0 1em;
  }
  .voice-main .content .text p {
    margin: 1em 0;
    line-height: 2.2;
  }
  .voice-main .content .text a {
    text-decoration: underline;
  }
  .voice-main .content .images {
    width: 100%;
    margin: 2em 0;
  }
  .voice-main .content .images img {
    border-radius: 0;
  }
  .voice-main .contact {
    margin: 0 0 20vw 0;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  .voice-main .contact .wrap .button {
    font-size: 3.5vw;
    font-weight: 400;
    padding: 3em 1em;
  }
  .voice-main .contact .wrap .button::before {
    content: "";
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 6px);
    margin: 3px 4px;
    border-radius: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: -1;
  }
  .voice-main .contact .wrap .button::after {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../images/arrow-next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.5em;
    top: auto;
    bottom: 0.5em;
    transform: translate(-50%, -50%);
  }
  .voice-main .contact .link-text {
    margin: 10vw 0 0;
    text-align: center;
    position: relative;
  }
  .voice-main .contact .link-text .title {
    font-size: larger;
    font-weight: 700;
    display: block;
  }
  .voice-main .contact .link-text .gaibu {
    font-size: 2.5vw;
    margin-bottom: 2em;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .voice-list-kv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
  }
  .voice-list-kv .head {
    width: 35%;
    margin-left: 3%;
  }
  .voice-list-kv .head .title {
    text-align: center;
    width: fit-content;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1%;
    position: relative;
    margin: 0 auto 2em;
  }
  .voice-list-kv .head .title .ja {
    font-size: 47px;
    display: block;
    letter-spacing: 0.1em;
  }
  .voice-list-kv .head .title::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 120%;
    height: 120%;
    background: url(../images/title-obj2-pagekv.gif) no-repeat center center/contain;
  }
  .voice-list-kv .head .text {
    font-weight: 700;
  }
  .voice-list-kv figure {
    width: 50%;
    line-height: 0;
    box-sizing: border-box;
    padding: 0 2em;
  }
  .voice-list-kv figure img {
    border-radius: 30px;
  }
  .interview > .title {
    font-size: 30px;
    text-align: center;
    margin: 5em 0 0;
    letter-spacing: 5px;
  }
  .voice-kv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin: 100px auto 40px;
    position: relative;
    box-sizing: border-box;
  }
  .voice-kv .title {
    position: relative;
    text-align: center;
    width: 45%;
    box-sizing: border-box;
    padding: 3vw 0 0 0;
    margin: 0 3%;
  }
  .voice-kv .title span {
    display: block;
  }
  .voice-kv .title span.ja {
    font-size: 2.5vw;
    line-height: 1.5;
  }
  .voice-kv .title span.en {
    font-size: 1.7vw;
    margin-top: 0.5em;
    display: block;
    box-sizing: border-box;
    padding: 1.7em;
    position: relative;
  }
  .voice-kv .title span.en::before {
    content: "";
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../images/voice-title-obj2.gif) no-repeat center/contain;
    z-index: -1;
  }
  .voice-kv .title span.date {
    font-size: 1.3vw;
    margin-top: 2em;
    color: #8b8b8b;
  }
  .voice-kv figure {
    width: 50%;
    line-height: 0;
    box-sizing: border-box;
    padding: 0 2em;
  }
  .voice-kv figure img {
    border-radius: 30px;
  }
  .voice-kv::before {
    content: "";
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg) no-repeat center 10%/cover;
    border-radius: 30px;
    z-index: -1;
  }
  .kv-lower {
    margin: 8vw 0;
  }
  .kv-lower .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 820px;
    margin: 40px auto;
  }
  .kv-lower .container .images {
    width: 30%;
    margin-right: 50px;
    border-radius: 30px;
    overflow: hidden;
    line-height: 0;
  }
  .kv-lower .container .text {
    font-size: 12px;
    width: 70%;
  }
  .kv-lower .container .text .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1em;
    position: relative;
    display: table;
  }
  .kv-lower .container .text .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 10px;
    background: url(../images/voice-title-obj.svg) no-repeat center/contain;
  }
  .kv-lower .container .text p {
    margin-bottom: 1em;
  }
  .voice-main .content {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 200px auto 100px;
  }
  .voice-main .content:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .voice-main .content .text {
    width: 560px;
    font-size: 16px;
  }
  .voice-main .content .text h3 {
    font-size: 30px;
    margin: 0 0 1em;
  }
  .voice-main .content .text p {
    margin: 2em 0;
    line-height: 2.4;
  }
  .voice-main .content .text a {
    text-decoration: underline;
  }
  .voice-main .content .images {
    width: 380px;
  }
  .voice-main .content .images img {
    border-radius: 15px;
    margin-bottom: 1em;
  }
  .voice-main .contact {
    margin: 0 0 100px 0;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  .voice-main .contact .wrap .button {
    font-size: 20px;
    font-weight: 700;
    padding: 4em;
    letter-spacing: 0;
  }
  .voice-main .contact .wrap .button:hover {
    color: #8b8b8b;
  }
  .voice-main .contact .link-text {
    margin: 100px 0 0;
    text-align: center;
    position: relative;
  }
  .voice-main .contact .link-text .title {
    font-size: larger;
    font-weight: 700;
    display: block;
  }
  .voice-main .contact .link-text .gaibu {
    font-size: smaller;
    position: absolute;
    left: 46%;
    top: 5px;
    transform: translateX(100%);
  }
  .voice-main .contact .link-text a {
    margin: 0 0 1em;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    position: relative;
    overflow: hidden;
  }
  .footer .fog_foot {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute !important;
    left: 0;
    top: 0;
  }
  .footer .fog_foot .vanta-canvas {
    width: 100% !important;
    height: 100% !important;
  }
  .footer .fog_foot:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
    z-index: 1;
  }
  .footer .fog_foot:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/Rectangle.png);
    background-position: center;
    background-repeat: repeat;
    mix-blend-mode: overlay;
    background-size: 60px;
    z-index: 2;
  }
  .footer .wrapper {
    width: 80%;
    padding: 20vw 0;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
    font-size: 2.5vw;
  }
  .footer .wrapper .foot_logo {
    width: 40%;
    margin: 0 auto 10vw;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    position: relative;
    overflow: hidden;
  }
  .footer .fog_foot {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute !important;
    left: 0;
    top: 0;
  }
  .footer .fog_foot .vanta-canvas {
    width: 100% !important;
    height: 100% !important;
  }
  .footer .fog_foot:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
    z-index: 1;
  }
  .footer .fog_foot:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/Rectangle.png);
    background-position: center;
    background-repeat: repeat;
    mix-blend-mode: overlay;
    background-size: 60px;
    z-index: 2;
  }
  .footer .wrapper {
    width: 80%;
    padding: 15vw 0 5vw;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-align: right;
    font-size: 12px;
  }
  .footer .wrapper .foot_logo {
    width: 300px;
  }
}