@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

:root {
  --extend: calc(( 50vw - 50% ) * -1);
  --sideW: min(4.66vw, 70px);
  --headerHeight: 104px;
  --contentsWideS: 1016px;
  --contentsWideM: 1220px;
  --contentsWideL: 1360px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 6.4vw;
    --headerHeight: 82px;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 400 16px/1.8 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.06em;
  color: #000;
  text-align: left;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.l_container_wrap {
  position: relative;
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: 5em 0 7.5em;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 3.75em 0 5em;
  }
}

.inner, .inner_l, .inner_m, .inner_s, .inner_xs {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_xs {
  max-width: calc(800px + var(--sideW) * 2);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.add_ttl {
  margin: 1.5em 0 1em;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  margin: 1.5em 0 0.75em;
  border-left: 3px solid #460450;
  padding-left: 0.5em;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.125em;
  }
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.7;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

.post_content *:first-child {
  margin-top: 0 !important;
}
.post_content img {
  border-radius: 5px;
  margin: max(3%, 1.5em) 0;
  display: block;
}
.post_content p {
  margin: max(3%, 1.5em) 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .footer__sns li a, .gnavi_pc .sub li a, .card_works, .top_instagram__link, .top_blog ul.pc li a, .top_works ul.pc li a, .top_news__card, .top_hero .scroll, .single_pagination li.archive a, .link_txt {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .footer__sns li a:hover, .gnavi_pc .sub li a:hover, .card_works:hover, .top_instagram__link:hover, .top_blog ul.pc li a:hover, .top_works ul.pc li a:hover, .top_news__card:hover, .top_hero .scroll:hover, .single_pagination li.archive a:hover, .link_txt:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

.link_txt {
  text-decoration: underline !important;
}

.section_wrap section {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .section_wrap section {
    margin-bottom: 5em;
  }
}
.section_wrap section:last-of-type {
  margin-bottom: 0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 1em;
  border-radius: 0;
  border: 1px solid #000;
  background: #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 1em 28px 1em 1em;
  border-radius: 0;
  border: 1px solid #000;
  background: url(../images/icon_tri_select.svg) no-repeat center right 10px/10px 8px #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

.select_category {
  line-height: 1.5;
  padding: 0.75em;
  border: 1px solid #000000;
  border-radius: 5px;
}

textarea {
  height: 15em;
}

input[type=checkbox] {
  accent-color: #460450;
  inline-size: 1.2em;
  block-size: 1.2em;
}

input[type=radio] {
  accent-color: #460450;
  inline-size: 1.2em;
  block-size: 1.2em;
}

.dlist_form {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_form {
    margin-bottom: 30px;
  }
}
.dlist_form .group:not(:last-of-type) {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .dlist_form .group:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.dlist_form .group dt {
  font-weight: 700;
  margin-bottom: 15px;
}
.dlist_form .group dt.require:before {
  content: "必須";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  font-weight: 700;
  color: #fff;
  background-color: #460450;
  width: 45px;
  aspect-ratio: 45/23;
  margin-right: 1em;
}
.dlist_form .group dd.date_time {
  display: flex;
}
@media screen and (max-width: 767px) {
  .dlist_form .group dd.date_time {
    flex-direction: column;
    gap: 0.75em;
  }
}

.wpcf7-form-control-wrap[data-name=your-content] .wpcf7-form-control .wpcf7-list-item {
  margin: 0 30px 0 0;
}
.wpcf7-form-control-wrap[data-name=your-content] .wpcf7-form-control .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.wpcf7-form-control-wrap[data-name=your-agreement] .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control-wrap[data-name=your-agreement] .wpcf7-form-control .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.wpcf7-form-control-wrap[data-name=event-title] {
  display: none !important;
}

.contact_policy {
  text-align: center;
  margin-bottom: 40px;
}
.contact_policy p {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contact_policy p {
    font-size: 0.9375em;
  }
}

.wpcf7-form-control-wrap[data-name=your-date-01],
.wpcf7-form-control-wrap[data-name=your-date-02],
.wpcf7-form-control-wrap[data-name=your-date-03],
.wpcf7-form-control-wrap[data-name=your-date-04],
.wpcf7-form-control-wrap[data-name=your-time-01],
.wpcf7-form-control-wrap[data-name=your-time-02] {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap[data-name=your-date-01],
  .wpcf7-form-control-wrap[data-name=your-date-02],
  .wpcf7-form-control-wrap[data-name=your-date-03],
  .wpcf7-form-control-wrap[data-name=your-date-04],
  .wpcf7-form-control-wrap[data-name=your-time-01],
  .wpcf7-form-control-wrap[data-name=your-time-02] {
    max-width: unset;
  }
}

.wpcf7-submit {
  margin: 0 auto;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

@media screen and (max-width: 767px) {
  .ttl_cmn_01 {
    font-size: 0.875em;
  }
}
.ttl_cmn_01:before {
  content: attr(data-en);
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 3.75em;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01:before {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl_cmn_02 {
    font-size: 0.9375em;
  }
}
.ttl_cmn_02:before {
  content: attr(data-en);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 3.125em;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02:before {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl_cmn_03 {
    font-size: 0.9375em;
  }
}
.ttl_cmn_03:before {
  content: attr(data-en);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_03:before {
    font-size: 2rem;
  }
}

.ttl_cmn_04 {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #460450;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_04 {
    font-size: 1.4em;
  }
}
.ttl_cmn_04:before {
  content: "";
  display: block;
  width: 102px;
  aspect-ratio: 1/1;
  background: url(../images/decoration_02.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_04:before {
    width: 70px;
  }
}

.ttl_cmn_05 {
  display: flex;
  align-items: center;
  gap: 36px;
  color: #460450;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.64;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_05 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.5em;
    gap: 6px;
    position: relative;
    padding-left: var(--sideW);
  }
}
.ttl_cmn_05:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 238px;
  aspect-ratio: 1/1;
  background: url(../images/decoration_02.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_05:before {
    width: 90px;
    margin-left: calc(var(--sideW) * -1);
  }
}
.ttl_cmn_05:after {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background: url(../images/decoration_04.svg) no-repeat center/contain;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .ttl_cmn_05:after {
    position: absolute;
    width: 80px;
    bottom: 100px;
    right: 0;
  }
}

.ttl_cmn_06 {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 3.75em;
  font-weight: 300;
  letter-spacing: 0.12em;
}

.para_cmn_01 {
  letter-spacing: 0.04em;
  line-height: 2;
}
.para_cmn_01 p {
  margin-bottom: 1.25em;
}
.para_cmn_01 p:last-child {
  margin-bottom: 0;
}

.btn_cmn_01 {
  width: 100%;
  max-width: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  border-radius: 50px;
  background-color: #460450;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding-right: 6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_cmn_01 {
    width: 100%;
    height: 63px;
    padding-right: 0;
  }
}
.btn_cmn_01:after {
  content: "";
  display: block;
  width: 13.44%;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(50deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 81.67%;
  transition: 0.5s;
}
@media (hover: hover) {
  .btn_cmn_01:hover {
    filter: brightness(1.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}

.btn_cmn_02, .about_sec_03 ul li a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 58px;
  border: 1px solid #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .btn_cmn_02, .about_sec_03 ul li a {
    width: 250px;
  }
}
.btn_cmn_02:after, .about_sec_03 ul li a:after {
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) skew(45deg);
  position: absolute;
  top: 50%;
  left: 243px;
}
@media screen and (max-width: 767px) {
  .btn_cmn_02:after, .about_sec_03 ul li a:after {
    left: 222px;
  }
}
.btn_cmn_02:hover, .about_sec_03 ul li a:hover {
  background-color: #460450;
  color: #fff;
}

.btn_cmn_03 {
  padding-right: 178px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_cmn_03 {
    margin-top: 20px;
    padding-right: 142px;
    font-weight: 400;
  }
}
.btn_cmn_03:after {
  content: "";
  display: block;
  width: 42px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn_cmn_03:after {
    width: 32px;
  }
}
.btn_cmn_03:before {
  content: "";
  display: block;
  width: 146px;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn_cmn_03:before {
    right: 16px;
    width: 116px;
  }
}
@media (hover: hover) {
  .btn_cmn_03:hover:after {
    width: 20px;
    background: #460450;
    right: 140px;
  }
  .btn_cmn_03:hover:before {
    width: 0;
    right: 160px;
  }
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.navigation.pagination {
  margin-top: 60px;
  text-align: center;
}
.navigation.pagination .nav-links {
  font-size: 0;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #A99AAC;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 20px;
}
.navigation.pagination .nav-links .page-numbers:last-child {
  margin-right: 0;
}
.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current {
  background-color: #460450;
}
.navigation.pagination .nav-links .page-numbers.dots {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .navigation.pagination .nav-links .page-numbers {
    width: 36px;
    font-size: 0.875rem;
    margin-right: 8px;
  }
}

.single_pagination {
  margin-top: 5em;
  border-top: 1px solid #F6F4F2;
  border-bottom: 1px solid #F6F4F2;
  padding: 26px 0;
  display: flex;
  align-items: center;
  gap: 10%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single_pagination {
    margin-bottom: 5em;
    flex-direction: column;
    gap: 1em;
  }
}
.single_pagination li.prev {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single_pagination li.prev {
    width: calc(100% - 36px);
    margin-right: auto;
  }
}
.single_pagination li.prev a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .single_pagination li.prev a {
    gap: 12px;
  }
}
.single_pagination li.prev a:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_left_01_mainColor.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .single_pagination li.prev a:before {
    width: 24px;
  }
}
.single_pagination li.prev a span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .single_pagination li.prev a span {
    -webkit-line-clamp: 1;
  }
}
.single_pagination li.archive {
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single_pagination li.archive {
    width: 100%;
    position: absolute;
    top: calc(100% + 1em);
  }
}
.single_pagination li.archive a {
  display: block;
}
.single_pagination li.archive a:before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/decoration_03.svg) no-repeat center/contain;
  margin: 8px auto 6px;
}
.single_pagination li.next {
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .single_pagination li.next {
    width: calc(100% - 36px);
    margin-left: auto;
  }
}
.single_pagination li.next a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .single_pagination li.next a {
    gap: 12px;
  }
}
.single_pagination li.next a:after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_mainColor.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .single_pagination li.next a:after {
    width: 24px;
  }
}
.single_pagination li.next a span {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.loading {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.hbm_btn {
  position: fixed;
  z-index: 3;
  top: 26px;
  right: var(--sideW);
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 85px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #460450;
}
@media screen and (max-width: 767px) {
  .hbm_btn {
    width: 66px;
    top: 21px;
  }
}
.hbm_btn .box {
  display: block;
  width: 47%;
  position: relative;
}
.hbm_btn .box .bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.5s;
}
.hbm_btn:after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #460450;
  position: absolute;
  bottom: -3px;
  left: -13px;
}
@media screen and (max-width: 767px) {
  .hbm_btn:after {
    width: 12px;
    bottom: -2px;
    left: -10px;
  }
}

[data-hbm-bar="3"] .box {
  aspect-ratio: 40/24;
  margin: 15% 0;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: 50%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: 100%;
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}

.cmn_catch {
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .cmn_catch {
    font-size: 1.25em;
    letter-spacing: 0.1em;
  }
}
.cmn_catch span {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  margin-left: 20px;
  padding: 0.5em 0;
}
.cmn_catch span:last-child {
  margin-right: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cmn_catch span {
    margin-left: 13px;
  }
}

.list_just_right {
  counter-reset: number 0;
}
.list_just_right li {
  counter-increment: number 1;
  padding: 1.25em 0 2.25em;
  border-top: 1px solid #F6F4F2;
}
.list_just_right li:first-child {
  border: none;
  padding-top: 0;
}
.list_just_right li:last-child {
  padding-bottom: 0;
}
.list_just_right li h3 {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_just_right li h3 {
    font-size: 1.2em;
    letter-spacing: 0.04em;
  }
}
.list_just_right li h3:before {
  width: 94px;
  flex-shrink: 0;
  display: block;
  content: counter(number, decimal-leading-zero);
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 2.5em;
  font-weight: 200;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .list_just_right li h3:before {
    font-size: 2em;
    width: 60px;
    letter-spacing: 0.08em;
  }
}
.list_just_right li p {
  line-height: 2;
}

.top_hero {
  position: relative;
}
.top_hero .catchcopy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top_hero .catchcopy {
    top: 15%;
    transform: none;
  }
}
.top_hero .splide__slide {
  display: block;
  overflow: hidden;
  position: relative;
}
.top_hero .splide__slide:after {
  content: "";
  display: block;
  width: 100%;
  height: max(100vh - var(--headerHeight), 700px);
}
@media screen and (max-width: 767px) {
  .top_hero .splide__slide:after {
    height: max(100vh - var(--headerHeight), 500px);
  }
}
.top_hero .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top_hero .thumbs {
  position: absolute;
  right: 100px;
  bottom: 44px;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .top_hero .thumbs {
    gap: 9px;
    right: 16px;
    bottom: 28px;
  }
}
.top_hero .thumbs > li.is-active {
  position: relative;
}
.top_hero .thumbs > li.is-active:before {
  content: "";
  display: block;
  width: 115px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top_hero .thumbs > li.is-active:before {
    width: 63px;
  }
}
.top_hero .thumbs > li button {
  position: relative;
  display: block;
  padding: 0;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_hero .thumbs > li button {
    width: 55px;
  }
}
.top_hero .thumbs > li button img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_hero .scroll {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 0.8125em;
  letter-spacing: 0.08em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 84px 0 0 88px;
}
.top_hero .scroll:before {
  content: "";
  display: block;
  width: 13px;
  height: 88px;
  border-bottom: 2px solid #fff;
  border-left: 1px solid #fff;
  transform: skewY(-45deg);
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .top_hero .scroll {
    position: absolute;
    bottom: 21px;
    left: var(--sideW);
    font-size: 0.75em;
    margin: 0;
  }
}

.top_news {
  margin-top: 24px;
}
.top_news .box {
  border-bottom: 1px solid #F6F4F2;
  display: flex;
  align-items: center;
  gap: 12px 42px;
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .top_news .box {
    flex-direction: column;
    align-items: unset;
  }
}
.top_news h2 {
  flex-shrink: 0;
  font-family: "Jost", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.top_news h2:after {
  content: ":";
}
.top_news .splide {
  flex-grow: 1;
}
.top_news__card {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_news__card {
    flex-direction: column;
    align-items: unset;
  }
}
.top_news__card .date {
  flex-shrink: 0;
  width: 108px;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_news__card .date {
    font-size: 0.867em;
  }
}
.top_news__card .ttl {
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .top_news__card .ttl {
    font-size: 0.933em;
  }
}

.top_concept .inner_m {
  display: flex;
  align-items: center;
  gap: 5.38%;
}
@media screen and (max-width: 767px) {
  .top_concept .inner_m {
    flex-direction: column;
    gap: 0;
  }
}
.top_concept .inner_m .image {
  flex-grow: 1;
  margin: 0 0 0 var(--extend);
  display: block;
  overflow: hidden;
  height: 478px;
}
@media screen and (max-width: 767px) {
  .top_concept .inner_m .image {
    margin: 0 var(--sideW) 0 var(--extend);
    height: 202px;
  }
}
.top_concept .inner_m .image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_concept .inner_m .texts {
  flex-shrink: 0;
  width: 43%;
}
@media screen and (max-width: 767px) {
  .top_concept .inner_m .texts {
    width: 100%;
    padding: 0 var(--sideW);
  }
}
.top_concept__ttl {
  margin-bottom: 40px;
}
.top_concept__ttl .en {
  font-family: "Lato", sans-serif;
  font-size: 3.75em;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.15;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_concept__ttl .en {
    font-size: 2.66em;
  }
}
@media screen and (max-width: 767px) {
  .top_concept__ttl {
    margin: -17px calc(var(--sideW) * -2) 30px 0;
  }
}
.top_concept .large {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.94;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_concept .large {
    font-size: 1.066em;
  }
}
.top_concept .btn_cmn_03 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_concept .btn_cmn_03 {
    margin-top: 30px;
  }
}

.top_event .inner_m {
  display: flex;
  align-items: center;
  gap: 9.84%;
}
@media screen and (max-width: 767px) {
  .top_event .inner_m {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .top_event .texts {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .top_event h2 {
    order: 1;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .top_event .btn_cmn_02, .top_event .about_sec_03 ul li a, .about_sec_03 ul li .top_event a {
    width: 250px;
    margin: 40px 0 0;
  }
  .top_event .btn_cmn_02:after, .top_event .about_sec_03 ul li a:after, .about_sec_03 ul li .top_event a:after {
    left: 222px;
  }
}
@media screen and (max-width: 767px) {
  .top_event .btn_cmn_02, .top_event .about_sec_03 ul li a, .about_sec_03 ul li .top_event a {
    order: 3;
    margin-top: 38px;
  }
}
.top_event .list_event_top {
  flex-grow: 1;
  display: flex;
  gap: 6.9%;
}
.top_event .list_event_top > li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_event .list_event_top {
    order: 2;
    flex-direction: column;
    gap: 30px;
  }
}

.top_about {
  position: relative;
}
.top_about:before {
  content: "";
  display: block;
  width: 40.13%;
  height: 100%;
  background-color: #F6F4F2;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_about:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .top_about {
    margin-bottom: 7.5em !important;
  }
}
.top_about h2 {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_about h2 {
    margin-bottom: 30px;
  }
}
.top_about .content_01 {
  padding-bottom: 5em;
}
.top_about .content_01 .inner_m {
  position: relative;
  display: flex;
  gap: 7.3%;
}
@media screen and (max-width: 767px) {
  .top_about .content_01 .inner_m {
    padding: 0;
    flex-direction: column-reverse;
    gap: 34px;
  }
}
.top_about .content_01 .inner_m .texts {
  flex-shrink: 0;
  width: 43.77%;
}
@media screen and (max-width: 767px) {
  .top_about .content_01 .inner_m .texts {
    width: 100%;
  }
}
.top_about .content_01 .inner_m .image {
  flex-grow: 1;
  margin: 0 var(--extend) 0 0;
  display: block;
  overflow: hidden;
  height: 454px;
}
.top_about .content_01 .inner_m .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top_about .content_01 .inner_m .image {
    margin: 0 var(--extend) 0 calc(var(--sideW) * -0.5);
    padding: 36px 0;
    position: relative;
    height: 296px;
  }
  .top_about .content_01 .inner_m .image img {
    position: relative;
  }
  .top_about .content_01 .inner_m .image:before {
    content: "";
    display: block;
    width: 79.2%;
    height: 100%;
    background-color: #F6F4F2;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.top_about .content_01 .list_just_right li p {
  font-size: 0.9375em;
}
.top_about .content_02 {
  position: relative;
  background-color: #5D4D60;
  padding: 5em 0;
}
@media screen and (max-width: 767px) {
  .top_about .content_02 {
    padding: 5em 0 6em;
  }
}
.top_about .content_02 h2 {
  color: #fff;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.64;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_about .content_02 h2 {
    font-size: 1.4em;
  }
}
.top_about .content_02 h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 5px solid #fff;
  margin: 0 auto 15px;
  font-size: 1.285em;
}
@media screen and (max-width: 767px) {
  .top_about .content_02 h2 span {
    border-bottom: 4px solid #fff;
  }
}
.top_about .content_02 h2 + .para_cmn_01 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.top_about .content_02 ul {
  display: flex;
  gap: 4.26%;
}
@media screen and (max-width: 767px) {
  .top_about .content_02 ul {
    flex-direction: column;
    gap: 30px;
  }
}
.top_about .content_02 ul li {
  width: 100%;
}
.top_about .content_02 ul li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
  height: 176px;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 22px 8.33% 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_about .content_02 ul li a {
    height: 154px;
  }
}
.top_about .content_02 ul li a:before {
  position: absolute;
  bottom: 27px;
  right: 23px;
  content: "";
  display: block;
  width: 55px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(45deg);
}
.top_about .content_02 ul li a:after {
  content: attr(data-en);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .top_about .content_02 ul li a:after {
    font-size: 0.875rem;
  }
}
.top_about .content_02 ul li a[data-en=termites] {
  background: #fff url(../images/about_10.png) no-repeat right 23px top 7px/197px;
}
@media screen and (max-width: 767px) {
  .top_about .content_02 ul li a[data-en=termites] {
    background-position: right 20px top 6px;
    background-size: 173px;
  }
}
.top_about .content_02 ul li a[data-en=typhoon] {
  background: #fff url(../images/about_11.png) no-repeat right 46px top 20px/161px;
}
@media screen and (max-width: 767px) {
  .top_about .content_02 ul li a[data-en=typhoon] {
    background-position: right 40px top 18px;
    background-size: 141px;
  }
}
.top_about .content_02 ul li a[data-en=condensation] {
  background: #fff url(../images/about_12.png) no-repeat right 27px top 20px/163px;
}
@media screen and (max-width: 767px) {
  .top_about .content_02 ul li a[data-en=condensation] {
    background-position: right 24px top 18px;
    background-size: 143px;
  }
}
.top_about .content_02 .btn_cmn_02, .top_about .content_02 .about_sec_03 ul li a, .about_sec_03 ul li .top_about .content_02 a {
  margin-top: 60px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
.top_about .content_02 .btn_cmn_02:after, .top_about .content_02 .about_sec_03 ul li a:after, .about_sec_03 ul li .top_about .content_02 a:after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .top_about .content_02 .btn_cmn_02, .top_about .content_02 .about_sec_03 ul li a, .about_sec_03 ul li .top_about .content_02 a {
    margin-top: 40px;
  }
}

.top_works .inner_m {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.top_works .inner_m .cmn_catch {
  position: absolute;
  z-index: 1;
  top: -2em;
  right: calc(var(--sideW) + 37px);
}
@media screen and (max-width: 767px) {
  .top_works .inner_m .cmn_catch {
    top: -160px;
    right: calc(var(--sideW) * 1.5);
  }
}
.top_works .inner_m .cmn_catch span:last-child {
  padding-bottom: 0.5em;
}
.top_works h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .top_works h2 {
    margin: 0 0 30px;
  }
}
.top_works ul.pc {
  margin-top: 12px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 0;
  padding: 0.5em 0;
  width: calc(100% - 430px);
}
.top_works ul.pc li {
  display: inline;
}
.top_works ul.pc li:after {
  content: "｜";
}
.top_works ul.pc li:last-child:after {
  content: none;
}
.top_works ul.pc li a {
  padding: 0 1em;
  position: relative;
}
.top_works .list_works {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top_works .list_works {
    margin-top: 40px;
  }
}
.top_works .btn_cmn_02, .top_works .about_sec_03 ul li a, .about_sec_03 ul li .top_works a {
  margin-top: 40px;
}

.top_voice h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_voice h2 {
    margin-bottom: 20px;
  }
  .top_voice h2:before {
    font-size: 2.5rem;
  }
}
.top_voice h2:before {
  text-transform: unset;
  margin-bottom: 18px;
}
.top_voice .ti-widget.ti-goog {
  max-width: 100% !important;
}

.top_blog {
  overflow: hidden;
  position: relative;
  margin-bottom: 9.375em !important;
}
@media screen and (max-width: 767px) {
  .top_blog {
    padding: 0 0 72px;
    margin: 0 0 6em !important;
  }
}
.top_blog:before {
  content: "";
  display: block;
  width: 81.34%;
  height: 296px;
  background-color: #F6F4F2;
  position: absolute;
  bottom: 29px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_blog:before {
    width: 100%;
    height: 354px;
    bottom: 0;
  }
}
.top_blog .inner_m {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.top_blog h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  .top_blog h2 {
    margin: 0 0 30px;
  }
}
.top_blog ul.pc {
  margin-top: 12px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em 0;
  padding: 0.5em 2em;
  border-radius: 50px;
  background-color: #F6F4F2;
}
.top_blog ul.pc li {
  display: inline;
}
.top_blog ul.pc li:after {
  content: "｜";
}
.top_blog ul.pc li:last-child:after {
  content: none;
}
.top_blog ul.pc li a {
  padding: 0 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_blog .splide {
    width: 100%;
    margin-top: 60px;
  }
  .top_blog .splide__list {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .top_blog .splide {
    width: 100vw;
    padding: 0 var(--sideW);
    margin: 40px var(--extend) 0;
  }
  .top_blog .splide__track {
    overflow: visible;
  }
  .top_blog .list_blog_archive {
    flex-wrap: unset;
    align-items: unset;
    gap: unset;
  }
}
.top_blog .btn_cmn_02, .top_blog .about_sec_03 ul li a, .about_sec_03 ul li .top_blog a {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_blog .btn_cmn_02, .top_blog .about_sec_03 ul li a, .about_sec_03 ul li .top_blog a {
    margin-top: 30px;
  }
}

.top_staff .inner_m {
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767px) {
  .top_staff .inner_m {
    flex-direction: column;
    gap: 46px;
  }
}
.top_staff .inner_m .texts {
  width: 35.41%;
  flex-shrink: 0;
  padding-top: 8.61%;
}
@media screen and (max-width: 767px) {
  .top_staff .inner_m .texts {
    width: 100%;
    padding-top: 0;
  }
}
.top_staff .inner_m .image {
  flex-grow: 1;
  margin: 0 var(--extend) 0 0;
}
@media screen and (max-width: 767px) {
  .top_staff .inner_m .image {
    margin: 0 var(--extend) 0 var(--sideW);
  }
}
.top_staff h2 {
  margin-bottom: 20px;
  position: relative;
}
.top_staff h2:after {
  content: "";
  display: block;
  width: 203px;
  aspect-ratio: 1/1;
  background: url(../images/decoration_05.svg) no-repeat top right/contain;
  position: absolute;
  bottom: 92px;
  right: -15%;
}
@media screen and (max-width: 767px) {
  .top_staff h2:after {
    background: url(../images/decoration_04.svg) no-repeat top right/contain;
    width: 84px;
    bottom: 28px;
    right: unset;
    left: 190px;
  }
}
.top_staff p {
  font-size: 0.9375em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_staff p {
    font-size: 0.933em;
  }
}
.top_staff p.large {
  margin-bottom: 32px;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_staff p.large {
    font-size: 1.46em;
  }
}
.top_staff .btn_cmn_03 {
  margin-top: 45px;
  font-weight: 700;
}

.top_instagram {
  position: relative;
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top_instagram {
    padding-bottom: 44px;
  }
}
.top_instagram:before {
  content: "";
  display: block;
  width: 100%;
  height: 88px;
  background-color: #F6F4F2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top_instagram .inner_m {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 7.13%;
}
@media screen and (max-width: 767px) {
  .top_instagram .inner_m {
    flex-direction: column;
    gap: 40px;
  }
}
.top_instagram .inner_m .texts {
  width: 304px;
  flex-shrink: 0;
}
.top_instagram__ttl {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 3em;
  font-weight: 300;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top_instagram__ttl {
    font-size: 2.5em;
    margin-bottom: 10px;
  }
}
.top_instagram__link {
  display: flex;
  align-items: center;
  gap: 1em;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
}
.top_instagram__link:before {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background: url(../images/ico_instagram_textcolor.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top_instagram__link:before {
    width: 24px;
  }
}
.top_instagram__link:after {
  content: "";
  display: block;
  width: 55px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(45deg);
}
.top_instagram #sb_instagram {
  padding: 0 !important;
}
.top_instagram #sbi_images {
  padding: 0 !important;
  gap: 22px !important;
}
.top_instagram .sbi_photo {
  border-radius: 5px;
  overflow: hidden;
}

.page_hero .inner_l {
  position: relative;
}
.page_hero__ttl {
  position: absolute;
  top: 50%;
  left: var(--sideW);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page_hero__ttl {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    padding-top: 1em;
    transform: translateY(0);
    margin-top: -50px;
    background-color: #fff;
  }
}
.page_hero__image {
  margin: 0 var(--extend) 0 172px;
  display: block;
  overflow: hidden;
  height: 433px;
}
@media screen and (max-width: 767px) {
  .page_hero__image {
    height: 220px;
    margin-left: var(--sideW);
  }
}
.page_hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_hero_large .inner_l {
  position: relative;
}
.page_hero_large .page_hero__image {
  height: 653px;
}
@media screen and (max-width: 767px) {
  .page_hero_large .page_hero__image {
    height: 400px;
  }
}
.page_hero_large .catch {
  position: absolute;
  bottom: 50px;
  left: var(--sideW);
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page_hero_large .catch {
    font-size: 1.25em;
    letter-spacing: 0.1em;
    position: static;
    margin-top: 2.5em;
  }
}
.page_hero_large .catch span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  margin-bottom: 18px;
  padding: 0.125em 0;
}
.page_hero_large .catch span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page_hero_large .catch span {
    margin-bottom: 0;
    margin-right: 12px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.page_hero_02 {
  padding: 70px 0 0;
}
@media screen and (max-width: 767px) {
  .page_hero_02 {
    padding: 60px 0 0;
  }
}
.page_hero_02 .inner_l {
  position: relative;
}
.page_hero_02__ttl {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.page_hero_02__ttl:after {
  content: "";
  display: block;
  width: 104px;
  aspect-ratio: 104/124;
  background: url(../images/decoration_01.svg) no-repeat top right/contain;
  margin: -40px 0 0 180px;
}
@media screen and (max-width: 767px) {
  .page_hero_02__ttl:after {
    width: 60px;
    margin: -40px 0 0 160px;
  }
}

.cmn_category_nav {
  display: flex;
  align-items: baseline;
  gap: 5.49%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cmn_category_nav {
    display: block;
  }
}
.cmn_category_nav dt {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cmn_category_nav dt {
    font-size: 0.875em;
    margin-bottom: 1em;
  }
}
.cmn_category_nav dt:before {
  content: attr(data-en);
  display: block;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .cmn_category_nav dt:before {
    font-size: 1.5em;
  }
}
.cmn_category_nav dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em 0;
}
.cmn_category_nav dd ul li {
  display: inline;
}
.cmn_category_nav dd ul li:after {
  content: "｜";
}
.cmn_category_nav dd ul li:last-child:after {
  content: none;
}
.cmn_category_nav dd ul li a {
  padding: 0 1em;
  position: relative;
}
.cmn_category_nav dd ul li a:before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  bottom: calc(100% + 0.25em);
  left: calc(50% - 6px);
  transition: 0.3s;
}
.cmn_category_nav dd ul li a.current:before, .cmn_category_nav dd ul li a:hover:before {
  background-color: #460450;
}

.list_works {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px 5%;
}
@media screen and (max-width: 767px) {
  .list_works {
    gap: 50px;
  }
}
.list_works > li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_works > li {
    width: 100%;
  }
}

.card_works {
  display: block;
}
.card_works__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 365/481;
  border-radius: 5px;
}
.card_works__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.card_works__ttl {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 30px;
}
.card_works__hashtag {
  margin-top: 10px;
}
.card_works__hashtag li {
  display: inline;
  font-size: 0.875em;
  line-height: 2;
  margin-right: 1em;
}
.card_works__hashtag li:before {
  content: "#";
}
.card_works:hover img {
  transform: scale(1.1);
}

.list_blog_archive {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px 5%;
}
@media screen and (max-width: 767px) {
  .list_blog_archive {
    gap: 50px;
  }
}
.list_blog_archive > li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_blog_archive > li {
    width: 100%;
  }
}

.card_blog {
  display: block;
}
.card_blog__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 365/234;
  border-radius: 5px;
}
.card_blog__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media (hover: hover) {
  .card_blog:hover img {
    transform: scale(1.1);
  }
}
.card_blog__date {
  margin-top: 20px;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.06em;
  padding-left: 34px;
  position: relative;
}
.card_blog__date:before {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 0;
}
.card_blog__ttl {
  margin-top: 10px;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.55;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list_event_archive {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px 5%;
}
@media screen and (max-width: 767px) {
  .list_event_archive {
    gap: 40px;
  }
}
.list_event_archive > li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_event_archive > li {
    width: 100%;
  }
}

.card_event {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.card_event img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.card_event:hover img {
  transform: scale(1.1);
}
.card_event.is-over {
  pointer-events: none;
}
.card_event.is-over:after {
  content: "it’s over";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.53);
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.875em;
  font-weight: 300;
  letter-spacing: 0.12em;
  position: absolute;
  top: 0;
  left: 0;
}

.splide__arrow {
  width: 42px;
  height: auto;
  aspect-ratio: 1/1;
  opacity: 1;
}
.splide__arrow svg {
  display: none;
}
@media screen and (max-width: 767px) {
  .splide__arrow {
    width: 34px;
  }
}
.splide__arrow--prev {
  background: #fff url(../images/ico_arrow_left_01_mainColor.svg) no-repeat center/cover;
}
.splide__arrow--next {
  background: #fff url(../images/ico_arrow_right_01_mainColor.svg) no-repeat center/cover;
}

.header {
  z-index: 3;
}
.header__inner {
  position: relative;
  width: 100%;
  padding: 0 var(--sideW);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--headerHeight);
}
.header.js-active {
  position: fixed;
  width: 100%;
}
.header__logo {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 186px;
  }
}

.gnavi_pc {
  display: flex;
  flex-direction: column-reverse;
  padding-right: 124px;
}
@media screen and (max-width: 1279px) {
  .gnavi_pc {
    display: none !important;
  }
}
.gnavi_pc .main {
  display: flex;
  gap: 24px;
  font-weight: 500;
  margin-top: 12px;
}
.gnavi_pc .main > li > a {
  display: block;
  position: relative;
}
.gnavi_pc .main > li > a:before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: calc(50% - 5.5px);
  left: -14px;
  transition: 0.3s;
}
@media (hover: hover) {
  .gnavi_pc .main > li > a:hover:before {
    background-color: #460450;
  }
}
.gnavi_pc .main > li.has_child {
  position: relative;
}
.gnavi_pc .main > li.has_child .child {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  transform: translate(0, 0);
  width: -moz-max-content;
  width: max-content;
  padding: 20px 20px 20px 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-top: 10px;
  transition: 0.5s;
}
.gnavi_pc .main > li.has_child .child:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 40px);
  background-color: #460450;
  position: absolute;
  top: 20px;
  left: 20px;
}
.gnavi_pc .main > li.has_child .child li {
  margin-bottom: 0.5em;
}
.gnavi_pc .main > li.has_child .child li:last-child {
  margin-bottom: 0;
}
.gnavi_pc .main > li.has_child .child li a {
  display: block;
}
.gnavi_pc .main > li.has_child .child li a:hover {
  transform: translateX(0.5em);
}
.gnavi_pc .main > li.has_child:hover .child {
  opacity: 1;
  visibility: visible;
}
.gnavi_pc .sub {
  margin-left: auto;
  display: flex;
  font-size: 0.875em;
}
.gnavi_pc .sub li:after {
  content: "｜";
}
.gnavi_pc .sub li:first-child:before {
  content: "｜";
}
.gnavi_pc .sub li a {
  padding: 0 1em;
}

.gnavi_hbm {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
}
.gnavi_hbm.js-active {
  opacity: 1;
  visibility: visible;
}
.gnavi_hbm:before {
  content: "";
  display: block;
  width: 50%;
  height: 100vh;
  background: url(../images/hbm_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1023px) {
  .gnavi_hbm:before {
    display: none;
  }
}
.gnavi_hbm__content {
  width: 50%;
  min-width: 750px;
  flex-shrink: 0;
  height: 100vh;
  overflow: scroll;
  padding: 8.75em var(--sideW) 5em 5.8%;
}
@media screen and (max-width: 1023px) {
  .gnavi_hbm__content {
    min-width: unset;
    width: 100%;
  }
}
.gnavi_hbm__content .main {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .gnavi_hbm__content .main {
    padding: 0 var(--sideW);
  }
}
.gnavi_hbm__content .main > li {
  margin-bottom: 1.2em;
  position: relative;
}
.gnavi_hbm__content .main > li > a {
  position: relative;
}
.gnavi_hbm__content .main > li > a:before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.gnavi_hbm__content .main > li > a:hover:before {
  background-color: #460450;
}
.gnavi_hbm__content .main > li.has_child {
  z-index: 1;
}
.gnavi_hbm__content .main > li.has_child .child {
  position: absolute;
  top: 5px;
  left: 250px;
  padding-left: 100px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .gnavi_hbm__content .main > li.has_child .child {
    position: relative;
    z-index: 3;
    left: 0;
    padding-left: 32px;
    margin: 15px 0 20px;
  }
}
.gnavi_hbm__content .main > li.has_child .child:before {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background-color: #460450;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .gnavi_hbm__content .main > li.has_child .child:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 16px;
  }
}
.gnavi_hbm__content .main > li.has_child .child li {
  margin-bottom: 8px;
}
.gnavi_hbm__content .main > li.has_child .child li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}
.gnavi_hbm__content .main > li.has_child .child li a:hover {
  transform: translateX(1em);
}
.gnavi_hbm__content .sub {
  margin-top: 40px;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .gnavi_hbm__content .sub {
    padding: 0 var(--sideW);
  }
}
.gnavi_hbm__content .sub > li {
  margin-bottom: 0.75em;
}
.gnavi_hbm__content .sub > li > a {
  position: relative;
}
.gnavi_hbm__content .sub > li > a:before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.gnavi_hbm__content .sub > li > a:hover:before {
  background-color: #460450;
}

.header_contact {
  margin-top: 5em;
  padding: 2.5rem 0;
  border-top: 1px solid #460450;
  border-bottom: 1px solid #460450;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .header_contact {
    margin-top: 4em;
  }
}
.header_contact__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .header_contact__items {
    gap: 20px;
  }
}
.header_contact .tel {
  width: 100%;
  line-height: 1.5;
  text-align: center;
}
.header_contact .tel p {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  padding-left: 58px;
}
@media screen and (max-width: 767px) {
  .header_contact .tel p {
    padding: 0;
    font-size: 1em;
    margin-bottom: 8px;
  }
}
.header_contact .tel a {
  font-family: "Lato", sans-serif;
  font-size: 3em;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  padding-left: 58px;
  background: url(../images/ico_tel_black.svg) no-repeat center left/46px;
}
@media screen and (max-width: 767px) {
  .header_contact .tel a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.875em;
    background-size: 33px;
    padding-left: 40px;
  }
}
.header_contact .form {
  margin: 0 auto;
  width: 100%;
  max-width: 410px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #460450;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.12em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_contact .form {
    font-size: 1em;
    height: 64px;
  }
}
.header_contact .form:after {
  content: "";
  display: block;
  width: 13.44%;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(50deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 81.67%;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .header_contact .form:after {
    content: none;
  }
}
@media (hover: hover) {
  .header_contact .form:hover {
    filter: brightness(1.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
.header_contact .line {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}
.header_contact .line p {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #4CAF50;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .header_contact .line p {
    gap: 6px;
    font-size: 1em;
  }
}
.header_contact .line p:before {
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 1/1;
  background: url(../images/ico_line_green.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .header_contact .line p:before {
    width: 40px;
  }
}
.header_contact .line a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 46px;
  border-radius: 5px;
  background-color: #4CAF50;
  color: #fff;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .header_contact .line a {
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .header_contact .line a:hover {
    filter: brightness(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}

.footer__logo {
  width: 100%;
  max-width: 376px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 274px;
  }
}
.footer__logo img {
  width: 100% !important;
  max-width: unset !important;
}
.footer__address {
  font-size: 0.875em;
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer__sns li {
  width: 44px;
}
.footer__sns li a {
  display: block;
}
.footer__license {
  margin-top: 30px;
  font-size: 0.875em;
}
.footer .copyright {
  margin-top: 30px;
  font-size: 0.875em;
}
.footer .grecaptcha_text {
  margin-top: 30px;
  font-size: 0.875em;
}

.footer_content_01 {
  margin-top: 5.25em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_content_01 {
    margin-top: 3.75em;
  }
}
.footer_content_01__image {
  margin: 0 var(--extend);
  display: block;
  overflow: hidden;
  height: 395px;
}
@media screen and (max-width: 767px) {
  .footer_content_01__image {
    height: 232px;
  }
}
.footer_content_01__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_content_01 .cmn_catch {
  position: absolute;
  top: -3em;
  right: 0;
}
@media screen and (max-width: 767px) {
  .footer_content_01 .cmn_catch {
    right: 50%;
    transform: translateX(50%);
  }
}

.footer_link_01 {
  position: absolute;
  display: block;
  top: 320px;
  right: 0;
  width: clamp(180px, 29.3vw, 300px);
  transition: 0.3s;
}
@media (hover: hover) {
  .footer_link_01:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .footer_link_01 {
    top: 213px;
    width: 180px;
  }
}

.footer_content_02 {
  padding: 5em 0;
}
@media screen and (max-width: 767px) {
  .footer_content_02 {
    padding: 12.5em 0 2.5em;
  }
}
.footer_content_02 .box {
  display: flex;
  align-items: center;
  gap: 4.5em;
}
@media screen and (max-width: 767px) {
  .footer_content_02 .box {
    flex-direction: column;
    align-items: unset;
    gap: 18px;
  }
}

.footer_contact {
  padding-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .footer_contact {
    padding-bottom: 5em;
  }
}
.footer_contact__box {
  border: 5px solid #F6F4F2;
  border-radius: 20px;
  padding: 3.75rem 5.8%;
}
@media screen and (max-width: 767px) {
  .footer_contact__box {
    padding: 2.5rem 0;
    border-top: 1px solid #460450;
    border-bottom: 1px solid #460450;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
.footer_contact__ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer_contact__ttl {
    display: none;
  }
}
.footer_contact__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.54%;
}
@media screen and (max-width: 767px) {
  .footer_contact__items {
    flex-direction: column;
    gap: 20px;
  }
}
.footer_contact .tel {
  flex-shrink: 0;
  width: 50%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer_contact .tel {
    width: 100%;
  }
}
.footer_contact .tel p {
  font-size: cmalp(14px, 1.6vw, 18px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  padding-left: clamp(50px, 5vw, 58px);
}
@media screen and (max-width: 767px) {
  .footer_contact .tel p {
    font-size: 1em;
    padding-left: 0;
  }
}
.footer_contact .tel a {
  font-family: "Lato", sans-serif;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  padding-left: clamp(50px, 5vw, 58px);
  background: url(../images/ico_tel_black.svg) no-repeat center left/clamp(24px, 4vw, 48px);
}
@media screen and (max-width: 767px) {
  .footer_contact .tel a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.875em;
    background-size: 33px;
    padding-left: 40px;
  }
}
.footer_contact .form {
  width: 46.46%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  border-radius: 10px;
  background-color: #460450;
  color: #fff;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 500;
  letter-spacing: 0.12em;
  padding-right: 6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_contact .form {
    width: 100%;
    height: 63px;
    padding-right: 0;
  }
}
.footer_contact .form:after {
  content: "";
  display: block;
  width: 13.44%;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(50deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 81.67%;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .footer_contact .form:after {
    content: none;
  }
}
@media (hover: hover) {
  .footer_contact .form:hover {
    filter: brightness(1.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
.footer_contact .line {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer_contact .line {
    flex-direction: column;
    gap: 10px;
  }
}
.footer_contact .line p {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #4CAF50;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .footer_contact .line p {
    gap: 6px;
  }
}
.footer_contact .line p:before {
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 1/1;
  background: url(../images/ico_line_green.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .footer_contact .line p:before {
    width: 40px;
  }
}
.footer_contact .line a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 46px;
  border-radius: 5px;
  background-color: #4CAF50;
  color: #fff;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .footer_contact .line a {
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .footer_contact .line a:hover {
    filter: brightness(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}

.concept_sec_01__image {
  margin: 0 0 0 var(--extend);
  display: block;
  overflow: hidden;
  height: 423px;
}
@media screen and (max-width: 767px) {
  .concept_sec_01__image {
    height: 200px;
  }
}
.concept_sec_01__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept_sec_01__ttl {
  margin: -3.5em 0 30px;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .concept_sec_01__ttl {
    margin: -2.125em 0 20px;
  }
}
.concept_sec_01__ttl:before {
  content: attr(data-en);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 4.44em;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .concept_sec_01__ttl:before {
    margin-right: calc(var(--sideW) * -1);
    font-size: 2.67em;
    margin-bottom: 8px;
  }
}

.concept_sec_02 {
  margin-bottom: 5em !important;
}
.concept_sec_02 h2 {
  margin-bottom: 50px;
}
.concept_sec_02 .block_01 {
  position: relative;
  margin-bottom: 40px;
}
.concept_sec_02 .block_01 .image {
  width: 91.64%;
}
@media screen and (max-width: 767px) {
  .concept_sec_02 .block_01 .image {
    width: auto;
    margin: 0 var(--extend);
    display: block;
    overflow: hidden;
    aspect-ratio: 3/2;
  }
  .concept_sec_02 .block_01 .image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.concept_sec_02 .block_01 .texts {
  width: 50%;
  padding: 4.92%;
  background-color: #fff;
  margin: -128px 0 0 auto;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .concept_sec_02 .block_01 .texts {
    width: auto;
    margin: -10% 0 0;
    font-size: 0.875rem;
    text-align: justify;
  }
}
.concept_sec_02 .block_01 .catch {
  writing-mode: vertical-rl;
  position: absolute;
  top: -93px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .concept_sec_02 .block_01 .catch {
    top: -40px;
    right: calc(var(--sideW) * -0.5);
  }
}
.concept_sec_02 .block_01 .catch span {
  display: block;
  background-color: #460450;
  color: #fff;
  font-size: 1.75em;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5em 0;
  letter-spacing: 0.12em;
  margin-left: 20px;
}
.concept_sec_02 .block_01 .catch span:last-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .concept_sec_02 .block_01 .catch span {
    font-size: 1.125em;
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .concept_sec_02 .inner_s {
    padding: 0;
  }
}
.concept_sec_02 .block_02 {
  margin-bottom: 40px;
}
.concept_sec_02 .block_02 .image {
  width: 72%;
}
@media screen and (max-width: 767px) {
  .concept_sec_02 .block_02 .image {
    width: auto;
    margin-left: var(--extend);
    margin-right: var(--extend);
  }
}
.concept_sec_02 .block_02 .texts {
  position: relative;
  background-color: #fff;
  padding: 4.92%;
  width: 59.84%;
  line-height: 2;
  margin-left: auto;
  margin-top: -128px;
}
@media screen and (max-width: 767px) {
  .concept_sec_02 .block_02 .texts {
    margin-top: -10%;
    width: 100%;
    font-size: 0.875rem;
  }
}
.concept_sec_02 .block_03 .image {
  width: 72%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .concept_sec_02 .block_03 .image {
    width: auto;
    margin-left: var(--extend);
    margin-right: var(--extend);
  }
}
.concept_sec_02 .block_03 .texts {
  position: relative;
  background-color: #fff;
  padding: 4.92%;
  width: 59.84%;
  line-height: 2;
  margin-top: -128px;
}
@media screen and (max-width: 767px) {
  .concept_sec_02 .block_03 .texts {
    margin-top: -10%;
    width: 100%;
    font-size: 0.875rem;
  }
}

.concept_sec_03__image {
  margin: 0 var(--extend);
}
@media screen and (max-width: 767px) {
  .concept_sec_03__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 5/2;
  }
  .concept_sec_03__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.concept_sec_03 .box {
  display: flex;
  align-items: flex-start;
  padding: 46px 0 0;
  position: relative;
  gap: 53px;
}
@media screen and (max-width: 767px) {
  .concept_sec_03 .box {
    flex-direction: column;
    padding: 30px 0 0;
    gap: 30px;
  }
}
.concept_sec_03__ttl {
  writing-mode: vertical-rl;
  margin-top: -151px;
}
@media screen and (max-width: 767px) {
  .concept_sec_03__ttl {
    margin-top: 0;
    writing-mode: unset;
    line-height: 2;
  }
}
.concept_sec_03__ttl span {
  display: block;
  background-color: #fff;
  font-size: 1.75em;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5em 0;
  letter-spacing: 0.12em;
  margin-left: 20px;
}
.concept_sec_03__ttl span:last-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .concept_sec_03__ttl span {
    font-size: 1.4em;
    margin-left: 0;
    padding: 0;
  }
}

.concept_sec_04 {
  position: relative;
  padding-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .concept_sec_04 {
    padding-bottom: 0 !important;
  }
}
.concept_sec_04:before {
  content: "";
  display: block;
  width: 40vw;
  height: 100%;
  background-color: #F6F4F2;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .concept_sec_04:before {
    content: none;
  }
}
.concept_sec_04 .inner_l {
  position: relative;
}
.concept_sec_04 h2 {
  margin-bottom: 20px;
}
.concept_sec_04 h2:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .concept_sec_04 h2 {
    margin-right: calc(var(--sideW) * -0.5);
    margin-left: calc(var(--sideW) * -0.5);
    margin-bottom: 40px;
  }
}
.concept_sec_04 .inner_m {
  display: flex;
  align-items: flex-start;
  gap: 5.82%;
}
@media screen and (max-width: 767px) {
  .concept_sec_04 .inner_m {
    padding: 0;
    flex-direction: column;
    gap: 3em;
  }
}
.concept_sec_04 .inner_m .image {
  flex-grow: 1;
  margin-right: var(--extend);
}
.concept_sec_04 ul {
  flex-shrink: 0;
  width: 51.1%;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .concept_sec_04 ul {
    width: 100%;
  }
}
.concept_sec_04 ul li {
  counter-increment: number 1;
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .concept_sec_04 ul li {
    margin-top: 3.75em;
  }
}
.concept_sec_04 ul li:first-child {
  margin-top: 0;
}
.concept_sec_04 ul li h3 {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .concept_sec_04 ul li h3 {
    font-size: 1.2em;
    margin-bottom: 1.25em;
  }
}
.concept_sec_04 ul li h3:before {
  width: 94px;
  flex-shrink: 0;
  display: block;
  content: counter(number, decimal-leading-zero);
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 2.5em;
  font-weight: 200;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .concept_sec_04 ul li h3:before {
    font-size: 2em;
    width: 60px;
  }
}
.concept_sec_04 ul li p {
  font-size: 0.9375em;
  letter-spacing: 0.06em;
  line-height: 2;
}
.concept_sec_04 ul li a {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .concept_sec_04 ul li a {
    margin-top: 30px;
  }
}

.page-about .section_wrap > .inner_m {
  position: relative;
}

.about_nav {
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: var(--sideW);
  padding: 38px 33px 24px 27px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .about_nav {
    position: relative;
    top: unset;
    right: unset;
    margin-bottom: 3.75em;
  }
}
.about_nav dt {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px 0 12px;
  display: flex;
  align-items: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 14px;
  transform: translateY(-50%);
}
.about_nav dt:before {
  content: "CONTENTS";
  font-family: "Lato", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.about_nav dt span {
  font-size: 0.875em;
}
.about_nav dt span:before {
  content: "- ";
}
.about_nav dd ul li {
  font-size: 0.9375em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.about_nav dd ul li:last-child {
  margin-bottom: 0;
}
.about_nav dd ul li a {
  position: relative;
  display: flex;
  gap: 1.5em;
  align-items: center;
}
.about_nav dd ul li a:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_mainColor.svg) no-repeat center/contain;
}
@media (hover: hover) {
  .about_nav dd ul li a:hover {
    opacity: 0.7;
  }
  .about_nav dd ul li a:hover:after {
    transform: rotate(90deg);
  }
}

.about_sec_01 .box {
  margin-top: 30px;
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767px) {
  .about_sec_01 .box {
    flex-direction: column-reverse;
    gap: 2em;
  }
}
.about_sec_01 .box .image {
  flex-grow: 1;
  margin-left: var(--extend);
  border-radius: 0 100px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about_sec_01 .box .image {
    height: 200px;
    border-radius: 0 60px 0 0;
  }
  .about_sec_01 .box .image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about_sec_01 .box .texts {
  flex-shrink: 0;
  width: 50%;
  padding-top: 5.33%;
}
@media screen and (max-width: 767px) {
  .about_sec_01 .box .texts {
    width: 100%;
    padding-top: 0;
  }
}

.about_sec_02__ttl {
  margin-bottom: 40px;
}
.about_sec_02__ttl .en {
  font-family: "Lato", sans-serif;
  font-size: 3.75em;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.15;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about_sec_02__ttl .en {
    font-size: 3.125em;
  }
}
.about_sec_02 ul {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .about_sec_02 ul {
    flex-direction: column;
    gap: 2.5em;
  }
}
.about_sec_02 ul li {
  width: 100%;
}
.about_sec_02 ul li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 365/480;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .about_sec_02 ul li .image {
    aspect-ratio: 3/2;
  }
}
.about_sec_02 ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_sec_02 ul li h3 {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.27;
  margin-top: 1.25em;
}
@media screen and (max-width: 767px) {
  .about_sec_02 ul li h3 {
    font-size: 1.25em;
  }
}
.about_sec_02 ul li p {
  margin-top: 1em;
  font-size: 0.9375em;
}

.about_sec_03 .inner {
  padding: 0 calc(var(--sideW) / 2);
}
@media screen and (max-width: 767px) {
  .about_sec_03 .inner {
    padding: 0;
  }
}
.about_sec_03 .inner .box {
  background-color: #5D4D60;
  padding: 120px 0;
  clip-path: polygon(50% 0%, 100% 90px, 100% 100%, 0 100%, 0 90px);
}
@media screen and (max-width: 767px) {
  .about_sec_03 .inner .box {
    padding: 80px 0;
    clip-path: polygon(50% 0%, 100% 40px, 100% 100%, 0 100%, 0 40px);
  }
}
.about_sec_03 h2 {
  color: #fff;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.64;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about_sec_03 h2 {
    font-size: 1.4em;
  }
}
.about_sec_03 h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 5px solid #fff;
  margin: 0 auto 15px;
  font-size: 1.285em;
}
@media screen and (max-width: 767px) {
  .about_sec_03 h2 span {
    border-bottom: 4px solid #fff;
  }
}
.about_sec_03 h2 + .para_cmn_01 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.about_sec_03 ul li {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 36px 4.72%;
  display: flex;
  gap: 3.5%;
}
@media screen and (max-width: 767px) {
  .about_sec_03 ul li {
    flex-direction: column;
    padding: 30px var(--sideW);
    gap: 20px;
  }
}
.about_sec_03 ul li:last-child {
  margin-bottom: 0;
}
.about_sec_03 ul li h3 {
  border-right: 1px solid #460450;
  width: 240px;
  flex-shrink: 0;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25em;
  padding-top: 26px;
}
@media screen and (max-width: 767px) {
  .about_sec_03 ul li h3 {
    border-right: none;
    border-bottom: 1px solid #460450;
    width: 100%;
    padding-top: 0;
    font-size: 1.4em;
    padding: 0 0 20px;
  }
}
.about_sec_03 ul li h3:after {
  content: attr(data-en);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .about_sec_03 ul li h3:after {
    font-size: 0.875rem;
  }
}
.about_sec_03 ul li h3[data-en=termites] {
  background: url(../images/about_10.png) no-repeat right 16px bottom/136px;
}
@media screen and (max-width: 767px) {
  .about_sec_03 ul li h3[data-en=termites] {
    background-position: right 16px top;
    background-size: 108px;
  }
}
.about_sec_03 ul li h3[data-en=typhoon] {
  background: url(../images/about_11.png) no-repeat right 21px bottom/120px;
}
@media screen and (max-width: 767px) {
  .about_sec_03 ul li h3[data-en=typhoon] {
    background-position: right 21px top;
    background-size: 96px;
  }
}
.about_sec_03 ul li h3[data-en=condensation] {
  background: url(../images/about_12.png) no-repeat right 16px bottom/105px;
}
@media screen and (max-width: 767px) {
  .about_sec_03 ul li h3[data-en=condensation] {
    background-position: right 16px top;
    background-size: 84px;
  }
}
.about_sec_03 ul li .texts {
  width: 100%;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .about_sec_03 ul li .texts {
    padding: 0;
  }
}
.about_sec_03 ul li .texts h4 {
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .about_sec_03 ul li .texts h4 {
    font-size: 1.25em;
  }
}
.about_sec_03 ul li .texts p {
  font-size: 0.9375em;
}
.about_sec_03 ul li a {
  margin: 20px 0 0;
  width: 100%;
  max-width: 240px;
  height: 42px;
}
.about_sec_03 ul li a:after {
  left: 209px;
}
@media screen and (max-width: 767px) {
  .about_sec_03 ul li a {
    margin: 20px auto 0;
  }
}

.about_sec_04__ttl {
  text-align: center;
  margin-bottom: 54px;
}
.about_sec_04__ttl .en {
  font-family: "Lato", sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .about_sec_04__ttl .en {
    font-size: 2em;
  }
}
.about_sec_04 ul {
  display: flex;
  gap: 7.18%;
}
@media screen and (max-width: 767px) {
  .about_sec_04 ul {
    flex-direction: column;
    align-items: center;
    gap: 2.5em;
  }
}
.about_sec_04 ul li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about_sec_04 ul li {
    width: 80%;
  }
}
.about_sec_04 ul li h3 {
  margin-bottom: 1.5em;
}
.about_sec_04 ul li p {
  font-size: 0.9375em;
  text-align: center;
}
.about_sec_04 .fukidashi {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.3%;
}
@media screen and (max-width: 767px) {
  .about_sec_04 .fukidashi {
    flex-direction: column;
    gap: 30px;
  }
}
.about_sec_04 .fukidashi p {
  width: 68%;
  background: #460450;
  color: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  font-size: 0.9375em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_sec_04 .fukidashi p {
    width: 100%;
  }
}
.about_sec_04 .fukidashi p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 21px solid #460450;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .about_sec_04 .fukidashi p:after {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 21px solid #460450;
    border-bottom: 0;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.about_sec_04 .fukidashi:after {
  content: "";
  display: block;
  width: 150px;
  aspect-ratio: 1/1;
  background: url(../images/about_08.png) no-repeat center/contain;
}

.about_sec_05 .inner_m {
  display: flex;
  align-items: flex-start;
  gap: 6.46%;
}
@media screen and (max-width: 767px) {
  .about_sec_05 .inner_m {
    flex-direction: column-reverse;
    gap: 3.75em;
  }
}
.about_sec_05 .inner_m .left {
  width: 55.6%;
}
@media screen and (max-width: 767px) {
  .about_sec_05 .inner_m .left {
    width: 100%;
  }
}
.about_sec_05 .inner_m:after {
  content: "";
  display: block;
  width: auto;
  flex-grow: 1;
  margin: 0 var(--extend) 0 0;
  aspect-ratio: 602/875;
  background: url(../images/about_13.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .about_sec_05 .inner_m:after {
    width: 100vw;
    margin: 0 var(--extend);
    aspect-ratio: 3/2;
  }
}
.about_sec_05 h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about_sec_05 h2 {
    margin-bottom: 0;
  }
}
.about_sec_05 ol {
  counter-reset: number 0;
}
.about_sec_05 ol li {
  counter-increment: number 1;
  border-bottom: 1px solid #F6F4F2;
  padding: 2em 0;
}
.about_sec_05 ol li h3 {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about_sec_05 ol li h3 {
    font-size: 1.2em;
  }
}
.about_sec_05 ol li h3:before {
  width: 94px;
  flex-shrink: 0;
  display: block;
  content: counter(number, decimal-leading-zero);
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 2.5em;
  font-weight: 200;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .about_sec_05 ol li h3:before {
    font-size: 2em;
    width: 60px;
  }
}
.about_sec_05 ol li p {
  font-size: 0.9375em;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .page-company .section_wrap {
    padding-top: 180px;
  }
}

.company_sec_01 .inner_m {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .company_sec_01 .inner_m {
    flex-direction: column;
  }
}
.company_sec_01 .inner_m .image {
  flex-grow: 1;
  margin: 0 0 0 var(--extend);
  border-radius: 0 100px 0 0;
  overflow: hidden;
}
.company_sec_01 .inner_m .texts {
  flex-shrink: 0;
  width: 45%;
  padding-top: 14.34%;
}
@media screen and (max-width: 767px) {
  .company_sec_01 .inner_m .texts {
    width: 100%;
    padding-top: 40px;
  }
}
.company_sec_01 .inner_m .texts h2 {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .company_sec_01 .inner_m .texts h2 {
    margin-bottom: 28px;
  }
}
.company_sec_01 .inner_m .texts .name {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .company_sec_01 .inner_m .texts .name {
    margin-bottom: 20px;
    width: 70%;
  }
}

.company_sec_02 {
  text-align: center;
}
.company_sec_02 h2 {
  margin-bottom: 38px;
}
.company_sec_02 h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 34px;
}
@media screen and (max-width: 767px) {
  .company_sec_02 h3 {
    width: 190px;
  }
}

.company_sec_03 h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .company_sec_03 h2 {
    margin-bottom: 20px;
  }
}
.company_sec_03 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5%;
}
@media screen and (max-width: 767px) {
  .company_sec_03 ul {
    padding: 0 var(--sideW);
  }
}
.company_sec_03 ul > li {
  width: 30%;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_sec_03 ul > li {
    width: 100%;
  }
}
.company_sec_03 ul > li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 365/481;
  border-radius: 5px;
}
.company_sec_03 ul > li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company_sec_03 ul > li .name {
  font-size: 1.375em;
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .company_sec_03 ul > li .name {
    font-size: 1.25em;
  }
}
.company_sec_03 ul > li .copy {
  position: absolute;
  top: 0;
  right: 22px;
  writing-mode: vertical-rl;
}
.company_sec_03 ul > li .copy span {
  display: block;
  margin-left: 14px;
  height: -moz-max-content;
  height: max-content;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5em 0;
  background-color: #fff;
  letter-spacing: 0.08em;
}

.company_sec_04 h2 {
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .company_sec_04 h2 {
    margin-bottom: 40px;
  }
}
.company_sec_04 dl .item {
  display: flex;
  align-items: baseline;
  gap: 1em;
  padding-bottom: 25px;
  border-bottom: 1px solid #F6F4F2;
  margin-bottom: 25px;
}
.company_sec_04 dl .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .company_sec_04 dl .item {
    flex-direction: column;
    gap: 0.25em;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.company_sec_04 dl .item dt {
  flex-shrink: 0;
  width: 164px;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .company_sec_04 dl .item dt {
    width: 100%;
  }
}
.company_sec_04 ul {
  margin-top: 5em;
  display: flex;
  gap: 20px 5%;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .company_sec_04 ul {
    margin-top: 3.75em;
  }
}
.company_sec_04 ul li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .company_sec_04 ul li {
    width: 47.5%;
  }
}
.company_sec_04 ul li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 303/193;
  border-radius: 5px;
}
.company_sec_04 ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company_sec_04 ul li p {
  margin-top: 0.8em;
  font-size: 1.125em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company_sec_04 ul li p {
    font-size: 1em;
    margin-top: 0.5em;
  }
}

.company_sec_05 h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company_sec_05 h2 {
    margin-bottom: 30px;
  }
}
.company_sec_05 .map {
  display: block;
  overflow: hidden;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .company_sec_05 .map {
    height: auto;
    aspect-ratio: 4/3;
    margin: 0 var(--extend);
  }
}
.company_sec_05 .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.page-policy__subttl {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-policy__subttl {
    font-size: 1.4em;
  }
}

.dlist_policy dt {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  border-bottom: 1px solid #A99AAC;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.25em;
  }
}
.dlist_policy dd {
  font-size: 0.9375em;
  letter-spacing: 0.06em;
  line-height: 1.86;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_policy dd {
    font-size: 0.875em;
  }
}
.dlist_policy dd:last-child {
  margin-bottom: 0;
}
.dlist_policy dd .list_maru {
  margin-top: 20px;
}
.dlist_policy dd .block {
  margin-top: 20px;
}

.page-contact__lead {
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-contact__lead {
    font-size: 0.9375em;
    text-align: left;
  }
}
.page-contact__method {
  display: flex;
  gap: 3.28%;
  margin-bottom: 6em;
}
@media screen and (max-width: 767px) {
  .page-contact__method {
    flex-direction: column;
    gap: 1em;
  }
}
.page-contact__method--item {
  width: 100%;
  border: 1px solid #A99AAC;
  padding: 36px 3%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page-contact__method--item {
    padding: 28px 6.8%;
  }
}
.page-contact__method--item h2 {
  text-align: center;
  font-size: 0.875em;
  border-bottom: 1px solid #A99AAC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-contact__method--item h2:before {
  content: attr(data-en);
  display: block;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .page-contact__method--item h2:before {
    font-size: 2em;
  }
}
.page-contact__method--item p {
  flex-grow: 1;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .page-contact__method--item p {
    font-size: 0.875em;
  }
}
.page-contact__method--item .btn_cmn_01 {
  margin: 1.5rem auto 0;
}
.page-contact__method--item.form p {
  text-align: center;
}
.page-contact__form--ttl {
  text-align: center;
  margin-bottom: 40px;
}
.page-contact__form--ttl:before {
  margin-left: var(--extend);
  margin-right: var(--extend);
}

.content_base p {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .content_base p {
    font-size: 0.9375em;
    text-align: left;
  }
}
.content_base .btn_cmn_01 {
  margin: 40px auto 0;
}

.article-works {
  width: 100%;
  max-width: 1140px;
  padding: 0 62px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .article-works {
    padding: 0;
  }
}
.article-works__ttl {
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .article-works__ttl {
    font-size: 1.8em;
    margin-bottom: 16px;
  }
}
.article-works__hashtag li {
  display: inline;
  font-size: 0.875em;
  line-height: 2;
  margin-right: 1em;
}
.article-works__hashtag li:before {
  content: "#";
}
.article-works__gallery {
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .article-works__gallery {
    margin-top: 3em;
  }
}
.article-works__gallery--main .splide__slide {
  background-color: #F6F4F2;
  border: 5px;
  display: block;
  overflow: hidden;
  position: relative;
}
.article-works__gallery--main .splide__slide:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}
.article-works__gallery--main .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.article-works__gallery--thumb {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .article-works__gallery--thumb {
    margin-top: 1.6em;
  }
}
.article-works__gallery--thumb .splide__slide {
  display: block;
  overflow: hidden;
  position: relative;
}
.article-works__gallery--thumb .splide__slide.is-active {
  border-color: #460450 !important;
}
.article-works__gallery--thumb .splide__slide:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.85%;
}
.article-works__gallery--thumb .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.article-works__gallery .splide__arrow--prev {
  left: unset;
  right: calc(100% + 20px);
}
@media screen and (max-width: 767px) {
  .article-works__gallery .splide__arrow--prev {
    right: calc(100% - 17px);
  }
}
.article-works__gallery .splide__arrow--next {
  left: calc(100% + 20px);
  right: unset;
}
@media screen and (max-width: 767px) {
  .article-works__gallery .splide__arrow--next {
    left: calc(100% - 17px);
  }
}
.article-works .post_content {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .article-works .post_content {
    margin-top: 3.75em;
  }
}

.other_works {
  padding-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .other_works {
    padding-top: 5em;
  }
}
.other_works h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .other_works h2:before {
    margin: 0 var(--extend);
  }
}

.layout_col_02 {
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 767px) {
  .layout_col_02 {
    flex-direction: column;
    gap: 3.75em;
  }
}
.layout_col_02 .main {
  flex-grow: 1;
}
.layout_col_02 .aside {
  width: 24%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .layout_col_02 .aside {
    width: 100%;
  }
}
.layout_col_02 .aside .sidebar {
  position: sticky;
  top: calc(var(--headerHeight) + 60px);
}
@media screen and (max-width: 767px) {
  .layout_col_02 .aside .sidebar {
    position: static;
  }
}
.layout_col_02 .aside .sidebar dt {
  font-size: "Lato", sans-serif;
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .layout_col_02 .aside .sidebar dt {
    font-size: 1.5em;
  }
}
.layout_col_02 .aside .sidebar dd ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #A99AAC;
}
@media screen and (max-width: 767px) {
  .layout_col_02 .aside .sidebar dd ul li {
    padding: 1.25em 0;
  }
}
.layout_col_02 .aside .sidebar dd ul li a {
  display: block;
  font-size: 1.125em;
  line-height: 1.5;
  transition: 0.3s;
}
.layout_col_02 .aside .sidebar dd ul li a:hover {
  transform: translateX(1em);
}

.other_blog {
  margin-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .other_blog {
    margin-top: 3.75em;
  }
}
.other_blog h2 {
  margin-bottom: 40px;
}

.article-blog__cat {
  display: inline-flex;
  margin: 0 32px 1em 0;
  position: relative;
  padding-left: 50px;
}
.article-blog__cat:before {
  content: "";
  display: block;
  width: 36px;
  aspect-ratio: 1/1;
  background: url(../images/decoration_02.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.article-blog__cat li:not(:last-child):after {
  content: "、";
}
.article-blog__date {
  display: inline;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.12em;
  margin: 0 0 1em 0;
}
.article-blog__ttl {
  margin: 30px 0 40px;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article-blog__ttl {
    font-size: 1.6em;
  }
}

.article-event__header {
  margin-bottom: 6.25em;
}
.article-event__header--inner {
  display: flex;
  gap: 5.4%;
}
@media screen and (max-width: 767px) {
  .article-event__header--inner {
    flex-direction: column-reverse;
    gap: 2.5em;
  }
}
.article-event__header--text {
  width: 100%;
  padding-top: 8.28%;
}
@media screen and (max-width: 767px) {
  .article-event__header--text {
    padding-top: 0;
  }
}
.article-event__header--text .date {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .article-event__header--text .date {
    font-size: 0.875rem;
  }
}
.article-event__header--text .ttl {
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .article-event__header--text .ttl {
    font-size: 1.8em;
  }
}
.article-event__header--text .location,
.article-event__header--text .time {
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .article-event__header--text .location,
  .article-event__header--text .time {
    font-size: 0.875rem;
  }
}
.article-event__header--text .info {
  margin: 2.5em 0 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .article-event__header--text .info {
    margin: 2.5em auto 0;
  }
}
.article-event__header--text .info span {
  text-align: center;
  font-size: 0.875em;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 0.5em;
}
.article-event__header--image {
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .article-event__header--image {
    width: auto;
    margin: 0 var(--extend);
  }
}
.article-event__header--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-event__main {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0;
}
.article-event__highlight {
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .article-event__highlight {
    margin-bottom: 3.75em;
  }
}
.article-event__highlight h2 {
  padding: 0.9167em 3.875%;
  border-radius: 20px 20px 0 0;
  background: #626262 url(../images/event_02.svg) no-repeat center right 14px/98px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article-event__highlight h2 {
    font-size: 1.2em;
    background-size: 78px;
  }
}
.article-event__highlight ul {
  background-color: #FCFCFC;
  padding: 10px 3.875% 40px;
}
.article-event__highlight ul li {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 0.875em 0 0.875em 45px;
  border-bottom: 1px dashed #626262;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-event__highlight ul li {
    font-size: 1em;
    padding: 1em 0 1em 40px;
  }
}
.article-event__highlight ul li:before {
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/ico_check_01.svg) no-repeat center/contain;
  position: absolute;
  top: 20px;
  left: 4px;
}
@media screen and (max-width: 767px) {
  .article-event__highlight ul li:before {
    width: 26px;
    top: 13px;
  }
}
.article-event__address .map {
  display: block;
  overflow: hidden;
  height: 366px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .article-event__address .map {
    height: auto;
    aspect-ratio: 4/3;
    margin: 0 var(--extend) 22px;
  }
}
.article-event__address .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.article-event__address .text {
  margin-bottom: 0.75em;
}
.article-event__address .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 216px;
  height: 43px;
  border-radius: 50px;
  background: #460450 url(../images/ico_pin.svg) no-repeat center right 15px/14px;
  color: #fff;
  font-size: 0.875em;
}
@media (hover: hover) {
  .article-event__address .link:hover {
    filter: brightness(1.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
.article-event__content {
  margin-top: 5em;
}
.article-event__content p {
  font-size: 0.9375em;
}
.article-event__reserve {
  margin-top: 5em;
}
.article-event__reserve--ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .article-event__reserve--ttl:before {
    font-size: 2.5rem;
  }
}
.article-event__reserve--image {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2em;
}
.article-event__reserve--method .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .article-event__reserve--method .item {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
}
.article-event__reserve--method .item:last-child {
  margin-bottom: 0;
}
.article-event__reserve--method .item dt {
  font-size: 0.875em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article-event__reserve--method .item dt {
    text-align: center;
  }
}
.article-event__reserve--method .item dt:before {
  content: attr(data-en);
  display: block;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .article-event__reserve--method .item dt:before {
    font-size: 2em;
  }
}
.article-event__reserve--method .item dt:after {
  content: "";
  display: block;
  width: 72px;
  border-bottom: 1px solid #A99AAC;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .article-event__reserve--method .item dt:after {
    margin: 20px auto 0;
  }
}
.article-event__reserve--method .item dd:nth-of-type(2) {
  width: 100%;
  font-size: 0.9375em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .article-event__reserve--method .item dd:nth-of-type(2) {
    width: auto;
    margin: 0 var(--extend);
    text-align: center;
    font-size: 13px;
  }
}
.article-event__reserve--method .item.tel a {
  font-family: "Lato", sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  padding-left: 50px;
  background: url(../images/ico_tel_black.svg) no-repeat center left/37px;
}
@media screen and (max-width: 767px) {
  .article-event__reserve--method .item.tel a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.875em;
    background-size: 33px;
    padding-left: 40px;
  }
}
.article-event__reserve--method .item.line a {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 336px;
  height: 66px;
  border-radius: 50px;
  background-color: #4CAF50;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding-right: 6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-event__reserve--method .item.line a {
    margin: 0 auto;
    width: 100%;
    height: 52px;
    max-width: 260px;
    padding-right: 0;
  }
}
.article-event__reserve--method .item.line a:after {
  content: "";
  display: block;
  width: 13.44%;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(50deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 81.67%;
  transition: 0.5s;
}
@media (hover: hover) {
  .article-event__reserve--method .item.line a:hover {
    filter: brightness(1.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
.article-event__reserve--form {
  margin-top: 5em;
}
.article-event__reserve--form--ttl {
  text-align: center;
  margin-bottom: 2.5em;
}