@charset "UTF-8";
.mincho {
  font-family: "Shippori Mincho", serif; }

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

html {
  text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-padding-top: 7.5520833333vw 0 0; }
  @media screen and (min-width: 1920px) {
    html {
      scroll-padding-top: 145px 0 0; } }
  @media screen and (max-width: 980px) {
    html {
      scroll-padding-top: 16vw 0 0; } }

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #fff;
  font-size: 1.6rem;
  opacity: 0;
  transition: 1s ease; }
  body.load {
    opacity: 1; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

fieldset,
img {
  border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr,
acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  /**font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;*/ }

textarea {
  resize: vertical;
  display: block; }

button {
  padding: 0;
  cursor: pointer; }

legend {
  color: #000; }

main {
  display: block;
  position: relative; }

a {
  text-decoration: none;
  color: inherit;
  transition: 0.5s ease;
  text-underline-offset: .5rem; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: 0.5s ease; }

svg {
  display: block; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-feature-settings: "palt";
  image-rendering: -webkit-optimize-contrast; }

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

br.pc {
  display: block; }
  @media screen and (max-width: 980px) {
    br.pc {
      display: none; } }
br.sp {
  display: none; }
  @media screen and (max-width: 980px) {
    br.sp {
      display: block; } }

span.pc {
  display: inline; }
  @media screen and (max-width: 980px) {
    span.pc {
      display: none; } }
span.sp {
  display: none; }
  @media screen and (max-width: 980px) {
    span.sp {
      display: inline; } }

/*-----------------------------
common
-----------------------------*/
.hidden {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block; }

.move {
  transition: all 1s ease;
  opacity: 0;
  transform: translate(0, 2.0833333333vw);
  -webkit-transform: translate(0, 2.0833333333vw); }
  @media screen and (min-width: 1920px) {
    .move {
      transform: translate(0, 40px);
      -webkit-transform: translate(0, 40px); } }
  @media screen and (max-width: 980px) {
    .move {
      transform: translate(0, 5.3333333333vw);
      -webkit-transform: translate(0, 5.3333333333vw); } }

.move-in {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.fade {
  transition: all 1s ease;
  opacity: 0;
  filter: blur(20px); }

.fade-in {
  opacity: 1;
  filter: blur(0); }

#wrapper {
  width: calc(100vw - calc(100vw - 100%));
  overflow: hidden;
  position: relative;
  padding: 7.5520833333vw 0 0; }
  @media screen and (min-width: 1920px) {
    #wrapper {
      padding: 145px 0 0; } }
  @media screen and (max-width: 980px) {
    #wrapper {
      padding: 16vw 0 0; } }

.inner {
  margin: 0 auto;
  width: 62.5vw; }
  @media screen and (min-width: 1920px) {
    .inner {
      width: 1200px;
      padding: 0; } }
  @media screen and (max-width: 980px) {
    .inner {
      width: auto;
      padding: 0; } }

/*-----------------------------
header
-----------------------------*/
header {
  width: 100vw;
  height: 8.5416666667vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff; }
  @media screen and (min-width: 1920px) {
    header {
      height: 164px; } }
  @media screen and (max-width: 980px) {
    header {
      height: 16vw;
      width: 100%; } }
  header .header-wrap {
    display: flex;
    justify-content: space-between;
    height: 100%; }
  header .header-left {
    padding: 0.9375vw 0 0 2.6041666667vw; }
    @media screen and (min-width: 1920px) {
      header .header-left {
        padding: 18px 0 0 50px; } }
    @media screen and (max-width: 980px) {
      header .header-left {
        padding: 0 0 0 2.6666666667vw; } }
    header .header-left h1 {
      font-size: 0.6770833333vw;
      line-height: 1; }
      @media screen and (min-width: 1920px) {
        header .header-left h1 {
          font-size: 13px; } }
      @media screen and (max-width: 980px) {
        header .header-left h1 {
          display: none;
          font-size: 2.6666666667vw; } }
    header .header-left ._logo {
      padding: 1.5625vw 0 0; }
      @media screen and (min-width: 1920px) {
        header .header-left ._logo {
          padding: 30px 0 0; } }
      @media screen and (max-width: 980px) {
        header .header-left ._logo {
          padding: 3.2vw 0 0; } }
      header .header-left ._logo a {
        display: inline-block; }
        @media screen and (min-width: 1920px) {
          header .header-left ._logo a {
            padding: 0 0 0 105px;
            background-size: 93px auto; } }
        @media screen and (max-width: 980px) {
          header .header-left ._logo a {
            width:65%; } }
        header .header-left ._logo a strong {
          display: inline-block;
          font-size: 1.875vw;
          font-weight: 500;
          line-height: 1.8; }
          @media screen and (min-width: 1920px) {
            header .header-left ._logo a strong {
              font-size: 36px; } }
          @media screen and (max-width: 980px) {
            header .header-left ._logo a strong {
              font-size: 4vw;
              line-height: 1.3; } }
  header .header-right {
    display: flex;
    align-items: end;
    gap: 0.9375vw;
    height: 100%; }
    @media screen and (min-width: 1920px) {
      header .header-right {
        gap: 18px; } }
    @media screen and (max-width: 980px) {
      header .header-right {
        gap: 0vw; } }
    header .header-right .header-navi .header-navi-tel {
      margin: 0 0 2.0833333333vw;
      text-align: right; }
      @media screen and (min-width: 1920px) {
        header .header-right .header-navi .header-navi-tel {
          margin: 0 0 40px; } }
      @media screen and (max-width: 980px) {
        header .header-right .header-navi .header-navi-tel {
          margin: 0; } }
      header .header-right .header-navi .header-navi-tel a, header .header-right .header-navi .header-navi-tel span {
        display: inline-block;
        font-size: 1.5625vw;
        padding: 0 0 0 1.3020833333vw;
        background: url(../img/icon-tel.png) no-repeat top 0.2em left/0.8854166667vw auto;
        line-height: 1; }
        @media screen and (min-width: 1920px) {
          header .header-right .header-navi .header-navi-tel a, header .header-right .header-navi .header-navi-tel span {
            font-size: 30px;
            padding: 0 0 0 25px;
            background-size: 17px auto; } }
        @media screen and (max-width: 980px) {
          header .header-right .header-navi .header-navi-tel a, header .header-right .header-navi .header-navi-tel span {
            font-size: 0vw;
            padding: 0;
            width: 16vw;
            height: 16vw;
            background-position: center;
            background-size: 4.5333333333vw auto; } }
    @media screen and (max-width: 980px) {
      header .header-right .header-navi .header-navi-menu {
        display: none;
        position: fixed;
        width: 100vw;
        top: 16vw;
        left: 0;
        z-index: 10000;
        background-color: #fff; } }
    header .header-right .header-navi .header-navi-menu ul {
      display: flex;
      gap: 1.5625vw; }
      @media screen and (min-width: 1920px) {
        header .header-right .header-navi .header-navi-menu ul {
          gap: 30px; } }
      @media screen and (max-width: 980px) {
        header .header-right .header-navi .header-navi-menu ul {
          width: 100%;
          gap: 0vw;
          flex-direction: column;
          padding: 5.3333333333vw;
          height: calc(100vh - 16vw);
          height: calc(100svh - 16vw);
          overflow: auto; } }
      @media screen and (max-width: 980px) {
        header .header-right .header-navi .header-navi-menu ul li {
          border-bottom: solid #ccc 0.2666666667vw; } }
      header .header-right .header-navi .header-navi-menu ul li:last-child {
        border-bottom: none; }
      header .header-right .header-navi .header-navi-menu ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        font-size: 0.8854166667vw;
        padding: 0 0 1.0416666667vw; }
        @media screen and (min-width: 1920px) {
          header .header-right .header-navi .header-navi-menu ul li a {
            font-size: 17px;
            padding: 0 0 20px; } }
        @media screen and (max-width: 980px) {
          header .header-right .header-navi .header-navi-menu ul li a {
            font-size: 3.7333333333vw;
            padding: 1em .5em;
            flex-direction: row;
            gap: 1em; } }
        header .header-right .header-navi .header-navi-menu ul li a span {
          font-weight: 600; }
        header .header-right .header-navi .header-navi-menu ul li a small {
          font-size: 0.6770833333vw; }
          @media screen and (min-width: 1920px) {
            header .header-right .header-navi .header-navi-menu ul li a small {
              font-size: 13px; } }
          @media screen and (max-width: 980px) {
            header .header-right .header-navi .header-navi-menu ul li a small {
              font-size: 3.2vw; } }
        header .header-right .header-navi .header-navi-menu ul li a:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          background-color: #000;
          width: 0;
          height: 0.1041666667vw;
          transition: 0.5s ease; }
          @media screen and (min-width: 1920px) {
            header .header-right .header-navi .header-navi-menu ul li a:after {
              height: 2px; } }
          @media screen and (max-width: 980px) {
            header .header-right .header-navi .header-navi-menu ul li a:after {
              content: none; } }
        header .header-right .header-navi .header-navi-menu ul li a:hover:after {
          width: 100%; }
    header .header-right .header-btn {
      width: 7.2916666667vw; }
      @media screen and (min-width: 1920px) {
        header .header-right .header-btn {
          width: 140px; } }
      @media screen and (max-width: 980px) {
        header .header-right .header-btn {
          width: 32vw;
          margin: 0 16vw 0 0; } }
      @media screen and (max-width: 980px) {
        header .header-right .header-btn ul {
          display: flex; } }
      header .header-right .header-btn ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 4.2708333333vw;
        color: #fff; }
        @media screen and (min-width: 1920px) {
          header .header-right .header-btn ul li a {
            height: 82px; } }
        @media screen and (max-width: 980px) {
          header .header-right .header-btn ul li a {
            width: 16vw;
            height: 16vw; } }
        header .header-right .header-btn ul li a span {
          display: block;
          background-position: center top;
          background-repeat: no-repeat; }
          @media screen and (max-width: 980px) {
            header .header-right .header-btn ul li a span {
              width: 16vw;
              height: 16vw;
              background-position: center; } }
        header .header-right .header-btn ul li a:hover {
          opacity: .7; }
      header .header-right .header-btn ul li.header-btn-recruit a {
        background-color: #8d4a98; }
        header .header-right .header-btn ul li.header-btn-recruit a span {
          font-size: 0.78125vw;
          background-image: url(../img/icon-human.png);
          background-size: 1.2760416667vw;
          padding: 1.6666666667vw 0 0;
          text-align: center;
          line-height: 1.3; }
          @media screen and (min-width: 1920px) {
            header .header-right .header-btn ul li.header-btn-recruit a span {
              font-size: 15px;
              background-size: 24.5px;
              padding: 32px 0 0; } }
          @media screen and (max-width: 980px) {
            header .header-right .header-btn ul li.header-btn-recruit a span {
              font-size: 0vw;
              background-size: 6.5333333333vw;
              padding: 0; } }
      header .header-right .header-btn ul li.header-btn-contact a {
        background-color: #38afc0; }
        header .header-right .header-btn ul li.header-btn-contact a span {
          background-image: url(../img/icon-mail.png);
          background-size: 1.328125vw;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 1.0416666667vw 0 0; }
          @media screen and (min-width: 1920px) {
            header .header-right .header-btn ul li.header-btn-contact a span {
              background-size: 25.5px;
              padding: 20px 0 0; } }
          @media screen and (max-width: 980px) {
            header .header-right .header-btn ul li.header-btn-contact a span {
              background-size: 6.8vw;
              padding: 0; } }
          header .header-right .header-btn ul li.header-btn-contact a span strong {
            font-size: 0.8333333333vw; }
            @media screen and (min-width: 1920px) {
              header .header-right .header-btn ul li.header-btn-contact a span strong {
                font-size: 16px; } }
            @media screen and (max-width: 980px) {
              header .header-right .header-btn ul li.header-btn-contact a span strong {
                font-size: 0vw; } }
          header .header-right .header-btn ul li.header-btn-contact a span small {
            font-size: 0.6770833333vw; }
            @media screen and (min-width: 1920px) {
              header .header-right .header-btn ul li.header-btn-contact a span small {
                font-size: 13px; } }
            @media screen and (max-width: 980px) {
              header .header-right .header-btn ul li.header-btn-contact a span small {
                font-size: 0vw; } }

#sp-header-menu {
  display: none;
  position: fixed;
  top: 0vw;
  right: 0vw;
  z-index: 10001; }
  @media screen and (max-width: 980px) {
    #sp-header-menu {
      display: block; } }
  #sp-header-menu a {
    display: inline-block;
    width: 16vw;
    height: 16vw;
    position: relative; }
    #sp-header-menu a span {
      display: inline-block;
      background-color: #000;
      width: 60%;
      height: 0.5333333333vw;
      position: absolute;
      left: 20%;
      transition: 0.5s ease; }
      #sp-header-menu a span:nth-child(1) {
        top: 5.3333333333vw; }
      #sp-header-menu a span:nth-child(2) {
        top: 7.6vw; }
      #sp-header-menu a span:nth-child(3) {
        bottom: 5.3333333333vw; }
  #sp-header-menu.active a span:nth-child(1) {
    transform: translate(0, 2.2666666667vw) rotate(-135deg); }
  #sp-header-menu.active a span:nth-child(2) {
    opacity: 0;
    transform: translate(5.3333333333vw, 0); }
  #sp-header-menu.active a span:nth-child(3) {
    transform: translate(0, -2.2666666667vw) rotate(135deg); }

/*-----------------------------
footer
-----------------------------*/
footer {
  width: 100vw;
  padding: 4.4270833333vw 0 1.3020833333vw; }
  @media screen and (min-width: 1920px) {
    footer {
      padding: 85px 0 25px; } }
  @media screen and (max-width: 980px) {
    footer {
      padding: 10.6666666667vw 0 5.3333333333vw; } }
  footer .footer-top {
    margin: 0 0 1.8229166667vw; }
    @media screen and (min-width: 1920px) {
      footer .footer-top {
        margin: 0 0 35px; } }
    @media screen and (max-width: 980px) {
      footer .footer-top {
        margin: 0 0 5.3333333333vw; } }
  footer .footer-top-head p {
    font-size: 0.6770833333vw;
    line-height: 1; }
    @media screen and (min-width: 1920px) {
      footer .footer-top-head p {
        font-size: 13px; } }
    @media screen and (max-width: 980px) {
      footer .footer-top-head p {
        display: none;
        font-size: 2.6666666667vw; } }
  footer .footer-top-fl {
    padding: 1.5625vw 0 0;
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 1920px) {
      footer .footer-top-fl {
        padding: 30px 0 0; } }
    @media screen and (max-width: 980px) {
      footer .footer-top-fl {
        padding: 3.2vw 0 0;
        flex-direction: column;
        align-items: center; } }
    @media screen and (max-width: 980px) {
      footer .footer-top-fl .footer-top-logo {
        margin: 0 0 5.3333333333vw; } }
    footer .footer-top-fl .footer-top-logo a {
      display: inline-block;
      padding: 0 0 0 5.46875vw;
      background: url(../img/logo.png) no-repeat center left/4.84375vw auto; }
      @media screen and (min-width: 1920px) {
        footer .footer-top-fl .footer-top-logo a {
          padding: 0 0 0 105px;
          background-size: 93px auto; } }
      @media screen and (max-width: 980px) {
        footer .footer-top-fl .footer-top-logo a {
          padding: 0 0 0 13.8666666667vw;
          background-size: 12.2666666667vw auto; } }
      footer .footer-top-fl .footer-top-logo a span {
        display: inline-block;
        font-size: 1.875vw;
        font-weight: 500;
        line-height: 1.8; }
        @media screen and (min-width: 1920px) {
          footer .footer-top-fl .footer-top-logo a span {
            font-size: 36px; } }
        @media screen and (max-width: 980px) {
          footer .footer-top-fl .footer-top-logo a span {
            font-size: 4.8vw;
            line-height: 1.8; } }
    footer .footer-top-fl .footer-top-right {
      display: flex;
      align-items: center;
      gap: 1.0416666667vw; }
      @media screen and (min-width: 1920px) {
        footer .footer-top-fl .footer-top-right {
          gap: 20px; } }
      @media screen and (max-width: 980px) {
        footer .footer-top-fl .footer-top-right {
          gap: 5.3333333333vw;
          flex-direction: column; } }
      footer .footer-top-fl .footer-top-right .footer-top-tel a, footer .footer-top-fl .footer-top-right .footer-top-tel span {
        display: inline-block;
        font-size: 1.5625vw;
        padding: 0 0 0 1.3020833333vw;
        background: url(../img/icon-tel.png) no-repeat top 0.2em left/0.8854166667vw auto;
        line-height: 1; }
        @media screen and (min-width: 1920px) {
          footer .footer-top-fl .footer-top-right .footer-top-tel a, footer .footer-top-fl .footer-top-right .footer-top-tel span {
            font-size: 30px;
            padding: 0 0 0 25px;
            background-size: 17px auto; } }
        @media screen and (max-width: 980px) {
          footer .footer-top-fl .footer-top-right .footer-top-tel a, footer .footer-top-fl .footer-top-right .footer-top-tel span {
            font-size: 8vw;
            padding: 0 0 0 6.6666666667vw;
            background-size: 4.5333333333vw auto; } }
      footer .footer-top-fl .footer-top-right .footer-top-btn ul {
        display: flex;
        gap: 1.0416666667vw; }
        @media screen and (min-width: 1920px) {
          footer .footer-top-fl .footer-top-right .footer-top-btn ul {
            gap: 20px; } }
        @media screen and (max-width: 980px) {
          footer .footer-top-fl .footer-top-right .footer-top-btn ul {
            gap: 5.3333333333vw;
            flex-direction: column;
            align-items: center; } }
        footer .footer-top-fl .footer-top-right .footer-top-btn ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 9.375vw;
          height: 2.8125vw;
          color: #fff; }
          @media screen and (min-width: 1920px) {
            footer .footer-top-fl .footer-top-right .footer-top-btn ul li a {
              width: 180px;
              height: 54px; } }
          @media screen and (max-width: 980px) {
            footer .footer-top-fl .footer-top-right .footer-top-btn ul li a {
              width: 48vw;
              height: 14.4vw; } }
          footer .footer-top-fl .footer-top-right .footer-top-btn ul li a span {
            display: block;
            background-position: center left;
            background-repeat: no-repeat; }
          footer .footer-top-fl .footer-top-right .footer-top-btn ul li a:hover {
            opacity: .7; }
        footer .footer-top-fl .footer-top-right .footer-top-btn ul li.header-btn-recruit a {
          background-color: #8d4a98; }
          footer .footer-top-fl .footer-top-right .footer-top-btn ul li.header-btn-recruit a span {
            font-size: 0.78125vw;
            background-image: url(../img/icon-human.png);
            background-size: 1.2760416667vw;
            padding: 0 0 0 2.0833333333vw;
            text-align: center;
            line-height: 1.3; }
            @media screen and (min-width: 1920px) {
              footer .footer-top-fl .footer-top-right .footer-top-btn ul li.header-btn-recruit a span {
                font-size: 15px;
                background-size: 24.5px;
                padding: 0 0 0 40px; } }
            @media screen and (max-width: 980px) {
              footer .footer-top-fl .footer-top-right .footer-top-btn ul li.header-btn-recruit a span {
                font-size: 4vw;
                background-size: 6.5333333333vw;
                padding: 0 0 0 10.6666666667vw; } }
        footer .footer-top-fl .footer-top-right .footer-top-btn ul li.header-btn-contact a {
          background-color: #38afc0; }
          footer .footer-top-fl .footer-top-right .footer-top-btn ul li.header-btn-contact a span {
            background-image: url(../img/icon-mail.png);
            background-size: 1.328125vw;
            display: flex;
            align-items: start;
            flex-direction: column;
            padding: 0 0 0 2.6041666667vw; }
            @media screen and (min-width: 1920px) {
              footer .footer-top-fl .footer-top-right .footer-top-btn ul li.header-btn-contact a span {
                background-size: 25.5px;
                padding: 0 0 0 50px; } }
            @media screen and (max-width: 980px) {
              footer .footer-top-fl .footer-top-right .footer-top-btn ul li.header-btn-contact a span {
                background-size: 6.8vw;
                padding: 0 0 0 13.3333333333vw; } }
            footer .footer-top-fl .footer-top-right .footer-top-btn ul li.header-btn-contact a span strong {
              font-size: 0.8333333333vw; }
              @media screen and (min-width: 1920px) {
                footer .footer-top-fl .footer-top-right .footer-top-btn ul li.header-btn-contact a span strong {
                  font-size: 16px; } }
              @media screen and (max-width: 980px) {
                footer .footer-top-fl .footer-top-right .footer-top-btn ul li.header-btn-contact a span strong {
                  font-size: 4.2666666667vw; } }
            footer .footer-top-fl .footer-top-right .footer-top-btn ul li.header-btn-contact a span small {
              font-size: 0.6770833333vw; }
              @media screen and (min-width: 1920px) {
                footer .footer-top-fl .footer-top-right .footer-top-btn ul li.header-btn-contact a span small {
                  font-size: 13px; } }
              @media screen and (max-width: 980px) {
                footer .footer-top-fl .footer-top-right .footer-top-btn ul li.header-btn-contact a span small {
                  font-size: 3.4666666667vw; } }
  footer .footer-bottom {
    margin: 0 0 1.3020833333vw;
    background-color: #f4f4f4; }
    @media screen and (min-width: 1920px) {
      footer .footer-bottom {
        margin: 0 0 25px; } }
    @media screen and (max-width: 980px) {
      footer .footer-bottom {
        margin: 0 0 5.3333333333vw; } }
    footer .footer-bottom .footer-bottom-menu {
      padding: 1.3020833333vw 0; }
      @media screen and (min-width: 1920px) {
        footer .footer-bottom .footer-bottom-menu {
          padding: 25px 0; } }
      @media screen and (max-width: 980px) {
        footer .footer-bottom .footer-bottom-menu {
          padding: 5.3333333333vw; } }
      footer .footer-bottom .footer-bottom-menu ul {
        display: flex;
        justify-content: center;
        gap: 1.0416666667vw; }
        @media screen and (min-width: 1920px) {
          footer .footer-bottom .footer-bottom-menu ul {
            gap: 20px; } }
        @media screen and (max-width: 980px) {
          footer .footer-bottom .footer-bottom-menu ul {
            flex-direction: column; } }
        @media screen and (max-width: 980px) {
          footer .footer-bottom .footer-bottom-menu ul li {
            border-bottom: solid #ccc 0.2666666667vw; } }
        footer .footer-bottom .footer-bottom-menu ul li:last-child {
          border-bottom: none; }
        footer .footer-bottom .footer-bottom-menu ul li a {
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative;
          font-size: 0.8854166667vw; }
          @media screen and (min-width: 1920px) {
            footer .footer-bottom .footer-bottom-menu ul li a {
              font-size: 17px; } }
          @media screen and (max-width: 980px) {
            footer .footer-bottom .footer-bottom-menu ul li a {
              font-size: 3.7333333333vw;
              padding: 1em .5em;
              flex-direction: row;
              gap: 1em; } }
          footer .footer-bottom .footer-bottom-menu ul li a span {
            font-weight: 600; }
          footer .footer-bottom .footer-bottom-menu ul li a small {
            font-size: 0.6770833333vw; }
            @media screen and (min-width: 1920px) {
              footer .footer-bottom .footer-bottom-menu ul li a small {
                font-size: 13px; } }
            @media screen and (max-width: 980px) {
              footer .footer-bottom .footer-bottom-menu ul li a small {
                font-size: 3.2vw; } }
          footer .footer-bottom .footer-bottom-menu ul li a:hover {
            opacity: .7; }
  footer .copyright {
    text-align: center; }
    footer .copyright small {
      font-size: 0.625vw; }
      @media screen and (min-width: 1920px) {
        footer .copyright small {
          font-size: 12px; } }
      @media screen and (max-width: 980px) {
        footer .copyright small {
          font-size: 2.6666666667vw; } }

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 25px;
  z-index: 9999;
  display: none; }
  @media screen and (min-width: 1920px) {
    #pagetop {
      bottom: 30px;
      right: 25px; } }
  @media screen and (max-width: 980px) {
    #pagetop {
      bottom: 8vw;
      right: 2.6666666667vw; } }
  #pagetop a {
    display: block;
    background: #000 url(../img/pagetop-arrow.svg) no-repeat center/20px auto;
    width: 70px;
    height: 70px;
    border-radius: 50%; }
    @media screen and (min-width: 1920px) {
      #pagetop a {
        background-size: 20px auto;
        width: 70px;
        height: 70px; } }
    @media screen and (max-width: 980px) {
      #pagetop a {
        background-size: 4vw auto;
        width: 10.6666666667vw;
        height: 10.6666666667vw; } }
    #pagetop a:hover {
      opacity: .7; }

/*-----------------------------
common
-----------------------------*/
.common-ttl {
  position: relative;
  margin: 0 0 3.125vw; }
  @media screen and (min-width: 1920px) {
    .common-ttl {
      margin: 0 0 60px; } }
  @media screen and (max-width: 980px) {
    .common-ttl {
      margin: 0 0 10.6666666667vw; } }
  .common-ttl:before {
    content: "";
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media screen and (max-width: 980px) {
      .common-ttl:before {
        left: 50% !important;
        transform: translateX(-50%); } }
  .common-ttl h2 {
    font-size: 2.5vw;
    font-weight: 500;
    letter-spacing: .06em;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 1920px) {
      .common-ttl h2 {
        font-size: 48px; } }
    @media screen and (max-width: 980px) {
      .common-ttl h2 {
        text-align: center;
        font-size: 6.4vw; } }
  .common-ttl small {
    font-size: 1.0416666667vw;
    font-weight: 600;
    letter-spacing: .06em;
    display: block;
    padding: 1em 0 0; }
    @media screen and (min-width: 1920px) {
      .common-ttl small {
        font-size: 20px; } }
    @media screen and (max-width: 980px) {
      .common-ttl small {
        text-align: center;
        font-size: 3.7333333333vw; } }
  .common-ttl.common-ttl-center {
    text-align: center; }

.common-bdy p {
  font-size: 0.78125vw;
  line-height: 2;
  letter-spacing: .06em;
  margin: 0 0 1.5em; }
  @media screen and (min-width: 1920px) {
    .common-bdy p {
      font-size: 1.171875vw; } }
  @media screen and (max-width: 980px) {
    .common-bdy p {
      font-size: 3.4666666667vw; } }
  .common-bdy p:last-child {
    margin: 0; }

table.common-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8333333333vw;
  line-height: 2;
  letter-spacing: .06em; }
  @media screen and (min-width: 1920px) {
    table.common-table {
      font-size: 16px; } }
  @media screen and (max-width: 980px) {
    table.common-table {
      display: block;
      font-size: 3.4666666667vw; } }
  @media screen and (max-width: 980px) {
    table.common-table tr, table.common-table tbody {
      display: block; } }
  table.common-table th {
    border-bottom: solid #ccc 0.0520833333vw;
    padding: .6em 1em .6em 0;
    text-align: left;
    vertical-align: middle; }
    @media screen and (min-width: 1920px) {
      table.common-table th {
        border-bottom: solid #ccc 1px; } }
    @media screen and (max-width: 980px) {
      table.common-table th {
        display: block;
        border-bottom: none;
        padding: 1em 0 0; } }
  table.common-table td {
    border-bottom: solid #ccc 0.0520833333vw;
    padding: .6em 0;
    text-align: left;
    vertical-align: middle; }
    @media screen and (min-width: 1920px) {
      table.common-table td {
        border-bottom: solid #ccc 1px; } }
    @media screen and (max-width: 980px) {
      table.common-table td {
        padding: .5em 0 1em 0;
        display: block;
        border-bottom: solid #ccc 0.2666666667vw; } }

.common-btn {
  padding: 4.6875vw 0 0; }
  @media screen and (min-width: 1920px) {
    .common-btn {
      padding: 90px 0 0; } }
  @media screen and (max-width: 980px) {
    .common-btn {
      text-align: center;
      padding: 10.6666666667vw 0 0; } }
  .common-btn.common-btn-center {
    text-align: center; }

.common-btn-arrow {
  display: inline-block;
  width: 10.4166666667vw;
  height: 3.2291666667vw;
  line-height: 3.125vw;
  border: solid #000 0.0520833333vw;
  background-color: #fff;
  padding: 0 1.0416666667vw;
  text-align: center;
  overflow: hidden; }
  @media screen and (min-width: 1920px) {
    .common-btn-arrow {
      width: 200px;
      height: 62px;
      line-height: 60px;
      border: solid #000 1px;
      padding: 0 20px; } }
  @media screen and (max-width: 980px) {
    .common-btn-arrow {
      display: block;
      width: auto;
      height: 13.8666666667vw;
      line-height: 13.3333333333vw;
      border: solid #000 0.2666666667vw;
      padding: 0 5.3333333333vw; } }
  .common-btn-arrow span {
    display: block;
    position: relative;
    font-size: 0.8333333333vw;
    font-weight: 600;
    letter-spacing: .06em;
    z-index: 2;
    transition: 0.5s ease; }
    @media screen and (min-width: 1920px) {
      .common-btn-arrow span {
        font-size: 16px; } }
    @media screen and (max-width: 980px) {
      .common-btn-arrow span {
        font-size: 3.7333333333vw; } }
    .common-btn-arrow span:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      background: url(../img/btn-arrow.svg) no-repeat center/contain;
      width: 0.4166666667vw;
      height: 0.7291666667vw;
      margin: -0.3645833333vw 0 0;
      transition: 0.5s ease; }
      @media screen and (min-width: 1920px) {
        .common-btn-arrow span:after {
          width: 8px;
          height: 14px;
          margin: -7px 0 0; } }
      @media screen and (max-width: 980px) {
        .common-btn-arrow span:after {
          width: 2.1333333333vw;
          height: 3.7333333333vw;
          margin: -1.8666666667vw 0 0; } }
  .common-btn-arrow:hover {
    background-color: #000;
    color: #fff; }
    .common-btn-arrow:hover span:after {
      background-image: url(../img/btn-arrow_wh.svg);
      transform: translate(0.5208333333vw, 0); }
      @media screen and (min-width: 1920px) {
        .common-btn-arrow:hover span:after {
          transform: translate(10px, 0); } }
      @media screen and (max-width: 980px) {
        .common-btn-arrow:hover span:after {
          transform: translate(2.6666666667vw, 0); } }
  .common-btn-arrow._wh {
    background-color: transparent;
    color: #fff;
    border-color: #ccc; }
    .common-btn-arrow._wh span:after {
      background-image: url(../img/btn-arrow_wh.svg); }

.common-more {
  text-align: right;
  padding: 2.0833333333vw 0 0; }
  @media screen and (min-width: 1920px) {
    .common-more {
      padding: 3.125vw 0 0; } }
  @media screen and (max-width: 980px) {
    .common-more {
      padding: 8vw 0 0; } }

.common-more-arrow {
  display: inline-block;
  width: 3.75vw;
  height: 3.75vw;
  border: solid #ccc 0.0520833333vw;
  border-radius: 50%;
  position: relative;
  transition: 0.5s ease; }
  @media screen and (min-width: 1920px) {
    .common-more-arrow {
      width: 5.625vw;
      height: 5.625vw;
      border: solid #ccc 0.078125vw; } }
  @media screen and (max-width: 980px) {
    .common-more-arrow {
      width: 12.8vw;
      height: 12.8vw;
      border: solid #ccc 0.2666666667vw; } }
  .common-more-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/arrow.png) no-repeat center/contain;
    width: 1.40625vw;
    height: 0.46875vw;
    margin: -0.234375vw 0 0 -0.703125vw;
    transition: 0.5s ease; }
    @media screen and (min-width: 1920px) {
      .common-more-arrow:after {
        width: 2.109375vw;
        height: 0.703125vw;
        margin: -0.3515625vw 0 0 -1.0546875vw; } }
    @media screen and (max-width: 980px) {
      .common-more-arrow:after {
        width: 7.2vw;
        height: 2.4vw;
        margin: -1.2vw 0 0 -3.6vw; } }
  .common-more-arrow:hover:after {
    transform: translate(0.5208333333vw, 0); }
    @media screen and (min-width: 1920px) {
      .common-more-arrow:hover:after {
        transform: translate(0.78125vw, 0); } }
    @media screen and (max-width: 980px) {
      .common-more-arrow:hover:after {
        transform: translate(2.6666666667vw, 0); } }

.common-cnt {
  padding: 6.25vw 0 6.25vw; }
  @media screen and (min-width: 1920px) {
    .common-cnt {
      padding: 9.375vw 0 9.375vw; } }
  @media screen and (max-width: 980px) {
    .common-cnt {
      padding: 16vw 5.3333333333vw 16vw; } }

/*-----------------------------
index
-----------------------------*/
#mainvisual {
  width: 100vw;
  height: 47.7083333333vw;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1920px) {
    #mainvisual {
      height: 916px; } }
  @media screen and (max-width: 980px) {
    #mainvisual {
      height: 80vw; } }
  #mainvisual .mainvisual-copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: end; }
    #mainvisual .mainvisual-copy ._txt {
      padding: 0 15.625vw 0 0; }
      @media screen and (min-width: 1920px) {
        #mainvisual .mainvisual-copy ._txt {
          padding: 0 300px 0 0; } }
      @media screen and (max-width: 980px) {
        #mainvisual .mainvisual-copy ._txt {
          padding: 0 5.3333333333vw 0 0; } }
      #mainvisual .mainvisual-copy ._txt h2 {
        font-size: 3.125vw;
        line-height: 1.6;
        color: #fff;
        text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3); }
        @media screen and (min-width: 1920px) {
          #mainvisual .mainvisual-copy ._txt h2 {
            font-size: 60px; } }
        @media screen and (max-width: 980px) {
          #mainvisual .mainvisual-copy ._txt h2 {
            font-size: 5.3333333333vw; } }
  #mainvisual .mainvisual-slider {
    height: 100%; }
    #mainvisual .mainvisual-slider .swiper {
      height: 100%; }
      #mainvisual .mainvisual-slider .swiper .swiper-wrapper {
        height: 100%; }
        #mainvisual .mainvisual-slider .swiper .swiper-wrapper .swiper-slide {
          height: 100%; }
          #mainvisual .mainvisual-slider .swiper .swiper-wrapper .swiper-slide figure {
            height: 100%; }
            #mainvisual .mainvisual-slider .swiper .swiper-wrapper .swiper-slide figure img {
              width: 100%;
              height: 100%;
              object-fit: cover; }

#top-news {
  padding: 5.2083333333vw 0 0; }
  @media screen and (min-width: 1920px) {
    #top-news {
      padding: 100px 0 0; } }
  @media screen and (max-width: 980px) {
    #top-news {
      padding: 10.6666666667vw 5.3333333333vw 0; } }
  #top-news .top-news-wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 980px) {
      #top-news .top-news-wrap {
        display: block; } }
  #top-news .common-ttl {
    margin: 0; }
  @media screen and (max-width: 980px) {
    #top-news .news-ttl {
      margin: 0 0 5.3333333333vw;
      text-align: center; } }
  #top-news .news-list {
    width: 45.8333333333vw; }
    @media screen and (min-width: 1920px) {
      #top-news .news-list {
        width: 880px; } }
    @media screen and (max-width: 980px) {
      #top-news .news-list {
        width: auto; } }

.news-list .news-list-wrap ul {
  border-top: solid #ccc 0.0520833333vw; }
  @media screen and (min-width: 1920px) {
    .news-list .news-list-wrap ul {
      border-top: solid #ccc 1px; } }
  @media screen and (max-width: 980px) {
    .news-list .news-list-wrap ul {
      border-top: solid #ccc 0.2666666667vw; } }
  .news-list .news-list-wrap ul li {
    border-bottom: solid #ccc 0.0520833333vw; }
    @media screen and (min-width: 1920px) {
      .news-list .news-list-wrap ul li {
        border-bottom: solid #ccc 1px; } }
    @media screen and (max-width: 980px) {
      .news-list .news-list-wrap ul li {
        border-bottom: solid #ccc 0.2666666667vw; } }
    .news-list .news-list-wrap ul li ._meta {
      /*display:flex;
      align-items:center;
      gap:vw(40);*/
      font-size: 0.8333333333vw;
      line-height: 2;
      /*._cat{
        color:$white;
        background-color:$gray2;
        padding:.2em 1.8em;
        border-radius:vw(40);
        
        @include pc{
          border-radius:tw(40);
        }
        @include sp{
          border-radius:sw(40);
        }
      }*/ }
      @media screen and (min-width: 1920px) {
        .news-list .news-list-wrap ul li ._meta {
          font-size: 16px; } }
      @media screen and (max-width: 980px) {
        .news-list .news-list-wrap ul li ._meta {
          font-size: 3.4666666667vw; } }
      .news-list .news-list-wrap ul li ._meta ._date {
        color: #666; }
    .news-list .news-list-wrap ul li ._ttl p {
      font-size: 0.8333333333vw;
      letter-spacing: .06em;
      line-height: 2; }
      @media screen and (min-width: 1920px) {
        .news-list .news-list-wrap ul li ._ttl p {
          font-size: 16px; } }
      @media screen and (max-width: 980px) {
        .news-list .news-list-wrap ul li ._ttl p {
          font-size: 3.4666666667vw; } }
    .news-list .news-list-wrap ul li a {
      display: flex;
      padding: 1.3020833333vw 0;
      gap: 1.25vw; }
      @media screen and (min-width: 1920px) {
        .news-list .news-list-wrap ul li a {
          padding: 25px 0; } }
      @media screen and (max-width: 980px) {
        .news-list .news-list-wrap ul li a {
          display: block;
          padding: 5.3333333333vw 0; } }
      .news-list .news-list-wrap ul li a:hover {
        background-color: #ccc; }

#top-introduction {
  padding: 4.6875vw 0 0;
  margin: 0 0 6.25vw; }
  @media screen and (min-width: 1920px) {
    #top-introduction {
      padding: 90px 0 0;
      margin: 0 0 120px; } }
  @media screen and (max-width: 980px) {
    #top-introduction {
      padding: 10.6666666667vw 0 0;
      margin: 0 0 16vw; } }
  #top-introduction .top-introduction-head {
    text-align: center;
    margin: 0 0 3.125vw; }
    @media screen and (min-width: 1920px) {
      #top-introduction .top-introduction-head {
        margin: 0 0 60px; } }
    @media screen and (max-width: 980px) {
      #top-introduction .top-introduction-head {
        margin: 0 5.3333333333vw 8vw; } }
    #top-introduction .top-introduction-head h2 {
      font-size: 1.875vw;
      letter-spacing: .04em;
      line-height: 2; }
      @media screen and (min-width: 1920px) {
        #top-introduction .top-introduction-head h2 {
          font-size: 36px; } }
      @media screen and (max-width: 980px) {
        #top-introduction .top-introduction-head h2 {
          font-size: 4.8vw; } }
  #top-introduction .top-introduction-cnt article {
    display: flex;
    align-items: start;
    margin: 0 0 7.2916666667vw; }
    @media screen and (min-width: 1920px) {
      #top-introduction .top-introduction-cnt article {
        margin: 0 0 7.2916666667vw; } }
    @media screen and (max-width: 980px) {
      #top-introduction .top-introduction-cnt article {
        display: block;
        margin: 0 0 10.6666666667vw; } }
    #top-introduction .top-introduction-cnt article figure {
      width: 46.875vw;
      height: 26.0416666667vw;
      overflow: hidden;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 1920px) {
        #top-introduction .top-introduction-cnt article figure {
          width: 46.875vw;
          height: 26.0416666667vw; } }
      @media screen and (max-width: 980px) {
        #top-introduction .top-introduction-cnt article figure {
          width: auto;
          height: 53.3333333333vw; } }
      #top-introduction .top-introduction-cnt article figure img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #top-introduction .top-introduction-cnt article ._wrap {
      width: 39.5833333333vw;
      background-color: #f4f4f4;
      padding: 3.6458333333vw 6.7708333333vw 3.6458333333vw 10.9375vw;
      position: relative;
      z-index: 1;
      top: 8.8541666667vw;
      left: -5.2083333333vw;
      min-height: 20.3125vw; }
      @media screen and (min-width: 1920px) {
        #top-introduction .top-introduction-cnt article ._wrap {
          width: 39.5833333333vw;
          padding: 3.6458333333vw 6.7708333333vw 3.6458333333vw 10.9375vw;
          top: 8.8541666667vw;
          left: -5.2083333333vw;
          min-height: 20.3125vw; } }
      @media screen and (max-width: 980px) {
        #top-introduction .top-introduction-cnt article ._wrap {
          width: auto;
          padding: 5.3333333333vw;
          top: 0vw;
          left: 0vw;
          min-height: auto; } }
      #top-introduction .top-introduction-cnt article ._wrap ._txt h3 {
        font-size: 1.5625vw;
        line-height: 1.5;
        margin: 0 0 1em; }
        @media screen and (min-width: 1920px) {
          #top-introduction .top-introduction-cnt article ._wrap ._txt h3 {
            font-size: 1.5625vw; } }
        @media screen and (max-width: 980px) {
          #top-introduction .top-introduction-cnt article ._wrap ._txt h3 {
            text-align: center;
            font-size: 4.8vw; } }
      #top-introduction .top-introduction-cnt article ._wrap ._txt p {
        font-size: 0.8333333333vw;
        line-height: 1.9; }
        @media screen and (min-width: 1920px) {
          #top-introduction .top-introduction-cnt article ._wrap ._txt p {
            font-size: 0.8333333333vw; } }
        @media screen and (max-width: 980px) {
          #top-introduction .top-introduction-cnt article ._wrap ._txt p {
            font-size: 3.4666666667vw; } }
    #top-introduction .top-introduction-cnt article:nth-child(even) {
      flex-direction: row-reverse;
      margin-bottom: 3.6458333333vw; }
      @media screen and (min-width: 1920px) {
        #top-introduction .top-introduction-cnt article:nth-child(even) {
          margin-bottom: 3.6458333333vw; } }
      @media screen and (max-width: 980px) {
        #top-introduction .top-introduction-cnt article:nth-child(even) {
          margin-bottom: 10.6666666667vw; } }
      #top-introduction .top-introduction-cnt article:nth-child(even) figure {
        margin-top: 3.6458333333vw; }
        @media screen and (min-width: 1920px) {
          #top-introduction .top-introduction-cnt article:nth-child(even) figure {
            margin-top: 3.6458333333vw; } }
        @media screen and (max-width: 980px) {
          #top-introduction .top-introduction-cnt article:nth-child(even) figure {
            margin-top: 0vw; } }
      #top-introduction .top-introduction-cnt article:nth-child(even) ._wrap {
        top: 0vw;
        left: auto;
        right: -5.2083333333vw;
        padding: 3.6458333333vw 10.9375vw 3.6458333333vw 3.6458333333vw; }
        @media screen and (min-width: 1920px) {
          #top-introduction .top-introduction-cnt article:nth-child(even) ._wrap {
            padding: 3.6458333333vw 10.9375vw 3.6458333333vw 3.6458333333vw;
            right: -5.2083333333vw; } }
        @media screen and (max-width: 980px) {
          #top-introduction .top-introduction-cnt article:nth-child(even) ._wrap {
            width: auto;
            padding: 5.3333333333vw;
            right: 0vw; } }

#top-menu {
  padding: 4.1666666667vw 0 5.2083333333vw;
  background-color: #f4f4f4; }
  @media screen and (min-width: 1920px) {
    #top-menu {
      padding: 80px 0 100px; } }
  @media screen and (max-width: 980px) {
    #top-menu {
      padding: 10.6666666667vw 5.3333333333vw 16vw; } }
  #top-menu .common-ttl {
    text-align: center;
    margin: 0 0 2.34375vw; }
    @media screen and (min-width: 1920px) {
      #top-menu .common-ttl {
        margin: 0 0 45px; } }
    @media screen and (max-width: 980px) {
      #top-menu .common-ttl {
        margin: 0 0 5.3333333333vw; } }
  #top-menu .top-menu-cnt {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 980px) {
      #top-menu .top-menu-cnt {
        display: block; } }
    #top-menu .top-menu-cnt figure {
      width: 37.5vw; }
      @media screen and (min-width: 1920px) {
        #top-menu .top-menu-cnt figure {
          width: 720px; } }
      @media screen and (max-width: 980px) {
        #top-menu .top-menu-cnt figure {
          width: auto;
          margin: 0 0 5.3333333333vw; } }
    #top-menu .top-menu-cnt ._txt {
      width: 20.3125vw;
      padding: 0 7.8125vw 0 0; }
      @media screen and (min-width: 1920px) {
        #top-menu .top-menu-cnt ._txt {
          width: 390px;
          padding: 0 150px 0 0; } }
      @media screen and (max-width: 980px) {
        #top-menu .top-menu-cnt ._txt {
          width: auto;
          padding: 0; } }
      #top-menu .top-menu-cnt ._txt ul {
        border-top: solid #ccc 0.0520833333vw; }
        @media screen and (min-width: 1920px) {
          #top-menu .top-menu-cnt ._txt ul {
            border-top: solid #ccc 1px; } }
        @media screen and (max-width: 980px) {
          #top-menu .top-menu-cnt ._txt ul {
            border-top: solid #ccc 0.2666666667vw; } }
        #top-menu .top-menu-cnt ._txt ul li {
          border-bottom: solid #ccc 0.0520833333vw;
          font-size: 0.9375vw;
          line-height: 1;
          padding: 1em 2em; }
          @media screen and (min-width: 1920px) {
            #top-menu .top-menu-cnt ._txt ul li {
              border-bottom: solid #ccc 1px;
              font-size: 18px; } }
          @media screen and (max-width: 980px) {
            #top-menu .top-menu-cnt ._txt ul li {
              border-bottom: solid #ccc 0.2666666667vw;
              font-size: 3.7333333333vw; } }
      #top-menu .top-menu-cnt ._txt .common-btn {
        padding: 2.0833333333vw 0 0; }
        @media screen and (min-width: 1920px) {
          #top-menu .top-menu-cnt ._txt .common-btn {
            padding: 40px 0 0; } }
        @media screen and (max-width: 980px) {
          #top-menu .top-menu-cnt ._txt .common-btn {
            padding: 5.3333333333vw 0 0; } }
        #top-menu .top-menu-cnt ._txt .common-btn a {
          width: 100%; }

#top-menu-col {
  padding: 6.7708333333vw 0 0; }
  @media screen and (min-width: 1920px) {
    #top-menu-col {
      padding: 130px 0 0; } }
  @media screen and (max-width: 980px) {
    #top-menu-col {
      padding: 16vw 5.3333333333vw 0; } }
  #top-menu-col .top-menu-col-cnt ul {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 980px) {
      #top-menu-col .top-menu-col-cnt ul {
        display: block; } }
    #top-menu-col .top-menu-col-cnt ul li {
      width: 29.6875vw;
      height: 19.7916666667vw; }
      @media screen and (min-width: 1920px) {
        #top-menu-col .top-menu-col-cnt ul li {
          width: 570px;
          height: 380px; } }
      @media screen and (max-width: 980px) {
        #top-menu-col .top-menu-col-cnt ul li {
          width: auto;
          height: 53.3333333333vw;
          margin: 0 0 5.3333333333vw; } }
      #top-menu-col .top-menu-col-cnt ul li figure {
        width: 100%;
        height: 100%; }
        #top-menu-col .top-menu-col-cnt ul li figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: 0.5s ease; }
      #top-menu-col .top-menu-col-cnt ul li ._ttl {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        background-color: #fff;
        padding: 1.0416666667vw 1.5625vw 0;
        display: flex;
        align-items: center;
        gap: 1.0416666667vw; }
        @media screen and (min-width: 1920px) {
          #top-menu-col .top-menu-col-cnt ul li ._ttl {
            padding: 20px 30px 0;
            gap: 20px; } }
        @media screen and (max-width: 980px) {
          #top-menu-col .top-menu-col-cnt ul li ._ttl {
            padding: 2.6666666667vw 5.3333333333vw 0;
            gap: 5.3333333333vw; } }
        #top-menu-col .top-menu-col-cnt ul li ._ttl h2 strong {
          font-size: 1.875vw;
          letter-spacing: .05em;
          display: block; }
          @media screen and (min-width: 1920px) {
            #top-menu-col .top-menu-col-cnt ul li ._ttl h2 strong {
              font-size: 36px; } }
          @media screen and (max-width: 980px) {
            #top-menu-col .top-menu-col-cnt ul li ._ttl h2 strong {
              font-size: 4.8vw; } }
        #top-menu-col .top-menu-col-cnt ul li ._ttl h2 small {
          font-size: 0.8333333333vw;
          letter-spacing: .05em;
          display: block; }
          @media screen and (min-width: 1920px) {
            #top-menu-col .top-menu-col-cnt ul li ._ttl h2 small {
              font-size: 16px; } }
          @media screen and (max-width: 980px) {
            #top-menu-col .top-menu-col-cnt ul li ._ttl h2 small {
              font-size: 3.4666666667vw; } }
        #top-menu-col .top-menu-col-cnt ul li ._ttl p {
          font-size: 1.0416666667vw;
          font-weight: 600;
          letter-spacing: .05em;
          padding: 0 0 .4em; }
          @media screen and (min-width: 1920px) {
            #top-menu-col .top-menu-col-cnt ul li ._ttl p {
              font-size: 20px; } }
          @media screen and (max-width: 980px) {
            #top-menu-col .top-menu-col-cnt ul li ._ttl p {
              font-size: 4.2666666667vw; } }
      #top-menu-col .top-menu-col-cnt ul li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden; }
        #top-menu-col .top-menu-col-cnt ul li a:hover figure img {
          scale: 1.05; }

#top-menu-esthe {
  padding: 3.125vw 0 0;
  margin: 0 0 6.7708333333vw; }
  @media screen and (min-width: 1920px) {
    #top-menu-esthe {
      padding: 60px 0 0;
      margin: 0 0 130px; } }
  @media screen and (max-width: 980px) {
    #top-menu-esthe {
      padding: 8vw 5.3333333333vw 0;
      margin: 0 0 16vw; } }
  #top-menu-esthe .top-menu-esthe-cnt article {
    display: flex;
    align-items: start; }
    @media screen and (max-width: 980px) {
      #top-menu-esthe .top-menu-esthe-cnt article {
        display: block; } }
    #top-menu-esthe .top-menu-esthe-cnt article figure {
      width: 29.6875vw;
      height: 19.7916666667vw;
      overflow: hidden;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 1920px) {
        #top-menu-esthe .top-menu-esthe-cnt article figure {
          width: 570px;
          height: 380px; } }
      @media screen and (max-width: 980px) {
        #top-menu-esthe .top-menu-esthe-cnt article figure {
          width: auto;
          height: 53.3333333333vw; } }
      #top-menu-esthe .top-menu-esthe-cnt article figure img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #top-menu-esthe .top-menu-esthe-cnt article ._wrap {
      width: 39.5833333333vw;
      background-color: #f4f4f4;
      padding: 3.6458333333vw 3.6458333333vw 3.6458333333vw 10.9375vw;
      position: relative;
      z-index: 1;
      top: 2.0833333333vw;
      margin-left: -6.7708333333vw;
      min-height: 19.7916666667vw; }
      @media screen and (min-width: 1920px) {
        #top-menu-esthe .top-menu-esthe-cnt article ._wrap {
          width: 760px;
          padding: 70px 70px 70px 210px;
          top: 40px;
          margin-left: -130px;
          min-height: 380px; } }
      @media screen and (max-width: 980px) {
        #top-menu-esthe .top-menu-esthe-cnt article ._wrap {
          width: auto;
          padding: 5.3333333333vw;
          top: 0vw;
          left: 0vw;
          min-height: auto;
          margin-left: 0; } }
      #top-menu-esthe .top-menu-esthe-cnt article ._wrap ._txt h2 {
        font-size: 1.875vw;
        line-height: 1.5; }
        @media screen and (min-width: 1920px) {
          #top-menu-esthe .top-menu-esthe-cnt article ._wrap ._txt h2 {
            font-size: 36px; } }
        @media screen and (max-width: 980px) {
          #top-menu-esthe .top-menu-esthe-cnt article ._wrap ._txt h2 {
            text-align: center;
            font-size: 4.8vw; } }
      #top-menu-esthe .top-menu-esthe-cnt article ._wrap ._txt small {
        display: block;
        font-weight: 600;
        font-size: 0.8333333333vw;
        margin: 0 0 1em; }
        @media screen and (min-width: 1920px) {
          #top-menu-esthe .top-menu-esthe-cnt article ._wrap ._txt small {
            font-size: 16px; } }
        @media screen and (max-width: 980px) {
          #top-menu-esthe .top-menu-esthe-cnt article ._wrap ._txt small {
            text-align: center;
            font-size: 3.4666666667vw; } }
      #top-menu-esthe .top-menu-esthe-cnt article ._wrap ._txt p {
        font-size: 0.8333333333vw;
        line-height: 1.9; }
        @media screen and (min-width: 1920px) {
          #top-menu-esthe .top-menu-esthe-cnt article ._wrap ._txt p {
            font-size: 16px; } }
        @media screen and (max-width: 980px) {
          #top-menu-esthe .top-menu-esthe-cnt article ._wrap ._txt p {
            font-size: 3.4666666667vw; } }
    #top-menu-esthe .top-menu-esthe-cnt article:nth-child(even) {
      flex-direction: row-reverse;
      margin-bottom: 3.6458333333vw; }
      @media screen and (min-width: 1920px) {
        #top-menu-esthe .top-menu-esthe-cnt article:nth-child(even) {
          margin-bottom: 3.6458333333vw; } }
      @media screen and (max-width: 980px) {
        #top-menu-esthe .top-menu-esthe-cnt article:nth-child(even) {
          margin-bottom: 10.6666666667vw; } }
      #top-menu-esthe .top-menu-esthe-cnt article:nth-child(even) figure {
        margin-top: 3.6458333333vw; }
        @media screen and (min-width: 1920px) {
          #top-menu-esthe .top-menu-esthe-cnt article:nth-child(even) figure {
            margin-top: 3.6458333333vw; } }
        @media screen and (max-width: 980px) {
          #top-menu-esthe .top-menu-esthe-cnt article:nth-child(even) figure {
            margin-top: 0vw; } }
      #top-menu-esthe .top-menu-esthe-cnt article:nth-child(even) ._wrap {
        top: 0vw;
        left: auto;
        right: -5.2083333333vw;
        padding: 3.6458333333vw 10.9375vw 3.6458333333vw 3.6458333333vw; }
        @media screen and (min-width: 1920px) {
          #top-menu-esthe .top-menu-esthe-cnt article:nth-child(even) ._wrap {
            padding: 3.6458333333vw 10.9375vw 3.6458333333vw 3.6458333333vw;
            right: -5.2083333333vw; } }
        @media screen and (max-width: 980px) {
          #top-menu-esthe .top-menu-esthe-cnt article:nth-child(even) ._wrap {
            width: auto;
            padding: 5.3333333333vw;
            right: 0vw; } }

#top-salon {
  background: url(../img/salon-bg01.jpg) no-repeat center/cover;
  padding: 4.6875vw 0 4.9479166667vw; }
  @media screen and (min-width: 1920px) {
    #top-salon {
      padding: 90px 0 95px; } }
  @media screen and (max-width: 980px) {
    #top-salon {
      padding: 10.6666666667vw 5.3333333333vw 10.6666666667vw; } }
  #top-salon .top-salon-wrap {
    position: relative; }
  #top-salon .common-ttl {
    text-align: center;
    margin: 0 0 2.0833333333vw; }
    @media screen and (min-width: 1920px) {
      #top-salon .common-ttl {
        margin: 0 0 40px; } }
    @media screen and (max-width: 980px) {
      #top-salon .common-ttl {
        margin: 0 0 5.3333333333vw; } }
  #top-salon .common-btn {
    text-align: center;
    padding: 0; }
    #top-salon .common-btn a {
      width: 12.5vw; }
      @media screen and (min-width: 1920px) {
        #top-salon .common-btn a {
          width: 240px; } }
      @media screen and (max-width: 980px) {
        #top-salon .common-btn a {
          width: auto; } }

.salon-slider {
  padding: 0 0 2.34375vw; }
  @media screen and (min-width: 1920px) {
    .salon-slider {
      padding: 0 0 45px; } }
  @media screen and (max-width: 980px) {
    .salon-slider {
      padding: 0 0 5.3333333333vw; } }
  .salon-slider .swiper-slide figure {
    width: 100%;
    height: 13.0208333333vw;
    overflow: hidden; }
    @media screen and (min-width: 1920px) {
      .salon-slider .swiper-slide figure {
        height: 250px; } }
    @media screen and (max-width: 980px) {
      .salon-slider .swiper-slide figure {
        height: 53.3333333333vw; } }
    .salon-slider .swiper-slide figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.5s ease; }
  .salon-slider .swiper-slide p {
    font-size: 0.8333333333vw;
    padding: 1em;
    text-align: center;
    font-weight: 600; }
    @media screen and (min-width: 1920px) {
      .salon-slider .swiper-slide p {
        font-size: 16px; } }
    @media screen and (max-width: 980px) {
      .salon-slider .swiper-slide p {
        font-size: 3.4666666667vw; } }
  .salon-slider .swiper-slide a {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0.5208333333vw rgba(0, 0, 0, 0.16); }
    @media screen and (min-width: 1920px) {
      .salon-slider .swiper-slide a {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.16); } }
    @media screen and (max-width: 980px) {
      .salon-slider .swiper-slide a {
        box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.16); } }
    .salon-slider .swiper-slide a:hover figure img {
      scale: 1.05; }

.swiper-prev {
  background: url(../img/slider-arrow-l.png) no-repeat center/contain;
  width: 3.59375vw;
  height: 3.59375vw;
  position: absolute;
  top: 40%;
  left: -1.796875vw;
  transform: translateY(-50%);
  transition: 0.5s ease;
  z-index: 10;
  cursor: pointer; }
  @media screen and (min-width: 1920px) {
    .swiper-prev {
      width: 69px;
      height: 69px;
      left: -34.5px; } }
  @media screen and (max-width: 980px) {
    .swiper-prev {
      width: 9.6vw;
      height: 9.6vw;
      left: -4.8vw; } }
  .swiper-prev:hover {
    scale: 1.05; }

.swiper-next {
  background: url(../img/slider-arrow-r.png) no-repeat center/contain;
  width: 3.59375vw;
  height: 3.59375vw;
  position: absolute;
  top: 40%;
  right: -1.796875vw;
  transform: translateY(-50%);
  transition: 0.5s ease;
  z-index: 10;
  cursor: pointer; }
  @media screen and (min-width: 1920px) {
    .swiper-next {
      width: 69px;
      height: 69px;
      right: -34.5px; } }
  @media screen and (max-width: 980px) {
    .swiper-next {
      width: 9.6vw;
      height: 9.6vw;
      right: -4.8vw; } }
  .swiper-next:hover {
    scale: 1.05; }

#products-bnr {
  padding: 6.7708333333vw 0; }
  @media screen and (min-width: 1920px) {
    #products-bnr {
      padding: 130px 0; } }
  @media screen and (max-width: 980px) {
    #products-bnr {
      padding: 16vw 5.3333333333vw; } }
  #products-bnr .products-bnr-wrap {
    background: #f6f1e2 url(../img/products-bg01.jpg) no-repeat bottom left/cover; }
    @media screen and (max-width: 980px) {
      #products-bnr .products-bnr-wrap {
        background: #f6f1e2 url(../img/products-bg01_sp.png) no-repeat bottom left/contain; } }
    #products-bnr .products-bnr-wrap ._cnt {
      padding: 2.0833333333vw 2.0833333333vw 2.6041666667vw 20.3125vw; }
      @media screen and (min-width: 1920px) {
        #products-bnr .products-bnr-wrap ._cnt {
          padding: 40px 40px 50px 390px; } }
      @media screen and (max-width: 980px) {
        #products-bnr .products-bnr-wrap ._cnt {
          padding: 5.3333333333vw 5.3333333333vw 16vw; } }
      #products-bnr .products-bnr-wrap ._cnt .common-ttl {
        text-align: center;
        margin: 0 0 0.5208333333vw; }
        @media screen and (min-width: 1920px) {
          #products-bnr .products-bnr-wrap ._cnt .common-ttl {
            margin: 0 0 10px; } }
        @media screen and (max-width: 980px) {
          #products-bnr .products-bnr-wrap ._cnt .common-ttl {
            margin: 0 0 2.6666666667vw; } }
      #products-bnr .products-bnr-wrap ._cnt ._copy {
        text-align: center;
        margin: 0 0 0.4166666667vw; }
        @media screen and (min-width: 1920px) {
          #products-bnr .products-bnr-wrap ._cnt ._copy {
            margin: 0 0 8px; } }
        @media screen and (max-width: 980px) {
          #products-bnr .products-bnr-wrap ._cnt ._copy {
            margin: 0 0 2.1333333333vw; } }
        #products-bnr .products-bnr-wrap ._cnt ._copy p {
          font-size: 1.7708333333vw;
          font-weight: 600;
          letter-spacing: -.03em; }
          @media screen and (min-width: 1920px) {
            #products-bnr .products-bnr-wrap ._cnt ._copy p {
              font-size: 34px; } }
          @media screen and (max-width: 980px) {
            #products-bnr .products-bnr-wrap ._cnt ._copy p {
              font-size: 4.8vw; } }
          #products-bnr .products-bnr-wrap ._cnt ._copy p strong {
            font-weight: 600;
            color: #ff0700; }
            #products-bnr .products-bnr-wrap ._cnt ._copy p strong span {
              font-size: 2.5vw; }
              @media screen and (min-width: 1920px) {
                #products-bnr .products-bnr-wrap ._cnt ._copy p strong span {
                  font-size: 48px; } }
              @media screen and (max-width: 980px) {
                #products-bnr .products-bnr-wrap ._cnt ._copy p strong span {
                  font-size: 6.4vw; } }
      #products-bnr .products-bnr-wrap ._cnt ._bland {
        background-color: #fff;
        padding: 0.8333333333vw 1.0416666667vw 1.0416666667vw; }
        @media screen and (min-width: 1920px) {
          #products-bnr .products-bnr-wrap ._cnt ._bland {
            padding: 16px 20px 20px; } }
        @media screen and (max-width: 980px) {
          #products-bnr .products-bnr-wrap ._cnt ._bland {
            padding: 4.2666666667vw 5.3333333333vw 5.3333333333vw; } }
        #products-bnr .products-bnr-wrap ._cnt ._bland dl {
          font-size: 0.8333333333vw;
          letter-spacing: .06em; }
          @media screen and (min-width: 1920px) {
            #products-bnr .products-bnr-wrap ._cnt ._bland dl {
              font-size: 16px; } }
          @media screen and (max-width: 980px) {
            #products-bnr .products-bnr-wrap ._cnt ._bland dl {
              font-size: 3.4666666667vw; } }
          #products-bnr .products-bnr-wrap ._cnt ._bland dl dt {
            font-weight: 600;
            text-align: center;
            margin: 0 0 .5em; }
          #products-bnr .products-bnr-wrap ._cnt ._bland dl dd {
            line-height: 1.8; }
      #products-bnr .products-bnr-wrap ._cnt .common-btn {
        padding: 1.0416666667vw 0 0;
        text-align: center; }
        @media screen and (min-width: 1920px) {
          #products-bnr .products-bnr-wrap ._cnt .common-btn {
            padding: 20px 0 0; } }
        @media screen and (max-width: 980px) {
          #products-bnr .products-bnr-wrap ._cnt .common-btn {
            padding: 5.3333333333vw 0 0; } }

#contact-bnr {
  background: url(../img/contact-bg01.jpg) no-repeat center/cover;
  padding: 5.7291666667vw 0 8.3333333333vw; }
  @media screen and (min-width: 1920px) {
    #contact-bnr {
      padding: 110px 0 160px; } }
  @media screen and (max-width: 980px) {
    #contact-bnr {
      padding: 16vw 5.3333333333vw 26.6666666667vw; } }
  #contact-bnr .contact-bnr-wrap {
    display: flex;
    align-items: center;
    gap: 11.4583333333vw; }
    @media screen and (min-width: 1920px) {
      #contact-bnr .contact-bnr-wrap {
        gap: 220px; } }
    @media screen and (max-width: 980px) {
      #contact-bnr .contact-bnr-wrap {
        display: block; } }
    #contact-bnr .contact-bnr-wrap .common-ttl {
      text-align: center;
      padding: 0 0 0 2.34375vw;
      margin: 0; }
      @media screen and (min-width: 1920px) {
        #contact-bnr .contact-bnr-wrap .common-ttl {
          padding: 0 0 0 45px; } }
      @media screen and (max-width: 980px) {
        #contact-bnr .contact-bnr-wrap .common-ttl {
          padding: 0 0 5.3333333333vw; } }
    #contact-bnr .contact-bnr-wrap ._btn {
      text-align: center; }
      #contact-bnr .contact-bnr-wrap ._btn p {
        font-size: 0.9375vw;
        font-weight: 600;
        letter-spacing: .06em;
        margin: 0 0 1em; }
        @media screen and (min-width: 1920px) {
          #contact-bnr .contact-bnr-wrap ._btn p {
            font-size: 18px; } }
        @media screen and (max-width: 980px) {
          #contact-bnr .contact-bnr-wrap ._btn p {
            font-size: 4vw; } }
      #contact-bnr .contact-bnr-wrap ._btn .common-btn {
        padding: 0; }
        #contact-bnr .contact-bnr-wrap ._btn .common-btn a {
          width: 23.4375vw;
          height: 4.2708333333vw;
          line-height: 4.1666666667vw; }
          @media screen and (min-width: 1920px) {
            #contact-bnr .contact-bnr-wrap ._btn .common-btn a {
              width: 450px;
              height: 82px;
              line-height: 80px; } }
          @media screen and (max-width: 980px) {
            #contact-bnr .contact-bnr-wrap ._btn .common-btn a {
              width: 100%;
              height: 16.5333333333vw;
              line-height: 16vw; } }
          #contact-bnr .contact-bnr-wrap ._btn .common-btn a span {
            font-size: 1.25vw;
            font-weight: 600; }
            @media screen and (min-width: 1920px) {
              #contact-bnr .contact-bnr-wrap ._btn .common-btn a span {
                font-size: 24px; } }
            @media screen and (max-width: 980px) {
              #contact-bnr .contact-bnr-wrap ._btn .common-btn a span {
                font-size: 4.2666666667vw; } }
            #contact-bnr .contact-bnr-wrap ._btn .common-btn a span:after {
              width: 0.5208333333vw;
              height: 0.9375vw;
              margin-top: -0.46875vw; }
              @media screen and (min-width: 1920px) {
                #contact-bnr .contact-bnr-wrap ._btn .common-btn a span:after {
                  width: 10px;
                  height: 18px;
                  margin-top: -9px; } }
              @media screen and (max-width: 980px) {
                #contact-bnr .contact-bnr-wrap ._btn .common-btn a span:after {
                  width: 2.1333333333vw;
                  height: 4.5333333333vw;
                  margin-top: -2.2666666667vw; } }

/*-----------------------------
page
-----------------------------*/
.page-header {
  width: 100vw;
  height: 20.8333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (min-width: 1920px) {
    .page-header {
      height: 400px; } }
  @media screen and (max-width: 980px) {
    .page-header {
      height: 53.3333333333vw; } }
  .page-header ._ttl {
    text-align: center;
    color: #fff; }
    .page-header ._ttl h2 {
      font-size: 3.125vw;
      font-weight: 600;
      letter-spacing: .06em; }
      @media screen and (min-width: 1920px) {
        .page-header ._ttl h2 {
          font-size: 60px; } }
      @media screen and (max-width: 980px) {
        .page-header ._ttl h2 {
          font-size: 6.4vw; } }
    .page-header ._ttl small {
      font-size: 1.25vw;
      font-weight: 600;
      letter-spacing: .06em; }
      @media screen and (min-width: 1920px) {
        .page-header ._ttl small {
          font-size: 24px; } }
      @media screen and (max-width: 980px) {
        .page-header ._ttl small {
          font-size: 4.2666666667vw; } }

#breadcrumbs {
  font-size: 0.8333333333vw;
  padding: 1.0416666667vw 0; }
  @media screen and (min-width: 1920px) {
    #breadcrumbs {
      font-size: 16px;
      padding: 20px 0; } }
  @media screen and (max-width: 980px) {
    #breadcrumbs {
      font-size: 3.4666666667vw;
      padding: 4vw 5.3333333333vw; } }
  #breadcrumbs a:hover {
    text-decoration: underline; }

/*-----------------------------
salon
-----------------------------*/
#page-header-salon {
  background-image: url(../img/page-header-salon.jpg); }

#page-salon {
  padding: 10.4166666667vw 0 4.1666666667vw; }
  @media screen and (min-width: 1920px) {
    #page-salon {
      padding: 200px 0 80px; } }
  @media screen and (max-width: 980px) {
    #page-salon {
      padding: 16vw 5.3333333333vw 10.6666666667vw; } }
  #page-salon ._logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2.0833333333vw; }
    @media screen and (min-width: 1920px) {
      #page-salon ._logo {
        margin: 0 0 40px; } }
    @media screen and (max-width: 980px) {
      #page-salon ._logo {
        margin: 0 0 5.3333333333vw; } }
  #page-salon ._list article {
    margin: 0 0 6.25vw; }
    @media screen and (min-width: 1920px) {
      #page-salon ._list article {
        margin: 0 0 120px; } }
    @media screen and (max-width: 980px) {
      #page-salon ._list article {
        margin: 0 0 16vw; } }
    #page-salon ._list article ._salon-info {
      display: flex;
      justify-content: space-between;
      margin: 0 0 2.6041666667vw; }
      @media screen and (min-width: 1920px) {
        #page-salon ._list article ._salon-info {
          margin: 0 0 50px; } }
      @media screen and (max-width: 980px) {
        #page-salon ._list article ._salon-info {
          display: block;
          margin: 0 0 5.3333333333vw; } }
      #page-salon ._list article ._salon-info ._txt {
        width: 31.25vw; }
        @media screen and (min-width: 1920px) {
          #page-salon ._list article ._salon-info ._txt {
            width: 600px; } }
        @media screen and (max-width: 980px) {
          #page-salon ._list article ._salon-info ._txt {
            width: auto;
            margin: 0 0 5.3333333333vw; } }
        #page-salon ._list article ._salon-info ._txt h3 {
          font-size: 1.5625vw;
          font-weight: 600;
          letter-spacing: .05em;
          margin: 0 0 1em; }
          @media screen and (min-width: 1920px) {
            #page-salon ._list article ._salon-info ._txt h3 {
              font-size: 30px; } }
          @media screen and (max-width: 980px) {
            #page-salon ._list article ._salon-info ._txt h3 {
              font-size: 4.8vw; } }
        #page-salon ._list article ._salon-info ._txt ul {
          font-size: 0.8333333333vw;
          padding: 1.0416666667vw 0 0; }
          @media screen and (min-width: 1920px) {
            #page-salon ._list article ._salon-info ._txt ul {
              font-size: 16px;
              padding: 20px 0 0; } }
          @media screen and (max-width: 980px) {
            #page-salon ._list article ._salon-info ._txt ul {
              font-size: 3.4666666667vw;
              padding: 5.3333333333vw 0 0; } }
          #page-salon ._list article ._salon-info ._txt ul li {
            padding: 0 0 0 1.5em;
            margin: 0 0 1em;
            position: relative; }
            #page-salon ._list article ._salon-info ._txt ul li:before {
              content: "●";
              position: absolute;
              top: 0;
              left: 0; }
      #page-salon ._list article ._salon-info figure {
        width: 28.125vw; }
        @media screen and (min-width: 1920px) {
          #page-salon ._list article ._salon-info figure {
            width: 540px; } }
        @media screen and (max-width: 980px) {
          #page-salon ._list article ._salon-info figure {
            width: auto; } }
    #page-salon ._list article ._gmap {
      width: 100%;
      height: 20.8333333333vw;
      overflow: hidden;
      position: relative; }
      @media screen and (min-width: 1920px) {
        #page-salon ._list article ._gmap {
          height: 400px; } }
      @media screen and (max-width: 980px) {
        #page-salon ._list article ._gmap {
          height: 53.3333333333vw; } }
      #page-salon ._list article ._gmap iframe {
        width: 100%;
        height: 300%;
        position: absolute;
        top: -100%;
        left: 0; }
  #page-salon .page-salon-cp ._logo {
    gap: 6.0416666667vw; }
    @media screen and (min-width: 1920px) {
      #page-salon .page-salon-cp ._logo {
        gap: 116px; } }
    @media screen and (max-width: 980px) {
      #page-salon .page-salon-cp ._logo {
        gap: 10.6666666667vw; } }
    #page-salon .page-salon-cp ._logo figure img {
      width: 15.15625vw; }
      @media screen and (min-width: 1920px) {
        #page-salon .page-salon-cp ._logo figure img {
          width: 291px; } }
      @media screen and (max-width: 980px) {
        #page-salon .page-salon-cp ._logo figure img {
          width: 37.3333333333vw; } }
    #page-salon .page-salon-cp ._logo figure:nth-child(2) img {
      width: 10vw; }
      @media screen and (min-width: 1920px) {
        #page-salon .page-salon-cp ._logo figure:nth-child(2) img {
          width: 192px; } }
      @media screen and (max-width: 980px) {
        #page-salon .page-salon-cp ._logo figure:nth-child(2) img {
          width: 24vw; } }
  #page-salon .page-salon-liacil ._logo {
    gap: 1.1458333333vw; }
    @media screen and (min-width: 1920px) {
      #page-salon .page-salon-liacil ._logo {
        gap: 22px; } }
    @media screen and (max-width: 980px) {
      #page-salon .page-salon-liacil ._logo {
        gap: 4.2666666667vw; } }
    #page-salon .page-salon-liacil ._logo figure img {
      width: 10vw; }
      @media screen and (min-width: 1920px) {
        #page-salon .page-salon-liacil ._logo figure img {
          width: 192px; } }
      @media screen and (max-width: 980px) {
        #page-salon .page-salon-liacil ._logo figure img {
          width: 24vw; } }
    #page-salon .page-salon-liacil ._logo h2 {
      font-size: 1.5625vw;
      font-weight: 600;
      letter-spacing: .05em; }
      @media screen and (min-width: 1920px) {
        #page-salon .page-salon-liacil ._logo h2 {
          font-size: 30px; } }
      @media screen and (max-width: 980px) {
        #page-salon .page-salon-liacil ._logo h2 {
          font-size: 4.8vw; } }

/*-----------------------------
liacil
-----------------------------*/
#page-header-liacil {
  background-image: url(../img/page-header-liacil.jpg); }
  #page-header-liacil ._ttl h2 {
    font-size: 1.25vw;
    font-weight: 600;
    background: url(../img/page-header-logo.png) no-repeat center top/10vw auto;
    padding: 6.7708333333vw 2em 0; }
    @media screen and (min-width: 1920px) {
      #page-header-liacil ._ttl h2 {
        font-size: 24px;
        background-size: 192px auto;
        padding: 130px 2em 0; } }
    @media screen and (max-width: 980px) {
      #page-header-liacil ._ttl h2 {
        font-size: 4.2666666667vw;
        background-size: 25.6vw auto;
        padding: 17.3333333333vw 2em 0; } }

#page-liacil-about {
  padding: 2.0833333333vw 0 0vw;
  margin: 0 0 3.125vw; }
  @media screen and (min-width: 1920px) {
    #page-liacil-about {
      padding: 40px 0 0px;
      margin: 0 0 60px; } }
  @media screen and (max-width: 980px) {
    #page-liacil-about {
      padding: 5.3333333333vw 5.3333333333vw 0vw;
      margin: 0 0 10.6666666667vw; } }
  #page-liacil-about ._desc {
    text-align: center; }

#page-liacil-introduction ._cnt {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 980px) {
    #page-liacil-introduction ._cnt {
      display: block; } }
  #page-liacil-introduction ._cnt ._image {
    width: 21.875vw; }
    @media screen and (min-width: 1920px) {
      #page-liacil-introduction ._cnt ._image {
        width: 420px; } }
    @media screen and (max-width: 980px) {
      #page-liacil-introduction ._cnt ._image {
        width: auto;
        margin: 0 0 5.3333333333vw; } }
  #page-liacil-introduction ._cnt ._txt {
    width: 37.5vw; }
    @media screen and (min-width: 1920px) {
      #page-liacil-introduction ._cnt ._txt {
        width: 720px; } }
    @media screen and (max-width: 980px) {
      #page-liacil-introduction ._cnt ._txt {
        width: auto;
        padding: 0 5.3333333333vw; } }
    #page-liacil-introduction ._cnt ._txt h3 {
      font-size: 1.875vw;
      line-height: 1.5;
      margin: 0 0 .5em;
      text-align: left; }
      @media screen and (min-width: 1920px) {
        #page-liacil-introduction ._cnt ._txt h3 {
          font-size: 36px; } }
      @media screen and (max-width: 980px) {
        #page-liacil-introduction ._cnt ._txt h3 {
          font-size: 4.8vw;
          text-align: center; } }
    #page-liacil-introduction ._cnt ._txt p {
      letter-spacing: .06em; }

#page-liacil-menu article {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4.1666666667vw; }
  @media screen and (min-width: 1920px) {
    #page-liacil-menu article {
      margin: 0 0 80px; } }
  @media screen and (max-width: 980px) {
    #page-liacil-menu article {
      display: block;
      margin: 0 0 10.6666666667vw;
      padding: 0 5.3333333333vw; } }
  #page-liacil-menu article ._menu {
    width: 31.7708333333vw; }
    @media screen and (min-width: 1920px) {
      #page-liacil-menu article ._menu {
        width: 610px; } }
    @media screen and (max-width: 980px) {
      #page-liacil-menu article ._menu {
        width: auto;
        margin: 0 0 5.3333333333vw; } }
    #page-liacil-menu article ._menu h3 {
      font-size: 1.5625vw;
      margin: 0 0 .3em; }
      @media screen and (min-width: 1920px) {
        #page-liacil-menu article ._menu h3 {
          font-size: 30px; } }
      @media screen and (max-width: 980px) {
        #page-liacil-menu article ._menu h3 {
          text-align: center;
          font-size: 4.8vw; } }
      #page-liacil-menu article ._menu h3 small {
        font-size: 0.9375vw; }
        @media screen and (min-width: 1920px) {
          #page-liacil-menu article ._menu h3 small {
            font-size: 18px; } }
        @media screen and (max-width: 980px) {
          #page-liacil-menu article ._menu h3 small {
            display: inline-block;
            font-size: 3.7333333333vw; } }
    #page-liacil-menu article ._menu p {
      margin: 0 0 .2em; }
    #page-liacil-menu article ._menu table td._sub {
      text-align: left;
      width: 3em; }
      @media screen and (max-width: 980px) {
        #page-liacil-menu article ._menu table td._sub {
          border: none;
          width: auto;
          text-align: center;
          padding-bottom: 0; } }
    #page-liacil-menu article ._menu table td._ttl {
      text-align: left; }
      @media screen and (max-width: 980px) {
        #page-liacil-menu article ._menu table td._ttl {
          text-align: center; } }
    #page-liacil-menu article ._menu table td._price {
      text-align: right; }
      @media screen and (max-width: 980px) {
        #page-liacil-menu article ._menu table td._price {
          text-align: center; } }
  #page-liacil-menu article ._image {
    width: 28.125vw; }
    @media screen and (min-width: 1920px) {
      #page-liacil-menu article ._image {
        width: 540px; } }
    @media screen and (max-width: 980px) {
      #page-liacil-menu article ._image {
        width: auto; } }

#page-liacil-merit ul {
  display: flex;
  justify-content: space-between;
  padding: 2.0833333333vw;
  background-color: #f9f5f4; }
  @media screen and (min-width: 1920px) {
    #page-liacil-merit ul {
      padding: 40px; } }
  @media screen and (max-width: 980px) {
    #page-liacil-merit ul {
      padding: 5.3333333333vw;
      flex-wrap: wrap;
      gap: 5.3333333333vw 0; } }
  #page-liacil-merit ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5vw;
    height: 12.5vw;
    border-radius: 50%;
    color: #fff;
    background-color: #d2bd9e;
    font-size: 1.25vw;
    text-align: center;
    line-height: 1.6; }
    @media screen and (min-width: 1920px) {
      #page-liacil-merit ul li {
        width: 240px;
        height: 240px;
        font-size: 24px; } }
    @media screen and (max-width: 980px) {
      #page-liacil-merit ul li {
        width: 42.6666666667vw;
        height: 42.6666666667vw;
        font-size: 4.2666666667vw; } }
    #page-liacil-merit ul li strong {
      font-weight: 600; }

#page-liacil-salon {
  margin: 0 0 6.7708333333vw; }
  @media screen and (min-width: 1920px) {
    #page-liacil-salon {
      margin: 0 0 130px; } }
  @media screen and (max-width: 980px) {
    #page-liacil-salon {
      margin: 0 0 16vw; } }
  #page-liacil-salon ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2.0833333333vw 3.125vw; }
    @media screen and (min-width: 1920px) {
      #page-liacil-salon ul {
        gap: 40px 60px; } }
    @media screen and (max-width: 980px) {
      #page-liacil-salon ul {
        gap: 5.3333333333vw;
        padding: 0 5.3333333333vw; } }
    #page-liacil-salon ul li {
      width: 29.6875vw;
      padding: 1.0416666667vw 3.125vw 2.0833333333vw;
      background-color: #f9f5f4; }
      @media screen and (min-width: 1920px) {
        #page-liacil-salon ul li {
          width: 570px;
          padding: 20px 60px 40px; } }
      @media screen and (max-width: 980px) {
        #page-liacil-salon ul li {
          width: 100%;
          padding: 5.3333333333vw; } }
      #page-liacil-salon ul li h3 {
        font-size: 1.25vw;
        font-weight: 600;
        text-align: center;
        margin: 0 0 .5em; }
        @media screen and (min-width: 1920px) {
          #page-liacil-salon ul li h3 {
            font-size: 24px; } }
        @media screen and (max-width: 980px) {
          #page-liacil-salon ul li h3 {
            font-size: 4.2666666667vw; } }
      #page-liacil-salon ul li figure {
        width: 100%;
        height: 14.0625vw;
        overflow: hidden; }
        @media screen and (min-width: 1920px) {
          #page-liacil-salon ul li figure {
            height: 270px; } }
        @media screen and (max-width: 980px) {
          #page-liacil-salon ul li figure {
            height: 42.6666666667vw; } }
        #page-liacil-salon ul li figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #page-liacil-salon ul li .common-btn {
        padding: 1.3020833333vw 0 0;
        text-align: center; }
        @media screen and (min-width: 1920px) {
          #page-liacil-salon ul li .common-btn {
            padding: 25px 0 0; } }
        @media screen and (max-width: 980px) {
          #page-liacil-salon ul li .common-btn {
            padding: 5.3333333333vw 0 0; } }
        #page-liacil-salon ul li .common-btn a {
          width: 12.5vw; }
          @media screen and (min-width: 1920px) {
            #page-liacil-salon ul li .common-btn a {
              width: 240px; } }
          @media screen and (max-width: 980px) {
            #page-liacil-salon ul li .common-btn a {
              width: 100%; } }

.liacil-section {
  margin: 0 0 4.6875vw; }
  @media screen and (min-width: 1920px) {
    .liacil-section {
      margin: 0 0 90px; } }
  @media screen and (max-width: 980px) {
    .liacil-section {
      margin: 0 0 10.6666666667vw; } }
  .liacil-section h2 {
    text-align: center;
    font-size: 1.875vw;
    font-weight: 600;
    margin: 0 0 1em;
    letter-spacing: .04em; }
    @media screen and (min-width: 1920px) {
      .liacil-section h2 {
        font-size: 36px; } }
    @media screen and (max-width: 980px) {
      .liacil-section h2 {
        font-size: 5.3333333333vw; } }
  .liacil-section p {
    font-size: 0.8333333333vw;
    line-height: 1.8;
    letter-spacing: .04em; }
    @media screen and (min-width: 1920px) {
      .liacil-section p {
        font-size: 16px; } }
    @media screen and (max-width: 980px) {
      .liacil-section p {
        font-size: 3.4666666667vw; } }

/*-----------------------------
nail
-----------------------------*/
#page-header-nail {
  background-image: url(../img/page-header-nail.jpg); }

#page-nail-about {
  padding: 2.0833333333vw 0 0vw;
  margin: 0 0 4.6875vw; }
  @media screen and (min-width: 1920px) {
    #page-nail-about {
      padding: 40px 0 0px;
      margin: 0 0 90px; } }
  @media screen and (max-width: 980px) {
    #page-nail-about {
      padding: 5.3333333333vw 5.3333333333vw 0vw;
      margin: 0 0 10.6666666667vw; } }
  #page-nail-about ._desc {
    text-align: center; }

#page-nail-menu ._ttl {
  text-align: center; }
  #page-nail-menu ._ttl h3 {
    font-size: 1.5625vw;
    font-weight: 600;
    letter-spacing: .06em;
    margin: 0 0 1em; }
    @media screen and (min-width: 1920px) {
      #page-nail-menu ._ttl h3 {
        font-size: 30px; } }
    @media screen and (max-width: 980px) {
      #page-nail-menu ._ttl h3 {
        font-size: 4.8vw; } }
#page-nail-menu article {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4.1666666667vw; }
  @media screen and (min-width: 1920px) {
    #page-nail-menu article {
      margin: 0 0 80px; } }
  @media screen and (max-width: 980px) {
    #page-nail-menu article {
      display: block;
      margin: 0 0 10.6666666667vw;
      padding: 0 5.3333333333vw; } }
  #page-nail-menu article ._menu {
    width: 31.7708333333vw; }
    @media screen and (min-width: 1920px) {
      #page-nail-menu article ._menu {
        width: 610px; } }
    @media screen and (max-width: 980px) {
      #page-nail-menu article ._menu {
        width: auto;
        margin: 0 0 5.3333333333vw; } }
    #page-nail-menu article ._menu h3 {
      font-size: 1.5625vw;
      margin: 0 0 .3em; }
      @media screen and (min-width: 1920px) {
        #page-nail-menu article ._menu h3 {
          font-size: 30px; } }
      @media screen and (max-width: 980px) {
        #page-nail-menu article ._menu h3 {
          text-align: center;
          font-size: 4.8vw; } }
      #page-nail-menu article ._menu h3 small {
        font-size: 0.9375vw; }
        @media screen and (min-width: 1920px) {
          #page-nail-menu article ._menu h3 small {
            font-size: 18px; } }
        @media screen and (max-width: 980px) {
          #page-nail-menu article ._menu h3 small {
            display: inline-block;
            font-size: 3.7333333333vw; } }
    #page-nail-menu article ._menu p {
      margin: 0 0 .2em; }
    #page-nail-menu article ._menu table td._sub {
      text-align: left;
      width: 6em; }
      @media screen and (max-width: 980px) {
        #page-nail-menu article ._menu table td._sub {
          border: none;
          width: auto;
          text-align: center;
          padding-bottom: 0; } }
    #page-nail-menu article ._menu table td._ttl {
      text-align: left; }
      @media screen and (max-width: 980px) {
        #page-nail-menu article ._menu table td._ttl {
          text-align: center; } }
    #page-nail-menu article ._menu table td._price {
      text-align: right; }
      @media screen and (max-width: 980px) {
        #page-nail-menu article ._menu table td._price {
          text-align: center; } }
    #page-nail-menu article ._menu table td:empty {
      padding: 0 0 .5em; }
  #page-nail-menu article ._image {
    width: 28.125vw; }
    @media screen and (min-width: 1920px) {
      #page-nail-menu article ._image {
        width: 540px; } }
    @media screen and (max-width: 980px) {
      #page-nail-menu article ._image {
        width: auto; } }

#page-nail-plan ._ttl {
  text-align: center;
  margin: 0 0 1.5625vw; }
  @media screen and (min-width: 1920px) {
    #page-nail-plan ._ttl {
      margin: 0 0 30px; } }
  @media screen and (max-width: 980px) {
    #page-nail-plan ._ttl {
      margin: 0 0 5.3333333333vw;
      padding: 0 5.3333333333vw; } }
  #page-nail-plan ._ttl h3 {
    font-size: 1.5625vw;
    font-weight: 600;
    margin: 0 0 .8em; }
    @media screen and (min-width: 1920px) {
      #page-nail-plan ._ttl h3 {
        font-size: 30px; } }
    @media screen and (max-width: 980px) {
      #page-nail-plan ._ttl h3 {
        font-size: 4.8vw; } }
#page-nail-plan ._cnt {
  padding: 0 7.2916666667vw; }
  @media screen and (min-width: 1920px) {
    #page-nail-plan ._cnt {
      padding: 0 140px; } }
  @media screen and (max-width: 980px) {
    #page-nail-plan ._cnt {
      padding: 0 5.3333333333vw; } }
  #page-nail-plan ._cnt ul {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 980px) {
      #page-nail-plan ._cnt ul {
        display: block; } }
    #page-nail-plan ._cnt ul li {
      width: 21.25vw;
      text-align: center; }
      @media screen and (min-width: 1920px) {
        #page-nail-plan ._cnt ul li {
          width: 408px; } }
      @media screen and (max-width: 980px) {
        #page-nail-plan ._cnt ul li {
          width: auto;
          margin: 0 0 10.6666666667vw; } }
      #page-nail-plan ._cnt ul li h4 {
        font-size: 0.9375vw;
        margin: 0 0 1em; }
        @media screen and (min-width: 1920px) {
          #page-nail-plan ._cnt ul li h4 {
            font-size: 18px; } }
        @media screen and (max-width: 980px) {
          #page-nail-plan ._cnt ul li h4 {
            font-size: 4vw; } }

#page-nail-salon {
  margin: 0; }
  #page-nail-salon ._salon {
    background-color: #f4f4f4; }
    #page-nail-salon ._salon ._cnt {
      display: flex;
      justify-content: space-between;
      padding: 5.2083333333vw 0; }
      @media screen and (min-width: 1920px) {
        #page-nail-salon ._salon ._cnt {
          padding: 100px 0; } }
      @media screen and (max-width: 980px) {
        #page-nail-salon ._salon ._cnt {
          display: block;
          padding: 10.6666666667vw 5.3333333333vw; } }
      #page-nail-salon ._salon ._cnt ._txt {
        width: 31.25vw; }
        @media screen and (min-width: 1920px) {
          #page-nail-salon ._salon ._cnt ._txt {
            width: 600px; } }
        @media screen and (max-width: 980px) {
          #page-nail-salon ._salon ._cnt ._txt {
            width: auto;
            margin: 0 0 5.3333333333vw; } }
        #page-nail-salon ._salon ._cnt ._txt h3 {
          font-size: 1.5625vw;
          font-weight: 600;
          margin: 0 0 1em; }
          @media screen and (min-width: 1920px) {
            #page-nail-salon ._salon ._cnt ._txt h3 {
              font-size: 30px; } }
          @media screen and (max-width: 980px) {
            #page-nail-salon ._salon ._cnt ._txt h3 {
              font-size: 4.8vw;
              text-align: center; } }
      #page-nail-salon ._salon ._cnt figure {
        width: 28.125vw; }
        @media screen and (min-width: 1920px) {
          #page-nail-salon ._salon ._cnt figure {
            width: 540px; } }
        @media screen and (max-width: 980px) {
          #page-nail-salon ._salon ._cnt figure {
            width: auto; } }
  #page-nail-salon ._gmap {
    width: 100vw;
    height: 28.125vw;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 1920px) {
      #page-nail-salon ._gmap {
        height: 540px; } }
    @media screen and (max-width: 980px) {
      #page-nail-salon ._gmap {
        height: 80vw; } }
    #page-nail-salon ._gmap iframe {
      width: 100%;
      height: 300%;
      position: absolute;
      top: -100%;
      left: 0; }

.nail-section {
  margin: 0 0 4.6875vw; }
  @media screen and (min-width: 1920px) {
    .nail-section {
      margin: 0 0 90px; } }
  @media screen and (max-width: 980px) {
    .nail-section {
      margin: 0 0 10.6666666667vw; } }
  .nail-section h2 {
    text-align: center;
    font-size: 1.875vw;
    font-weight: 600;
    margin: 0 0 1em;
    letter-spacing: .04em; }
    @media screen and (min-width: 1920px) {
      .nail-section h2 {
        font-size: 36px; } }
    @media screen and (max-width: 980px) {
      .nail-section h2 {
        font-size: 5.3333333333vw; } }
  .nail-section p {
    font-size: 0.8333333333vw;
    line-height: 1.8;
    letter-spacing: .04em; }
    @media screen and (min-width: 1920px) {
      .nail-section p {
        font-size: 16px; } }
    @media screen and (max-width: 980px) {
      .nail-section p {
        font-size: 3.4666666667vw; } }

/*-----------------------------
products
-----------------------------*/
#page-header-products {
  background-image: url(../img/page-header-products.jpg); }
  #page-header-products ._ttl {
    color: #000; }

#page-products-about {
  padding: 2.0833333333vw 0 0vw;
  margin: 0 0 2.0833333333vw; }
  @media screen and (min-width: 1920px) {
    #page-products-about {
      padding: 40px 0 0px;
      margin: 0 0 40px; } }
  @media screen and (max-width: 980px) {
    #page-products-about {
      padding: 5.3333333333vw 5.3333333333vw 0vw;
      margin: 0 0 10.6666666667vw; } }
  #page-products-about ._desc {
    padding: 0 6.7708333333vw; }
    @media screen and (min-width: 1920px) {
      #page-products-about ._desc {
        padding: 0 130px; } }
    @media screen and (max-width: 980px) {
      #page-products-about ._desc {
        padding: 0; } }

@media screen and (max-width: 980px) {
  #page-products-info {
    padding: 0 5.3333333333vw; } }
#page-products-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833333333vw; }
  @media screen and (min-width: 1920px) {
    #page-products-info ul {
      gap: 40px; } }
  @media screen and (max-width: 980px) {
    #page-products-info ul {
      gap: 5.3333333333vw 4%; } }
  #page-products-info ul li {
    width: 30.2083333333vw;
    border: solid #404040 0.0520833333vw; }
    @media screen and (min-width: 1920px) {
      #page-products-info ul li {
        width: 580px;
        border: solid #404040 1px; } }
    @media screen and (max-width: 980px) {
      #page-products-info ul li {
        width: 48%;
        border: solid #404040 0.2666666667vw; } }
    #page-products-info ul li h3 {
      background-color: #f4f4f4;
      font-size: 0.9375vw;
      font-weight: bold;
      padding: .3em;
      text-align: center; }
      @media screen and (min-width: 1920px) {
        #page-products-info ul li h3 {
          font-size: 18px; } }
      @media screen and (max-width: 980px) {
        #page-products-info ul li h3 {
          font-size: 4vw; } }
    #page-products-info ul li ._wrap {
      padding: 1.0416666667vw;
      display: flex;
      justify-content: space-between; }
      @media screen and (min-width: 1920px) {
        #page-products-info ul li ._wrap {
          padding: 20px; } }
      @media screen and (max-width: 980px) {
        #page-products-info ul li ._wrap {
          display: block;
          padding: 2.6666666667vw; } }
      #page-products-info ul li ._wrap figure {
        width: 9.375vw; }
        @media screen and (min-width: 1920px) {
          #page-products-info ul li ._wrap figure {
            width: 180px; } }
        @media screen and (max-width: 980px) {
          #page-products-info ul li ._wrap figure {
            width: auto;
            margin: 0 0 2.6666666667vw; } }
      #page-products-info ul li ._wrap ._txt {
        width: 17.7083333333vw; }
        @media screen and (min-width: 1920px) {
          #page-products-info ul li ._wrap ._txt {
            width: 340px; } }
        @media screen and (max-width: 980px) {
          #page-products-info ul li ._wrap ._txt {
            width: auto; } }
        #page-products-info ul li ._wrap ._txt p {
          font-size: 0.7291666667vw;
          line-height: 1.6;
          overflow-wrap: break-word; }
          @media screen and (min-width: 1920px) {
            #page-products-info ul li ._wrap ._txt p {
              font-size: 14px; } }
          @media screen and (max-width: 980px) {
            #page-products-info ul li ._wrap ._txt p {
              font-size: 3.2vw; } }
          #page-products-info ul li ._wrap ._txt p a {
            color: #38afc0;
            text-decoration: underline; }
            #page-products-info ul li ._wrap ._txt p a:hover {
              color: #404040;
              text-decoration: none; }

.products-section {
  margin: 0 0 4.6875vw; }
  @media screen and (min-width: 1920px) {
    .products-section {
      margin: 0 0 90px; } }
  @media screen and (max-width: 980px) {
    .products-section {
      margin: 0 0 10.6666666667vw; } }
  .products-section h2 {
    text-align: center;
    font-size: 1.875vw;
    font-weight: 600;
    margin: 0 0 1em;
    letter-spacing: .04em; }
    @media screen and (min-width: 1920px) {
      .products-section h2 {
        font-size: 36px; } }
    @media screen and (max-width: 980px) {
      .products-section h2 {
        font-size: 5.3333333333vw; } }
  .products-section p {
    font-size: 0.8333333333vw;
    line-height: 1.8;
    letter-spacing: .04em; }
    @media screen and (min-width: 1920px) {
      .products-section p {
        font-size: 16px; } }
    @media screen and (max-width: 980px) {
      .products-section p {
        font-size: 3.4666666667vw; } }

/*-----------------------------
recruit
-----------------------------*/
#page-header-recruit {
  background-image: url(../img/page-header-recruit.jpg); }

#page-recruit {
  padding: 2.0833333333vw 0 7.2916666667vw; }
  @media screen and (min-width: 1920px) {
    #page-recruit {
      padding: 40px 0 140px; } }
  @media screen and (max-width: 980px) {
    #page-recruit {
      padding: 5.3333333333vw 5.3333333333vw 16vw; } }

.recruit-section {
  margin: 0 0 4.6875vw; }
  @media screen and (min-width: 1920px) {
    .recruit-section {
      margin: 0 0 90px; } }
  @media screen and (max-width: 980px) {
    .recruit-section {
      margin: 0 0 10.6666666667vw; } }
  .recruit-section h2 {
    text-align: center;
    font-size: 1.875vw;
    font-weight: 600;
    margin: 0 0 1em;
    letter-spacing: .04em; }
    @media screen and (min-width: 1920px) {
      .recruit-section h2 {
        font-size: 36px; } }
    @media screen and (max-width: 980px) {
      .recruit-section h2 {
        font-size: 5.3333333333vw; } }
  .recruit-section p {
    font-size: 0.8333333333vw;
    line-height: 1.8;
    letter-spacing: .04em; }
    @media screen and (min-width: 1920px) {
      .recruit-section p {
        font-size: 16px; } }
    @media screen and (max-width: 980px) {
      .recruit-section p {
        font-size: 3.4666666667vw; } }

#page-recruit-about {
  padding: 1.0416666667vw 0 0; }
  @media screen and (min-width: 1920px) {
    #page-recruit-about {
      padding: 20px 0 0; } }
  @media screen and (max-width: 980px) {
    #page-recruit-about {
      padding: 2.6666666667vw 5.3333333333vw 0; } }
  #page-recruit-about ._desc {
    text-align: center;
    margin: 0 0 2.0833333333vw; }
    @media screen and (min-width: 1920px) {
      #page-recruit-about ._desc {
        margin: 0 0 40px; } }
    @media screen and (max-width: 980px) {
      #page-recruit-about ._desc {
        margin: 0 0 5.3333333333vw; } }
  #page-recruit-about ._image ul {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 980px) {
      #page-recruit-about ._image ul {
        display: block; } }
    #page-recruit-about ._image ul li {
      width: 32%; }
      @media screen and (max-width: 980px) {
        #page-recruit-about ._image ul li {
          width: auto;
          margin: 0 0 2.6666666667vw; } }

#page-recruit-environment ._cnt {
  display: flex;
  align-items: center;
  gap: 5.2083333333vw; }
  @media screen and (min-width: 1920px) {
    #page-recruit-environment ._cnt {
      gap: 100px; } }
  @media screen and (max-width: 980px) {
    #page-recruit-environment ._cnt {
      display: block;
      padding: 0 5.3333333333vw; } }
  #page-recruit-environment ._cnt ._txt {
    width: 33.8541666667vw; }
    @media screen and (min-width: 1920px) {
      #page-recruit-environment ._cnt ._txt {
        width: 650px; } }
    @media screen and (max-width: 980px) {
      #page-recruit-environment ._cnt ._txt {
        width: auto;
        margin: 0 0 5.3333333333vw; } }
    #page-recruit-environment ._cnt ._txt h2 {
      font-size: 1.875vw;
      text-align: left;
      letter-spacing: 0; }
      @media screen and (min-width: 1920px) {
        #page-recruit-environment ._cnt ._txt h2 {
          font-size: 36px; } }
      @media screen and (max-width: 980px) {
        #page-recruit-environment ._cnt ._txt h2 {
          font-size: 4.8vw;
          text-align: center; } }
    #page-recruit-environment ._cnt ._txt ul li {
      font-size: 0.8333333333vw;
      position: relative;
      padding: 0 0 0 1.5em;
      margin: 0 0 .6em; }
      @media screen and (min-width: 1920px) {
        #page-recruit-environment ._cnt ._txt ul li {
          font-size: 16px; } }
      @media screen and (max-width: 980px) {
        #page-recruit-environment ._cnt ._txt ul li {
          font-size: 3.4666666667vw; } }
      #page-recruit-environment ._cnt ._txt ul li:before {
        content: "●";
        position: absolute;
        top: 0;
        left: 0; }
  #page-recruit-environment ._cnt ._image {
    width: 18.125vw; }
    @media screen and (min-width: 1920px) {
      #page-recruit-environment ._cnt ._image {
        width: 348px; } }
    @media screen and (max-width: 980px) {
      #page-recruit-environment ._cnt ._image {
        width: auto;
        text-align: center; } }

@media screen and (max-width: 980px) {
  #page-recruit-info ._cnt {
    padding: 0 5.3333333333vw; } }

@media screen and (max-width: 980px) {
  #page-recruit-info ._ttl {
    padding: 0 5.3333333333vw; } }
#page-recruit-info .table-box {
  margin: 0 0 5.2083333333vw; }
  @media screen and (min-width: 1920px) {
    #page-recruit-info .table-box {
      margin: 0 0 100px; } }
  @media screen and (max-width: 980px) {
    #page-recruit-info .table-box {
      margin: 0 0 10.6666666667vw; } }

/*-----------------------------
company
-----------------------------*/
#page-header-company {
  background-image: url(../img/page-header-company.jpg); }

#page-company {
  padding: 2.0833333333vw 0 7.2916666667vw; }
  @media screen and (min-width: 1920px) {
    #page-company {
      padding: 40px 0 140px; } }
  @media screen and (max-width: 980px) {
    #page-company {
      padding: 5.3333333333vw 5.3333333333vw 16vw; } }

.company-section {
  margin: 0 0 4.6875vw; }
  @media screen and (min-width: 1920px) {
    .company-section {
      margin: 0 0 90px; } }
  @media screen and (max-width: 980px) {
    .company-section {
      margin: 0 0 10.6666666667vw; } }
  .company-section h2 {
    text-align: center;
    font-size: 1.875vw;
    font-weight: 600;
    margin: 0 0 1em;
    letter-spacing: .04em; }
    @media screen and (min-width: 1920px) {
      .company-section h2 {
        font-size: 36px; } }
    @media screen and (max-width: 980px) {
      .company-section h2 {
        font-size: 5.3333333333vw; } }
  .company-section p {
    font-size: 0.8333333333vw;
    line-height: 1.8;
    letter-spacing: .04em; }
    @media screen and (min-width: 1920px) {
      .company-section p {
        font-size: 16px; } }
    @media screen and (max-width: 980px) {
      .company-section p {
        font-size: 3.4666666667vw; } }

#page-company-about {
  padding: 1.0416666667vw 0 0; }
  @media screen and (min-width: 1920px) {
    #page-company-about {
      padding: 20px 0 0; } }
  @media screen and (max-width: 980px) {
    #page-company-about {
      padding: 2.6666666667vw 5.3333333333vw 0; } }
  #page-company-about ._desc {
    text-align: center;
    margin: 0 0 2.0833333333vw; }
    @media screen and (min-width: 1920px) {
      #page-company-about ._desc {
        margin: 0 0 40px; } }
    @media screen and (max-width: 980px) {
      #page-company-about ._desc {
        margin: 0 0 5.3333333333vw; } }
  #page-company-about ._image ul {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 980px) {
      #page-company-about ._image ul {
        display: block; } }
    #page-company-about ._image ul li {
      width: 32%; }
      @media screen and (max-width: 980px) {
        #page-company-about ._image ul li {
          width: auto;
          margin: 0 0 2.6666666667vw; } }

@media screen and (max-width: 980px) {
  #page-company-info ._cnt {
    padding: 0 5.3333333333vw; } }

#page-company-access ._gmap {
  width: 100%;
  height: 31.25vw;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 1920px) {
    #page-company-access ._gmap {
      height: 600px; } }
  @media screen and (max-width: 980px) {
    #page-company-access ._gmap {
      height: 80vw; } }
  #page-company-access ._gmap iframe {
    width: 100%;
    height: 300%;
    position: absolute;
    top: -100%;
    left: 0; }

.table-box {
  border: solid #ccc 0.0520833333vw;
  font-size: 0.8333333333vw;
  line-height: 1.8; }
  @media screen and (min-width: 1920px) {
    .table-box {
      border: solid #ccc 1px;
      font-size: 16px; } }
  @media screen and (max-width: 980px) {
    .table-box {
      border: solid #ccc 0.2666666667vw;
      font-size: 3.4666666667vw; } }
  .table-box dl {
    border-bottom: solid #ccc 0.0520833333vw;
    padding: .8em 1.6em;
    display: flex;
    align-items: center;
    width: 100%; }
    @media screen and (min-width: 1920px) {
      .table-box dl {
        border-bottom: solid #ccc 1px; } }
    @media screen and (max-width: 980px) {
      .table-box dl {
        display: block;
        border-bottom: solid #ccc 0.2666666667vw; } }
    .table-box dl dt {
      width: 15%;
      border-right: solid #ccc 0.0520833333vw;
      padding: .5em 0; }
      @media screen and (min-width: 1920px) {
        .table-box dl dt {
          border-right: solid #ccc 1px; } }
      @media screen and (max-width: 980px) {
        .table-box dl dt {
          width: auto;
          border-right: none;
          border-bottom: solid #ccc 0.2666666667vw;
          padding: 0 0 .5em; } }
    .table-box dl dd {
      width: 85%;
      padding: .5em 0 .5em 3em; }
      @media screen and (max-width: 980px) {
        .table-box dl dd {
          width: auto;
          padding: 1em 0 0; } }
    .table-box dl:last-child {
      border-bottom: none; }

.faq-list .faq-list-wrap dl {
  margin: 0 0 1.5625vw;
  border: solid #666 0.0520833333vw;
  position: relative; }
  @media screen and (min-width: 1920px) {
    .faq-list .faq-list-wrap dl {
      margin: 0 0 2.34375vw;
      border: solid #666 0.078125vw; } }
  @media screen and (max-width: 980px) {
    .faq-list .faq-list-wrap dl {
      margin: 0 0 5.3333333333vw;
      border: solid #666 0.2666666667vw; } }
  .faq-list .faq-list-wrap dl:before {
    content: "";
    position: absolute;
    top: 1.9791666667vw;
    right: 1.3020833333vw;
    width: 1.5625vw;
    height: 0.1041666667vw;
    background-color: #ccc;
    transition: 0.5s ease;
    rotate: -90deg;
    z-index: 10; }
    @media screen and (min-width: 1920px) {
      .faq-list .faq-list-wrap dl:before {
        top: 2.96875vw;
        right: 1.953125vw;
        width: 2.34375vw;
        height: 0.15625vw; } }
    @media screen and (max-width: 980px) {
      .faq-list .faq-list-wrap dl:before {
        top: 8vw;
        right: 5.3333333333vw;
        width: 8vw;
        height: 0.5333333333vw; } }
  .faq-list .faq-list-wrap dl:after {
    content: "";
    position: absolute;
    top: 1.9791666667vw;
    right: 1.3020833333vw;
    width: 1.5625vw;
    height: 0.1041666667vw;
    background-color: #ccc;
    z-index: 10; }
    @media screen and (min-width: 1920px) {
      .faq-list .faq-list-wrap dl:after {
        top: 2.96875vw;
        right: 1.953125vw;
        width: 2.34375vw;
        height: 0.15625vw; } }
    @media screen and (max-width: 980px) {
      .faq-list .faq-list-wrap dl:after {
        top: 8vw;
        right: 5.3333333333vw;
        width: 8vw;
        height: 0.5333333333vw; } }
  .faq-list .faq-list-wrap dl dt {
    background-color: #666;
    position: relative;
    cursor: pointer;
    font-size: 0.9375vw;
    font-weight: 600;
    color: #ccc;
    padding: 1.3020833333vw 3.90625vw 1.3020833333vw 3.3854166667vw; }
    @media screen and (min-width: 1920px) {
      .faq-list .faq-list-wrap dl dt {
        font-size: 1.40625vw;
        padding: 1.953125vw 5.859375vw 1.953125vw 5.078125vw; } }
    @media screen and (max-width: 980px) {
      .faq-list .faq-list-wrap dl dt {
        font-size: 4.2666666667vw;
        padding: 5.3333333333vw 20vw 5.3333333333vw 17.3333333333vw; } }
    .faq-list .faq-list-wrap dl dt:before {
      content: "Q";
      font-size: 1.875vw;
      font-weight: 700;
      position: absolute;
      top: .1em;
      left: .5em; }
      @media screen and (min-width: 1920px) {
        .faq-list .faq-list-wrap dl dt:before {
          font-size: 2.8125vw; } }
      @media screen and (max-width: 980px) {
        .faq-list .faq-list-wrap dl dt:before {
          font-size: 8vw; } }
  .faq-list .faq-list-wrap dl dd {
    display: none;
    position: relative;
    padding: 1.5625vw 1.5625vw 1.5625vw 3.3854166667vw; }
    .faq-list .faq-list-wrap dl dd:before {
      content: "A";
      font-size: 1.875vw;
      font-weight: 700;
      position: absolute;
      top: .4em;
      left: .5em; }
      @media screen and (min-width: 1920px) {
        .faq-list .faq-list-wrap dl dd:before {
          font-size: 2.8125vw; } }
      @media screen and (max-width: 980px) {
        .faq-list .faq-list-wrap dl dd:before {
          font-size: 8vw; } }
    @media screen and (min-width: 1920px) {
      .faq-list .faq-list-wrap dl dd {
        padding: 2.34375vw 2.34375vw 2.34375vw 5.078125vw; } }
    @media screen and (max-width: 980px) {
      .faq-list .faq-list-wrap dl dd {
        padding: 5.3333333333vw 6.6666666667vw 5.3333333333vw 17.3333333333vw; } }
    .faq-list .faq-list-wrap dl dd p {
      font-size: 0.78125vw;
      line-height: 2; }
      @media screen and (min-width: 1920px) {
        .faq-list .faq-list-wrap dl dd p {
          font-size: 1.171875vw; } }
      @media screen and (max-width: 980px) {
        .faq-list .faq-list-wrap dl dd p {
          font-size: 3.4666666667vw; } }
  .faq-list .faq-list-wrap dl.active:before {
    rotate: 180deg; }
  .faq-list .faq-list-wrap dl:last-child {
    margin: 0; }

/*-----------------------------
blog
-----------------------------*/
#page-header-news {
  background-image: url(../img/page-header-news.jpg); }

#page-news {
  padding: 2.0833333333vw 0 6.25vw; }
  @media screen and (min-width: 1920px) {
    #page-news {
      padding: 40px 0 120px; } }
  @media screen and (max-width: 980px) {
    #page-news {
      padding: 5.3333333333vw 5.3333333333vw 3.125vw; } }
  #page-news .page-blog-column {
    padding: 0;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 980px) {
      #page-news .page-blog-column {
        display: block;
        padding: 0; } }
    #page-news .page-blog-column .main-column {
      width: 43.75vw; }
      @media screen and (min-width: 1920px) {
        #page-news .page-blog-column .main-column {
          width: 840px; } }
      @media screen and (max-width: 980px) {
        #page-news .page-blog-column .main-column {
          width: auto;
          margin: 0 0 10.6666666667vw; } }
      #page-news .page-blog-column .main-column .blog-list {
        display: flex;
        flex-wrap: wrap;
        gap: 2.0833333333vw 3.125vw; }
        @media screen and (min-width: 1920px) {
          #page-news .page-blog-column .main-column .blog-list {
            gap: 40px 60px; } }
        @media screen and (max-width: 980px) {
          #page-news .page-blog-column .main-column .blog-list {
            gap: 10.6666666667vw 4%; } }
        #page-news .page-blog-column .main-column .blog-list li {
          width: 20.3125vw; }
          @media screen and (min-width: 1920px) {
            #page-news .page-blog-column .main-column .blog-list li {
              width: 390px; } }
          @media screen and (max-width: 980px) {
            #page-news .page-blog-column .main-column .blog-list li {
              width: 48%; } }
          #page-news .page-blog-column .main-column .blog-list li a figure {
            width: 100%;
            height: 13.5416666667vw;
            overflow: hidden; }
            @media screen and (min-width: 1920px) {
              #page-news .page-blog-column .main-column .blog-list li a figure {
                height: 260px; } }
            @media screen and (max-width: 980px) {
              #page-news .page-blog-column .main-column .blog-list li a figure {
                height: 32vw; } }
            #page-news .page-blog-column .main-column .blog-list li a figure img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              transition: 0.5s ease; }
          #page-news .page-blog-column .main-column .blog-list li a ._ttl ._meta {
            display: flex;
            align-items: center;
            gap: 1em;
            font-size: 0.7291666667vw;
            padding: 1em 0; }
            @media screen and (min-width: 1920px) {
              #page-news .page-blog-column .main-column .blog-list li a ._ttl ._meta {
                font-size: 14px; } }
            @media screen and (max-width: 980px) {
              #page-news .page-blog-column .main-column .blog-list li a ._ttl ._meta {
                font-size: 3.2vw; } }
            #page-news .page-blog-column .main-column .blog-list li a ._ttl ._meta ._date {
              color: #ccc; }
            #page-news .page-blog-column .main-column .blog-list li a ._ttl ._meta ._cat {
              font-size: 0.5729166667vw;
              color: #fff;
              background-color: #ccc;
              padding: 0 .6em;
              border-radius: .2em; }
              @media screen and (min-width: 1920px) {
                #page-news .page-blog-column .main-column .blog-list li a ._ttl ._meta ._cat {
                  font-size: 0.859375vw; } }
              @media screen and (max-width: 980px) {
                #page-news .page-blog-column .main-column .blog-list li a ._ttl ._meta ._cat {
                  font-size: 2.6666666667vw; } }
          #page-news .page-blog-column .main-column .blog-list li a ._ttl h3 {
            font-size: 0.8333333333vw;
            font-weight: 700;
            margin: 0 0 .5em; }
            @media screen and (min-width: 1920px) {
              #page-news .page-blog-column .main-column .blog-list li a ._ttl h3 {
                font-size: 16px; } }
            @media screen and (max-width: 980px) {
              #page-news .page-blog-column .main-column .blog-list li a ._ttl h3 {
                font-size: 3.4666666667vw; } }
          #page-news .page-blog-column .main-column .blog-list li a ._ttl p {
            font-size: 0.8333333333vw;
            line-height: 2; }
            @media screen and (min-width: 1920px) {
              #page-news .page-blog-column .main-column .blog-list li a ._ttl p {
                font-size: 16px; } }
            @media screen and (max-width: 980px) {
              #page-news .page-blog-column .main-column .blog-list li a ._ttl p {
                font-size: 3.4666666667vw; } }
          #page-news .page-blog-column .main-column .blog-list li a:hover figure img {
            scale: 1.05; }
      #page-news .page-blog-column .main-column .common-btn {
        text-align: center;
        padding: 0; }
    #page-news .page-blog-column .side-column {
      width: 14.5833333333vw; }
      @media screen and (min-width: 1920px) {
        #page-news .page-blog-column .side-column {
          width: 280px; } }
      @media screen and (max-width: 980px) {
        #page-news .page-blog-column .side-column {
          width: auto; } }
      #page-news .page-blog-column .side-column aside h3 {
        text-align: center;
        background-color: #000;
        color: #fff;
        font-size: 0.8333333333vw;
        font-weight: 600;
        padding: .5em; }
        @media screen and (min-width: 1920px) {
          #page-news .page-blog-column .side-column aside h3 {
            font-size: 16px; } }
        @media screen and (max-width: 980px) {
          #page-news .page-blog-column .side-column aside h3 {
            font-size: 3.4666666667vw; } }
      #page-news .page-blog-column .side-column aside ul {
        padding: 1.0416666667vw 0.78125vw;
        background-color: #f4f4f4; }
        @media screen and (min-width: 1920px) {
          #page-news .page-blog-column .side-column aside ul {
            padding: 20px 15px; } }
        @media screen and (max-width: 980px) {
          #page-news .page-blog-column .side-column aside ul {
            padding: 5.3333333333vw 4vw; } }
      #page-news .page-blog-column .side-column .side-recent ul li {
        margin: 0 0 0.0520833333vw; }
        @media screen and (min-width: 1920px) {
          #page-news .page-blog-column .side-column .side-recent ul li {
            margin: 0 0 1px; } }
        @media screen and (max-width: 980px) {
          #page-news .page-blog-column .side-column .side-recent ul li {
            margin: 0 0 0.2666666667vw; } }
        #page-news .page-blog-column .side-column .side-recent ul li a {
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-size: 0.8333333333vw;
          background-color: #fff; }
          @media screen and (min-width: 1920px) {
            #page-news .page-blog-column .side-column .side-recent ul li a {
              font-size: 16px; } }
          @media screen and (max-width: 980px) {
            #page-news .page-blog-column .side-column .side-recent ul li a {
              font-size: 3.4666666667vw; } }
          #page-news .page-blog-column .side-column .side-recent ul li a figure {
            width: 4.6875vw;
            height: 4.6875vw;
            overflow: hidden; }
            @media screen and (min-width: 1920px) {
              #page-news .page-blog-column .side-column .side-recent ul li a figure {
                width: 90px;
                height: 90px; } }
            @media screen and (max-width: 980px) {
              #page-news .page-blog-column .side-column .side-recent ul li a figure {
                width: 30%;
                height: 21.3333333333vw; } }
            #page-news .page-blog-column .side-column .side-recent ul li a figure img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              transition: 0.5s ease; }
          #page-news .page-blog-column .side-column .side-recent ul li a ._txt {
            width: 8.3333333333vw;
            padding: 0.5208333333vw; }
            @media screen and (min-width: 1920px) {
              #page-news .page-blog-column .side-column .side-recent ul li a ._txt {
                width: 160px;
                padding: 10px; } }
            @media screen and (max-width: 980px) {
              #page-news .page-blog-column .side-column .side-recent ul li a ._txt {
                width: 70%;
                padding: 2.6666666667vw; } }
            #page-news .page-blog-column .side-column .side-recent ul li a ._txt time {
              display: block;
              color: #ccc;
              font-size: 0.625vw;
              line-height: 1.6; }
              @media screen and (min-width: 1920px) {
                #page-news .page-blog-column .side-column .side-recent ul li a ._txt time {
                  font-size: 12px; } }
              @media screen and (max-width: 980px) {
                #page-news .page-blog-column .side-column .side-recent ul li a ._txt time {
                  font-size: 3.2vw; } }
            #page-news .page-blog-column .side-column .side-recent ul li a ._txt p {
              font-size: 0.6770833333vw;
              line-height: 1.6;
              overflow: hidden;
              display: -webkit-box;
              text-overflow: ellipsis;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              max-height: 3.2em; }
              @media screen and (min-width: 1920px) {
                #page-news .page-blog-column .side-column .side-recent ul li a ._txt p {
                  font-size: 13px; } }
              @media screen and (max-width: 980px) {
                #page-news .page-blog-column .side-column .side-recent ul li a ._txt p {
                  font-size: 3.4666666667vw; } }
          #page-news .page-blog-column .side-column .side-recent ul li a:hover {
            opacity: .7; }
            #page-news .page-blog-column .side-column .side-recent ul li a:hover figure img {
              scale: 1.05; }
      #page-news .page-blog-column .side-column .side-category ul li {
        margin: 0 0 0.0520833333vw; }
        @media screen and (min-width: 1920px) {
          #page-news .page-blog-column .side-column .side-category ul li {
            margin: 0 0 1px; } }
        @media screen and (max-width: 980px) {
          #page-news .page-blog-column .side-column .side-category ul li {
            margin: 0 0 0.2666666667vw; } }
        #page-news .page-blog-column .side-column .side-category ul li a {
          display: block;
          position: relative;
          font-size: 0.8333333333vw;
          background-color: #fff;
          padding: 1em; }
          @media screen and (min-width: 1920px) {
            #page-news .page-blog-column .side-column .side-category ul li a {
              font-size: 16px; } }
          @media screen and (max-width: 980px) {
            #page-news .page-blog-column .side-column .side-category ul li a {
              font-size: 3.4666666667vw; } }
          #page-news .page-blog-column .side-column .side-category ul li a:hover {
            opacity: .7; }
          #page-news .page-blog-column .side-column .side-category ul li a:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0.78125vw;
            background: url(../img/btn-arrow.svg) no-repeat center/contain;
            width: 0.4166666667vw;
            height: 0.7291666667vw;
            margin: -0.3645833333vw 0 0;
            transition: 0.5s ease; }
            @media screen and (min-width: 1920px) {
              #page-news .page-blog-column .side-column .side-category ul li a:after {
                width: 8px;
                height: 14px;
                right: 15px;
                margin: -7px 0 0; } }
            @media screen and (max-width: 980px) {
              #page-news .page-blog-column .side-column .side-category ul li a:after {
                width: 2.1333333333vw;
                height: 3.7333333333vw;
                right: 4vw;
                margin: -1.8666666667vw 0 0; } }
      #page-news .page-blog-column .side-column .side-calendar .side-calendar-wrap {
        position: relative;
        padding: 0.78125vw 0.78125vw 1.0416666667vw;
        background-color: #f4f4f4;
        font-size: 0.8333333333vw; }
        @media screen and (min-width: 1920px) {
          #page-news .page-blog-column .side-column .side-calendar .side-calendar-wrap {
            padding: 15px 15px 20px;
            font-size: 16px; } }
        @media screen and (max-width: 980px) {
          #page-news .page-blog-column .side-column .side-calendar .side-calendar-wrap {
            padding: 4vw 4vw 5.3333333333vw;
            font-size: 3.4666666667vw; } }
        #page-news .page-blog-column .side-column .side-calendar .side-calendar-wrap nav {
          position: absolute;
          display: block;
          top: 0.78125vw;
          right: 0.78125vw; }
          @media screen and (min-width: 1920px) {
            #page-news .page-blog-column .side-column .side-calendar .side-calendar-wrap nav {
              top: 15px;
              right: 15px; } }
          @media screen and (max-width: 980px) {
            #page-news .page-blog-column .side-column .side-calendar .side-calendar-wrap nav {
              top: 4vw;
              right: 4vw; } }
        #page-news .page-blog-column .side-column .side-calendar .side-calendar-wrap table {
          border-collapse: separate;
          border-spacing: 1px; }
          #page-news .page-blog-column .side-column .side-calendar .side-calendar-wrap table caption {
            padding: 0 0 .3em; }
          #page-news .page-blog-column .side-column .side-calendar .side-calendar-wrap table th {
            text-align: center;
            background-color: #fff;
            padding: .2em; }
          #page-news .page-blog-column .side-column .side-calendar .side-calendar-wrap table td {
            text-align: center;
            background-color: #fff;
            padding: .2em; }
            #page-news .page-blog-column .side-column .side-calendar .side-calendar-wrap table td a {
              text-decoration: underline;
              font-weight: 700; }
              #page-news .page-blog-column .side-column .side-calendar .side-calendar-wrap table td a:hover {
                text-decoration: none; }

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.6041666667vw 0 0;
  font-size: 1.0416666667vw;
  gap: .6em; }
  @media screen and (min-width: 1920px) {
    .wp-pagenavi {
      padding: 50px 0 0;
      font-size: 20px; } }
  @media screen and (max-width: 980px) {
    .wp-pagenavi {
      padding: 8vw 0 0;
      font-size: 4.2666666667vw; } }
  .wp-pagenavi span {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    line-height: 2.0833333333vw;
    font-size: 0.8333333333vw;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 50%; }
    @media screen and (min-width: 1920px) {
      .wp-pagenavi span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px; } }
    @media screen and (max-width: 980px) {
      .wp-pagenavi span {
        width: 8.5333333333vw;
        height: 8.5333333333vw;
        line-height: 8.5333333333vw;
        font-size: 3.7333333333vw; } }
  .wp-pagenavi a.page {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    line-height: 2.0833333333vw;
    font-size: 0.8333333333vw;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    border-radius: 50%; }
    @media screen and (min-width: 1920px) {
      .wp-pagenavi a.page {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px; } }
    @media screen and (max-width: 980px) {
      .wp-pagenavi a.page {
        width: 8.5333333333vw;
        height: 8.5333333333vw;
        line-height: 8.5333333333vw;
        font-size: 3.7333333333vw; } }
  .wp-pagenavi a.previouspostslink {
    position: relative;
    font-size: 0;
    width: 0.5208333333vw;
    height: 0.8333333333vw; }
    @media screen and (min-width: 1920px) {
      .wp-pagenavi a.previouspostslink {
        width: 10px;
        height: 16px; } }
    @media screen and (max-width: 980px) {
      .wp-pagenavi a.previouspostslink {
        width: 2.6666666667vw;
        height: 4.2666666667vw; } }
    .wp-pagenavi a.previouspostslink:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0.5208333333vw;
      height: 0.8333333333vw;
      background: url(../img/btn-arrow.svg) no-repeat center/contain;
      transition: 0.5s ease;
      rotate: 180deg; }
      @media screen and (min-width: 1920px) {
        .wp-pagenavi a.previouspostslink:after {
          width: 10px;
          height: 16px; } }
      @media screen and (max-width: 980px) {
        .wp-pagenavi a.previouspostslink:after {
          width: 2.6666666667vw;
          height: 4.2666666667vw; } }
  .wp-pagenavi a.nextpostslink {
    position: relative;
    font-size: 0;
    width: 0.5208333333vw;
    height: 0.8333333333vw; }
    @media screen and (min-width: 1920px) {
      .wp-pagenavi a.nextpostslink {
        width: 10px;
        height: 16px; } }
    @media screen and (max-width: 980px) {
      .wp-pagenavi a.nextpostslink {
        width: 2.6666666667vw;
        height: 4.2666666667vw; } }
    .wp-pagenavi a.nextpostslink:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0.5208333333vw;
      height: 0.8333333333vw;
      background: url(../img/btn-arrow.svg) no-repeat center/contain;
      transition: 0.5s ease; }
      @media screen and (min-width: 1920px) {
        .wp-pagenavi a.nextpostslink:after {
          width: 10px;
          height: 16px; } }
      @media screen and (max-width: 980px) {
        .wp-pagenavi a.nextpostslink:after {
          width: 2.6666666667vw;
          height: 4.2666666667vw; } }

.blog-post ._ttl {
  margin: 0 0 2.0833333333vw; }
  @media screen and (min-width: 1920px) {
    .blog-post ._ttl {
      margin: 0 0 40px; } }
  @media screen and (max-width: 980px) {
    .blog-post ._ttl {
      margin: 0 0 5.3333333333vw; } }
  .blog-post ._ttl ._meta {
    display: flex;
    align-items: center;
    gap: 1em;
    font-size: 0.8333333333vw;
    margin: 0 0 1.5em; }
    @media screen and (min-width: 1920px) {
      .blog-post ._ttl ._meta {
        font-size: 16px; } }
    @media screen and (max-width: 980px) {
      .blog-post ._ttl ._meta {
        font-size: 3.4666666667vw; } }
    .blog-post ._ttl ._meta ._date {
      color: #ccc; }
    .blog-post ._ttl ._meta ._cat {
      font-size: 0.625vw;
      color: #fff;
      background-color: #ccc;
      padding: 0 .6em;
      border-radius: .2em; }
      @media screen and (min-width: 1920px) {
        .blog-post ._ttl ._meta ._cat {
          font-size: 12px; } }
      @media screen and (max-width: 980px) {
        .blog-post ._ttl ._meta ._cat {
          font-size: 2.6666666667vw; } }
  .blog-post ._ttl h3 {
    font-size: 1.25vw;
    font-weight: 700;
    margin: 0 0 .5em; }
    @media screen and (min-width: 1920px) {
      .blog-post ._ttl h3 {
        font-size: 24px; } }
    @media screen and (max-width: 980px) {
      .blog-post ._ttl h3 {
        font-size: 4.8vw; } }
.blog-post ._cnt p {
  font-size: 0.8333333333vw;
  line-height: 2;
  margin: 0 0 3em; }
  @media screen and (min-width: 1920px) {
    .blog-post ._cnt p {
      font-size: 16px; } }
  @media screen and (max-width: 980px) {
    .blog-post ._cnt p {
      font-size: 3.4666666667vw; } }
.blog-post ._cnt h2 {
  font-size: 1.25vw;
  font-weight: 700;
  margin: 0 0 1em; }
  @media screen and (min-width: 1920px) {
    .blog-post ._cnt h2 {
      font-size: 24px; } }
  @media screen and (max-width: 980px) {
    .blog-post ._cnt h2 {
      font-size: 4.8vw; } }
.blog-post ._cnt h3 {
  font-size: 0.9375vw;
  font-weight: 700;
  margin: 0 0 1em; }
  @media screen and (min-width: 1920px) {
    .blog-post ._cnt h3 {
      font-size: 18px; } }
  @media screen and (max-width: 980px) {
    .blog-post ._cnt h3 {
      font-size: 4.2666666667vw; } }
.blog-post ._cnt .img_wide {
  margin: 0 0 2.0833333333vw; }
  @media screen and (min-width: 1920px) {
    .blog-post ._cnt .img_wide {
      margin: 0 0 40px; } }
  @media screen and (max-width: 980px) {
    .blog-post ._cnt .img_wide {
      margin: 0 0 5.3333333333vw; } }
  .blog-post ._cnt .img_wide img {
    width: 100%; }
.blog-post ._cnt .img_fl {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833333333vw;
  margin: 0 0 2.0833333333vw; }
  @media screen and (min-width: 1920px) {
    .blog-post ._cnt .img_fl {
      margin: 0 0 40px;
      gap: 40px; } }
  @media screen and (max-width: 980px) {
    .blog-post ._cnt .img_fl {
      margin: 0 0 5.3333333333vw;
      gap: 5.3333333333vw; } }
  .blog-post ._cnt .img_fl img {
    flex: 1; }

/*-----------------------------
contact
-----------------------------*/
#page-header-contact {
  background-image: url(../img/page-header-contact.jpg); }

#page-contact {
  padding: 4.1666666667vw 0 9.375vw; }
  @media screen and (min-width: 1920px) {
    #page-contact {
      padding: 80px 0 180px; } }
  @media screen and (max-width: 980px) {
    #page-contact {
      padding: 5.3333333333vw 5.3333333333vw 16vw; } }
  #page-contact .page-contact-wrap .common-ttl {
    text-align: center; }
  #page-contact .page-contact-wrap ._desc {
    margin: 0 0 2.0833333333vw;
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 1920px) {
      #page-contact .page-contact-wrap ._desc {
        margin: 0 0 40px; } }
    @media screen and (max-width: 980px) {
      #page-contact .page-contact-wrap ._desc {
        display: block;
        margin: 0 0 5.3333333333vw; } }
    #page-contact .page-contact-wrap ._desc._fl {
      justify-content: center; }
      #page-contact .page-contact-wrap ._desc._fl ._txt {
        width: auto;
        text-align: center; }
    #page-contact .page-contact-wrap ._desc ._txt {
      width: 38.5416666667vw; }
      @media screen and (min-width: 1920px) {
        #page-contact .page-contact-wrap ._desc ._txt {
          width: 740px; } }
      @media screen and (max-width: 980px) {
        #page-contact .page-contact-wrap ._desc ._txt {
          width: auto;
          margin: 0 0 5.3333333333vw; } }
    #page-contact .page-contact-wrap ._desc ._tel {
      width: 20.8333333333vw; }
      @media screen and (min-width: 1920px) {
        #page-contact .page-contact-wrap ._desc ._tel {
          width: 400px; } }
      @media screen and (max-width: 980px) {
        #page-contact .page-contact-wrap ._desc ._tel {
          width: auto; } }
      #page-contact .page-contact-wrap ._desc ._tel ._box {
        background-color: #404040;
        color: #fff;
        text-align: center;
        padding: 1.5625vw 0; }
        @media screen and (min-width: 1920px) {
          #page-contact .page-contact-wrap ._desc ._tel ._box {
            padding: wxw(30) 0; } }
        @media screen and (max-width: 980px) {
          #page-contact .page-contact-wrap ._desc ._tel ._box {
            padding: 5.3333333333vw; } }
        #page-contact .page-contact-wrap ._desc ._tel ._box a, #page-contact .page-contact-wrap ._desc ._tel ._box span {
          display: inline-block; }
          #page-contact .page-contact-wrap ._desc ._tel ._box a strong, #page-contact .page-contact-wrap ._desc ._tel ._box span strong {
            font-size: 2.2916666667vw;
            display: inline-block;
            padding: 0 0 0 2.0833333333vw;
            background: url(../img/icon-tel_wh.png) no-repeat top 0.45em left/1.3020833333vw auto; }
            @media screen and (min-width: 1920px) {
              #page-contact .page-contact-wrap ._desc ._tel ._box a strong, #page-contact .page-contact-wrap ._desc ._tel ._box span strong {
                font-size: 44px;
                padding: 0 0 0 40px;
                background-size: 25px auto; } }
            @media screen and (max-width: 980px) {
              #page-contact .page-contact-wrap ._desc ._tel ._box a strong, #page-contact .page-contact-wrap ._desc ._tel ._box span strong {
                font-size: 6.4vw;
                padding: 0 0 0 6.9333333333vw;
                background-size: 4.2666666667vw auto; } }
    #page-contact .page-contact-wrap ._desc h3 {
      font-size: 1.25vw;
      margin: 0 0 .5em; }
      @media screen and (min-width: 1920px) {
        #page-contact .page-contact-wrap ._desc h3 {
          font-size: 24px; } }
      @media screen and (max-width: 980px) {
        #page-contact .page-contact-wrap ._desc h3 {
          font-size: 4.8vw; } }
    #page-contact .page-contact-wrap ._desc p {
      font-size: 0.8333333333vw;
      line-height: 2;
      margin: 0 0 .2em; }
      @media screen and (min-width: 1920px) {
        #page-contact .page-contact-wrap ._desc p {
          font-size: 16px; } }
      @media screen and (max-width: 980px) {
        #page-contact .page-contact-wrap ._desc p {
          font-size: 3.4666666667vw; } }
    #page-contact .page-contact-wrap ._desc small {
      display: block;
      font-size: 0.7291666667vw;
      letter-spacing: .04em;
      padding: 0 0 0 1em;
      line-height: 2;
      position: relative; }
      @media screen and (min-width: 1920px) {
        #page-contact .page-contact-wrap ._desc small {
          font-size: 14px; } }
      @media screen and (max-width: 980px) {
        #page-contact .page-contact-wrap ._desc small {
          font-size: 3.2vw; } }
      #page-contact .page-contact-wrap ._desc small:before {
        content: "※";
        position: absolute;
        top: 0;
        left: 0; }
  #page-contact .page-contact-wrap ._form {
    background-color: #f4f4f4;
    padding: 2.6041666667vw 2.6041666667vw; }
    @media screen and (min-width: 1920px) {
      #page-contact .page-contact-wrap ._form {
        padding: 50px 50px; } }
    @media screen and (max-width: 980px) {
      #page-contact .page-contact-wrap ._form {
        padding: 5.3333333333vw; } }
    #page-contact .page-contact-wrap ._form .wpcf7-spinner {
      display: none; }
    #page-contact .page-contact-wrap ._form .wpcf7-response-output {
      text-align: center;
      border: none;
      background-color: #fff;
      padding: 2em; }
    #page-contact .page-contact-wrap ._form table {
      width: 100%;
      font-size: 0.8333333333vw;
      border-collapse: collapse; }
      @media screen and (min-width: 1920px) {
        #page-contact .page-contact-wrap ._form table {
          font-size: 16px; } }
      @media screen and (max-width: 980px) {
        #page-contact .page-contact-wrap ._form table {
          font-size: 3.4666666667vw;
          display: block; } }
      @media screen and (max-width: 980px) {
        #page-contact .page-contact-wrap ._form table tr, #page-contact .page-contact-wrap ._form table tbody {
          display: block; } }
      #page-contact .page-contact-wrap ._form table th {
        padding: 1.5625vw 0vw;
        width: 20%;
        text-align: left;
        vertical-align: top;
        position: relative; }
        @media screen and (min-width: 1920px) {
          #page-contact .page-contact-wrap ._form table th {
            padding: 30px 0vw; } }
        @media screen and (max-width: 980px) {
          #page-contact .page-contact-wrap ._form table th {
            display: block;
            width: 100%;
            padding: 4vw 0 1.3333333333vw; } }
        #page-contact .page-contact-wrap ._form table th .req {
          position: absolute;
          top: 1.5625vw;
          right: 0;
          background-color: #000;
          color: #fff;
          font-size: 0.6770833333vw;
          padding: .1em .5em;
          vertical-align: middle; }
          @media screen and (min-width: 1920px) {
            #page-contact .page-contact-wrap ._form table th .req {
              top: 30px;
              font-size: 13px; } }
          @media screen and (max-width: 980px) {
            #page-contact .page-contact-wrap ._form table th .req {
              top: 4vw;
              font-size: 2.9333333333vw; } }
      #page-contact .page-contact-wrap ._form table td {
        padding: 0.5208333333vw 0 0.5208333333vw 2.0833333333vw;
        text-align: left;
        vertical-align: top; }
        @media screen and (min-width: 1920px) {
          #page-contact .page-contact-wrap ._form table td {
            padding: 10px 0 10px 40px; } }
        @media screen and (max-width: 980px) {
          #page-contact .page-contact-wrap ._form table td {
            display: block;
            padding: 0 0 4vw; } }
        #page-contact .page-contact-wrap ._form table td input, #page-contact .page-contact-wrap ._form table td textarea {
          width: 100%;
          border: solid #f4f4f4 0.0520833333vw;
          border-radius: 0.2083333333vw;
          padding: 1em 1em; }
          @media screen and (min-width: 1920px) {
            #page-contact .page-contact-wrap ._form table td input, #page-contact .page-contact-wrap ._form table td textarea {
              border: solid #f4f4f4 1px;
              border-radius: 4px; } }
          @media screen and (max-width: 980px) {
            #page-contact .page-contact-wrap ._form table td input, #page-contact .page-contact-wrap ._form table td textarea {
              border: solid #f4f4f4 0.2666666667vw;
              border-radius: 1.0666666667vw; } }
        #page-contact .page-contact-wrap ._form table td .conf {
          display: block;
          padding: 1.2em 0 0; }
        #page-contact .page-contact-wrap ._form table td._tel input {
          width: 40%; }
          @media screen and (max-width: 980px) {
            #page-contact .page-contact-wrap ._form table td._tel input {
              width: 100%; } }
        #page-contact .page-contact-wrap ._form table td._tel small {
          padding: 0 0 0 1em;
          font-size: 0.7291666667vw; }
          @media screen and (min-width: 1920px) {
            #page-contact .page-contact-wrap ._form table td._tel small {
              font-size: 14px; } }
          @media screen and (max-width: 980px) {
            #page-contact .page-contact-wrap ._form table td._tel small {
              display: block;
              padding: .5em 0 0;
              font-size: 3.2vw; } }
    #page-contact .page-contact-wrap ._form .btn-area {
      padding: 2.6041666667vw 0 0;
      display: flex;
      justify-content: center;
      gap: 2.0833333333vw; }
      @media screen and (min-width: 1920px) {
        #page-contact .page-contact-wrap ._form .btn-area {
          padding: 50px 0 0;
          gap: 40px; } }
      @media screen and (max-width: 980px) {
        #page-contact .page-contact-wrap ._form .btn-area {
          padding: 5.3333333333vw 0 0;
          gap: 5.3333333333vw; } }
      #page-contact .page-contact-wrap ._form .btn-area .btn-wrap {
        display: inline-block;
        position: relative;
        width: 12.5vw;
        height: 3.2291666667vw;
        line-height: 3.125vw;
        border: solid #000 0.0520833333vw;
        background-color: #fff;
        padding: 0;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        transition: 0.5s ease; }
        @media screen and (min-width: 1920px) {
          #page-contact .page-contact-wrap ._form .btn-area .btn-wrap {
            width: 240px;
            height: 62px;
            line-height: 60px;
            border: solid #000 1px; } }
        @media screen and (max-width: 980px) {
          #page-contact .page-contact-wrap ._form .btn-area .btn-wrap {
            width: 64vw;
            height: 13.8666666667vw;
            line-height: 13.3333333333vw;
            border: solid #000 0.2666666667vw; } }
        #page-contact .page-contact-wrap ._form .btn-area .btn-wrap:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 1.0416666667vw;
          background: url(../img/btn-arrow.svg) no-repeat center/contain;
          width: 0.4166666667vw;
          height: 0.7291666667vw;
          margin: -0.3645833333vw 0 0;
          transition: 0.5s ease;
          z-index: 10; }
          @media screen and (min-width: 1920px) {
            #page-contact .page-contact-wrap ._form .btn-area .btn-wrap:after {
              width: 8px;
              height: 14px;
              margin: -7px 0 0;
              right: 20px; } }
          @media screen and (max-width: 980px) {
            #page-contact .page-contact-wrap ._form .btn-area .btn-wrap:after {
              width: 2.1333333333vw;
              height: 3.7333333333vw;
              margin: -1.8666666667vw 0 0;
              right: 5.3333333333vw; } }
        #page-contact .page-contact-wrap ._form .btn-area .btn-wrap input {
          display: block;
          font-size: 0.8333333333vw;
          letter-spacing: .06em;
          position: relative;
          z-index: 2;
          transition: 0.5s ease;
          border: none;
          width: 100%;
          height: 100%;
          background: none;
          padding: 0;
          cursor: pointer; }
          @media screen and (min-width: 1920px) {
            #page-contact .page-contact-wrap ._form .btn-area .btn-wrap input {
              font-size: 16px; } }
          @media screen and (max-width: 980px) {
            #page-contact .page-contact-wrap ._form .btn-area .btn-wrap input {
              font-size: 3.4666666667vw; } }
        #page-contact .page-contact-wrap ._form .btn-area .btn-wrap:hover {
          background-color: #000;
          color: #fff; }
          #page-contact .page-contact-wrap ._form .btn-area .btn-wrap:hover:after {
            background-image: url(../img/btn-arrow_wh.svg);
            transform: translate(0.5208333333vw, 0); }
            @media screen and (min-width: 1920px) {
              #page-contact .page-contact-wrap ._form .btn-area .btn-wrap:hover:after {
                transform: translate(0.78125vw, 0); } }
            @media screen and (max-width: 980px) {
              #page-contact .page-contact-wrap ._form .btn-area .btn-wrap:hover:after {
                transform: translate(2.6666666667vw, 0); } }
        #page-contact .page-contact-wrap ._form .btn-area .btn-wrap._bk {
          background-color: #000;
          color: #fff; }
          #page-contact .page-contact-wrap ._form .btn-area .btn-wrap._bk:after {
            content: none; }
  #page-contact ._policy {
    padding: 2.6041666667vw 2.6041666667vw 0; }
    @media screen and (min-width: 1920px) {
      #page-contact ._policy {
        padding: 50px 50px 0; } }
    @media screen and (max-width: 980px) {
      #page-contact ._policy {
        padding: 8vw 0vw 0; } }
    #page-contact ._policy h3 {
      text-align: center;
      font-size: 0.9375vw;
      font-weight: 600;
      margin: 0 0 1.5em; }
      @media screen and (min-width: 1920px) {
        #page-contact ._policy h3 {
          font-size: 18px; } }
      @media screen and (max-width: 980px) {
        #page-contact ._policy h3 {
          font-size: 4vw; } }
    #page-contact ._policy p {
      font-size: 0.8333333333vw;
      line-height: 1.8; }
      @media screen and (min-width: 1920px) {
        #page-contact ._policy p {
          font-size: 16px; } }
      @media screen and (max-width: 980px) {
        #page-contact ._policy p {
          font-size: 3.4666666667vw; } }

/*-----------------------------
warabi
-----------------------------*/
#page-header-warabi {
  background-image: url(../img/page-header-warabi.jpg); }

#page-warabi-about {
  padding: 2.0833333333vw 0 0vw;
  margin: 0 0 4.6875vw; }
  @media screen and (min-width: 1920px) {
    #page-warabi-about {
      padding: 40px 0 0px;
      margin: 0 0 90px; } }
  @media screen and (max-width: 980px) {
    #page-warabi-about {
      padding: 5.3333333333vw 5.3333333333vw 0vw;
      margin: 0 0 10.6666666667vw; } }
  #page-warabi-about ._desc {
    text-align: center; }
    #page-warabi-about ._desc figure {
      margin: 0 0 1.5625vw; }
      @media screen and (min-width: 1920px) {
        #page-warabi-about ._desc figure {
          margin: 0 0 30px; } }
      @media screen and (max-width: 980px) {
        #page-warabi-about ._desc figure {
          margin: 0 0 5.3333333333vw; } }
      #page-warabi-about ._desc figure img {
        width: 20vw; }
        @media screen and (min-width: 1920px) {
          #page-warabi-about ._desc figure img {
            width: 384px; } }
        @media screen and (max-width: 980px) {
          #page-warabi-about ._desc figure img {
            width: 42.6666666667vw; } }

#page-warabi-shop ._cnt {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 980px) {
    #page-warabi-shop ._cnt {
      display: block; } }
  #page-warabi-shop ._cnt figure {
    width: 31.25vw; }
    @media screen and (min-width: 1920px) {
      #page-warabi-shop ._cnt figure {
        width: 600px; } }
    @media screen and (max-width: 980px) {
      #page-warabi-shop ._cnt figure {
        width: auto;
        margin: 0 0 5.3333333333vw; } }
  #page-warabi-shop ._cnt ._txt {
    width: 28.125vw; }
    @media screen and (min-width: 1920px) {
      #page-warabi-shop ._cnt ._txt {
        width: 540px; } }
    @media screen and (max-width: 980px) {
      #page-warabi-shop ._cnt ._txt {
        width: auto;
        padding: 0 5.3333333333vw; } }
    #page-warabi-shop ._cnt ._txt h3 {
      font-size: 1.5625vw;
      margin: 0 0 .5em; }
      @media screen and (min-width: 1920px) {
        #page-warabi-shop ._cnt ._txt h3 {
          font-size: 30px; } }
      @media screen and (max-width: 980px) {
        #page-warabi-shop ._cnt ._txt h3 {
          font-size: 4.8vw;
          text-align: center; } }

#page-warabi-gallery {
  margin: 0 0 7.2916666667vw; }
  @media screen and (min-width: 1920px) {
    #page-warabi-gallery {
      margin: 0 0 140px; } }
  @media screen and (max-width: 980px) {
    #page-warabi-gallery {
      margin: 0 0 18.6666666667vw; } }
  #page-warabi-gallery .common-ttl {
    text-align: center;
    margin: 0 0 2.0833333333vw; }
    @media screen and (min-width: 1920px) {
      #page-warabi-gallery .common-ttl {
        margin: 0 0 40px; } }
    @media screen and (max-width: 980px) {
      #page-warabi-gallery .common-ttl {
        margin: 0 0 5.3333333333vw; } }
    #page-warabi-gallery .common-ttl h2 {
      margin: 0; }
    #page-warabi-gallery .common-ttl small {
      padding: 0; }
  #page-warabi-gallery ._slider {
    position: relative; }
    #page-warabi-gallery ._slider .swiper-prev,
    #page-warabi-gallery ._slider .swiper-next {
      top: 50%; }
    #page-warabi-gallery ._slider .swiper-prev {
      left: 15.625vw; }
      @media screen and (min-width: 1920px) {
        #page-warabi-gallery ._slider .swiper-prev {
          left: 15.625vw; } }
      @media screen and (max-width: 980px) {
        #page-warabi-gallery ._slider .swiper-prev {
          left: 8vw; } }
    #page-warabi-gallery ._slider .swiper-next {
      right: 15.625vw; }
      @media screen and (min-width: 1920px) {
        #page-warabi-gallery ._slider .swiper-next {
          right: 15.625vw; } }
      @media screen and (max-width: 980px) {
        #page-warabi-gallery ._slider .swiper-next {
          right: 8vw; } }
    #page-warabi-gallery ._slider .swiper-scrollbar {
      bottom: -1.5625vw;
      width: 52.0833333333vw;
      left: 50% !important;
      transform: translateX(-50%); }
      @media screen and (min-width: 1920px) {
        #page-warabi-gallery ._slider .swiper-scrollbar {
          bottom: -1.5625vw;
          width: 52.0833333333vw; } }
      @media screen and (max-width: 980px) {
        #page-warabi-gallery ._slider .swiper-scrollbar {
          bottom: -5.3333333333vw;
          width: 80%; } }

#page-warabi-access {
  margin: 0 0 9.375vw; }
  @media screen and (min-width: 1920px) {
    #page-warabi-access {
      margin: 0 0 180px; } }
  @media screen and (max-width: 980px) {
    #page-warabi-access {
      margin: 0 0 21.3333333333vw; } }
  #page-warabi-access .common-ttl {
    text-align: center;
    margin: 0 0 2.0833333333vw; }
    @media screen and (min-width: 1920px) {
      #page-warabi-access .common-ttl {
        margin: 0 0 40px; } }
    @media screen and (max-width: 980px) {
      #page-warabi-access .common-ttl {
        margin: 0 0 5.3333333333vw; } }
    #page-warabi-access .common-ttl h2 {
      margin: 0; }
    #page-warabi-access .common-ttl small {
      padding: 0; }
  #page-warabi-access ._gmap {
    width: 100%;
    height: 30.2083333333vw;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 1920px) {
      #page-warabi-access ._gmap {
        height: 580px; } }
    @media screen and (max-width: 980px) {
      #page-warabi-access ._gmap {
        height: 80vw; } }
    #page-warabi-access ._gmap iframe {
      width: 100%;
      height: 300%;
      position: absolute;
      top: -100%;
      left: 0; }

#page-warabi-menu {
  margin: 0 0 6.7708333333vw; }
  @media screen and (min-width: 1920px) {
    #page-warabi-menu {
      margin: 0 0 130px; } }
  @media screen and (max-width: 980px) {
    #page-warabi-menu {
      margin: 0 0 16vw;
      padding: 0 5.3333333333vw; } }
  #page-warabi-menu .common-ttl {
    text-align: center;
    margin: 0 0 1.0416666667vw; }
    @media screen and (min-width: 1920px) {
      #page-warabi-menu .common-ttl {
        margin: 0 0 20px; } }
    @media screen and (max-width: 980px) {
      #page-warabi-menu .common-ttl {
        margin: 0 0 5.3333333333vw; } }
    #page-warabi-menu .common-ttl h2 {
      margin: 0; }
    #page-warabi-menu .common-ttl small {
      padding: 0; }
  #page-warabi-menu ._notes {
    text-align: center;
    margin: 0 0 2.0833333333vw; }
    @media screen and (min-width: 1920px) {
      #page-warabi-menu ._notes {
        margin: 0 0 40px; } }
    @media screen and (max-width: 980px) {
      #page-warabi-menu ._notes {
        margin: 0 0 5.3333333333vw; } }
    #page-warabi-menu ._notes p {
      font-size: 0.7291666667vw; }
      @media screen and (min-width: 1920px) {
        #page-warabi-menu ._notes p {
          font-size: 14px; } }
      @media screen and (max-width: 980px) {
        #page-warabi-menu ._notes p {
          font-size: 3.2vw; } }
  #page-warabi-menu h3 {
    font-size: 1.5625vw;
    text-align: center;
    font-weight: 600;
    letter-spacing: .04em;
    margin: 0 0 .5em; }
    @media screen and (min-width: 1920px) {
      #page-warabi-menu h3 {
        font-size: 30px; } }
    @media screen and (max-width: 980px) {
      #page-warabi-menu h3 {
        font-size: 4.8vw; } }
  #page-warabi-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.0833333333vw;
    font-size: 0.8333333333vw; }
    @media screen and (min-width: 1920px) {
      #page-warabi-menu ul {
        gap: 40px;
        font-size: 16px; } }
    @media screen and (max-width: 980px) {
      #page-warabi-menu ul {
        display: block;
        gap: 5.3333333333vw;
        font-size: 3.4666666667vw; } }
    @media screen and (max-width: 980px) {
      #page-warabi-menu ul li {
        margin-bottom: 5.3333333333vw; } }
    #page-warabi-menu ul li h4 {
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: .5em;
      font-size: 1.0416666667vw;
      padding: .5em 0; }
      @media screen and (min-width: 1920px) {
        #page-warabi-menu ul li h4 {
          font-size: 20px; } }
      @media screen and (max-width: 980px) {
        #page-warabi-menu ul li h4 {
          font-size: 4.2666666667vw; } }
      #page-warabi-menu ul li h4 strong {
        display: inline-block;
        font-weight: 600; }
        @media screen and (max-width: 980px) {
          #page-warabi-menu ul li h4 strong {
            display: block; } }
      #page-warabi-menu ul li h4 span {
        display: inline-block;
        font-weight: 600; }
        @media screen and (max-width: 980px) {
          #page-warabi-menu ul li h4 span {
            display: block; } }
  #page-warabi-menu ._cat01 {
    margin: 0 0 3.125vw; }
    @media screen and (min-width: 1920px) {
      #page-warabi-menu ._cat01 {
        margin: 0 0 60px; } }
    @media screen and (max-width: 980px) {
      #page-warabi-menu ._cat01 {
        margin: 0 0 10.6666666667vw; } }
    #page-warabi-menu ._cat01 ul li {
      width: 31.25vw; }
      @media screen and (min-width: 1920px) {
        #page-warabi-menu ._cat01 ul li {
          width: 600px; } }
      @media screen and (max-width: 980px) {
        #page-warabi-menu ._cat01 ul li {
          width: auto; } }
  #page-warabi-menu ._list {
    margin: 0 0 3.125vw; }
    @media screen and (min-width: 1920px) {
      #page-warabi-menu ._list {
        margin: 0 0 60px; } }
    @media screen and (max-width: 980px) {
      #page-warabi-menu ._list {
        margin: 0 0 10.6666666667vw; } }
    #page-warabi-menu ._list ul li {
      width: 19.2708333333vw; }
      @media screen and (min-width: 1920px) {
        #page-warabi-menu ._list ul li {
          width: 370px; } }
      @media screen and (max-width: 980px) {
        #page-warabi-menu ._list ul li {
          width: auto; } }
  #page-warabi-menu ._cat04 h3 {
    margin: 0 0 4.1666666667vw; }
    @media screen and (min-width: 1920px) {
      #page-warabi-menu ._cat04 h3 {
        margin: 0 0 80px; } }
    @media screen and (max-width: 980px) {
      #page-warabi-menu ._cat04 h3 {
        margin: 0 0 10.6666666667vw; } }
  #page-warabi-menu ._cat04 ul {
    justify-content: start;
    gap: 1em 2.0833333333vw; }
    @media screen and (min-width: 1920px) {
      #page-warabi-menu ._cat04 ul {
        gap: 1em 40px; } }
    @media screen and (max-width: 980px) {
      #page-warabi-menu ._cat04 ul {
        margin: 0 0 1em; } }
    #page-warabi-menu ._cat04 ul li {
      width: 19.2708333333vw;
      border-bottom: solid #ccc 0.0520833333vw;
      padding: 0 0 1em;
      display: flex;
      justify-content: space-between; }
      @media screen and (min-width: 1920px) {
        #page-warabi-menu ._cat04 ul li {
          width: 370px;
          border-bottom: solid #ccc 1px; } }
      @media screen and (max-width: 980px) {
        #page-warabi-menu ._cat04 ul li {
          width: auto;
          border-bottom: solid #ccc 0.2666666667vw; } }
      #page-warabi-menu ._cat04 ul li._w {
        width: 40.625vw; }
        @media screen and (min-width: 1920px) {
          #page-warabi-menu ._cat04 ul li._w {
            width: 780px; } }
        @media screen and (max-width: 980px) {
          #page-warabi-menu ._cat04 ul li._w {
            width: auto; } }

.warabi-section {
  margin: 0 0 4.6875vw; }
  @media screen and (min-width: 1920px) {
    .warabi-section {
      margin: 0 0 90px; } }
  @media screen and (max-width: 980px) {
    .warabi-section {
      margin: 0 0 10.6666666667vw; } }
  .warabi-section h2 {
    text-align: center;
    font-size: 1.875vw;
    font-weight: 600;
    margin: 0 0 1em;
    letter-spacing: .04em; }
    @media screen and (min-width: 1920px) {
      .warabi-section h2 {
        font-size: 36px; } }
    @media screen and (max-width: 980px) {
      .warabi-section h2 {
        font-size: 5.3333333333vw; } }
  .warabi-section p {
    font-size: 0.8333333333vw;
    line-height: 1.8;
    letter-spacing: .04em; }
    @media screen and (min-width: 1920px) {
      .warabi-section p {
        font-size: 16px; } }
    @media screen and (max-width: 980px) {
      .warabi-section p {
        font-size: 3.4666666667vw; } }

/*-----------------------------
404
-----------------------------*/
#page-header-404 {
  background-image: url(../img/page-header-404.jpg); }

#page-404 {
  text-align: center; }
  #page-404 h3 {
    font-size: 1.25vw;
    margin: 0 0 1em; }
    @media screen and (min-width: 1920px) {
      #page-404 h3 {
        font-size: 24px; } }
    @media screen and (max-width: 980px) {
      #page-404 h3 {
        font-size: 4.2666666667vw; } }

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