@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("magnific-popup.css");
@import url("slick-theme.css");
@import url("slick.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, svg {
  display: block;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}

caption, th {
  font-weight: bold;
  text-align: left;
}

label {
  cursor: pointer;
}

label span {
  vertical-align: middle;
}

input, textarea, select {
  padding: 4px 8px;
  border-radius: 0;
  vertical-align: middle;
}

input:not([type=radio]):not([type=checkbox]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio], input[type=checkbox], input[type=submit] {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

article {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .sp-s {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  font-size: 1.6rem;
  background-image: url(../img/common/r-bg.webp);
  background-position: center top;
  background-size: 1920px auto;
}
@media (max-width: 1366px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 3.7333333333vw;
  }
}
body.__lower {
  position: relative;
}
body.__lower::before {
  content: "";
  background: #333;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-transition: 4s;
  transition: 4s;
  opacity: 1;
  pointer-events: none;
}
body.__lower .lower-kv {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 2s;
  transition: 2s;
}
body.__lower.loaded::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
  z-index: -5;
}
body.__lower.loaded .lower-kv {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

@media screen and (min-width: 992px) {
  a {
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
  }

  a:hover {
    opacity: 0.5;
    cursor: pointer;
  }

  a img {
    -webkit-transition: 0.3s;
  }
}
::-moz-selection {
  background: #666;
  color: #fff;
}
::selection {
  background: #666;
  color: #fff;
}

::-moz-selection {
  background: #666;
  color: #fff;
}

.site-main {
  overflow: hidden;
  position: relative;
}
.site-main.hidden_none {
  overflow: visible;
}

.lower-kv {
  height: 960px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1920px) {
  .lower-kv {
    height: auto;
  }
}
.lower-kv img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 1920px) {
  .lower-kv img {
    position: inherit;
    -webkit-transform: none;
            transform: none;
    top: inherit;
    left: inherit;
  }
}

.site-logo {
  width: 723px;
  position: absolute;
  top: 8.8541666667vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 3;
}
@media (max-width: 1920px) {
  .site-logo {
    width: 37.65625vw;
  }
}
@media (max-width: 1366px) {
  .site-logo {
    width: 45.1388888889vw;
    top: 11.8055555556vw;
  }
}
@media screen and (max-width: 991px) {
  .site-logo {
    width: 53.3333333333vw;
    max-width: 100%;
  }
}
.site-logo img {
  width: 100%;
  height: auto;
}
.site-logo.scroll {
  opacity: 0;
}

.site-header {
  position: fixed;
  z-index: 15;
  width: 100%;
  background: transparent;
  height: 80px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 1920px) {
  .site-header {
    height: 4.1666666667vw;
  }
}
@media (max-width: 1366px) {
  .site-header {
    height: 5.5555555556vw;
  }
}
@media screen and (max-width: 991px) {
  .site-header {
    height: 16vw;
  }
}
.site-header .inner-wrap {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 1920px) {
  .site-header .inner-wrap {
    padding: 0 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .site-header .inner-wrap {
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .site-header .inner-wrap {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .site-header .inner-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.site-header .sp-logo {
  display: none;
}
@media screen and (max-width: 991px) {
  .site-header .sp-logo {
    display: block;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .site-header .sp-logo img {
    width: 40vw;
  }
}
.site-header .gnav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .site-header .gnav-area {
    display: none;
  }
}
.site-header .gnav-area .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .gnav-area .gnav li {
  margin-right: 25px;
}
@media (max-width: 1920px) {
  .site-header .gnav-area .gnav li {
    margin-right: 1.3020833333vw;
  }
}
@media (max-width: 1366px) {
  .site-header .gnav-area .gnav li {
    margin-right: 1.7361111111vw;
  }
}
.site-header .gnav-area .gnav li a {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: white;
}
@media (max-width: 1920px) {
  .site-header .gnav-area .gnav li a {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .site-header .gnav-area .gnav li a {
    font-size: 1.3888888889vw;
  }
}
.site-header.scroll {
  background: white;
}
.site-header.scroll .gnav-area .gnav li a {
  color: black;
}
@media screen and (max-width: 991px) {
  .site-header.scroll .sp-logo {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

.h-menu {
  width: 45px;
  height: 50px;
  display: none;
  cursor: pointer;
  z-index: 92;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 991px) {
  .h-menu {
    width: 9.3333333333vw;
    height: 13.3333333333vw;
    display: block;
    padding-top: 3.2vw;
  }
}
.h-menu .nav {
  position: relative;
  top: 0.9722222222vw;
}
@media screen and (max-width: 991px) {
  .h-menu .nav {
    top: 1.8666666667vw;
  }
}
.h-menu span {
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  background: #000;
}
@media screen and (max-width: 991px) {
  .h-menu span {
    height: 0.5333333333vw;
  }
}
.h-menu span.l-t {
  top: 0px;
}
@media screen and (max-width: 991px) {
  .h-menu span.l-t {
    top: 0;
  }
}
.h-menu span.l-b {
  bottom: -8px;
  width: 60%;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .h-menu span.l-b {
    bottom: -1.8666666667vw;
  }
}

.p-menu-area {
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: min(29.6vw, 570px);
  padding: min(8vw, 155px) 30px 40px;
  z-index: 90;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 991px) {
  .p-menu-area {
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
    padding: 5% 6.6666666667vw 0;
    visibility: hidden;
  }
}
.p-menu-area::after {
  content: "";
  background-image: url(../img/common/bg-deco.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 2s;
  transition: 2s;
}
.p-menu-area .wrap {
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-menu-area .wrap {
    max-height: 95%;
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-menu-area .wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 80%;
  height: 90%;
  z-index: 0;
  border-radius: 30px;
}
.p-menu-area .wrap .hm-nav {
  position: relative;
  line-height: 1;
}
.p-menu-area .wrap .hm-nav li {
  position: relative;
  text-align: center;
}
.p-menu-area .wrap .hm-nav li:not(:last-child) {
  margin-bottom: 9.3333333333vw;
}
.p-menu-area .wrap .hm-nav li a {
  font-size: 4.2666666667vw;
  letter-spacing: 0.05em;
  font-weight: 800;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 0.05em;
  padding: 0;
  color: #000;
}

.menu-overlay {
  cursor: pointer;
  opacity: 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 1s;
  transition: 1s;
  visibility: hidden;
  z-index: 89;
}

body.nav-open .menu-overlay {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  body.nav-open .menu-overlay {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
body.nav-open .p-menu-area {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
body.nav-open .p-menu-area::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
body.nav-open .h-menu {
  z-index: 93;
}
body.nav-open .h-menu span {
  background: white;
}
body.nav-open .h-menu span.l-t {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 1px;
}
@media screen and (max-width: 991px) {
  body.nav-open .h-menu span.l-t {
    top: 0;
  }
}
body.nav-open .h-menu span.l-c {
  opacity: 0;
}
body.nav-open .h-menu span.l-b {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  bottom: 2px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  body.nav-open .h-menu span.l-b {
    bottom: 0.8vw;
  }
}
body.nav-open .p-menu-area {
  z-index: 90;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  body.nav-open .p-menu-area {
    opacity: 1;
    visibility: visible;
  }
}
body.nav-open .p-menu-area .wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.base-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 65px;
  z-index: 3;
  position: relative;
}
@media (max-width: 1920px) {
  .base-ttl {
    margin-bottom: 3.3854166667vw;
  }
}
@media (max-width: 1366px) {
  .base-ttl {
    margin-bottom: 4.5138888889vw;
  }
}
@media screen and (max-width: 991px) {
  .base-ttl {
    margin-bottom: 8vw;
  }
}
.base-ttl img {
  width: auto;
  height: 2.1354166667vw;
}
@media (max-width: 1366px) {
  .base-ttl img {
    height: 2.8472222222vw;
  }
}
@media screen and (max-width: 991px) {
  .base-ttl img {
    height: 7.4666666667vw;
  }
}

.base-ttl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 65px;
  z-index: 3;
  position: relative;
  font-size: 4.8rem;
  font-weight: 900;
}
@media (max-width: 1920px) {
  .base-ttl2 {
    margin-bottom: 3.3854166667vw;
    font-size: 2.5vw;
  }
}
@media (max-width: 1366px) {
  .base-ttl2 {
    margin-bottom: 4.5138888889vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .base-ttl2 {
    margin-bottom: 13.3333333333vw;
    font-size: 6.4vw;
  }
}

.page-title-wrap {
  padding: 155px 0 0;
}
@media (max-width: 1920px) {
  .page-title-wrap {
    padding: 8.0729166667vw 0 0;
  }
}
@media (max-width: 1366px) {
  .page-title-wrap {
    padding: 10.7638888889vw 0 0;
  }
}
@media screen and (max-width: 991px) {
  .page-title-wrap {
    padding: 16vw 0 0;
  }
}

.base-btn {
  margin: 30px auto 0;
  width: 250px;
}
@media (max-width: 1920px) {
  .base-btn {
    margin: 1.5625vw auto 0;
    width: 13.0208333333vw;
  }
}
@media (max-width: 1366px) {
  .base-btn {
    margin: 2.0833333333vw auto 0;
    width: 17.3611111111vw;
  }
}
@media screen and (max-width: 991px) {
  .base-btn {
    margin: 8vw auto 0;
    width: 48vw;
  }
}
.base-btn a {
  width: 100%;
  height: 55px;
  background: #c7161d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-weight: 900;
  color: white;
}
@media (max-width: 1920px) {
  .base-btn a {
    height: 3.125vw;
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1366px) {
  .base-btn a {
    height: 4.1666666667vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .base-btn a {
    height: 9.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.base-btn a:hover {
  opacity: 0.6;
}

.base-top-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1920px) {
  .base-top-txt {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1366px) {
  .base-top-txt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 991px) {
  .base-top-txt {
    font-size: 3.7333333333vw;
  }
}
.base-top-txt.white {
  color: white;
}

.site-bottom-tour {
  padding: 6.25vw 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .site-bottom-tour {
    padding: 16vw 0;
  }
}
.site-bottom-tour .wrap {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  position: relative;
}
@media (max-width: 1920px) {
  .site-bottom-tour .wrap {
    padding: 0 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .site-bottom-tour .wrap {
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .site-bottom-tour .wrap {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.site-bottom-tour .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1100px;
  margin: auto;
}
@media (max-width: 1920px) {
  .site-bottom-tour .list {
    width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .site-bottom-tour .list {
    width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .site-bottom-tour .list {
    width: 100%;
    margin-bottom: -4%;
  }
}
.site-bottom-tour .list li {
  width: 48%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 4%;
  overflow: hidden;
}
.site-bottom-tour .list li a {
  display: block;
  /*
  &:hover{
  				opacity: 1;	

  					img{
  					 transform: scale(1.2);	 
  					}

  				}
  */
}
.site-bottom-tour .list li img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.site-bottom-tour .list li:hover {
  background: #c7161d;
  border-radius: 0;
}
.site-bottom-tour .list li:hover a {
  opacity: 1;
  color: white;
}
.site-bottom-tour .list li:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.site-footer {
  background-image: url(../img/common/f-r-bg.webp?0730);
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .site-footer {
    background-size: cover;
  }
}
.site-footer .inner {
  padding: 65px 0 30px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
@media (max-width: 1920px) {
  .site-footer .inner {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .site-footer .inner {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .inner {
    max-width: 100%;
  }
}
@media (max-width: 1920px) {
  .site-footer .inner {
    padding: 3.3854166667vw 0 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .site-footer .inner {
    padding: 4.5138888889vw 0 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .inner {
    padding: 8vw 5.3333333333vw;
    display: block;
  }
}
.site-footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .nav li {
  margin: 0 25px;
}
@media (max-width: 1920px) {
  .site-footer .nav li {
    margin: 0 1.3020833333vw;
  }
}
@media (max-width: 1366px) {
  .site-footer .nav li {
    margin: 0 1.7361111111vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .nav li {
    margin-bottom: 4vw;
  }
}
.site-footer .nav li a {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  color: white;
}
@media (max-width: 1920px) {
  .site-footer .nav li a {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .site-footer .nav li a {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .nav li a {
    font-size: 3.2vw;
  }
}
.site-footer .logo {
  width: 330px;
  margin: 100px auto 40px;
  text-align: center;
}
@media (max-width: 1920px) {
  .site-footer .logo {
    width: 17.1875vw;
    margin: 5.2083333333vw auto 2.0833333333vw;
  }
}
@media (max-width: 1366px) {
  .site-footer .logo {
    width: 22.9166666667vw;
    margin: 6.9444444444vw auto 2.7777777778vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .logo {
    width: 32vw;
    margin: 10.6666666667vw auto 8vw;
  }
}
.site-footer .logo img {
  width: 100%;
  height: auto;
}
.site-footer .copyright {
  text-align: center;
  width: 100%;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: white;
}
@media (max-width: 1366px) {
  .site-footer .copyright {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .copyright {
    font-size: 2.9333333333vw;
    text-align: center;
    font-weight: normal;
  }
}

.fix-btn {
  position: fixed;
  right: 2.0833333333vw;
  bottom: 2.0833333333vw;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .fix-btn {
    right: 2.6666666667vw;
    bottom: 5.3333333333vw;
  }
}
.fix-btn .list li {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .fix-btn .list li {
    margin-top: 4vw;
  }
}
.fix-btn .list li img {
  width: 6.5104166667vw;
  height: auto;
}
@media (max-width: 1366px) {
  .fix-btn .list li img {
    width: 8.6805555556vw;
  }
}
@media screen and (max-width: 991px) {
  .fix-btn .list li img {
    width: 21.3333333333vw;
  }
}

.bg-deco {
  position: relative;
  z-index: 3;
}
.bg-deco::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg-deco.webp);
  background-size: 1920px auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1920px) {
  .bg-deco::after {
    background-size: 100vw auto;
  }
}
@media (max-width: 1366px) {
  .bg-deco::after {
    background-size: 133.3333333333vw auto;
  }
}

.pop-style {
  background-image: url(../img/common/pop-bg.webp);
  background-size: 100% auto;
  border-radius: 30px;
  border: 5px solid black;
  padding: 60px 85px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  max-height: 90vh;
  overflow: auto;
}
@media (max-width: 1920px) {
  .pop-style {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .pop-style {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style {
    max-width: 100%;
  }
}
@media (max-width: 1920px) {
  .pop-style {
    background-size: 100% auto;
    border-radius: 1.5625vw;
    padding: 3.125vw 4.4270833333vw;
  }
}
@media (max-width: 1366px) {
  .pop-style {
    background-size: 100% auto;
    border-radius: 2.0833333333vw;
    padding: 4.1666666667vw 5.9027777778vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style {
    background-size: 100% auto;
    border-radius: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
    max-width: 95vw;
  }
}
.pop-style .r-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .pop-style .r-list {
    display: block;
  }
}
.pop-style .r-list li {
  width: 47%;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid black;
}
@media (max-width: 1920px) {
  .pop-style .r-list li {
    margin-bottom: 1.5625vw;
    padding-bottom: 2.0833333333vw;
  }
}
@media (max-width: 1366px) {
  .pop-style .r-list li {
    margin-bottom: 2.0833333333vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .r-list li {
    width: 100%;
    margin-bottom: 4vw;
    padding-bottom: 5.3333333333vw;
  }
  .pop-style .r-list li:last-child {
    border: 0;
    padding-bottom: 0;
  }
}
.pop-style .r-list li h3 {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
@media (max-width: 1920px) {
  .pop-style .r-list li h3 {
    font-size: 1.1979166667vw;
  }
}
@media (max-width: 1366px) {
  .pop-style .r-list li h3 {
    font-size: 1.5972222222vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .r-list li h3 {
    font-size: 3.7333333333vw;
  }
}
.pop-style .r-list li .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pop-style .r-list li .btn-wrap a {
  width: 48%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 6px;
}
@media (max-width: 1920px) {
  .pop-style .r-list li .btn-wrap a {
    height: 2.6041666667vw;
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .pop-style .r-list li .btn-wrap a {
    height: 3.4722222222vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .r-list li .btn-wrap a {
    height: 9.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.pop-style .r-list li .btn-wrap a.tel {
  background: #f15a24;
}
.pop-style .r-list li .btn-wrap a.web {
  background: #29abe2;
}
.pop-style .t-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pop-style .t-list li {
  width: 47%;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid black;
}
@media (max-width: 1920px) {
  .pop-style .t-list li {
    margin-bottom: 1.5625vw;
    padding-bottom: 2.0833333333vw;
  }
}
@media (max-width: 1366px) {
  .pop-style .t-list li {
    margin-bottom: 2.0833333333vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .t-list li {
    width: 100%;
    margin-bottom: 4vw;
    padding-bottom: 5.3333333333vw;
  }
  .pop-style .t-list li:last-child {
    border: 0;
    padding-bottom: 0;
  }
}
.pop-style .t-list li h3 {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
@media (max-width: 1920px) {
  .pop-style .t-list li h3 {
    font-size: 1.1979166667vw;
  }
}
@media (max-width: 1366px) {
  .pop-style .t-list li h3 {
    font-size: 1.5972222222vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .t-list li h3 {
    font-size: 3.7333333333vw;
  }
}
.pop-style .t-list li .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pop-style .t-list li .btn-wrap a {
  width: 24%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1.6rem;
  font-weight: 900;
  border-radius: 6px;
  margin-right: 1%;
  font-family: "EB Garamond", serif;
}
@media (max-width: 1920px) {
  .pop-style .t-list li .btn-wrap a {
    height: 2.6041666667vw;
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .pop-style .t-list li .btn-wrap a {
    height: 3.4722222222vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .t-list li .btn-wrap a {
    height: 9.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.pop-style .t-list li .btn-wrap a:nth-child(4n) {
  margin-right: 0;
}
.pop-style .t-list li .btn-wrap a.uber {
  background: #03c167;
}
.pop-style .t-list li .btn-wrap a.demaekan {
  background: #eb3334;
}
.pop-style .t-list li .btn-wrap a.wolt {
  background: #00c2e7;
}
.pop-style .t-list li .btn-wrap a.menu {
  background: #dd2829;
}
.pop-style .popup-modal-dismiss {
  width: 200px;
  height: 45px;
  display: block;
  margin: 30px auto 0;
}
@media (max-width: 1920px) {
  .pop-style .popup-modal-dismiss {
    width: 10.4166666667vw;
    height: 2.6041666667vw;
    margin: 1.5625vw auto 0;
  }
}
@media (max-width: 1366px) {
  .pop-style .popup-modal-dismiss {
    width: 13.8888888889vw;
    height: 3.4722222222vw;
    margin: 2.0833333333vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .popup-modal-dismiss {
    width: 40vw;
    height: 9.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}
.pop-style .popup-modal-dismiss a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  color: white;
  border-radius: 6px;
  height: 100%;
  font-size: 1.8rem;
}
@media (max-width: 1920px) {
  .pop-style .popup-modal-dismiss a {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .pop-style .popup-modal-dismiss a {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .popup-modal-dismiss a {
    font-size: 3.7333333333vw;
  }
}

.pagenation-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .pagenation-area {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
.pagenation-area .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.pagenation-area .page-numbers li {
  margin: 0 8px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 991px) {
  .pagenation-area .page-numbers li {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}
.pagenation-area .page-numbers li a {
  font-weight: bold;
  font-size: 1.6rem;
  font-family: arial;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid black;
}
@media screen and (max-width: 991px) {
  .pagenation-area .page-numbers li a {
    font-size: 1.4rem;
  }
}
.pagenation-area .page-numbers li a .c-pager__prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  display: block;
  position: relative;
  left: 2px;
}
@media screen and (max-width: 991px) {
  .pagenation-area .page-numbers li a .c-pager__prev::after {
    width: 7px;
    height: 7px;
  }
}
.pagenation-area .page-numbers li a .c-pager__next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: relative;
  right: 2px;
}
@media screen and (max-width: 991px) {
  .pagenation-area .page-numbers li a .c-pager__next::after {
    width: 7px;
    height: 7px;
  }
}
.pagenation-area .page-numbers li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid black;
}
@media screen and (max-width: 991px) {
  .pagenation-area .page-numbers li .page-numbers {
    font-size: 1.4rem;
  }
}

.__top .kv-area {
  position: relative;
}
.__top .kv-area .top-kv-slide {
  display: none;
}
.__top .kv-area .top-kv-slide.slick-initialized {
  display: block;
}
.__top .kv-area .top-kv-slide .slick-slide img {
  width: 100%;
  height: auto;
}
.__top .sec-idea {
  padding: 6.25vw 0 0;
}
@media (max-width: 1366px) {
  .__top .sec-idea {
    padding: 8.3333333333vw 0 0;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea {
    padding: 0;
  }
}
.__top .sec-idea .idea-ttl {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .__top .sec-idea .idea-ttl {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-ttl {
    margin-bottom: 0;
  }
}
.__top .sec-idea .idea-ttl img {
  width: 1095px;
  height: auto;
}
@media (max-width: 1366px) {
  .__top .sec-idea .idea-ttl img {
    width: 76.0416666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-ttl img {
    width: 100vw;
  }
}
.__top .sec-idea .top-txt {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.9259259259;
}
@media (max-width: 1920px) {
  .__top .sec-idea .top-txt {
    font-size: 1.40625vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea .top-txt {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .top-txt {
    font-size: 4vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.__top .sec-idea .idea-list {
  margin-top: 70px;
}
@media (max-width: 1920px) {
  .__top .sec-idea .idea-list {
    margin-top: 3.6458333333vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea .idea-list {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list {
    margin-top: 0;
    margin-bottom: 0;
    background: #111;
  }
}
.__top .sec-idea .idea-list li {
  position: relative;
}
.__top .sec-idea .idea-list li .photo {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li .photo {
    width: 100%;
    z-index: 1;
  }
}
.__top .sec-idea .idea-list li .photo img {
  width: 100%;
  height: auto;
}
.__top .sec-idea .idea-list li .txt-area {
  opacity: 0;
  width: 50%;
  position: absolute;
  top: 120px;
  left: 225px;
  color: white;
}
@media (max-width: 1920px) {
  .__top .sec-idea .idea-list li .txt-area {
    top: 6.25vw;
    left: 11.71875vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea .idea-list li .txt-area {
    top: 7.6388888889vw;
    left: 14.0277777778vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li .txt-area {
    padding: 9.3333333333vw;
    width: 100%;
    bottom: inherit;
    left: inherit;
    top: inherit;
    position: relative;
    z-index: 3;
  }
}
.__top .sec-idea .idea-list li .txt-area h3 {
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1920px) {
  .__top .sec-idea .idea-list li .txt-area h3 {
    font-size: 2.5vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea .idea-list li .txt-area h3 {
    font-size: 3.3333333333vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li .txt-area h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.__top .sec-idea .idea-list li .txt-area p {
  line-height: 1.9047619048;
  font-size: 2.1rem;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1920px) {
  .__top .sec-idea .idea-list li .txt-area p {
    font-size: 1.09375vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea .idea-list li .txt-area p {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li .txt-area p {
    font-size: 3.4666666667vw;
  }
}
.__top .sec-idea .idea-list li.active .photo {
  opacity: 1;
}
.__top .sec-idea .idea-list li.active .photo img {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li.active .photo img {
    -webkit-transition: 1.6s;
    transition: 1.6s;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}
.__top .sec-idea .idea-list li.active .photo::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li.active .photo::before {
    -webkit-transition: 1.1s;
    transition: 1.1s;
  }
}
.__top .sec-idea .idea-list li.active .txt-area {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li.active .txt-area {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
}
.__top .sec-idea .idea-list li.active .txt-area h3 {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.__top .sec-idea .idea-list li.active .txt-area p {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li.active .txt-area p {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
}
.__top .sec-idea .idea-list li:nth-child(even) .txt-area {
  padding: 0 0 0 150px;
  left: inherit;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1920px) {
  .__top .sec-idea .idea-list li:nth-child(even) .txt-area {
    padding: 2.34375vw 0 2.34375vw 2.34375vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-idea .idea-list li:nth-child(even) .txt-area {
    padding: 0 0 2.0833333333vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-idea .idea-list li:nth-child(even) .txt-area {
    padding: 9.3333333333vw;
  }
}
.__top .sec-news {
  padding: 6.25vw 0;
}
@media (max-width: 1366px) {
  .__top .sec-news {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news {
    padding: 16vw 0;
  }
}
.__top .sec-news .news-wrapper {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper {
    padding: 0 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper {
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.__top .sec-news .news-wrapper .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .filter {
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .filter {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .filter {
    margin-bottom: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.__top .sec-news .news-wrapper .filter li {
  width: 177px;
  border: 1px solid #000000;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  font-size: 1.7rem;
  color: #000000;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .filter li {
    width: 9.6354166667vw;
    margin: 0 0.4166666667vw;
    height: 2.34375vw;
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .filter li {
    width: 11.5277777778vw;
    margin: 0 0.5555555556vw;
    height: 3.125vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .filter li {
    width: 28%;
    margin: 0 1% 2%;
    height: 6.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.__top .sec-news .news-wrapper .filter li.is-active {
  background: #000000;
  color: #fff;
}
.__top .sec-news .news-wrapper .filter li:hover {
  background: #000000;
  color: #fff;
}
.__top .sec-news .news-wrapper .news-list {
  max-width: 1020px;
  margin: auto;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .news-list {
    max-width: 57.2916666667vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .news-list {
    max-width: 76.3888888889vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .news-list {
    max-width: 100%;
  }
}
.__top .sec-news .news-wrapper .news-list li {
  border-bottom: 1px solid black;
  margin-bottom: 15px;
  display: none;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .news-list li {
    margin-bottom: 0.78125vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .news-list li {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .news-list li {
    margin-bottom: 2.6666666667vw;
  }
}
.__top .sec-news .news-wrapper .news-list li:nth-child(n+6) {
  display: none !important;
}
.__top .sec-news .news-wrapper .news-list li.is-show {
  display: block;
}
.__top .sec-news .news-wrapper .news-list li a {
  position: relative;
  padding: 0 0 15px;
  display: block;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .news-list li a {
    padding: 0 0 0.78125vw;
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .news-list li a {
    padding: 0 0 1.0416666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .news-list li a {
    padding: 0 0 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.__top .sec-news .news-wrapper .news-list li .time {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 1.6rem;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .news-list li .time {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .news-list li .time {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .news-list li .time {
    position: inherit;
    left: inherit;
    top: inherit;
    display: block;
    margin-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.__top .sec-news .news-wrapper .news-list li .category {
  position: absolute;
  left: 100px;
  top: 3px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  border-radius: 4px;
  width: 96px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: 900;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .news-list li .category {
    left: 5.2083333333vw;
    top: 0.15625vw;
    font-size: 0.7291666667vw;
    width: 5vw;
    height: 1.3020833333vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .news-list li .category {
    left: 6.9444444444vw;
    top: 0.2083333333vw;
    font-size: 0.9722222222vw;
    width: 6.6666666667vw;
    height: 1.7361111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .news-list li .category {
    left: 21.3333333333vw;
    top: 0.5333333333vw;
    font-size: 2.6666666667vw;
    width: 18.6666666667vw;
    height: 4.8vw;
  }
}
.__top .sec-news .news-wrapper .news-list li .category.news-cat1 {
  background: #0068b7;
}
.__top .sec-news .news-wrapper .news-list li .category.news-cat2 {
  background: #eb5d00;
}
.__top .sec-news .news-wrapper .news-list li .category.news-cat3 {
  background: #8cc63f;
}
.__top .sec-news .news-wrapper .news-list li .category.news-cat4 {
  background: #ffb75c;
}
.__top .sec-news .news-wrapper .news-list li .txt {
  padding-left: 220px;
}
@media (max-width: 1920px) {
  .__top .sec-news .news-wrapper .news-list li .txt {
    padding-left: 11.4583333333vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-news .news-wrapper .news-list li .txt {
    padding-left: 15.2777777778vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-wrapper .news-list li .txt {
    padding-left: 0;
  }
}
.__top .sec-recommend {
  padding: 6.25vw 0;
  background-image: url(../img/top/recommend/r-bg.webp);
  background-size: cover;
  background-position: center top;
}
@media (max-width: 1366px) {
  .__top .sec-recommend {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-recommend {
    padding: 16vw 0;
    background-size: auto 100%;
  }
}
.__top .sec-recommend h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .__top .sec-recommend h2 {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-recommend h2 {
    margin-bottom: 5.3333333333vw;
  }
}
.__top .sec-recommend h2 img {
  width: 333px;
  height: auto;
}
@media (max-width: 1920px) {
  .__top .sec-recommend h2 img {
    width: 17.34375vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-recommend h2 img {
    width: 23.125vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-recommend h2 img {
    width: 44.2666666667vw;
  }
}
.__top .sec-recommend .copy {
  text-align: center;
}
.__top .sec-recommend .copy img {
  width: 883px;
  height: auto;
}
@media (max-width: 1920px) {
  .__top .sec-recommend .copy img {
    width: 41.3541666667vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-recommend .copy img {
    width: 55.1388888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-recommend .copy img {
    width: 85vw;
  }
}
.__top .sec-recommend .recommend-list {
  max-width: 1400px;
  margin: 70px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .__top .sec-recommend .recommend-list {
    margin-top: 2.6041666667vw;
    max-width: 72.9166666667vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-recommend .recommend-list {
    margin-top: 3.4722222222vw;
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-recommend .recommend-list {
    margin-top: 8vw;
    max-width: 100%;
    padding: 0 5.3333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.__top .sec-recommend .recommend-list .num {
  width: 29%;
  margin: 0 6.5% 6.5% 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .__top .sec-recommend .recommend-list .num {
    width: 45%;
    margin: 0 0 6.5%;
  }
}
.__top .sec-recommend .recommend-list .num:nth-child(3n) {
  margin-right: 0;
}
.__top .sec-recommend .recommend-list .num.point::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 190px auto;
  width: 190px;
  height: 193px;
  position: absolute;
  left: -38px;
  top: -38px;
  z-index: 3;
}
@media (max-width: 1920px) {
  .__top .sec-recommend .recommend-list .num.point::before {
    background-size: 9.8958333333vw auto;
    width: 9.8958333333vw;
    height: 10.0520833333vw;
    left: -1.9791666667vw;
    top: -1.9791666667vw;
  }
}
@media (max-width: 1366px) {
  .__top .sec-recommend .recommend-list .num.point::before {
    background-size: 13.1944444444vw auto;
    width: 13.1944444444vw;
    height: 13.4027777778vw;
    left: -2.9166666667vw;
    top: -2.6388888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-recommend .recommend-list .num.point::before {
    background-size: 20.2666666667vw auto;
    width: 20.2666666667vw;
    height: 20.5333333333vw;
    left: -5.6vw;
    top: -5.0666666667vw;
  }
}
.__top .sec-recommend .recommend-list .num.point1::before {
  background-image: url(../img/top/recommend/point1.webp);
}
.__top .sec-recommend .recommend-list .num.point2::before {
  background-image: url(../img/top/recommend/point2.webp);
}
.__top .sec-recommend .recommend-list .num.point3::before {
  background-image: url(../img/top/recommend/point3.webp);
}
.__top .sec-recommend .recommend-list .num img {
  width: 100%;
  height: auto;
}
.__top .sec-recommend .recommend-list .num h3 {
  font-size: 3.2rem;
  margin: 10px 0 0;
  color: white;
  font-weight: 900;
}
@media (max-width: 1920px) {
  .__top .sec-recommend .recommend-list .num h3 {
    font-size: 1.6666666667vw;
    margin: 0.78125vw 0 0;
  }
}
@media (max-width: 1366px) {
  .__top .sec-recommend .recommend-list .num h3 {
    font-size: 1.9444444444vw;
    margin: 1.0416666667vw 0 0;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-recommend .recommend-list .num h3 {
    font-size: 3.7333333333vw;
    margin: 2.6666666667vw 0 0;
  }
}

.__about .sec-story {
  position: relative;
  padding: 6.25vw 0;
  background-image: url(../img/about/story/bg.webp);
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 49.6354166667vw;
}
@media (max-width: 1366px) {
  .__about .sec-story {
    padding: 8.3333333333vw 0;
    height: 66.1805555556vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-story {
    padding: 16vw 0;
    height: auto;
  }
}
.__about .sec-story::before {
  content: "";
  background-image: url(../img/about/story/deco-L.svg);
  background-repeat: no-repeat;
  background-size: 30.5208333333vw auto;
  width: 30.5208333333vw;
  height: 21.3020833333vw;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
@media (max-width: 1366px) {
  .__about .sec-story::before {
    background-size: 32.5vw auto;
    width: 32.5vw;
    height: 22.7083333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-story::before {
    background-size: 34.6666666667vw auto;
    width: 34.6666666667vw;
    height: 24.2666666667vw;
  }
}
.__about .sec-story::after {
  content: "";
  background-image: url(../img/about/story/deco-R.svg);
  background-repeat: no-repeat;
  background-size: 30.5208333333vw auto;
  width: 30.5208333333vw;
  height: 21.3020833333vw;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}
@media (max-width: 1366px) {
  .__about .sec-story::after {
    background-size: 32.5vw auto;
    width: 32.5vw;
    height: 22.7083333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-story::after {
    background-size: 34.6666666667vw auto;
    width: 34.6666666667vw;
    height: 24.2666666667vw;
  }
}
.__about .sec-story .s-block {
  text-align: center;
  color: white;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.__about .sec-story .s-block:not(:last-child) {
  margin-bottom: 6em;
}
@media screen and (max-width: 991px) {
  .__about .sec-story .s-block:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
}
.__about .sec-story .s-block.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.__about .sec-story .s-block h2 {
  text-align: center;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 991px) {
  .__about .sec-story .s-block h2 {
    margin-bottom: 0;
  }
}
.__about .sec-story .s-block h2 img {
  width: 1095px;
  height: auto;
}
@media (max-width: 1366px) {
  .__about .sec-story .s-block h2 img {
    width: 76.0416666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-story .s-block h2 img {
    width: 70vw;
  }
}
.__about .sec-trademark {
  max-width: 1920px;
  margin: auto;
  padding: 6.25vw 0 0;
}
@media screen and (max-width: 991px) {
  .__about .sec-trademark {
    max-width: 100%;
    padding: 16vw 0 0;
  }
}
.__about .sec-trademark .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__about .sec-trademark .list li img {
  width: 717px;
  height: auto;
}
@media (max-width: 1366px) {
  .__about .sec-trademark .list li img {
    width: 49.7916666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-trademark .list li img {
    width: 70vw;
  }
}
.__about .sec-service {
  max-width: 1920px;
  margin: auto;
  padding: 6.25vw 0 0;
}
@media screen and (max-width: 991px) {
  .__about .sec-service {
    max-width: 100%;
    padding: 16vw 0 0;
  }
}
.__about .sec-service::before {
  content: "";
  background-image: url(../img/about/bg-L.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  left: -100px;
  top: 335px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .__about .sec-service::before {
    background-size: 68.2666666667vw auto;
    width: 68.2666666667vw;
    height: 39.7333333333vw;
    left: -26.6666666667vw;
    top: 39.2vw;
  }
}
.__about .sec-service::after {
  content: "";
  background-image: url(../img/about/bg-R.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  right: -120px;
  top: 55px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .__about .sec-service::after {
    background-size: 68.2666666667vw auto;
    width: 68.2666666667vw;
    height: 39.7333333333vw;
    right: -37.3333333333vw;
    top: -8vw;
  }
}
.__about .sec-service .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .__about .sec-service .list {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.__about .sec-service .list li {
  width: 19.2%;
  margin-bottom: 1%;
  margin-right: 1%;
}
.__about .sec-service .list li:nth-child(5n) {
  margin-right: 0;
}
.__about .sec-service .list li img {
  width: 100%;
  height: auto;
}
.__about .sec-sdgs {
  padding: 6.25vw 0;
  max-width: 1920px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs {
    padding: 16vw 0;
    max-width: 100%;
  }
}
.__about .sec-sdgs .row {
  max-width: 955px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs .row {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5.3333333333vw;
  }
}
.__about .sec-sdgs .row .draw {
  width: 49.2%;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs .row .draw {
    width: 100%;
    margin: 6.6666666667vw auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.__about .sec-sdgs .row .draw img {
  width: 100%;
  height: auto;
}
.__about .sec-sdgs .row .txt-area {
  width: 42%;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs .row .txt-area {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.__about .sec-sdgs .row .txt-area p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  font-size: 1.6rem;
  margin-bottom: 2em;
  line-height: 1.8;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs .row .txt-area p {
    font-size: 3.4666666667vw;
  }
}
.__about .sec-sdgs .row .txt-area dl dt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 1.5em;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs .row .txt-area dl dt {
    font-size: 3.7333333333vw;
  }
}
.__about .sec-sdgs .row .txt-area dl dd {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .__about .sec-sdgs .row .txt-area dl dd {
    font-size: 3.7333333333vw;
  }
}
.__about .sec-voice {
  padding: 6.25vw 0 0;
}
@media screen and (max-width: 991px) {
  .__about .sec-voice {
    padding: 16vw 0 0;
  }
}
.__about .sec-voice .list {
  margin: 0 auto;
  background: white;
  border-radius: 30px;
  padding: 65px 30px;
  max-width: 62.5vw;
}
@media (max-width: 1366px) {
  .__about .sec-voice .list {
    border-radius: 2.0833333333vw;
    padding: 4.5138888889vw 2.0833333333vw;
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list {
    border-radius: 5.3333333333vw;
    padding: 8vw 4vw;
    max-width: 100%;
    margin: 0 5.3333333333vw;
  }
}
.__about .sec-voice .list li {
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list li {
    width: 100%;
    text-align: left;
  }
}
.__about .sec-voice .list li:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list li:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.__about .sec-voice .list li p {
  line-height: 2.25;
  font-size: 2.1rem;
  font-weight: 900;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  text-align: center;
}
@media (max-width: 1920px) {
  .__about .sec-voice .list li p {
    font-size: 1.09375vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-voice .list li p {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-voice .list li p {
    font-size: 3.4666666667vw;
    text-align: left;
    line-height: 1.8;
  }
}
.__about .sec-voice .list li.active p {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.__about .sec-question {
  margin-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media (max-width: 1920px) {
  .__about .sec-question {
    margin-top: 6.25vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question {
    margin-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question {
    margin-top: 13.3333333333vw;
    padding-bottom: 16vw;
  }
}
.__about .sec-question .wrapper {
  border-radius: 30px;
  padding: 65px 30px;
  max-width: 62.5vw;
  background: white;
  margin: auto;
}
@media (max-width: 1366px) {
  .__about .sec-question .wrapper {
    border-radius: 2.0833333333vw;
    padding: 4.5138888889vw 2.0833333333vw;
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .wrapper {
    border-radius: 5.3333333333vw;
    padding: 8vw 4vw;
    max-width: 100%;
    margin: 0 5.3333333333vw;
  }
}
.__about .sec-question .block {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 1920px) {
  .__about .sec-question .block {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block {
    max-width: 100%;
  }
}
@media (max-width: 1920px) {
  .__about .sec-question .block {
    padding: 0 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block {
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block {
    padding: 0;
  }
}
.__about .sec-question .block::before {
  content: "";
  background-image: url(../img/common/fude.svg);
  background-size: 512px auto;
  background-repeat: no-repeat;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  left: -530px;
  bottom: 20px;
}
@media (max-width: 1920px) {
  .__about .sec-question .block::before {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block::before {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
  }
}
@media (max-width: 1920px) {
  .__about .sec-question .block::before {
    left: -27.6041666667vw;
    bottom: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block::before {
    left: -36.8055555556vw;
    bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block::before {
    left: -70.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
.__about .sec-question .block::after {
  content: "";
  background-image: url(../img/common/fude.svg);
  background-size: 512px auto;
  background-repeat: no-repeat;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  right: -570px;
  top: 225px;
}
@media (max-width: 1920px) {
  .__about .sec-question .block::after {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block::after {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
  }
}
@media (max-width: 1920px) {
  .__about .sec-question .block::after {
    right: -29.6875vw;
    top: 11.71875vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block::after {
    right: -39.5833333333vw;
    top: 15.625vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block::after {
    right: -76vw;
    top: 29.8666666667vw;
  }
}
.__about .sec-question .block:last-child::after {
  content: none;
}
.__about .sec-question .block + .block {
  margin-top: 80px;
}
@media (max-width: 1920px) {
  .__about .sec-question .block + .block {
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block + .block {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block + .block {
    margin-top: 10.6666666667vw;
  }
}
.__about .sec-question .block h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 15px 10px;
  border-bottom: 2px solid black;
}
@media (max-width: 1920px) {
  .__about .sec-question .block h3 {
    font-size: 1.0416666667vw;
    padding: 0 0.78125vw 0.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block h3 {
    font-size: 1.3888888889vw;
    padding: 0 1.0416666667vw 0.6944444444vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block h3 {
    font-size: 4.2666666667vw;
    padding: 0 2.6666666667vw 2.6666666667vw;
  }
}
.__about .sec-question .block dl {
  padding: 30px 75px;
  border-bottom: 1px solid black;
}
@media (max-width: 1920px) {
  .__about .sec-question .block dl {
    padding: 1.5625vw 3.90625vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block dl {
    padding: 2.0833333333vw 5.2083333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block dl {
    padding: 4vw 8vw 4vw 10.6666666667vw;
  }
}
.__about .sec-question .block dl dt {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .__about .sec-question .block dl dt {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block dl dt {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block dl dt {
    font-size: 4.2666666667vw;
  }
}
.__about .sec-question .block dl dt::before {
  content: "";
  background-image: url(../img/about/qa/Q.svg);
  background-repeat: no-repeat;
  background-size: 52px auto;
  width: 52px;
  height: 53px;
  position: absolute;
  left: -68px;
  top: -12px;
  display: block;
}
@media (max-width: 1920px) {
  .__about .sec-question .block dl dt::before {
    background-size: 2.7083333333vw auto;
    width: 2.7083333333vw;
    height: 2.7604166667vw;
    left: -3.5416666667vw;
    top: -0.625vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block dl dt::before {
    background-size: 3.6111111111vw auto;
    width: 3.6111111111vw;
    height: 3.6805555556vw;
    left: -4.7222222222vw;
    top: -0.8333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block dl dt::before {
    background-size: 6.9333333333vw auto;
    width: 6.9333333333vw;
    height: 7.2vw;
    left: -9.0666666667vw;
    top: 0vw;
  }
}
.__about .sec-question .block dl dt::after {
  content: "";
  background-image: url(../img/about/qa/off.svg);
  background-repeat: no-repeat;
  background-size: 31px;
  width: 31px;
  height: 31px;
  display: block;
  position: absolute;
  right: -50px;
  top: 0;
}
@media (max-width: 1920px) {
  .__about .sec-question .block dl dt::after {
    background-size: 1.6145833333vw auto;
    width: 1.6145833333vw;
    height: 1.6145833333vw;
    right: -2.6041666667vw;
    top: 0;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block dl dt::after {
    background-size: 2.1527777778vw auto;
    width: 2.1527777778vw;
    height: 2.1527777778vw;
    right: -3.4722222222vw;
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block dl dt::after {
    background-size: 5.3333333333vw auto;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: -8vw;
    top: 0.8vw;
  }
}
.__about .sec-question .block dl dt.active::after {
  content: "";
  background-image: url(../img/about/qa/on.svg);
}
.__about .sec-question .block dl dd {
  display: none;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
  padding-top: 1em;
}
@media (max-width: 1920px) {
  .__about .sec-question .block dl dd {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .__about .sec-question .block dl dd {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-question .block dl dd {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    padding-top: 0.5em;
  }
}

.__menu .sec-menu {
  position: relative;
  padding: 6.25vw 0 0;
  z-index: 3;
}
@media (max-width: 1366px) {
  .__menu .sec-menu {
    padding: 8.3333333333vw 0 0;
  }
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu {
    padding: 16vw 0 0;
  }
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .sec-kodawari .list {
    max-width: 100%;
  }
}
.__menu .sec-menu .sec-kodawari .list li {
  position: relative;
}
.__menu .sec-menu .sec-kodawari .list li img {
  width: 100%;
  height: auto;
}
.__menu .sec-menu .sec-kodawari .list li .txt-area {
  position: absolute;
  left: 11.9791666667vw;
  bottom: 6.25vw;
  color: white;
}
@media (max-width: 1366px) {
  .__menu .sec-menu .sec-kodawari .list li .txt-area {
    left: 15.9722222222vw;
    bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .sec-kodawari .list li .txt-area {
    background: #111;
    padding: 8vw;
    position: inherit;
    left: inherit;
    bottom: inherit;
  }
}
.__menu .sec-menu .sec-kodawari .list li .txt-area h3 {
  font-size: 4.8rem;
  line-height: 1.5833333333;
  font-weight: 900;
  letter-spacing: 0.075em;
  margin-bottom: 1em;
}
@media (max-width: 1920px) {
  .__menu .sec-menu .sec-kodawari .list li .txt-area h3 {
    font-size: 2.2395833333vw;
  }
}
@media (max-width: 1366px) {
  .__menu .sec-menu .sec-kodawari .list li .txt-area h3 {
    font-size: 2.9861111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .sec-kodawari .list li .txt-area h3 {
    font-size: 5.6vw;
  }
}
.__menu .sec-menu .sec-kodawari .list li .txt-area p {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.9047619048;
  letter-spacing: 0.075em;
}
@media (max-width: 1920px) {
  .__menu .sec-menu .sec-kodawari .list li .txt-area p {
    font-size: 0.9895833333vw;
  }
}
@media (max-width: 1366px) {
  .__menu .sec-menu .sec-kodawari .list li .txt-area p {
    font-size: 1.3194444444vw;
  }
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .sec-kodawari .list li .txt-area p {
    font-size: 3.4666666667vw;
  }
}
.__menu .sec-menu .sec-recommend {
  padding: 6.25vw 0;
  background-image: url(../img/top/recommend/r-bg.webp);
  background-size: cover;
  background-position: center top;
}
@media (max-width: 1366px) {
  .__menu .sec-menu .sec-recommend {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .sec-recommend {
    padding: 16vw 0;
    background-size: auto 100%;
  }
}
.__menu .sec-menu .sec-recommend h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .__menu .sec-menu .sec-recommend h2 {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .sec-recommend h2 {
    margin-bottom: 5.3333333333vw;
  }
}
.__menu .sec-menu .sec-recommend h2 img {
  width: 333px;
  height: auto;
}
@media (max-width: 1920px) {
  .__menu .sec-menu .sec-recommend h2 img {
    width: 17.34375vw;
  }
}
@media (max-width: 1366px) {
  .__menu .sec-menu .sec-recommend h2 img {
    width: 23.125vw;
  }
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .sec-recommend h2 img {
    width: 44.2666666667vw;
  }
}
.__menu .sec-menu .sec-recommend .copy {
  text-align: center;
}
.__menu .sec-menu .sec-recommend .copy img {
  width: 883px;
  height: auto;
}
@media (max-width: 1920px) {
  .__menu .sec-menu .sec-recommend .copy img {
    width: 41.3541666667vw;
  }
}
@media (max-width: 1366px) {
  .__menu .sec-menu .sec-recommend .copy img {
    width: 55.1388888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .sec-recommend .copy img {
    width: 85vw;
  }
}
.__menu .sec-menu .sec-recommend .recommend-list {
  max-width: 1400px;
  margin: 70px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .__menu .sec-menu .sec-recommend .recommend-list {
    margin-top: 2.6041666667vw;
    max-width: 72.9166666667vw;
  }
}
@media (max-width: 1366px) {
  .__menu .sec-menu .sec-recommend .recommend-list {
    margin-top: 3.4722222222vw;
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .sec-recommend .recommend-list {
    margin-top: 8vw;
    margin-bottom: -6.5%;
    max-width: 100%;
    padding: 0 5.3333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.__menu .sec-menu .sec-recommend .recommend-list .num {
  width: 29%;
  margin: 0 6.5% 6.5% 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .sec-recommend .recommend-list .num {
    width: 45%;
    margin: 0 0 6.5%;
  }
}
.__menu .sec-menu .sec-recommend .recommend-list .num:nth-child(3n) {
  margin-right: 0;
}
.__menu .sec-menu .sec-recommend .recommend-list .num.point::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 190px auto;
  width: 190px;
  height: 193px;
  position: absolute;
  left: -38px;
  top: -38px;
  z-index: 3;
}
@media (max-width: 1920px) {
  .__menu .sec-menu .sec-recommend .recommend-list .num.point::before {
    background-size: 9.8958333333vw auto;
    width: 9.8958333333vw;
    height: 10.0520833333vw;
    left: -1.9791666667vw;
    top: -1.9791666667vw;
  }
}
@media (max-width: 1366px) {
  .__menu .sec-menu .sec-recommend .recommend-list .num.point::before {
    background-size: 13.1944444444vw auto;
    width: 13.1944444444vw;
    height: 13.4027777778vw;
    left: -2.9166666667vw;
    top: -2.6388888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .sec-recommend .recommend-list .num.point::before {
    background-size: 20.2666666667vw auto;
    width: 20.2666666667vw;
    height: 20.5333333333vw;
    left: -5.6vw;
    top: -5.0666666667vw;
  }
}
.__menu .sec-menu .sec-recommend .recommend-list .num.point1::before {
  background-image: url(../img/top/recommend/point1.webp);
}
.__menu .sec-menu .sec-recommend .recommend-list .num.point2::before {
  background-image: url(../img/top/recommend/point2.webp);
}
.__menu .sec-menu .sec-recommend .recommend-list .num.point3::before {
  background-image: url(../img/top/recommend/point3.webp);
}
.__menu .sec-menu .sec-recommend .recommend-list .num img {
  width: 100%;
  height: auto;
}
.__menu .sec-menu .sec-recommend .recommend-list .num h3 {
  font-size: 3.2rem;
  margin: 10px 0 0;
  color: white;
  font-weight: 900;
}
@media (max-width: 1920px) {
  .__menu .sec-menu .sec-recommend .recommend-list .num h3 {
    font-size: 1.6666666667vw;
    margin: 0.78125vw 0 0;
  }
}
@media (max-width: 1366px) {
  .__menu .sec-menu .sec-recommend .recommend-list .num h3 {
    font-size: 1.9444444444vw;
    margin: 1.0416666667vw 0 0;
  }
}
@media screen and (max-width: 991px) {
  .__menu .sec-menu .sec-recommend .recommend-list .num h3 {
    font-size: 3.7333333333vw;
    margin: 2.6666666667vw 0 0;
  }
}

.__shop .sec-shop {
  position: relative;
  padding: 6.25vw 0 0;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop {
    padding: 16vw 0 0;
  }
}
.__shop .sec-shop::before {
  content: "";
  background-image: url(../img/common/w-bg.webp);
  background-size: 1920px auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1920px) {
  .__shop .sec-shop::before {
    background-size: 100vw auto;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop::before {
    background-size: 133.3333333333vw auto;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop::before {
    background-size: 256vw auto;
  }
}
.__shop .sec-shop .wrap {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  position: relative;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .wrap {
    padding: 0 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .wrap {
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .wrap {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.__shop .sec-shop .wrap::before {
  content: "";
  background-image: url(../img/shop/deco-L.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  display: block;
  width: 512px;
  height: 869px;
  position: absolute;
  left: -110px;
  top: 425px;
  z-index: -1;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .wrap::before {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 45.2604166667vw;
    left: -5.7291666667vw;
    top: 22.1354166667vw;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .wrap::before {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 60.3472222222vw;
    left: -7.6388888889vw;
    top: 29.5138888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .wrap::before {
    background-size: 68.2666666667vw auto;
    width: 68.2666666667vw;
    height: 115.7333333333vw;
    left: -41.3333333333vw;
    top: 56.5333333333vw;
  }
}
.__shop .sec-shop .wrap::after {
  content: "";
  background-image: url(../img/shop/deco-R.svg);
  background-repeat: no-repeat;
  background-size: 512px auto;
  display: block;
  width: 512px;
  height: 1010px;
  position: absolute;
  right: -135px;
  top: 0px;
  z-index: -1;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .wrap::after {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 52.6041666667vw;
    right: -7.03125vw;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .wrap::after {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 70.1388888889vw;
    right: -9.375vw;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .wrap::after {
    background-size: 68.2666666667vw auto;
    width: 68.2666666667vw;
    height: 134.6666666667vw;
    right: -43.2vw;
  }
}
.__shop .sec-shop .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  position: relative;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .list {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .list {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .list {
    max-width: 100%;
  }
}
.__shop .sec-shop .list.mb {
  margin-bottom: 5.2083333333vw;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .list.mb {
    margin-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .list.mb {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .list.mb {
    margin-bottom: 13.3333333333vw;
  }
}
.__shop .sec-shop .list li {
  width: 48%;
  padding: 45px 0;
  border-bottom: 1px solid black;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .list li {
    padding: 2.34375vw 0;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .list li {
    padding: 3.125vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .list li {
    width: 100%;
    padding: 5.3333333333vw 0;
  }
}
.__shop .sec-shop .list li:nth-child(1), .__shop .sec-shop .list li:nth-child(2) {
  border-top: 1px solid black;
}
.__shop .sec-shop .list li h3 {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .list li h3 {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .list li h3 {
    font-size: 1.7361111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .list li h3 {
    font-size: 4.8vw;
  }
}
.__shop .sec-shop .list li .num {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
@media (max-width: 1920px) {
  .__shop .sec-shop .list li .num {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .__shop .sec-shop .list li .num {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__shop .sec-shop .list li .num {
    font-size: 3.7333333333vw;
  }
}
.__shop .sec-shop .list li .num + .num {
  margin-top: 0.2em;
}

.__recruit .sec-copy {
  text-align: center;
  position: relative;
  padding: 6.25vw 0;
  z-index: 3;
}
@media (max-width: 1366px) {
  .__recruit .sec-copy {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-copy {
    padding: 16vw 5.3333333333vw;
  }
}
.__recruit .sec-copy .mv {
  max-width: 1100px;
  margin: 0 auto 70px;
}
@media (max-width: 1366px) {
  .__recruit .sec-copy .mv {
    max-width: 76.3888888889vw;
    margin: 0 auto 4.8611111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-copy .mv {
    max-width: 100%;
    margin: 0 auto 13.3333333333vw;
  }
}
.__recruit .sec-copy .mv img {
  width: 100%;
  height: auto;
}
.__recruit .sec-copy h3 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-copy h3 {
    margin-bottom: 8vw;
  }
}
.__recruit .sec-copy h3 img {
  display: block;
  max-width: 798px;
  margin: auto;
  height: auto;
}
@media (max-width: 1920px) {
  .__recruit .sec-copy h3 img {
    width: 41.5625vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-copy h3 img {
    width: 55.4166666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-copy h3 img {
    width: 80vw;
  }
}
.__recruit .sec-copy p {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.9259259259;
}
@media (max-width: 1920px) {
  .__recruit .sec-copy p {
    font-size: 1.25vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-copy p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-copy p {
    font-size: 3.7333333333vw;
  }
}
.__recruit .sec-voice {
  text-align: center;
  position: relative;
  padding: 6.25vw 0;
  z-index: 3;
}
@media (max-width: 1366px) {
  .__recruit .sec-voice {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice {
    padding: 16vw 0;
  }
}
.__recruit .sec-voice .list {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
@media (max-width: 1920px) {
  .__recruit .sec-voice .list {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-voice .list {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list {
    padding: 0 5.3333333333vw;
  }
}
.__recruit .sec-voice .list li {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list li {
    display: block;
  }
}
.__recruit .sec-voice .list li + li {
  margin-top: 60px;
}
@media (max-width: 1920px) {
  .__recruit .sec-voice .list li + li {
    margin-top: 6.25vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-voice .list li + li {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list li + li {
    margin-top: 16vw;
  }
}
.__recruit .sec-voice .list li .thumb {
  width: 50%;
  overflow: hidden;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list li .thumb {
    width: 100%;
  }
}
.__recruit .sec-voice .list li .thumb img {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.__recruit .sec-voice .list li .txt-area {
  width: 50%;
  padding: 50px 45px 50px 90px;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 0;
  background: white;
  border-radius: 15px;
  margin: 50px 0 0 -45px;
  min-height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media (max-width: 1920px) {
  .__recruit .sec-voice .list li .txt-area {
    padding: 2.6041666667vw 2.34375vw 2.6041666667vw 4.6875vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-voice .list li .txt-area {
    padding: 3.4722222222vw 3.125vw 3.4722222222vw 6.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list li .txt-area {
    padding: 13.3333333333vw 5.3333333333vw 8vw;
    width: 100%;
    margin: -5.3333333333vw 0 0 -5.3333333333vw;
    min-height: inherit;
    border-radius: 8px;
  }
}
.__recruit .sec-voice .list li h3 {
  font-size: 1.8rem;
  position: relative;
  text-align: left;
  line-height: 1.6;
  font-weight: 900;
  margin-bottom: 1em;
}
@media (max-width: 1920px) {
  .__recruit .sec-voice .list li h3 {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-voice .list li h3 {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list li h3 {
    font-size: 4vw;
    margin-bottom: 0.5em;
  }
}
.__recruit .sec-voice .list li p {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.05;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 1920px) {
  .__recruit .sec-voice .list li p {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-voice .list li p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-voice .list li p {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
.__recruit .sec-voice .list li.active::after {
  width: 100%;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.__recruit .sec-voice .list li.active .thumb img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.__recruit .sec-voice .list li.active .txt-area {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
}
.__recruit .sec-recruiting {
  position: relative;
  z-index: 3;
  background-image: url(../img/recruit/recruiting/mv.webp?0730);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38.28125vw;
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting {
    height: 51.0416666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting {
    height: auto;
    background-size: 120% auto;
    background-position: left top;
    padding-top: 55%;
    margin-top: 16vw;
  }
}
.__recruit .sec-recruiting .inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1920px) {
  .__recruit .sec-recruiting .inner {
    width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .inner {
    width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .inner {
    width: 100%;
    padding: 5.3333333333vw;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .inner h2 {
    text-align: center;
  }
}
.__recruit .sec-recruiting .inner h2 img {
  width: auto;
  height: 3.6458333333vw;
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .inner h2 img {
    height: 4.8611111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .inner h2 img {
    height: 8vw;
  }
}
.__recruit .sec-recruiting .list {
  margin-top: 1.5%;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .list {
    margin-top: 5.3333333333vw;
  }
}
.__recruit .sec-recruiting .list li {
  width: 48.5%;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .list li {
    width: 85%;
    margin: auto;
  }
  .__recruit .sec-recruiting .list li + li {
    margin-top: 4vw;
  }
}
.__recruit .sec-recruiting .list li img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.__contact .sec-contact {
  position: relative;
  padding: 6.25vw 0 0;
  z-index: 3;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1920px) {
  .__contact .sec-contact {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__contact .sec-contact {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact {
    padding: 16vw 0 0;
  }
}
.__contact .sec-contact .base-top-txt small {
  font-size: 1.4rem;
  color: #c7161d;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .base-top-txt small {
    font-size: 3.2vw;
  }
}
.__contact .sec-contact .form-style {
  padding: 0 100px;
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style {
    padding: 0 5.3333333333vw;
    margin-top: vw-so(50);
  }
}
.__contact .sec-contact .form-style input, .__contact .sec-contact .form-style textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.__contact .sec-contact .form-style dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style dl {
    margin-bottom: 8vw;
  }
}
.__contact .sec-contact .form-style dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style dl dt {
    font-size: 4.8vw;
    margin-bottom: 1em;
  }
}
.__contact .sec-contact .form-style dl dt .require {
  color: #c7161d;
  font-size: 1.4rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style dl dt .require {
    font-size: 3.7333333333vw;
  }
}
.__contact .sec-contact .form-style dl dd {
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style dl dd {
    font-size: 4.2666666667vw;
  }
}
.__contact .sec-contact .form-style dl dd input {
  background: white;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 6px;
  width: 70%;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style dl dd input {
    padding: 2.6666666667vw;
    width: 85%;
  }
}
.__contact .sec-contact .form-style dl dd textarea {
  width: 100%;
  height: 300px;
  background: white;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 6px;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style dl dd textarea {
    padding: 2.6666666667vw;
    height: 53.3333333333vw;
  }
}
.__contact .sec-contact .form-style .policy {
  border: 1px solid #ccc;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style .policy {
    padding: 5.3333333333vw;
  }
}
.__contact .sec-contact .form-style .policy h3 {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style .policy h3 {
    font-size: 4vw;
  }
}
.__contact .sec-contact .form-style .policy p {
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style .policy p {
    font-size: 3.2vw;
  }
}
.__contact .sec-contact .form-style .policy p a {
  text-decoration: underline;
  font-weight: 700;
}
.__contact .sec-contact .form-style .policy .wpcf7-form-control-wrap {
  margin-top: 1em;
  display: block;
}
.__contact .sec-contact .form-style .policy .wpcf7-form-control-wrap input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  vertical-align: -6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style .policy .wpcf7-form-control-wrap input[type=checkbox] {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    vertical-align: -1.0666666667vw;
  }
}
.__contact .sec-contact .form-style .policy .wpcf7-form-control-wrap input[type=checkbox]:checked:before {
  position: absolute;
  top: -2px;
  left: 4px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 9px;
  height: 15px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style .policy .wpcf7-form-control-wrap input[type=checkbox]:checked:before {
    top: -0.2666666667vw;
    left: 0.8vw;
    width: 1.8666666667vw;
    height: 3.4666666667vw;
  }
}
.__contact .sec-contact .form-style .submit-area {
  max-width: 450px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style .submit-area {
    max-width: 75vw;
    margin: 8vw auto 0;
  }
}
.__contact .sec-contact .form-style .submit-area input {
  background: black;
  width: 100%;
  height: 60px;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 900;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  .__contact .sec-contact .form-style .submit-area input {
    height: 12vw;
    font-size: 3.7333333333vw;
    padding-bottom: 2px;
  }
}
.__contact .sec-contact .form-style .submit-area input:hover {
  background: #c7161d;
}

.__news .sec-news-list {
  position: relative;
  padding: 6.25vw 0;
  z-index: 3;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -6.25vw;
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list {
    padding: 16vw 0;
  }
}
@media (max-width: 1920px) {
  .__news .sec-news-list {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-news-list {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list {
    margin-bottom: -16vw;
  }
}
.__news .sec-news-list .news-list {
  max-width: 1020px;
  margin: auto;
}
@media (max-width: 1920px) {
  .__news .sec-news-list .news-list {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-news-list .news-list {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list .news-list {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.__news .sec-news-list .news-list li {
  border-bottom: 1px solid black;
  margin-bottom: 15px;
  display: none;
}
@media (max-width: 1920px) {
  .__news .sec-news-list .news-list li {
    margin-bottom: 0.78125vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-news-list .news-list li {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list .news-list li {
    margin-bottom: 2.6666666667vw;
  }
}
.__news .sec-news-list .news-list li.is-show {
  display: block;
}
.__news .sec-news-list .news-list li a {
  position: relative;
  padding: 0 0 15px;
  display: block;
}
@media (max-width: 1920px) {
  .__news .sec-news-list .news-list li a {
    padding: 0 0 0.78125vw;
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-news-list .news-list li a {
    padding: 0 0 1.0416666667vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list .news-list li a {
    padding: 0 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.__news .sec-news-list .news-list li .time {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 1.6rem;
}
@media (max-width: 1920px) {
  .__news .sec-news-list .news-list li .time {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-news-list .news-list li .time {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list .news-list li .time {
    position: inherit;
    left: inherit;
    top: inherit;
    display: block;
    margin-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.__news .sec-news-list .news-list li .category {
  position: absolute;
  left: 100px;
  top: 3px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  border-radius: 4px;
  width: 96px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: 900;
}
@media (max-width: 1920px) {
  .__news .sec-news-list .news-list li .category {
    left: 5.2083333333vw;
    top: 0.15625vw;
    font-size: 0.7291666667vw;
    width: 5vw;
    height: 1.3020833333vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-news-list .news-list li .category {
    left: 6.9444444444vw;
    top: 0.2083333333vw;
    font-size: 0.9722222222vw;
    width: 6.6666666667vw;
    height: 1.7361111111vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list .news-list li .category {
    left: 21.3333333333vw;
    top: 0.5333333333vw;
    font-size: 2.6666666667vw;
    width: 18.6666666667vw;
    height: 4.8vw;
  }
}
.__news .sec-news-list .news-list li .category.news-cat1 {
  background: #0068b7;
}
.__news .sec-news-list .news-list li .category.news-cat2 {
  background: #eb5d00;
}
.__news .sec-news-list .news-list li .category.news-cat3 {
  background: #8cc63f;
}
.__news .sec-news-list .news-list li .category.news-cat4 {
  background: #ffb75c;
}
.__news .sec-news-list .news-list li .txt {
  padding-left: 220px;
}
@media (max-width: 1920px) {
  .__news .sec-news-list .news-list li .txt {
    padding-left: 11.4583333333vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-news-list .news-list li .txt {
    padding-left: 15.2777777778vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-news-list .news-list li .txt {
    padding-left: 0;
  }
}
.__news .sec-post {
  position: relative;
  padding: 6.25vw 0;
  z-index: 3;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -3.125vw;
}
@media screen and (max-width: 991px) {
  .__news .sec-post {
    padding: 16vw 0;
  }
}
@media (max-width: 1920px) {
  .__news .sec-post {
    max-width: 57.2916666667vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-post {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-post {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-post {
    margin-bottom: -16vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.__news .sec-post::before {
  content: "";
  background-image: url(../img/common/fude.svg);
  background-size: 512px auto;
  background-repeat: no-repeat;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  left: -510px;
  bottom: 0;
}
@media (max-width: 1920px) {
  .__news .sec-post::before {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-post::before {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
  }
}
@media (max-width: 1920px) {
  .__news .sec-post::before {
    left: -26.5625vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-post::before {
    left: -35.4166666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-post::before {
    left: -66.6666666667vw;
  }
}
.__news .sec-post::after {
  content: "";
  background-image: url(../img/common/fude.svg);
  background-size: 512px auto;
  background-repeat: no-repeat;
  width: 512px;
  height: 298px;
  display: block;
  position: absolute;
  right: -540px;
  top: 100px;
}
@media (max-width: 1920px) {
  .__news .sec-post::after {
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 15.5208333333vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-post::after {
    background-size: 35.5555555556vw auto;
    width: 35.5555555556vw;
    height: 20.6944444444vw;
  }
}
@media (max-width: 1920px) {
  .__news .sec-post::after {
    right: -28.125vw;
    top: 5.2083333333vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-post::after {
    right: -37.5vw;
    top: 6.9444444444vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-post::after {
    right: -32vw;
    top: 13.3333333333vw;
  }
}
.__news .sec-post time {
  font-weight: 700;
}
.__news .sec-post .post-ttl {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  letter-spacing: 0.05em;
}
@media (max-width: 1920px) {
  .__news .sec-post .post-ttl {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-post .post-ttl {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-post .post-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 1.5em;
  }
}
.__news .sec-post .post-content {
  line-height: 1.8;
  word-break: break-all;
}
.__news .sec-post .back {
  max-width: 200px;
  height: 45px;
  background: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5.2083333333vw auto 0;
  font-weight: 700;
  border-radius: 6px;
}
@media (max-width: 1920px) {
  .__news .sec-post .back {
    max-width: 13.0208333333vw;
    height: 2.6041666667vw;
  }
}
@media (max-width: 1366px) {
  .__news .sec-post .back {
    max-width: 17.3611111111vw;
    height: 3.4722222222vw;
  }
}
@media screen and (max-width: 991px) {
  .__news .sec-post .back {
    max-width: 70%;
    height: 10.6666666667vw;
  }
}
/*# sourceMappingURL=style.css.map */