@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* -------------------------------------------*/
/* -------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  html,
  body {
    display: none;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (768px <= width <= 928px) {
  html {
    font-size: 52%;
  }
}
@media screen and (360px <= width <= 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.9;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #231815;
  background-image: url(../images/common/bg-line.webp);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}
@media screen and (360px <= width <= 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

section {
  position: relative;
  width: 100%;
}

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

a {
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  backface-visibility: hidden;
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

input[type=submit],
button {
  cursor: pointer;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

main {
  display: block;
}

label {
  cursor: pointer;
  transition: all 250ms ease;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  border: none;
  border: none;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

a[href^="tel:"],
.eventnone {
  pointer-events: none;
}

@media screen and (360px <= width <= 767px) {
  a[href^="tel:"] {
    pointer-events: default;
  }
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pcnone {
  display: none !important;
}

.spnone {
  display: block;
}

@media screen and (360px <= width <= 767px) {
  .spnone {
    display: none !important;
  }
  .pcnone {
    display: block !important;
  }
}
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  position: relative;
  margin-top: 8rem;
  background: url(../images/common/footer-bg.webp) no-repeat top center/cover;
  padding: 20rem 8vw 5rem;
}
@media screen and (360px <= width <= 767px) {
  .l-footer {
    background: url(../images/common/footer-bg-sp.webp) no-repeat top center/cover;
    padding: 7rem 4vw 5rem;
  }
}
.l-footer .l-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
@media screen and (360px <= width <= 767px) {
  .l-footer .l-footer-inner {
    margin-bottom: 4rem;
    flex-direction: column;
  }
}
.l-footer .l-footer-logo .l-footer-logo-en {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (360px <= width <= 767px) {
  .l-footer .l-footer-logo .l-footer-logo-en {
    font-size: 1.6rem;
  }
}
.l-footer .l-footer-logo .l-footer-logo-ja {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
@media screen and (360px <= width <= 767px) {
  .l-footer .l-footer-logo .l-footer-logo-ja {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.l-footer .l-footer-logo .l-footer-logo-ja span {
  font-size: 1.6rem;
  margin-left: 3rem;
  display: block;
  text-align: center;
}
@media screen and (360px <= width <= 767px) {
  .l-footer .l-footer-logo .l-footer-logo-ja {
    font-size: 2.4rem;
  }
  .l-footer .l-footer-logo .l-footer-logo-ja span {
    font-size: 1.4rem;
    margin-left: 1rem;
  }
}
.l-footer .l-footerNavi {
  display: flex;
  gap: 0 2.6rem;
  text-align: center;
}
.l-footer .l-footerNavi .menu-title {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (360px <= width <= 767px) {
  .l-footer .l-footerNavi a:not(:last-of-type) {
    display: none;
  }
}
.l-footer .copy {
  text-align: center;
  font-size: 1.2rem;
  color: #848484;
}

.l-footer-privacy {
  text-align: right;
}
@media screen and (360px <= width <= 767px) {
  .l-footer-privacy {
    text-align: center;
  }
}
.l-footer-privacy a {
  font-size: 1.2rem;
  color: #848484;
}

/* -------------------------------------------*/
.l-header {
  position: relative;
}

/*============
mainNavi
=============*/
.mainNavi {
  display: flex;
  gap: 0 1.6rem;
  padding: 1rem 2.5rem;
}
.mainNavi .menu-title {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #634313;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.mainNavi a {
  letter-spacing: 0.1em;
  padding: 0.5em 1em;
  border-radius: 0.5em;
}
.mainNavi a:hover {
  background-color: #008E66;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (360px <= width <= 767px) {
  .mainNavi {
    display: none;
  }
}

/*============
spNavi
=============*/
.spNavi {
  display: block;
  position: fixed;
  top: 0;
  right: -40rem;
  bottom: 0;
  width: 40rem;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 23;
  opacity: 0;
  padding: 5rem 2.5rem 2rem;
}
.spNavi .menu-title {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #634313;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.open .spNavi {
  right: 0;
  opacity: 1;
}

.spNavi a {
  display: block;
  color: #333;
  font-size: 1.6rem;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
  border-bottom: 1px solid #333;
}

.spNavi a:hover {
  background: #e4e4e4;
}

@media screen and (max-width: 767px) {
  .spNavi {
    right: -32rem;
    width: 32rem;
  }
}
/*============
 .toggle_btn
 =============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 30;
}
.toggle_btn:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 0.3rem;
  z-index: -1;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 3rem;
  height: 0.2rem;
  background-color: #333;
  border-radius: 0.4rem;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 0.4rem;
}

.toggle_btn span:nth-child(2) {
  top: 1.4rem;
}

.toggle_btn span:nth-child(3) {
  bottom: 0.4rem;
}

.open .toggle_btn span {
  background-color: #000;
}

.open .toggle_btn span:nth-child(1) {
  transform: translateY(1rem) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  transform: translateY(-1rem) rotate(315deg);
}

/*============
 #mask
 =============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 22;
  cursor: pointer;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
body {
  overflow-x: hidden;
}

.l-main {
  position: relative;
  width: 100%;
}

.inner {
  position: relative;
  width: min(120rem, 82%);
  z-index: 1;
  margin: 0 auto;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-sec-title {
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
}
.c-sec-title:before, .c-sec-title:after {
  content: "";
  position: absolute;
  top: -8rem;
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  width: 29.2rem;
  height: 29.2rem;
  z-index: -1;
}
.c-sec-title:before {
  background-image: url(../images/common/bg-blue.png);
}
.c-sec-title:after {
  left: -10rem;
  background-image: url(../images/common/bg-yellow.png);
}
@media screen and (360px <= width <= 767px) {
  .c-sec-title:before, .c-sec-title:after {
    width: 20.2rem;
    height: 20.2rem;
    z-index: -1;
  }
}
.c-sec-title .c-sec-title-en {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #008E66;
}
@media screen and (360px <= width <= 767px) {
  .c-sec-title .c-sec-title-en {
    font-size: 2.4rem;
  }
}
.c-sec-title .c-sec-title-ja {
  font-size: 2rem;
  font-weight: 500;
  color: #634313;
  display: block;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (360px <= width <= 767px) {
  .c-sec-title .c-sec-title-ja {
    font-size: 1.8rem;
  }
}

/* -------------------------------------------*/
.c-information__archive {
  flex: 1;
  display: flex;
  gap: 2rem 4rem;
}
.c-information__archive:not(:last-of-type) {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media screen and (360px <= width <= 767px) {
  .c-information__archive {
    flex-direction: column;
  }
}

.c-information__archive-thumb {
  max-width: 16rem;
  aspect-ratio: 16/14;
  background-color: #f0f0f0;
  overflow: hidden;
}
.c-information__archive-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (360px <= width <= 767px) {
  .c-information__archive-thumb {
    max-width: 100%;
    flex: 1;
  }
}

.c-information__archive-item {
  flex: 1;
  background: #fff url(../images/common/icon-link.svg) no-repeat right 2rem bottom 2rem;
  background-size: 2rem;
  border: 1px solid #e5e5e5;
  padding: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .c-information__archive-item {
    padding: 1.6rem;
  }
}

.c-information__archive-item-title {
  font-size: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 1rem;
}
@media screen and (360px <= width <= 767px) {
  .c-information__archive-item-title {
    font-size: 1.6rem;
  }
}

.c-information__archive-item-date {
  font-size: 1.4rem;
  color: #898989;
}

/* -------------------------------------------*/
.c-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (360px <= width <= 767px) {
  .c-more-btn {
    margin-top: 2rem;
  }
}

.c-more-btn-link {
  padding: 1rem 2rem;
  border: 1px solid #000;
  border-radius: 100vmax;
  text-decoration: none;
  max-width: 34rem;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.3s;
}
.c-more-btn-link:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0 0.7rem 0.9rem;
  border-color: transparent transparent transparent #000;
}
.c-more-btn-link:hover {
  border: 1px solid #008E66;
  background-color: #008E66;
  color: #fff;
  opacity: 1;
}
.c-more-btn-link:hover:before {
  border-color: transparent transparent transparent #fff;
}
@media screen and (360px <= width <= 767px) {
  .c-more-btn-link {
    display: block;
    padding: 1rem 1.4rem;
    max-width: 100%;
  }
}

/* -------------------------------------------*/
.c-biography__wrap {
  background-color: rgba(241, 245, 247, 0.7);
  padding: 4rem;
  max-width: 88.8vw;
  margin: 0 auto;
  border-radius: 4.4rem;
}
@media screen and (360px <= width <= 767px) {
  .c-biography__wrap {
    padding: 2rem;
    max-width: 100%;
    border-radius: 0;
  }
}

.c-biography__content {
  padding: 0 2vw;
  margin: 0 auto;
}

.c-biography-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}

.c-biography-nav-button {
  background-color: #fff;
  border: 0.5rem solid #fff;
  padding: 0.5rem 2rem 0.5rem 3.2rem;
  border-radius: 0.8rem;
  text-decoration: none;
  max-width: calc(25% - 1.5rem);
  width: 100%;
  text-align: left;
}
.c-biography-nav-button::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #008E66;
  border-right: 0.2rem solid #008E66;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (360px <= width <= 767px) {
  .c-biography-nav-button {
    padding: 0.5rem 1.6rem 0.5rem 2.4rem;
    max-width: calc(50% - 1.5rem);
  }
}

.c-biography-nav-button.is-active {
  background-color: #008E66;
  color: #fff;
}
.c-biography-nav-button.is-active::before {
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}

.c-biography__content-item-table {
  margin-bottom: 2rem;
}
.c-biography__content-item-table dt {
  font-size: 2rem;
  font-weight: 600;
  color: #008E66;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
.c-biography__content-item-table dt small {
  font-size: 1.4rem;
}
.c-biography__content-item-table dd {
  padding-left: 2rem;
  margin-bottom: 1.6rem;
  background: #fff;
  padding: 0.8rem 4rem 0.8rem 2rem;
}
.c-biography__content-item-table dd a {
  color: #000;
  padding: 0.8rem 4rem 0.8rem 0;
  background: #fff url(../images/common/icon-link.svg) no-repeat right 1rem center;
  background-size: 1.6rem;
}

.c-biography__content-item-table-item {
  width: 50%;
}

.c-biography__content-item {
  display: none;
}
.c-biography__content-item.is-open {
  display: block;
}
.c-biography__content-item .c-more-btn {
  margin-top: 4rem;
}

/* -------------------------------------------*/
.c-breadcrumbs {
  font-size: 1.3rem;
  padding: 1rem 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-top: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .c-breadcrumbs {
    padding: 3rem 0 1rem;
    font-size: 1.2rem;
  }
}
.c-breadcrumbs img {
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0.5rem;
}
.c-breadcrumbs a {
  font-size: 1.3rem;
  margin-right: 1.3rem;
}
@media screen and (360px <= width <= 767px) {
  .c-breadcrumbs a {
    font-size: 1.2rem;
  }
}
.c-breadcrumbs a:after {
  content: "/";
  display: inline-block;
  margin-left: 1.3rem;
  text-decoration: none;
}
.c-breadcrumbs .inner {
  padding-left: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .c-breadcrumbs .inner {
    padding-left: 4vw;
  }
}
.c-breadcrumbs span {
  opacity: 0.6;
}

/* -------------------------------------------*/
.c-page-header {
  position: relative;
  padding: 6rem 4vw 4rem;
}
@media screen and (360px <= width <= 767px) {
  .c-page-header {
    padding: 6rem 4vw 2rem;
  }
}
.c-page-header:before, .c-page-header:after {
  content: "";
  position: absolute;
  top: 0rem;
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  width: 29.2rem;
  height: 29.2rem;
  z-index: -1;
}
.c-page-header:before {
  background-image: url(../images/common/bg-blue.png);
}
.c-page-header:after {
  left: -10rem;
  background-image: url(../images/common/bg-yellow.png);
}

.c-page-header-title-en {
  font-size: 6.4rem;
  letter-spacing: 0.18em;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (360px <= width <= 767px) {
  .c-page-header-title-en {
    font-size: 2.4rem;
  }
}

.c-page-header-title {
  font-size: 3.6rem;
  font-weight: 500;
  color: #008E66;
  display: block;
  letter-spacing: 0.18em;
}
@media screen and (360px <= width <= 767px) {
  .c-page-header-title {
    font-size: 1.8rem;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/*
top
-------------------------------------------*/
.mainVisual {
  position: relative;
  height: calc(100dvh - 6.6rem);
  max-width: 94.8vw;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (360px <= width <= 767px) {
  .mainVisual {
    padding-top: 6.6rem;
    height: auto;
  }
}

.mainVisual__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (360px <= width <= 767px) {
  .mainVisual__inner {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.mainVisual__left {
  position: relative;
  width: 50%;
  max-width: 48vw;
  transform: rotate(0) scale(1);
  opacity: 1;
  animation: mainVisual__left 1.5s ease 0s 1 alternate;
}
.mainVisual__left .svg-text {
  position: absolute;
  z-index: 2;
}
.mainVisual__left .saitou {
  top: 10%;
  right: 0%;
}
.mainVisual__left .chieko {
  bottom: 10%;
  left: 0%;
}
@media screen and (360px <= width <= 767px) {
  .mainVisual__left {
    width: 100%;
    max-width: 100%;
  }
}

.mainVisual__right {
  height: 100%;
  transform: rotate(0) scale(1);
  opacity: 1;
  animation: mainVisual__right 1.5s ease 0s 1 alternate;
  position: relative;
  z-index: 8;
}
.mainVisual__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes mainVisual__right {
  0% {
    transform: rotate(-15deg) scale(1.8);
    opacity: 0;
  }
  100% {
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}
@keyframes mainVisual__left {
  0% {
    transform: rotate(15deg) scale(1.8);
    opacity: 0;
  }
  100% {
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}
.mainVisual__title {
  background-color: #008E66;
  padding: 4rem 1.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6rem;
  z-index: 10;
  clip-path: inset(0 0 100% 0);
}
.mainVisual__title.is-loaded {
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  clip-path: inset(0 0 0 0);
}
.mainVisual__title .mainVisual__title-text {
  font-size: 3.6rem;
  font-weight: 400;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  letter-spacing: 0.4em;
}
@media screen and (360px <= width <= 767px) {
  .mainVisual__title {
    left: 0%;
    transform: translateX(0);
    top: 8rem;
    padding: 2rem 1.4rem;
    width: 6.3rem;
    text-align: center;
  }
  .mainVisual__title .mainVisual__title-text {
    font-size: 2.2rem;
  }
}

.top-concept {
  padding: 10rem 2vw;
  background-image: url(../images/top/concept-bg.webp);
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
}
@media screen and (360px <= width <= 767px) {
  .top-concept {
    padding: 6rem 2vw;
  }
}

.top-concept__content-title {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .top-concept__content-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.top-concept__content-text {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 2.2;
}
@media screen and (360px <= width <= 767px) {
  .top-concept__content-text {
    margin-bottom: 1.4rem;
  }
}

.top-information {
  position: relative;
  padding: 10rem 0;
}
@media screen and (360px <= width <= 767px) {
  .top-information {
    padding: 4rem 0;
  }
}

.top-information__wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 4rem;
}
@media screen and (360px <= width <= 767px) {
  .top-information__wrap {
    flex-direction: column;
  }
}

.top-information__title {
  width: 40%;
}
@media screen and (360px <= width <= 767px) {
  .top-information__title {
    width: 100%;
  }
}

.top-information__content {
  width: 60%;
}
@media screen and (360px <= width <= 767px) {
  .top-information__content {
    width: 100%;
  }
}

.top-gallery-wrap {
  position: relative;
}

.top-gallery-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (768px <= width <= 928px) {
  .top-gallery-list {
    flex-wrap: wrap;
  }
}
@media screen and (360px <= width <= 767px) {
  .top-gallery-list {
    flex-wrap: wrap;
  }
}

.top-gallery-list-item {
  width: 16.6666666667%;
  height: 30rem;
  overflow: hidden;
  cursor: pointer;
}
.top-gallery-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 0.4s ease;
}
.top-gallery-list-item:hover img {
  transform: scale(1.05);
}
@media screen and (768px <= width <= 928px) {
  .top-gallery-list-item {
    width: 25%;
    height: 20rem;
  }
}
@media screen and (360px <= width <= 767px) {
  .top-gallery-list-item {
    width: 50%;
    height: 16rem;
  }
}

.top-gallery-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 4rem;
}
.top-gallery-modal.is-open {
  opacity: 1;
  visibility: visible;
}
@media screen and (360px <= width <= 767px) {
  .top-gallery-modal {
    padding: 2rem;
  }
}

.top-gallery-modal__inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-gallery-modal__img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.top-gallery-modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
.top-gallery-modal__close::before, .top-gallery-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.top-gallery-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.top-gallery-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (360px <= width <= 767px) {
  .top-gallery-modal__close {
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
  }
}

.top-profile {
  padding: 10rem 0 4rem;
}
.top-profile:before {
  content: "";
  position: absolute;
  top: 20rem;
  right: 0;
  width: 40rem;
  height: 100rem;
  background-image: url(../images/common/bg-sub.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (360px <= width <= 767px) {
  .top-profile {
    padding: 4rem 0;
  }
  .top-profile:before {
    top: 10rem;
    width: 35rem;
  }
}

.top-profile__title {
  display: flex;
  justify-content: flex-end;
}
.top-profile__title .c-sec-title {
  margin: 0;
}
@media screen and (360px <= width <= 767px) {
  .top-profile__title {
    justify-content: center;
  }
  .top-profile__title .c-sec-title {
    margin: 0 auto 4rem;
  }
}

.top-profile__wrap {
  display: flex;
  gap: 2rem 6rem;
}
.top-profile__wrap .c-more-btn {
  margin-top: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .top-profile__wrap {
    flex-direction: column;
  }
}

.top-profile__thumb {
  position: relative;
  width: 40%;
}
@media screen and (360px <= width <= 767px) {
  .top-profile__thumb {
    width: 100%;
  }
}

.top-profile__content {
  width: 60%;
}
@media screen and (360px <= width <= 767px) {
  .top-profile__content {
    width: 100%;
  }
}

.top-profile__content-name {
  margin-bottom: 2rem;
}

.top-profile__content-name-en {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (360px <= width <= 767px) {
  .top-profile__content-name-en {
    font-size: 1.6rem;
  }
}

.top-profile__content-name-ja {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.top-profile__content-name-ja span {
  font-size: 1.6rem;
  margin-left: 3rem;
}
@media screen and (360px <= width <= 767px) {
  .top-profile__content-name-ja {
    font-size: 2.4rem;
  }
  .top-profile__content-name-ja span {
    font-size: 1.4rem;
    margin-left: 1rem;
  }
}

.top-profile-table {
  width: 100%;
  margin-top: 3rem;
}
.top-profile-table th {
  width: 100px;
  font-weight: bold;
  text-align: left;
  padding: 0.3rem 1rem;
}

.top-profile__voice-area {
  margin-top: 4rem;
  border-radius: 2.5rem;
  background-color: #fff;
  padding: 2.6rem 2.4rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (360px <= width <= 767px) {
  .top-profile__voice-area {
    padding: 2rem 1.4rem;
  }
}

.top-profile__voice-area-title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (360px <= width <= 767px) {
  .top-profile__voice-area-title {
    font-size: 2.2rem;
    text-align: center;
  }
}

.top-profile__voice-area-caution {
  font-size: 1.4rem;
  color: #898989;
  margin-bottom: 2rem;
}

.top-profile__voice-item-button-icon {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/common/icon-play.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.is-playing .top-profile__voice-item-button-icon {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/common/icon-stop.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.top-profile__voice-item {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (360px <= width <= 767px) {
  .top-profile__voice-item {
    gap: 1rem;
  }
}

.top-profile__voice-item-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 1.4rem;
  border: 1px solid #008E66;
  border-radius: 0.8rem;
  width: calc(50% - 1rem);
}
@media screen and (360px <= width <= 767px) {
  .top-profile__voice-item-button {
    width: 100%;
  }
}

.is-playing.top-profile__voice-item-button {
  background-color: #008E66;
  color: #fff;
}

.top-biography {
  padding: 0 0 4rem 0;
}

.top-biography__title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #008E66;
}
.top-biography__title span {
  font-size: 1.6rem;
  margin-left: 3rem;
}
@media screen and (360px <= width <= 767px) {
  .top-biography__title {
    font-size: 2.4rem;
  }
  .top-biography__title span {
    font-size: 1.4rem;
    margin-left: 1rem;
  }
}

.top-products {
  padding: 10rem 0;
}
@media screen and (360px <= width <= 767px) {
  .top-products {
    padding: 4rem 0;
  }
}

.top-products__title-sub {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}

.top-products__content {
  display: flex;
  justify-content: center;
  gap: 2rem 4rem;
  flex-wrap: wrap;
}
.top-products__content:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .top-products__content {
    flex-direction: column;
    gap: 1rem;
  }
}

.top-products__content-item-thumb {
  flex: 1;
  position: relative;
}
@media screen and (360px <= width <= 767px) {
  .top-products__content-item-thumb {
    width: 100%;
  }
}

.yt {
  position: relative;
}
.yt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 6rem;
  background-image: url(../images/common/play-yt.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.top-products__content-item-thumb-title {
  padding: 1rem;
}

/* -------------------------------------------*/
/* -------------------------------------------
   404ページ
------------------------------------------- */
.p-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  max-width: 90rem;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (360px <= width <= 767px) {
  .p-404 {
    flex-direction: column;
    gap: 3rem;
    text-align: center;
    padding: 2rem 0;
  }
}

.p-404-left {
  flex-shrink: 0;
}

.p-404-number {
  font-size: 10rem;
  font-weight: 700;
  color: #00823a;
  line-height: 1;
}
@media screen and (360px <= width <= 767px) {
  .p-404-number {
    font-size: 7rem;
  }
}

.p-404-text {
  font-size: 2.4rem;
  font-weight: 500;
  color: #666;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (360px <= width <= 767px) {
  .p-404-text {
    font-size: 1.8rem;
  }
}

.p-404-message {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (360px <= width <= 767px) {
  .p-404-message {
    font-size: 1.4rem;
  }
  .p-404-message br {
    display: none;
  }
}

.p-404-buttons {
  display: flex;
  gap: 1.6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-404-buttons {
    flex-direction: column;
    gap: 1.2rem;
  }
}

.p-404-btn {
  display: inline-block;
  padding: 1.2rem 3rem;
  background-color: #00823a;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  transition: opacity 0.3s;
}
.p-404-btn:hover {
  opacity: 0.8;
}
.p-404-btn--outline {
  background-color: #fff;
  color: #00823a;
  border: 2px solid #00823a;
}
.p-404-btn--outline:hover {
  background-color: #00823a;
  color: #fff;
  opacity: 1;
}

/* -------------------------------------------*/
/* -------------------------------------------
   お問い合わせページ
------------------------------------------- */
.p-contact {
  padding: 10rem 0;
}
@media screen and (360px <= width <= 767px) {
  .p-contact {
    padding: 2rem 0 4rem;
  }
}

.p-contact__wrap {
  display: flex;
  gap: 4rem;
}
@media screen and (768px <= width <= 928px) {
  .p-contact__wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (360px <= width <= 767px) {
  .p-contact__wrap {
    flex-direction: column;
    gap: 2rem;
  }
}

.p-contact__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3rem;
  margin: 0px 32px 0px 0px;
  width: calc(50% - 32px);
  max-width: calc(50% - 32px);
}
@media screen and (768px <= width <= 928px) {
  .p-contact__text {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (360px <= width <= 767px) {
  .p-contact__text {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

.p-contact__content {
  flex: 1;
  width: auto;
  max-width: 100%;
}

.p-contact__tel {
  margin-top: 4rem;
  background: rgba(254, 164, 0, 0.1019607843);
  padding: 2.4rem 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #FEA400;
  text-align: center;
}
@media screen and (768px <= width <= 928px) {
  .p-contact__tel {
    margin: 2rem 0 0;
  }
}
@media screen and (360px <= width <= 767px) {
  .p-contact__tel {
    margin: 2rem 0 0;
  }
}

.p-contact__tel-title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (768px <= width <= 928px) {
  .p-contact__tel-title {
    font-size: 2rem;
  }
}
@media screen and (360px <= width <= 767px) {
  .p-contact__tel-title {
    font-size: 1.8rem;
  }
}

.p-contact__tel-tel {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (768px <= width <= 928px) {
  .p-contact__tel-tel {
    font-size: 2.8rem;
  }
}
@media screen and (360px <= width <= 767px) {
  .p-contact__tel-tel {
    font-size: 2.4rem;
  }
}

.p-contact__tel-time {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #666;
}

/* -------------------------------------------*/
/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.contact-sec01 {
  padding: 6vw 0;
  background-color: #F9F8F8;
  margin: 0 auto 6vw;
  width: 96%;
  border-radius: 2rem;
}

.wpcf7 {
  background-color: #fff;
  margin: 0 auto;
  border-radius: 2rem;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 select,
.wpcf7 textarea {
  border: 1px solid #C9D1D8;
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}
.wpcf7 select {
  padding: 1rem 1rem;
}

.wpcf7-form-control-wrap {
  position: relative;
  flex: 1;
}
@media (max-width: 768px) {
  .wpcf7-form-control-wrap {
    padding-left: 0;
  }
}

.Form-Item {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.6rem;
}
@media (max-width: 768px) {
  .Form-Item {
    flex-direction: column;
    gap: 1rem;
  }
  .Form-Item p:not(.Form-Item-Label) {
    width: 100%;
  }
}

.Form-Item-Label {
  width: 160px;
  position: relative;
}
@media (max-width: 768px) {
  .Form-Item-Label {
    width: 100%;
  }
}

.Form-Item-Res {
  flex: 1;
  text-align: left;
}

.Form-Item-Label-Required {
  color: #DB533A;
  font-size: 1.3rem;
  padding: 0.2rem 0.5rem;
}
@media (max-width: 768px) {
  .Form-Item-Label-Required {
    position: relative;
    right: 0;
    top: 0;
    margin-right: 1rem;
  }
}

.Form-Item-Label-any {
  background-color: #000;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .Form-Item-Label-any {
    position: relative;
    right: 0;
    top: 0;
    margin-right: 1rem;
  }
}

.confirm_area .Form-Item-Label-Required {
  display: none;
}
.confirm_area .confirm_area-read {
  text-align: center;
  margin-bottom: 6rem;
}

.button-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

input.confirm_button {
  background: #0C4C81;
  border-radius: 100vmax;
  color: #fff;
  padding: 0.7rem 10rem;
}

input.confirm_button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.wpcf7-submit {
  background: #0C4C81;
  border-radius: 100vmax;
  color: #fff;
  padding: 0.7rem 10rem;
}
@media screen and (360px <= width <= 767px) {
  .wpcf7-submit {
    padding: 0.7rem 4rem;
  }
}

.back_button {
  background: #000;
  border-radius: 100vmax;
  color: #fff;
  padding: 0.7rem 10rem;
}
@media screen and (360px <= width <= 767px) {
  .back_button {
    padding: 0.7rem 4rem;
  }
}

.back-link {
  margin-top: 4rem;
  text-align: center;
}
.back-link a {
  color: #0029af;
  text-decoration: underline;
}

p.Form-Item-Label-agree {
  display: flex;
  justify-content: center;
  margin: 3rem 0 4rem;
  gap: 1rem;
}
@media screen and (360px <= width <= 767px) {
  p.Form-Item-Label-agree {
    margin: 2rem 0rem;
  }
}

.contact-privacy-policy {
  margin-top: 6rem;
  padding: 3.2rem 5rem;
  background-color: rgba(170, 217, 229, 0.2);
  border-radius: 8px;
}
@media screen and (360px <= width <= 767px) {
  .contact-privacy-policy {
    padding: 2rem 4vw;
    height: 20rem;
    overflow-y: auto;
  }
}

.contact-privacy-policy h4 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: normal;
}

.contact-privacy-policy p {
  font-size: 1.3rem;
  line-height: 2;
}

/* -------------------------------------------*/
.single__contents {
  padding: 6.4rem 8vw;
  background-color: #fff;
  border-radius: 24px;
}
@media screen and (360px <= width <= 767px) {
  .single__contents {
    padding: 3rem 4vw;
  }
}
.single__contents .c-btn-wrap {
  text-align: center;
  margin-top: 6rem;
}

.single__content-header {
  margin-bottom: 8rem;
  position: relative;
}
.single__content-header::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C9D1D8;
}
.single__content-header::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C9D1D8;
}
@media screen and (360px <= width <= 767px) {
  .single__content-header {
    margin-bottom: 4rem;
  }
  .single__content-header::before {
    bottom: -20px;
  }
  .single__content-header::after {
    bottom: -25px;
  }
}

.p-news-single__inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (360px <= width <= 767px) {
  .p-news-single__inner {
    padding: 2rem 4vw;
  }
}

.single__category {
  margin-bottom: 4.4rem;
  margin-left: -4rem;
}
@media screen and (360px <= width <= 767px) {
  .single__category {
    margin-bottom: 2rem;
    margin-left: 0;
  }
}

.single__category-link {
  border-radius: 100vmax;
  display: inline-block;
  padding: 0.5rem 3rem;
  background-color: #7EB5D3;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.5;
}
@media screen and (360px <= width <= 767px) {
  .single__category-link {
    font-size: 1.6rem;
    padding: 0.5rem 2rem;
  }
}

.single__content-date {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.64px;
}

.single__content-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media screen and (360px <= width <= 767px) {
  .single__content-title {
    font-size: 2rem;
  }
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  margin: 4rem 0;
  border-color: #C9D1D8;
}

.single__content-body a,
.page__content-body a {
  color: #0C4C81;
  text-decoration: underline;
}
.single__content-body p,
.single__content-body .wp-block-columns,
.single__content-body .wp-block-image,
.page__content-body p,
.page__content-body .wp-block-columns,
.page__content-body .wp-block-image {
  margin-bottom: 4rem;
}
.single__content-body strong,
.page__content-body strong {
  font-weight: 700;
}
.single__content-body h2,
.page__content-body h2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #1A2748;
  text-align: left;
  background-color: rgba(170, 217, 229, 0.2);
  padding: 2rem;
  border-radius: 16px;
  margin: 4rem 0 3.2rem 0;
}
@media screen and (360px <= width <= 767px) {
  .single__content-body h2,
  .page__content-body h2 {
    font-size: 2rem;
    padding: 1.6rem;
    margin: 3rem 0 2.4rem 0;
  }
}
.single__content-body h3,
.page__content-body h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #1A2748;
  text-align: left;
  margin: 3.2rem 0 2.4rem 0;
  padding: 1.4rem 0;
  border-bottom: 1px solid #C9D1D8;
}
@media screen and (360px <= width <= 767px) {
  .single__content-body h3,
  .page__content-body h3 {
    font-size: 1.8rem;
    padding: 1.2rem 0;
    margin: 2.4rem 0 1.6rem 0;
  }
}
.single__content-body h4,
.page__content-body h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #1A2748;
  text-align: left;
  margin: 3.2rem 0 1.6rem 0;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.single__content-body h4::before,
.page__content-body h4::before {
  content: "●";
  font-size: 1.6rem;
  color: #AAD9E5;
  text-align: left;
  margin-right: 1.2rem;
}
.single__content-body .wp-block-column .wp-block-image,
.page__content-body .wp-block-column .wp-block-image {
  margin-bottom: 0;
}
.single__content-body .pattern-layout,
.page__content-body .pattern-layout {
  background: rgba(170, 217, 229, 0.2);
  border-radius: 16px;
  padding: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .single__content-body .pattern-layout,
  .page__content-body .pattern-layout {
    padding: 2rem;
  }
}
.single__content-body .pattern-layout__left,
.page__content-body .pattern-layout__left {
  padding-right: 5rem;
  border-right: 1px solid #C9D1D8;
  text-align: right;
  flex-basis: 25% !important;
}
@media screen and (360px <= width <= 767px) {
  .single__content-body .pattern-layout__left,
  .page__content-body .pattern-layout__left {
    padding-right: 0;
    padding-bottom: 2rem;
    border-right: none;
    border-bottom: 1px solid #C9D1D8;
    text-align: left;
    flex-basis: 20% !important;
  }
  .single__content-body .pattern-layout__left p,
  .page__content-body .pattern-layout__left p {
    margin-bottom: 0;
  }
}
.single__content-body .pattern-layout__right,
.page__content-body .pattern-layout__right {
  padding-left: 4rem;
  text-align: left;
  flex-basis: 75% !important;
}
@media screen and (360px <= width <= 767px) {
  .single__content-body .pattern-layout__right,
  .page__content-body .pattern-layout__right {
    padding-left: 0;
    flex-basis: 80% !important;
  }
  .single__content-body .pattern-layout__right p,
  .page__content-body .pattern-layout__right p {
    margin-bottom: 0;
  }
}

.pattern-layout__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #000;
  text-align: center;
}/*# sourceMappingURL=style.css.map */