@charset "UTF-8";
/* global */
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@-webkit-keyframes fuwafuwa01 {
  0% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(15deg);
            transform: translateX(10px) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
}
@keyframes fuwafuwa01 {
  0% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(15deg);
            transform: translateX(10px) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
}
@-webkit-keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(-15deg);
            transform: translateY(10px) rotate(-15deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(-15deg);
            transform: translateY(10px) rotate(-15deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes fuwafuwa03 {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(7px) rotate(-2deg);
            transform: translateX(7px) rotate(-2deg);
  }
}
@keyframes fuwafuwa03 {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(7px) rotate(-2deg);
            transform: translateX(7px) rotate(-2deg);
  }
}
@-webkit-keyframes fuwafuwa04 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(2deg);
            transform: translateY(-7px) rotate(2deg);
  }
}
@keyframes fuwafuwa04 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(2deg);
            transform: translateY(-7px) rotate(2deg);
  }
}
@-webkit-keyframes fade-in-down-10 {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in-down-10 {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fade-in-down-05 {
  from {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-05 {
  from {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up-10 {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-10 {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes line-in-out {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes line-in-out {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes zoom-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoom-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes yurayura01 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  4% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  28% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  32% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes yurayura01 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  4% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  28% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  32% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/* base */
/*
Reset
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

button {
  cursor: pointer;
}

/*
Reset END
*/
/* global */
/* プロジェクトにおいて標準となるスタイリング */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  line-height: 1.8;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 559px) {
  body {
    font-size: 14px;
  }
}

/* link */
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #c48030;
}

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

p {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  margin-top: 1em;
  line-height: 1.8;
}
p:first-child {
  margin-top: 0;
}

/* layuout */
/* global */
.l-container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 959px) {
  .l-container {
    width: 90vw;
    padding: 0;
  }
}
@media (max-width: 559px) {
  .l-container {
    width: 85vw;
    padding: 0;
  }
}
.l-container.--full {
  max-width: 100%;
}
.l-container.--1300 {
  max-width: 1300px;
}
.l-container.--narrow {
  max-width: 920px;
}
@media (max-width: 559px) {
  .l-container.--sm-wide {
    width: 93vw;
    padding: 0;
  }
}
@media (max-width: 559px) {
  .l-container.--sm-full {
    width: 100%;
    padding: 0;
  }
}

.l-container-row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375vw;
}
@media (max-width: 559px) {
  .l-container-row01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-container-row01 .box01 {
  width: 49.99999%;
}
@media (max-width: 559px) {
  .l-container-row01 .box01 {
    width: 100%;
  }
}
.l-container-row01 .box02 {
  width: 49.99999%;
}
@media (max-width: 559px) {
  .l-container-row01 .box02 {
    width: 100%;
  }
}

.l-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-flex-container.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 559px) {
  .l-flex-container.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 559px) {
  .l-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-flex-container.--space-70 .text-box.--left {
  padding-right: 4.375vw;
}
@media (max-width: 559px) {
  .l-flex-container.--space-70 .text-box.--left {
    padding: 0 25px;
  }
}
.l-flex-container.--space-70 .text-box.--right {
  padding-left: 4.375vw;
}
@media (max-width: 559px) {
  .l-flex-container.--space-70 .text-box.--right {
    padding: 0 25px;
  }
}

/* global */
/* カラム */
.l-cl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-cl-row.l-cl-space0 {
  margin-top: 0px;
  margin-left: 0px;
}
.l-cl-row.l-cl-space0 > * {
  padding-top: 0px;
  padding-left: 0px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .l-cl-row.l-cl-space0 > * {
    padding-top: 0px;
    padding-left: 0px;
  }
}
.l-cl-row.l-cl-space10 {
  margin-top: -10px;
  margin-left: -10px;
}
.l-cl-row.l-cl-space10 > * {
  padding-top: 10px;
  padding-left: 10px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space10 {
    margin-top: -7px;
    margin-left: -7px;
  }
  .l-cl-row.l-cl-space10 > * {
    padding-top: 7px;
    padding-left: 7px;
  }
}
.l-cl-row.l-cl-space20 {
  margin-top: -20px;
  margin-left: -20px;
}
.l-cl-row.l-cl-space20 > * {
  padding-top: 20px;
  padding-left: 20px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space20 {
    margin-top: -14px;
    margin-left: -14px;
  }
  .l-cl-row.l-cl-space20 > * {
    padding-top: 14px;
    padding-left: 14px;
  }
}
.l-cl-row.l-cl-space30 {
  margin-top: -30px;
  margin-left: -30px;
}
.l-cl-row.l-cl-space30 > * {
  padding-top: 30px;
  padding-left: 30px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space30 {
    margin-top: -21px;
    margin-left: -21px;
  }
  .l-cl-row.l-cl-space30 > * {
    padding-top: 21px;
    padding-left: 21px;
  }
}
.l-cl-row.l-cl-space40 {
  margin-top: -40px;
  margin-left: -40px;
}
.l-cl-row.l-cl-space40 > * {
  padding-top: 40px;
  padding-left: 40px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space40 {
    margin-top: -28px;
    margin-left: -28px;
  }
  .l-cl-row.l-cl-space40 > * {
    padding-top: 28px;
    padding-left: 28px;
  }
}
.l-cl-row.l-cl-space50 {
  margin-top: -50px;
  margin-left: -50px;
}
.l-cl-row.l-cl-space50 > * {
  padding-top: 50px;
  padding-left: 50px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space50 {
    margin-top: -35px;
    margin-left: -35px;
  }
  .l-cl-row.l-cl-space50 > * {
    padding-top: 35px;
    padding-left: 35px;
  }
}
.l-cl-row.l-cl-space60 {
  margin-top: -60px;
  margin-left: -60px;
}
.l-cl-row.l-cl-space60 > * {
  padding-top: 60px;
  padding-left: 60px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space60 {
    margin-top: -42px;
    margin-left: -42px;
  }
  .l-cl-row.l-cl-space60 > * {
    padding-top: 42px;
    padding-left: 42px;
  }
}
.l-cl-row.l-cl-space70 {
  margin-top: -70px;
  margin-left: -70px;
}
.l-cl-row.l-cl-space70 > * {
  padding-top: 70px;
  padding-left: 70px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space70 {
    margin-top: -49px;
    margin-left: -49px;
  }
  .l-cl-row.l-cl-space70 > * {
    padding-top: 49px;
    padding-left: 49px;
  }
}
.l-cl-row.l-cl-space80 {
  margin-top: -80px;
  margin-left: -80px;
}
.l-cl-row.l-cl-space80 > * {
  padding-top: 80px;
  padding-left: 80px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space80 {
    margin-top: -56px;
    margin-left: -56px;
  }
  .l-cl-row.l-cl-space80 > * {
    padding-top: 56px;
    padding-left: 56px;
  }
}
.l-cl-row.-gap20 {
  gap: 1.25vw;
}
@media (max-width: 559px) {
  .l-cl-row.-gap15-sm {
    gap: 15px;
  }
}

.l-cl-ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-cl-ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-cl-ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.l-cl-ai-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.l-cl-fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-cl-fd-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.l-cl-fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.l-cl-fd-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.l-cl-jc-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-cl-jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-cl-jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-cl-jc-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-cl-jc-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.l-cl-1 {
  width: 8.33333%;
}

.l-cl-2 {
  width: 16.666666%;
}

.l-cl-3 {
  width: 24.99999%;
}

.l-cl-4 {
  width: 33.33333%;
}

.l-cl-5 {
  width: 41.66666%;
}

.l-cl-6 {
  width: 49.99999%;
}

.l-cl-7 {
  width: 58.33333%;
}

.l-cl-8 {
  width: 66.66666%;
}

.l-cl-9 {
  width: 74.99999%;
}

.l-cl-10 {
  width: 83.33333%;
}

.l-cl-11 {
  width: 91.66666%;
}

.l-cl-12 {
  width: 100%;
}

@media (max-width: 959px) {
  .l-cl-md1 {
    width: 8.33333%;
  }
  .l-cl-md2 {
    width: 16.666666%;
  }
  .l-cl-md3 {
    width: 24.99999%;
  }
  .l-cl-md4 {
    width: 33.33333%;
  }
  .l-cl-md5 {
    width: 41.66666%;
  }
  .l-cl-md6 {
    width: 49.99999%;
  }
  .l-cl-md7 {
    width: 58.33333%;
  }
  .l-cl-md8 {
    width: 66.66666%;
  }
  .l-cl-md9 {
    width: 74.99999%;
  }
  .l-cl-md10 {
    width: 83.33333%;
  }
  .l-cl-md11 {
    width: 91.66666%;
  }
  .l-cl-md12 {
    width: 100%;
  }
}
@media (max-width: 559px) {
  .l-cl-sm1 {
    width: 8.33333%;
  }
  .l-cl-sm2 {
    width: 16.666666%;
  }
  .l-cl-sm3 {
    width: 24.99999%;
  }
  .l-cl-sm4 {
    width: 33.33333%;
  }
  .l-cl-sm5 {
    width: 41.66666%;
  }
  .l-cl-sm6 {
    width: 49.99999%;
  }
  .l-cl-sm7 {
    width: 58.33333%;
  }
  .l-cl-sm8 {
    width: 66.66666%;
  }
  .l-cl-sm9 {
    width: 74.99999%;
  }
  .l-cl-sm10 {
    width: 83.33333%;
  }
  .l-cl-sm11 {
    width: 91.66666%;
  }
  .l-cl-sm12 {
    width: 100%;
  }
}
/* z-index */
.lum-lightbox.lum-open {
  z-index: 1100;
}

.l-toggle-window {
  z-index: 1000;
}

.l-top-navi {
  z-index: 1000;
}

.l-header {
  z-index: 900;
}

.l-footer__sp-navi {
  z-index: 800;
}

.l-footer__pagetop {
  z-index: 800;
}

/* global */
.home .l-header {
  position: absolute;
}

.l-header-breadclambs {
  text-align: right;
  padding: 1em 0;
  color: #717171;
  font-size: clamp(1rem, 1vw, 1.6rem);
}

.l-lower-header01 {
  position: relative;
  padding: 8.125vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 559px) {
  .l-lower-header01 {
    padding-top: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5em;
  }
}
.l-lower-header01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: min(225px, 14.0625vw);
}
@media (max-width: 559px) {
  .l-lower-header01 img {
    position: static;
    width: 140px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (max-width: 559px) {
  .l-lower-header01 p {
    text-align: left;
    margin-top: 0;
  }
}
.l-lower-header01 .inner01 {
  margin: 0 auto;
}
@media (max-width: 559px) {
  .l-lower-header01 .inner01 p {
    text-align: center;
  }
}
.l-lower-header01 .box01 {
  display: inline-block;
  border: 1px solid #9f886b;
  padding: 0.3em 3em 0.7em;
  letter-spacing: 0.1em;
}
.l-lower-header01 .box01 .number {
  font-size: clamp(2.2rem, 2vw, 3.2rem);
  letter-spacing: 0.1em;
}

.l-lower-header03 .img-box {
  position: relative;
  margin-right: 4.0625vw;
}
@media (max-width: 559px) {
  .l-lower-header03 .img-box {
    margin-right: 0;
  }
}
.l-lower-header03 .img-box .illust01 {
  position: absolute;
  top: 0;
  right: 2vw;
  width: 13.6875vw;
}
@media (max-width: 559px) {
  .l-lower-header03 .img-box .illust01 {
    width: 26.6666666667vw;
    right: 9.3333333333vw;
  }
}
.l-lower-header03 .img-box .ph01 {
  position: absolute;
  top: 2.1875vw;
  left: 0;
  width: 25.625vw;
}
@media (max-width: 559px) {
  .l-lower-header03 .img-box .ph01 {
    width: 50.6666666667vw;
    top: 4.5333333333vw;
  }
}
.l-lower-header03 .img-box .ph02 {
  position: absolute;
  top: 14.6875vw;
  right: 0;
  width: 25.25vw;
}
@media (max-width: 559px) {
  .l-lower-header03 .img-box .ph02 {
    width: 50.6666666667vw;
    top: 29.3333333333vw;
    right: 6.9333333333vw;
  }
}
.l-lower-header03 .img-box .ph03 {
  position: relative;
  z-index: 1;
  margin-top: 28.875vw;
  margin-left: 4.375vw;
  width: 22.4375vw;
}
@media (max-width: 559px) {
  .l-lower-header03 .img-box .ph03 {
    width: 44.5333333333vw;
    margin-left: 9.0666666667vw;
    margin-top: 57.6vw;
  }
}
.l-lower-header03 .text-box {
  -ms-flex-preferred-size: 47.5vw;
      flex-basis: 47.5vw;
  max-width: 760px;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
@media (max-width: 959px) {
  .l-lower-header03 .text-box {
    padding-right: 40px;
  }
}
@media (max-width: 559px) {
  .l-lower-header03 .text-box {
    display: block;
    padding: 0 25px;
  }
}
.l-lower-header03 .text-box .title {
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.2rem, 2.25vw, 3.6rem);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 559px) {
  .l-lower-header03 .text-box .title {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 22px;
  }
}
.l-lower-header03 .text-box .text {
  font-size: clamp(1.3rem, 1.125vw, 1.8rem);
  line-height: 2;
}

/* パンくずリスト */
.l-header-breadclambs {
  max-width: 40vw;
  margin-left: auto;
  line-height: 1.4;
}
@media (max-width: 559px) {
  .l-header-breadclambs {
    max-width: 50vw;
  }
}
.l-header-breadclambs ul {
  list-style: none;
}
.l-header-breadclambs li {
  display: inline;
}
.l-header-breadclambs a {
  color: inherit;
  text-decoration: underline;
}

/* global */
.l-top-navi {
  width: 100vw;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}
@media (max-width: 559px) {
  .l-top-navi {
    height: 65px;
    padding: 12px 20px 13px 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-top-navi .logo {
  display: block;
  width: clamp(200px, 15vw, 240px);
  height: auto;
}
@media (max-width: 559px) {
  .l-top-navi .logo {
    width: 200px;
  }
}
.l-top-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-left: auto;
  margin-right: 30px;
}
@media (max-width: 559px) {
  .l-top-navi ul {
    display: none;
  }
}
.l-top-navi ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-top-navi ul a {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.l-top-navi ul a::before {
  content: "";
  display: block;
}
.l-top-navi ul .menu01::before {
  background: url(../images/icon-mail.png) no-repeat center/contain;
  width: 1.2em;
  height: 1em;
}
.l-top-navi ul .menu02::before {
  background: url(../images/icon-paper.png) no-repeat center/contain;
  width: 1.2em;
  height: 1.1em;
}
.l-top-navi ul .menu03::before {
  background: url(../images/icon-house.png) no-repeat center/contain;
  width: 1.2em;
  height: 1.1em;
}
.l-top-navi ul .menu04 img {
  width: 23px;
  height: auto;
}
.l-top-navi ul .menu05 img {
  width: 29px;
  height: auto;
}
.l-top-navi ul a {
  font-size: clamp(1.4rem, 1.063vw, 1.7rem);
}

.l-top-navi--normal {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 559px) {
  .l-top-navi--normal {
    height: 70px;
  }
}

.l-top-navi--fv {
  position: relative;
}
.l-top-navi--fv ul a {
  color: #fff;
}
.l-top-navi--fv ul .menu01::before {
  background: url(../images/icon-mail-white.png) no-repeat center/contain;
}
.l-top-navi--fv ul .menu02::before {
  background: url(../images/icon-paper-white.png) no-repeat center/contain;
}
.l-top-navi--fv ul .menu03::before {
  background: url(../images/icon-house-white.png) no-repeat center/contain;
}
.l-top-navi--fv ul .menu04 img {
  width: 23px;
  height: auto;
}
.l-top-navi--fv ul .menu05 img {
  width: 29px;
  height: auto;
}

body:not(.home) .l-top-navi--fv {
  display: none;
}

.home .l-top-navi--normal {
  top: -100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.home .l-top-navi--normal.--is-fixed {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.is-toggle-window-open .l-toggle-window {
  pointer-events: all;
}
.is-toggle-window-open .l-toggle-window::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.is-toggle-window-open .l-toggle-window .wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s 0.2s all;
  transition: 0.5s 0.2s all;
}

/* global */
.l-footer {
  background-color: #fff;
  padding: 45px 0;
}
@media (max-width: 559px) {
  .l-footer {
    padding: 30px 0;
  }
}
.l-footer .wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}
@media (max-width: 959px) {
  .l-footer .wrap01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 0.6em;
  }
}
.l-footer .wrap01 .line {
  display: block;
  width: 1px;
  border-right: 1px dotted #717171;
}
@media (max-width: 959px) {
  .l-footer .wrap01 .line {
    display: none;
  }
}
.l-footer .wrap01 .logo {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  border-right: 1px dotted #717171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 959px) {
  .l-footer .wrap01 .logo {
    border: none;
  }
}
.l-footer .wrap01 .logo img {
  width: clamp(220px, 20.625vw, 330px);
}
@media (max-width: 559px) {
  .l-footer .wrap01 .address {
    margin-top: 15px;
  }
}
.l-footer .wrap01 .address,
.l-footer .wrap01 .time,
.l-footer .wrap01 .sns {
  padding: 0 1em;
}
.l-footer .wrap01 .address .head,
.l-footer .wrap01 .time .head,
.l-footer .wrap01 .sns .head {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
}
.l-footer .wrap01 .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1em;
}
@media (max-width: 959px) {
  .l-footer .wrap01 .sns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-footer .wrap01 .sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.l-footer .wrap01 .sns a::before {
  display: block;
  content: "";
  margin-right: 5px;
}
.l-footer .wrap01 .sns .insta::before {
  height: 1.1em;
  width: 1.1em;
  background: url(../images/icon-insta.png) no-repeat center/contain;
}
.l-footer .wrap01 .sns .youtube::before {
  height: 1.1em;
  width: 1.3em;
  background: url(../images/icon-youtube.png) no-repeat center/contain;
}
.l-footer .wrap02 {
  margin-top: 2.8125vw;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 959px) {
  .l-footer .wrap02 {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer .wrap02 .map {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.l-footer .wrap03 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-footer .wrap03 .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 559px) {
  .l-footer .wrap03 .button {
    gap: 10px;
  }
}
.l-footer .wrap03 .button a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 559px) {
  .l-footer .wrap03 .button a:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.l-footer .wrap03 .menu {
  margin-top: 1.25vw;
}
.l-footer .wrap03 .menu .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 959px) {
  .l-footer .wrap03 .menu .main-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 559px) {
  .l-footer .wrap03 .menu .main-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
@media (max-width: 559px) {
  .l-footer .wrap03 .menu .main-menu {
    gap: 1.25vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer .wrap03 .menu .main-menu .inner01 {
    width: 48%;
    margin-top: 10px;
  }
  .l-footer .wrap03 .menu .main-menu .item1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-footer .wrap03 .menu .main-menu .item3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-footer .wrap03 .menu .main-menu .item2,
  .l-footer .wrap03 .menu .main-menu .item4,
  .l-footer .wrap03 .menu .main-menu .item5 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.l-footer .wrap03 .menu .main-menu .head {
  display: inline-block;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  padding-bottom: 0.3em;
}
.l-footer .wrap03 .menu .main-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.1em;
  font-size: clamp(1.2rem, 0.875vw, 1.4rem);
}
@media (max-width: 559px) {
  .l-footer .wrap03 .menu .main-menu a {
    margin-top: 0;
  }
}
.l-footer .wrap03 .menu .main-menu a:before {
  display: block;
  content: "";
  width: 1em;
  height: 1px;
  background-color: #9f886b;
  font-size: 1em;
  margin-right: 0.5em;
}
.l-footer .wrap03 .bunner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-top: auto;
}
@media (max-width: 959px) {
  .l-footer .wrap03 .bunner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 559px) {
  .l-footer .wrap03 .bunner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.l-footer .wrap03 .bunner .bunner1 img {
  width: 5.875vw;
}
@media (max-width: 559px) {
  .l-footer .wrap03 .bunner .bunner1 img {
    width: 75px;
  }
}
.l-footer .wrap03 .bunner .bunner2 img,
.l-footer .wrap03 .bunner .bunner3 img,
.l-footer .wrap03 .bunner .bunner4 img {
  display: block;
  height: 3.75vw;
}
@media (max-width: 559px) {
  .l-footer .wrap03 .bunner .bunner2 img,
  .l-footer .wrap03 .bunner .bunner3 img,
  .l-footer .wrap03 .bunner .bunner4 img {
    height: auto;
  }
}
@media (max-width: 559px) {
  .l-footer .wrap03 .bunner .item {
    width: 47%;
    text-align: center;
  }
}

.copy {
  background-color: #dcdcdc;
  padding: 5px 0;
}
.copy .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #717171;
}
@media (max-width: 559px) {
  .copy .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.copy .l-container .text1 {
  font-size: 14px;
}
.copy .l-container .text2 {
  font-size: clamp(1rem, 0.75vw, 1.2rem);
}

.l-footer__pagetop {
  position: fixed;
  top: 85vh;
  right: 0;
  padding: 0.5em 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  letter-spacing: 0.1em;
}
.l-footer__pagetop.is-append {
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 559px) {
  .l-footer__pagetop.is-append {
    display: none;
  }
}
.l-footer__pagetop .text {
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}
.l-footer__pagetop img {
  width: 20px;
  height: 10px;
}

.l-footer__sp-navi {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #9f886b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (max-width: 559px) {
  .l-footer__sp-navi.is-append {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.l-footer__sp-navi .buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2vw;
}
.l-footer__sp-navi .buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 9px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  color: #fff;
}
.l-footer__sp-navi .buttons a::before {
  display: block;
  content: "";
  height: 6.5vw;
  width: 100%;
  background: url(../images/icon-paper-white.png) no-repeat center/auto 95%;
}
.l-footer__sp-navi .buttons .menu02::before {
  background: url(../images/icon-house-white.png) no-repeat center/auto 100%;
}
.l-footer__sp-navi .buttons .menu03::before {
  background: url(../images/icon-mail-white.png) no-repeat center bottom 2px/auto 80%;
}
.l-footer__sp-navi .buttons .menu04 {
  gap: 3px;
}
.l-footer__sp-navi .buttons .menu04::before {
  background: url(../images/icon-sns.png) no-repeat center/auto 100%;
}
.l-footer__sp-navi .pagetop {
  -ms-flex-preferred-size: 17vw;
      flex-basis: 17vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background-color: rgba(255, 255, 255, 0.7);
}
.l-footer__sp-navi .pagetop .text {
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.l-footer__sp-navi .pagetop img {
  width: 20px;
  height: 10px;
}

/* global */
.l-toggle-window__bg {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0.95;
}

.l-toggle-window {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}
@media (max-width: 559px) {
  .l-toggle-window {
    height: 100%;
    overflow-y: scroll;
  }
}
.l-toggle-window::after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 559px) {
  .l-toggle-window::after {
    height: 120%;
    background-color: transparent;
  }
}
.l-toggle-window .l-toggle-window__container {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.l-toggle-window .l-toggle-window__container .wrapper0 {
  width: 100%;
  height: 80px;
  padding: 0 40px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 559px) {
  .l-toggle-window .l-toggle-window__container .wrapper0 {
    height: 65px;
    padding: 12px 20px;
    width: 75%;
    margin-right: 0;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 559px) {
  .l-toggle-window .l-toggle-window__container .l-toggle-window__logo {
    display: none;
  }
}
.l-toggle-window .l-toggle-window__container .l-toggle-window__logo a {
  display: block;
  width: clamp(200px, 15vw, 240px);
  height: auto;
}
.l-toggle-window .l-toggle-window__container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 4.6875vw;
  margin: 0 auto;
  padding: 40px 20px 100px;
}
@media (max-width: 559px) {
  .l-toggle-window .l-toggle-window__container .wrapper {
    width: 75%;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px 60px;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
.is-toggle-window-open .l-toggle-window .l-toggle-window__container {
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.8s 0.2s all;
  transition: 0.8s 0.2s all;
}

/* global */
.l-toggle-button {
  padding: 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.l-toggle-button span, .l-toggle-button::after {
  display: block;
  content: "";
  width: min(4.375vw, 50px);
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 959px) {
  .l-toggle-button span, .l-toggle-button::after {
    width: 30px;
  }
}
.l-toggle-button span {
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  .l-toggle-button span {
    margin-bottom: 6px;
  }
}
.l-toggle-button.--close span {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
@media (max-width: 959px) {
  .l-toggle-button.--close span {
    -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
  }
}
.l-toggle-button.--close::after {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
@media (max-width: 959px) {
  .l-toggle-button.--close::after {
    -webkit-transform: translateY(-4px) rotate(-45deg);
            transform: translateY(-4px) rotate(-45deg);
  }
}

.l-top-navi--fv .l-toggle-button span, .l-top-navi--fv .l-toggle-button::before, .l-top-navi--fv .l-toggle-button::after {
  background-color: #fff;
}

/* global */
.l-main-menu__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}

.l-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375vw;
  padding-bottom: 50px;
}
@media (max-width: 559px) {
  .l-main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
  }
}
.l-main-menu .menu-top {
  display: none;
}
@media (max-width: 559px) {
  .l-main-menu .menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 559px) {
  .l-main-menu .inner01 {
    display: contents;
  }
}
.l-main-menu .head {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.5rem, 1.125vw, 1.8rem);
  border-bottom: 1px solid #000;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
}
@media (max-width: 559px) {
  .l-main-menu .head {
    display: none;
  }
}
.l-main-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}
@media (max-width: 559px) {
  .l-main-menu a {
    font-size: 16px;
    margin-top: 0;
  }
}
.l-main-menu a:before {
  display: block;
  content: "";
  width: 1em;
  height: 1px;
  background-color: #9f886b;
  font-size: 1em;
  margin-right: 0.5em;
}

.l-main-menu__side {
  border-top: 1px solid #000;
}
.l-main-menu__side a {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.l-main-menu__side .menu01 a,
.l-main-menu__side .menu02 a,
.l-main-menu__side .menu03 a {
  display: block;
  font-size: clamp(1.5rem, 1.125vw, 1.8rem);
  padding: 0.8em 0;
  border-bottom: 1px solid #000;
}
.l-main-menu__side .menu04 a,
.l-main-menu__side .menu05 a {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-main-menu__side .menu04 a::before,
.l-main-menu__side .menu05 a::before {
  display: block;
  content: "";
  height: 1em;
  width: 1.2em;
  margin-right: 0.3em;
}
.l-main-menu__side .menu04 {
  margin-top: 2em;
}
.l-main-menu__side .menu04 a::before {
  background: url(../images/icon-insta.png) no-repeat center/contain;
}
.l-main-menu__side .menu05 {
  margin-top: 1.5em;
}
.l-main-menu__side .menu05 a::before {
  background: url(../images/icon-youtube.png) no-repeat center/contain;
}
/* global */
.l-main {
  margin-top: 80px;
  overflow: hidden;
}
@media (max-width: 559px) {
  .l-main {
    margin-top: 70px;
  }
}
.home .l-main {
  margin-top: 0;
}

/* global */
.l-grid-column {
  display: grid;
}
.l-grid-column.-col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.l-grid-column.-col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.l-grid-column.-col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.l-grid-column.-col1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.l-grid-column.-col-5-7 {
  grid-template-columns: 5fr 7fr;
}
.l-grid-column.-col-9-5 {
  grid-template-columns: 9fr 5fr;
}
.l-grid-column.-col-4-5 {
  grid-template-columns: 4fr 5fr;
}
.l-grid-column.-gap20 {
  gap: 1.25vw;
}
.l-grid-column.-gap30 {
  gap: 1.875vw;
}
.l-grid-column.-gap40 {
  gap: 2.5vw;
}
.l-grid-column.-gap50 {
  gap: 3.125vw;
}
.l-grid-column.-gap60 {
  gap: 3.75vw;
}
.l-grid-column.-gap90 {
  gap: 5.625vw;
}
.l-grid-column.-gap100 {
  gap: 6.25vw;
}
.l-grid-column.-reverse {
  direction: rtl;
}
.l-grid-column.-center {
  place-items: center;
}
@media (max-width: 959px) {
  .l-grid-column.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .l-grid-column.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .l-grid-column.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-grid-column.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .l-grid-column.-gap40-md {
    gap: 40px;
  }
  .l-grid-column.-gap30-md {
    gap: 30px;
  }
  .l-grid-column.-gap20-md {
    gap: 20px;
  }
}
@media (max-width: 559px) {
  .l-grid-column.-col4-sm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .l-grid-column.-col3-sm {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .l-grid-column.-col2-sm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-grid-column.-col1-sm {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .l-grid-column.-gap60-sm {
    gap: 60px;
  }
  .l-grid-column.-gap50-sm {
    gap: 50px;
  }
  .l-grid-column.-gap40-sm {
    gap: 40px;
  }
  .l-grid-column.-gap30-sm {
    gap: 30px;
  }
  .l-grid-column.-gap20-sm {
    gap: 20px;
  }
  .l-grid-column.-gap15-sm {
    gap: 15px;
  }
  .l-grid-column.-gap10-sm {
    gap: 10px;
  }
  .l-grid-column.-gap0-sm {
    gap: 0;
  }
}

.l-grid {
  display: grid;
}

/* utility */
/* global */
/* margin */
.u-mt0 {
  margin-top: min(0vw, 0px) !important;
}

.u-mr0 {
  margin-right: min(0vw, 0px) !important;
}

.u-mb0 {
  margin-bottom: min(0vw, 0px) !important;
}

.u-ml0 {
  margin-left: min(0vw, 0px) !important;
}

.u-mt5 {
  margin-top: min(0.3125vw, 5px) !important;
}

.u-mr5 {
  margin-right: min(0.3125vw, 5px) !important;
}

.u-mb5 {
  margin-bottom: min(0.3125vw, 5px) !important;
}

.u-ml5 {
  margin-left: min(0.3125vw, 5px) !important;
}

.u-mt10 {
  margin-top: min(0.625vw, 10px) !important;
}

.u-mr10 {
  margin-right: min(0.625vw, 10px) !important;
}

.u-mb10 {
  margin-bottom: min(0.625vw, 10px) !important;
}

.u-ml10 {
  margin-left: min(0.625vw, 10px) !important;
}

.u-mt15 {
  margin-top: min(0.9375vw, 15px) !important;
}

.u-mr15 {
  margin-right: min(0.9375vw, 15px) !important;
}

.u-mb15 {
  margin-bottom: min(0.9375vw, 15px) !important;
}

.u-ml15 {
  margin-left: min(0.9375vw, 15px) !important;
}

.u-mt20 {
  margin-top: min(1.25vw, 20px) !important;
}

.u-mr20 {
  margin-right: min(1.25vw, 20px) !important;
}

.u-mb20 {
  margin-bottom: min(1.25vw, 20px) !important;
}

.u-ml20 {
  margin-left: min(1.25vw, 20px) !important;
}

.u-mt25 {
  margin-top: min(1.5625vw, 25px) !important;
}

.u-mr25 {
  margin-right: min(1.5625vw, 25px) !important;
}

.u-mb25 {
  margin-bottom: min(1.5625vw, 25px) !important;
}

.u-ml25 {
  margin-left: min(1.5625vw, 25px) !important;
}

.u-mt30 {
  margin-top: min(1.875vw, 30px) !important;
}

.u-mr30 {
  margin-right: min(1.875vw, 30px) !important;
}

.u-mb30 {
  margin-bottom: min(1.875vw, 30px) !important;
}

.u-ml30 {
  margin-left: min(1.875vw, 30px) !important;
}

.u-mt35 {
  margin-top: min(2.1875vw, 35px) !important;
}

.u-mr35 {
  margin-right: min(2.1875vw, 35px) !important;
}

.u-mb35 {
  margin-bottom: min(2.1875vw, 35px) !important;
}

.u-ml35 {
  margin-left: min(2.1875vw, 35px) !important;
}

.u-mt40 {
  margin-top: min(2.5vw, 40px) !important;
}

.u-mr40 {
  margin-right: min(2.5vw, 40px) !important;
}

.u-mb40 {
  margin-bottom: min(2.5vw, 40px) !important;
}

.u-ml40 {
  margin-left: min(2.5vw, 40px) !important;
}

.u-mt45 {
  margin-top: min(2.8125vw, 45px) !important;
}

.u-mr45 {
  margin-right: min(2.8125vw, 45px) !important;
}

.u-mb45 {
  margin-bottom: min(2.8125vw, 45px) !important;
}

.u-ml45 {
  margin-left: min(2.8125vw, 45px) !important;
}

.u-mt50 {
  margin-top: min(3.125vw, 50px) !important;
}

.u-mr50 {
  margin-right: min(3.125vw, 50px) !important;
}

.u-mb50 {
  margin-bottom: min(3.125vw, 50px) !important;
}

.u-ml50 {
  margin-left: min(3.125vw, 50px) !important;
}

.u-mt55 {
  margin-top: min(3.4375vw, 55px) !important;
}

.u-mr55 {
  margin-right: min(3.4375vw, 55px) !important;
}

.u-mb55 {
  margin-bottom: min(3.4375vw, 55px) !important;
}

.u-ml55 {
  margin-left: min(3.4375vw, 55px) !important;
}

.u-mt60 {
  margin-top: min(3.75vw, 60px) !important;
}

.u-mr60 {
  margin-right: min(3.75vw, 60px) !important;
}

.u-mb60 {
  margin-bottom: min(3.75vw, 60px) !important;
}

.u-ml60 {
  margin-left: min(3.75vw, 60px) !important;
}

.u-mt65 {
  margin-top: min(4.0625vw, 65px) !important;
}

.u-mr65 {
  margin-right: min(4.0625vw, 65px) !important;
}

.u-mb65 {
  margin-bottom: min(4.0625vw, 65px) !important;
}

.u-ml65 {
  margin-left: min(4.0625vw, 65px) !important;
}

.u-mt70 {
  margin-top: min(4.375vw, 70px) !important;
}

.u-mr70 {
  margin-right: min(4.375vw, 70px) !important;
}

.u-mb70 {
  margin-bottom: min(4.375vw, 70px) !important;
}

.u-ml70 {
  margin-left: min(4.375vw, 70px) !important;
}

.u-mt75 {
  margin-top: min(4.6875vw, 75px) !important;
}

.u-mr75 {
  margin-right: min(4.6875vw, 75px) !important;
}

.u-mb75 {
  margin-bottom: min(4.6875vw, 75px) !important;
}

.u-ml75 {
  margin-left: min(4.6875vw, 75px) !important;
}

.u-mt80 {
  margin-top: min(5vw, 80px) !important;
}

.u-mr80 {
  margin-right: min(5vw, 80px) !important;
}

.u-mb80 {
  margin-bottom: min(5vw, 80px) !important;
}

.u-ml80 {
  margin-left: min(5vw, 80px) !important;
}

.u-mt85 {
  margin-top: min(5.3125vw, 85px) !important;
}

.u-mr85 {
  margin-right: min(5.3125vw, 85px) !important;
}

.u-mb85 {
  margin-bottom: min(5.3125vw, 85px) !important;
}

.u-ml85 {
  margin-left: min(5.3125vw, 85px) !important;
}

.u-mt90 {
  margin-top: min(5.625vw, 90px) !important;
}

.u-mr90 {
  margin-right: min(5.625vw, 90px) !important;
}

.u-mb90 {
  margin-bottom: min(5.625vw, 90px) !important;
}

.u-ml90 {
  margin-left: min(5.625vw, 90px) !important;
}

.u-mt95 {
  margin-top: min(5.9375vw, 95px) !important;
}

.u-mr95 {
  margin-right: min(5.9375vw, 95px) !important;
}

.u-mb95 {
  margin-bottom: min(5.9375vw, 95px) !important;
}

.u-ml95 {
  margin-left: min(5.9375vw, 95px) !important;
}

.u-mt100 {
  margin-top: min(6.25vw, 100px) !important;
}

.u-mr100 {
  margin-right: min(6.25vw, 100px) !important;
}

.u-mb100 {
  margin-bottom: min(6.25vw, 100px) !important;
}

.u-ml100 {
  margin-left: min(6.25vw, 100px) !important;
}

.u-mt105 {
  margin-top: min(6.5625vw, 105px) !important;
}

.u-mr105 {
  margin-right: min(6.5625vw, 105px) !important;
}

.u-mb105 {
  margin-bottom: min(6.5625vw, 105px) !important;
}

.u-ml105 {
  margin-left: min(6.5625vw, 105px) !important;
}

.u-mt110 {
  margin-top: min(6.875vw, 110px) !important;
}

.u-mr110 {
  margin-right: min(6.875vw, 110px) !important;
}

.u-mb110 {
  margin-bottom: min(6.875vw, 110px) !important;
}

.u-ml110 {
  margin-left: min(6.875vw, 110px) !important;
}

.u-mt115 {
  margin-top: min(7.1875vw, 115px) !important;
}

.u-mr115 {
  margin-right: min(7.1875vw, 115px) !important;
}

.u-mb115 {
  margin-bottom: min(7.1875vw, 115px) !important;
}

.u-ml115 {
  margin-left: min(7.1875vw, 115px) !important;
}

.u-mt120 {
  margin-top: min(7.5vw, 120px) !important;
}

.u-mr120 {
  margin-right: min(7.5vw, 120px) !important;
}

.u-mb120 {
  margin-bottom: min(7.5vw, 120px) !important;
}

.u-ml120 {
  margin-left: min(7.5vw, 120px) !important;
}

.u-mt125 {
  margin-top: min(7.8125vw, 125px) !important;
}

.u-mr125 {
  margin-right: min(7.8125vw, 125px) !important;
}

.u-mb125 {
  margin-bottom: min(7.8125vw, 125px) !important;
}

.u-ml125 {
  margin-left: min(7.8125vw, 125px) !important;
}

.u-mt130 {
  margin-top: min(8.125vw, 130px) !important;
}

.u-mr130 {
  margin-right: min(8.125vw, 130px) !important;
}

.u-mb130 {
  margin-bottom: min(8.125vw, 130px) !important;
}

.u-ml130 {
  margin-left: min(8.125vw, 130px) !important;
}

.u-mt135 {
  margin-top: min(8.4375vw, 135px) !important;
}

.u-mr135 {
  margin-right: min(8.4375vw, 135px) !important;
}

.u-mb135 {
  margin-bottom: min(8.4375vw, 135px) !important;
}

.u-ml135 {
  margin-left: min(8.4375vw, 135px) !important;
}

.u-mt140 {
  margin-top: min(8.75vw, 140px) !important;
}

.u-mr140 {
  margin-right: min(8.75vw, 140px) !important;
}

.u-mb140 {
  margin-bottom: min(8.75vw, 140px) !important;
}

.u-ml140 {
  margin-left: min(8.75vw, 140px) !important;
}

.u-mt145 {
  margin-top: min(9.0625vw, 145px) !important;
}

.u-mr145 {
  margin-right: min(9.0625vw, 145px) !important;
}

.u-mb145 {
  margin-bottom: min(9.0625vw, 145px) !important;
}

.u-ml145 {
  margin-left: min(9.0625vw, 145px) !important;
}

.u-mt150 {
  margin-top: min(9.375vw, 150px) !important;
}

.u-mr150 {
  margin-right: min(9.375vw, 150px) !important;
}

.u-mb150 {
  margin-bottom: min(9.375vw, 150px) !important;
}

.u-ml150 {
  margin-left: min(9.375vw, 150px) !important;
}

@media (max-width: 959px) {
  .u-mt0-md {
    margin-top: 0px !important;
  }
  .u-mr0-md {
    margin-right: 0px !important;
  }
  .u-mb0-md {
    margin-bottom: 0px !important;
  }
  .u-ml0-md {
    margin-left: 0px !important;
  }
  .u-mt5-md {
    margin-top: 5px !important;
  }
  .u-mr5-md {
    margin-right: 5px !important;
  }
  .u-mb5-md {
    margin-bottom: 5px !important;
  }
  .u-ml5-md {
    margin-left: 5px !important;
  }
  .u-mt10-md {
    margin-top: 10px !important;
  }
  .u-mr10-md {
    margin-right: 10px !important;
  }
  .u-mb10-md {
    margin-bottom: 10px !important;
  }
  .u-ml10-md {
    margin-left: 10px !important;
  }
  .u-mt15-md {
    margin-top: 15px !important;
  }
  .u-mr15-md {
    margin-right: 15px !important;
  }
  .u-mb15-md {
    margin-bottom: 15px !important;
  }
  .u-ml15-md {
    margin-left: 15px !important;
  }
  .u-mt20-md {
    margin-top: 20px !important;
  }
  .u-mr20-md {
    margin-right: 20px !important;
  }
  .u-mb20-md {
    margin-bottom: 20px !important;
  }
  .u-ml20-md {
    margin-left: 20px !important;
  }
  .u-mt25-md {
    margin-top: 25px !important;
  }
  .u-mr25-md {
    margin-right: 25px !important;
  }
  .u-mb25-md {
    margin-bottom: 25px !important;
  }
  .u-ml25-md {
    margin-left: 25px !important;
  }
  .u-mt30-md {
    margin-top: 30px !important;
  }
  .u-mr30-md {
    margin-right: 30px !important;
  }
  .u-mb30-md {
    margin-bottom: 30px !important;
  }
  .u-ml30-md {
    margin-left: 30px !important;
  }
  .u-mt35-md {
    margin-top: 35px !important;
  }
  .u-mr35-md {
    margin-right: 35px !important;
  }
  .u-mb35-md {
    margin-bottom: 35px !important;
  }
  .u-ml35-md {
    margin-left: 35px !important;
  }
  .u-mt40-md {
    margin-top: 40px !important;
  }
  .u-mr40-md {
    margin-right: 40px !important;
  }
  .u-mb40-md {
    margin-bottom: 40px !important;
  }
  .u-ml40-md {
    margin-left: 40px !important;
  }
  .u-mt45-md {
    margin-top: 45px !important;
  }
  .u-mr45-md {
    margin-right: 45px !important;
  }
  .u-mb45-md {
    margin-bottom: 45px !important;
  }
  .u-ml45-md {
    margin-left: 45px !important;
  }
  .u-mt50-md {
    margin-top: 50px !important;
  }
  .u-mr50-md {
    margin-right: 50px !important;
  }
  .u-mb50-md {
    margin-bottom: 50px !important;
  }
  .u-ml50-md {
    margin-left: 50px !important;
  }
  .u-mt55-md {
    margin-top: 55px !important;
  }
  .u-mr55-md {
    margin-right: 55px !important;
  }
  .u-mb55-md {
    margin-bottom: 55px !important;
  }
  .u-ml55-md {
    margin-left: 55px !important;
  }
  .u-mt60-md {
    margin-top: 60px !important;
  }
  .u-mr60-md {
    margin-right: 60px !important;
  }
  .u-mb60-md {
    margin-bottom: 60px !important;
  }
  .u-ml60-md {
    margin-left: 60px !important;
  }
  .u-mt65-md {
    margin-top: 65px !important;
  }
  .u-mr65-md {
    margin-right: 65px !important;
  }
  .u-mb65-md {
    margin-bottom: 65px !important;
  }
  .u-ml65-md {
    margin-left: 65px !important;
  }
  .u-mt70-md {
    margin-top: 70px !important;
  }
  .u-mr70-md {
    margin-right: 70px !important;
  }
  .u-mb70-md {
    margin-bottom: 70px !important;
  }
  .u-ml70-md {
    margin-left: 70px !important;
  }
  .u-mt75-md {
    margin-top: 75px !important;
  }
  .u-mr75-md {
    margin-right: 75px !important;
  }
  .u-mb75-md {
    margin-bottom: 75px !important;
  }
  .u-ml75-md {
    margin-left: 75px !important;
  }
  .u-mt80-md {
    margin-top: 80px !important;
  }
  .u-mr80-md {
    margin-right: 80px !important;
  }
  .u-mb80-md {
    margin-bottom: 80px !important;
  }
  .u-ml80-md {
    margin-left: 80px !important;
  }
  .u-mt85-md {
    margin-top: 85px !important;
  }
  .u-mr85-md {
    margin-right: 85px !important;
  }
  .u-mb85-md {
    margin-bottom: 85px !important;
  }
  .u-ml85-md {
    margin-left: 85px !important;
  }
  .u-mt90-md {
    margin-top: 90px !important;
  }
  .u-mr90-md {
    margin-right: 90px !important;
  }
  .u-mb90-md {
    margin-bottom: 90px !important;
  }
  .u-ml90-md {
    margin-left: 90px !important;
  }
  .u-mt95-md {
    margin-top: 95px !important;
  }
  .u-mr95-md {
    margin-right: 95px !important;
  }
  .u-mb95-md {
    margin-bottom: 95px !important;
  }
  .u-ml95-md {
    margin-left: 95px !important;
  }
  .u-mt100-md {
    margin-top: 100px !important;
  }
  .u-mr100-md {
    margin-right: 100px !important;
  }
  .u-mb100-md {
    margin-bottom: 100px !important;
  }
  .u-ml100-md {
    margin-left: 100px !important;
  }
  .u-mt105-md {
    margin-top: 105px !important;
  }
  .u-mr105-md {
    margin-right: 105px !important;
  }
  .u-mb105-md {
    margin-bottom: 105px !important;
  }
  .u-ml105-md {
    margin-left: 105px !important;
  }
  .u-mt110-md {
    margin-top: 110px !important;
  }
  .u-mr110-md {
    margin-right: 110px !important;
  }
  .u-mb110-md {
    margin-bottom: 110px !important;
  }
  .u-ml110-md {
    margin-left: 110px !important;
  }
  .u-mt115-md {
    margin-top: 115px !important;
  }
  .u-mr115-md {
    margin-right: 115px !important;
  }
  .u-mb115-md {
    margin-bottom: 115px !important;
  }
  .u-ml115-md {
    margin-left: 115px !important;
  }
  .u-mt120-md {
    margin-top: 120px !important;
  }
  .u-mr120-md {
    margin-right: 120px !important;
  }
  .u-mb120-md {
    margin-bottom: 120px !important;
  }
  .u-ml120-md {
    margin-left: 120px !important;
  }
  .u-mt125-md {
    margin-top: 125px !important;
  }
  .u-mr125-md {
    margin-right: 125px !important;
  }
  .u-mb125-md {
    margin-bottom: 125px !important;
  }
  .u-ml125-md {
    margin-left: 125px !important;
  }
  .u-mt130-md {
    margin-top: 130px !important;
  }
  .u-mr130-md {
    margin-right: 130px !important;
  }
  .u-mb130-md {
    margin-bottom: 130px !important;
  }
  .u-ml130-md {
    margin-left: 130px !important;
  }
  .u-mt135-md {
    margin-top: 135px !important;
  }
  .u-mr135-md {
    margin-right: 135px !important;
  }
  .u-mb135-md {
    margin-bottom: 135px !important;
  }
  .u-ml135-md {
    margin-left: 135px !important;
  }
  .u-mt140-md {
    margin-top: 140px !important;
  }
  .u-mr140-md {
    margin-right: 140px !important;
  }
  .u-mb140-md {
    margin-bottom: 140px !important;
  }
  .u-ml140-md {
    margin-left: 140px !important;
  }
  .u-mt145-md {
    margin-top: 145px !important;
  }
  .u-mr145-md {
    margin-right: 145px !important;
  }
  .u-mb145-md {
    margin-bottom: 145px !important;
  }
  .u-ml145-md {
    margin-left: 145px !important;
  }
  .u-mt150-md {
    margin-top: 150px !important;
  }
  .u-mr150-md {
    margin-right: 150px !important;
  }
  .u-mb150-md {
    margin-bottom: 150px !important;
  }
  .u-ml150-md {
    margin-left: 150px !important;
  }
}
@media (max-width: 559px) {
  .u-mt0-sm {
    margin-top: 0px !important;
  }
  .u-mr0-sm {
    margin-right: 0px !important;
  }
  .u-mb0-sm {
    margin-bottom: 0px !important;
  }
  .u-ml0-sm {
    margin-left: 0px !important;
  }
  .u-mt5-sm {
    margin-top: 5px !important;
  }
  .u-mr5-sm {
    margin-right: 5px !important;
  }
  .u-mb5-sm {
    margin-bottom: 5px !important;
  }
  .u-ml5-sm {
    margin-left: 5px !important;
  }
  .u-mt10-sm {
    margin-top: 10px !important;
  }
  .u-mr10-sm {
    margin-right: 10px !important;
  }
  .u-mb10-sm {
    margin-bottom: 10px !important;
  }
  .u-ml10-sm {
    margin-left: 10px !important;
  }
  .u-mt15-sm {
    margin-top: 15px !important;
  }
  .u-mr15-sm {
    margin-right: 15px !important;
  }
  .u-mb15-sm {
    margin-bottom: 15px !important;
  }
  .u-ml15-sm {
    margin-left: 15px !important;
  }
  .u-mt20-sm {
    margin-top: 20px !important;
  }
  .u-mr20-sm {
    margin-right: 20px !important;
  }
  .u-mb20-sm {
    margin-bottom: 20px !important;
  }
  .u-ml20-sm {
    margin-left: 20px !important;
  }
  .u-mt25-sm {
    margin-top: 25px !important;
  }
  .u-mr25-sm {
    margin-right: 25px !important;
  }
  .u-mb25-sm {
    margin-bottom: 25px !important;
  }
  .u-ml25-sm {
    margin-left: 25px !important;
  }
  .u-mt30-sm {
    margin-top: 30px !important;
  }
  .u-mr30-sm {
    margin-right: 30px !important;
  }
  .u-mb30-sm {
    margin-bottom: 30px !important;
  }
  .u-ml30-sm {
    margin-left: 30px !important;
  }
  .u-mt35-sm {
    margin-top: 35px !important;
  }
  .u-mr35-sm {
    margin-right: 35px !important;
  }
  .u-mb35-sm {
    margin-bottom: 35px !important;
  }
  .u-ml35-sm {
    margin-left: 35px !important;
  }
  .u-mt40-sm {
    margin-top: 40px !important;
  }
  .u-mr40-sm {
    margin-right: 40px !important;
  }
  .u-mb40-sm {
    margin-bottom: 40px !important;
  }
  .u-ml40-sm {
    margin-left: 40px !important;
  }
  .u-mt45-sm {
    margin-top: 45px !important;
  }
  .u-mr45-sm {
    margin-right: 45px !important;
  }
  .u-mb45-sm {
    margin-bottom: 45px !important;
  }
  .u-ml45-sm {
    margin-left: 45px !important;
  }
  .u-mt50-sm {
    margin-top: 50px !important;
  }
  .u-mr50-sm {
    margin-right: 50px !important;
  }
  .u-mb50-sm {
    margin-bottom: 50px !important;
  }
  .u-ml50-sm {
    margin-left: 50px !important;
  }
  .u-mt55-sm {
    margin-top: 55px !important;
  }
  .u-mr55-sm {
    margin-right: 55px !important;
  }
  .u-mb55-sm {
    margin-bottom: 55px !important;
  }
  .u-ml55-sm {
    margin-left: 55px !important;
  }
  .u-mt60-sm {
    margin-top: 60px !important;
  }
  .u-mr60-sm {
    margin-right: 60px !important;
  }
  .u-mb60-sm {
    margin-bottom: 60px !important;
  }
  .u-ml60-sm {
    margin-left: 60px !important;
  }
  .u-mt65-sm {
    margin-top: 65px !important;
  }
  .u-mr65-sm {
    margin-right: 65px !important;
  }
  .u-mb65-sm {
    margin-bottom: 65px !important;
  }
  .u-ml65-sm {
    margin-left: 65px !important;
  }
  .u-mt70-sm {
    margin-top: 70px !important;
  }
  .u-mr70-sm {
    margin-right: 70px !important;
  }
  .u-mb70-sm {
    margin-bottom: 70px !important;
  }
  .u-ml70-sm {
    margin-left: 70px !important;
  }
  .u-mt75-sm {
    margin-top: 75px !important;
  }
  .u-mr75-sm {
    margin-right: 75px !important;
  }
  .u-mb75-sm {
    margin-bottom: 75px !important;
  }
  .u-ml75-sm {
    margin-left: 75px !important;
  }
  .u-mt80-sm {
    margin-top: 80px !important;
  }
  .u-mr80-sm {
    margin-right: 80px !important;
  }
  .u-mb80-sm {
    margin-bottom: 80px !important;
  }
  .u-ml80-sm {
    margin-left: 80px !important;
  }
  .u-mt85-sm {
    margin-top: 85px !important;
  }
  .u-mr85-sm {
    margin-right: 85px !important;
  }
  .u-mb85-sm {
    margin-bottom: 85px !important;
  }
  .u-ml85-sm {
    margin-left: 85px !important;
  }
  .u-mt90-sm {
    margin-top: 90px !important;
  }
  .u-mr90-sm {
    margin-right: 90px !important;
  }
  .u-mb90-sm {
    margin-bottom: 90px !important;
  }
  .u-ml90-sm {
    margin-left: 90px !important;
  }
  .u-mt95-sm {
    margin-top: 95px !important;
  }
  .u-mr95-sm {
    margin-right: 95px !important;
  }
  .u-mb95-sm {
    margin-bottom: 95px !important;
  }
  .u-ml95-sm {
    margin-left: 95px !important;
  }
  .u-mt100-sm {
    margin-top: 100px !important;
  }
  .u-mr100-sm {
    margin-right: 100px !important;
  }
  .u-mb100-sm {
    margin-bottom: 100px !important;
  }
  .u-ml100-sm {
    margin-left: 100px !important;
  }
  .u-mt105-sm {
    margin-top: 105px !important;
  }
  .u-mr105-sm {
    margin-right: 105px !important;
  }
  .u-mb105-sm {
    margin-bottom: 105px !important;
  }
  .u-ml105-sm {
    margin-left: 105px !important;
  }
  .u-mt110-sm {
    margin-top: 110px !important;
  }
  .u-mr110-sm {
    margin-right: 110px !important;
  }
  .u-mb110-sm {
    margin-bottom: 110px !important;
  }
  .u-ml110-sm {
    margin-left: 110px !important;
  }
  .u-mt115-sm {
    margin-top: 115px !important;
  }
  .u-mr115-sm {
    margin-right: 115px !important;
  }
  .u-mb115-sm {
    margin-bottom: 115px !important;
  }
  .u-ml115-sm {
    margin-left: 115px !important;
  }
  .u-mt120-sm {
    margin-top: 120px !important;
  }
  .u-mr120-sm {
    margin-right: 120px !important;
  }
  .u-mb120-sm {
    margin-bottom: 120px !important;
  }
  .u-ml120-sm {
    margin-left: 120px !important;
  }
  .u-mt125-sm {
    margin-top: 125px !important;
  }
  .u-mr125-sm {
    margin-right: 125px !important;
  }
  .u-mb125-sm {
    margin-bottom: 125px !important;
  }
  .u-ml125-sm {
    margin-left: 125px !important;
  }
  .u-mt130-sm {
    margin-top: 130px !important;
  }
  .u-mr130-sm {
    margin-right: 130px !important;
  }
  .u-mb130-sm {
    margin-bottom: 130px !important;
  }
  .u-ml130-sm {
    margin-left: 130px !important;
  }
  .u-mt135-sm {
    margin-top: 135px !important;
  }
  .u-mr135-sm {
    margin-right: 135px !important;
  }
  .u-mb135-sm {
    margin-bottom: 135px !important;
  }
  .u-ml135-sm {
    margin-left: 135px !important;
  }
  .u-mt140-sm {
    margin-top: 140px !important;
  }
  .u-mr140-sm {
    margin-right: 140px !important;
  }
  .u-mb140-sm {
    margin-bottom: 140px !important;
  }
  .u-ml140-sm {
    margin-left: 140px !important;
  }
  .u-mt145-sm {
    margin-top: 145px !important;
  }
  .u-mr145-sm {
    margin-right: 145px !important;
  }
  .u-mb145-sm {
    margin-bottom: 145px !important;
  }
  .u-ml145-sm {
    margin-left: 145px !important;
  }
  .u-mt150-sm {
    margin-top: 150px !important;
  }
  .u-mr150-sm {
    margin-right: 150px !important;
  }
  .u-mb150-sm {
    margin-bottom: 150px !important;
  }
  .u-ml150-sm {
    margin-left: 150px !important;
  }
}
/* margin padding em */
.u-mt1e {
  margin-top: 1em;
}

.u-mr1e {
  margin-right: 1em;
}

.u-mb1e {
  margin-bottom: 1em;
}

.u-ml1e {
  margin-left: 1em;
}

.u-pt1e {
  padding-top: 1em;
}

.u-pr1e {
  padding-right: 1em;
}

.u-pb1e {
  padding-bottom: 1em;
}

.u-mt2e {
  margin-top: 2em;
}

.u-mr2e {
  margin-right: 2em;
}

.u-mb2e {
  margin-bottom: 2em;
}

.u-ml2e {
  margin-left: 2em;
}

.u-pt2e {
  padding-top: 2em;
}

.u-pr2e {
  padding-right: 2em;
}

.u-pb2e {
  padding-bottom: 2em;
}

.u-mt3e {
  margin-top: 3em;
}

.u-mr3e {
  margin-right: 3em;
}

.u-mb3e {
  margin-bottom: 3em;
}

.u-ml3e {
  margin-left: 3em;
}

.u-pt3e {
  padding-top: 3em;
}

.u-pr3e {
  padding-right: 3em;
}

.u-pb3e {
  padding-bottom: 3em;
}

.u-mt4e {
  margin-top: 4em;
}

.u-mr4e {
  margin-right: 4em;
}

.u-mb4e {
  margin-bottom: 4em;
}

.u-ml4e {
  margin-left: 4em;
}

.u-pt4e {
  padding-top: 4em;
}

.u-pr4e {
  padding-right: 4em;
}

.u-pb4e {
  padding-bottom: 4em;
}

.u-mt5e {
  margin-top: 5em;
}

.u-mr5e {
  margin-right: 5em;
}

.u-mb5e {
  margin-bottom: 5em;
}

.u-ml5e {
  margin-left: 5em;
}

.u-pt5e {
  padding-top: 5em;
}

.u-pr5e {
  padding-right: 5em;
}

.u-pb5e {
  padding-bottom: 5em;
}

.u-mt6e {
  margin-top: 6em;
}

.u-mr6e {
  margin-right: 6em;
}

.u-mb6e {
  margin-bottom: 6em;
}

.u-ml6e {
  margin-left: 6em;
}

.u-pt6e {
  padding-top: 6em;
}

.u-pr6e {
  padding-right: 6em;
}

.u-pb6e {
  padding-bottom: 6em;
}

.u-mt7e {
  margin-top: 7em;
}

.u-mr7e {
  margin-right: 7em;
}

.u-mb7e {
  margin-bottom: 7em;
}

.u-ml7e {
  margin-left: 7em;
}

.u-pt7e {
  padding-top: 7em;
}

.u-pr7e {
  padding-right: 7em;
}

.u-pb7e {
  padding-bottom: 7em;
}

.u-mt8e {
  margin-top: 8em;
}

.u-mr8e {
  margin-right: 8em;
}

.u-mb8e {
  margin-bottom: 8em;
}

.u-ml8e {
  margin-left: 8em;
}

.u-pt8e {
  padding-top: 8em;
}

.u-pr8e {
  padding-right: 8em;
}

.u-pb8e {
  padding-bottom: 8em;
}

.u-mt9e {
  margin-top: 9em;
}

.u-mr9e {
  margin-right: 9em;
}

.u-mb9e {
  margin-bottom: 9em;
}

.u-ml9e {
  margin-left: 9em;
}

.u-pt9e {
  padding-top: 9em;
}

.u-pr9e {
  padding-right: 9em;
}

.u-pb9e {
  padding-bottom: 9em;
}

.u-mt10e {
  margin-top: 10em;
}

.u-mr10e {
  margin-right: 10em;
}

.u-mb10e {
  margin-bottom: 10em;
}

.u-ml10e {
  margin-left: 10em;
}

.u-pt10e {
  padding-top: 10em;
}

.u-pr10e {
  padding-right: 10em;
}

.u-pb10e {
  padding-bottom: 10em;
}

@media (max-width: 559px) {
  .u-mt1e-sm {
    margin-top: 1em;
  }
  .u-mr1e-sm {
    margin-right: 1em;
  }
  .u-mb1e-sm {
    margin-bottom: 1em;
  }
  .u-ml1e-sm {
    margin-left: 1em;
  }
  .u-pt1e-sm {
    padding-top: 1em;
  }
  .u-pr1e-sm {
    padding-right: 1em;
  }
  .u-pb1e-sm {
    padding-bottom: 1em;
  }
  .u-mt2e-sm {
    margin-top: 2em;
  }
  .u-mr2e-sm {
    margin-right: 2em;
  }
  .u-mb2e-sm {
    margin-bottom: 2em;
  }
  .u-ml2e-sm {
    margin-left: 2em;
  }
  .u-pt2e-sm {
    padding-top: 2em;
  }
  .u-pr2e-sm {
    padding-right: 2em;
  }
  .u-pb2e-sm {
    padding-bottom: 2em;
  }
  .u-mt3e-sm {
    margin-top: 3em;
  }
  .u-mr3e-sm {
    margin-right: 3em;
  }
  .u-mb3e-sm {
    margin-bottom: 3em;
  }
  .u-ml3e-sm {
    margin-left: 3em;
  }
  .u-pt3e-sm {
    padding-top: 3em;
  }
  .u-pr3e-sm {
    padding-right: 3em;
  }
  .u-pb3e-sm {
    padding-bottom: 3em;
  }
  .u-mt4e-sm {
    margin-top: 4em;
  }
  .u-mr4e-sm {
    margin-right: 4em;
  }
  .u-mb4e-sm {
    margin-bottom: 4em;
  }
  .u-ml4e-sm {
    margin-left: 4em;
  }
  .u-pt4e-sm {
    padding-top: 4em;
  }
  .u-pr4e-sm {
    padding-right: 4em;
  }
  .u-pb4e-sm {
    padding-bottom: 4em;
  }
  .u-mt5e-sm {
    margin-top: 5em;
  }
  .u-mr5e-sm {
    margin-right: 5em;
  }
  .u-mb5e-sm {
    margin-bottom: 5em;
  }
  .u-ml5e-sm {
    margin-left: 5em;
  }
  .u-pt5e-sm {
    padding-top: 5em;
  }
  .u-pr5e-sm {
    padding-right: 5em;
  }
  .u-pb5e-sm {
    padding-bottom: 5em;
  }
  .u-mt6e-sm {
    margin-top: 6em;
  }
  .u-mr6e-sm {
    margin-right: 6em;
  }
  .u-mb6e-sm {
    margin-bottom: 6em;
  }
  .u-ml6e-sm {
    margin-left: 6em;
  }
  .u-pt6e-sm {
    padding-top: 6em;
  }
  .u-pr6e-sm {
    padding-right: 6em;
  }
  .u-pb6e-sm {
    padding-bottom: 6em;
  }
  .u-mt7e-sm {
    margin-top: 7em;
  }
  .u-mr7e-sm {
    margin-right: 7em;
  }
  .u-mb7e-sm {
    margin-bottom: 7em;
  }
  .u-ml7e-sm {
    margin-left: 7em;
  }
  .u-pt7e-sm {
    padding-top: 7em;
  }
  .u-pr7e-sm {
    padding-right: 7em;
  }
  .u-pb7e-sm {
    padding-bottom: 7em;
  }
  .u-mt8e-sm {
    margin-top: 8em;
  }
  .u-mr8e-sm {
    margin-right: 8em;
  }
  .u-mb8e-sm {
    margin-bottom: 8em;
  }
  .u-ml8e-sm {
    margin-left: 8em;
  }
  .u-pt8e-sm {
    padding-top: 8em;
  }
  .u-pr8e-sm {
    padding-right: 8em;
  }
  .u-pb8e-sm {
    padding-bottom: 8em;
  }
  .u-mt9e-sm {
    margin-top: 9em;
  }
  .u-mr9e-sm {
    margin-right: 9em;
  }
  .u-mb9e-sm {
    margin-bottom: 9em;
  }
  .u-ml9e-sm {
    margin-left: 9em;
  }
  .u-pt9e-sm {
    padding-top: 9em;
  }
  .u-pr9e-sm {
    padding-right: 9em;
  }
  .u-pb9e-sm {
    padding-bottom: 9em;
  }
  .u-mt10e-sm {
    margin-top: 10em;
  }
  .u-mr10e-sm {
    margin-right: 10em;
  }
  .u-mb10e-sm {
    margin-bottom: 10em;
  }
  .u-ml10e-sm {
    margin-left: 10em;
  }
  .u-pt10e-sm {
    padding-top: 10em;
  }
  .u-pr10e-sm {
    padding-right: 10em;
  }
  .u-pb10e-sm {
    padding-bottom: 10em;
  }
}
/* global */
.u-pt0 {
  padding-top: min(0vw, 0px) !important;
}

.u-pr0 {
  padding-right: min(0vw, 0px) !important;
}

.u-pb0 {
  padding-bottom: min(0vw, 0px) !important;
}

.u-pl0 {
  padding-left: min(0vw, 0px) !important;
}

.u-pt5 {
  padding-top: min(0.3125vw, 5px) !important;
}

.u-pr5 {
  padding-right: min(0.3125vw, 5px) !important;
}

.u-pb5 {
  padding-bottom: min(0.3125vw, 5px) !important;
}

.u-pl5 {
  padding-left: min(0.3125vw, 5px) !important;
}

.u-pt10 {
  padding-top: min(0.625vw, 10px) !important;
}

.u-pr10 {
  padding-right: min(0.625vw, 10px) !important;
}

.u-pb10 {
  padding-bottom: min(0.625vw, 10px) !important;
}

.u-pl10 {
  padding-left: min(0.625vw, 10px) !important;
}

.u-pt15 {
  padding-top: min(0.9375vw, 15px) !important;
}

.u-pr15 {
  padding-right: min(0.9375vw, 15px) !important;
}

.u-pb15 {
  padding-bottom: min(0.9375vw, 15px) !important;
}

.u-pl15 {
  padding-left: min(0.9375vw, 15px) !important;
}

.u-pt20 {
  padding-top: min(1.25vw, 20px) !important;
}

.u-pr20 {
  padding-right: min(1.25vw, 20px) !important;
}

.u-pb20 {
  padding-bottom: min(1.25vw, 20px) !important;
}

.u-pl20 {
  padding-left: min(1.25vw, 20px) !important;
}

.u-pt25 {
  padding-top: min(1.5625vw, 25px) !important;
}

.u-pr25 {
  padding-right: min(1.5625vw, 25px) !important;
}

.u-pb25 {
  padding-bottom: min(1.5625vw, 25px) !important;
}

.u-pl25 {
  padding-left: min(1.5625vw, 25px) !important;
}

.u-pt30 {
  padding-top: min(1.875vw, 30px) !important;
}

.u-pr30 {
  padding-right: min(1.875vw, 30px) !important;
}

.u-pb30 {
  padding-bottom: min(1.875vw, 30px) !important;
}

.u-pl30 {
  padding-left: min(1.875vw, 30px) !important;
}

.u-pt35 {
  padding-top: min(2.1875vw, 35px) !important;
}

.u-pr35 {
  padding-right: min(2.1875vw, 35px) !important;
}

.u-pb35 {
  padding-bottom: min(2.1875vw, 35px) !important;
}

.u-pl35 {
  padding-left: min(2.1875vw, 35px) !important;
}

.u-pt40 {
  padding-top: min(2.5vw, 40px) !important;
}

.u-pr40 {
  padding-right: min(2.5vw, 40px) !important;
}

.u-pb40 {
  padding-bottom: min(2.5vw, 40px) !important;
}

.u-pl40 {
  padding-left: min(2.5vw, 40px) !important;
}

.u-pt45 {
  padding-top: min(2.8125vw, 45px) !important;
}

.u-pr45 {
  padding-right: min(2.8125vw, 45px) !important;
}

.u-pb45 {
  padding-bottom: min(2.8125vw, 45px) !important;
}

.u-pl45 {
  padding-left: min(2.8125vw, 45px) !important;
}

.u-pt50 {
  padding-top: min(3.125vw, 50px) !important;
}

.u-pr50 {
  padding-right: min(3.125vw, 50px) !important;
}

.u-pb50 {
  padding-bottom: min(3.125vw, 50px) !important;
}

.u-pl50 {
  padding-left: min(3.125vw, 50px) !important;
}

.u-pt55 {
  padding-top: min(3.4375vw, 55px) !important;
}

.u-pr55 {
  padding-right: min(3.4375vw, 55px) !important;
}

.u-pb55 {
  padding-bottom: min(3.4375vw, 55px) !important;
}

.u-pl55 {
  padding-left: min(3.4375vw, 55px) !important;
}

.u-pt60 {
  padding-top: min(3.75vw, 60px) !important;
}

.u-pr60 {
  padding-right: min(3.75vw, 60px) !important;
}

.u-pb60 {
  padding-bottom: min(3.75vw, 60px) !important;
}

.u-pl60 {
  padding-left: min(3.75vw, 60px) !important;
}

.u-pt65 {
  padding-top: min(4.0625vw, 65px) !important;
}

.u-pr65 {
  padding-right: min(4.0625vw, 65px) !important;
}

.u-pb65 {
  padding-bottom: min(4.0625vw, 65px) !important;
}

.u-pl65 {
  padding-left: min(4.0625vw, 65px) !important;
}

.u-pt70 {
  padding-top: min(4.375vw, 70px) !important;
}

.u-pr70 {
  padding-right: min(4.375vw, 70px) !important;
}

.u-pb70 {
  padding-bottom: min(4.375vw, 70px) !important;
}

.u-pl70 {
  padding-left: min(4.375vw, 70px) !important;
}

.u-pt75 {
  padding-top: min(4.6875vw, 75px) !important;
}

.u-pr75 {
  padding-right: min(4.6875vw, 75px) !important;
}

.u-pb75 {
  padding-bottom: min(4.6875vw, 75px) !important;
}

.u-pl75 {
  padding-left: min(4.6875vw, 75px) !important;
}

.u-pt80 {
  padding-top: min(5vw, 80px) !important;
}

.u-pr80 {
  padding-right: min(5vw, 80px) !important;
}

.u-pb80 {
  padding-bottom: min(5vw, 80px) !important;
}

.u-pl80 {
  padding-left: min(5vw, 80px) !important;
}

.u-pt85 {
  padding-top: min(5.3125vw, 85px) !important;
}

.u-pr85 {
  padding-right: min(5.3125vw, 85px) !important;
}

.u-pb85 {
  padding-bottom: min(5.3125vw, 85px) !important;
}

.u-pl85 {
  padding-left: min(5.3125vw, 85px) !important;
}

.u-pt90 {
  padding-top: min(5.625vw, 90px) !important;
}

.u-pr90 {
  padding-right: min(5.625vw, 90px) !important;
}

.u-pb90 {
  padding-bottom: min(5.625vw, 90px) !important;
}

.u-pl90 {
  padding-left: min(5.625vw, 90px) !important;
}

.u-pt95 {
  padding-top: min(5.9375vw, 95px) !important;
}

.u-pr95 {
  padding-right: min(5.9375vw, 95px) !important;
}

.u-pb95 {
  padding-bottom: min(5.9375vw, 95px) !important;
}

.u-pl95 {
  padding-left: min(5.9375vw, 95px) !important;
}

.u-pt100 {
  padding-top: min(6.25vw, 100px) !important;
}

.u-pr100 {
  padding-right: min(6.25vw, 100px) !important;
}

.u-pb100 {
  padding-bottom: min(6.25vw, 100px) !important;
}

.u-pl100 {
  padding-left: min(6.25vw, 100px) !important;
}

.u-pt105 {
  padding-top: min(6.5625vw, 105px) !important;
}

.u-pr105 {
  padding-right: min(6.5625vw, 105px) !important;
}

.u-pb105 {
  padding-bottom: min(6.5625vw, 105px) !important;
}

.u-pl105 {
  padding-left: min(6.5625vw, 105px) !important;
}

.u-pt110 {
  padding-top: min(6.875vw, 110px) !important;
}

.u-pr110 {
  padding-right: min(6.875vw, 110px) !important;
}

.u-pb110 {
  padding-bottom: min(6.875vw, 110px) !important;
}

.u-pl110 {
  padding-left: min(6.875vw, 110px) !important;
}

.u-pt115 {
  padding-top: min(7.1875vw, 115px) !important;
}

.u-pr115 {
  padding-right: min(7.1875vw, 115px) !important;
}

.u-pb115 {
  padding-bottom: min(7.1875vw, 115px) !important;
}

.u-pl115 {
  padding-left: min(7.1875vw, 115px) !important;
}

.u-pt120 {
  padding-top: min(7.5vw, 120px) !important;
}

.u-pr120 {
  padding-right: min(7.5vw, 120px) !important;
}

.u-pb120 {
  padding-bottom: min(7.5vw, 120px) !important;
}

.u-pl120 {
  padding-left: min(7.5vw, 120px) !important;
}

.u-pt125 {
  padding-top: min(7.8125vw, 125px) !important;
}

.u-pr125 {
  padding-right: min(7.8125vw, 125px) !important;
}

.u-pb125 {
  padding-bottom: min(7.8125vw, 125px) !important;
}

.u-pl125 {
  padding-left: min(7.8125vw, 125px) !important;
}

.u-pt130 {
  padding-top: min(8.125vw, 130px) !important;
}

.u-pr130 {
  padding-right: min(8.125vw, 130px) !important;
}

.u-pb130 {
  padding-bottom: min(8.125vw, 130px) !important;
}

.u-pl130 {
  padding-left: min(8.125vw, 130px) !important;
}

.u-pt135 {
  padding-top: min(8.4375vw, 135px) !important;
}

.u-pr135 {
  padding-right: min(8.4375vw, 135px) !important;
}

.u-pb135 {
  padding-bottom: min(8.4375vw, 135px) !important;
}

.u-pl135 {
  padding-left: min(8.4375vw, 135px) !important;
}

.u-pt140 {
  padding-top: min(8.75vw, 140px) !important;
}

.u-pr140 {
  padding-right: min(8.75vw, 140px) !important;
}

.u-pb140 {
  padding-bottom: min(8.75vw, 140px) !important;
}

.u-pl140 {
  padding-left: min(8.75vw, 140px) !important;
}

.u-pt145 {
  padding-top: min(9.0625vw, 145px) !important;
}

.u-pr145 {
  padding-right: min(9.0625vw, 145px) !important;
}

.u-pb145 {
  padding-bottom: min(9.0625vw, 145px) !important;
}

.u-pl145 {
  padding-left: min(9.0625vw, 145px) !important;
}

.u-pt150 {
  padding-top: min(9.375vw, 150px) !important;
}

.u-pr150 {
  padding-right: min(9.375vw, 150px) !important;
}

.u-pb150 {
  padding-bottom: min(9.375vw, 150px) !important;
}

.u-pl150 {
  padding-left: min(9.375vw, 150px) !important;
}

.u-pt155 {
  padding-top: min(9.6875vw, 155px) !important;
}

.u-pr155 {
  padding-right: min(9.6875vw, 155px) !important;
}

.u-pb155 {
  padding-bottom: min(9.6875vw, 155px) !important;
}

.u-pl155 {
  padding-left: min(9.6875vw, 155px) !important;
}

.u-pt160 {
  padding-top: min(10vw, 160px) !important;
}

.u-pr160 {
  padding-right: min(10vw, 160px) !important;
}

.u-pb160 {
  padding-bottom: min(10vw, 160px) !important;
}

.u-pl160 {
  padding-left: min(10vw, 160px) !important;
}

.u-pt165 {
  padding-top: min(10.3125vw, 165px) !important;
}

.u-pr165 {
  padding-right: min(10.3125vw, 165px) !important;
}

.u-pb165 {
  padding-bottom: min(10.3125vw, 165px) !important;
}

.u-pl165 {
  padding-left: min(10.3125vw, 165px) !important;
}

.u-pt170 {
  padding-top: min(10.625vw, 170px) !important;
}

.u-pr170 {
  padding-right: min(10.625vw, 170px) !important;
}

.u-pb170 {
  padding-bottom: min(10.625vw, 170px) !important;
}

.u-pl170 {
  padding-left: min(10.625vw, 170px) !important;
}

.u-pt175 {
  padding-top: min(10.9375vw, 175px) !important;
}

.u-pr175 {
  padding-right: min(10.9375vw, 175px) !important;
}

.u-pb175 {
  padding-bottom: min(10.9375vw, 175px) !important;
}

.u-pl175 {
  padding-left: min(10.9375vw, 175px) !important;
}

.u-pt180 {
  padding-top: min(11.25vw, 180px) !important;
}

.u-pr180 {
  padding-right: min(11.25vw, 180px) !important;
}

.u-pb180 {
  padding-bottom: min(11.25vw, 180px) !important;
}

.u-pl180 {
  padding-left: min(11.25vw, 180px) !important;
}

.u-pt185 {
  padding-top: min(11.5625vw, 185px) !important;
}

.u-pr185 {
  padding-right: min(11.5625vw, 185px) !important;
}

.u-pb185 {
  padding-bottom: min(11.5625vw, 185px) !important;
}

.u-pl185 {
  padding-left: min(11.5625vw, 185px) !important;
}

.u-pt190 {
  padding-top: min(11.875vw, 190px) !important;
}

.u-pr190 {
  padding-right: min(11.875vw, 190px) !important;
}

.u-pb190 {
  padding-bottom: min(11.875vw, 190px) !important;
}

.u-pl190 {
  padding-left: min(11.875vw, 190px) !important;
}

.u-pt195 {
  padding-top: min(12.1875vw, 195px) !important;
}

.u-pr195 {
  padding-right: min(12.1875vw, 195px) !important;
}

.u-pb195 {
  padding-bottom: min(12.1875vw, 195px) !important;
}

.u-pl195 {
  padding-left: min(12.1875vw, 195px) !important;
}

.u-pt200 {
  padding-top: min(12.5vw, 200px) !important;
}

.u-pr200 {
  padding-right: min(12.5vw, 200px) !important;
}

.u-pb200 {
  padding-bottom: min(12.5vw, 200px) !important;
}

.u-pl200 {
  padding-left: min(12.5vw, 200px) !important;
}

@media (max-width: 959px) {
  .u-pt0-md {
    padding-top: 0px !important;
  }
  .u-pr0-md {
    padding-right: 0px !important;
  }
  .u-pb0-md {
    padding-bottom: 0px !important;
  }
  .u-pl0-md {
    padding-left: 0px !important;
  }
  .u-pt5-md {
    padding-top: 5px !important;
  }
  .u-pr5-md {
    padding-right: 5px !important;
  }
  .u-pb5-md {
    padding-bottom: 5px !important;
  }
  .u-pl5-md {
    padding-left: 5px !important;
  }
  .u-pt10-md {
    padding-top: 10px !important;
  }
  .u-pr10-md {
    padding-right: 10px !important;
  }
  .u-pb10-md {
    padding-bottom: 10px !important;
  }
  .u-pl10-md {
    padding-left: 10px !important;
  }
  .u-pt15-md {
    padding-top: 15px !important;
  }
  .u-pr15-md {
    padding-right: 15px !important;
  }
  .u-pb15-md {
    padding-bottom: 15px !important;
  }
  .u-pl15-md {
    padding-left: 15px !important;
  }
  .u-pt20-md {
    padding-top: 20px !important;
  }
  .u-pr20-md {
    padding-right: 20px !important;
  }
  .u-pb20-md {
    padding-bottom: 20px !important;
  }
  .u-pl20-md {
    padding-left: 20px !important;
  }
  .u-pt25-md {
    padding-top: 25px !important;
  }
  .u-pr25-md {
    padding-right: 25px !important;
  }
  .u-pb25-md {
    padding-bottom: 25px !important;
  }
  .u-pl25-md {
    padding-left: 25px !important;
  }
  .u-pt30-md {
    padding-top: 30px !important;
  }
  .u-pr30-md {
    padding-right: 30px !important;
  }
  .u-pb30-md {
    padding-bottom: 30px !important;
  }
  .u-pl30-md {
    padding-left: 30px !important;
  }
  .u-pt35-md {
    padding-top: 35px !important;
  }
  .u-pr35-md {
    padding-right: 35px !important;
  }
  .u-pb35-md {
    padding-bottom: 35px !important;
  }
  .u-pl35-md {
    padding-left: 35px !important;
  }
  .u-pt40-md {
    padding-top: 40px !important;
  }
  .u-pr40-md {
    padding-right: 40px !important;
  }
  .u-pb40-md {
    padding-bottom: 40px !important;
  }
  .u-pl40-md {
    padding-left: 40px !important;
  }
  .u-pt45-md {
    padding-top: 45px !important;
  }
  .u-pr45-md {
    padding-right: 45px !important;
  }
  .u-pb45-md {
    padding-bottom: 45px !important;
  }
  .u-pl45-md {
    padding-left: 45px !important;
  }
  .u-pt50-md {
    padding-top: 50px !important;
  }
  .u-pr50-md {
    padding-right: 50px !important;
  }
  .u-pb50-md {
    padding-bottom: 50px !important;
  }
  .u-pl50-md {
    padding-left: 50px !important;
  }
  .u-pt55-md {
    padding-top: 55px !important;
  }
  .u-pr55-md {
    padding-right: 55px !important;
  }
  .u-pb55-md {
    padding-bottom: 55px !important;
  }
  .u-pl55-md {
    padding-left: 55px !important;
  }
  .u-pt60-md {
    padding-top: 60px !important;
  }
  .u-pr60-md {
    padding-right: 60px !important;
  }
  .u-pb60-md {
    padding-bottom: 60px !important;
  }
  .u-pl60-md {
    padding-left: 60px !important;
  }
  .u-pt65-md {
    padding-top: 65px !important;
  }
  .u-pr65-md {
    padding-right: 65px !important;
  }
  .u-pb65-md {
    padding-bottom: 65px !important;
  }
  .u-pl65-md {
    padding-left: 65px !important;
  }
  .u-pt70-md {
    padding-top: 70px !important;
  }
  .u-pr70-md {
    padding-right: 70px !important;
  }
  .u-pb70-md {
    padding-bottom: 70px !important;
  }
  .u-pl70-md {
    padding-left: 70px !important;
  }
  .u-pt75-md {
    padding-top: 75px !important;
  }
  .u-pr75-md {
    padding-right: 75px !important;
  }
  .u-pb75-md {
    padding-bottom: 75px !important;
  }
  .u-pl75-md {
    padding-left: 75px !important;
  }
  .u-pt80-md {
    padding-top: 80px !important;
  }
  .u-pr80-md {
    padding-right: 80px !important;
  }
  .u-pb80-md {
    padding-bottom: 80px !important;
  }
  .u-pl80-md {
    padding-left: 80px !important;
  }
  .u-pt85-md {
    padding-top: 85px !important;
  }
  .u-pr85-md {
    padding-right: 85px !important;
  }
  .u-pb85-md {
    padding-bottom: 85px !important;
  }
  .u-pl85-md {
    padding-left: 85px !important;
  }
  .u-pt90-md {
    padding-top: 90px !important;
  }
  .u-pr90-md {
    padding-right: 90px !important;
  }
  .u-pb90-md {
    padding-bottom: 90px !important;
  }
  .u-pl90-md {
    padding-left: 90px !important;
  }
  .u-pt95-md {
    padding-top: 95px !important;
  }
  .u-pr95-md {
    padding-right: 95px !important;
  }
  .u-pb95-md {
    padding-bottom: 95px !important;
  }
  .u-pl95-md {
    padding-left: 95px !important;
  }
  .u-pt100-md {
    padding-top: 100px !important;
  }
  .u-pr100-md {
    padding-right: 100px !important;
  }
  .u-pb100-md {
    padding-bottom: 100px !important;
  }
  .u-pl100-md {
    padding-left: 100px !important;
  }
  .u-pt105-md {
    padding-top: 105px !important;
  }
  .u-pr105-md {
    padding-right: 105px !important;
  }
  .u-pb105-md {
    padding-bottom: 105px !important;
  }
  .u-pl105-md {
    padding-left: 105px !important;
  }
  .u-pt110-md {
    padding-top: 110px !important;
  }
  .u-pr110-md {
    padding-right: 110px !important;
  }
  .u-pb110-md {
    padding-bottom: 110px !important;
  }
  .u-pl110-md {
    padding-left: 110px !important;
  }
  .u-pt115-md {
    padding-top: 115px !important;
  }
  .u-pr115-md {
    padding-right: 115px !important;
  }
  .u-pb115-md {
    padding-bottom: 115px !important;
  }
  .u-pl115-md {
    padding-left: 115px !important;
  }
  .u-pt120-md {
    padding-top: 120px !important;
  }
  .u-pr120-md {
    padding-right: 120px !important;
  }
  .u-pb120-md {
    padding-bottom: 120px !important;
  }
  .u-pl120-md {
    padding-left: 120px !important;
  }
  .u-pt125-md {
    padding-top: 125px !important;
  }
  .u-pr125-md {
    padding-right: 125px !important;
  }
  .u-pb125-md {
    padding-bottom: 125px !important;
  }
  .u-pl125-md {
    padding-left: 125px !important;
  }
  .u-pt130-md {
    padding-top: 130px !important;
  }
  .u-pr130-md {
    padding-right: 130px !important;
  }
  .u-pb130-md {
    padding-bottom: 130px !important;
  }
  .u-pl130-md {
    padding-left: 130px !important;
  }
  .u-pt135-md {
    padding-top: 135px !important;
  }
  .u-pr135-md {
    padding-right: 135px !important;
  }
  .u-pb135-md {
    padding-bottom: 135px !important;
  }
  .u-pl135-md {
    padding-left: 135px !important;
  }
  .u-pt140-md {
    padding-top: 140px !important;
  }
  .u-pr140-md {
    padding-right: 140px !important;
  }
  .u-pb140-md {
    padding-bottom: 140px !important;
  }
  .u-pl140-md {
    padding-left: 140px !important;
  }
  .u-pt145-md {
    padding-top: 145px !important;
  }
  .u-pr145-md {
    padding-right: 145px !important;
  }
  .u-pb145-md {
    padding-bottom: 145px !important;
  }
  .u-pl145-md {
    padding-left: 145px !important;
  }
  .u-pt150-md {
    padding-top: 150px !important;
  }
  .u-pr150-md {
    padding-right: 150px !important;
  }
  .u-pb150-md {
    padding-bottom: 150px !important;
  }
  .u-pl150-md {
    padding-left: 150px !important;
  }
}
@media (max-width: 559px) {
  .u-pt0-sm {
    padding-top: 0px !important;
  }
  .u-pr0-sm {
    padding-right: 0px !important;
  }
  .u-pb0-sm {
    padding-bottom: 0px !important;
  }
  .u-pl0-sm {
    padding-left: 0px !important;
  }
  .u-pt5-sm {
    padding-top: 5px !important;
  }
  .u-pr5-sm {
    padding-right: 5px !important;
  }
  .u-pb5-sm {
    padding-bottom: 5px !important;
  }
  .u-pl5-sm {
    padding-left: 5px !important;
  }
  .u-pt10-sm {
    padding-top: 10px !important;
  }
  .u-pr10-sm {
    padding-right: 10px !important;
  }
  .u-pb10-sm {
    padding-bottom: 10px !important;
  }
  .u-pl10-sm {
    padding-left: 10px !important;
  }
  .u-pt15-sm {
    padding-top: 15px !important;
  }
  .u-pr15-sm {
    padding-right: 15px !important;
  }
  .u-pb15-sm {
    padding-bottom: 15px !important;
  }
  .u-pl15-sm {
    padding-left: 15px !important;
  }
  .u-pt20-sm {
    padding-top: 20px !important;
  }
  .u-pr20-sm {
    padding-right: 20px !important;
  }
  .u-pb20-sm {
    padding-bottom: 20px !important;
  }
  .u-pl20-sm {
    padding-left: 20px !important;
  }
  .u-pt25-sm {
    padding-top: 25px !important;
  }
  .u-pr25-sm {
    padding-right: 25px !important;
  }
  .u-pb25-sm {
    padding-bottom: 25px !important;
  }
  .u-pl25-sm {
    padding-left: 25px !important;
  }
  .u-pt30-sm {
    padding-top: 30px !important;
  }
  .u-pr30-sm {
    padding-right: 30px !important;
  }
  .u-pb30-sm {
    padding-bottom: 30px !important;
  }
  .u-pl30-sm {
    padding-left: 30px !important;
  }
  .u-pt35-sm {
    padding-top: 35px !important;
  }
  .u-pr35-sm {
    padding-right: 35px !important;
  }
  .u-pb35-sm {
    padding-bottom: 35px !important;
  }
  .u-pl35-sm {
    padding-left: 35px !important;
  }
  .u-pt40-sm {
    padding-top: 40px !important;
  }
  .u-pr40-sm {
    padding-right: 40px !important;
  }
  .u-pb40-sm {
    padding-bottom: 40px !important;
  }
  .u-pl40-sm {
    padding-left: 40px !important;
  }
  .u-pt45-sm {
    padding-top: 45px !important;
  }
  .u-pr45-sm {
    padding-right: 45px !important;
  }
  .u-pb45-sm {
    padding-bottom: 45px !important;
  }
  .u-pl45-sm {
    padding-left: 45px !important;
  }
  .u-pt50-sm {
    padding-top: 50px !important;
  }
  .u-pr50-sm {
    padding-right: 50px !important;
  }
  .u-pb50-sm {
    padding-bottom: 50px !important;
  }
  .u-pl50-sm {
    padding-left: 50px !important;
  }
  .u-pt55-sm {
    padding-top: 55px !important;
  }
  .u-pr55-sm {
    padding-right: 55px !important;
  }
  .u-pb55-sm {
    padding-bottom: 55px !important;
  }
  .u-pl55-sm {
    padding-left: 55px !important;
  }
  .u-pt60-sm {
    padding-top: 60px !important;
  }
  .u-pr60-sm {
    padding-right: 60px !important;
  }
  .u-pb60-sm {
    padding-bottom: 60px !important;
  }
  .u-pl60-sm {
    padding-left: 60px !important;
  }
  .u-pt65-sm {
    padding-top: 65px !important;
  }
  .u-pr65-sm {
    padding-right: 65px !important;
  }
  .u-pb65-sm {
    padding-bottom: 65px !important;
  }
  .u-pl65-sm {
    padding-left: 65px !important;
  }
  .u-pt70-sm {
    padding-top: 70px !important;
  }
  .u-pr70-sm {
    padding-right: 70px !important;
  }
  .u-pb70-sm {
    padding-bottom: 70px !important;
  }
  .u-pl70-sm {
    padding-left: 70px !important;
  }
  .u-pt75-sm {
    padding-top: 75px !important;
  }
  .u-pr75-sm {
    padding-right: 75px !important;
  }
  .u-pb75-sm {
    padding-bottom: 75px !important;
  }
  .u-pl75-sm {
    padding-left: 75px !important;
  }
  .u-pt80-sm {
    padding-top: 80px !important;
  }
  .u-pr80-sm {
    padding-right: 80px !important;
  }
  .u-pb80-sm {
    padding-bottom: 80px !important;
  }
  .u-pl80-sm {
    padding-left: 80px !important;
  }
  .u-pt85-sm {
    padding-top: 85px !important;
  }
  .u-pr85-sm {
    padding-right: 85px !important;
  }
  .u-pb85-sm {
    padding-bottom: 85px !important;
  }
  .u-pl85-sm {
    padding-left: 85px !important;
  }
  .u-pt90-sm {
    padding-top: 90px !important;
  }
  .u-pr90-sm {
    padding-right: 90px !important;
  }
  .u-pb90-sm {
    padding-bottom: 90px !important;
  }
  .u-pl90-sm {
    padding-left: 90px !important;
  }
  .u-pt95-sm {
    padding-top: 95px !important;
  }
  .u-pr95-sm {
    padding-right: 95px !important;
  }
  .u-pb95-sm {
    padding-bottom: 95px !important;
  }
  .u-pl95-sm {
    padding-left: 95px !important;
  }
  .u-pt100-sm {
    padding-top: 100px !important;
  }
  .u-pr100-sm {
    padding-right: 100px !important;
  }
  .u-pb100-sm {
    padding-bottom: 100px !important;
  }
  .u-pl100-sm {
    padding-left: 100px !important;
  }
  .u-pt105-sm {
    padding-top: 105px !important;
  }
  .u-pr105-sm {
    padding-right: 105px !important;
  }
  .u-pb105-sm {
    padding-bottom: 105px !important;
  }
  .u-pl105-sm {
    padding-left: 105px !important;
  }
  .u-pt110-sm {
    padding-top: 110px !important;
  }
  .u-pr110-sm {
    padding-right: 110px !important;
  }
  .u-pb110-sm {
    padding-bottom: 110px !important;
  }
  .u-pl110-sm {
    padding-left: 110px !important;
  }
  .u-pt115-sm {
    padding-top: 115px !important;
  }
  .u-pr115-sm {
    padding-right: 115px !important;
  }
  .u-pb115-sm {
    padding-bottom: 115px !important;
  }
  .u-pl115-sm {
    padding-left: 115px !important;
  }
  .u-pt120-sm {
    padding-top: 120px !important;
  }
  .u-pr120-sm {
    padding-right: 120px !important;
  }
  .u-pb120-sm {
    padding-bottom: 120px !important;
  }
  .u-pl120-sm {
    padding-left: 120px !important;
  }
  .u-pt125-sm {
    padding-top: 125px !important;
  }
  .u-pr125-sm {
    padding-right: 125px !important;
  }
  .u-pb125-sm {
    padding-bottom: 125px !important;
  }
  .u-pl125-sm {
    padding-left: 125px !important;
  }
  .u-pt130-sm {
    padding-top: 130px !important;
  }
  .u-pr130-sm {
    padding-right: 130px !important;
  }
  .u-pb130-sm {
    padding-bottom: 130px !important;
  }
  .u-pl130-sm {
    padding-left: 130px !important;
  }
  .u-pt135-sm {
    padding-top: 135px !important;
  }
  .u-pr135-sm {
    padding-right: 135px !important;
  }
  .u-pb135-sm {
    padding-bottom: 135px !important;
  }
  .u-pl135-sm {
    padding-left: 135px !important;
  }
  .u-pt140-sm {
    padding-top: 140px !important;
  }
  .u-pr140-sm {
    padding-right: 140px !important;
  }
  .u-pb140-sm {
    padding-bottom: 140px !important;
  }
  .u-pl140-sm {
    padding-left: 140px !important;
  }
  .u-pt145-sm {
    padding-top: 145px !important;
  }
  .u-pr145-sm {
    padding-right: 145px !important;
  }
  .u-pb145-sm {
    padding-bottom: 145px !important;
  }
  .u-pl145-sm {
    padding-left: 145px !important;
  }
  .u-pt150-sm {
    padding-top: 150px !important;
  }
  .u-pr150-sm {
    padding-right: 150px !important;
  }
  .u-pb150-sm {
    padding-bottom: 150px !important;
  }
  .u-pl150-sm {
    padding-left: 150px !important;
  }
}
/* global */
.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-none {
  display: none;
}

@media (max-width: 959px) {
  .u-contents-md {
    display: contents;
  }
}

@media (max-width: 559px) {
  .u-contents-sm {
    display: contents;
  }
}

/* global */
@media (min-width: 960px) {
  .ut-hidden-lg {
    display: none;
  }
}
@media (max-width: 959px) {
  .ut-hidden-lg {
    display: block;
  }
}

@media (max-width: 959px) {
  .ut-hidden-md {
    display: none;
  }
}

@media (max-width: 559px) {
  .ut-hidden-sm {
    display: none !important;
  }
}

.ut-show-sm {
  display: none;
}
@media (max-width: 559px) {
  .ut-show-sm {
    display: block;
  }
}

.ut-show-md {
  display: none;
}
@media (max-width: 959px) {
  .ut-show-md {
    display: block;
  }
}

@media (max-width: 559px) {
  .ut-show-lg-md {
    display: none;
  }
}

@media (max-width: 959px) {
  .ut-show-lg {
    display: none;
  }
}

/* global */
.u-color-orange {
  color: #c48030;
}

/* global */
.u-fs-small {
  font-size: 1.2rem;
}

.u-fs-08 {
  font-size: 0.8em;
}

.u-fs-2e {
  font-size: 2em !important;
}

.u-fs-15e {
  font-size: 1.5em !important;
}

/* font-weight */
.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: 700;
}

/* text-align */
.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-left {
  text-align: left;
}

@media (max-width: 959px) {
  .u-center-md {
    text-align: center;
  }
}

@media (max-width: 559px) {
  .u-center-sm {
    text-align: center;
  }
}

@media (max-width: 559px) {
  .u-right-sm {
    text-align: right;
  }
}

@media (max-width: 559px) {
  .u-left-sm {
    text-align: left;
  }
}

/* line-height */
.u-lh2 {
  line-height: 2;
}

.u-lh14 {
  line-height: 1.4;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh18 {
  line-height: 1.8;
}

/* letter-spacing */
.u-ls0 {
  letter-spacing: 0;
}

/* link */
.u-link {
  text-decoration: underline;
}

/* color */
.u-white {
  color: #fff;
}

/* border */
.u-border {
  border-bottom: 1px solid currentColor;
}

.u-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

/* global */
.u-bg01 {
  background: rgba(155, 125, 92, 0.1);
}

.u-bg02 {
  background: #fff;
}

/* library */
/* global */
.lb-google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 30vw;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 559px) {
  .lb-google-map {
    padding-bottom: 320px;
  }
}
.lb-google-map iframe {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: calc(30vw + 70px);
}
@media (max-width: 559px) {
  .lb-google-map iframe {
    top: -70px;
    height: 390px;
  }
}

.lb-google-map02 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
  aspect-ratio: 5/4;
}
@media (max-width: 559px) {
  .lb-google-map02 {
    padding-bottom: 320px;
  }
}
.lb-google-map02 iframe {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: calc(30vw + 70px);
}
@media (max-width: 559px) {
  .lb-google-map02 iframe {
    top: -70px;
    height: 390px;
  }
}

.lb-google-cal {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  height: 0;
  padding-bottom: 35vw;
  overflow: hidden;
}
@media (max-width: 559px) {
  .lb-google-cal {
    padding-bottom: 390px;
  }
}
.lb-google-cal iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 35vw;
}
@media (max-width: 559px) {
  .lb-google-cal iframe {
    height: 390px;
  }
}

/* global */
.lb-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 19.5vw;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 559px) {
  .lb-youtube {
    padding-bottom: 48vw;
  }
}
.lb-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lb-youtube.-small {
  padding-bottom: 9.625vw;
}
@media (max-width: 559px) {
  .lb-youtube.-small {
    padding-bottom: 24vw;
  }
}

.lb-youtube2 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 559px) {
  .lb-youtube2 {
    padding-bottom: 48vw;
  }
}
.lb-youtube2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lb-youtube2.-small {
  padding-bottom: 9.625vw;
}
@media (max-width: 559px) {
  .lb-youtube2.-small {
    padding-bottom: 24vw;
  }
}

/* global */
.js-slider01 .prev-arrow::before,
.js-slider01 .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background: url(../images/arrow01.png) no-repeat center/100% auto;
  top: 0;
  margin: auto;
  z-index: 1;
}
.js-slider01 .next-arrow::before {
  right: -40px;
}
.js-slider01 .prev-arrow::before {
  left: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js-slider01 .slick-disabled::before {
  display: none;
}

.js-slider02 .slick-slide img {
  width: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 100vh !important;
}
@media (max-width: 559px) {
  .js-slider02 .slick-slide img {
    height: 100svh !important;
  }
}
@media (max-width: 559px) {
  .js-slider02 .slick-slide .lg {
    display: none !important;
  }
}
.js-slider02 .slick-slide .sm {
  display: none !important;
}
@media (max-width: 559px) {
  .js-slider02 .slick-slide .sm {
    display: block !important;
  }
}

@media (max-width: 559px) {
  .js-slider03 .item {
    margin: 0 15px;
  }
}
.js-slider03 .prev-arrow::before,
.js-slider03 .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background: url(../images/arrow01.png) no-repeat center/100% auto;
  top: 0;
  right: 35px;
  margin: auto;
}
.js-slider03 .prev-arrow::before {
  right: auto;
  left: 35px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js-slider03 .slick-disabled::before {
  display: none;
}

@media (max-width: 559px) {
  .js-slider04 {
    aspect-ratio: 3/2;
  }
}
.js-slider04 .js-slider04__img {
  background-color: #f4f2ef;
}
.js-slider04 .js-slider04__img.slick-current {
  position: relative;
  z-index: 1;
}
.js-slider04 .js-slider04__img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(155, 125, 92, 0.1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js-slider04 .js-slider04__img img {
  height: 33.3125vw;
}
@media (max-width: 559px) {
  .js-slider04 .js-slider04__img img {
    width: auto;
    height: 66vw;
  }
}
.js-slider04 .luminous img {
  max-width: 800px;
}

@media (max-width: 559px) {
  .lum-img {
    max-width: 100% !important;
  }
}

@media (max-width: 559px) {
  .lum-gallery-button:after {
    height: 15px !important;
    width: 15px !important;
  }
}

@media (max-width: 559px) {
  .lum-previous-button {
    left: 5px !important;
  }
}

@media (max-width: 559px) {
  .lum-next-button {
    right: 5px !important;
  }
}

.js-slider04-thumb {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.js-slider04-thumb .thumbnail-img {
  cursor: pointer;
  aspect-ratio: 1/1;
  padding: 0 3px;
}
.js-slider04-thumb .thumbnail-img img {
  aspect-ratio: 1/1;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.js-slider04-thumb .slick-prev::before,
.js-slider04-thumb .slick-next::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background: url(../images/arrow02.png) no-repeat center/100% auto;
  top: 0;
  right: 5px;
  margin: auto;
}
.js-slider04-thumb .slick-prev::before {
  right: auto;
  left: 5px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js-slider04-thumb .slick-disabled::before {
  display: none;
}

/* global */
.swiper .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.swiper03 .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.swiper03 .swiper-slide {
  margin-right: 10px;
}
@media (max-width: 559px) {
  .swiper03 .swiper-slide {
    margin-right: 5px;
  }
}

.swiper01 {
  height: 43vw;
}
.swiper01 img {
  height: 100%;
  max-width: none;
}

.swiper02 .swiper-wrapper {
  /* サイズ調整 */
  width: 100%;
}

/* js */
/* global */
@-webkit-keyframes slidein01 {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes slidein01 {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.js-slidein01.--active {
  -webkit-animation: slidein 1s ease-in-out forwards;
          animation: slidein 1s ease-in-out forwards;
}

.-delay1 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.-delay2 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.-delay3 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.-delay4 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.-delay5 {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}

.-delay6 {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

.-delay-1 {
  -webkit-animation-delay: -0.5s !important;
          animation-delay: -0.5s !important;
}

.-delay-2 {
  -webkit-animation-delay: -1s !important;
          animation-delay: -1s !important;
}

.-delay-3 {
  -webkit-animation-delay: -1.5s !important;
          animation-delay: -1.5s !important;
}

.-delay-4 {
  -webkit-animation-delay: -2s !important;
          animation-delay: -2s !important;
}

.-delay-5 {
  -webkit-animation-delay: -2.5s !important;
          animation-delay: -2.5s !important;
}

.js-fuwafuwa01 {
  -webkit-animation: fuwafuwa01 6s ease-in-out infinite alternate;
          animation: fuwafuwa01 6s ease-in-out infinite alternate;
}

.js-fuwafuwa02 {
  -webkit-animation: fuwafuwa02 8s ease-in-out infinite alternate;
          animation: fuwafuwa02 8s ease-in-out infinite alternate;
}

.js-fuwafuwa03 {
  -webkit-animation: fuwafuwa03 3s ease-in-out infinite alternate;
          animation: fuwafuwa03 3s ease-in-out infinite alternate;
}

.js-fuwafuwa04 {
  -webkit-animation: fuwafuwa04 4s ease-in-out infinite alternate;
          animation: fuwafuwa04 4s ease-in-out infinite alternate;
}

.js-fuwafuwa05 {
  -webkit-animation: fuwafuwa04 6s ease-in-out infinite alternate;
          animation: fuwafuwa04 6s ease-in-out infinite alternate;
}

.js-fuwafuwa06 {
  -webkit-animation: fuwafuwa03 8s ease-in-out infinite alternate;
          animation: fuwafuwa03 8s ease-in-out infinite alternate;
}

.js-yurayura01 {
  -webkit-animation: yurayura01 2s infinite;
          animation: yurayura01 2s infinite;
}

@media (max-width: 559px) {
  .js-hide {
    display: none;
  }
}

@media (max-width: 559px) {
  .js-line-wrap .js-line-wrap__hidden {
    overflow: hidden;
    max-height: 6em;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    line-height: 1.5;
  }
  .js-line-wrap .icon {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0.7em auto 0.5em;
  }
  .js-line-wrap .icon::after {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/icon-plus02.png) no-repeat center/contain;
  }
  .js-line-wrap .icon::after.is-minus {
    background: url(../images/icon-minus02.png) no-repeat center/contain;
  }
  .js-line-wrap.-active .js-line-wrap__hidden {
    max-height: 300px;
  }
  .js-line-wrap.-active .icon::after {
    background: url(../images/icon-minus02.png) no-repeat center/contain;
  }
}

.js-fadein02 {
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-fadein02.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* compornent */
/* global */
/* -----------------
Button
------------------ */
.c-bunner01 {
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(155, 125, 92, 0.1);
}
.c-bunner01 .c-bunner01__icon {
  width: clamp(10px, 0.938vw, 15px);
  margin-right: 1em;
}
.c-bunner01 .c-bunner01__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
  line-height: 1.6;
  margin-right: 2em;
}
@media (max-width: 559px) {
  .c-bunner01 .c-bunner01__text {
    margin-left: auto;
  }
}
.c-bunner01 .c-bunner01__text .c-bunner01__en {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
  color: #c48030;
  margin-bottom: 0.1em;
}
.c-bunner01 .c-bunner01__ph01 {
  width: clamp(100px, 9.375vw, 150px);
}

.c-button01__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875vw;
}
@media (max-width: 559px) {
  .c-button01__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-button01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 1em;
  min-width: 250px;
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 559px) {
  .c-button01 {
    font-size: 16px;
    min-width: 70%;
    padding: 0.3em 1em;
  }
}
.c-button01::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: translateX(0.3em) translateY(-0.2em) rotate(135deg);
          transform: translateX(0.3em) translateY(-0.2em) rotate(135deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.c-button01 span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-button01.--w200 {
  width: clamp(200px, 15.625vw, 250px);
}
@media (max-width: 559px) {
  .c-button01.--w200 {
    width: 250px;
  }
}
.c-button01.--w300 {
  min-width: 18.75vw;
  padding-right: 1em;
}
@media (max-width: 559px) {
  .c-button01.--w300 {
    min-width: unset;
  }
}
.c-button01.--small {
  font-size: clamp(1.2rem, 0.875vw, 1.4rem);
  padding: 0.2em 2em 0.2em 1.2em;
  min-width: 12.5vw;
}
.c-button01:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.c-button01.--type02 {
  width: auto;
  font-size: clamp(1.2rem, 0.875vw, 1.4rem);
  padding: 0.1em 1.2em;
  min-width: auto;
}
.c-button01.--type02::before {
  margin-right: 1em;
  -webkit-transform-origin: unset;
          transform-origin: unset;
  -webkit-transform: translateX(0) translateY(1px) rotate(135deg);
          transform: translateX(0) translateY(1px) rotate(135deg);
}
.c-button01 span.text-s {
  font-size: clamp(1.2rem, 0.875vw, 1.4rem);
}

.c-button02 {
  display: inline-block;
  padding: 0.3em;
  border: 1px solid #9f886b;
  background-color: #fff;
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
  color: #9f886b;
  text-align: center;
}
@media (max-width: 559px) {
  .c-button02 {
    padding: 0.3em 0.5em;
  }
}

.c-button03 {
  min-width: 250px;
  display: inline-block;
  padding: 0.5em 1.5em;
  background-color: #9f886b;
  font-size: clamp(1.2rem, 1.063vw, 1.7rem);
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 559px) {
  .c-button03 {
    padding: 0.3em 1em;
    min-width: auto;
  }
}
.c-button03:hover {
  opacity: 1;
  color: #9f886b;
  background-color: rgba(255, 255, 255, 0.85);
}

.c-button04 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 17px;
  letter-spacing: 0.1em;
}
.c-button04::before {
  display: block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-button-more {
  text-align: center;
  padding-top: 1em;
}
.c-button-more .icon {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/icon-plus02.png) no-repeat center/contain;
}
.c-button-more .icon.is-minus {
  background: url(../images/icon-minus02.png) no-repeat center/contain;
}

/* -----------------
Card
------------------ */
.c-card01 {
  background-color: #fff;
  position: relative;
}
.c-card01 .label {
  z-index: 1;
  position: absolute;
  top: -0.4em;
  left: -0.4em;
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: clamp(0.8rem, 1vw, 1.6rem);
  line-height: 1;
  color: #fff;
  background-color: #9f886b;
}
.c-card01 .label.repair {
  background-color: #bd8971;
}
.c-card01 .ph {
  overflow: hidden;
}
.c-card01 .ph img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-card01 .detail {
  padding: 1em 1em 1.5em;
}
@media (max-width: 559px) {
  .c-card01 .detail {
    padding: 1em 10px;
  }
}
.c-card01 .title {
  font-size: clamp(1.4rem, 1.438vw, 2.3rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.c-card01 .head {
  font-size: clamp(1rem, 0.938vw, 1.5rem);
  color: rgba(0, 0, 0, 0.4);
}
.c-card01 .works-tag {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6em;
}
@media (max-width: 559px) {
  .c-card01 .works-tag {
    margin-top: 0.5em;
  }
}
.c-card01 .blog-date {
  color: #c48030;
  font-size: clamp(1rem, 0.875vw, 1.4rem);
}
.c-card01 .blog-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.2rem, 1.125vw, 1.8rem);
}
.c-card01 .outline {
  margin-top: 1em;
  font-size: 12px;
}
.c-card01 a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.u-bg02 .c-card01 {
  background-color: rgba(155, 125, 92, 0.1);
}

.c-card02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625vw;
}
@media (max-width: 559px) {
  .c-card02 {
    gap: 15px;
  }
  .c-card02 .ph {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-card02 .text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 559px) {
  .c-card02 + .c-card02 {
    border-top: 2px solid rgba(155, 125, 92, 0.3);
  }
}
.c-card02 .ph {
  position: relative;
}
.c-card02 .ph .bunner {
  position: absolute;
  top: -4vw;
  left: -2vw;
  width: clamp(80px, 10.625vw, 170px);
  height: clamp(80px, 10.625vw, 170px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.2rem, 1.625vw, 2.6rem);
  line-height: 1.5;
  text-align: center;
  background-color: #c2e2f2;
  border-radius: 100px;
}
.c-card02 .ph .bunner span {
  font-size: clamp(1rem, 1.25vw, 2rem);
}

.c-card03 {
  position: relative;
  background-color: #fff;
}
@media (max-width: 559px) {
  .c-card03 {
    color: unset;
  }
}
.c-card03 .label {
  z-index: 1;
  position: absolute;
  top: -0.4em;
  left: -0.4em;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: clamp(1rem, 1vw, 1.6rem);
  line-height: 1;
  color: #fff;
  background-color: #6bb7c4;
}
.c-card03 .ph {
  overflow: hidden;
}
.c-card03 .ph img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.c-card03 .detail {
  padding: 1em 1em 1.5em;
}
@media (max-width: 559px) {
  .c-card03 .detail {
    background-color: #fff;
    padding: 1em 10px;
  }
}
.c-card03 .text {
  margin-top: 0.5em;
  font-size: clamp(1.2rem, 0.875vw, 1.4rem);
}

/* -----------------
Heading
------------------ */
.c-heading01 {
  display: inline-block;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.5em;
}
.c-heading01 .en {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.6rem, 1.875vw, 3rem);
  color: #c48030;
  letter-spacing: 0.1em;
  margin-right: 0.6em;
}
.c-heading01 .jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  letter-spacing: 0.05em;
  color: #717171;
}

.c-heading02 .en {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: clamp(2.4rem, 1.875vw, 3rem);
  color: #c48030;
  letter-spacing: 0.1em;
}
.c-heading02 .jp {
  display: inline-block;
  margin-top: 0.2em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.4rem, 2.25vw, 3.6rem);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 559px) {
  .c-heading02 .jp {
    margin-top: 0.3em;
  }
}
@media (max-width: 559px) {
  .c-heading02.--center-sm {
    text-align: center;
  }
}

.c-heading03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.6rem, 2.25vw, 3.6rem);
}
.c-heading03:before {
  display: block;
  content: "";
  width: 0.9em;
  height: 2px;
  background-color: #c48030;
}
.c-heading03.--sizeS {
  font-size: clamp(1.8rem, 1.875vw, 3rem);
  line-height: 1.4;
}

.c-heading04 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-heading04 span {
  display: inline-block;
}
.c-heading04 .en {
  font-size: clamp(2.4rem, 1.875vw, 3rem);
  color: #c48030;
  letter-spacing: 0.1em;
}
@media (max-width: 559px) {
  .c-heading04 .en {
    color: #fff;
  }
}
.c-heading04 .jp {
  margin-top: 0.5em;
  font-size: clamp(2rem, 1.5vw, 2.4rem);
  color: #717171;
  line-height: 1.4;
}
.c-heading05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: clamp(1.8rem, 2.25vw, 3.6rem);
}
@media (max-width: 559px) {
  .c-heading05 {
    gap: 0.5em;
  }
}
.c-heading05 .en {
  font-size: clamp(1.8rem, 1.875vw, 3rem);
  color: #c48030;
  letter-spacing: 0.1em;
}
@media (max-width: 559px) {
  .c-heading05 .en {
    display: none;
  }
}
.c-heading05 img {
  width: min(68px, 4.25vw);
  height: auto;
}
@media (max-width: 559px) {
  .c-heading05 img {
    width: 2.6em;
  }
}
.c-heading05 .jp {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: clamp(1.8rem, 2.25vw, 3.6rem);
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 559px) {
  .c-heading05 .jp {
    font-size: 28px;
    text-align: left;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.c-heading06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7em;
  font-size: clamp(1.8rem, 1.75vw, 2.8rem);
}
.home .c-heading06 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-heading06 img {
  width: 2.5em;
}
.c-heading06 .jp {
  display: block;
  line-height: 1.5;
}

.c-heading07 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.4rem, 1.875vw, 3rem);
}
.c-heading07::before {
  display: block;
  content: "";
  width: 1.3em;
  height: 1.3em;
  background: url(../images/icon-check.png) no-repeat center/contain;
  margin-right: 0.5em;
}
.c-heading07 span {
  position: absolute;
  top: -1.5em;
  left: 3em;
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
  color: #717171;
}
@media (max-width: 559px) {
  .c-heading07 span {
    left: 2.5em;
  }
}
@media (max-width: 559px) {
  .c-heading07 {
    font-size: 18px;
  }
  .c-heading07::before {
    width: 1.1em;
    height: 1.1em;
  }
}

.c-heading08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8em;
}
@media (max-width: 559px) {
  .c-heading08 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #dcdcdc;
  }
}
.c-heading08 .en {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: clamp(1.6rem, 1.875vw, 3rem);
  color: #c48030;
  letter-spacing: 0.1em;
}
.c-heading08 .jp {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.6rem, 2.25vw, 3.6rem);
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.c-heading09__wrapper {
  position: relative;
}
@media (max-width: 959px) {
  .c-heading09__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.c-heading09__wrapper .c-heading09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: clamp(1.8rem, 2.25vw, 3.6rem);
}
@media (max-width: 559px) {
  .c-heading09__wrapper .c-heading09 {
    gap: 0.5em;
  }
}
.c-heading09__wrapper .c-heading09 .en {
  font-size: clamp(1.8rem, 1.875vw, 3rem);
  color: #c48030;
  letter-spacing: 0.1em;
}
@media (max-width: 559px) {
  .c-heading09__wrapper .c-heading09 .en {
    display: none;
  }
}
.c-heading09__wrapper .c-heading09 img {
  width: 4.25vw;
  height: auto;
}
@media (max-width: 559px) {
  .c-heading09__wrapper .c-heading09 img {
    width: 2.6em;
  }
}
.c-heading09__wrapper .c-heading09 .jp {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: clamp(1.8rem, 2.25vw, 3.6rem);
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 559px) {
  .c-heading09__wrapper .c-heading09 .jp {
    font-size: 22px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    text-align: center;
  }
}
@media (max-width: 559px) {
  .c-heading09__wrapper .c-heading09 p {
    text-align: left;
  }
}
.c-heading09__wrapper .illust01 {
  position: absolute;
  top: 0;
  right: 2vw;
  width: min(252px, 15.75vw);
}
@media (max-width: 559px) {
  .c-heading09__wrapper .illust01 {
    width: 50.4vw;
  }
}
.c-heading10 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.8rem, 1.875vw, 3rem);
}
.c-heading10 span {
  color: #c48030;
}

.c-heading10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  gap: 0.5em;
  font-size: clamp(1.8rem, 1.875vw, 3rem);
}
.c-heading10:before {
  display: block;
  content: "";
  width: 0.6em;
  height: 1px;
  background-color: #c48030;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
}

.c-heading11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5em;
  font-size: clamp(1.4rem, 1.375vw, 2.2rem);
}
.c-heading11:before {
  display: block;
  content: "";
  width: 0.8em;
  height: 2px;
  background-color: #9f886b;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
}
@media (max-width: 559px) {
  .c-heading11:before {
    height: 1px;
  }
}

.c-heading12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.c-heading12 .c-num {
  font-size: clamp(3.6rem, 2.5vw, 4rem);
  background-color: transparent;
}
.c-heading12 .jp {
  font-size: clamp(2.2rem, 2.25vw, 3.6rem);
}

.c-heading13 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2.4rem, 1.625vw, 2.6rem);
  color: #c48030;
}

.c-heading14 {
  font-size: clamp(1.8rem, 1.875vw, 3rem);
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 0.6em;
  background: url(../images/bg03.png) repeat-x bottom/35px 5px;
}
.c-heading14.--green {
  background: url(../images/bg02.png) repeat-x bottom/35px 5px;
}
.c-heading14.--size2 {
  display: inline-block;
  padding: 0 1em 0.3em;
  font-size: clamp(1.8rem, 1.25vw, 2rem);
  margin-bottom: 0.5em;
}

.c-heading15 {
  display: inline-block;
  padding: 0.2em 1.5em 0.3em;
  font-size: clamp(1.8rem, 1.25vw, 2rem);
  line-height: 1;
  border: 1px solid #c48030;
  background-color: #fff;
}

/* -----------------
Number
------------------ */
.c-num {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  color: #c48030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  border: 1px solid #c48030;
  border-radius: 50px;
  font-size: 46px;
}

/* -----------------
Tag
------------------ */
.c-tag01 {
  display: inline-block;
  font-size: clamp(1rem, 0.875vw, 1.4rem);
  background-color: rgba(149, 126, 96, 0.2);
  padding: 0em 0.7em 0.1em;
  line-height: 1.5;
}

.c-tag02 {
  display: inline-block;
  padding: 0.3em 0.7em 0.4em;
  font-size: 14px;
  line-height: 1;
  background-color: rgba(149, 126, 96, 0.2);
  color: #fff;
}

/* -----------------
List
------------------ */
.c-list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  line-height: 1.5;
}
.c-list01 li::before {
  display: block;
  content: "●";
  font-size: 0.6em;
  color: #c48030;
  margin-right: 1em;
}

/* module */
/* global */
.m-cta .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  color: #fff;
  text-align: center;
}
@media (max-width: 959px) {
  .m-cta .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.m-cta .wrapper .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2em 1em 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media (max-width: 559px) {
  .m-cta .wrapper .item {
    padding: 30px 1em;
  }
}
.m-cta .wrapper .item .head {
  font-size: clamp(1.8rem, 1.875vw, 3rem);
  border-bottom: 1px solid #fff;
  padding-bottom: 0.15em;
  letter-spacing: 0.05em;
}
.m-cta .wrapper .item .tel {
  font-size: clamp(2.2rem, 1.875vw, 3rem);
}
.m-cta .wrapper .item .time {
  font-size: clamp(1.2rem, 0.875vw, 1.4rem);
}
@media (max-width: 559px) {
  .m-cta .wrapper .item .button {
    width: 100%;
  }
}
.m-cta .wrapper .item p {
  font-size: clamp(1rem, 1vw, 1.6rem);
}
.m-cta .wrapper .item1 {
  background: url(../images/cta-ph01.jpg) no-repeat center/cover;
}
@media (max-width: 559px) {
  .m-cta .wrapper .item1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    border-right: 1px solid #fff;
  }
}
.m-cta .wrapper .item2 {
  background: url(../images/cta-ph02.jpg) no-repeat center/cover;
}
@media (max-width: 559px) {
  .m-cta .wrapper .item2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-top: 1px solid #fff;
  }
  .m-cta .wrapper .item2 .button {
    width: 70%;
  }
}
.m-cta .wrapper .item3 {
  background: url(../images/cta-ph03.jpg) no-repeat center/cover;
}
@media (max-width: 559px) {
  .m-cta .wrapper .item3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

.m-interview .wrapper {
  position: relative;
  padding: 6.25vw 50px 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), color-stop(30%, #fff), to(#fff)), url(../images/interview-bg.png);
  background-image: linear-gradient(180deg, transparent 0%, transparent 30%, #fff 30%, #fff 100%), url(../images/interview-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}
@media (max-width: 559px) {
  .m-interview .wrapper {
    padding: 50px 25px 25px;
  }
}
.m-interview .wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: clamp(135px, 17.5vw, 280px);
  height: clamp(102px, 13.563vw, 217px);
  background: url(../images/illust01.png) no-repeat center/contain;
}
@media (max-width: 559px) {
  .m-interview .wrapper:before {
    width: 34.6666666667vw;
    top: -50px;
    right: -10px;
  }
}
.m-interview .wrapper:after {
  position: absolute;
  left: 5vw;
  bottom: -10vw;
  display: block;
  content: "";
  width: clamp(93px, 15vw, 240px);
  height: clamp(77px, 12.375vw, 198px);
  background: url(../images/illust02.png) no-repeat center/contain;
}
@media (max-width: 559px) {
  .m-interview .wrapper:after {
    width: 34.6666666667vw;
    top: 25px;
    bottom: auto;
    left: -38px;
  }
}
.m-interview .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 559px) {
  .m-interview .inner {
    display: block;
    gap: 0;
  }
}
.m-interview .inner .item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-interview .inner .item .label {
  z-index: 1;
  position: absolute;
  top: -0.4em;
  left: -0.4em;
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: clamp(1rem, 1vw, 1.6rem);
  line-height: 1;
  color: #fff;
  background-color: #bd8971;
}
.m-interview .inner .item .label.ogata {
  background-color: #9f886b;
}
@media (max-width: 559px) {
  .m-interview .inner .item .label {
    top: 0;
    left: 0;
  }
}
.m-interview .inner .item .title {
  margin-top: 1em;
  font-size: clamp(1.8rem, 1.375vw, 2.2rem);
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 559px) {
  .m-interview .inner .item .title {
    margin-top: 1.2em;
  }
}
.m-interview .inner .item .cont {
  margin-top: 1em;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}
@media (max-width: 559px) {
  .m-interview .inner .item .cont {
    margin-top: 0.6em;
    line-height: 1.4;
  }
}
.--beige .m-interview .wrapper {
  background-image: url(../images/interview-bg-beige.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}

.m-magazine {
  padding: 25px 0;
  text-align: center;
}
.m-magazine .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  line-height: 1.5;
}
@media (max-width: 559px) {
  .m-magazine .inner {
    gap: 1em;
  }
}
.m-magazine .inner p {
  font-size: clamp(1.6rem, 1.375vw, 2.2rem);
}

.m-point .item {
  display: grid;
  grid-template-columns: subgrid;
}
.m-point .m-point__card {
  padding: 2em;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 559px) {
  .m-point .m-point__card {
    padding: 2em 1.5em;
  }
}
.m-point .m-point__card img {
  max-width: 80%;
  max-height: 10vw;
}
@media (max-width: 559px) {
  .m-point .m-point__card img {
    max-width: 80%;
    max-height: 27vw;
  }
}

.m-works-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.125vw;
}
@media (max-width: 559px) {
  .m-works-list {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.m-works-list.-p0 .c-card01 .detail {
  padding-left: 0;
  padding-right: 0;
}
.m-works-list.-beige .c-card01 {
  background-color: rgba(155, 125, 92, 0.1);
}

.m-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875vw;
}
@media (max-width: 559px) {
  .m-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.m-seminer {
  background-color: rgba(155, 125, 92, 0.1);
}
.m-seminer .m-seminer__wrapper {
  width: 90vw;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  padding: 3.125vw 7.9375vw 2.8125vw;
  border: 4px solid rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
@media (max-width: 959px) {
  .m-seminer .m-seminer__wrapper {
    width: 100vw;
    border: none;
    padding: 30px 20px 50px;
  }
}
.m-seminer .data-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}
@media (max-width: 959px) {
  .m-seminer .data-box .item {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .m-seminer .data-box .item img {
    width: 80%;
  }
}
.m-seminer .text-box {
  text-align: center;
  margin-bottom: 2.5vw;
}
@media (max-width: 959px) {
  .m-seminer .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 25px;
  }
}
.m-seminer .text-box .illust01 {
  position: absolute;
  top: -35px;
  left: 4vw;
  width: clamp(88px, 12vw, 192px);
}
@media (max-width: 959px) {
  .m-seminer .text-box .illust01 {
    width: 88px;
    position: unset;
  }
}
.m-seminer .text-box .illust02 {
  position: absolute;
  top: -13px;
  right: 5vw;
  width: min(223px, 13.9375vw);
}
@media (max-width: 959px) {
  .m-seminer .text-box .illust02 {
    display: none;
  }
}
.m-seminer .text01 {
  font-size: clamp(2rem, 1.875vw, 3rem);
  line-height: 1.5;
}
.m-seminer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-seminer.--beige, .p-newhouse .m-seminer, .p-material .m-seminer, .p-flow .m-seminer, .p-faq .m-seminer, .p-company .m-seminer, .p-blog .m-seminer, .p-contact .m-seminer {
  background-color: #fff;
}
.m-seminer.--beige .m-seminer__wrapper, .p-newhouse .m-seminer .m-seminer__wrapper, .p-material .m-seminer .m-seminer__wrapper, .p-flow .m-seminer .m-seminer__wrapper, .p-faq .m-seminer .m-seminer__wrapper, .p-company .m-seminer .m-seminer__wrapper, .p-blog .m-seminer .m-seminer__wrapper, .p-contact .m-seminer .m-seminer__wrapper {
  background-color: rgba(155, 125, 92, 0.1);
  border: none;
}
.home .m-seminer.sec-cta-seminar {
  display: none;
}

.m-flow .list {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin: 0 auto;
}
@media (max-width: 559px) {
  .m-flow .list {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
.m-flow .item {
  position: relative;
  padding: 1em 1.3em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  background-color: rgba(155, 125, 92, 0.1);
  margin-left: 2em;
  font-size: min(22px, 1.375vw);
}
.m-flow .item:first-child {
  margin-left: 0;
}
@media (max-width: 559px) {
  .m-flow .item {
    font-size: 16px;
    padding: 0.7em;
    margin: 0 0 1.6em;
    gap: 0.8em;
  }
}
.m-flow .item.color1 {
  border: 1px solid #c48030;
  color: #c48030;
}
.m-flow .item .c-num {
  font-size: min(30px, 1.875vw);
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media (max-width: 559px) {
  .m-flow .item .c-num {
    font-size: 24px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
.m-flow .item + .item::before {
  position: absolute;
  left: -1.3em;
  top: 0;
  display: block;
  content: "";
  width: 0.6em;
  height: 100%;
  background: url(../images/icon-arrow02-right.png) no-repeat center/contain;
}
@media (max-width: 559px) {
  .m-flow .item + .item::before {
    width: 100%;
    height: 0.6em;
    background: url(../images/icon-arrow02-bottom.png) no-repeat center/contain;
    top: -1.6em;
    bottom: auto;
    left: 0;
  }
}

.m-contact {
  background-color: rgba(155, 125, 92, 0.1);
}
.m-contact .m-contact__container {
  background-image: url(../images/logomark-white.png);
  background-repeat: no-repeat;
  background-position: right calc(50vw + 10%) center;
  background-size: auto 100%;
  padding: 4em 0 2em;
}
@media (min-width: 1441px) {
  .m-contact .m-contact__container {
    background-position: left 10% center;
  }
}
@media (max-width: 959px) {
  .m-contact .m-contact__container {
    background-position: left 5% top 0;
    background-size: 40% auto;
    padding: 2.5em 0;
  }
}
.m-contact .text1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.3rem, 2.5vw, 4rem);
  line-height: 1.4;
  margin-bottom: 30px;
}
.p-material .m-contact, .p-flow .m-contact, .p-faq .m-contact, .p-company .m-contact, .p-blog .m-contact, .p-contact .m-contact, .p-newhouse .m-contact {
  background-color: #fff;
}
.p-material .m-contact .m-contact__container, .p-flow .m-contact .m-contact__container, .p-faq .m-contact .m-contact__container, .p-company .m-contact .m-contact__container, .p-blog .m-contact .m-contact__container, .p-contact .m-contact .m-contact__container, .p-newhouse .m-contact .m-contact__container {
  background-image: url(../images/logomark-beige.png);
  background-repeat: no-repeat;
  background-color: #fff;
}

.m-contact .cta-message {
  background-image: url(../images/logomark-white.png);
  background-repeat: no-repeat;
  background-position: right calc(50vw + 10%) center;
  background-size: auto 70%;
}
@media (max-width: 559px) {
  .m-contact .cta-message {
    background-position: left 15% top 10%;
    background-size: 30% auto;
  }
}
.m-contact .cta-message .text1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.3rem, 2.5vw, 4rem);
  line-height: 1.4;
  margin-bottom: 30px;
}
.m-contact .cta-contact .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  color: #fff;
  text-align: center;
}
@media (max-width: 559px) {
  .m-contact .cta-contact .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.m-contact .cta-contact .wrapper .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2em 1em 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media (max-width: 559px) {
  .m-contact .cta-contact .wrapper .item {
    padding: 30px 1em;
  }
}
.m-contact .cta-contact .wrapper .item .head {
  font-size: clamp(1.8rem, 1.875vw, 3rem);
  border-bottom: 1px solid #fff;
  padding-bottom: 0.15em;
  letter-spacing: 0.05em;
}
.m-contact .cta-contact .wrapper .item .tel {
  font-size: clamp(2.2rem, 1.875vw, 3rem);
}
.m-contact .cta-contact .wrapper .item .time {
  font-size: clamp(1.2rem, 0.875vw, 1.4rem);
}
@media (max-width: 559px) {
  .m-contact .cta-contact .wrapper .item .button {
    width: 100%;
  }
}
.m-contact .cta-contact .wrapper .item p {
  font-size: clamp(1rem, 1vw, 1.6rem);
}
.m-contact .cta-contact .wrapper .item1 {
  background: url(../images/cta-ph01.jpg) no-repeat center/cover;
}
@media (max-width: 559px) {
  .m-contact .cta-contact .wrapper .item1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    border-right: 1px solid #fff;
  }
}
.m-contact .cta-contact .wrapper .item2 {
  background: url(../images/cta-ph02.jpg) no-repeat center/cover;
}
@media (max-width: 559px) {
  .m-contact .cta-contact .wrapper .item2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-top: 1px solid #fff;
  }
  .m-contact .cta-contact .wrapper .item2 .button {
    width: 70%;
  }
}
.m-contact .cta-contact .wrapper .item3 {
  background: url(../images/cta-ph03.jpg) no-repeat center/cover;
}
@media (max-width: 559px) {
  .m-contact .cta-contact .wrapper .item3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

.m-flow-simple {
  position: relative;
}
.m-flow-simple .illust01 {
  position: absolute;
  top: 3.125vw;
  right: 5.625vw;
  width: clamp(96px, 13.5vw, 216px);
}
@media (max-width: 559px) {
  .m-flow-simple .illust01 {
    top: -20px;
    width: 25.6vw;
  }
}
.m-flow-simple .illust02 {
  position: absolute;
  bottom: 2.0625vw;
  left: 3.5vw;
  width: clamp(86px, 15.75vw, 252px);
}
@media (max-width: 559px) {
  .m-flow-simple .illust02 {
    width: 22.9333333333vw;
    bottom: auto;
    top: 30px;
  }
}

.m-head-box {
  position: relative;
}
@media (max-width: 959px) {
  .m-head-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.m-head-box .illust01 {
  position: absolute;
}
@media (max-width: 959px) {
  .m-head-box .illust01 {
    position: static;
  }
}
.m-head-box .illust02 {
  position: absolute;
}
@media (max-width: 959px) {
  .m-head-box .illust02 {
    position: static;
  }
}
.m-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.m-list01 .head {
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8em;
  background-color: rgba(155, 125, 92, 0.1);
}
@media (max-width: 559px) {
  .m-list01 .head {
    padding: 1em 0.5em;
    width: 5em;
  }
}
.m-list01 .cont {
  width: calc(95% - 8em);
  padding: 0.4em 1em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  width: calc(95% - 8em);
}
@media (max-width: 559px) {
  .m-list01 .cont {
    width: calc(95% - 5em);
    padding: 1em 0.5em;
  }
}
.m-list01 .cont.cont1 {
  border-top: 1px dotted rgba(0, 0, 0, 0.4);
}
@media (max-width: 559px) {
  .m-list01 .cont.cont2 {
    border-top: 1px dotted rgba(0, 0, 0, 0.4);
  }
}

.m-list02 {
  display: grid;
  grid-auto-flow: column;
  gap: 1.125vw;
}
.m-list02 li {
  display: inline-block;
  background-color: #c2e2f2;
  text-align: center;
  font-size: 1.125vw;
  width: 7em;
  height: 7em;
  border-radius: 100px;
  display: grid;
  place-items: center;
  line-height: 1.4;
}
@media (max-width: 559px) {
  .m-list02 li {
    font-size: 11px;
  }
}
.m-list02 li .small {
  font-size: 0.8em;
}

.m-list03 li {
  margin-top: 1em;
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
}
.m-list03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.9em;
}
.m-list03 a::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #c48030;
  border-right: 1px solid #c48030;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m-table01 {
  border-color: #c0c0c0;
  margin-bottom: 20px;
  width: 100%;
}
.m-table01 th {
  font-size: 14px;
  width: 10em;
  height: 30px;
  padding: 10px;
  background: #f5f5f5;
  border-color: #f5f5f5;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c0c0c0;
  border-right-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
  border-left-color: #c0c0c0;
  line-height: 18px;
}
.m-table01 tr td {
  font-size: 15px;
  padding: 15px 15px;
  padding: 15px 10px;
  background: #fff;
  border-color: #f5f5f5;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c0c0c0;
  border-right-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
  border-left-color: #c0c0c0;
  line-height: 18px;
}

/* project */
/* global */
.p-home-kv {
  width: 100%;
  overflow: hidden;
}

.p-home-slide {
  position: relative;
}
.p-home-slide .text-box {
  padding-top: 80px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 559px) {
  .p-home-slide .text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px;
  }
}
.p-home-slide .text-box .text01 {
  width: 43.125vw;
  height: auto;
}
.p-home-slide .text-box .text01-sm {
  display: none;
}
@media (max-width: 559px) {
  .p-home-slide .text-box .text01-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-home-slide .text-box .text01-sm img {
  height: 90.6666666667vw;
  width: auto;
}
.p-home-slide .text-box .text02-sm {
  margin-bottom: 25px;
}
.p-home-slide .text-box .text02-sm img {
  width: 85.3333333333vw;
  height: auto;
}
.p-home-slide .schroll {
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 959px) {
  .p-home-slide .schroll {
    display: none;
  }
}
.p-home-slide .schroll .text {
  font-size: clamp(8.5px, 0.875vw, 1.4rem);
  color: #fff;
}
.p-home-slide .schroll .line {
  display: block;
  width: 1px;
  height: 85px;
  overflow: hidden;
  background-color: rgba(221, 221, 221, 0.5);
}
.p-home-slide .schroll .line::after {
  display: block;
  content: "";
  width: 1px;
  height: 85px;
  background-color: #fff;
  -webkit-animation: line-in-out 1.8s linear infinite;
          animation: line-in-out 1.8s linear infinite;
}

.p-home-topnews {
  margin-top: 3.125vw;
}
@media (max-width: 959px) {
  .p-home-topnews {
    margin-top: 0;
    padding: 25px 0;
    background-color: rgba(155, 125, 92, 0.3);
  }
}
.p-home-topnews .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 959px) {
  .p-home-topnews .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-topnews .head {
  color: #c48030;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.8rem, 1.438vw, 2.3rem);
}
.p-home-topnews .news-box {
  padding: 1em 1em 1em 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5vw;
  background-color: rgba(155, 125, 92, 0.3);
}
@media (max-width: 959px) {
  .p-home-topnews .news-box {
    padding: 0 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
  }
}
.p-home-topnews .news-box .list {
  padding-left: 1.5vw;
  border-left: 1px dotted #000;
}
@media (max-width: 959px) {
  .p-home-topnews .news-box .list {
    border: none;
    padding-left: 0;
  }
}
@media (max-width: 959px) {
  .p-home-topnews .news-box .list li {
    margin-bottom: 0.5em;
  }
}
.p-home-topnews .news-box .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}
.p-home-topnews .news-box .list li a .date {
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  margin-right: 1em;
}
@media (max-width: 559px) {
  .p-home-topnews .news-box .list li a .date {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
.p-home-topnews .news-box .list li a .title {
  line-height: 1.5;
}
@media (max-width: 959px) {
  .p-home-topnews .news-box .list li a .title {
    padding-left: 1em;
    border-left: 1px dotted #000;
  }
}
@media (max-width: 559px) {
  .p-home-topnews .news-box .list li a .title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-home-topnews .pickup-box {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding: 1em 1em 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  background-color: rgba(155, 125, 92, 0.3);
}
@media (max-width: 959px) {
  .p-home-topnews .pickup-box {
    padding: 15px;
    background: #fff;
  }
}
.p-home-topnews .pickup-box .text {
  font-size: clamp(1.2rem, 1.063vw, 1.7rem);
}
.p-home-topnews .pickup-box img {
  width: clamp(120px, 11.25vw, 180px);
  height: auto;
}

.p-home-message .l-container-row01 .box01 {
  padding-left: calc(50vw - 700px);
}
.p-home-message .text-box {
  height: 100%;
  padding-left: 6.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 559px) {
  .p-home-message .text-box {
    padding: 0 25px;
  }
}
.p-home-message .text-box p {
  font-size: clamp(1.3rem, 1.125vw, 1.8rem);
  line-height: 2.2;
  margin-top: 2em;
}
@media (max-width: 559px) {
  .p-home-message .text-box p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-home-message .text-box img {
  width: clamp(177px, 14.875vw, 238px);
  margin-top: 3.125vw;
}
@media (max-width: 959px) {
  .p-home-message .text-box img {
    margin-top: 0;
  }
}
@media (max-width: 559px) {
  .p-home-message .text-box img {
    margin: 1em auto 0;
  }
}
.p-home-promise .p-home-promise__wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 959px) {
  .p-home-promise .p-home-promise__wrapper {
    width: 80vw;
    padding: 0;
  }
}
@media (max-width: 559px) {
  .p-home-promise .p-home-promise__wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.p-home-promise .text01 {
  font-size: clamp(2rem, 1.5vw, 2.4rem);
  color: #c48030;
}
@media (max-width: 559px) {
  .p-home-promise .text01 {
    line-height: 1.4;
  }
}

.p-home-house__contents {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-home-house__contents .illust01 {
  z-index: 1;
  position: absolute;
  top: -4vw;
  right: 3.125vw;
  width: min(216px, 13.5vw);
}
@media (max-width: 559px) {
  .p-home-house__contents .illust01 {
    width: 25.0666666667vw;
    right: 15px;
    top: -30px;
  }
}
.p-home-house__contents .text-box {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5vw;
}
@media (max-width: 559px) {
  .p-home-house__contents .text-box {
    gap: 30px;
  }
}
.p-home-house__contents .text-box .text {
  padding-right: 6.25vw;
}
@media (max-width: 559px) {
  .p-home-house__contents .text-box .text {
    padding: 0;
  }
}
.p-home-house__contents .text-box .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 559px) {
  .p-home-house__contents .text-box .photos {
    gap: 8px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-home-house__contents .text-box .photos .ph02,
.p-home-house__contents .text-box .photos .ph06 {
  width: 15.9375vw;
}
@media (max-width: 559px) {
  .p-home-house__contents .text-box .photos .ph02,
  .p-home-house__contents .text-box .photos .ph06 {
    width: 36vw;
  }
}
.p-home-house__contents .text-box .photos .ph03,
.p-home-house__contents .text-box .photos .ph05 {
  width: 24.125vw;
}
@media (max-width: 559px) {
  .p-home-house__contents .text-box .photos .ph03,
  .p-home-house__contents .text-box .photos .ph05 {
    width: 57.3333333333vw;
  }
}
.p-home-house__contents .text-box .photos .ph02,
.p-home-house__contents .text-box .photos .ph05 {
  margin-top: 5.9375vw;
}
@media (max-width: 559px) {
  .p-home-house__contents .text-box .photos .ph02,
  .p-home-house__contents .text-box .photos .ph05 {
    margin-top: 13.3333333333vw;
  }
}
.p-home-house__contents .text-box.--left .text {
  padding-right: 0;
  padding-left: 6.25vw;
}
@media (max-width: 559px) {
  .p-home-house__contents .text-box.--left .text {
    padding: 0;
  }
}
.p-home-house__contents .image-box {
  position: relative;
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
}
.p-home-house__contents .image-box .head01 {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 15px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 559px) {
  .p-home-house__contents .image-box .ph01,
  .p-home-house__contents .image-box .ph04 {
    aspect-ratio: 1/0.8;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 70%;
       object-position: 50% 70%;
  }
}
.p-home-house__contents .m-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-home-house__contents .m-buttons .c-button01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: auto;
}
@media (max-width: 559px) {
  .p-home-house__contents .m-buttons .c-button01 {
    min-width: 70%;
  }
}
.p-home-house__contents.-cont01 .m-buttons {
  padding-right: 6.25vw;
}
@media (max-width: 559px) {
  .p-home-house__contents.-cont01 .m-buttons {
    padding-right: 0;
  }
}
.p-home-house__contents.-cont02 .button-wrap {
  padding-left: 6.25vw;
}
@media (max-width: 559px) {
  .p-home-house__contents.-cont02 .button-wrap {
    padding-left: 0;
  }
}

.p-home-carousel {
  overflow: hidden;
  background-color: rgba(155, 125, 92, 0.1);
}

.p-home-sns .text01 {
  font-size: clamp(1.8rem, 1.5vw, 2.4rem);
  color: #717171;
}
.p-home-sns .p-home-sns__wrapper .p-home-sns__box {
  padding: 0 3.75vw;
}
@media (max-width: 559px) {
  .p-home-sns .p-home-sns__wrapper .p-home-sns__box {
    padding: 0;
  }
}
.p-home-sns .p-home-sns__wrapper .youtube-box {
  border-right: 1px dotted rgba(0, 0, 0, 0.4);
}
@media (max-width: 559px) {
  .p-home-sns .p-home-sns__wrapper .youtube-box {
    border: none;
  }
}
.p-home-sns .p-home-sns__wrapper .insta-box #sb_instagram #sbi_images {
  padding: 0;
}
.p-home-sns .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}
.p-home-sns .inner01 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: clamp(2.2rem, 2.125vw, 3.4rem);
}
.p-home-sns .inner01 .title img {
  max-width: 1.3em;
  max-height: 1.1em;
}
.p-home-sns .inner03 {
  gap: 20px;
}

.p-home-blog__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home-blog__tab .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1em;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.p-home-blog__tab .tab1 {
  background: url(../images/bg03.png) repeat-x top/50px 7px, #fff;
}
.p-home-blog__tab .tab2 {
  background: #dcdcdc;
}

.p-home-blog .p-home-blog__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5vw;
}
@media (max-width: 959px) {
  .p-home-blog .p-home-blog__wrapper {
    display: block;
  }
}
.p-home-blog .p-home-blog__wrapper .p-home-blog__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: clamp(15px, 3.125vw, 50px);
  background-color: #fff;
  height: 100%;
  padding-bottom: 30px;
}
@media (max-width: 959px) {
  .p-home-blog .p-home-blog__wrapper .p-home-blog__box {
    width: 100%;
  }
  .p-home-blog .p-home-blog__wrapper .p-home-blog__box.box2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
}
.p-home-blog .p-home-blog__wrapper .p-home-blog__box .head {
  font-size: clamp(1.8rem, 1.875vw, 3rem);
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 0.6em;
  background: url(../images/bg03.png) repeat-x bottom/35px 5px;
}
.p-home-blog .p-home-blog__wrapper .p-home-blog__box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.p-home-blog .p-home-blog__wrapper .p-home-blog__box .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(15px, 2.5vw, 40px);
}
@media (max-width: 559px) {
  .p-home-blog .p-home-blog__wrapper .p-home-blog__box .list a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-home-blog .p-home-blog__wrapper .p-home-blog__box .list a img {
  width: 12.5vw;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 559px) {
  .p-home-blog .p-home-blog__wrapper .p-home-blog__box .list a img {
    width: 110px;
  }
}
.p-home-blog .p-home-blog__wrapper .p-home-blog__box .list a .text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-home-blog .p-home-blog__wrapper .p-home-blog__box .list a .text-box .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media (max-width: 559px) {
  .p-home-blog .p-home-blog__wrapper .p-home-blog__box .list a .text-box .meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.1em;
  }
}
.p-home-blog .p-home-blog__wrapper .p-home-blog__box .list a .text-box .date {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}
.p-home-blog .p-home-blog__wrapper .p-home-blog__box .list a .text-box .title {
  margin-top: 0.5em;
  font-size: clamp(1.4rem, 1.375vw, 2.2rem);
  line-height: 1.6;
}
@media (max-width: 959px) {
  .p-home-blog .p-home-blog__wrapper .p-home-blog__box .list a .text-box .title {
    margin-top: 0.1em;
  }
}
.p-home-blog .p-home-blog__wrapper .p-home-blog__box.box2 .head {
  background: url(../images/bg02.png) repeat-x bottom/35px 5px;
}
.p-home-blog.--active .p-home-blog__tab .tab1 {
  background: #dcdcdc;
}
.p-home-blog.--active .p-home-blog__tab .tab2 {
  background: url(../images/bg02.png) repeat-x top/35px 5px, #fff;
}
.p-home-blog.--active .p-home-blog__box.box2 {
  opacity: 1;
  visibility: visible;
}

.p-home-seminer .m-seminer__wrapper {
  padding: 3.125vw 3.75vw 2.8125vw;
  width: auto;
}
@media (max-width: 559px) {
  .p-home-seminer .m-seminer__wrapper {
    padding: 30px 20px 50px;
    background-color: transparent;
  }
}

.p-home-news .p-home-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25vw;
}
@media (max-width: 959px) {
  .p-home-news .p-home-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 959px) {
  .p-home-news .p-home-news__wrapper .button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-home-news .p-home-news__wrapper .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-home-news .p-home-news__wrapper .list .item a {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}
@media (max-width: 959px) {
  .p-home-news .p-home-news__wrapper .list .item a {
    gap: 1em;
  }
}
.p-home-news .p-home-news__wrapper .list .item a img {
  width: clamp(116px, 9.375vw, 150px);
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-news .p-home-news__wrapper .list .item a .text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1em;
}
@media (max-width: 959px) {
  .p-home-news .p-home-news__wrapper .list .item a .text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.1em;
  }
}
.p-home-news .p-home-news__wrapper .list .item a .text-box .meta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-home-news .p-home-news__wrapper .list .item a .text-box .tag {
  margin-bottom: 0.5em;
}
@media (max-width: 959px) {
  .p-home-news .p-home-news__wrapper .list .item a .text-box .tag {
    margin-bottom: 0.1em;
  }
}
.p-home-news .p-home-news__wrapper .list .item a .text-box .c-tag02.news {
  background-color: #8c9d81;
}
.p-home-news .p-home-news__wrapper .list .item a .text-box .c-tag02.event {
  background-color: #c48030;
}
@media (max-width: 559px) {
  .p-home-news .p-home-news__wrapper .list .item a .text-box .title {
    line-height: 1.4;
  }
}

/* global */
.p-faq-title {
  margin-top: clamp(80px, 8.125vw, 130px);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2rem, 1.875vw, 3rem);
}
@media (max-width: 559px) {
  .p-faq-title {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
  }
}

.p-faq-box {
  margin-top: clamp(20px, 3.125vw, 50px);
}
.p-faq-box .question {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0.5em 40px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.4rem, 1.25vw, 2rem);
  line-height: 1.4;
  background-color: #fff;
}
@media (max-width: 559px) {
  .p-faq-box .question {
    padding: 0.7em 15px;
  }
}
.p-faq-box .question::after {
  margin-left: auto;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon-plus01.png) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-faq-box .question span {
  color: #c48030;
  font-size: clamp(1.6rem, 1.25vw, 2rem);
}
.p-faq-box.active .question::after {
  background: url(../images/icon-minus01.png) no-repeat center/contain;
}
.p-faq-box .answer {
  display: none;
}
.p-faq-box .answer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  padding: 1.5em 40px 2em;
}
@media (max-width: 559px) {
  .p-faq-box .answer .inner {
    padding: 0.5em 15px;
  }
}
.p-faq-box .answer .inner .head {
  font-size: clamp(1.6rem, 1.25vw, 2rem);
  color: #c48030;
}
.p-faq-box .answer .inner .cont a {
  margin: 1em 1em 0 0;
}

/* global */
.p-blog .-tag-orange,
.p-blog .blog-tag02,
.p-blog .estate-cat02,
.p-estate .-tag-orange,
.p-estate .blog-tag02,
.p-estate .estate-cat02 {
  background-color: #c48030;
}
.p-blog .-tag-blue1,
.p-blog .blog-tag04,
.p-blog .news,
.p-blog .estate-cat03,
.p-estate .-tag-blue1,
.p-estate .blog-tag04,
.p-estate .news,
.p-estate .estate-cat03 {
  background-color: #6bb7c4;
}
.p-blog .-tag-green1,
.p-blog .blog-tag05,
.p-blog .estate-cat01,
.p-estate .-tag-green1,
.p-estate .blog-tag05,
.p-estate .estate-cat01 {
  background-color: #8c9d81;
}
.p-blog .-tag-blue2,
.p-blog .blog-tag01,
.p-estate .-tag-blue2,
.p-estate .blog-tag01 {
  background-color: #7086b8;
}
.p-blog .-tag-purple,
.p-blog .blog-tag06,
.p-estate .-tag-purple,
.p-estate .blog-tag06 {
  background-color: #987f99;
}
.p-blog .-tag-yellow,
.p-blog .blog-tag03,
.p-blog .event,
.p-estate .-tag-yellow,
.p-estate .blog-tag03,
.p-estate .event {
  background-color: #c09c54;
}
.p-blog .blog-tag07,
.p-estate .blog-tag07 {
  background-color: #bd8971;
}
.p-blog .blog-tag08,
.p-estate .blog-tag08 {
  background-color: #68946b;
}
.p-blog .blog-tag09,
.p-estate .blog-tag09 {
  background-color: #9f886b;
}

.p-blog-header {
  width: 75%;
  height: 12.5vw;
  max-height: 165px;
  padding-right: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 559px) {
  .p-blog-header {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-blog-header .illust01 {
  width: auto;
  height: 100%;
}
@media (max-width: 559px) {
  .p-blog-header .illust01 {
    margin-top: -10px;
    height: 100px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.p-blog-mainwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 559px) {
  .p-blog-mainwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-blog-mainwrapper .p-blog-main {
  padding: 0 3.75vw;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
@media (max-width: 559px) {
  .p-blog-mainwrapper .p-blog-main {
    padding: 0;
  }
}
.p-blog-mainwrapper .p-blog-main .heading {
  text-align: center;
}
.p-blog-mainwrapper .p-blog-main .heading .c-heading14 {
  margin: 0 auto;
  padding: 0 2em 0.2em;
  font-size: clamp(2.4rem, 2.25vw, 3.6rem);
  display: inline-block;
}
@media (max-width: 559px) {
  .p-blog-mainwrapper .p-blog-main .heading .c-heading14 {
    padding: 0.2em 0;
  }
}
.p-blog-mainwrapper .p-blog-main .p-blog-main__cat {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 559px) {
  .p-blog-mainwrapper .p-blog-main .p-blog-main__cat {
    max-width: 100%;
  }
}
.p-blog-mainwrapper .p-blog-main .p-blog-main__cat .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8em;
}
.p-blog-mainwrapper .p-blog-main .p-blog-main__cat .inner .c-tag02 {
  font-size: 12px;
}

.p-blog-side {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 2.5vw;
  border-left: 1px solid #dcdcdc;
}
@media (max-width: 559px) {
  .p-blog-side {
    margin-top: 100px;
    padding-right: 0;
    border: none;
  }
}
.p-blog-side .p-blog-side__inner {
  padding: 2em 0;
}
.p-blog-side .p-blog-side__inner:first-child {
  padding-top: 0;
}
.p-blog-side .p-blog-side__inner + .p-blog-side__inner {
  border-top: 1px solid #dcdcdc;
}

.p-blog-article {
  padding: clamp(20px, 3.125vw, 50px);
  background-color: #fff;
}
.p-blog-article .p-blog-article__date {
  color: #c48030;
  font-size: clamp(1.4rem, 1.25vw, 2rem);
}
.p-blog-article .p-blog-article__title {
  font-size: clamp(1.8rem, 1.625vw, 2.6rem);
  line-height: 1.5;
}
.p-blog-article p {
  margin-bottom: 20px;
}

.p-blog-article__contents .thumb img {
  width: 100%;
}

/* -----------------
前サイトのデザイン引き継ぎ
----------------- */
.p-blog-article__contents strong {
  font-weight: bold;
}
.p-blog-article__contents {
  /*--------------------------------
  各フォント設定
  ---------------------------------*/
}
.p-blog-article__contents p {
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 20px;
}
.p-blog-article__contents {
  /*記事タイトル*/
}
.p-blog-article__contents .entry-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  color: #333;
  padding: 0;
  margin: 0;
  clear: both;
}
.p-blog-article__contents {
  /*小見出し*/
}
.p-blog-article__contents h3 {
  margin: 0 0 10px 0;
  padding: 15px 0;
  border-width: 3px 0 3px 0px;
  border-color: #bfe6ed;
  border-style: solid;
  line-height: 140%;
  font-size: 1.3em;
  font-weight: bold;
}
.p-blog-article__contents {
  /*リスト */
}
.p-blog-article__contents ul {
  list-style-type: none;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p-blog-article__contents ul li {
  font-size: 1em;
  line-height: 1.9em;
  padding-left: 0;
}
.p-blog-article__contents ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: -0.15em;
  display: inline-block;
  background: #20b97b;
}
.p-blog-article__contents ol {
  list-style: none;
  counter-reset: ol_li; /* ol_li カウンタをセットする(値もリセット) */
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.p-blog-article__contents {
  /*----------ol--------*/
}
.p-blog-article__contents ol {
  list-style: none;
  counter-reset: ol_li; /* ol_li カウンタをセットする(値もリセット) */
  list-style-position: inside;
}
.p-blog-article__contents ol li {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.p-blog-article__contents {
  /*数字リストの2行目のずれを治す*/
}
.p-blog-article__contents ol li:before {
  text-align: center;
  text-indent: -33px;
  margin-right: -22px;
  counter-increment: ol_li;
  content: counter(ol_li);
  color: #333;
  display: inline-block;
  width: 3.5em;
  height: 1em;
  font-weight: bold;
  font-size: 14px;
}
.p-blog-article__contents {
  /* -------------------------
  ブログページ見出し
  ------------------------- */
  /*======================================
   見出し2デザイン
  ======================================*/
}
.p-blog-article__contents h2 {
  font-weight: bold;
  font-size: 20px;
  padding: 1em 1.5em;
  background: #f6f6f6;
  margin: 10px 0;
  border-radius: 3px;
  color: #1a1a1a;
  line-height: 1.6em;
}
.p-blog-article__contents h2 {
  font-weight: bold;
  font-size: 20px;
  padding: 1em 1.5em;
  background: #f6f6f6;
  margin: 10px 0;
  border-radius: 3px;
  color: #1a1a1a;
  line-height: 1.6em;
}
.p-blog-article__contents h2.archiev {
  text-align: center;
  background: none;
}
.p-blog-article__contents .material h2 {
  font-weight: bold;
  font-size: 20px;
  padding: 1em 1.5em;
  background: #f6f6f6;
  margin: 10px 0;
  border-radius: 3px;
  color: #1a1a1a;
  line-height: 1.6em;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.p-blog-article__contents {
  /*吹き出し*/
}
.p-blog-article__contents .fukidasi h2 {
  position: relative;
  padding: 15px;
  margin: 10px 0 20px;
  background: #2a66a5;
  text-align: center;
}
.p-blog-article__contents .fukidasi h2:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 25px solid transparent;
  border-top: 15px solid #2a66a5;
  width: 0;
  height: 0;
}
.p-blog-article__contents {
  /*内側にシャドウ型*/
}
.p-blog-article__contents .shadow h2 {
  padding: 20px;
  border-radius: 3px;
  margin: 10px 0 20px;
  background: #f0f0f0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15) inset;
}
.p-blog-article__contents {
  /*リボン風*/
}
.p-blog-article__contents .ribbon h2 {
  position: relative;
  color: #fff;
  background: #325a8c;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  margin: 10px 0 20px;
}
.p-blog-article__contents .ribbon h2::before,
.p-blog-article__contents .ribbon h2::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #1a3654;
}
.p-blog-article__contents .ribbon h2::before {
  right: 0;
  border-left: 5px solid #1a3654;
}
.p-blog-article__contents .ribbon h2::after {
  left: 0;
  border-right: 5px solid #1a3654;
}
.p-blog-article__contents {
  /*アンダーライン（グラデーション）*/
}
.p-blog-article__contents .under-gradline h2 {
  position: relative;
  padding: 0.8em 0;
  background: none;
  color: #2a66a5;
  margin: 10px 0 20px;
}
.p-blog-article__contents .under-gradline h2:after {
  content: "";
  display: block;
  margin-top: 5px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#2a66a5), to(transparent));
  background: linear-gradient(to right, #2a66a5, transparent);
}
.p-blog-article__contents {
  /*初めの文字を大きく*/
}
.p-blog-article__contents .first-big h2 {
  background: none;
  color: #1a1a1a;
  margin: 10px 0 20px;
  padding: 5px 0px;
}
.p-blog-article__contents .first-big h2:first-letter {
  font-size: 1.2em;
  color: #981dad;
  background: none;
  border-bottom: solid 3px #981dad;
}
.p-blog-article__contents {
  /*角はみだし型*/
}
.p-blog-article__contents .hamiwaku h2 {
  position: relative;
  margin: 10px 0 20px;
  padding: 15px 20px;
  font-size: 20px;
  text-align: center;
  border-top: solid 1px #325a8c;
  border-bottom: solid 1px #325a8c;
  background: none;
  color: #325a8c;
}
.p-blog-article__contents .hamiwaku h2:before,
.p-blog-article__contents .hamiwaku h2:after {
  content: "";
  position: absolute;
  top: -10px;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #325a8c;
}
.p-blog-article__contents .hamiwaku h2::before {
  left: 10px;
}
.p-blog-article__contents .hamiwaku h2::after {
  right: 10px;
}
.p-blog-article__contents {
  /*チャプター型*/
}
.p-blog-article__contents .chapter h2 {
  position: relative;
  padding: 20px 10px;
  font-size: 20px;
  border: 1px solid #325a8c;
  margin: 10px 0;
  background: none;
  color: #325a8c;
}
.p-blog-article__contents .chapter h2::after {
  font-family: Font Awesome\5 Free;
  content: "\f0c8  Chapter";
  position: absolute;
  top: -15px;
  left: 10px;
  background: #fff;
  font-size: 12px;
  color: #325a8c;
  padding: 0 10px;
}
.p-blog-article__contents {
  /*左端にアイコン付き*/
}
.p-blog-article__contents .icon h2 {
  position: relative;
  margin: 10px 0 20px;
  padding-left: 1.6em; /*アイコン分のスペース*/
  line-height: 1.4em;
  color: #fff;
  background: #2a66a5;
  border-radius: 3px;
}
.p-blog-article__contents .icon h2:before {
  font-family: Font Awesome\5 Free;
  content: "\f00c";
  position: absolute; /*絶対位置*/
  font-size: 1em; /*サイズ*/
  left: 9px;
  color: #fff; /*アイコン色*/
}
.p-blog-article__contents {
  /*装飾なし*/
}
.p-blog-article__contents .simpleh2 h2 {
  background: none;
  color: #1a1a1a;
  margin: 10px 0 0;
  padding: 1em 0;
}
.p-blog-article__contents {
  /*======================================
   見出し3デザイン
  ======================================*/
}
.p-blog-article__contents h3 {
  margin: 0 0 10px 0;
  padding: 15px 8px;
  border-width: 3px 0 3px 0;
  border-color: #1a1a1a;
  border-style: solid;
  line-height: 140%;
  font-weight: bold;
  color: #1a1a1a;
}
.p-blog-article__contents {
  /*アンダーライン型*/
}
.p-blog-article__contents .h3underline h3 {
  margin: 0 0 10px 0;
  padding: 15px 8px;
  border-width: 0 0 3px 0;
  border-color: #1a1a1a;
  border-style: solid;
  line-height: 140%;
  font-weight: bold;
  color: #1a1a1a;
}
.p-blog-article__contents {
  /*細めのアンダーライン型*/
}
.p-blog-article__contents .thin-underline h3 {
  margin: 0 0 10px 0;
  padding: 15px 8px;
  border-width: 0 0 1px 0;
  border-color: #1a1a1a;
  border-style: solid;
  line-height: 140%;
  font-weight: bold;
  color: #1a1a1a;
}
.p-blog-article__contents {
  /*ストライプアンダーライン*/
}
.p-blog-article__contents .stripes h3 {
  position: relative;
  border: none;
}
.p-blog-article__contents .stripes h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 0px, #fff 2px, #fff 2px);
}
.p-blog-article__contents {
  /*L字型*/
}
.p-blog-article__contents .lh3 h3 {
  padding: 0.25em 0 0.5em 0.75em;
  border-width: 0 0 1px 5px;
  border-color: #1a1a1a;
}
.p-blog-article__contents {
  /*左にボックス×２付き*/
}
.p-blog-article__contents .box2 h3 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #325a8c;
  border: none;
}
.p-blog-article__contents .box2 h3::before,
.p-blog-article__contents .box2 h3::after {
  content: "□";
  position: absolute;
}
.p-blog-article__contents .box2 h3::before {
  left: 0;
  top: 10px;
}
.p-blog-article__contents .box2 h3::after {
  left: 5px;
  top: 16px;
  color: #a1b8d1;
}
.p-blog-article__contents {
  /*装飾なし*/
}
.p-blog-article__contents .simpleh3 h3 {
  background: none;
  color: #1a1a1a;
  border: none;
}
.p-blog-article__contents h3 a {
  color: #333;
  font-weight: 800;
  text-decoration: none;
}
.p-blog-article__contents {
  /*======================================
   見出し4デザイン
  ======================================*/
}
.p-blog-article__contents h4 {
  margin-bottom: 10px;
  position: relative;
  padding: 10px 10px 10px 1.4em;
  line-height: 1.4em;
  color: #1a1a1a;
  font-weight: 500;
}
.p-blog-article__contents {
  /*左にキューブアイコン*/
}
.p-blog-article__contents .cube-icon {
  margin-bottom: 10px;
  position: relative;
  padding: 10px 10px 10px 1.4em;
  line-height: 1.4em;
  color: #1a1a1a;
}
.p-blog-article__contents .cube-icon :before {
  font-family: Font Awesome\5 Free; /*忘れずに*/
  content: "\f1b2"; /*アイコンのユニコード*/
  position: absolute; /*絶対位置*/
  font-size: 1.2em; /*サイズ*/
  left: 0; /*アイコンの位置*/
}
.p-blog-article__contents {
  /*左だけボーダー*/
}
.p-blog-article__contents .left-border {
  padding: 0.5em 0 0.5em 0.75em;
  border-width: 0 0 0 3px;
  border-color: #1a1a1a;
  border-style: solid;
}
.p-blog-article__contents .left-border :before {
  content: "";
}
.p-blog-article__contents {
  /*左だけボーダー(細め)*/
}
.p-blog-article__contents .left-thin-border {
  padding: 0.5em 0 0.5em 0.75em;
  border-width: 0 0 0 1px;
  border-color: #1a1a1a;
  border-style: solid;
}
.p-blog-article__contents .left-thin-border :before {
  content: "";
}
.p-blog-article__contents {
  /*文字色のみ変更*/
}
.p-blog-article__contents .trans-color {
  background: none;
  color: #1a1a1a;
  border: none;
  padding: 10px 10px 10px 10px;
}
.p-blog-article__contents .trans-color h4:before {
  content: "";
}
.p-blog-article__contents {
  /*装飾なし*/
}
.p-blog-article__contents .simpleh4 h4 {
  background: none;
  color: #1a1a1a;
  border: none;
  padding: 10px 10px 10px 10px;
}
.p-blog-article__contents .simpleh4 h4:before {
  content: "";
}
.p-blog-article__contents h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.p-blog-article__contents {
  /* 関連記事の文字 */
}
.p-blog-article__contents .point {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 20px;
  line-height: 28px;
  color: #666;
}
.p-blog-article__contents {
  /* 記事タイトル下 */
}
.p-blog-article__contents .blogbox p {
  font-size: 12px;
  font-weight: 800;
  margin: 0px;
  line-height: 18px;
  color: #1a1a1a;
  display: inline-block;
  text-decoration: none;
  padding: 1px 0;
}
.p-blog-article__contents .blogbox {
  position: absolute;
  clear: both;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  top: 2px;
  width: 130px;
}
.p-blog-article__contents .koukai {
  width: 150px;
  font-size: 15px;
  line-height: 22px;
  float: left;
}
.p-blog-article__contents .koushin {
  width: 150px;
  font-size: 15px;
  line-height: 22px;
  float: left;
}
.p-blog-article__contents {
  /* 引用 */
}
.p-blog-article__contents blockquote {
  background-color: #fff;
  background-image: url(images/quote.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cecece;
  border-radius: 3px;
}
.p-blog-article__contents {
  /* 引用じゃないけど引用と同じデザインにしたい時 */
}
.p-blog-article__contents .inyoumodoki {
  background-color: #f8f8ff;
  background-image: url(images/quote.png);
  background-repeat: no-repeat;
  background-position: left top;
  border-style: solid;
  border-width: 5px;
  border-color: #808080;
  padding: 5px;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.p-blog-article__contents h2 {
  background: #ff8d00;
}
.p-blog-article__contents h2 {
  background: #ff8d00;
}
.p-blog-article__contents .fukidasi h2 {
  background: #ff8d00;
}
.p-blog-article__contents .material h2 {
  background: #ff8d00;
}
.p-blog-article__contents .fukidasi h2:after {
  border-top: 15px solid #ff8d00;
}
.p-blog-article__contents .shadow h2 {
  background: #ff8d00;
}
.p-blog-article__contents .ribbon h2 {
  background: #ff8d00;
}
.p-blog-article__contents .ribbon h2::before,
.p-blog-article__contents .ribbon h2::after {
  border-top: 5px solid #ff8d00;
}
.p-blog-article__contents .ribbon h2::before {
  border-left: 5px solid #ff8d00;
}
.p-blog-article__contents .ribbon h2::after {
  border-right: 5px solid #ff8d00;
}
.p-blog-article__contents .under-gradline h2 {
  color: #ff8d00;
}
.p-blog-article__contents .under-gradline h2:after {
  background: -webkit-gradient(linear, left top, right top, from(#ff8d00), to(transparent));
  background: linear-gradient(to right, #ff8d00, transparent);
}
.p-blog-article__contents .first-big h2 {
  color: #1a1a1a;
}
.p-blog-article__contents .first-big h2:first-letter {
  color: #ff8d00;
  border-bottom: solid 3px #ff8d00;
}
.p-blog-article__contents .hamiwaku h2 {
  border-top: solid 1px #ff8d00;
  border-bottom: solid 1px #ff8d00;
  color: #ff8d00;
}
.p-blog-article__contents .hamiwaku h2:before,
.p-blog-article__contents .hamiwaku h2:after {
  background-color: #ff8d00;
}
.p-blog-article__contents .chapter h2 {
  border: 1px solid #ff8d00;
  color: #ff8d00;
}
.p-blog-article__contents .chapter h2::after {
  color: #ff8d00;
}
.p-blog-article__contents .icon h2 {
  background: #ff8d00;
}
.p-blog-article__contents h3 {
  border-color: #ff8d00;
  color: #ff8d00;
}
.p-blog-article__contents .h3underline h3 {
  border-color: #ff8d00;
  color: #ff8d00;
}
.p-blog-article__contents .thin-underline h3 {
  border-color: #ff8d00;
  color: #ff8d00;
}
.p-blog-article__contents .lh3 h3 {
  border-color: #ff8d00;
  color: #ff8d00;
}
.p-blog-article__contents .stripes h3:after {
  background: repeating-linear-gradient(-45deg, #ff8d00, #ff8d00 0px, #fff 2px, #fff 2px);
}
.p-blog-article__contents .box2 h3 {
  color: #ff8d00;
}
.p-blog-article__contents .box2 h3::before {
  color: #ff8d00;
}
.p-blog-article__contents .box2 h3::after {
  color: #a1b8d1;
}
.p-blog-article__contents h4 {
  color: #ff8d00;
}
.p-blog-article__contents .trans-color h4 {
  color: #ff8d00;
}
.p-blog-article__contents .cube-icon h4 {
  color: #ff8d00;
}
.p-blog-article__contents .left-border h4 {
  border-color: #ff8d00;
}
.p-blog-article__contents .left-thin-border h4 {
  border-color: #ff8d00;
}

/* TOC+プラグイン */
#toc_container li:before {
  content: none;
}

#toc_container {
  position: relative;
  overflow: hidden;
  background: #fbfbfb !important;
  border: 0px solid #aaa !important;
  padding: 1em 2em 1em !important;
  min-width: 80%;
  margin: auto;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

#toc_container p.toc_title {
  text-align: left !important;
  position: relative;
  margin: -20px -30px 30px !important;
  padding: 13px 40px 10px 30px !important;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  background: #009fc1;
}

#toc_container p.toc_title a {
  color: #fff;
  text-decoration: none;
  font-size: 0.85em;
}

#toc_container ul {
  margin: 0 !important;
}

#toc_container li a {
  display: block;
  padding: 0.5em 0;
}

#toc_container li li a {
  padding-left: 0.7em;
}

#toc_container li .toc_number {
  margin-right: 0.5em;
}

#toc_container p.toc_title {
  background: #ff8d00;
}

.p-blog-article.under-gradline h2 {
  position: relative;
  padding: 0.8em 0;
  background: none;
  color: #2a66a5;
  margin: 10px 0 20px;
}

.p-blog-article.under-gradline h2 {
  color: #ff8d00;
}

.p-blog-article h2 {
  color: #ffffff;
}

.p-blog-article h2 {
  background: #ff8d00;
}

.p-blog-article h2 {
  font-weight: bold;
  font-size: 20px;
  padding: 1em 1.5em;
  background: #f6f6f6;
  margin: 10px 0;
  border-radius: 3px;
  color: #1a1a1a;
  line-height: 1.6em;
}

.under-gradline h2:after {
  content: "";
  display: block;
  margin-top: 5px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#2a66a5), to(transparent));
  background: linear-gradient(to right, #2a66a5, transparent);
  background: -webkit-gradient(linear, left top, right top, from(#ff8d00), to(transparent));
  background: linear-gradient(to right, #ff8d00, transparent);
}

/* global */
.p-concept-header .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-concept-header .img-box .head {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.2rem, 2.75vw, 4.4rem);
}
.p-concept-header .img-box .ph-box {
  position: relative;
  margin-top: -7vw;
  width: 100%;
  text-align: right;
}
@media (max-width: 559px) {
  .p-concept-header .img-box .ph-box {
    margin-top: -12vw;
  }
}
.p-concept-header .img-box .ph-box .illust01 {
  position: absolute;
  right: 4.8125vw;
  width: 16.25vw;
}
@media (max-width: 559px) {
  .p-concept-header .img-box .ph-box .illust01 {
    width: 35.2vw;
    right: 10px;
  }
}
.p-concept-header .img-box .ph-box .illust01 {
  position: absolute;
  right: 4.8125vw;
  width: 16.25vw;
}
@media (max-width: 559px) {
  .p-concept-header .img-box .ph-box .illust01 {
    width: 35.2vw;
    right: 10px;
  }
}
.p-concept-header .img-box .ph-box .ph01 {
  position: absolute;
  top: 10.4375vw;
  left: 0;
  width: 27.875vw;
}
@media (max-width: 559px) {
  .p-concept-header .img-box .ph-box .ph01 {
    width: 60.2666666667vw;
    top: 80px;
  }
}
.p-concept-header .img-box .ph-box .ph02 {
  position: relative;
  padding-top: 19.625vw;
  margin-right: 3.125vw;
  width: clamp(162px, 19.938vw, 319px);
}
@media (max-width: 559px) {
  .p-concept-header .img-box .ph-box .ph02 {
    width: 43.2vw;
    padding-top: 42.6666666667vw;
    margin-right: 0;
  }
}
.p-concept-header .text-box {
  padding-left: 1em;
  width: 44.6875vw;
  max-width: 715px;
}
@media (max-width: 559px) {
  .p-concept-header .text-box {
    width: 100%;
    max-width: 100%;
    padding: 0 25px;
  }
}
.p-concept-header .text-box p {
  margin-top: 1.5em;
  font-size: clamp(1.3rem, 1.125vw, 1.8rem);
  line-height: 2;
}

.p-concept-index {
  text-align: center;
}
.p-concept-index ul {
  border-top: 1px solid #dcdcdc;
}
.p-concept-index li {
  border-bottom: 1px solid #dcdcdc;
}
.p-concept-index li a {
  display: block;
  padding: 0.5em 0;
}
.p-concept-index li a span {
  color: #c48030;
}

.p-concept-promise {
  padding: 6.25vw clamp(13px, 4vw, 65px);
  background-color: #fff;
}
@media (max-width: 559px) {
  .p-concept-promise {
    padding: 40px 13px 50px;
  }
}
.p-concept-promise .heading {
  position: relative;
}
@media (max-width: 959px) {
  .p-concept-promise .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.p-concept-promise .heading .illust01 {
  position: absolute;
  bottom: -5px;
  right: 2vw;
  width: min(252px, 15.75vw);
}
@media (max-width: 959px) {
  .p-concept-promise .heading .illust01 {
    position: relative;
    width: 200px;
  }
}
@media (max-width: 559px) {
  .p-concept-promise .heading .illust01 {
    width: 50.4vw;
  }
}
.p-concept-promise .heading .illust02 {
  position: absolute;
  bottom: 50px;
  left: 2vw;
  width: min(210px, 13.125vw);
}
@media (max-width: 959px) {
  .p-concept-promise .heading .illust02 {
    position: relative;
    width: 150px;
    left: auto;
    bottom: auto;
  }
}
@media (max-width: 559px) {
  .p-concept-promise .heading .illust02 {
    width: 40vw;
  }
}
@media (max-width: 959px) {
  .p-concept-promise .heading p {
    max-width: 90%;
    margin: 0 a;
  }
}
.p-concept-promise .p-concept-promise__grid-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.25vw;
}
@media (max-width: 959px) {
  .p-concept-promise .p-concept-promise__grid-box {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 2px solid #dcdcdc;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-concept-promise .p-concept-promise__grid-box.-box1 {
  border-top: none;
}
.p-concept-promise .p-concept-promise__grid-box.-reverse {
  direction: rtl;
}
@media (max-width: 959px) {
  .p-concept-promise .p-concept-promise__grid-box.-reverse {
    direction: unset;
  }
}
.p-concept-promise .p-concept-promise__grid-box.-reverse .text-box {
  direction: ltr;
}
@media (max-width: 959px) {
  .p-concept-promise .p-concept-promise__grid-box.-reverse .text-box {
    direction: unset;
  }
}
.p-concept-promise .p-concept-promise__grid-box:first-child {
  border-top: none;
  padding-top: 0;
}
.p-concept-promise .p-concept-promise__grid-box .inner01 p {
  margin-top: 20px;
}
@media (max-width: 559px) {
  .p-concept-promise .p-concept-promise__grid-box .inner01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-concept-promise .text01 {
  display: inline-block;
  padding: 0.7em 3em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #c48030;
  font-size: clamp(1.6rem, 1.25vw, 2rem);
  line-height: 1.4;
  border: 1px solid #c48030;
}
@media (max-width: 559px) {
  .p-concept-promise .text01 {
    padding: 0;
    border: none;
  }
}
.p-concept-promise .p-concept-promise__text-box1 {
  border: 6px solid rgba(155, 125, 92, 0.1);
  padding: 3.75vw 0;
}
.p-concept-promise .p-concept-promise__text-box1 .title {
  display: grid;
  place-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(1.8rem, 3.125vw, 5rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 959px) {
  .p-concept-promise .p-concept-promise__text-box1 .title {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
@media (max-width: 559px) {
  .p-concept-promise .p-concept-promise__text-box1 .title {
    font-size: 18px;
  }
}
.p-concept-promise .p-concept-promise__text-box1 .title .line2 {
  display: block;
  margin-top: 2em;
}
@media (max-width: 959px) {
  .p-concept-promise .p-concept-promise__text-box1 .title .line2 {
    display: inline;
  }
}
.p-concept-promise .p-concept-promise__text-box1 .cont {
  padding-right: 1em;
}
@media (max-width: 959px) {
  .p-concept-promise .p-concept-promise__text-box1 .cont {
    padding: 0 2em;
  }
}
@media (max-width: 559px) {
  .p-concept-promise .p-concept-promise__text-box1 .cont {
    padding: 0 1em;
  }
}
.p-concept-promise .p-concept-promise__text-box1 .cont .head {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.875vw;
  color: #c48030;
}
@media (max-width: 959px) {
  .p-concept-promise .p-concept-promise__text-box1 .cont .head {
    margin-top: 0.5md;
    text-align: center;
  }
}
@media (max-width: 559px) {
  .p-concept-promise .p-concept-promise__text-box1 .cont .head {
    font-size: 14px;
  }
}
.p-concept-promise .p-concept-promise__text-box1 .cont p {
  margin-top: 2em;
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
  line-height: 2;
}
@media (max-width: 959px) {
  .p-concept-promise .p-concept-promise__text-box1 .cont p br {
    display: none;
  }
}

/* global */
.p-newhouse {
  margin-top: 0;
}
@media (max-width: 559px) {
  .p-newhouse {
    margin-top: 65px;
  }
}

.p-newhouse-kv {
  position: relative;
}
.p-newhouse-kv .title {
  position: absolute;
  top: 11.75vw;
  left: 0;
  padding: 30px 65px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 559px) {
  .p-newhouse-kv .title {
    top: 15px;
    padding: 0 1em;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .p-newhouse-kv .title .jp {
    display: none;
  }
  .p-newhouse-kv .title .c-heading03 {
    display: none;
  }
}
.p-newhouse-kv .c-heading04 {
  width: 100%;
}
.p-newhouse-kv .c-heading04 img {
  width: 100%;
}

.p-newhouse-intro .text-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 760px;
  padding: 0 5vw 0 60px;
  margin-left: auto;
}
@media (max-width: 559px) {
  .p-newhouse-intro .text-box {
    padding: 0 25px 50px;
    width: 100%;
  }
}
.p-newhouse-intro .text-box .jp {
  display: none;
}
@media (max-width: 559px) {
  .p-newhouse-intro .text-box .jp {
    display: block;
  }
}
.p-newhouse-intro .text-box .text1 {
  margin-top: 0.5em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.8rem, 1.625vw, 2.6rem);
  color: #717171;
}
@media (max-width: 559px) {
  .p-newhouse-intro .text-box .text1 {
    margin-top: 13.3333333333vw;
  }
}
.p-newhouse-intro .text-box img {
  width: clamp(117px, 17.563vw, 281px);
  margin-top: 5vw;
}
@media (max-width: 559px) {
  .p-newhouse-intro .text-box img {
    position: absolute;
    top: 13.3333333333vw;
    right: 15px;
  }
}
.p-newhouse-intro .swiper {
  height: 43vw;
}

@media (max-width: 559px) {
  .p-newhouse-point .c-heading05 .jp {
    text-align: center;
  }
}

@media (max-width: 559px) {
  .p-newhouse-point__list .c-card02,
  .p-renovation-point__list .c-card02 {
    padding: 40px 0;
  }
}

.p-newhouse-flow {
  position: relative;
}
.p-newhouse-flow .illust01 {
  position: absolute;
  top: 3.125vw;
  right: 5.625vw;
  width: clamp(96px, 13.5vw, 216px);
}
@media (max-width: 559px) {
  .p-newhouse-flow .illust01 {
    top: -20px;
    width: 25.6vw;
  }
}
.p-newhouse-flow .illust02 {
  position: absolute;
  bottom: 2.0625vw;
  left: 3.5vw;
  width: clamp(86px, 15.75vw, 252px);
}
@media (max-width: 559px) {
  .p-newhouse-flow .illust02 {
    width: 22.9333333333vw;
    bottom: auto;
    top: 30px;
  }
}

.p-renovation-kv {
  position: relative;
}
.p-renovation-kv .title-sm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-renovation-kv .title-sm .p-renovation-kv__title-sm {
  margin: 0 auto;
  padding: 0.8em 0.2em;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.8);
}

.p-renovation-point .illust01 {
  width: min(221px, 13.8125vw);
  top: -30px;
  right: 0;
}
@media (max-width: 559px) {
  .p-renovation-point .illust01 {
    width: 116px;
    top: -112px;
    right: -10px;
  }
}

/* global */
.p-core {
  margin-top: 0;
}
@media (max-width: 559px) {
  .p-core {
    margin-top: 65px;
  }
}

.p-core-mv {
  position: relative;
}
.p-core-mv .title {
  position: absolute;
  top: 11.75vw;
  left: 0;
  padding: 30px 65px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 559px) {
  .p-core-mv .title {
    top: 15px;
    padding: 0 1em;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .p-core-mv .title .jp {
    display: none;
  }
  .p-core-mv .title .c-heading03 {
    display: none;
  }
}

.p-corehouse-intro .text-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 760px;
  padding: 0 5vw 0 60px;
  margin-left: auto;
}
@media (max-width: 559px) {
  .p-corehouse-intro .text-box {
    padding: 0 25px;
    width: 100%;
  }
}
.p-corehouse-intro .text-box .jp {
  display: none;
}
@media (max-width: 559px) {
  .p-corehouse-intro .text-box .jp {
    display: block;
    font-size: 16px;
  }
}
.p-corehouse-intro .text-box .text1 {
  margin-top: 0.5em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.8rem, 1.625vw, 2.6rem);
  color: #717171;
}
.p-corehouse-intro .text-box .illust01 {
  position: absolute;
  top: -2vw;
  right: 5vw;
  width: clamp(120px, 14vw, 224px);
}
@media (max-width: 559px) {
  .p-corehouse-intro .text-box .illust01 {
    width: 32vw;
    top: 17vw;
    right: 20px;
  }
}
.p-corehouse-intro .text-box .c-bunner01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 559px) {
  .p-corehouse-intro .text-box .c-bunner01 {
    width: 100%;
  }
}
.p-corehouse-intro .img-box {
  padding-right: 3.75vw;
}
@media (max-width: 559px) {
  .p-corehouse-intro .img-box {
    padding-right: 0;
  }
}

.p-corehouse-slider__wrapper {
  overflow: hidden;
}
.p-corehouse-slider__wrapper.-active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.p-corehouse-slider {
  max-width: 1000px;
}
@media (max-width: 559px) {
  .p-corehouse-slider {
    padding: 0 15px;
  }
}

.p-corehouse-concept {
  position: relative;
}
@media (max-width: 559px) {
  .p-corehouse-concept .heading p {
    text-align: left;
  }
}
.p-corehouse-concept .heading .illust01 {
  width: clamp(225px, 15.438vw, 247px);
  position: absolute;
  top: 3.75vw;
  right: max(20px, 50vw - 700px);
}
@media (max-width: 959px) {
  .p-corehouse-concept .heading .illust01 {
    position: static;
  }
}
.p-corehouse-concept .p-corehouse-concept__note {
  padding: 25px 25px 25px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  gap: 3.75vw;
  border-radius: 30px;
}
@media (max-width: 559px) {
  .p-corehouse-concept .p-corehouse-concept__note {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding: 25px 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-corehouse-concept .p-corehouse-concept__note .illust01 {
  width: clamp(77px, 9.563vw, 153px);
}
@media (max-width: 559px) {
  .p-corehouse-concept .p-corehouse-concept__note .illust01 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
.p-corehouse-concept .p-corehouse-concept__note .text-box .head {
  font-size: clamp(1.8rem, 1.875vw, 3rem);
  color: #c48030;
  line-height: 1.6;
}
@media (max-width: 559px) {
  .p-corehouse-concept .p-corehouse-concept__note .text-box .head {
    -ms-flex-preferred-size: 71%;
        flex-basis: 71%;
    padding-left: 0.5em;
  }
}
@media (max-width: 559px) {
  .p-corehouse-concept .p-corehouse-concept__note .text-box p {
    width: 100%;
    padding: 0 10px;
  }
}
.p-corehouse-concept .p-corehouse-concept__note .ph01 {
  width: 16.875vw;
}
@media (max-width: 959px) {
  .p-corehouse-concept .p-corehouse-concept__note .ph01 {
    display: none;
  }
}

@media (max-width: 559px) {
  .p-corehouse-point__list .c-card02 {
    padding: 40px 0;
  }
}

.p-corehouse-drewing .p-horehouse-drawing__contents {
  position: relative;
  background-color: #fff;
  padding: 3.75vw;
}
@media (max-width: 559px) {
  .p-corehouse-drewing .p-horehouse-drawing__contents {
    padding: 60px 0;
    min-height: 700px;
  }
}
.p-corehouse-drewing .p-horehouse-drawing__contents .illust01 {
  position: absolute;
  top: -100px;
  left: -3vw;
  width: clamp(122px, 16.25vw, 260px);
}
@media (max-width: 559px) {
  .p-corehouse-drewing .p-horehouse-drawing__contents .illust01 {
    top: -64px;
    left: 2px;
  }
}
.p-corehouse-drewing .drawing {
  width: 100%;
}

.p-corehouse-calendar .text1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.8rem, 2.25vw, 3.6rem);
  color: #c48030;
  line-height: 1.6;
}
.p-corehouse-calendar .text2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
}

/* global */
.p-works-heading {
  position: relative;
}
.p-works-heading .illust01 {
  position: absolute;
  top: 50px;
  right: 3.75vw;
  width: clamp(127px, 16.625vw, 266px);
}
@media (max-width: 559px) {
  .p-works-heading .illust01 {
    top: 5px;
    right: -10px;
  }
}

.p-works-tag .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.4rem, 1.75vw, 2.8rem);
}
.p-works-tag .list {
  width: 70%;
}
@media (max-width: 559px) {
  .p-works-tag .list {
    width: 100%;
  }
}
.p-works-tag .list .item {
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}
@media (max-width: 559px) {
  .p-works-tag .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
    padding-bottom: 1em;
  }
}
.p-works-tag .list .item .head {
  font-size: clamp(1.2rem, 1.25vw, 2rem);
  width: 10em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-works-tag .list .item .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 559px) {
  .p-works-tag .list .item .cont {
    row-gap: 0.5em;
  }
}
.p-works-article__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.125vw;
     -moz-column-gap: 3.125vw;
          column-gap: 3.125vw;
}
@media (max-width: 559px) {
  .p-works-article__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-works-article__text .box1 {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media (max-width: 559px) {
  .p-works-article__text .box1 {
    gap: 0.5em;
  }
}
.p-works-article__text .box1 .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.p-works-article__text .box2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-works-article__text .title {
  font-size: clamp(2.2rem, 2.25vw, 3.6rem);
  line-height: 1.4;
}
.p-works-article__text .text1 {
  font-size: clamp(1.2rem, 1.25vw, 2rem);
  color: rgba(0, 0, 0, 0.4);
}
.p-works-article__text .data {
  font-size: clamp(1rem, 0.813vw, 1.3rem);
}

.p-works-article__photo iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-works-article__photo .photo-column {
  gap: 1.875vw 2.5vw;
}
@media (max-width: 559px) {
  .p-works-article__photo .photo-column {
    gap: 12px;
  }
}
.p-works-article__photo .photo-column .photo-box .sl-image {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works-article__photo .photo-column .photo-box .caption {
  margin-top: 0.5em;
  font-size: clamp(1rem, 1vw, 1.6rem);
  line-height: 1.4;
}

/* global */
.p-interview-wrapper {
  position: relative;
}

.p-interview-header {
  position: relative;
  padding: 0 3.75vw;
  background: url(../images/interview-bg01.png) no-repeat center top/100% auto;
}
@media (max-width: 559px) {
  .p-interview-header {
    padding: 0 20px;
  }
}
.p-interview-header .date {
  color: #c48030;
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
}
.p-interview-header .title {
  font-size: clamp(2rem, 2.25vw, 3.6rem);
  line-height: 1.5;
  max-width: 20em;
  margin: 0 auto;
}
.p-interview-header .illust01 {
  position: absolute;
  top: 0;
  right: 0;
  width: min(284px, 17.75vw);
}
@media (max-width: 559px) {
  .p-interview-header .illust01 {
    top: -7vw;
    width: 28vw;
  }
}

.p-interview-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.75vw;
  background-color: #fff;
}
@media (max-width: 559px) {
  .p-interview-container {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-template-page-interview02 .p-interview-container {
  padding: 0 7.5vw;
}
@media (max-width: 559px) {
  .page-template-page-interview02 .p-interview-container {
    padding: 0 20px;
  }
}

.p-interview-main {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding-right: 3.75vw;
}
@media (max-width: 559px) {
  .p-interview-main {
    padding-right: 0;
  }
}
.p-interview-main *:first-child {
  margin-top: 0;
}
.p-interview-main h2 {
  margin-top: 3em;
  font-weight: bold;
  font-size: clamp(2rem, 1.75vw, 2.8rem);
}
.p-interview-main h3 {
  margin-top: 3em;
  font-weight: bold;
  font-size: clamp(1.8rem, 1.25vw, 2rem);
}
.p-interview-main p {
  font-size: 16px;
  margin-top: 1.5em;
}
.p-interview-main img {
  margin-top: 2.5vw;
  width: 100%;
}
@media (max-width: 559px) {
  .p-interview-main img {
    margin-top: 20px;
  }
}

.p-interview-side {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding-left: 2.5vw;
  border-left: 1px solid #dcdcdc;
}
@media (max-width: 559px) {
  .p-interview-side {
    margin-top: 40px;
    padding-top: 20px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #dcdcdc;
  }
}
.p-interview-side li {
  padding: 1em 0;
  border-bottom: 1px solid #dcdcdc;
}
.p-interview-side li:first-child {
  padding-top: 0;
}
.p-interview-side .date {
  color: #c48030;
}
.p-interview-side .title {
  font-weight: bold;
}

.p-interview-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5vw 0;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 559px) {
  .p-interview-list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}
.p-interview-list li a .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 6.25vw;
}
@media (max-width: 559px) {
  .p-interview-list li a .text {
    padding-right: 0;
  }
}
.p-interview-list li a .text .date {
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
  color: #c48030;
}
.p-interview-list li a .text .title {
  margin-top: 0.3em;
  font-size: clamp(1.8rem, 1.375vw, 2.2rem);
  line-height: 1.5;
  font-weight: bold;
}
.p-interview-list li a .text .excerpt {
  margin-top: 1em;
}
.p-interview-list li a .img {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

/* global */
@media (max-width: 559px) {
  .p-performance-contents .p-performance-contents__list .c-card02 {
    padding: 40px 0;
  }
}
.p-performance-contents .p-performance-contents__list .c-card02 .ph {
  margin-top: 15px;
}
@media (max-width: 559px) {
  .p-performance-contents .c-card02 {
    padding: 40px 0;
  }
}
.p-performance-contents .text01 {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.8rem, 1.875vw, 3rem);
  line-height: 2.2;
  color: #c48030;
}
.p-performance-contents .text01 span {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #c48030;
}
.p-performance-contents.-cont01 .m-head-box .illust01 {
  top: min(50px, 3.125vw);
  right: 0;
  width: min(220px, 13.75vw);
}
@media (max-width: 959px) {
  .p-performance-contents.-cont01 .m-head-box .illust01 {
    width: 140px;
  }
}
.p-performance-contents.-cont02 .m-head-box .illust01 {
  top: min(90px, 5.625vw);
  left: 0;
  width: min(250px, 15.625vw);
}
@media (max-width: 959px) {
  .p-performance-contents.-cont02 .m-head-box .illust01 {
    width: 170px;
  }
}
.p-performance-contents.-cont03 .m-head-box .illust01 {
  top: min(60px, 3.75vw);
  right: 0;
  width: min(253px, 15.8125vw);
}
@media (max-width: 959px) {
  .p-performance-contents.-cont03 .m-head-box .illust01 {
    width: 173px;
  }
}
.p-performance-contents.-cont04 .m-head-box .illust01 {
  top: min(40px, 2.5vw);
  left: 1vw;
  width: min(210px, 13.125vw);
}
@media (max-width: 959px) {
  .p-performance-contents.-cont04 .m-head-box .illust01 {
    width: 145px;
  }
}

/* global */
.p-material-contents .c-card03 {
  margin-bottom: 40px;
}
@media (max-width: 559px) {
  .p-material-contents .c-card03 {
    margin-bottom: 20px;
  }
}
.p-material-contents .c-card03 .label {
  background-color: #6bb7c4;
}
.p-material-contents.contents02 .c-card03 {
  background-color: rgba(155, 125, 92, 0.1);
}
@media (max-width: 559px) {
  .p-material-contents.contents02 .c-card03 {
    background-color: unset;
  }
}
@media (max-width: 559px) {
  .p-material-contents.contents02 .c-card03 .detail {
    background-color: rgba(155, 125, 92, 0.1);
  }
}
.p-material-contents.contents02 .label {
  background-color: #c48030;
}
.p-material-contents.contents03 .label {
  background-color: #8c9d81;
}

.p-material-contents__heading {
  text-align: center;
}
.p-material-contents__heading .jp {
  letter-spacing: 0.25em;
}
@media (max-width: 559px) {
  .p-material-contents__heading {
    text-align: left;
  }
}

/* global */
.p-flow-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding-right: 6.25vw;
}
@media (max-width: 559px) {
  .p-flow-contents {
    padding-right: 15px;
  }
}

.p-flow-contents__note {
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1.6;
  color: #c48030;
  background-color: rgba(155, 125, 92, 0.1);
}

.p-flow-contents__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding: 0 2em;
  font-size: clamp(1.8rem, 1.5vw, 2.4rem);
  color: #c48030;
}
.p-flow-contents__side span {
  margin-top: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  content: "";
  width: 1px;
  background-color: #c48030;
}
.p-flow-contents__side::after {
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
          transform: translate(50%, 50%) rotate(-45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #c48030;
}
@media (max-width: 559px) {
  .p-flow-contents__side {
    font-size: 18px;
    padding: 0 1em;
  }
}

.p-flow-contents__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-flow-contents__main .text-box {
  -ms-flex-preferred-size: 61%;
      flex-basis: 61%;
  margin-bottom: 60px;
}
@media (max-width: 559px) {
  .p-flow-contents__main .text-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.p-flow-contents__main .text-box.flow06, .p-flow-contents__main .text-box.flow09, .p-flow-contents__main .text-box.flow17, .p-flow-contents__main .text-box.flow21 {
  margin-top: 60px;
}
@media (max-width: 559px) {
  .p-flow-contents__main .text-box.flow06, .p-flow-contents__main .text-box.flow09, .p-flow-contents__main .text-box.flow17, .p-flow-contents__main .text-box.flow21 {
    margin-top: 0;
  }
}
@media (max-width: 559px) {
  .p-flow-contents__main .text-box.flow06::before, .p-flow-contents__main .text-box.flow09::before, .p-flow-contents__main .text-box.flow17::before, .p-flow-contents__main .text-box.flow21::before {
    display: block;
    content: "";
    width: 100%;
    margin: 20px 0;
    height: 15px;
    background: url(../images/icon-arrow02-bottom.png) no-repeat center/contain;
  }
}
.p-flow-contents__main .text-box.flow21 {
  margin-bottom: 0;
}
@media (max-width: 559px) {
  .p-flow-contents__main .text-box.flow21 {
    margin-bottom: 20px;
  }
}
.p-flow-contents__main .text-box.arrow-box {
  font-size: clamp(1.8rem, 1.375vw, 2.2rem);
  margin: -20px 0 -20px;
}
@media (max-width: 559px) {
  .p-flow-contents__main .text-box.arrow-box {
    margin: 0;
    text-align: center;
  }
}
.p-flow-contents__main .text-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2rem, 1.875vw, 3rem);
  line-height: 1.5;
  gap: 0.5em;
}
.p-flow-contents__main .text-box .title .c-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2rem, 1.5vw, 2.4rem);
}
.p-flow-contents__main .text-box .m-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 559px) {
  .p-flow-contents__main .text-box .m-buttons {
    gap: 15px;
  }
}
.p-flow-contents__main .text-box .c-button01 {
  width: auto;
  padding: 0 1em;
}
.p-flow-contents__main .img-box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}
.p-flow-contents__main .img-box::after {
  display: block;
  content: "";
  width: 100%;
  margin: 20px 0;
  height: 1.25vw;
  background: url(../images/icon-arrow02-bottom.png) no-repeat center/contain;
}
@media (max-width: 559px) {
  .p-flow-contents__main .img-box::after {
    height: 15px;
  }
}
.p-flow-contents__main .img-box.flow06::before, .p-flow-contents__main .img-box.flow09::before, .p-flow-contents__main .img-box.flow17::before, .p-flow-contents__main .img-box.flow21::before {
  display: block;
  content: "";
  width: 100%;
  margin: 20px 0;
  height: 1.25vw;
  background: url(../images/icon-arrow02-bottom.png) no-repeat center/contain;
}
@media (max-width: 559px) {
  .p-flow-contents__main .img-box.flow06::before, .p-flow-contents__main .img-box.flow09::before, .p-flow-contents__main .img-box.flow17::before, .p-flow-contents__main .img-box.flow21::before {
    display: none;
  }
}
.p-flow-contents__main .img-box.flow21::after {
  display: none;
}
.p-flow-contents__main .img-box:last-child::after {
  margin-bottom: 0;
}
.p-flow-contents__main .img-box.arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5vw;
}
.p-flow-contents__main .img-box.arrow-box::after {
  display: none;
}
.p-flow-contents__main .img-box.arrow-box img {
  height: 1.25vw;
}
@media (max-width: 559px) {
  .p-flow-contents__main .img-box.arrow-box img {
    height: 15px;
  }
}
@media (max-width: 559px) {
  .p-flow-contents__main .img-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.p-flow-point__wrapper {
  width: 90%;
  margin: -4vw auto;
}
@media (max-width: 559px) {
  .p-flow-point__wrapper {
    width: 88vw;
    margin: -40px auto;
  }
}

.p-flow-point {
  position: relative;
  z-index: 1;
  padding: 1.5em 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75vw;
  border: 1px solid #c48030;
  background-color: #fffaf5;
  border-radius: 20px;
}
@media (max-width: 559px) {
  .p-flow-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.p-flow-point .p-flow-point__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-flow-point .p-flow-point__text .head {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2rem, 1.875vw, 3rem);
  color: #c48030;
}
.p-flow-point .p-flow-point__img {
  -ms-flex-preferred-size: 16.875vw;
      flex-basis: 16.875vw;
}

.p-flow-contents__box1 {
  width: 100%;
}
.p-flow-contents__box1 .bunner01 {
  width: 300px;
}

/* global */
@media (max-width: 559px) {
  .p-company-about__inner01 .text-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-company-about__inner01 .text-box .heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2rem, 1.75vw, 2.8rem);
}

.p-company-about__profile {
  max-width: 65.625vw;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .p-company-about__profile {
    max-width: 100%;
  }
}
.p-company-about__profile .logo {
  width: clamp(220px, 17.5vw, 280px);
}
.p-company-about__profile .ph01 {
  width: 15vw;
}
@media (max-width: 559px) {
  .p-company-about__profile .ph01 {
    width: 100%;
    margin-top: 20px;
  }
}
.p-company-about__profile .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.125vw;
}
@media (max-width: 559px) {
  .p-company-about__profile .inner01 {
    display: block;
    margin-top: 30px;
  }
}
.p-company-about__profile .text01 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 0.5em;
}

.p-company-staff .staff-box {
  background-color: rgba(155, 125, 92, 0.1);
}
.p-company-staff .staff-box .text-box {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  font-size: clamp(1.2rem, 0.875vw, 1.4rem);
}
.p-company-staff .staff-box .text-box .name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.8rem, 1.25vw, 2rem);
}
.p-company-staff .staff-box .text-box .name span {
  margin-left: 1em;
  padding: 0 0.5em;
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
}
.p-company-staff .staff-box .text-box .inner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.p-company-staff .staff-box.-box1 .text-box {
  padding: clamp(20px, 3.75vw, 60px);
}

.p-company-info__inner {
  padding: 3.75vw;
  background-color: #fff;
}
@media (max-width: 559px) {
  .p-company-info__inner {
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 559px) {
  .p-company-info__inner .m-list01 {
    margin-top: 5px;
  }
  .p-company-info__inner .m-list01 .cont3 {
    border-top: none;
  }
}

/* global */
.p-estate-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
}
@media (max-width: 559px) {
  .p-estate-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 559px) {
  .p-estate-intro .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-estate-intro .heading {
  font-size: clamp(2.2rem, 2.25vw, 3.6rem);
  line-height: 1.6;
}
.p-estate-intro .illust01 {
  width: 20vw;
}
@media (max-width: 559px) {
  .p-estate-intro .illust01 {
    width: 150px;
  }
}

@media (max-width: 959px) {
  .p-estate-article__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p-estate__tablebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media (max-width: 559px) {
  .p-estate__tablebox {
    display: block;
  }
}

/* global */
.p-container__form #toc_container {
  display: none;
}
div#wpcf7-f822-p190-o1 p {
  display: block;
}

/* wp */
/* global */
.wp-pagenation .screen-reader-text {
  display: none;
}
.wp-pagenation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  line-height: 1.2;
}
.wp-pagenation .nav-links .nav-previous {
  text-align: right;
}
.wp-pagenation .nav-links .nav-next {
  margin-left: auto;
}
.wp-pagenation .nav-links a {
  text-decoration: none;
}
.wp-pagenation .nav-links .current {
  border-bottom: 1px solid #c48030;
}

.wp-pager-single .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-pagination-works {
  grid-column: span 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  line-height: 1.2;
}
@media (max-width: 559px) {
  .wp-pagination-works {
    grid-column: span 2;
  }
}
.wp-pagination-works .current {
  border-bottom: 1px solid #c48030;
}

/*-----------------------------------------
　ショートコードボタン
-----------------------------------------*/
/******************
 デフォルトボタン
******************/
.btn-wrap {
  text-align: center;
  margin: 1.5em 0 2em;
}

.btn-wrap.aligncenter {
  text-align: center;
}

.btn-wrap.alignleft {
  text-align: left;
}

.btn-wrap.alignright {
  text-align: right;
}

.btn-wrap a {
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  padding: 0.8em 2.1em;
  background: #3cb371;
  border: 2px solid #3cb371;
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
  color: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.btn-wrap a:hover {
  color: #fff;
  -webkit-box-shadow: 0px 8px 25px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 25px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn-wrap.yes a {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.btn-wrap.yes a:hover,
.btn-wrap.ghost.yes a:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

/******************
 デフォルトボタン(長さ固定1）
******************/
.btn-wrap.kotei1 a {
  font-weight: bold;
  display: inline-block;
  width: 75%;
  max-width: 200px;
  margin: 0 1%;
  text-decoration: none;
  font-size: 0.65em;
  padding: 0.9em 1em;
  background: #3cb371;
  border: 2px solid #3cb371;
  -webkit-border-radius: 2px; /* Safari,Google Chrome用 */
  -moz-border-radius: 2px; /* Firefox用 */
  color: #fff;
}

.btn-wrap.kotei1 a:hover {
  background: none;
  border: 2px solid #3cb371;
  color: #3cb371;
  font-weight: bold;
}

/******************
 デフォルトボタン(長さ固定2）
******************/
.btn-wrap.kotei2 a {
  font-weight: bold;
  display: inline-block;
  width: 75%;
  max-width: 200px;
  margin: 0 1%;
  text-decoration: none;
  font-size: 0.65em;
  padding: 0.9em 1em;
  background: #3cb371;
  border: 2px solid #3cb371;
  -webkit-border-radius: 2px; /* Safari,Google Chrome用 */
  -moz-border-radius: 2px; /* Firefox用 */
  color: #fff;
}

.btn-wrap.kotei2 a:hover {
  background: none;
  border: 2px solid #3cb371;
  color: #3cb371;
  font-weight: bold;
}

/******************
　ボタン（ゴースト）
******************/
.btn-wrap.ghost a {
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  padding: 0.8em 2.1em;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #0090e1;
  -webkit-border-radius: 2px; /* Safari,Google Chrome用 */
  -moz-border-radius: 2px; /* Firefox用 */
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  color: #0090e1;
}

.btn-wrap.ghost a:hover {
  -webkit-box-shadow: 0px 8px 25px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 25px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

/******************
　ボタン（スペシャル）
******************/
.btn-wrap.spe a {
  display: inline-block;
  text-decoration: none;
  padding: 0.9em 2.3em;
  position: relative;
  z-index: 0;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  outline: none;
}

.btn-wrap.spe a:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: #59b1eb;
  color: #59b1eb;
  font-weight: bold;
}

.btn-wrap.spe a::before,
.btn-wrap.spe a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #333;
}

.btn-wrap.spe a::before {
  right: 0;
}

.btn-wrap.spe a::after {
  left: 0;
}

.btn-wrap.spe a:hover::before,
.btn-wrap.spe a:hover::after {
  width: 0;
  background-color: #59b1eb;
}

.btn-wrap.spe a,
.btn-wrap.spe a::before,
.btn-wrap.spe a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/******************
　ボタン（ゴーストスペシャル）
******************/
.btn-wrap.ghostspe a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 0.9em 2.3em;
  position: relative;
  z-index: 0;
  background: none;
  border: 2px solid #59b1eb;
  color: #59b1eb;
  display: inline-block;
  text-align: center;
  outline: none;
}

.btn-wrap.ghostspe a:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
  font-weight: bold;
}

.btn-wrap.ghostspe a::before,
.btn-wrap.ghostspe a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.btn-wrap.ghostspe a::before {
  right: 0;
}

.btn-wrap.ghostspe a::after {
  left: 0;
}

.btn-wrap.ghostspe a:hover::before,
.btn-wrap.ghostspe a:hover::after {
  width: 0;
  background-color: none;
}

.btn-wrap.ghostspe a,
.btn-wrap.ghostspe a::before,
.btn-wrap.ghostspe a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/******************
　ボタン（スペ２）
******************/
.btn-wrap.spe2 a {
  display: inline-block;
  text-decoration: none;
  padding: 0.9em 2.3em;
  position: relative;
  z-index: 0;
  background: none;
  border: 2px solid #59b1eb;
  color: #fff;
  text-align: center;
  outline: none;
}

.btn-wrap.spe2 a:hover {
  background-color: #fff;
  border-color: #333;
  color: #fff;
  font-weight: bold;
}

.btn-wrap.spe2 a::before,
.btn-wrap.spe2 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #333;
}

.btn-wrap.spe2 a::before {
  top: 0;
}

.btn-wrap.spe2 a::after {
  bottom: 0;
}

.btn-wrap.spe2 a:hover::before,
.btn-wrap.spe2 a:hover::after {
  height: 0;
  background-color: #fff;
}

.btn-wrap.spe2 a,
.btn-wrap.spe2 a::before,
.btn-wrap.spe2 a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/******************
　ボタン（ズームイン）
******************/
.btn-wrap.zoomin a {
  display: inline-block;
  text-decoration: none;
  padding: 0.2em 2.3em;
  position: relative;
  z-index: 0;
  background: none;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
}

.btn-wrap.zoomin a:hover {
  color: #fff;
}

.btn-wrap.zoomin a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}

.btn-wrap.zoomin a:hover::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-wrap.zoomin a::before,
.btn-wrap.zoomin a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.btn-wrap.zoomin a,
.btn-wrap.zoomin a::before,
.btn-wrap.zoomin a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/******************
　ボタン（上からパタっと下りてくる）
******************/
.btn-wrap.down a {
  display: inline-block;
  text-decoration: none;
  padding: 0.2em 2.3em;
  position: relative;
  z-index: 0;
  border: 2px solid #333;
  color: #333;
  background: none;
  line-height: 50px;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-wrap.down a:hover {
  color: #fff;
}

.btn-wrap.down a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}

.btn-wrap.down a:hover::after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}

.btn-wrap.down a::before,
.btn-wrap.down a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.btn-wrap.down a,
.btn-wrap.down a::before,
.btn-wrap.down a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*********************
  キラッとボタン
**********************/
.shiny a:before {
  display: block;
  position: absolute;
  z-index: 0;
  left: -150%;
  top: -50%;
  content: "";
  width: 30px;
  height: 115px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff rgb(255, 255, 255), rgba(255, 255, 255, 0) 100%);
  animation: shiny 1.8s infinite linear;
  -webkit-animation: shiny 1.8s infinite linear;
  -moz-animation: shiny 1.8s infinite linear;
}

@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/******************
　ヘッダーボタン
*******************/
.hbtn-wrap {
  margin: 1.5em 0 2em;
}

.hbtn-wrap a {
  display: inline-block;
  text-decoration: none;
  padding: 0.7em 2em;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #3cb371;
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
}

.hbtn-wrap a:hover {
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

/******************
　ヘッダーボタン(白透明）
*******************/
.hbtn-wrap.ghost {
  margin: 1.5em 0 2em;
}

.hbtn-wrap.ghost a {
  display: inline-block;
  text-decoration: none;
  padding: 0.7em 2em;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #fff;
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  color: #fff;
}

.hbtn-wrap.ghost a:hover {
  -webkit-box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.3);
}

/******************
　右上問合せボタン
*******************/
.upbtn-wrap {
  margin: 1.3em 0 0.5em;
}

.upbtn-wrap a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 0.3em 2em 0.3em 2em;
  font-size: 18px;
  background: #3cb371;
  border: 2px solid #3cb371;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  color: #fff;
}

.upbtn-wrap a:hover {
  background: none;
  border: 2px solid #3cb371;
  color: #3cb371;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ショートコードで補足説明を追加 */
.enclose {
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  padding: 3% 4%;
  margin: 1.5em 0 2em;
}

.enclose.yes {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.enclose p {
  margin-bottom: 0.8em;
}

.enclose p:last-child {
  margin-bottom: 0;
}

.surround {
  background: #f0e9a8;
  font-size: 1em;
  line-height: 1.8em;
  padding: 3% 4%;
  margin: 1.5em 0 2em;
  border-radius: 2px;
  border: 1px solid #f0e68c;
  border-color: #f0e9a8;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.surround.yes {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.surround p {
  margin-bottom: 0.8em;
}

.surround p:last-child {
  margin-bottom: 0;
}

.surround.yellow {
  background: #fff282;
  border-color: #fff282;
}

.surround.pink {
  background: #ffa0df;
  border-color: #ffa0df;
}

.surround.sky {
  background: #aef7ff;
  border-color: #aef7ff;
}

.surround.orange {
  background: #ffc0a9;
  border-color: #ffc0a9;
}

.surround.lime {
  background: #98fb98;
  border-color: #98fb98;
}

.surround:before {
  display: inline-block;
  margin-right: 0.3em;
  font-size: 1.2em;
}

.surround.boader:before {
  content: none;
}

.surround.boader {
  border-color: #c5c5c5;
  background: none;
}

/*トピックボックス黒*/
.topic-box {
  position: relative;
  background: #fff;
  padding: 25px 10px 0;
  margin: 40px 0 10px;
  border-radius: 3px;
  border: 1px solid #1a1a1a;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.topic-title {
  position: absolute;
  top: -17px;
  left: 14px;
  background: #1a1a1a;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}

/*トピックボックス（gray）*/
.topic-box.gray {
  position: relative;
  background: #fff;
  padding: 25px 10px 0;
  margin: 40px 0 10px;
  border-radius: 3px;
  border: 1px solid #8c8c8c;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.topic-title.gray {
  position: absolute;
  top: -17px;
  left: 14px;
  background: #8c8c8c;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}

/*トピックボックス（red）*/
.topic-box.red {
  position: relative;
  background: #fff;
  padding: 25px 10px 0;
  margin: 40px 0 10px;
  border-radius: 3px;
  border: 1px solid #ef5350;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.topic-title.red {
  position: absolute;
  top: -17px;
  left: 14px;
  background: #ef5350;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}

/*トピックボックス（blue）*/
.topic-box.blue {
  position: relative;
  background: #fff;
  padding: 25px 10px 0;
  margin: 40px 0 10px;
  border-radius: 3px;
  border: 1px solid #2196f3;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.topic-title.blue {
  position: absolute;
  top: -17px;
  left: 14px;
  background: #2196f3;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}

/*トピックボックス（green）*/
.topic-box.green {
  position: relative;
  background: #fff;
  padding: 25px 10px 0;
  margin: 40px 0 10px;
  border-radius: 3px;
  border: 1px solid #00b786;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.topic-title.green {
  position: absolute;
  top: -17px;
  left: 14px;
  background: #00b786;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}

/*トピックボックス（pink）*/
.topic-box.pink {
  position: relative;
  background: #fff;
  padding: 25px 10px 0;
  margin: 40px 0 10px;
  border-radius: 3px;
  border: 1px solid #f06292;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.topic-title.pink {
  position: absolute;
  top: -17px;
  left: 14px;
  background: #f06292;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}

/*トピックボックス（orange）*/
.topic-box.orange {
  position: relative;
  background: #fff;
  padding: 25px 10px 0;
  margin: 40px 0 10px;
  border-radius: 3px;
  border: 1px solid #ff5722;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.topic-title.orange {
  position: absolute;
  top: -17px;
  left: 14px;
  background: #ff5722;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}

/*トピックボックス（yellow）*/
.topic-box.yellow {
  position: relative;
  background: #fff;
  padding: 25px 10px 0;
  margin: 40px 0 10px;
  border-radius: 3px;
  border: 1px solid #ffab00;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.topic-title.yellow {
  position: absolute;
  top: -17px;
  left: 14px;
  background: #ffab00;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}

/*----------------------------------------------
　ショートコードここまで
-----------------------------------------------*/
/*====================================================
 ショートコードで吹き出しデザイン(領域１）
=====================================================*/
/* ショートコードで吹き出しデザイン */
.voice p {
  margin: 0;
  padding: 10px 15px;
}

.voice {
  margin-bottom: 20px;
  position: relative;
}

.voice.r {
  padding-right: 90px;
  padding-bottom: 10px;
}

.voice.l {
  padding-left: 80px;
  padding-bottom: 10px;
}

.voice .voice-box {
  width: 100%;
  margin-left: 10px;
  margin-right: 30px;
}

.voice .voice-box #voice-r {
  position: relative;
  display: inline-block;
  margin: 0 30px 20px 0;
  width: 98%;
  color: #000;
  background: #fff;
  z-index: 0;
  border: 3px solid #e8e8e8;
  text-align: left;
  border-radius: 8px;
  min-height: 50px;
}

.voice .voice-box #voice-l {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: #000;
  width: 93%;
  background: #fff;
  z-index: 0;
  border: 3px solid #e8e8e8;
  border-radius: 8px;
  min-height: 50px;
}

.voice .voice-box #voice-r:before {
  content: "";
  position: absolute;
  top: 30px;
  right: -6px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #fff;
  z-index: 0;
}

.voice .voice-box #voice-r:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -9px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 9px 9px;
  border-color: transparent transparent transparent #e8e8e8;
  z-index: -1;
}

.voice .voice-box #voice-l:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -8px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 0;
}

.voice .voice-box #voice-l:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -11px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 9px 9px 0;
  border-color: transparent #e8e8e8 transparent transparent;
  z-index: -1;
}

/*アイコン*/
.voice.r .img {
  width: 50px;
  top: 10px;
  font-size: 10px;
  line-height: 15px;
  margin-left: 5px;
  right: 0;
  text-align: center;
  margin-bottom: 3px;
  position: absolute;
}

.voice.l .img {
  width: 50px;
  top: 10px;
  left: 0;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  position: absolute;
}

.voice .img img {
  border-radius: 50%;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

/* ショートコードで吹き出しデザイン */
.fbvoice p {
  margin: 0;
  padding: 10px 15px;
}

.fbvoice {
  margin-bottom: 20px;
  position: relative;
}

.fbvoice.r {
  padding-right: 90px;
  padding-bottom: 10px;
}

.fbvoice.l {
  padding-left: 80px;
  padding-bottom: 10px;
}

.fbvoice .fbvoice-box {
  width: 100%;
  margin-left: 10px;
  margin-right: 30px;
}

.fbvoice .fbvoice-box #fbvoice-r {
  position: relative;
  display: inline-block;
  margin: 0 30px 20px 0;
  width: 98%;
  color: #fff;
  background: #2d5ae0;
  z-index: 0;
  border: 3px solid #2d5ae0;
  text-align: left;
  border-radius: 8px;
  min-height: 50px;
}

.fbvoice .fbvoice-box #fbvoice-l {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  color: #000;
  width: 93%;
  background: #e0e0e0;
  z-index: 0;
  border: 3px solid #e0e0e0;
  border-radius: 8px;
  min-height: 50px;
}

.fbvoice .fbvoice-box #fbvoice-r:before {
  content: "";
  position: absolute;
  top: 30px;
  right: -6px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #2d5ae0;
  z-index: 0;
}

.fbvoice .fbvoice-box #fbvoice-r:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -11px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 9px 9px;
  border-color: transparent transparent transparent #2d5ae0;
  z-index: -1;
}

.fbvoice .fbvoice-box #fbvoice-l:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -8px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #e0e0e0 transparent transparent;
  z-index: 0;
}

.fbvoice .fbvoice-box #fbvoice-l:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -11px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 9px 9px 0;
  border-color: transparent #e0e0e0 transparent transparent;
  z-index: -1;
}

/*アイコン*/
.fbvoice.r .img {
  width: 50px;
  top: 10px;
  font-size: 10px;
  line-height: 15px;
  margin-left: 5px;
  right: 0;
  text-align: center;
  margin-bottom: 3px;
  position: absolute;
}

.fbvoice.l .img {
  width: 50px;
  top: 10px;
  left: 0;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  position: absolute;
}

.fbvoice .img img {
  text-align: center;
  border: 3px solid #d8d8d8;
  width: 100%;
}

/* ショートコードで吹き出しデザイン */
.lnvoice p {
  margin: 0;
  padding: 10px 15px;
}

.lnvoice {
  margin-bottom: 20px;
  position: relative;
}

.lnvoice.r {
  padding-right: 90px;
  padding-bottom: 10px;
}

.lnvoice.l {
  padding-left: 80px;
  padding-bottom: 10px;
}

.lnvoice .lnvoice-box {
  width: 100%;
  margin-left: 10px;
  margin-right: 30px;
}

.lnvoice .lnvoice-box #lnvoice-r {
  position: relative;
  display: inline-block;
  margin: 0 30px 20px 0;
  width: 98%;
  color: #2b2a2a;
  background: #69e02d;
  z-index: 0;
  border: 3px solid #69e02d;
  text-align: left;
  border-radius: 30px;
  min-height: 50px;
}

.lnvoice .lnvoice-box #lnvoice-l {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  color: #2b2a2a;
  width: 93%;
  background: #fff;
  z-index: 0;
  border: 2px solid #e0e0e0;
  border-radius: 30px;
  min-height: 50px;
}

.lnvoice .lnvoice-box #lnvoice-r:before {
  content: "";
  position: absolute;
  top: 28px;
  right: -6px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #69e02d;
  z-index: 0;
}

.lnvoice .lnvoice-box #lnvoice-r:after {
  content: "";
  position: absolute;
  top: 28px;
  right: -9px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 9px 9px;
  border-color: transparent transparent transparent #69e02d;
  z-index: -1;
}

.lnvoice .lnvoice-box #lnvoice-l:before {
  content: "";
  position: absolute;
  top: 26px;
  left: -6px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 0;
}

.lnvoice .lnvoice-box #lnvoice-l:after {
  content: "";
  position: absolute;
  top: 26px;
  left: -8px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 9px 9px 0;
  border-color: transparent #d8d8d8 transparent transparent;
  z-index: -1;
}

/*アイコン*/
.lnvoice.r .img {
  width: 50px;
  top: 10px;
  font-size: 10px;
  line-height: 15px;
  margin-left: 5px;
  right: 0;
  text-align: center;
  margin-bottom: 3px;
  position: absolute;
}

.lnvoice.l .img {
  width: 50px;
  top: 10px;
  left: 0;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  position: absolute;
}

.lnvoice .img img {
  border-radius: 50%;
  border: 2px solid #d8d8d8;
  text-align: center;
  width: 100%;
}

/*　ポートフォリオショートコード用*/
.pf4 {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 50%;
  float: left;
}

.pf4:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.pf4 .pf4-inner {
  display: block;
  position: absolute;
  top: 0;
  left: -150px;
  right: -150px;
  width: auto;
  height: 100%;
  overflow: hidden;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pf4-inner p a {
  width: 100%;
  height: auto;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.pf4-inner img {
  width: 100%;
  height: auto;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.pf4-inner:hover .pf4-inner-box {
  position: absolute;
  background: rgba(0, 41, 119, 0.66);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pf4 .pf4-inner-box {
  left: 150px;
  right: 150px;
  width: auto;
  height: 100%;
  top: 0;
  text-align: center;
}

.pf4-inner-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: none;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.pf4-inner:hover .pf4-inner-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #fff;
}

.pf4-inner-box span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #fff;
  padding: 20px;
}

/*　ポートフォリオショートコード用B*/
.pf4b {
  width: 48%;
  height: 48%;
  position: relative;
  background: #fff;
  border-radius: 3px;
  margin: 1%;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  float: left;
  overflow: hidden;
}

.pf4b:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  -webkit-box-shadow: 0px 15px 25px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 15px 25px -5px rgba(0, 0, 0, 0.3);
}

.pf4b:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.pf4b-inner {
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  right: -50px;
  width: auto;
  height: 100%;
  overflow: hidden;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pf4b-inner img {
  width: 100%;
  height: auto;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.pf4b-inner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pf4b-inner a:hover {
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pf4b-inner:hover .pf4b-inner-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 41, 119, 0.66);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pf4b-inner span {
  display: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pf4b-inner:hover span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid #fff;
  padding: 10px;
  font-size: 0.8em;
}

/*==================================================
 ショートコード（プロフィール）レイアウト（スマホ）
==================================================*/
#profile {
  position: relative;
  margin: 5px 0px 15px;
  padding: 5px;
  border: solid 4px #e8e8e8;
  min-height: 190px;
  clear: both;
}

#profile p {
  font-size: 0.8em;
  margin: 0;
  padding-left: 0px;
  font-weight: 700;
}

#prof-facebook a:hover,
#prof-twitter a:hover,
#prof-google a:hover,
#prof-youtube a:hover,
#prof-instagram a:hover {
  color: #000496;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#prof-img {
  position: absolute;
  width: 80px;
  top: 100px;
  margin-left: -5px;
  padding: 10px;
}

#prof-img p {
  font-weight: 800;
  font-size: 1em;
  text-align: left;
  line-height: 1.1em;
  margin-top: 5px;
  position: absolute;
  top: -60px;
  left: 110px;
  width: 200px;
}

#prof-img img {
  position: absolute;
  width: 80px;
  border-radius: 100px;
  top: -60px;
  left: 10px;
}

#prof-doc {
  padding-top: 105px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  line-height: 1.7em;
  font-size: 0.9em;
}

#prof-facebook {
  position: absolute;
  padding: 10px 0 10px 100px;
  margin-top: -80px;
  top: 40px;
  z-index: 5;
}

#prof-facebook a {
  color: #333;
}

#prof-twitter {
  position: absolute;
  padding: 0 0 10px 130px;
  margin-top: 20px;
  top: -49px;
  z-index: 4;
}

#prof-twitter a {
  color: #333;
}

#prof-google {
  position: absolute;
  padding: 0 0 10px 160px;
  margin-top: 20px;
  top: -50px;
  z-index: 3;
}

#prof-google a {
  color: #333;
}

#prof-youtube {
  position: absolute;
  padding: 0 0 10px 188px;
  margin-top: 20px;
  top: -50px;
  z-index: 2;
}

#prof-youtube a {
  color: #333;
}

#prof-instagram {
  position: absolute;
  padding: 0 0 10px 218px;
  margin-top: 20px;
  top: -50px;
  z-index: 1;
}

#prof-instagram a {
  color: #333;
}

.post #profile {
  margin: 0px -5px 15px;
  border: solid 4px #e8e8e8;
}

element.style {
  list-style-type: lower-roman;
  list-style: none;
}

/*LPワイド画像*/
#lpwide-img {
  margin: 0 auto -1px auto;
  width: 100%;
  max-width: 420px;
  text-align: center;
}

#lpwide-img-inner {
  margin: 0 -10px;
}

#lpwide-img-inner img {
  margin-bottom: 0;
}

/*-----------------------------------
内部リンクをショートコードでブログカード化
------------------------------------*/
.blog-card {
  word-wrap: break-word;
  max-width: 100%;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.blog-card:hover {
  -webkit-box-shadow: 0px 15px 25px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 15px 25px -3px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card a {
  color: #333;
  background: #fbfaf8;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card-thumbnail {
  float: left;
  padding: 10px;
}

.blog-card-thumbnail img {
  display: block;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card-content {
  line-height: 120%;
}

.blog-card-title {
  padding: 10px 10px 10px 0;
  font-size: 0.85em;
  font-weight: bold;
}

.blog-card-title::before {
  content: "関連記事";
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  background: #111;
  width: 5em;
  display: inline-block;
  padding: 0.2em;
  position: relative;
  top: -2px;
  text-align: center;
  margin-right: 0.5em;
  border-radius: 2px;
}

.blog-card-date {
  color: #333;
  font-size: 75%;
  margin-right: 10px;
}

/*======================================
 記事内画像の上に文字のせショートコード用
======================================*/
.toi-wrap {
  position: relative;
  width: auto;
  max-width: 100%;
  margin: 0 0 10px;
}

.toi-inner {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  bottom: 20px;
  right: 10px;
  overflow: hidden;
}

/*=======================================
　スマホ用カラム
=======================================*/
/*ラップ*/
.spcolwrap {
  padding: 0 5px;
}

/*2カラム*/
.spcol2:first-child {
  float: left;
  width: 49%;
  margin: 0 1% 0 0;
}

.spcol2:last-child {
  float: left;
  width: 49%;
  margin: 0 0 0 1%;
}

/*3カラム*/
.spcol3 {
  float: left;
  width: 32%;
  margin: 0 2%;
}

.spcol3:first-child {
  float: left;
  width: 32%;
  margin: 0;
}

.spcol3:last-child {
  float: left;
  width: 32%;
  margin: 0;
}

.spcol3 img {
  margin: 0 0 10px;
}

/*4カラム*/
.col4 {
  float: left;
  width: 48%;
  margin: 0 1%;
}

/*3:7カラム*/
.spcol37 {
  float: left;
  width: 28%;
  margin: 0 1% 0 1%;
}

.spcol73 {
  float: left;
  width: 68%;
  margin: 0 1% 0 1%;
}

/*スマホ用だけ文字を小さくするショートコード*/
.spfont {
  font-size: 0.75em;
}

.spfont a {
  font-size: 0.75em;
}

.spfont p {
  font-size: 0.75em;
}

.spfont ul li {
  font-size: 0.75em;
}

.spfont ol {
  font-size: 0.75em;
}

/*蛍光ペンのアンダーライン*/
.keikou {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 50%);
}

/*フローチャート用*/
.sankaku {
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-top: 30px solid #5db3e2;
  margin: 0 auto -60px;
}

.flow {
  display: block;
  background: #b2b2ff;
  padding: 10px;
  border-radius: 5px;
  margin: 20px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.flow p {
  margin: 0;
}

/*アーカイブページのCTA*/
#archive-cta {
  margin-top: 10px;
}

/* ショートコードで吹き出しデザイン */
.voice.r {
  padding-right: 130px;
  padding-bottom: 10px;
}

.voice.l {
  padding-left: 100px;
  padding-bottom: 10px;
}

.voice .voice-box {
  width: 100%;
  margin-left: 20px;
  margin-right: 30px;
}

/*アイコン*/
.voice.r .img {
  width: 80px;
  top: 10px;
  font-size: 10px;
  line-height: 15px;
  margin-left: 5px;
  right: 0;
  text-align: center;
  margin-bottom: 3px;
  position: absolute;
}

.voice.l .img {
  width: 80px;
  top: 10px;
  left: 0;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  position: absolute;
}

.voice .img img {
  border-radius: 50%;
  text-align: center;
  width: 100%;
}

.fbvoice.r {
  padding-right: 130px;
  padding-bottom: 10px;
}

.fbvoice.l {
  padding-left: 100px;
  padding-bottom: 10px;
}

.fbvoice .fbvoice-box {
  width: 100%;
  margin-left: 20px;
  margin-right: 30px;
}

/*アイコン*/
.fbvoice.r .img {
  width: 80px;
  top: 10px;
  font-size: 10px;
  line-height: 15px;
  margin-left: 5px;
  right: 0;
  text-align: center;
  margin-bottom: 3px;
  position: absolute;
}

.fbvoice.l .img {
  width: 80px;
  top: 10px;
  left: 0;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  position: absolute;
}

.fbvoice .img img {
  text-align: center;
  border: 3px solid #d8d8d8;
  width: 100%;
}

.lnvoice.r {
  padding-right: 130px;
  padding-bottom: 10px;
}

.lnvoice.l {
  padding-left: 100px;
  padding-bottom: 10px;
}

.lnvoice .lnvoice-box {
  width: 100%;
  margin-left: 20px;
  margin-right: 30px;
}

/*アイコン*/
.lnvoice.r .img {
  width: 80px;
  top: 10px;
  font-size: 10px;
  line-height: 15px;
  margin-left: 5px;
  right: 0;
  text-align: center;
  margin-bottom: 3px;
  position: absolute;
}

.lnvoice.l .img {
  width: 80px;
  top: 10px;
  left: 0;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  position: absolute;
}

.lnvoice .img img {
  border-radius: 50%;
  text-align: center;
  width: 100%;
}

/* global */
.wp-contact-form,
.wpcf7 {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.wp-contact-form .contact-full,
.wpcf7 .contact-full {
  width: 100%;
  max-width: 100%;
}
.wp-contact-form table,
.wpcf7 table {
  margin: 0 auto;
}
.wp-contact-form table tr,
.wpcf7 table tr {
  display: block;
  margin-bottom: 1.5em;
}
@media (max-width: 559px) {
  .wp-contact-form table tr,
  .wpcf7 table tr {
    margin-bottom: 2em;
  }
}
.wp-contact-form table th,
.wpcf7 table th {
  text-align: left;
  width: 13em;
  vertical-align: top;
}
@media (max-width: 559px) {
  .wp-contact-form table th,
  .wpcf7 table th {
    display: block;
    margin-bottom: 0.5em;
  }
}
.wp-contact-form table th .required,
.wpcf7 table th .required {
  text-align: center;
  width: 3em;
  font-size: 0.8em;
  display: block;
  color: #9f886b;
  background-color: #fff;
  border: 1px solid #9f886b;
}
@media (max-width: 559px) {
  .wp-contact-form table th .required,
  .wpcf7 table th .required {
    display: inline-block;
    margin-left: 0.5em;
  }
}
.wp-contact-form table td,
.wpcf7 table td {
  text-align: left;
}
@media (max-width: 559px) {
  .wp-contact-form table td,
  .wpcf7 table td {
    display: block;
  }
}
.wp-contact-form table .wpcf7-list-item,
.wpcf7 table .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.wp-contact-form table .wpcf7-form-control-wrap,
.wpcf7 table .wpcf7-form-control-wrap {
  display: inline-block;
}
.wp-contact-form table a,
.wpcf7 table a {
  margin-top: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-size: clamp(1.2rem, 0.875vw, 1.4rem);
  padding: 0.2em 2em 0.2em 1.2em;
  min-width: 12.5vw;
}
@media (max-width: 559px) {
  .wp-contact-form table a,
  .wpcf7 table a {
    font-size: 16px;
    min-width: 70%;
    padding: 0.3em 1em;
  }
}
.wp-contact-form table a::before,
.wpcf7 table a::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: translateX(0.3em) translateY(-0.2em) rotate(135deg);
          transform: translateX(0.3em) translateY(-0.2em) rotate(135deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p-contact-confirm .wp-contact-form dl dt,
.p-contact-confirm .wpcf7 dl dt {
  color: #717171;
}
.wp-contact-form .hissu,
.wpcf7 .hissu {
  padding: 0.3em 0.7em;
  margin-right: 0.5em;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 4px;
}
.p-contact-confirm .wp-contact-form .hissu,
.p-contact-confirm .wpcf7 .hissu {
  background-color: #717171;
}
.wp-contact-form .policy a,
.wpcf7 .policy a {
  text-decoration: underline;
}
.wp-contact-form .submit,
.wpcf7 .submit {
  position: relative;
}
@media (max-width: 559px) {
  .wp-contact-form .submit,
  .wpcf7 .submit {
    font-size: 1.6rem;
  }
}
.wp-contact-form .submit-button,
.wpcf7 .submit-button {
  display: inline-block !important;
  padding: 0.5em 2em;
  background-color: #9f886b;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 559px) {
  .wp-contact-form .submit-button,
  .wpcf7 .submit-button {
    font-size: 1.6rem;
    width: 100%;
  }
}
.wp-contact-form .submit-button:hover,
.wpcf7 .submit-button:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wp-contact-form .submit-button .wpcf7-spinner,
.wpcf7 .submit-button .wpcf7-spinner {
  display: none;
}
.wp-contact-form input,
.wp-contact-form textarea,
.wpcf7 input,
.wpcf7 textarea {
  padding: 0.8em;
  background-color: #fff;
  border: none;
}
.wp-contact-form input::-webkit-input-placeholder, .wp-contact-form textarea::-webkit-input-placeholder, .wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #717171;
}
.wp-contact-form input::-moz-placeholder, .wp-contact-form textarea::-moz-placeholder, .wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  font-size: 1.6rem;
  color: #717171;
}
.wp-contact-form input:-ms-input-placeholder, .wp-contact-form textarea:-ms-input-placeholder, .wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #717171;
}
.wp-contact-form input::-ms-input-placeholder, .wp-contact-form textarea::-ms-input-placeholder, .wpcf7 input::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #717171;
}
.wp-contact-form input::placeholder,
.wp-contact-form textarea::placeholder,
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  font-size: 1.6rem;
  color: #717171;
}
.wp-contact-form input[type=text],
.wp-contact-form input[type=email],
.wp-contact-form input[type=tel],
.wp-contact-form input[type=url],
.wp-contact-form textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 textarea {
  margin-top: 5px;
}
.wp-contact-form input[type=submit],
.wpcf7 input[type=submit] {
  background-color: transparent;
  padding: 0;
  color: #fff;
}
.wp-contact-form input[type=text],
.wp-contact-form input[type=email],
.wp-contact-form textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  width: 100%;
}

/* global */
.p-page .p-page-container {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.p-page .p-page-container h2 {
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  padding: 1em 1.5em;
  background: #f6f6f6;
  margin: 10px 0;
  border-radius: 3px;
  color: #ff8d00;
  line-height: 1.6em;
  position: relative;
  padding: 0.8em 0;
  background: none;
  margin: 10px 0 20px;
}
.p-page .p-page-container h2::after {
  content: "";
  display: block;
  margin-top: 5px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ff8d00), to(transparent));
  background: linear-gradient(to right, #ff8d00, transparent);
}
.p-page .p-page-container h2 span {
  font-weight: inherit;
}
.p-page .p-page-container table {
  width: 100%;
}
.p-page .p-page-container table tr td {
  text-align: left;
  padding: 15px 10px;
  background: #fff;
  border-color: #f5f5f5;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c0c0c0;
  border-right-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
  border-left-color: #c0c0c0;
  font-size: 16px;
  line-height: 18px;
}
.p-page .p-page-container .btn-wrap {
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  padding: 0.8em 2.1em;
  background: #3cb371;
  border: 2px solid #3cb371;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  background: #3d86f4;
  border: 2px solid #3d86f4;
}
.p-page .p-page-container .btn-wrap a {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.page-id-30195 button,
.page-id-30195 input[type=submit] {
  background: #717171;
  color: #fff;
  padding: 0.2em 0.5em;
}/*# sourceMappingURL=style.css.map */