@charset "UTF-8";

:root {
  --color-01: #9c7445;
  --color-02: #af986c;
  --color-03: #bd9e53;
  --main-color: #9c7445;
  --sub-color: #af986c;
  --link-color: #bd9e53;
}

/* add font */
.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.font_en {
  font-family: 'Roboto', sans-serif;
}

/*
  header
========================================================================== */
.head,
.head * {
  box-sizing: border-box;
}

.head img {
  max-width: 100%;
}

.head {
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  position: absolute !important;
  z-index: 10;
  width: 100%;
  min-width: 1300px;
  top: 0;
  left: 0;
}

.head_ttl {
  font-size: 80%;
  color: #2b2b2b;
  margin: 0 0 0 2.32em;
  padding-top: 0.56em;
  line-height: 1;
}

.head_logo {
  position: absolute;
  width: 13.26em;
  top: 3.5em;
  left: 3.5em;
}

.head_logo a {
  display: block;
}

.head_logo img {
  aspect-ratio: 199 / 189;
}

.head_btn {
  position: fixed;
  top: 0;
  right: 1em;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 0.8em;
}

.head_btn p,
.head_btn a {
  position: relative;
  display: grid;
  align-items: center;
  text-align: center;
  color: #fff;
  line-height: 1;
  height: 3em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  letter-spacing: 0.1em;
}

.head_btn p::before,
.head_btn a::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.head_btn p {
  padding: 0 1.2em 0 2.4em;
  font-family: "Roboto", sans-serif;
  background-image: url("../images/common/head_btn_bg_01.png");
}

.head_btn p::before {
  width: 1.2em;
  left: 0.8em;
  top: 0.8em;
  aspect-ratio: 18 / 27;
  background-image: url("../images/common/ico_btn_tel.png");
}

.head_btn p span {
  font-size: 152.73%;
  letter-spacing: 0.1em;
}

.head_btn a {
  padding: 0 1.2em 0 3em;
  position: relative;
}

.head_btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.45em;
  aspect-ratio: 1 / 1;
  right: 0.2em;
  bottom: 0.2em;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #fff;
}

.head_btn a:nth-of-type(1) {
  background-image: url("../images/common/head_btn_bg_02.png");
}

.head_btn a:nth-of-type(2) {
  background-image: url("../images/common/head_btn_bg_03.png");
}

.head_btn a:nth-of-type(1)::before {
  width: 1.266em;
  left: 1em;
  top: 1.16em;
  aspect-ratio: 19 / 18;
  background-size: 1.25em auto;
  background-image: url("../images/common/ico_btn_bubble.png");
}

.head_btn a:nth-of-type(2)::before {
  width: 1.4em;
  left: 1em;
  top: 1.16em;
  aspect-ratio: 21 / 16;
  background-image: url("../images/common/ico_btn_pc.png");
}

.head_btn a span {
  font-size: 116.6%;
}

/*
  gnav
========================================================================== */
.gnav,
.gnav * {
  box-sizing: border-box;
}

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

.gnav {
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  padding: 1.2em 8.2em;
  position: relative;
  background-color: #fff;
}

.gnav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.gnav li {
  flex: auto;
  position: relative;
  text-align: center;
}

.gnav li::before,
.gnav li::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
}

.gnav li::after {
  right: 0;
  background-color: #2c2c2c;
}

.gnav li:last-child::after {
  background: transparent;
}

.gnav li a {
  display: block;
  transition: 0.3s;
  padding: 0.6em 0;
  line-height: 1;
  letter-spacing: 0.08em;
  border-radius: 2em;
  color: #2c2c2c;
  font-size: 100%;
}

.gnav li:nth-of-type(1) {
  font-size: 106.6%;
}

/*
  side
========================================================================== */
.side_btn {
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  position: fixed;
  z-index: 10;
  top: 2.4em;
  right: 0;
  display: grid;
  gap: 1em 0;
}

.side_btn a {
  display: block;
  width: 3.33em;
}

.side_btn img {
  aspect-ratio: 50 / 206;
}

/*
  footer
========================================================================== */
.footer,
.footer * {
  box-sizing: border-box;
}

.footer img {
  max-width: 100%;
}

.footer {
  color: #2e2e2e;
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-image: url("../images/common/foot_bg.jpg");
  padding: 5em 0 0;
}

.foot_inr {
  position: relative;
  margin: 0 4.2em 5.8em;
  display: grid;
  grid-template-columns: 26.4em 1fr;
  align-items: start;
  gap: 0 4.4em;
  color: #fff;
}

/* --------------------------- left */
.footer .logo {
  width: 25.93em;
  padding: 0 0 1em;
  margin: 0 auto 2em;
  border-bottom: 1px solid #fff;
}

.footer .logo a {
  display: block;
  width: 23.93em;
  margin: 0 auto;
}

.footer .logo img {
  aspect-ratio: 221/60;
}

.foot_tel {
  margin: 0 auto 1.3em;
  width: fit-content;
}

.foot_tel span {
  display: block;
  width: fit-content;
  line-height: 1;
  font-size: 233%;
  padding-left: 0.9em;
  background-repeat: no-repeat;
  background-position: 0 80%;
  background-size: 0.65em auto;
  background-image: url("../images/common/foot_ico_tel.png");
  letter-spacing: 0.06em;
}

.foot_btn {
  width: 19.4em;
  margin: 0 auto 1.8em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9em 0;
}

.foot_btn a {
  display: block;
  color: #fff;
  text-align: center;
  aspect-ratio: 291 / 43;
  display: grid;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 2.2em 50%;
}

.foot_btn a span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 120%;
  line-height: 1;
}

.foot_btn .btn_implant {
  padding-left: 0.5em;
  background-color: #65350e;
  background-size: 1.26em auto;
  background-image: url("../images/common/ico_btn_bubble.png");
}

.foot_btn .btn_web {
  background-color: #af964a;
  background-size: 1.4em auto;
  background-image: url("../images/common/ico_btn_pc.png");
}

.foot_info {
  display: grid;
  gap: 1em 0;
  margin: 0 0 1.8em;
}

.foot_info p {
  padding: 0 0 0 3.4em;
  background-repeat: no-repeat;
  background-position: 0.7em 50%;
}

.foot_info span {
  font-size: 106.6%;
  letter-spacing: 0.08em;
}

.foot_info em {
  font-size: max(1.429vw, 18.571px);
  font-weight: 500;
}

.foot_addr {
  background-size: 1.46em auto;
  background-image: url("../images/common/foot_ico_location.png");
}

.foot_accs {
  background-size: 1.53em auto;
  background-image: url("../images/common/foot_ico_train.png");
}

.foot_shinkansen {
  background-size: 1.73em auto;
  background-image: url("../images/common/foot_ico_shinkansen.png");
}

.foot_park {
  background-size: 1.86em auto;
  background-image: url("../images/common/foot_ico_car.png");
}

/* --------------------------- timetable */
.footer .timetable {
  width: 100%;
}

.footer .timetable table {
  border-collapse: collapse;
  line-height: 1;
  width: 100%;
  margin: 0 0 0.5em;
}

.footer .timetable th,
.footer .timetable td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  line-height: 1;
}

.footer .timetable th {
  width: auto;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.footer .timetable td {
  width: calc((100% - 32%) / 7);
}

.footer .timetable thead {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 100%;
}

.footer .timetable thead th {
  padding: 0.6em 0;
}

.footer .timetable tbody tr:not(:first-child) {
  border-bottom: 1px solid #fff;
}

.footer .timetable tbody th,
.footer .timetable tbody td {
  padding: 0.5em 0 0.6em;
}

.footer .timetable tbody tr:last-child th,
.footer .timetable tbody tr:last-child td {
  padding: 0 0 0.6em;
}

.footer .timetable tbody td {
  font-size: 86%;
}

.footer .timetable li {
  font-size: 93.3%;
}

/* --------------------------- right */
.foot_nav {
  margin: 0.5em 0 2em;
}

.foot_nav > p {
  width: fit-content;
  background-color: rgba(90, 73, 19, 0.8);
  color: #fff;
  font-size: 88.73%;
  line-height: 1;
  padding: 0.2em 0.5em 0.3em;
  margin: 0 0 0.8em;
}

.foot_nav > p i {
  font-size: 78%;
}

.foot_nav ul {
  display: grid;
  grid-template-columns: 16.8em 17.3em 1fr;
  gap: 0.8em 0;
  margin: 0 0 1em;
  padding: 0 0 1.9em 0.6em;
  border-bottom: 1px solid #fff;
}

.foot_nav a {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  line-height: 1.3;
  letter-spacing: -0.06em;
  transition: 0.3s;
  color: #fff;
}

.foot_nav a:hover {
  opacity: 0.7;
}

.foot_nav a::before {
  content: "▶";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  font-size: 55.4%;
}

.foot_nav a span {
  font-size: 88.7%;
}

.foot_nav ul:nth-of-type(1) {
  display: block;
}

.foot_nav ul:nth-of-type(1) li {
  display: inline-block;
  margin-right: 1.8em;
}

.foot_nav ul:nth-of-type(1) li a {
  text-decoration: underline;
}

.foot_nav ul:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}

.foot_sns {
  display: flex;
}

.foot_sns li {
  margin-right: 1.1em;
}

.foot_sns li a {
  display: block;
}

.foot_sns .ico_youtube {
  width: 3.53em;
}

.foot_sns .ico_insta {
  width: 2.73em;
}

/* --------------------------- humanity */
.footer .humanity {
  position: absolute;
  bottom: 5em;
  right: 1.4em;
}

.footer .humanity a {
  display: block;
  width: 4.66em;
}

.footer .humanity img {
  aspect-ratio: 70 / 60;
}

/* --------------------------- copyright */
.footer .copyright {
  position: relative;
  z-index: 3;
  background-color: #65350e;
  color: #fff;
  text-align: center;
  padding: 0.75em 0;
  font-size: 106.6%;
  line-height: 1;
}

/* --------------------------- pagetop */
.pagetop {
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  width: 44px;
  bottom: 60px;
  right: 0;
}

/*
  mainPhoto
========================================================================== */
.mainPhoto {
  margin: 0 auto;
  width: 100%;
}

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
nav.sidemenu {
  width: 300px;
  position: relative;
  margin: 0 0 40px;
  box-sizing: border-box;
}

nav.sidemenu * {
  box-sizing: border-box;
}

.sidemenu a,
.sidemenu img {
  display: block;
}

.sidemenu .ttl {
  position: relative;
  margin: 0 0 52px;
  text-align: center;
  color: #242424;
  font-size: 30px;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 0.15em;
  line-height: 1;
}

.sidemenu .bg {
  position: relative;
  z-index: 2;
  padding: 60px 20px 33px;
  border: 1px solid #363636;
}

.sidemenu .bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 68px;
  top: -34px;
  left: calc(50% - 0.5px);
  background-color: #363636;
}

.sidemenu p {
  font-size: 16px;
  padding: 7px;
  margin: 0 0 5px;
  background-color: rgba(172, 151, 81, 0.2);
  line-height: 1;
}

.sidemenu ul + p {
  margin-top: 25px;
}

.sidemenu ul {
  display: grid;
  grid-template-columns: 1fr;
}

.sidemenu ul li {
  padding: 10px;
  border-bottom: 1px dashed #a1a1a1;
}

.sidemenu ul li a {
  font-size: 16px;
  color: #2e2e2e;
  position: relative;
  padding: 0 0 4px 6px;
  line-height: 1.375;
  transition: 0.3s;
  white-space: nowrap;
}

.sidemenu ul li a:hover {
  opacity: 0.7;
}

.sidemenu ul li a i {
  display: inline-block;
  margin: 0 -0.4em;
}

/* sidebanner */
.sidebanner ul li {
  margin-bottom: 22px;
}

/*
  counseling
========================================================================== */
/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  margin-top: 20px;
  padding: 12px 15px 0;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/common/lowinfo_bg.jpg);
  box-sizing: border-box;
  color: #333;
  position: relative;
  aspect-ratio: 800 / 460;
}

.lowinfo * {
  box-sizing: border-box;
}

.lowinfo a,
.lowinfo img {
  display: block;
}

.lowinfo .content {
  width: 514px;
  min-height: 428px;
  padding: 15px 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.lowinfo .logo {
  width: 442px;
  margin: 0 auto 12px;
  padding: 0 0 9px;
  border-bottom: 1px solid #7b7b7b;
}

.lowinfo .logo img {
  aspect-ratio: 442 / 70;
}

.lowinfo .tel {
  margin: 0 auto 8px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.lowinfo .tel span {
  display: block;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #4a4a4a;
  text-align: center;
}

.lowinfo .tel span:nth-of-type(1) {
  font-size: 18px;
}

.lowinfo .tel span:nth-of-type(2) {
  position: relative;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 0 30px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 22px auto;
  background-image: url("../images/common/lowinfo_ico_tel.png");
}

.lowinfo .btn {
  margin: 0 auto 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 8px;
}

.lowinfo .btn a {
  display: block;
  aspect-ratio: 230 / 76;
  display: grid;
  align-items: end;
  text-align: center;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 50% 10px;
}

.lowinfo .btn a:nth-of-type(1) {
  background-color: #65350e;
  background-size: 30px auto;
  background-image: url("../images/common/ico_btn_bubble.png");
}

.lowinfo .btn a:nth-of-type(2) {
  background-color: #af964a;
  background-size: 33px auto;
  background-image: url("../images/common/ico_btn_pc.png");
}

.lowinfo .btn a span {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.lowinfo .btn a span i {
  display: block;
}

.lowinfo .inf {
  display: grid;
  gap: 12px 0;
}

.lowinfo .inf p {
  font-size: 17px;
  line-height: 1.353;
  color: #2e2e2e;
  padding-left: 42px;
  background-repeat: no-repeat;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.lowinfo .inf p i {
  display: inline-block;
  margin: 0 -0.4em;
}

.lowinfo .addr {
  background-position: 5px 50%;
  background-size: 20px auto;
  background-image: url("../images/common/lowinfo_ico_location.png");
}

.lowinfo .accs {
  background-position: 3px 50%;
  background-size: 23px auto;
  background-image: url("../images/common/lowinfo_ico_train.png");
}

.lowinfo .shinkansen {
  background-position: 2px 50%;
  background-size: 26px auto;
  background-image: url("../images/common/lowinfo_ico_shinkansen.png");
}

.lowinfo .park {
  background-position: 0 50%;
  background-size: 28px auto;
  background-image: url("../images/common/lowinfo_ico_car.png");
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomは固定値 */
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 52px 30px 57px;
  text-align: center;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  position: relative;
  border: 1px solid #9c7445;
  color: #282828;
}

.page-catch::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #af986c;
  top: 10px;
  left: 10px;
  z-index: -1;
  pointer-events: none;
}

.page-catch h2 {
  font-size: 24px;
  margin-bottom: 1em;
}

.page-catch p:not(:last-child) {
  margin-bottom: 1.5em;
}

/* 見出し */
.ttl-low {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 10px 80px 10px 48px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 100% auto;
}

.ttl-low::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 80%;
  bottom: 0;
  left: 17px;
  background-color: #fff;
}

.ttl-low1-1 {
  background-image: url("../images/common/ttl-low1_01.png");
}

.ttl-low1-2 {
  background-image: url("../images/common/ttl-low1_02.png");
}

.ttl-low1-3 {
  background-image: url("../images/common/ttl-low1_03.png");
}

.ttl-low2 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 8px 58px 8px 32px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  border-left: 16px solid;
  border-bottom: 1px solid;
  position: relative;
}

.ttl-low2::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  bottom: 0;
  left: -6px;
  background-color: #fff;
}

.ttl-low2-1 {
  color: var(--color-01);
  border-color: var(--color-01);
}

.ttl-low2-2 {
  color: var(--color-02);
  border-color: var(--color-02);
}

.ttl-low2-3 {
  color: var(--color-03);
  border-color: var(--color-03);
}

.ttl-low3 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 10px 45px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  border-top-width: 1px;
  border-top-style: dashed;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.ttl-low3-1 {
  color: var(--color-01);
  border-color: var(--color-01);
}

.ttl-low3-2 {
  color: var(--color-02);
  border-color: var(--color-02);
}

.ttl-low3-3 {
  color: var(--color-03);
  border-color: var(--color-03);
}

.ttl-low4 {
  /* ↓変更しないでください */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.ttl-low4 > span {
  /* ↓変更しないでください */
  margin: 2.5px 0;
  /* ↑変更しないでください */
}

.ttl-low4 > span:nth-of-type(n+2) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  /* ↑変更しないでください */
  padding: 3px 0 1px 0;
}

.ttl-low4 > span:nth-of-type(1) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  /* ↑変更しないでください */
  margin-right: 10px;
  padding: 3px 5px 4px 10px;
  width: auto;
  min-width: 0;
  color: #fff;
}

.ttl-low4-1 > span:nth-of-type(1) {
  background-color: var(--color-01);
}

.ttl-low4-2 > span:nth-of-type(1) {
  background-color: var(--color-02);
}

.ttl-low4-3 > span:nth-of-type(1) {
  background-color: var(--color-03);
}

.ttl-low5 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 10px 100px 10px 50px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 100px;
  color: #fff;
  text-align: left;
}

.ttl-low5-1 {
  background-color: var(--color-01);
}

.ttl-low5-2 {
  background-color: var(--color-02);
}

.ttl-low5-3 {
  background-color: var(--color-03);
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: #f9f2f0;
  border: 1px solid #ebc4b9;
}

.colunm .ttl-btn {
  margin-bottom: 10px;
  padding: 10px 30px 8px 90px;
  text-align: center;
  color: #2e2e2e;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background: rgba(231, 151, 128, 0.4);
  position: relative;
}

.colunm .ttl-btn .colum {
  padding: 3px 16px;
  color: #e79780;
  font-size: 16.5px;
  background: #fff;
  filter: drop-shadow(0 0 1px #ebc4b9);
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}

.colunm .ttl-btn .colum::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  aspect-ratio: 1 / 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
  bottom: -9px;
  right: 10px;
}

.colunm + .colunm {
  background-color: #edf6fd;
  border-color: #acc7dc;
}

.colunm + .colunm .ttl-btn {
  background: rgba(172, 199, 220, 0.4);
}

.colunm + .colunm .ttl-btn .colum {
  color: #acc7dc;
  filter: drop-shadow(0 0 1px #acc7dc);
}
