@charset "UTF-8";
/*!
Theme Name: f-beyond
Theme URI: https://f-beyond.com//
Author: office-canaan
Author URI: https://f-beyond.com//
Description: f-beyond theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: f-beyond
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}
h1,
h2,
h3 {
  font-weight: 500;
}

.hidden-sm {
  display: block;
}
@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

.visible-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible-sm {
    display: block;
  }
}

.red a {
  color: #cc0011;
}
.red a:hover::after {
  background: #cc0011;
}

.flex {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .flex {
    flex-wrap: wrap;
  }
}

.mt3rem {
  margin-top: 3rem;
}

.container-archive {
  max-width: 960px;
}
.container-single {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border: 1px solid #dbe8f0;
  padding: 32px 10px;
}
@media screen and (min-width: 767px) {
  .container-single {
    margin-top: 100px;
    padding: 32px 50px;
  }
}

.wmax {
  margin: auto calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .padding-sp {
    padding: 0 10px;
  }
}

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

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt125 {
  margin-top: 125px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pt125 {
  padding-top: 125px;
}

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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row.no-gap {
  margin: 0;
}
.row.no-gap div[class^=col-] {
  padding: 0;
}
.row.gap15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row.gap15 div[class^=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row.gap20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row.gap20 div[class^=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.gap30 {
  margin-right: -15px;
  margin-left: -15px;
}
.row.gap30 div[class^=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
.row.gap40 {
  margin-right: -20px;
  margin-left: -20px;
}
.row.gap40 div[class^=col-] {
  padding-right: 20px;
  padding-left: 20px;
}
.row.gap80 {
  margin-right: -40px;
  margin-left: -40px;
}
.row.gap80 div[class^=col-] {
  padding-right: 40px;
  padding-left: 40px;
}
.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 74rem) {
  .container {
    width: 75rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
body {
  color: #5a2f2f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

a {
  color: #5a2f2f;
  text-decoration: none;
  word-break: break-all;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.left_to_right a {
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.left_to_right a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5a2f2f;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.left_to_right a:hover::after {
  transform: scale(1, 1);
}

img {
  display: inline-block;
  height: auto;
}
svg {
  width: 100%;
}

#page {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page {
    overflow: hidden;
  }
}

.site-header {
  background: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.site-header::before {
  background: #fff;
  content: none;
  height: 62px;
  left: 0;
  margin: auto calc(50% - 50vw);
  position: absolute;
  right: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .site-header::before {
    content: "";
    height: 82px;
  }
}
.site-header::after {
  border-bottom: 1px solid #efefef;
  bottom: 0;
  content: "";
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.1));
  height: 1px;
  left: 0;
  margin: auto calc(50% - 50vw);
  position: absolute;
  right: 0;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .site-header::after {
    content: none;
  }
}

.site-main {
  color: #69625a;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (min-width: 767px) {
  .site-main {
    margin-top: 148px;
    margin-bottom: 135px;
  }
}
.home .site-main {
  padding-top: 36px;
}
@media screen and (max-width: 767px) {
  .home .site-main {
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .home .site-main {
    padding-top: 75px;
    margin-bottom: 0;
  }
}
.single-event .site-main {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .single-event .site-main {
    margin-top: 60px;
  }
}
.page .site-main {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .page .site-main {
    margin-top: 60px;
  }
}
.post-type-archive-brand .site-main {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-brand .site-main {
    margin-top: 60px;
  }
}
@media screen and (min-width: 767px) {
  .site-main.case-single {
    margin-top: 0;
    padding-top: 87px;
  }
}
@media screen and (max-width: 767px) {
  .site-main.case-single .page-title h1 {
    font-size: 16px;
    font-size: 1rem;
    color: #cc0011;
  }
}
@media screen and (max-width: 767px) {
  .site-main.case-single .page-title h2 {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #5a2f2f;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 1.5;
  }
}
.error404 .site-main {
  margin-top: 150px;
}

.shpo_event-archive {
  margin-top: 148px;
}

.feature-archive {
  margin-top: 148px;
}
@media screen and (max-width: 767px) {
  .feature-archive {
    padding: 0 10px;
  }
}

.case-archive {
  margin-top: 148px;
}

.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  margin: 4px;
  padding: 5px 5px;
  color: #0c344e;
  font-size: 14px;
  text-decoration: none;
  border: none;
}
.wp-pagenavi span.current, .wp-pagenavi span:hover,
.wp-pagenavi a.current,
.wp-pagenavi a:hover {
  background: #fff;
  color: #cc0011;
  border: none;
  border-bottom: 1px solid #cc0011;
  padding-bottom: 5px;
  display: inline;
}
.wp-pagenavi span.current::after, .wp-pagenavi span:hover::after,
.wp-pagenavi a.current::after,
.wp-pagenavi a:hover::after {
  content: none;
}

.error-404 {
  text-align: center;
  margin-bottom: 20px;
}

section {
  padding: 0 10px;
}
@media screen and (min-width: 767px) {
  section {
    padding: 0;
  }
}

.site-header .flex {
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .site-header .flex {
    justify-content: flex-start;
    height: 60px;
  }
}

.site-branding {
  padding-left: 4%;
  z-index: 4;
}

.site-title {
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .site-title {
    line-height: 1.6;
    margin: 0;
  }
}
.site-description {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .site-description {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-description {
    display: none;
  }
}

.menus {
  align-items: center;
  background: #cc0011;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 87px;
  justify-content: center;
  padding: 0 0.625rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 87px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .menus {
    height: 60.25px;
    width: 60px;
  }
}
.menus.active {
  background: #69625a;
}
@media screen and (min-width: 767px) {
  .menus {
    position: relative;
  }
}
.menus::after {
  font-size: 14px;
  font-size: 0.875rem;
  content: "MENU";
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin-inline: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .menus::after {
    font-size: 8px;
    font-size: 0.5rem;
    bottom: 4px;
  }
}
.menus:has(.active)::after {
  content: "CLOSE";
}

.menu-trigger {
  cursor: pointer;
  display: inline-block;
  height: 28px;
  position: relative;
  vertical-align: middle;
  width: 36px;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    height: 18px;
    width: 30px;
  }
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s 0.2s;
}
@media screen and (max-width: 767px) {
  .menu-trigger span {
    height: 1px;
  }
}
.menu-trigger.active span {
  background-color: #fff;
  z-index: 100;
}
.menu-trigger span:nth-of-type(1) {
  top: -10px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(4px) rotate(-45deg);
  }
}
.menu-trigger span:nth-of-type(2) {
  top: 2px;
}
@media screen and (max-width: 767px) {
  .menu-trigger span:nth-of-type(2) {
    top: 0px;
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .menu-trigger span:nth-of-type(3) {
    bottom: 6px;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-16px) rotate(45deg);
  }
}

.main-navigation {
  color: #fff;
  display: none;
  left: 0;
  position: fixed;
  top: 87px;
  width: 100%;
  z-index: 2;
  bottom: 0;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .main-navigation {
    background: #69625a;
    height: 100svh;
    top: 60px;
  }
}
.main-navigation .menu-gnav-container {
  min-height: 55.8vh;
}
.main-navigation ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 6px;
  padding: 0px 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-navigation ul {
    padding: 0 4%;
  }
}
.main-navigation ul::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  height: 2px;
  left: 0;
  bottom: -14px;
}
.main-navigation ul li {
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .main-navigation ul li a {
    align-items: flex-start;
  }
}

.nav-wrap {
  background-color: rgba(105, 98, 90, 0.95);
  background-image: url(./img/nav-bg.jpg);
  background-position: left center;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .nav-wrap {
    flex-direction: column;
  }
}

.nav-contact {
  width: 52.083%;
  text-align: left;
  padding: 13% 4% 0 18%;
}
@media screen and (max-width: 767px) {
  .nav-contact {
    width: 100%;
    display: none;
  }
}
.nav-contact h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin-bottom: 8px;
}
.nav-contact h2::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  height: 2px;
  left: 0;
  bottom: -14px;
}
.nav-contact-item {
  margin-top: 26px;
}
.nav-contact-item h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.nav-contact-item p {
  line-height: 1.63;
  margin-top: 13px;
}
.nav-contact-btn {
  margin-top: 23px;
}
.nav-contact-btn a {
  font-size: 16px;
  font-size: 1rem;
  background: #fa6980;
  border-radius: 6px;
  border: 1px solid #fa6980;
  color: #fff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  padding: 5px 0;
  text-align: center;
  transition: all 0.3s ease;
  width: 134px;
}
.nav-contact-btn a:hover {
  background: #fff;
  color: #fa6980;
}

.nav-menu {
  background: #69625a;
  flex: 1;
  padding-top: 3%;
}
@media screen and (max-width: 767px) {
  .nav-menu {
    padding: 0;
    width: 100%;
  }
}
.nav-menu-row {
  width: 100%;
  margin-left: 7.609%;
  margin-top: 14px;
  max-width: 490px;
}
@media screen and (max-width: 767px) {
  .nav-menu-row {
    width: 88vw;
    margin-left: 10px;
  }
}
.nav-menu h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .nav-menu h2 {
    padding: 0 4%;
  }
}
.nav-menu h2::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  height: 2px;
  left: 0;
  bottom: -14px;
}
.nav-menu h2 a {
  color: #fff;
  font-weight: bold;
}
.nav-menu-item {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .nav-menu-item:first-of-type h3, .nav-menu-item:last-of-type h3 {
    padding: 0 4%;
  }
}
.nav-menu-item:first-of-type h3::after, .nav-menu-item:last-of-type h3::after {
  content: none;
}
.nav-menu-item h3 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav-menu-item h3 {
    padding: 0 4%;
  }
}
.nav-menu-item h3::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  height: 2px;
  left: 0;
  bottom: -14px;
}
.nav-menu-item h3 a {
  color: #fff;
  font-weight: bold;
}
.nav-menu-item-last h3::after {
  content: none;
}

.menu {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .menu {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 767px) {
  .menu {
    flex-direction: row;
  }
}
.menu li {
  width: 100%;
  padding: auto;
}
@media screen and (min-width: 767px) {
  .menu li {
    width: auto;
  }
}
.menu li a {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.56;
  padding: 0;
  margin-left: 21px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.menu li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5a2f2f;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.menu li a:hover::after {
  transform: scale(1, 1);
}
.menu li a::before {
  background-size: 10px 6px;
  background: url(./img/nav-menu-icon-arrow.svg) no-repeat center left;
  content: "";
  height: 6px;
  left: -21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.menu li a::after {
  background: #fff;
}
.menu li a span {
  color: #9cb6c7;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  margin-top: 2px;
}
.menu li.nav_item-recruit {
  background: #cc0011;
  border: 1px solid #cc0011;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu li.nav_item-recruit a {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 17.5px 27px;
}
.menu li.nav_item-recruit a:hover {
  background: #fff;
  color: #cc0011;
}
.menu li.nav_item-recruit a:hover span {
  color: #cc0011;
}
.menu li.nav_item-recruit a span {
  color: #fff;
}

.nav-footer {
  margin-top: 19px;
}
.nav-footer ul.nav-footer-ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 87px 7.3%;
  padding: 0;
  width: 53.261%;
}
@media screen and (max-width: 767px) {
  .nav-footer ul.nav-footer-ul {
    padding: 0 0 87px 10px;
    margin: 0;
  }
}
.nav-footer ul.nav-footer-ul::after {
  content: none;
}
.nav-footer ul.nav-footer-ul li {
  padding-left: 0;
}
.nav-footer ul.nav-footer-ul li a {
  background: #fff;
  border: 1px solid #fff;
  color: #69625a;
  display: inline-block;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  width: 120px;
}
.nav-footer ul.nav-footer-ul li a:hover {
  background: #69625a;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .nav-footer ul.nav-footer-ul li a {
    width: calc(25vw - 10px);
  }
}

@media screen and (max-width: 767px) {
  .slider {
    display: none;
  }
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-slide {
  margin: 0 82px;
  padding: 0;
  position: relative;
}
.slider .slick-slide.slide-img {
  width: 100vw;
  height: inherit;
  transition: all 0.6s ease 0.4s;
  opacity: 0.5;
}
@media screen and (min-width: 767px) {
  .slider .slick-slide.slide-img {
    width: 672px;
    height: 495px;
  }
}
.slider .slick-slide.slick-current.slide-img {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 767px) {
  .slider .slick-slide.slick-current.slide-img {
    transform: scale(1.25);
  }
}
.slider .slick-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .slick-arrow {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 60px;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  z-index: 1;
}
.slider .slick-arrow::before {
  background: url(./img/slidearrow-right.svg) no-repeat center center;
  content: "";
  display: block;
  height: 19px;
  position: absolute;
  top: 0;
  width: 30px;
}
.slider .slick-next {
  right: 0;
}
.slider .slick-prev {
  left: 0;
}
.slider .slick-next::before {
  left: 0;
}
.slider .slick-prev::before {
  background: url(./img/slidearrow-left.svg) no-repeat center center;
  right: 0;
}

.slick-dots {
  background: none;
  margin: auto calc(50% - 50vw);
  padding: 10px 18px;
  position: inherit;
  width: 100vw;
}
.slick-dots li {
  height: 78px;
  width: auto;
}
.slick-dots li img {
  max-width: 91px;
  height: auto;
}

.dots .slick-dots {
  text-align: center;
  margin-top: 40px;
}
.dots .slick-dots li {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
}
.dots .slick-dots li.slick-active {
  opacity: 1;
}
.dots .slick-dots li + li {
  margin-left: 40px;
}
.dots .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots .slick-dots .slick-active button {
  background: #0a467d;
}

.thumb_slider-sp {
  margin-top: 8.5px;
}
.thumb_slider-sp .slick-slide {
  margin: 0 10px;
  width: 45.82px;
  height: 30px;
}
.thumb_slider-sp .slick-slide img {
  height: 30px;
  width: 45.82px;
}
.thumb_slider-sp .slick-prev, .thumb_slider-sp .slick-next {
  background-color: #333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.news {
  align-items: flex-start;
  border: 5px solid #e6e4e1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: 10px;
  margin-top: 25px;
  padding: 20px 10px;
}
@media screen and (min-width: 767px) {
  .news {
    align-items: center;
    border: 10px solid #e6e4e1;
    flex-direction: row;
    margin-inline: auto;
    margin-top: 94px;
    padding: 20px 0;
  }
}
.news__left {
  width: 100%;
  padding-left: 0;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .news__left {
    width: 20%;
    padding-left: 40px;
  }
}
.news__left h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #5a2f2f;
  border-right: none;
  display: inline-block;
  padding-right: 0;
}
@media screen and (min-width: 767px) {
  .news__left h2 {
    font-size: 24px;
    font-size: 1.5rem;
    border-right: 1px solid #5a2f2f;
    padding-right: 30px;
  }
}
.news__right {
  flex: 1;
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .news__right {
    margin-top: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .news__right dl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.news__right dl div {
  display: flex;
}
.news__right dl div + div {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .news__right dl div + div {
    margin-top: 0.5em;
  }
}
.news__right dl div dt {
  color: #cc0011;
}
.news__right dl div dd {
  margin-left: 22px;
}
.news__right dl div dd a {
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.news__right dl div dd a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5a2f2f;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.news__right dl div dd a:hover::after {
  transform: scale(1, 1);
}

.h-titles {
  text-align: center;
  margin-inline: auto;
}
.h-titles_big {
  background: #fff;
  padding: 46px 40px;
}
@media screen and (max-width: 767px) {
  .h-titles_big {
    padding: 10px 10px;
  }
}
.h-titles figure {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h-titles img {
    height: auto;
    width: auto;
    max-height: 40px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .support .h-titles img {
    max-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .case .h-titles img {
    max-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .brand .h-titles img {
    max-height: 45px;
  }
}

.h_title_v1 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #5a2f2f;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  position: relative;
}
.h_title_v1::before {
  background: url(./img/title-border-left.svg) no-repeat center center;
  content: "";
  height: 3px;
  left: 10px;
  position: absolute;
  top: 0;
  width: 51px;
}
@media screen and (min-width: 767px) {
  .h_title_v1::before {
    left: -90px;
  }
}
.h_title_v1::after {
  background: url(./img/title-border-right.svg) no-repeat center center;
  content: "";
  height: 3px;
  right: -90px;
  position: absolute;
  bottom: -30px;
  width: 51px;
}
.h_title_v1-text {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
.h_title_v1.title_feature::before {
  left: 0;
}
@media screen and (min-width: 767px) {
  .h_title_v1.title_feature::before {
    left: -50px;
  }
}
.h_title_v1.title_feature::after {
  right: -50px;
}

.h_title_v2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .h_title_v2 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.h_title_v2-text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .h_title_v2-text {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 2em;
  }
}

.h_title_v3 {
  color: #5a2f2f;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .h_title_v3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.h_title_v3-text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .h_title_v3-text {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 2em;
  }
}

.site-footer {
  background: #69625a;
  color: #fff;
  padding: 40px 0 55px;
}
@media screen and (min-width: 767px) {
  .site-footer {
    padding: 178px 0 225px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    margin-top: 0;
  }
}
.site-footer .site-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 10px;
}
@media screen and (min-width: 767px) {
  .site-footer .site-info {
    flex-direction: row;
    padding: 0;
  }
}
.site-footer .site-info ul {
  list-style: none;
  padding-left: 0;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 767px) {
  .site-footer .site-info ul {
    margin: 0;
  }
}
.site-footer .site-info .left {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .site-footer .site-info .left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-info .left {
    text-align: center;
  }
}
.site-footer .site-info .left figure {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .site-footer .site-info .left figure {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-info .left figure img {
    width: 50%;
  }
}
.site-footer .site-info .left ul {
  margin-top: 44px;
}
.site-footer .site-info .left ul li + li {
  margin-top: 1.5em;
}
.site-footer .site-info .left ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.site-footer .site-info .left ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5a2f2f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: 1px;
}
.site-footer .site-info .left ul li a:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}
.site-footer .site-info .right {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .site-footer .site-info .right {
    margin-top: 0;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-info .right {
    display: none;
  }
}
.site-footer .site-info .right ul {
  display: inline-block;
}
.site-footer .site-info .right ul.f_menu2 .sub-li {
  margin-left: 1em;
}
@media screen and (min-width: 767px) {
  .site-footer .site-info .right ul.f_menu2 {
    margin-left: 70px;
  }
}
.site-footer .site-info .right ul li + li {
  margin-top: 0.6em;
}
.site-footer .site-info .right ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.site-footer .site-info .right ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5a2f2f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: 1px;
}
.site-footer .site-info .right ul li a:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}

.footer-sns {
  background: #69625a;
}
@media screen and (min-width: 767px) {
  .footer-sns {
    display: none;
  }
}
.footer-sns ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-sns ul li {
  text-align: center;
}
.footer-sns ul li a img {
  width: 50%;
}
.footer-sns ul li + li {
  margin-left: 0;
}

.privacies {
  margin: 20px auto 40px;
}
@media screen and (max-width: 767px) {
  .privacies {
    background: #69625a;
    color: #fff;
    margin: auto;
    padding: 120px 0 20px;
  }
}
.privacies ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .privacies ul {
    margin: 0;
  }
}
.privacies ul li {
  padding: 0 1em;
}
.privacies ul li + li {
  border-left: 1px solid #5a2f2f;
}
@media screen and (max-width: 767px) {
  .privacies ul li + li {
    border-left: 1px solid #fff;
  }
}
.privacies ul li a {
  color: #5a2f2f;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.privacies ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5a2f2f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: -4px;
}
.privacies ul li a:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .privacies ul li a {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.copy {
  background: #5a2f2f;
  padding: 28px 0;
}
.copy p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.shop_event {
  margin-top: 100px;
}
.shop_event .events {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .shop_event .events {
    margin-top: 44px;
  }
}
.shop_event .events .event {
  width: 48%;
}
.shop_event .events .event:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .shop_event .events .event {
    width: 280px;
  }
  .shop_event .events .event:nth-child(n+3) {
    margin-top: 0;
  }
}
.shop_event .events .event figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .shop_event .events .event figure {
    margin-bottom: 0;
  }
}
.shop_event .events .event figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 767px) {
  .shop_event .events .event figure img {
    width: 280px;
    height: 280px;
    max-height: none;
  }
}
.shop_event .events .event a {
  opacity: 1;
  transition: all 0.3s ease;
}
.shop_event .events .event a:hover {
  opacity: 0.5;
}
.shop_event .events .event time {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .shop_event .events .event time {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.shop_event .events .event h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #69625a;
}
@media screen and (max-width: 767px) {
  .shop_event .events .event h3 {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
  }
}

.view_all-btn {
  text-align: center;
  margin-inline: auto;
  margin-top: 86px;
}
@media screen and (max-width: 767px) {
  .view_all-btn {
    margin-top: 50px;
  }
}
.view_all-btn a {
  font-size: 16px;
  font-size: 1rem;
  background: #fff;
  border: 1px solid #5a2f2f;
  color: #5a2f2f;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  padding: 2.5px 17px;
  transition: all 0.3s ease;
}
.view_all-btn a:hover {
  border: 1px solid #5a2f2f;
  background: #5a2f2f;
  color: #fff;
}

.feature {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .feature {
    margin-top: 85px;
  }
}
.feature:has(.features-sp) {
  padding: 0;
}
.feature.container:has(.features-sp) {
  padding: 0;
}
.feature .features-sp {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .feature .features-sp {
    margin-top: 40px;
  }
}
.feature .feature-single-content .eyecatch-feature {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .feature .feature-single-content {
    padding: 0 10px;
  }
  .feature .feature-single-content .eyecatch-feature {
    margin-top: 0px;
  }
}

.features {
  display: flex;
  gap: 4%;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media screen and (min-width: 767px) {
  .features {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .features {
    margin-top: 0;
  }
}

.feature-item {
  width: 48%;
}
.feature-item:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .feature-item {
    width: 380px;
  }
  .feature-item:nth-child(n+3) {
    margin-top: 0;
  }
}
.feature-item figure {
  margin-bottom: 20px;
}
.feature-item figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .feature-item figure img {
    width: 380px;
    height: 250px;
  }
}
.feature-item a {
  opacity: 1;
  transition: all 0.3s ease;
}
.feature-item a:hover {
  opacity: 0.5;
}
.feature-item h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #69625a;
}

.features-sp-item {
  max-width: 150px;
  margin-inline: 10px;
}
.features-sp-item figure img {
  width: 150px;
  height: auto;
}
.features-sp-item time {
  font-size: 6px;
  font-size: 0.375rem;
}
.features-sp-item h3 {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .features-sp-item h3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.features-sp .slick-dots li.slick-active button:before {
  color: #cc0011;
}
.features-sp .slick-dots li {
  height: auto;
}

@media screen and (max-width: 767px) {
  .single-feature .site-main {
    margin-top: 100px;
  }
}

.slick-slider {
  position: relative;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 107%;
  width: 25px;
  height: 25px;
}
.thumb_slider-sp .slide-arrow {
  top: 0;
  z-index: 1;
}
.slide-arrow.prev-arrow {
  left: 10px;
}
.slide-arrow.next-arrow {
  right: 10px;
}

.support {
  display: flex;
  flex-direction: column;
  margin-top: 85px;
  min-height: initial;
}
@media screen and (min-width: 767px) {
  .support {
    flex-direction: row;
    margin-top: 170px;
    min-height: 730px;
  }
}
@media screen and (max-width: 767px) {
  .support .h-titles.visible-sm {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .support.container {
    padding: 0;
  }
}
.support_left {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .support_left {
    width: 50%;
  }
}
.support_left figure {
  left: 0;
  position: relative;
  width: 100vw;
  z-index: 0;
}
.support_left figure img {
  width: 60vw;
  -o-object-fit: cover;
     object-fit: cover;
  height: 655px;
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (max-width: 767px) {
  .support_left figure img {
    width: 100vw;
    height: 100%;
  }
}
@media screen and (min-width: 767px) {
  .support_left figure {
    position: absolute;
    width: 50vw;
    z-index: -1;
  }
}
.support_right {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .support_right {
    width: 50%;
  }
}
.support_right .h-titles {
  margin-top: 30px;
  padding-left: 0;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .support_right .h-titles {
    margin-top: 0;
    padding-left: 85px;
  }
}
.support_right .h-titles .h_title_v1-text {
  text-align: left;
  padding-left: 0;
}
@media screen and (min-width: 767px) {
  .support_right .h-titles .h_title_v1-text {
    padding-left: 85px;
  }
}

.bigphoto_catch {
  padding-top: 26%;
}
@media screen and (max-width: 767px) {
  .bigphoto_catch {
    max-height: 42vw;
    padding-top: 37%;
  }
}
.bigphoto_catch h2 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #5a2f2f;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 33px;
  position: relative;
  filter: drop-shadow(2px 2px 2px rgba(255, 255, 255, 0.8));
}
@media screen and (max-width: 767px) {
  .bigphoto_catch h2 {
    display: none;
  }
}
.bigphoto_catch h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #cc0011;
}
.bigphoto_catch h2 span {
  font-size: 35px;
  font-size: 2.1875rem;
}
.bigphoto_catch p {
  font-size: 24px;
  font-size: 1.5rem;
  color: #5a2f2f;
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .bigphoto_catch p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-left: 3%;
    padding: 0 20px;
  }
}
.bigphoto_catch p span {
  background: #fff;
  display: inline-block;
  padding: 3.3px 20px;
}
.bigphoto_catch p + p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 4px;
}
.bigphoto_catch1 {
  display: block;
}
.bigphoto_catch2 {
  display: none;
}
.bigphoto_catch3 {
  display: none;
}
.bigphoto_catch4 {
  display: none;
}

ul.bigphoto_ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
}
@media screen and (min-width: 767px) {
  ul.bigphoto_ul {
    margin-left: -18%;
    margin-top: 48px;
    margin-top: 88px;
  }
}
ul.bigphoto_ul li {
  margin: 0;
}
ul.bigphoto_ul li a {
  font-size: 16px;
  font-size: 1rem;
  align-items: center;
  background: #fff;
  display: flex;
  padding: 10px 20px 10px 0;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (min-width: 767px) {
  ul.bigphoto_ul li a {
    font-size: 20px;
    font-size: 1.25rem;
    width: 700px;
    padding: 18px 40px;
  }
}
ul.bigphoto_ul li a::after {
  content: "";
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background: url(./img/arrow-right.png) no-repeat center center;
  background-size: cover;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  ul.bigphoto_ul li a::after {
    width: 6px;
    height: 10px;
  }
}
ul.bigphoto_ul li a:hover {
  background: #e6e4e1;
  color: #cc0011;
}
ul.bigphoto_ul li a:hover::before {
  content: "";
  position: absolute;
  left: 15.5%;
  top: 68%;
  width: 30px;
  height: 2px;
  background: #cc0011;
}
ul.bigphoto_ul li a:hover::after {
  right: 2%;
}
ul.bigphoto_ul li a small {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 10px;
  padding-left: 4%;
  width: 12%;
}
@media screen and (min-width: 767px) {
  ul.bigphoto_ul li a small {
    font-size: 32px;
    font-size: 2rem;
    margin-right: 30px;
    padding-left: 0;
    width: auto;
  }
}
ul.bigphoto_ul li a span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  ul.bigphoto_ul li a span {
    font-size: 16px;
    font-size: 1rem;
  }
}
ul.bigphoto_ul li:first-of-type a {
  padding-top: 10px;
}
ul.bigphoto_ul.bigphoto_ul2 li a::after {
  content: none;
}
.bigphoto_ul-catch1 {
  display: block;
}

.bigphoto_ul-catch2 {
  display: none;
}

.bigphoto_ul-catch3 {
  display: none;
}

.bigphoto_ul-catch4 {
  display: none;
}

.case {
  margin-top: 134px;
}
@media screen and (max-width: 767px) {
  .case {
    margin-top: 60px;
    padding: 0 10px;
  }
}
.case-items {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .case-items {
    margin-top: 44px;
  }
}
.case-item figure a img {
  opacity: 1;
  transition: all 0.3s ease;
}
.case-item figure a img:hover {
  opacity: 0.8;
}
.case-item h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #69625a;
  margin-top: 30px;
  padding: 0 20px;
}
.case-item p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 20px;
  padding: 0 20px;
}
.case-items .slick-slide {
  width: 580px;
  margin: 0 20px;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.case-items .slick-slide::before {
  background: #5a2f2f;
  bottom: 6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.case-items .slick-slide::after {
  background: #5a2f2f;
  bottom: 0px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.case-items .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-items .slick-slide p + p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .case-items .slick-slide p + p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.case-items .slick-arrow {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 60px;
  outline: none;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 60px;
  z-index: 1;
}
.case-items .slick-arrow::before {
  background: url(./img/slidearrow-right.svg) no-repeat center center;
  content: "";
  display: block;
  height: 19px;
  position: absolute;
  top: 0;
  width: 30px;
}
.case-items .slick-next {
  right: 0;
}
.case-items .slick-prev {
  left: 0;
}
.case-items .slick-next::before {
  left: 0;
}
.case-items .slick-prev::before {
  background: url(./img/slidearrow-left.svg) no-repeat center center;
  right: 0;
}
.case .case-items-sp {
  margin-top: 20px;
}
.case .case-items-sp.slick-slider {
  width: 100%;
}
.case .case-items-sp.slick-slider figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.case .case-items-sp + .view_all-btn {
  margin-top: 43px;
}
.case .case-items-sp .slick-dots li {
  height: auto;
}
.case .case-item-sp {
  max-width: 150px;
  margin-inline: 10px;
}
.case .case-item-sp h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .case .case-item-sp h3 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 1em;
  }
}

.brand {
  margin-top: 85px;
  padding: 0 10px;
}
@media screen and (min-width: 767px) {
  .brand {
    margin-top: 122px;
    padding: 0;
  }
}
.brand-single .brand {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .brand-single .brand {
    margin-top: 45px;
  }
}
.brand-item {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .brand-item {
    gap: 25px;
    margin-top: 70px;
  }
}
.brand-item figure {
  width: 29.7%;
}
@media screen and (min-width: 767px) {
  .brand-item figure {
    width: 18.3%;
  }
}
.brand-item figure a {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.brand-item figure a::after {
  background: #69625a;
  content: "";
  height: 0;
  left: 0;
  opacity: 0;
  padding-top: 100%;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.brand-item figure a:hover::after {
  opacity: 0.7;
}
.brand-blk3 .wp-block-columns {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .brand-blk3 .wp-block-columns {
    gap: 40px;
  }
}
.brand-blk3 h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6363636364;
}
@media screen and (max-width: 767px) {
  .brand-blk3 h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .brand-single {
    margin-top: 40px;
  }
  .brand-single .header-img {
    margin: auto calc(50% - 50vw);
  }
}
.brand-single .thumbs {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .brand-single .thumbs {
    flex-direction: row;
  }
}
.brand-single .thumbs .thumb_slider {
  width: 100%;
  max-width: 580px;
}
@media screen and (max-width: 767px) {
  .brand-single .thumbs .thumb_slider {
    max-width: 250px;
    width: 66.5%;
  }
}
.brand-single .thumbs .thumb_thumbnail {
  flex: 1;
}
.brand-single .thumbs .thumb_thumbnail .slick-track {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 4px;
}
.brand-single .thumbs .thumb_thumbnail .thumbnail-img {
  width: 90px !important;
  height: 90px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .brand-single .thumbs .thumb_thumbnail .thumbnail-img {
    width: 45px !important;
    height: 45px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .brand-single .thumbs .thumb_thumbnail .thumbnail-img humbnail-img {
    width: 45px !important;
    height: 45px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.brand-single .thumbs .thumb_thumbnail .thumbnail-img img {
  width: 90px !important;
  height: 90px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .brand-single .thumbs .thumb_thumbnail .thumbnail-img img {
    width: 45px !important;
    height: 45px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 767px) {
  .header-archive {
    margin-top: 88px;
  }
}
.header-archive img {
  width: 100vw;
  height: auto;
}

@media screen and (min-width: 767px) {
  .header-case {
    margin-top: 0;
  }
}
.header-case img {
  width: 100vw;
  height: auto;
  max-height: 600px;
}
@media screen and (max-width: 767px) {
  .header-case img {
    max-height: 120px;
  }
}

.brands {
  gap: 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .brands {
    gap: 0;
    justify-content: space-between;
  }
}

.brand-archive_item {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .brand-archive_item {
    width: calc(33.3333333333% - 12px);
  }
  .brand-archive_item:nth-of-type(n+4) {
    margin-top: 20px;
  }
}
.brand-archive_item a {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.brand-archive_item a::after {
  background: #69625a;
  content: "";
  height: 0;
  left: 0;
  opacity: 0;
  padding-top: 100%;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.brand-archive_item a:hover::after {
  opacity: 0.7;
}

.brand-title h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #5a2f2f;
  margin-bottom: 45px;
  position: relative;
}
.brand-title h2::after {
  background: url(./img/title-border-right.svg) no-repeat center center;
  bottom: -8px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 51px;
}

.brand-catch {
  font-size: 24px;
  font-size: 1.5rem;
  color: #5a2f2f;
  font-weight: 500;
}

.brand-text {
  color: #69625a;
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .brand-text {
    margin-top: 20px;
  }
}

.instagram {
  padding-top: 50px;
  margin-top: 50px;
  background: #e6e4e1;
}
@media screen and (min-width: 767px) {
  .instagram {
    margin-top: 134px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .instagram .h-titles img {
    width: 35%;
  }
}
.instagram .instagram-item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .instagram .instagram-item {
    margin-top: 35px;
  }
}

.produce {
  background: #e6e4e1;
  margin-top: 100px;
  padding-bottom: 100px;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .produce {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .produce .h-titles figure {
    width: 50%;
    height: auto;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .produce .h-titles figure img {
    max-height: 28px;
  }
}
.produce-item {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  width: 100%;
  gap: 20px;
}
@media screen and (min-width: 767px) {
  .produce-item {
    flex-direction: row;
    margin-top: 77px;
    width: auto;
  }
}
.produce-item figure + figure {
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .produce-item figure + figure {
    margin-top: 0;
  }
}
.produce-item figure a {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.produce-item figure a::after {
  background: #69625a;
  content: "";
  height: 0;
  left: 0;
  opacity: 0;
  padding-top: 32%;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.produce-item figure a:hover::after {
  opacity: 0.7;
}
.produce-item figure a:hover .cap {
  opacity: 1;
}
.produce-item figure a .cap {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
  width: 100%;
  z-index: 3;
}
.produce-item figure a .cap .title {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}
.produce-item figure a .cap .title::after {
  background: url(./img/icon-link.svg) no-repeat center center;
  content: "";
  height: 10px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.page {
  margin-top: 0;
}
.header-img {
  margin-bottom: 0;
}
.header-img img {
  width: 100vw;
}

.page-title {
  margin-bottom: 90px;
  margin-top: 60px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-title {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.page-title::after {
  background: url(./img/title-border-right.svg) no-repeat center center;
  bottom: -54px;
  content: "";
  height: 3px;
  left: 0;
  margin-inline: auto;
  position: absolute;
  right: 0;
  width: 51px;
}
@media screen and (max-width: 767px) {
  .page-title::after {
    content: none;
  }
}
.page-title h1,
.page-title h2 {
  font-size: 16px;
  font-size: 1rem;
  color: #cc0011;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-title h1,
  .page-title h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-title p {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #5a2f2f;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-title p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.breadnav {
  display: block;
}
@media screen and (max-width: 767px) {
  .breadnav {
    display: none;
  }
}

.breadcrumbs {
  color: #69625a;
  margin-bottom: 96px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 48px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.breadcrumbs span + span {
  margin-left: 0.5em;
}
.breadcrumbs a {
  color: #69625a;
  transition: all 0.3s ease;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .page-about .is-layout-flex.wp-container-10.wp-block-columns {
    gap: 0;
  }
}
.page-about_left figure, .page-about_left picture {
  left: 0;
  position: absolute;
  width: 50vw;
  z-index: -1;
}
.page-about_left figure img, .page-about_left picture img {
  width: 60vw;
  -o-object-fit: cover;
     object-fit: cover;
  height: 655px;
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (max-width: 767px) {
  .page-about_left figure img, .page-about_left picture img {
    width: 100vw;
    height: 100%;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .page-about_left figure, .page-about_left picture {
    width: 100%;
    position: inherit;
  }
}
.page-about_right .h_title_v1 {
  font-size: 16px;
  font-size: 1rem;
}
.page-about_right .h_title_v1::before {
  left: -135px;
  top: -10px;
}
.page-about_right .h_title_v1::after {
  bottom: -50px;
  right: -140px;
}
.page-about_right .h_title_v1-text {
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #5a2f2f;
  margin-top: 10px;
}

.page-access {
  margin-top: 21vw;
}
@media screen and (min-width: 1441px) {
  .page-access {
    margin-top: 17vw;
  }
}
.page-access_columns.wp-container-15 {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .page-access_columns.wp-container-15 {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-access .h-titles {
    margin-bottom: 40px;
  }
}
.page-access .h_title_v1 {
  font-size: 16px;
  font-size: 1rem;
}
.page-access .h_title_v1::before {
  left: -135px;
  top: -10px;
}
.page-access .h_title_v1::after {
  bottom: -50px;
  right: -140px;
}
.page-access .h_title_v1-text {
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #5a2f2f;
  margin-top: 10px;
}
.page-access_from_hirosaki, .page-access_from_hachinohe {
  border: 1px solid #69625a;
}
.page-access_from_hirosaki h3, .page-access_from_hachinohe h3 {
  color: #fff;
  padding: 13px 20px;
}
.page-access_from_hirosaki ul, .page-access_from_hachinohe ul {
  list-style: none;
  padding: 3.3px 20px;
  margin: 0;
}
.page-access_from_hirosaki ul li, .page-access_from_hachinohe ul li {
  line-height: 3.13;
}
@media screen and (max-width: 767px) {
  .page-access_from_hirosaki ul li, .page-access_from_hachinohe ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-access_from_hirosaki h3 {
  background: #69625a;
}
@media screen and (max-width: 767px) {
  .page-access_from_hirosaki h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-access_from_hachinohe {
  border: 1px solid #e6e4e1;
  margin-top: 40px;
}
.page-access_from_hachinohe h3 {
  background: #e6e4e1;
  color: #69625a;
  font-size: 16px;
  font-size: 1rem;
}
.page-access_right {
  margin-top: 0;
}
.gmap {
  aspect-ratio: 1.621/1;
  left: 0;
  width: 100%;
  z-index: 0;
  max-width: 1200px;
  max-height: 540px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .gmap {
    width: 100vw;
    min-height: 40vw;
    position: relative;
    margin: auto calc(50% - 50vw);
    margin-top: 35px;
  }
}
.gmap iframe {
  height: 100%;
  width: 100%;
}

.page-information {
  margin-top: 92px;
  margin-bottom: 100px;
  max-width: 800px;
  margin-inline: auto;
}
.page-information .wp-block-flexible-table-block-table {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .page-information .wp-block-flexible-table-block-table {
    margin-top: 35px;
  }
}
.page-information .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td img {
  vertical-align: sub;
}
.page-information .h_title_v1 {
  font-size: 16px;
  font-size: 1rem;
}
.page-information .h_title_v1::before {
  left: -135px;
  top: -10px;
}
.page-information .h_title_v1::after {
  bottom: -50px;
  right: -140px;
}
.page-information .h_title_v1-text {
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #5a2f2f;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-information .h-titles img {
    width: 50%;
    height: auto;
  }
}
.page-information .h-titles img .has-fixed-layout img {
  margin-right: 4px;
}

.infomation-table th {
  width: 20%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .infomation-table th {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .infomation-table td {
    font-size: 16px;
    font-size: 1rem;
  }
}

.page-member {
  border: 10px solid #e6e4e1;
  margin-top: 80px;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .page-member {
    border: 5px solid #e6e4e1;
    padding: 10px 5px;
    margin-inline: 10px;
  }
}
.page-member_colums {
  margin-bottom: 0;
  background: url(./img/members_card.jpg) no-repeat center right;
}
@media screen and (max-width: 767px) {
  .page-member_colums {
    background-size: 35%;
    background-position: top right;
  }
}
.page-member_colums .wp-container-22 h2 {
  border-right: 1px solid #f7f7f7;
}
@media screen and (max-width: 767px) {
  .page-member_colums .wp-container-22 h2 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.page-member_colums .wp-container-23 {
  margin-left: 20px;
}
.page-member_colums .wp-container-23 h2 {
  font-size: 16px;
  font-size: 1rem;
  color: #cc0011;
  font-weight: normal;
}
.page-member_colums .wp-container-23 h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-member_colums .wp-container-27 h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .page-member_colums .wp-container-27 h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.page-career {
  margin-top: 100px;
}
.page-career_left {
  height: 748px;
}
@media screen and (max-width: 767px) {
  .page-career_left {
    height: auto;
  }
}
.page-career_left figure {
  left: 0;
  position: absolute;
  width: 50vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-career_left figure {
    width: 100vw;
  }
}
.page-career_left figure img {
  aspect-ratio: 1.307/1;
}
@media screen and (max-width: 767px) {
  .page-career_right {
    margin-top: 69vw !important;
  }
}
.page-career_right.wp-container-6 {
  margin-left: -10%;
}
.page-career_right .h_title_v2 {
  color: #5a2f2f;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-career_right .h_title_v2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.875;
  }
}
.page-career_outline {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-career_outline .h-titles img {
    width: 50%;
  }
}
.page-career_outline table {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .page-career_outline table {
    margin-top: 35px;
  }
}
.page-career_outline table th {
  font-weight: normal;
}
.page-career_outline .h-titles {
  margin-bottom: 40px;
}
.page-career_outline .h_title_v1 {
  font-size: 16px;
  font-size: 1rem;
  color: #5a2f2f;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  position: relative;
}
.page-career_outline .h_title_v1::before {
  background: url(./img/title-border-left.svg) no-repeat center center;
  content: "";
  height: 3px;
  left: 10px;
  position: absolute;
  top: 0;
  width: 51px;
}
@media screen and (min-width: 767px) {
  .page-career_outline .h_title_v1::before {
    left: -90px;
  }
}
.page-career_outline .h_title_v1::after {
  background: url(./img/title-border-right.svg) no-repeat center center;
  content: "";
  height: 3px;
  right: -90px;
  position: absolute;
  bottom: -30px;
  width: 51px;
}
.page-career_outline .h_title_v1-text {
  font-size: 35px;
  font-size: 2.1875rem;
  text-align: center;
}
.page-career_outline .h_title_v1.title_feature::before {
  left: 0;
}
@media screen and (min-width: 767px) {
  .page-career_outline .h_title_v1.title_feature::before {
    left: -50px;
  }
}
.page-career_outline .h_title_v1.title_feature::after {
  right: -200%;
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  .page-career_outline .page-career_outline-table {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-career_outline .page-career_outline-table table th {
    font-size: 16px;
    font-size: 1rem;
    text-align: left !important;
    background: #DDD4CA;
    color: #69625a;
  }
}
@media screen and (max-width: 767px) {
  .page-career_outline .page-career_outline-table table td {
    font-size: 16px;
    font-size: 1rem;
  }
}

.entry-btn {
  margin-top: 62px;
}
.entry-btn a {
  font-size: 24px;
  font-size: 1.5rem;
  background: #cc0011;
  border: 1px solid #cc0011;
  padding: 11.5px 0;
  transition: all 0.3s ease;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .entry-btn a {
    font-size: 12px;
    font-size: 0.75rem;
    width: 33.1vw;
  }
}
.entry-btn a:hover {
  background: #fff;
  color: #cc0011;
}

@media screen and (max-width: 767px) {
  .page-entry {
    padding: 0 10px;
    margin-top: 30px;
  }
  .page-entry p {
    text-align: left;
  }
}

.form_table {
  margin-top: 60px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .form_table {
    margin-top: 126px;
  }
}
.form_table_row {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .form_table_row {
    flex-direction: row;
  }
}
.form_table_column {
  margin-top: 2.875rem;
  width: 100%;
}
.form_table_column .title {
  display: block;
}
.form_table_column input[type=text],
.form_table_column input[type=email] {
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9px;
  border: 1px solid #d2d2d5;
  height: 41px;
  padding: 10px 16px;
  width: 100vw;
  max-width: 100%;
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .form_table_column input[type=text],
  .form_table_column input[type=email] {
    width: 449px;
  }
}
.form_table_column input[name="郵便番号[data][0]"],
.form_table_column input[name="郵便番号[data][1]"] {
  width: auto;
}
.form_table_column .required {
  color: #fff;
  background: #cc0011;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 8px;
  border-radius: 12px;
  padding: 2px 10px;
}
.form_table_column .any {
  color: #0c344e;
  background: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 8px;
  border: 1px solid #0c344e;
  border-radius: 12px;
  padding: 2px 10px;
}
.form_table .mwform-tel-field input[type=text] {
  width: calc(33.3333333333% - 10px);
}
@media screen and (min-width: 767px) {
  .form_table .mwform-tel-field input[type=text] {
    width: calc(33.3333333333% - 20px);
  }
}
.form_table .pref-city {
  display: flex;
}
.form_table .pref-city label {
  width: 45.8%;
}
@media screen and (min-width: 767px) {
  .form_table .pref-city label {
    width: 120px;
  }
}
.form_table .pref-city label + label {
  margin-left: 1.875rem;
}

.additional {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .additional {
    width: 213%;
  }
}

.form_radio .title {
  margin-bottom: 20px;
}

.form_check .title {
  margin-bottom: 18px;
}

textarea {
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9px;
  border: 1px solid #d2d2d5;
  padding: 10px 16px;
  width: 100vw;
  max-width: 100%;
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  textarea {
    width: 90vw;
  }
}

select {
  border-radius: 9px;
  border: 1px solid #d2d2d5;
  padding: 10px 16px;
  margin-top: 16px;
}

.contact-policy {
  text-align: center;
  margin-top: 70px;
}
.contact-policy a {
  color: #0071b1;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.contact-policy a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5a2f2f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: -4px;
}
.contact-policy a:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}
.contact-policy a::after {
  background: #0071b1;
}

.submit-btn {
  text-align: center;
}
.submit-btn-confirm {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .submit-btn-confirm {
    flex-direction: row;
  }
}
.submit-btn-back .back {
  font-size: 24px;
  font-size: 1.5rem;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #0c7ac2;
  color: #0c7ac2;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 65px auto 0;
  padding: 24.103px 112px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .submit-btn-back .back {
    justify-content: space-between;
    width: 322px;
  }
}
.submit-btn-back .back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8.4%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid #0c7ac2;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 767px) {
  .submit-btn-back .back::before {
    left: 36.9%;
  }
}
.submit-btn-back .back::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #0c7ac2;
  border-left: 1px solid #0c7ac2;
  transform: rotate(45deg) translateX(0);
  transition: all 0.3s ease;
  left: 11.3%;
  position: absolute;
}
@media screen and (min-width: 767px) {
  .submit-btn-back .back::after {
    left: 16px;
    position: inherit;
  }
}
.submit-btn-back .back:hover {
  background-color: #0c7ac2;
  color: #fff;
  transition: all 0.3s ease;
}
.submit-btn-back .back:hover::before {
  border: 1px solid #fff;
  left: 34.3%;
}
.submit-btn-back .back:hover::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg) translate(-5px, 5px);
}
.submit-btn-send .send {
  font-size: 24px;
  font-size: 1.5rem;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #cc0011;
  border: 1px solid #cc0011;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 24.103px 60px;
  margin: 65px auto 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .submit-btn-send .send {
    margin-left: 32px;
    padding: 24.103px 52px;
  }
}
.submit-btn-send .send::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8.4%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 767px) {
  .submit-btn-send .send::before {
    right: 17.9%;
  }
}
.submit-btn-send .send::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateX(0);
  transition: all 0.3s ease;
  right: 11.3%;
  position: absolute;
}
@media screen and (min-width: 767px) {
  .submit-btn-send .send::after {
    right: 16px;
    position: inherit;
  }
}
.submit-btn-send .send:hover {
  background-color: #fff;
  color: #cc0011;
  transition: all 0.3s ease;
}
.submit-btn-send .send:hover::before {
  border: 1px solid #cc0011;
  right: 15.7%;
}
.submit-btn-send .send:hover::after {
  border-top: 1px solid #cc0011;
  border-right: 1px solid #cc0011;
  transform: rotate(45deg) translate(5px, -5px);
}

.confirm-btn {
  font-size: 12px;
  font-size: 0.75rem;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #cc0011;
  color: #cc0011;
  display: flex;
  justify-content: space-between;
  margin: 65px auto 0;
  padding: 15px 26px;
  position: relative;
  width: 60%;
}
@media screen and (min-width: 767px) {
  .confirm-btn {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 24.103px 52px;
    width: 322px;
  }
}
.confirm-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8.4%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid #cc0011;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 767px) {
  .confirm-btn::before {
    right: 17.9%;
  }
}
.confirm-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #cc0011;
  border-right: 1px solid #cc0011;
  transform: rotate(45deg) translateX(0);
  transition: all 0.3s ease;
  right: 13.3%;
  position: absolute;
}
@media screen and (min-width: 767px) {
  .confirm-btn::after {
    right: 16px;
    position: inherit;
  }
}
.confirm-btn:hover {
  background-color: #cc0011;
  color: #fff;
  transition: all 0.3s ease;
}
.confirm-btn:hover::before {
  border: 1px solid #fff;
  right: 15.5%;
}
.confirm-btn:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translate(5px, -5px);
  right: 20.3%;
}
@media screen and (min-width: 767px) {
  .confirm-btn:hover::after {
    right: 7%;
  }
}

.btn a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #cc0011;
  color: #cc0011;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  justify-content: space-between;
  padding: 0 28px;
  position: relative;
  text-decoration: none;
  width: 456px;
}
.btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid #cc0011;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #cc0011;
  border-right: 1px solid #cc0011;
  transform: rotate(45deg) translateX(0);
  transition: all 0.3s ease;
  right: 11.3%;
  position: absolute;
}
@media screen and (min-width: 767px) {
  .btn a::after {
    right: auto;
    position: inherit;
  }
}
.btn a:hover {
  background-color: #0071b1;
  color: #fff;
  transition: all 0.3s ease;
}
.btn a:hover::before {
  border: 1px solid #fff;
  right: 5%;
}
.btn a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translate(5px, -5px);
}
.btn_contact-finish {
  margin-top: 40px;
}
.btn_contact-finish a {
  font-size: 20px;
  font-size: 1.25rem;
  height: 85px;
  justify-content: space-between;
  margin: auto;
  padding: 0 30px;
  width: 80%;
}
@media screen and (min-width: 767px) {
  .btn_contact-finish a {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 0;
    width: 322px;
  }
}
.btn_contact-finish a::after {
  position: absolute;
  right: 11.6%;
}
@media screen and (min-width: 767px) {
  .btn_contact-finish a::after {
    right: 11.2%;
  }
}
.btn_contact-finish a:hover::after {
  right: 10.9%;
}
@media screen and (min-width: 767px) {
  .btn_contact-finish a:hover::after {
    right: 10.2%;
  }
}

.contact-finish-blk1 p + p {
  margin-top: 1.625rem;
}
@media screen and (min-width: 767px) {
  .contact-finish-blk1 {
    text-align: center;
  }
}
.contact-finish-blk1-mt {
  margin-top: 3.75rem;
}
.contact-finish-blk1-mail {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 4rem !important;
  margin-bottom: 4rem;
  color: #cc0011;
}
.contact-finish-blk1-mail a {
  color: #cc0011;
}

.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail .thumb_thumbnail .slick-current {
  opacity: 0.5;
}

.thumbnail-img img {
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 90px;
}

.privacy-policy-blk1 {
  color: #69625a;
}
@media screen and (max-width: 767px) {
  .privacy-policy-blk1 {
    padding: 0 10px;
  }
}
.privacy-policy-blk1 p + p {
  margin-top: 2em;
}

.site-policy-blk1 {
  color: #69625a;
}
@media screen and (max-width: 767px) {
  .site-policy-blk1 {
    padding: 0 10px;
  }
}
.site-policy-blk1 p + p {
  margin-top: 2em;
}

.phone-attention {
  font-size: 12px;
  font-size: 0.75rem;
  color: #0c344e;
  display: block;
  margin-top: 10px;
}

.features {
  gap: 40px 30px;
}
@media screen and (max-width: 767px) {
  .features {
    gap: 42px 15px;
    padding: 0;
  }
}

.feature-archive_item {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .feature-archive_item {
    width: 47.9%;
  }
}
.feature-archive_item a {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.feature-archive_item a::after {
  background: #69625a;
  content: "";
  height: 0;
  left: 0;
  opacity: 0;
  padding-top: 63.4%;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.feature-archive_item a:hover::after {
  opacity: 0.7;
}
.feature-archive_item time {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .feature-archive_item time {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.feature-archive_item_text h2 {
  font-size: 16px;
  font-size: 1rem;
  color: #69625a;
  font-weight: 400;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .feature-archive_item_text h2 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0;
  }
}
.feature-archive_item_text h2 a {
  background: none;
}
.feature-archive_item_text h2 a::after {
  content: none;
}
.feature-archive_item_text h2 a:hover {
  text-decoration: underline;
}

.feature-single-header {
  text-align: center;
  padding: 1 0px;
}
.feature-single-header h1 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #5a2f2f;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .feature-single-header h1 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: left;
  }
}
.feature-single-header time {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .feature-single-header time {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .feature-single-header time.visible-sm {
    text-align: left;
  }
}

.wp-block-post-featured-image {
  margin-bottom: 60px;
}

.feature-single .wp-block-group,
.news-single .wp-block-group {
  margin-top: 40px;
}
.feature-single a,
.news-single a {
  text-decoration: underline;
}
.feature-single a:hover,
.news-single a:hover {
  text-decoration: none;
}
.feature-single h2,
.news-single h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #69625a;
}
@media screen and (max-width: 767px) {
  .feature-single h2,
  .news-single h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.feature-single h3,
.news-single h3 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .feature-single h3,
  .news-single h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.feature-single h4,
.feature-single h5,
.feature-single h6,
.news-single h4,
.news-single h5,
.news-single h6 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .feature-single h4,
  .feature-single h5,
  .feature-single h6,
  .news-single h4,
  .news-single h5,
  .news-single h6 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.feature-single p,
.news-single p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .feature-single p,
  .news-single p {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0;
  }
}
.feature-single .wp-block-columns,
.news-single .wp-block-columns {
  margin-top: 100px;
}
.feature-single .wp-block-columns p,
.news-single .wp-block-columns p {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .feature-single .wp-block-columns p,
  .news-single .wp-block-columns p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.feature-single .wp-block-columns img,
.news-single .wp-block-columns img {
  width: 100%;
}

.entry-footer {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .entry-footer {
    padding: 0 10px;
  }
}

.single-footer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-footer-link a {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .single-footer-link a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.single-footer-link .prev {
  width: 30%;
}
.single-footer-link time {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
.single-footer-link .all a {
  border: 1px solid #f6b6bb;
  padding: 44px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .single-footer-link .all a {
    padding: 20px;
  }
}
.single-footer-link .all a:hover {
  background: #f6b6bb;
  color: #fff;
}
.single-footer-link .next {
  text-align: right;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .single-footer-link .next p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.single-footer-link .arrow-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.single-footer-link .arrow-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  height: 10px;
  width: 10px;
}
.single-footer-link .arrow-link-left::after {
  content: "";
  border-left: 1px solid #cc0011;
  border-bottom: 1px solid #cc0011;
  left: -36px;
  margin-right: 10px;
  transform: rotate(45deg);
}
.single-footer-link .arrow-link-right::after {
  border-right: 1px solid #cc0011;
  border-top: 1px solid #cc0011;
  content: "";
  margin-left: 10px;
  right: -38px;
  transform: rotate(45deg);
  transform: rotate(45deg);
}

.shop_event {
  gap: 70px 20px;
  flex-wrap: wrap;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .shop_event {
    margin-top: 85px;
    gap: 42px 15px;
  }
}
.shop_event .h-titles figure .hidden-sm {
  display: inline-block;
}

.shop_event-archive_item {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .shop_event-archive_item {
    width: 47.9%;
  }
}
.shop_event-archive_item a {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.shop_event-archive_item a::after {
  background: #69625a;
  content: "";
  height: 0;
  left: 0;
  opacity: 0;
  padding-top: 100%;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.shop_event-archive_item a:hover::after {
  opacity: 0.7;
}
.shop_event-archive_item time {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .shop_event-archive_item time {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.shop_event-archive_item_text h2 {
  font-size: 16px;
  font-size: 1rem;
  color: #69625a;
  font-weight: 400;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .shop_event-archive_item_text h2 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0;
  }
}
.shop_event-archive_item_text h2 a {
  background: none;
}
.shop_event-archive_item_text h2 a::after {
  content: none;
}
.shop_event-archive_item_text h2 a:hover {
  text-decoration: underline;
}

.shop_event-single h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #5a2f2f;
  font-weight: 700;
  padding-bottom: 7px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shop_event-single h2 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
  }
}
.shop_event-single h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #5a2f2f;
}
.shop_event-single .wp-container-2 {
  margin-top: 40px;
}
.shop_event-single .wp-container-2 p {
  font-size: 22px;
  font-size: 1.375rem;
  background: #3a2f26;
  color: #fff;
  padding: 15px 20px;
}

.wp-container-3 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .wp-container-3 {
    margin-top: 0;
  }
}
.wp-container-3 h3 {
  margin-bottom: 30px;
}
.thumb_slider img {
  width: 100%;
}

.thumb_thumbnail {
  margin-top: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .thumb_thumbnail {
    margin-top: 0;
  }
  .type-event .thumb_thumbnail {
    margin-top: 13px;
  }
}

.type-event .thumb_thumbnail_event {
  margin-top: 13px;
}

.news-archive {
  margin-top: 148px;
}
@media screen and (max-width: 767px) {
  .news-archive {
    margin-top: 120px;
  }
}

.news-archive-items {
  border: 1px solid #cc0011;
  padding: 28px 35px;
}
@media screen and (max-width: 767px) {
  .news-archive-items {
    padding: 15px 10px 24px;
    margin-inline: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news-archive-items-first {
    margin-top: 40px;
  }
}
.news-archive-items a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-archive-items a img {
  transition: all 0.3s ease;
  transform: translateX(0);
}
.news-archive-items a:hover img {
  transform: translateX(10px);
}
.news-archive-items time {
  color: #cc0011;
}
@media screen and (max-width: 767px) {
  .news-archive-items time {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.news-archive-items .title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #5a2f2f;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .news-archive-items .title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0;
  }
}
.news-archive-items .txt {
  margin-top: 23px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .news-archive-items .txt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news-archive-items img {
    width: 7%;
  }
}

.news-archive-items + .news-archive-items {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .news-archive-items + .news-archive-items {
    margin-top: 20px;
  }
}

.news-single .page-title h1 {
  font-size: 16px;
  font-size: 1rem;
}
.news-single .page-title p {
  font-size: 24px;
  font-size: 1.5rem;
}
.news-single .eyecatch-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .news-single .eyecatch-sp {
    display: block;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .news-single .wp-block-post-featured-image {
    display: none;
  }
}
.news-single .title-header {
  border-bottom: 3px solid #912424;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .news-single .title-header {
    padding-left: 10px;
    padding-right: 10px;
    width: 94.91%;
  }
}
.news-single .title-header time {
  font-size: 16px;
  font-size: 1rem;
  color: #cc0011;
  display: block;
}
@media screen and (max-width: 767px) {
  .news-single .title-header time {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.news-single .title-header .title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news-single .title-header .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.news-single article {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .news-single article {
    padding: 0 10px;
    margin-top: 20px;
  }
}

.case-archive_item {
  width: 580px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-archive_item {
    width: 47.9%;
  }
}
.case-archive_item::before {
  background: #5a2f2f;
  bottom: 6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-archive_item::before {
    bottom: 11px;
  }
}
.case-archive_item::after {
  background: #5a2f2f;
  bottom: 0px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-archive_item::after {
    height: 3px;
  }
}
.case-archive_item a {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.case-archive_item a::after {
  background: #69625a;
  content: "";
  height: 0;
  left: 0;
  opacity: 0;
  padding-top: 66.6%;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.case-archive_item a:hover::after {
  opacity: 0.7;
}
.case-archive_item_text {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .case-archive_item_text {
    padding-bottom: 40px;
  }
}
.case-archive_item_text a::after {
  content: none;
}
.case-archive_item_text a:hover {
  text-decoration: underline;
}
.case-archive_item_text a:hover::after {
  content: none;
}
.case-archive_item_text h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.case-archive_item_text p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .case-archive_item_text p {
    display: none;
  }
}

.case-category ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .case-category ul {
    padding: 0 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.case-category ul li {
  padding: 0;
}
.case-category ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-category ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
.case-category ul li + li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #69625a;
  height: 100%;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .case-category ul li + li::after {
    content: none;
  }
}
.case-category ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.case-category ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5a2f2f;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.case-category ul li a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  .case-category ul li a {
    font-size: 16px;
    font-size: 1rem;
    width: 31.4vw;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #cc0011;
    border-right: 1px solid #cc0011;
    border-bottom: 1px solid #cc0011;
  }
  .case-category ul li a::after {
    content: none;
  }
  .case-category ul li a.no-border-top {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .case-category ul li:nth-of-type(1) {
    border-left: 1px solid #cc0011;
  }
}
@media screen and (max-width: 767px) {
  .case-category ul li:nth-of-type(4) {
    border-left: 1px solid #cc0011;
  }
}
@media screen and (max-width: 767px) {
  .case-category ul li:nth-of-type(5) {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .event {
    margin-top: 40px;
  }
}

.event_blk {
  display: flex;
  gap: 40px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .event_blk {
    flex-direction: column-reverse;
  }
}
.event_blk-info {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .event_blk-info {
    width: 100%;
  }
}
.event_blk-info h3 {
  font-size: 22px;
  font-size: 1.375rem;
  background: #69625a;
  color: #fff;
  font-weight: 400;
  margin-top: 40px;
  padding: 20px 14px;
}
@media screen and (max-width: 767px) {
  .event_blk-info h3 {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
}
.event_blk-info h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #5a2f2f;
}
@media screen and (max-width: 767px) {
  .event_blk-info h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .event_blk-info p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.event_blk-slide {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .event_blk-slide {
    width: 100%;
  }
}
.event_blk-slide .thumbnail-img img {
  display: block;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .event_blk-slide .thumbnail-img img {
    width: 15.3vw;
    height: auto;
    margin-right: 14px;
  }
}
.event_blk-slide .thumbnail-img:last-child img {
  margin-right: 0;
}
.event_blk-slide .slick-track {
  margin-left: 0;
}
.event_blk-slide .slick-dotted.slick-slider {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .event_blk-slide .slick-dots {
    display: none !important;
  }
}

.case-gallery {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.case-gallery .main_img {
  width: 900px;
  height: 600px;
  max-width: 900px;
}
.case-gallery .main_img img {
  width: 900px;
  height: 600px;
}
.case-gallery .thumb_img {
  margin-left: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding-left: 0;
  max-width: 260px;
}
.case-gallery .thumb_img li {
  width: 120px !important;
  height: 90px;
  margin-bottom: 20px;
}
.case-gallery .thumb_img li:nth-last-of-type(1), .case-gallery .thumb_img li:nth-last-of-type(2) {
  margin-bottom: 0;
}
.case-gallery .thumb_img li:nth-of-type(2n) {
  margin-left: 20px;
}
.case-gallery .thumb_img li.current {
  border: 2px solid #5a2f2f;
  transition: border 0.3s;
}
.case-gallery .thumb_img li img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.case-gallery .slick-track {
  transform: unset !important;
}
.case-gallery-sp {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .case-gallery-sp {
    margin-top: 40px;
  }
}
.case-gallery-sp .thumb_img {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: space-around;
}
.case-gallery-sp .thumb_img li {
  width: 16.9%;
}
@media screen and (max-width: 767px) {
  .case-gallery-sp .thumb_img li img {
    height: 45px;
  }
}
.case-gallery-sp + h2 {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .case-gallery-sp + h2 {
    position: relative;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc;
  /*矢印の色*/
  border-right: 2px solid #ccc;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}
.slick-prev::before {
  content: none;
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}
.slick-next::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .page-support {
    display: none;
  }
}
.page-support figure {
  margin-bottom: 30px;
}
.page-support h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 60px;
}
.page-support h2 a {
  align-items: center;
  display: flex;
}
.page-support h2 a::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #cc0011;
  position: absolute;
  bottom: -30%;
  left: 0;
}
.page-support h2 a::after {
  background-size: cover;
  background: url(./img/arrow-right.png) no-repeat center center;
  content: "";
  height: 20px;
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 12px;
}
.page-support h2 a:hover::after {
  right: 2%;
}
.page-support h2 span {
  margin-right: 30px;
  width: auto;
  font-size: 32px;
  font-size: 2rem;
}
.page-support h2 span small {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .page-support-sp {
    display: inline-block;
    padding: 0 10px;
    margin-top: 40px;
  }
}

.support3d-blk1 {
  background: #e6e4e1;
  padding-top: 80px;
  padding-bottom: 87px;
}
@media screen and (max-width: 767px) {
  .support3d-blk1 {
    margin-top: 38px;
    padding: 13px 10px 40px;
  }
}
.support3d-blk1 h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.875;
  margin-bottom: 60px;
}
.support3d-blk1 p {
  line-height: 1.875;
}
.support3d-blk1-sub1 {
  text-align: center;
}
.support3d-blk1-sub1 h3 {
  color: #5a2f2f;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .support3d-blk1-sub1 h3 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.support3d-blk1-sub1 h3::after {
  background: linear-gradient(transparent 60%, #C40E0E 60%);
  bottom: 9px;
  content: "";
  height: 21px;
  left: 0;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  transform: skewX(315deg);
}
@media screen and (max-width: 767px) {
  .support3d-blk1-sub1 h3::after {
    bottom: 3px;
  }
}
.support3d-blk1-sub1 p {
  color: #5a2f2f;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .support3d-blk1-sub1 p {
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 15px;
  }
}
.support3d-blk2 {
  padding: 80px 25px 66px;
}
@media screen and (max-width: 767px) {
  .support3d-blk2 {
    padding: 40px 10px 17.5px;
    text-align: center;
  }
}
.support3d-blk2 p + p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .support3d-blk2 .services-img img {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
}
.support3d-blk2 img {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .support3d-blk2 img {
    height: 18px;
    margin-inline: auto;
    margin-top: 10px;
    width: auto;
  }
}
.support3d-blk2_copy {
  font-size: 24px;
  font-size: 1.5rem;
  color: #5a2f2f;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .support3d-blk2_copy {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 25.5px;
  }
}
.support3d-blk2 .page-h-title-img {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .support3d-blk2 .page-h-title-img {
    margin-bottom: 28.5px;
  }
}
.support3d-blk2 .wp-block-columns {
  margin-top: 40px;
  margin-bottom: 50px;
}
.support3d-blk3 {
  margin-bottom: 80px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .support3d-blk3 {
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 31px;
  }
}
.support3d-blk3 .wp-container-13 {
  margin-top: 60px;
}
.support3d-blk3 .img2 {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .support3d-blk3 .img2 {
    padding-top: 14.7px;
    padding-bottom: 0;
  }
}
.support3d-blk4 {
  padding-top: 62px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .support3d-blk4 {
    padding-top: 35.6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 58.5px;
  }
}
.support3d-blk4_title {
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support3d-blk4_title {
    margin-bottom: 26px;
  }
  .support3d-blk4_title img {
    height: 18px;
    margin-inline: auto;
    margin-top: 10px;
    width: auto;
  }
}
.support3d-blk4 h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.444;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .support3d-blk4 h3 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 6.2px;
  }
}
.support3d-blk4 .wp-block-columns {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .support3d-blk4 .wp-block-columns {
    margin-bottom: 17.3px;
  }
}
.support3d-blk5 {
  padding-top: 120px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .support3d-blk5 {
    padding-top: 20.1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20.5px;
  }
}
.support3d-blk5_title {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .support3d-blk5_title {
    text-align: center;
    margin-bottom: 35px;
  }
  .support3d-blk5_title img {
    height: 18px;
    margin-inline: auto;
    margin-top: 10px;
    width: auto;
  }
}

.flow3d-item {
  margin: 10% 0;
}
@media screen and (max-width: 767px) {
  .flow3d-item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .flow3d-item .wp-block-columns {
    padding-top: 17px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
.flow3d-item-1 {
  margin-bottom: 13%;
}
@media screen and (max-width: 767px) {
  .flow3d-item-1 {
    margin-bottom: 0;
  }
}
.flow3d-item-2 {
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .flow3d-item-2 {
    margin-bottom: 0;
  }
}
.flow3d-item-3 {
  margin-bottom: 12%;
}
@media screen and (max-width: 767px) {
  .flow3d-item-3 {
    margin-bottom: 0;
  }
}
.flow3d-item-4 {
  margin-bottom: 14%;
}
@media screen and (max-width: 767px) {
  .flow3d-item-4 {
    margin-bottom: 0;
  }
}
.flow3d-item-5 {
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .flow3d-item-5 {
    margin-bottom: 0;
  }
}
.flow3d-item .is-layout-flex {
  background: #fff;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow3d-item .is-layout-flex {
    flex-direction: column-reverse;
  }
}
.flow3d-item_left {
  padding: 41px 55px;
}
@media screen and (max-width: 767px) {
  .flow3d-item_left {
    padding: 25px 0 0;
  }
}
.flow3d-item_left h2 {
  color: #5a2f2f;
}
@media screen and (max-width: 767px) {
  .flow3d-item_left h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.flow3d-item_left span {
  font-size: 35px;
  font-size: 2.1875rem;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 46px;
}
.flow3d-item_left span small {
  font-size: 24px;
  font-size: 1.5rem;
}
.flow3d-item_left span strong {
  margin-left: 1em;
  font-weight: 500;
}
.flow3d-item_left p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .flow3d-item_left p {
    margin-top: 20px;
  }
}
.flow3d-item_right {
  position: absolute;
  right: -0.8%;
  top: -12%;
}
@media screen and (max-width: 767px) {
  .flow3d-item_right {
    position: relative;
    right: 0;
    top: 0;
  }
}

.serviceflow3d {
  display: flex;
  padding-bottom: 112px;
}
.serviceflow3d_left {
  width: 54.1666666667%;
}
.serviceflow3d_right {
  flex: 1;
  margin-left: -30px;
  padding-right: 68px;
}
.serviceflow3d_right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.serviceflow3d_right ul li {
  align-items: center;
  background: #fff;
  display: flex;
  line-height: 32px;
}
.serviceflow3d_right ul li + li {
  margin-top: 20px;
}
.serviceflow3d_right ul li small {
  font-size: 32px;
  font-size: 2rem;
  background: #5a2f2f;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  padding: 11px 20px;
}
.serviceflow3d_right ul li small span {
  font-size: 16px;
  font-size: 1rem;
}

.bg-lightbrown {
  background: #e6e4e1;
}

@media screen and (max-width: 767px) {
  .bg-lightbrown-sp {
    background: #e6e4e1;
  }
}

.bg-white {
  background: #fff;
}

.flow-3d-img img {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .flow-3d-img img {
    max-width: none;
    max-height: 120px;
    width: 100%;
  }
}

.contact-footer-item {
  padding-top: 110px;
}
.contact-footer-item .wp-block-columns {
  margin-bottom: 0;
}
.contact-footer-item .form-flex a {
  align-items: center;
  border: 1px solid #5a2f2f;
  display: flex;
  padding: 30px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
.contact-footer-item .form-flex a::after {
  border-color: transparent transparent transparent #cc0011;
  border-style: solid;
  border-width: 7.5px 0 7.5px 14px;
  content: "";
  height: 0;
  position: absolute;
  right: 52px;
  width: 0;
}
.contact-footer-item .form-flex a:hover {
  background: #5a2f2f;
  color: #fff;
}
.contact-footer-item .form-flex a:hover::after {
  border-color: transparent transparent transparent #fff;
}
.contact-footer-item .form-flex a:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(121deg) brightness(103%) contrast(103%);
}
.contact-footer-item .form-flex img {
  margin-right: 21px;
}
.contact-footer-item h2 {
  font-family: "Oswald", sans-serif;
  position: relative;
}
.contact-footer-item h2::after {
  background: #5a2f2f;
  content: "";
  height: 30px;
  position: absolute;
  right: 13%;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-footer-item p {
  font-size: 24px;
  font-size: 1.5rem;
}

.page-contact-footer {
  padding: 67px 40px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .page-about {
    min-height: 95vw;
    margin-top: 40px;
  }
}
@media screen and (min-width: 767px) {
  .page-about .h-titles-about-sp {
    display: none;
  }
}
.page-about .h-titles-about-sp img {
  width: 50%;
}
.page-about ul.bigphoto_ul {
  margin-top: 107px;
}
@media screen and (max-width: 767px) {
  .page-about ul.bigphoto_ul {
    margin-top: 0;
  }
}
.page-about .page-title2 {
  margin-bottom: 20px;
}
.page-about .page-title2 figure {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-about .page-title2 figure {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .title-access img {
    height: 18px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .page-about_right .h-titles {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page-access .h-titles figure {
    width: 50%;
  }
}
.page-access .h-titles-access-sp img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .page-access_columns .h-titles {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-access_columns .h-titles figure {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page-access_columns .page-access_left figure {
    width: 100%;
    text-align: center;
  }
  .page-access_columns .page-access_left figure img {
    max-height: 100%;
  }
}
.page-access_columns .page-access_right h2 {
  padding: 10px;
  background: #e6e4e1;
  font-size: 16px;
  font-size: 1rem;
}
.page-access_columns .page-access_right p {
  border: 1px solid #e6e4e1;
  padding: 10px;
}

.page-member_colums-left h2 {
  font-size: 12px;
  font-size: 0.75rem;
}
.page-member_colums-left h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #cc0011;
}
.page-member_colums-right h2 {
  font-size: 12px;
  font-size: 0.75rem;
}
.page-member_colums-right h3,
.page-member_colums-right p {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .mw_wp_form {
    padding: 0 10px;
  }
}

.bg-lightbrown {
  background: #e6e4e1;
}

.premium-coating-price {
  background: #fff;
  margin-top: 71px;
  padding: 34px 20px 80px;
}
@media screen and (max-width: 767px) {
  .premium-coating-price {
    padding: 30px 10px 20px;
  }
}
.premium-coating-price h4 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .premium-coating-price h4 {
    font-size: 10px;
    font-size: 0.625rem;
    text-align: center;
  }
}
.premium-coating-price h4 + p {
  margin-top: 32px;
}
.premium-coating-price .img3 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .premium-coating-price .img3 {
    margin-top: 18px;
  }
}
.premium-coating-price .img3 + h4 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .premium-coating-price .img3 + h4 {
    color: #5a2f2f;
    margin-top: 18px;
    text-align: left;
  }
}
.premium-coating-price .img3 + h4 + p {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .premium-coating-price .img3 + h4 + p {
    margin-top: 8px;
  }
}
.premium-coating-price .img3 + h4 + p + p {
  margin-top: 1em;
}

.footer-contact-wrap {
  align-items: center;
  border: 10px #E6E4E1 solid;
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
  padding: 52px 38px;
}
@media screen and (min-width: 1199px) {
  .footer-contact-wrap {
    margin-top: 14vw;
  }
  .page-id-24 .footer-contact-wrap {
    margin-top: 7vw;
  }
  .page-id-454 .footer-contact-wrap {
    margin-top: 0;
  }
}
@media screen and (min-width: 1441px) {
  .footer-contact-wrap {
    margin-top: 26vw;
  }
  .page-id-24 .footer-contact-wrap {
    margin-top: 7vw;
  }
  .page-id-26 .footer-contact-wrap {
    margin-top: 6vw;
  }
  .page-id-454 .footer-contact-wrap {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-wrap {
    margin-inline: 10px;
    flex-direction: column;
    margin-top: 33.5px;
    padding: 25px;
  }
}
.footer-contact-wrap .footer-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-contact-wrap .footer-contact {
    flex-direction: column;
  }
}
.footer-contact-wrap .footer-contact dt {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-right: 52.5px;
}
@media screen and (max-width: 767px) {
  .footer-contact-wrap .footer-contact dt {
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 0;
  }
}
.footer-contact-wrap .footer-contact dd {
  font-size: 24px;
  font-size: 1.5rem;
  border-left: 1px #5a2f2f solid;
  padding-left: 63.5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-contact-wrap .footer-contact dd {
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-wrap .right {
    margin-top: 18px;
  }
}
.footer-contact-wrap .contactform-btn a {
  font-size: 24px;
  font-size: 1.5rem;
  border: 1px #5a2f2f solid;
  padding: 30px 38px 30px 105px;
  position: relative;
  display: inline-block;
  width: 520px;
}
@media screen and (max-width: 767px) {
  .footer-contact-wrap .contactform-btn a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 15px 55px;
    width: 100%;
  }
}
.footer-contact-wrap .contactform-btn a::before {
  background-size: cover;
  background: url(./img/icon-footer-mail.svg) no-repeat;
  content: "";
  height: 40px;
  left: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}
@media screen and (max-width: 767px) {
  .footer-contact-wrap .contactform-btn a::before {
    background-size: contain;
    height: 20px;
    left: 19px;
    width: 25px;
  }
}
.footer-contact-wrap .contactform-btn a::after {
  content: "";
  background: url(./img/icon-right-red-arrow.svg) no-repeat;
  background-size: cover;
  height: 15px;
  width: 14px;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer-contact-wrap .contactform-btn a::after {
    background-size: contain;
    height: 7.5px;
    right: 19px;
    width: 7px;
  }
}
.footer-contact-wrap .contactform-btn a:hover {
  background: #5a2f2f;
  color: #fff;
}
.footer-contact-wrap .contactform-btn a:hover::before {
  background: url(./img/icon-footer-mail-white.svg) no-repeat;
}
.footer-contact-wrap .contactform-btn a:hover::after {
  background: url(./img/icon-right-white-arrow.svg) no-repeat;
}

.footer-support-link {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .footer-support-link {
    display: none;
  }
}
.footer-support-link .container {
  display: flex;
  justify-content: space-between;
}
.footer-support-link .container .item {
  border-bottom: 1px #cc0011 solid;
  padding-bottom: 20px;
  width: 23.3333333333%;
}
.footer-support-link .container .item a img {
  transition: all 0.3s ease;
}
.footer-support-link .container .item a h3 {
  font-size: 18px;
  font-size: 1.125rem;
  align-items: center;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.footer-support-link .container .item a h3::after {
  background-size: cover;
  background: url(./img/icon-right-red-arrow2.svg) no-repeat;
  content: "";
  height: 17px;
  transition: all 0.3s ease;
  width: 10px;
}
.footer-support-link .container .item a:hover img {
  opacity: 0.6;
}
.footer-support-link .container .item a:hover h3::after {
  margin-right: 5px;
}

.arrow-link2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .arrow-link2 {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
    font-weight: bold;
  }
}
.arrow-link2 a {
  display: flex;
  align-items: center;
}
.arrow-link2 a img {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .arrow-link2 a img {
    width: 24px !important;
  }
}

.purchase-support {
  padding: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .purchase-support {
    padding: 0 10px;
  }
}
.purchase-support .broken-column-left {
  position: relative;
}
.purchase-support .broken-img {
  margin-top: -110px;
}
@media screen and (max-width: 767px) {
  .purchase-support .broken-img {
    margin-top: 0;
  }
}
.purchase-support .broken-img img {
  left: -230px;
  max-width: none;
  position: absolute;
  width: 170%;
}
@media screen and (max-width: 767px) {
  .purchase-support .broken-img img {
    position: relative;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .purchase-support .mobile {
    margin: auto calc(50% - 50vw);
    padding: 0 10px;
  }
}

.purchase-support-title {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .purchase-support-title img {
    height: 18px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .purchase-blk1 {
    padding: 47px 10px 40px;
  }
}
.purchase-blk1 h4 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .purchase-blk1 h4 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #5a2f2f;
    text-align: left;
  }
}
.purchase-blk1 p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .purchase-blk2 {
    padding: 30px 10px;
  }
}
.purchase-blk2 h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 106px;
}
@media screen and (max-width: 767px) {
  .purchase-blk2 h2 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #5a2f2f;
    text-align: center;
    margin-top: 50px;
  }
}
.purchase-blk2 p {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .purchase-blk2 p {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .purchase-blk2 .purchase-support-title-sp {
    margin-inline: auto;
    text-align: center;
  }
  .purchase-blk2 .purchase-support-title-sp img {
    height: 28px;
    width: auto;
  }
}
.purchase-blk2 .img1 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .purchase-blk2 .img1 {
    margin-top: 36px;
  }
}
.purchase-blk2 .img2 {
  margin-top: 90px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .purchase-blk2 .img2 {
    margin-top: 35px;
    margin-bottom: 39px;
  }
}
.purchase-blk2 .img2 + h5 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .purchase-blk2 .img2 + h5 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #5a2f2f;
  }
}

.purchase-blk3 {
  margin-top: 124px;
}
@media screen and (max-width: 767px) {
  .purchase-blk3 {
    margin-top: 21px;
    padding: 0 10px;
  }
}
.purchase-blk3 h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .purchase-blk3 h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #5a2f2f;
  }
}
.purchase-blk3 h3 + p {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .purchase-blk3 h3 + p {
    margin-top: 15px;
  }
}
.purchase-blk3 .img3 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .purchase-blk3 .img3 {
    margin-top: 20px;
  }
}
.purchase-blk3 .img3 + h5 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .purchase-blk3 .img3 + h5 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #5a2f2f;
  }
}
.purchase-blk3 .img3 + h5 + p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .purchase-blk3 .img3 + h5 + p {
    margin-top: 15px;
  }
}

.purchase-blk4 {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .purchase-blk4 {
    margin-bottom: 47.5px;
  }
}
.purchase-blk4 h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .purchase-blk4 h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #5a2f2f;
  }
}
.purchase-blk4 h3 + p {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .purchase-blk4 h3 + p {
    margin-top: 15px;
  }
}
.purchase-blk4 .img4 {
  margin-top: 44px;
}

@media screen and (max-width: 767px) {
  .purchase-blk5 {
    padding: 0 10px;
  }
}
.purchase-blk5 .img1 {
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .purchase-blk5 .img1 {
    padding-top: 33px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .purchase-blk5 .img1 img {
    height: 18px;
    width: auto;
    margin-inline: auto;
    text-align: center;
  }
}
.purchase-blk5 .img2 {
  margin-top: 122px;
}
@media screen and (max-width: 767px) {
  .purchase-blk5 .img2 {
    margin-top: 30px;
  }
  .purchase-blk5 .img2.wmax {
    margin: 30px auto;
  }
}

.purchase-blk6 h3 {
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .purchase-blk6 h3 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #5a2f2f;
    font-weight: bold;
    margin-top: 30px;
  }
}
.purchase-blk6 h3 + p {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .purchase-blk6 h3 + p {
    margin-top: 15px;
  }
}

.purchase-blk7 {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .purchase-blk7 {
    padding: 0 10px 16px;
  }
}
.purchase-blk7 h5 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .purchase-blk7 h5 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #5a2f2f;
    font-weight: bold;
    margin-top: 30px;
  }
}
.purchase-blk7 h5 + p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .purchase-blk7 .space-sp h5 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .purchase-blk8 {
    padding: 0 10px;
  }
}
.purchase-blk8 .img1 {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .purchase-blk8 .img1 {
    margin-top: 37.5px;
    text-align: center;
  }
  .purchase-blk8 .img1 img {
    height: 18px;
    width: auto;
    margin-inline: auto;
    text-align: center;
  }
}
.purchase-blk8 .broken-img {
  margin-top: 262px;
  margin-bottom: 330px;
}
@media screen and (max-width: 767px) {
  .purchase-blk8 .broken-img {
    margin: 38px auto auto;
  }
}
.purchase-blk8 .broken-img .wp-block-media-text__media {
  position: absolute;
  left: 0;
  height: 500px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .purchase-blk8 .broken-img .wp-block-media-text__media {
    position: relative;
    height: auto;
    z-index: 0;
  }
}
.purchase-blk8 .broken-img .wp-block-media-text__media img {
  height: 500px;
}
@media screen and (max-width: 767px) {
  .purchase-blk8 .broken-img .wp-block-media-text__media img {
    height: auto;
  }
}
.purchase-blk8 .broken-img .wp-block-media-text__content {
  padding: 46px 40px;
  margin-left: -96px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .purchase-blk8 .broken-img .wp-block-media-text__content {
    padding: 0;
    margin-left: 0;
  }
  .purchase-blk8 .broken-img .wp-block-media-text__content h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #5a2f2f;
    text-align: center;
    margin-top: 36px;
  }
  .purchase-blk8 .broken-img .wp-block-media-text__content p {
    text-align: center;
    margin-top: 30px;
  }
}

.support3d-blk1-sub1 {
  margin-top: 58px;
}

@media screen and (max-width: 767px) {
  .delivery-blk {
    padding: 0 10px;
  }
}
.delivery-blk h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #5a2f2f;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .delivery-blk h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.875;
  }
}
.delivery-blk p {
  line-height: 2.25;
  margin-inline: auto;
  margin-top: 40px;
  max-width: 46em;
}
@media screen and (max-width: 767px) {
  .delivery-blk p {
    margin-top: 50px;
  }
}
.delivery-blk2 {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .delivery-blk2 {
    margin-top: 27.5px;
    padding-top: 45px;
    padding-bottom: 8px;
  }
}
.delivery-blk2 .basic-title {
  text-align: center;
}
.delivery-blk2 .basic-title img {
  height: 18px;
  width: auto;
  margin-inline: auto;
  text-align: center;
}
.delivery-blk2 .column1 {
  margin-top: 130px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .delivery-blk2 .column1 {
    margin-top: 40px;
    margin-bottom: 32.5px;
  }
}
.delivery-blk2 .column1 h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .delivery-blk2 .column1 h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.delivery-blk2 .column1 p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .delivery-blk2 .column1 p {
    margin-top: 10px;
  }
}
.delivery-blk2 .media-text {
  margin-top: 230px;
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .delivery-blk2 .media-text {
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
    padding: 10px;
  }
}
.delivery-blk2 .media-text .wp-block-media-text__media {
  position: absolute;
  left: 0;
  z-index: 0;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .delivery-blk2 .media-text .wp-block-media-text__media {
    position: relative;
    height: auto;
  }
}
.delivery-blk2 .media-text .wp-block-media-text__content {
  padding: 40px 46px;
  background: #fff;
  margin-left: -100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .delivery-blk2 .media-text .wp-block-media-text__content {
    margin-left: 0;
    padding: 0;
  }
}
.delivery-blk2 .media-text h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .delivery-blk2 .media-text h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 15px;
  }
}
.delivery-blk2 .media-text p {
  margin-top: 30px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .delivery-blk2 .media-text p {
    margin-top: 10px;
  }
}
.delivery-blk2 .column2 {
  margin-top: 102px;
}
@media screen and (max-width: 767px) {
  .delivery-blk2 .column2 {
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
    padding: 0 10px;
  }
}
.delivery-blk2 .column2 h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .delivery-blk2 .column2 h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 15px;
  }
}
.delivery-blk2 .column2 p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .delivery-blk2 .column2 p {
    margin-top: 10px;
  }
}
.delivery-blk2 .column2 .wp-block-column:nth-child(2) {
  padding-bottom: 70px;
}
.delivery-blk3 {
  padding-top: 90px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .delivery-blk3 {
    padding-top: 5px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .delivery-blk3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .delivery-blk3 .optionservice-title {
    text-align: center;
    padding: 20px 0;
  }
  .delivery-blk3 .optionservice-title img {
    height: 18px;
    width: auto;
    margin-inline: auto;
    text-align: center;
  }
}
.delivery-blk3 .media-text {
  margin-top: 230px;
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .delivery-blk3 .media-text {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.delivery-blk3 .media-text .wp-block-media-text__media {
  position: absolute;
  left: 0;
  z-index: 0;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .delivery-blk3 .media-text .wp-block-media-text__media {
    position: relative;
    height: auto;
    margin-top: 20px;
    padding: 0 5px;
  }
}
.delivery-blk3 .media-text .wp-block-media-text__media img {
  height: 500px;
}
@media screen and (max-width: 767px) {
  .delivery-blk3 .media-text .wp-block-media-text__media img {
    height: auto;
  }
}
.delivery-blk3 .media-text .wp-block-media-text__content {
  padding: 40px 46px;
  background: #fff;
  margin-left: -100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .delivery-blk3 .media-text .wp-block-media-text__content {
    padding: 0 10px;
    margin-left: 0;
    margin-top: 30px;
  }
}
.delivery-blk3 .media-text h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .delivery-blk3 .media-text h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.delivery-blk3 .media-text p {
  margin-top: 30px;
  margin-left: 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .delivery-blk3 .media-text p {
    margin-top: 20px;
  }
}
.delivery-blk3 .column1 {
  margin-top: 130px;
}
@media screen and (min-width: 1199px) {
  .delivery-blk3 .column1 {
    margin-top: 14vw;
  }
  .page-id-24 .delivery-blk3 .column1 {
    margin-top: 30vw;
  }
  .page-id-454 .delivery-blk3 .column1 {
    margin-top: 32vw;
  }
}
@media screen and (min-width: 1441px) {
  .delivery-blk3 .column1 {
    margin-top: 26vw;
  }
  .page-id-24 .delivery-blk3 .column1 {
    margin-top: 0;
  }
  .page-id-26 .delivery-blk3 .column1 {
    margin-top: 26vw;
  }
  .page-id-454 .delivery-blk3 .column1 {
    margin-top: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .delivery-blk3 .column1 {
    margin-top: 32.5px;
    padding: 0 10px;
  }
}
.delivery-blk3 .column1 h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .delivery-blk3 .column1 h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.delivery-blk3 .column1 p {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1rem;
}

.after-blk1 {
  padding-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .after-blk1 {
    padding: 0 10px;
  }
}
.after-blk1 h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #5a2f2f;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .after-blk1 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.875;
  }
}
.after-blk1 p {
  margin-top: 40px;
  max-width: 61em;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .after-blk1 p {
    margin-top: 50px;
  }
}
.after-blk2 {
  padding-top: 90px;
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .after-blk2 {
    margin-top: 40px;
    padding-bottom: 34px;
    padding-top: 40px;
  }
  .after-blk2 .title-after-maintenance img {
    height: 18px;
    width: auto;
    margin-inline: auto;
    text-align: center;
  }
}
.after-blk2 .column1 {
  margin-top: 71px;
}
@media screen and (max-width: 767px) {
  .after-blk2 .column1 {
    margin-top: 51px;
    padding: 0 10px;
  }
}
.after-blk2 .column1 h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .after-blk2 .column1 h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #5a2f2f;
  }
}
.after-blk2 .column1 p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .after-blk2 .column1 p {
    margin-top: 30px;
  }
}
.after-blk2 .column1 .link-actus {
  text-align: center;
}
.after-blk2 .column1 .link-actus a {
  border: 1px solid #5a2f2f;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  padding: 3px 16px;
}
.after-blk3 {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .after-blk3 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .after-blk3 .title-furniture-repair img {
    height: 18px;
    width: auto;
  }
}
.after-blk3 .column1 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .after-blk3 .column1 {
    margin-top: 50px;
    padding: 0 10px;
  }
}
.after-blk3 .column1 h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .after-blk3 .column1 h3 {
    color: #5a2f2f;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
}
.after-blk3 .column1 p {
  margin-top: 20px;
}
.after-blk4 {
  padding-top: 70px;
  padding-bottom: 114px;
}
@media screen and (max-width: 767px) {
  .after-blk4 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .after-blk4 .title-furniture-moving img {
    height: 18px;
    width: auto;
  }
}
.after-blk4 .media-text {
  margin-top: 230px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .after-blk4 .media-text {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
.after-blk4 .media-text .wp-block-media-text__media {
  position: absolute;
  left: 0;
  z-index: 0;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .after-blk4 .media-text .wp-block-media-text__media {
    position: relative;
    height: auto;
  }
}
.after-blk4 .media-text .wp-block-media-text__media img {
  height: 500px;
}
@media screen and (max-width: 767px) {
  .after-blk4 .media-text .wp-block-media-text__media img {
    height: auto;
  }
}
.after-blk4 .media-text .wp-block-media-text__content {
  padding: 40px 46px;
  background: #fff;
  margin-left: -100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .after-blk4 .media-text .wp-block-media-text__content {
    padding: 0;
    margin-left: 0;
    background: #e6e4e1;
    text-align: center;
    margin-top: 20px;
  }
}
.after-blk4 .media-text h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .after-blk4 .media-text h2 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #5a2f2f;
  }
}
.after-blk4 .media-text p {
  margin-top: 30px;
  margin-left: 0;
}

.jointworks-blk1 {
  padding-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .jointworks-blk1 {
    padding: 0 10px 50px;
  }
}
.jointworks-blk1 h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #5a2f2f;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .jointworks-blk1 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.875;
  }
}
.jointworks-blk1 p {
  margin-top: 40px;
  max-width: 61em;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .jointworks-blk1 p {
    margin-top: 50px;
  }
}
.jointworks-blk2 {
  padding-top: 90px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .jointworks-blk2 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .jointworks-blk2 .title-jointworks-interior img {
    height: 18px;
    width: auto;
    margin-inline: auto;
    text-align: center;
  }
}
.jointworks-blk2 .column1 {
  margin-top: 71px;
}
@media screen and (max-width: 767px) {
  .jointworks-blk2 .column1 {
    margin-top: 50px;
    padding: 0 10px;
  }
  .jointworks-blk2 .column1 .wp-block-column {
    flex-basis: calc(33.3% - 5.6px);
    flex-grow: 0;
  }
  .jointworks-blk2 .column1.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
    gap: 8.5px;
  }
}
.jointworks-blk2 .column1 h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 20px;
}
.jointworks-blk2 .column1 p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .jointworks-blk2-sub1 {
    padding: 0 10px;
  }
}
.jointworks-blk2-sub1 p + p {
  margin-top: 2em;
}
.jointworks-blk3 {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .jointworks-blk3 {
    padding-top: 50px;
  }
  .jointworks-blk3 .title-jointworks-cando img {
    height: 18px;
    width: auto;
    margin-inline: auto;
    text-align: center;
  }
}
.jointworks-blk3-sub1 {
  margin-top: 127px;
}
@media screen and (max-width: 767px) {
  .jointworks-blk3-sub1 {
    margin-top: 50px;
    padding: 0 10px;
  }
}
.jointworks-blk3-sub1 .wp-block-group__inner-container h2 {
  color: #5a2f2f;
}
.jointworks-blk3-sub1 .wp-block-group__inner-container h2:first-of-type {
  margin-top: 0;
  margin-bottom: -30px;
}
.jointworks-blk3-sub1 .media-text.wp-block-media-text {
  justify-content: space-between;
  padding-bottom: 20px;
}
.jointworks-blk3-sub1 .media-text.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.jointworks-blk3-sub1 h2 {
  margin-top: 20px;
}
.jointworks-blk3-sub1 p {
  margin-top: 26px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .jointworks-blk3-sub1 p {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .jointworks-blk3-sub1 .point-blk-sp {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .jointworks-blk3-sub1 .point-blk-sp2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.to_top {
  bottom: 23px;
  display: none;
  position: fixed;
  right: 18px;
}
.to_top ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.to_top ul li a img.icon-ig {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .to_top ul li a img.icon-ig {
    width: 23px;
  }
}
.to_top ul li a img.icon-fb {
  margin-top: 30px;
  width: 47px;
}
@media screen and (max-width: 767px) {
  .to_top ul li a img.icon-fb {
    margin-top: 15px;
    width: 23px;
  }
}
.to_top ul li a img.icon-top {
  margin-top: 30px;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .to_top ul li a img.icon-top {
    margin-top: 15px;
    width: 35px;
  }
}

.wsp-container {
  max-width: 700px;
  margin-inline: auto;
  padding: 2em;
}
.wsp-container ul {
  list-style-type: disc;
}
.wsp-container ul li + li {
  margin-top: 1em;
}
.wsp-container ul li .children {
  padding-left: 1em;
}

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